/* 共通スタイル */

body{
    margin: 0;
    padding: 0;
    color: #626B71;
    font-family:"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;;
}

h1,h2,h3,h4,p,ul,li,table,tr,th,td,dl,dt,dd {
    margin: 0;
    padding: 0;
}

input {
    font-size: 1rem;
}

img{
    max-width: 100%;
    vertical-align: bottom;
}

video {
    width: 100%;
    vertical-align: bottom;
}

.main_col{
    padding-bottom: 136px;
}

.main_pa{
    padding-top: 136px;
    padding-bottom: 136px;
}

h2{
    font-size: 26px;
    line-height: 1;
    color: #626B71;
    font-family: "Meiryo";
    font-weight: 200;
    text-align: center;
    /* padding-top: 53px; */
    letter-spacing: 0.2rem;
}

h3{
    position: relative;
    font-size: 1.5rem;
    line-height: 1;
    color: #3B4043;
    text-align: center;
    margin-top: 45px;
    font-weight: 200;
    letter-spacing: 0.2rem;
}

h3::before{
    content: '';
    border-top: 4px solid #CAC4B8;
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    width: 100%;
}

h3 span {
    background-color:  #B6C2B0;
    padding: 0 20px;
    position: relative;
}

h4 {
    position: relative;
    font-size: 1.125rem;
    line-height: 1;
    color: #fff;
    text-align: center;
    /* padding-top: 40px; */
    padding-top: 60px;
    padding-bottom: 16px;
    margin-bottom: 30px;
}

h4::before{
    content: '';
    border-top: 4px solid #CAC4B8;
    display: block;
    position: absolute;
    width: 50px;
    left: calc(50% - 25px);
    bottom: 0;
}

.title{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.title img{
    width: 120px;
    margin-bottom: 50px;
}

p{
    line-height: 1.875;
    /* padding-top: 30px; */
}

.container{
    margin: 0 40px;
}

.button{
    text-align: center;
    padding-top: 40px;
}

.button a,.button input {
    background-color: #E4C4BB;
    color: #fff;
    padding: 25px 10px;
    font-weight: bold;
    text-decoration: none;
    min-width: 260px;
    display: inline-block;
    background-image: url(img/icn_arrow.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: right 20px center;
    box-shadow: 0 8px 8px rgba(0,0,0,0.16);
    text-indent: -15px;
    appearance: none;
}

.button a:hover,.button a:focus,.button input:hover,.button input:focus{
    background-color: #FCE1D2;
}

/* ヘッダー */
header h1 {
    display: inline-block;
    text-align: center;
    padding-top: 40px;
    /* padding-bottom: 35px; */
    padding-bottom: 40px;
    margin-left: 30px;
}

header h1 img {
    width: 127px;
    height: auto;
}

.top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.top .button a,.button input {
    /* margin-top: 30px; */
    /* padding-top: 0px; */
    margin-top: 0px;
    background-color: #CAC4B8;
}

.top .button a:hover,.button a:focus,.button input:hover,.button input:focus{
    background-color: #e1d9c9;
}

.carousel{
    overflow: hidden;
}

.carousel .image-container{
    display: flex;
    transition: translate 0.4s;
    align-items: center;
}

.carousel button {
    appearance: none;
    width: 40px;
    height: 40px;
    border: none;
    padding: 0;
    flex: 0 0 auto;
    cursor: pointer;
}

.carousel .navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 30px; */
    margin-top: 30px;
}

.carousel .indicator{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.carousel .indicator li{
    width: 13px;
    height: 13px;
    border-radius: 100%;
    margin: 0 7px;
    background-color: #F5F4EF;
    cursor: pointer;
}

.carousel .indicator li.current{
    background-color: #CBC4B7;
}

.button a:first-child{
    min-width: 180px;
}

/* むさし焼の魅力 */

.miryoku {
    background-color: #B6C2B0;
    /* padding-bottom: 100px; */
}

.miryoku h2{
    /* display: block; */
    color: #fff;
    margin-bottom: 0;
}

h2 span{
    display: grid;
    align-items: center;
    background: #CBC4B7;
    width: 40px;
    border-radius: 50%;
    padding: 8px;
    aspect-ratio: 1 / 1;
}

.h2_green span{
    background: #B6C2B0;
    color: #fff;
}
.h2_pink span{
    background: #e1d9c9;
    color: #fff;
}

h2{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.miryoku p{
    color: #fff;
    /* font-size: clamp(16px,3vw,18px); */
    line-height: 2.2;
    /* letter-spacing: 0.06em; */
}

.tokucho {
    background-color: #B6C2B0;
}

.tokucho h2 {
    color: #fff;
    padding-top: 0;
    margin-bottom: 0;
}

/* .tokucho h2 span{
    background-color: #CBC4B7;
    width: 59px;
    border-radius: 50%;
    padding: 8px;
} */

.tokucho-wrapper{
    color: #fff;
}

.tokucho-inner {
    padding-bottom: 2rem;
    margin-left: 3em;
    list-style: none;
}

.tokucho-inner:first-child{
    padding-bottom: 0;
    margin-left: 0em;
}

.tokucho .container {
    padding-bottom: 62px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.itemA{
    display: block;
    width: 148px;
    margin: 0 auto;
    /* padding-top: 30px; */
    margin-top: -20px;
}

.itemB{
    width: 111px;
}

.itemC{
    width: 111px;
}

/* おすすめ商品 */

.osusume{
    background-color: #B6C2B0;
    /* padding-bottom: 60px; */
    background-image: url(img/bg.png);
    background-repeat: repeat;
    background-position: top left;
    background-size: contain;
}

.osusume h2{
    color: #fff;
}

/* .osusume h2 span{
    background-color: #CBC4B7;
    width: 59px;
    border-radius: 50%;
    padding: 8px;
} */

.osusume h3{
    color: #fff;
    /* margin-bottom: 30px; */
    margin-bottom: 50px;
}

.osusume p{
    color: #fff;
}

.osusume ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.sara1 {
    border-radius: 50% 50% 0 0;
}

.sara2 {
    border-radius: 50% 0 0 0;
}

.sara3 {
    border-radius: 0 50% 0 0;
}


.sara4 {
    border-radius: 0 50% 0 50%;
}

.sara5 {
    border-radius: 0 0 0 50%;
}

.sara6 {
    border-radius: 0 0 50% 50%;
}

.hashi1 {
    border-radius: 50% 0 0 0;
}

.hashi2 {
    border-radius: 50% 50% 0 0;
}

.hashi3 {
    border-radius: 50% 0 50% 0;
}

.hashi4 {
    border-radius: 0 0 50% 0;
}

.hashi5 {
    border-radius: 0 0 50% 50%;
}

.hashi6 {
    border-radius: 0 50% 0 50%;
}

.magu1 {
    border-radius: 50% 50% 0 0;
}

.magu2 {
    border-radius: 0 0 50% 50%;
}

.osusume .new::after {
    content: '';
    background-image: url(img/icn_new.png);
    display: block;
    width: 76px;
    height: 82px;
    background-size: 76px 82px;
    position: absolute;
    top: 15px;
    left: 15px;
}

.osusume .new{
    position: relative;
}

.osusume section+section {
    margin-top: 80px;
}

.sara img{
    width: 200px;
}

.hashi img{
    width: 200px;
}

.mag img{
    width: 200px;
}

/* 取り扱い */

.toriatsukai {
    background-image: linear-gradient(#F5F4EF,#fff);
}

/* .toriatsukai h2 span{
    background-color:#B6C2B0;
    width: 59px;
    border-radius: 50%;
    padding: 8px;
    color: #fff;
} */

.toriatsukai p{
    text-align: center;
}

.toriatsukai img{
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 70%;
    margin: 0 auto;
}

.toriatsukai table {
    border: 2px solid #CBC4B7;
    border-collapse: collapse;
}

.toriatsukai th {
    border-top:2px solid #CBC4B7;
    padding: 24px 40px;
    font-size: 0.875rem;
    line-height: 1.7;
    text-align: left;
}

.toriatsukai th[scope="row"]{
    border-right: 2px solid #CBC4B7;
    background-color: #fff;
    white-space: nowrap;
    font-weight: normal;
}


.toriatsukai th[scope="col"]{
    border-bottom: 2px solid #CBC4B7;
    padding: 24px 40px;
    background-color: #F5F4EF;
    font-size: 0.875rem;
    line-height: 1.7;
}

.toriatsukai td{
    border-bottom: 2px solid #CBC4B7;
    background-color: #fff;
    padding: 24px 40px;
    font-size: 0.875rem;
    line-height: 1.7;
}

/* 取り扱い店 */

/* .shop h2 span{
    background-color:#B6C2B0;
    width: 59px;
    border-radius: 50%;
    padding: 8px;
    color: #fff;
} */

.shop iframe {
    /* margin: 0 80px; */
    margin-top: 40px;
    width: 100%;
    height: 47vw;
}

.shop dl{
    padding-top: 40px;
}

.shop dt {
    font-weight: bold;
}

.shop .shop-date{
    padding-top: 10px;
}

.shop .shop-date div {
    display: flex;
}

.shop .shop-date dt{
    min-width: 5em;
}

/* 質問コーナー */

.shitsumon{
    /* margin-top: 50px; */
    /* padding-bottom: 60px; */
    background-color: #CAC4B8;
}

.shitsumon h2{
    color: #fff;
}

/* .shitsumon h2 span{
    background-color:#e1d9c9;
    width: 59px;
    border-radius: 50%;
    padding: 8px;
} */

.shitsumon p{
    color: #fff;
    text-align: center;
}

.shitsumon form {
    padding-top: 40px;
}

.shitsumon input[type="text"]{
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
}

.shitsumon input[type="submit"]{
    border: none;
}

.shitsumon .button a,.button input{
    background-color: #848484;
}

.shitsumon .button a:hover,.button a:focus,.button input:hover,.button input:focus{
    background-color: #A4A4A4;
}

/* フッター */

footer {
    background-color: #A4A4A4;
    color: #fff;
}

footer a{
    color: #fff;
}

footer img{
    width: 104px;
}

footer address {
    /* padding-top: 31px; */
    font-style: normal;
    font-family: "游明朝","Yu Mincho",YuMincho, serif;
}

footer .container {
    /* padding: 54px 0; */
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#pagetop {
    display: none;
}

@media (min-width:376px){
    h2{
        font-size: 26px;
    }

    .button a:first-child{
        min-width: 200px;
    }

    .itemA{
        display: block;
        width: 160px;
        margin: 0 auto;
        margin-top: -20px;
        /* padding-top: 30px; */
    }

    .itemB{
        width: 120px;
    }

    .itemC{
        width: 120px;
    }

}

@media (min-width:415px){
    .itemA{
        display: block;
        width: 190px;
        margin: 0 auto;
    }

    .itemB{
        width: 140px;
    }

    .itemC{
        width: 140px;
    }

    .button a{
        width: 260px;
    }


    h2{
        font-size: 28px;
    }
}

@media (min-width:540px){
    .itemA{
        width: 240px;
    }

    .itemB{
        width: 180px;
    }

    .itemC{
        width: 180px;
    }

    .button a:first-child{
        min-width: 260px;
    }

    h2{
        font-size: 28px;
    }

}

@media (min-width:768px) {

    /* 共通部分 */
    .container{
        max-width: 740px;
        margin: auto;
    }

    h2{
        /* padding-top: 78px; */
        font-size: 2.25rem;
    }

    h4{
        padding-top: 50px;
        font-size: 1.2rem;
    }

    p{
        text-align: center;
    }

    p span{
        display: block;
    }

    .button{
        padding-top: 40px;
    }

     /* ヘッダー */

    header h1{
        padding-top: 50px;
        margin-left: 60px;
    }

    header  h1 img{
        width: 137px;
    }

    .carousel {
        max-width: 980px;
        width: 100%;
        object-fit: cover;
        margin: 0 auto;
    }

    .carousel button{
        width: 56px;
        height: 56px;
    }

    .top .button a,.button input {
        /* margin-top: 60px; */
    }

    .button a:first-child{
        min-width: 260px;
    }

    /* むさし焼の魅力 */

    .miryoku {
        background-position: center bottom -18.5vw;
    }


    /* むさし焼の特徴 */
    .tokucho .container{
        flex-direction: row;
        justify-content: center;
        padding-top: 0px;
        padding-bottom: 50px;
        gap: 60px;
    }

    .tokucho-wrapper{
        padding-top: 0;
    }

    .itemA{
        width: 270px;
    }

    .itemB{
        width: 200px;
    }

    .itemC{
        width: 200px;
    }

    video {
        display: block;
        max-width: 760px;
        margin:0 auto;
        }

    /* 季節のおすすめ */

    .osusume{
        /* padding-bottom: 85px; */
        background-image: url(img/bg-l.png);
        background-repeat: repeat;
        background-position: top left;
        background-size: contain;
    }

    .osusume p{
        font-size: 18px;
    }

    .sara img{
        width: 250px;
    }

    .hashi img{
        width: 250px;
    }

    .mag img{
        width: 250px;
    }

    /* 取り扱い */

    .toriatsukai p {
        /* text-align: left; */
    }

    .toriatsukai th{
        padding: 20px 16px;
        line-height: 1;
    }

    .toriatsukai td{
        padding: 24px 16px;
        line-height: 1;
    }

    /* 取り扱い店 */

    .shop p {
        text-align: left;
        margin-bottom: 40px;
    }

    .shop iframe {
        margin: 0 80px;
        width: calc(100% - 160px);
        height: 30vw;
    }

    /* 質問コーナー */

    .shitsumon {
        /* margin-top: 40px; */
    }

    .shitsumon p{
        /* text-align: left; */
    }

    .shitsumon button{
        padding-top: 40px;
    }

    /* フッター */

    footer .container{
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
        padding: 45px 0;
    }

    footer dl {
        padding-top: 0;
        padding-left: 60px;
    }

    #pagetop{
        display: block;
        position: fixed;
        top: 100%;
        right: 60px;
        opacity: 0;
        transition: opacity 0.2s, transform 0.2s;
    }

    #pagetop.active {
        opacity: 1;
        transform: translateY(-230px)
    }
}

@media (max-width:820px){
.main_col{
    padding-bottom: 130px;
}

.main_pa{
    padding-top: 130px;
    padding-bottom: 130px;
}

h3::before {
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
}

.shop iframe{
    /* width: 100%; */
    margin-top: 0px;
    /* margin: 0px; */
}
}

@media (max-width:550px){

    .main_col{
        padding-bottom: 80px;
    }

    .main_pa{
        padding-top: 80px;
        padding-bottom: 80px;
    }

    header h1 img{
        width: 100px;
    }

    .button a{
        padding: 20px 10px;
    }

    h3::before{
        width: 100%;
    }

    .toriatsukai th{
        padding: 24px 16px;
        text-align: center;
    }
    .toriatsukai td{
        padding: 24px 16px;
    }

    .shop iframe{
    margin-top: 40px;
    }

    footer .container{
        gap: 80px;
    }
}


@media (max-width:280px) {
    .tokucho-inner{
        margin-left: 0rem;
    }

    .tokucho .container{
        gap: 20px;
        margin: 0 0;
    }
}

/*ロード*/

#loading{
    transition: all 3s;
    background-color: #fff;
    position: fixed;
    z-index: 9999;
    inset: 0;
    display: grid;
    place-items: center;
}

.spinner{
    width: 80px;
    animation: kf-load 1.4s infinite;
}

@keyframes kf-load {
    0%{
        transform: rotateY(0);
    }

    100%{
        transform: rotateY(-180deg);
    }
}

.loaded{
    opacity: 0;
    visibility: hidden;
}

/*ボタンシャイン*/

.btnshine {
    position: relative;
    display: inline-block;
    background-color: #CBC4B7;
    color: #fff;
    overflow: hidden;
}

.btnshine::before{
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 20%;
    height: 100%;
    background-color: rgba(251, 244, 244, 0.2);
    transform: skewX(-25deg);
}

.btnshine:hover::before {
    animation: shine 0.7s;
}

@keyframes shine {
    0%{
        left: -75%;
    }
    100%{
        left: 125%;
    }
}



