@charset "utf-8";
/*****************************************
クリアフィックス　.clearfix
*****************************************/
/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;
    height: auto;
    overflow: hidden;
}
.sp {
    display: none !important;
}
@media screen and (max-width: 767px) {
    .sp {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
}
/* -----------------------------------------------------------
　　枡ページ page-masu.php
----------------------------------------------------------- */
#masu {}
#masu .speciesmenu {
    width: 100%;
    text-align: center;
    padding: 0;
    margin:20px auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1/3;
}
#masu .speciesmenu a {
    display: block;
    overflow: hidden;
    text-decoration: none;
    border: 1px #ccc solid;
    background: rgba(255, 255, 255, 0.7);
    margin: 2em 4% 0 0;
    padding: 20px;
    height: 5em;
    position: relative;
    color: #3D3D3D;
    font-size: 1em;
}
#masu .speciesmenu a:after {
    content: "";
    position: absolute;
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 16px;
    height: 16px;
    border: 1px solid;
    border-color: transparent transparent #565656 #565656;
    transform-origin: left bottom;
    transform: rotate(-45deg);
}

#masu .speciesmenu a:hover {
    background: rgba(136,136,136,0.39);
}

@media screen and (max-width: 460px) {
#masu .speciesmenu {
    display: none;
    }
}

#masu .items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1/3;
}
@media screen and (max-width: 767px) {
    #masu .items {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1/2;
    }
}
#masu .items .item {
    width:92%;
    margin:20px 2% ;
    box-sizing:border-box;
    padding:10px 10%;
    height: auto;
    background: rgba(209, 209, 209, 0.30);
}
#masu .item image {
    width: 100%;
    height: auto;
}
#masu .item .name {
    margin: 10px auto;
    font-weight: bold;
    font-size: 1.0em;
}
#masu .item .kakaku {
    margin: 10px auto;
    font-weight: bold;
    font-size: 1.1em;
}
#masu .item .kakaku span {
    font-size: 0.8em;
}
#masu .item .specification {
    font-size: 0.8em;
}
#masu .item a.btn {
    display: block;
    width: 90%;
    height: 50px;
    margin: 10px auto;
    background-color:rgba(43,145,195,0.80);
    box-shadow: 3px 3px 3px rgb(0 0 0 / 20%);
    cursor: pointer;
    font-size: 0.9em;
    transition: all .3s;
    border-radius: 20px;
    text-align: center;
    position: relative;
}
#masu .item a.btn p {
    color: #fff;
    vertical-align: middle;
    line-height: 1 !important;
    margin: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
#masu .item a.btn:hover {
    background-color: #3E81BF;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
}
#masu .item a.btn:hover p {
    color: #fff;
    text-decoration: none;
}