@charset "utf-8";

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}



body {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    font-family: "Audrey","Tornac Regular","はんなり明朝", "sans-serif", "Noto Sans JP", "さわらび明朝", "こころ明朝体", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
        -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}



/*ここから*/

#header {
    background-image: url("../images/top_image.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    width: 1440px;
    position: relative;
    z-index: 2;
}



.header_inner {
    margin-left: 30px;
    width: 1400px;
    height: auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.textbox {
    display: inline-block;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    float: right;
    margin-top: 50px;
    margin-right: 110px;
    line-height: 3.0em;
    letter-spacing: 0.3em;
}

.textbox p {
    font-size: 21px;
    font-family: "はんなり明朝";

}

/*ロゴ*/
header_logo {
    display: inline-block;
    margin-left: 20px;
    margin-top: 15px;
    transition: .3s ease-in-out;
}

a img:hover {
    opacity: .7;
}

/*ナビ*/


.nav {
    display: flex;
    justify-content: center;
    margin-right: 20px;

}

.nav li a {

    margin: 20px;
    display: inline-block;
    color: #000;
    font-size: 18px;
    position: relative;
    text-decoration: none;
    font-family:"Audrey";
}

.nav li a::after {
    position: absolute;
    text-decoration: none;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: #f5f0f0;
    transform: scaleX(0);
    transform-origin: right top;
    transition: transform 0.3s;
}

.nav li a:hover::after {
    transform: scaleX(1);
    transform-origin: left top;
}

.nav span {
    margin-top: 10px;
    font-size: 15px;
    display: inline-block;
    padding: 10px 30px;
    color: #0b0b0b;
    border: double 4px #0b0b0b;
    border-radius: 2px;
    transition: .4s;
    font-family:"Audrey";
}


.nav span:hover {
    background: #f5f0f0;
}

.nav span a {
    text-decoration: none;
    color: #000;
}






/*コンセプト*/
.concept_wrap {
    display: flex;
    justify-content: space-between;
    width: 1440px;
    height: 700px;
    background-image: url("../images/happa1.png");
    background-repeat: no-repeat;
    background-position: right;
}


.slide_fade {
    width: 60%;
    height: 400px;
    position: relative;
    overflow: hidden;
    margin: 80px;
}

@keyframes slideshow {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    28% {
        opacity: 1
    }

    38% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.slide_fade img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    animation: slideshow 24s linear infinite;

}

.slide_fade img:nth-child(2) {
    animation-delay: 8s;
}

.slide_fade img:last-child {
    animation-delay: 16s;
}


.concept_box {
    display: inline-block;
    width: 600px;
    height: 500px;
    margin-top: 200px;
    margin-right: 100px;
    */
}


.concept_ttl {
    display: block;
    margin-top: 60px;
    font-size: 35px;
    text-align: center;
    color: #1f1e1e;
    font-family:"Audrey";
    

}

.concept_txt p {
    display: block;
    font-size: 18px;
    padding-top: 50px;
    text-align: center;
    font-family: "はんなり明朝";
}


.covid19 {
    margin: 0px auto 50px;
    max-width: 750px;
    width: 80%;
    color: #008475;
    font-size: 1.4rem;
}

.covid19 dl {
    padding: 66px 80px 50px;
    text-align: center;
    border: 1px solid;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.covid19 dt {
    font-size: 2.3rem;
    line-height: 1.6;
    padding-bottom: 20px;
}

br.sm {
    display: none;
}

.covid19 dd {
    text-align: left;
    line-height: 1.5;
    padding: 14px 10px 14px 28px;
    position: relative;
}

.covid19 dd::before {
    content: "」";
    position: absolute;
    display: block;
    left: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px;
    margin: auto;
    font-size: 2rem;
}

.covid19 dd::after {
    content: "";
    display: block;
    border: 1px solid;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 15px;
}

/*メニュー*/


.menu_wrap {
    width: 1440px;
    height: 800px;
    margin: 0 auto;
    background-color: #f3f3f3;
    background-image: url("../images/harb_9.jpg");
    background-size: 32%;
    background-position: left;
    background-repeat: no-repeat;
}

.menu_ttl {
    font-size: 38px;
    float: left;
    margin-top: 80px;
    margin-left: 320px;
    width: 200px;
    background-color: aliceblue;
    font-family: "Audrey";
}

.menu_box {
    width: 900px;
    height: 700px;
    padding-top: 150px;
    padding-left: 500px;
}

.slider {
    margin: 100px auto;
    width: 880px;
}

.slider img {
    height: auto;
    width: 100%;
    margin: 0px auto;
    padding: 5px;
}

/*slick setting*/
.slick-prev: before,
.slick-next: before {
    color: #000;
}

.menu_btn a {
    margin-left: 850px;
    font-size: 15px;
    display: inline-block;
    padding: 10px 30px;
    color: #0b0b0b;
    border: double 4px #0b0b0b;
    border-radius: 2px;
    transition: .4s;
    text-decoration: none;
    color: #000;
}

.menu_btn a:hover {
    background: #c6c5c5;
}

/*メニューここまで*/


/*お取り扱い商品*/
.products_wrap {
    width: 1440px;
    height: 700px;
    background-color: #fff;
    background-image: url("../images/colors.jpg");
    background-size: 29%;
    background-position: right;
    background-repeat: no-repeat;
}

.products_ttl {
    font-size: 38px;
    float: right;
    margin-top: 60px;
    margin-right: 200px;
    width: 250px;
    background-color: aliceblue;
    font-family:"Audrey";
}

.products_box {
    width: 900px;
    height: 450px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 100px;
    /*    margin-top: 50px;*/
    margin-left: 60px;
}

.products_item {
    width: 300px;
    height: 450px;
    display: inline-block;
    padding: 15px;
}


.products_item img {
    width: 100%;
    height: 200px;
}

h3 {
    font-size: 17px;
    text-align: center;
}

h3 span {
    font-size: 12px;
}

.products_item p {
    margin-top: 10px;
    font-size: 13px;

}

.products_btn a {
    margin-top: 50px;
    margin-left: 450px;
    font-size: 15px;
    display: inline-block;
    color: #0b0b0b;
    border: double 4px #0b0b0b;
    border-radius: 2px;
    transition: .4s;
    padding: 10px 30px;
    color: #0b0b0b;
    text-decoration: none;
    color: #000;
}

.products_btn a:hover {
    background: #c6c5c5;
}




/*infoここから*/

.info_wrap1 {
    width: 1440px;
    height: 800px;
    margin: 0 auto;
    background-color: #f4d1c2;
}

.info_ttl {
    font-size: 35px;
    text-align: center;
    margin-top: 10px;
    padding-top: 20px;
    font-family:"Audrey";
}

/*インスタグラム*/
.insta_box {
    display: inline-block;
    margin-left: 320px;
}




.instagram {
    width: 800px;
    height: auto;
    text-align: center;

}

.info_wrap2 {
    width: 1440px;
    height: 400px;
    /*    margin: 20 auto;*/
    background-color: #fff;
}


.info_box {
    float: left;
    margin-left: 90px;
    width: 540px;
    position: relative;
    display: inline-block;
    font-family: serif;
}

.info_logo {
    float: left;
    width: 300px;
    height: 45px;
    position: relative;
    background-image: url(../images/CASA_logo.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: border-box;
    margin-top: 60px;
    margin-left: 150px;
}


.tel_box {
    display: inline-block;
    width: 1000px;
    height: 30px;
    margin-bottom: 10px;

}

.tel {
    position: relative;
    font-size: 20px;
    font-style: normal;
    margin-left: 150px;
}

.tel a {
    color: #3e3a39;
    text-decoration: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    font-family:"Audrey";
}

.web_btn {

    /*    float: right;*/
    position: relative;
    margin-left: 50px;
    background-color: #efa483;
    font-size: 15px;
    padding: 5px 40px;
    color: #333;
    border: double 4px #0b0b0b;
    border-radius: 2px;
    transition: .4s;
    font-family:"Audrey";
}

.web_btn:hover {
    background: #c6c5c5;
}

.web_btn a {
    text-decoration: none;
    color: #333;
}



.info_list1 {
    float: left;
    width: 510px;
    position: relative;
    margin-left: 150px;
    border-top: 2px solid #e7e7e7;
    /*    border-bottom: 2px solid #e7e7e7;*/
    padding-top: 25px;
    padding-bottom: 25px;
    box-sizing: border-box;
}

.info_list2 {
    float: left;
    width: 510px;
    position: relative;
    margin-top: 20px;
    border-bottom: 2px solid #e7e7e7;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

h4 {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 15px;
    font-weight: 800;
}

.info_box1 {
    float: left;
    width: 100%;
    position: relative;
}

.btn-social-long-insta {
    /*ボタンの下地*/
    color: #FFF;
    /*文字・アイコン色*/
    border-radius: 7px;
    /*角丸に*/
    position: relative;
    display: inline-block;
    height: 50px;
    /*高さ*/
    width: 190px;
    /*幅*/
    text-align: center;
    /*中身を中央寄せ*/
    font-size: 25px;
    /*文字のサイズ*/
    line-height: 50px;
    /*高さと合わせる*/
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    /*グラデーション①*/
    overflow: hidden;
    /*はみ出た部分を隠す*/
    text-decoration: none;
    /*下線は消す*/
}

.btn-social-long-insta:before {
    /*グラデーション②*/
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*全体を覆う*/
    height: 100%;
    /*全体を覆う*/
    background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.btn-social-long-insta .fa-instagram {
    /*アイコン*/
    font-size: 35px;
    /*アイコンサイズ*/
    position: relative;
    top: 4px;
    /*アイコン位置の微調整*/
}

.btn-social-long-insta span {
    /*テキスト*/
    display: inline-block;
    position: relative;
    transition: .5s
}

.btn-social-long-insta:hover span {
    
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
}


.info_box2 {
    float: left;
    width: 100%;
    position: relative;
}


.list {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 93px;
    box-sizing: border-box;
}

.time {
    float: left;
    width: 100%;
    position: relative;
    border-left: 2px solid #e7e7e7;
    padding-left: 20px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.time dt {
    float: left;
    width: 64px;
    position: relative;
    text-align: center;
    margin-right: 20px;
}

.time dt span {
    display: inline-block;
    background: linear-gradient(transparent 50%, #f4d1c2 50%);
    font-size: 15px;
    font-weight: 500;
}



.time dd {
    float: left;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    font-family:"Audrey";
}

.free {
    float: left;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    /*    margin-left: 22px;*/
    border-left: 2px solid #e7e7e7;
    padding-left: 20px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.free dt {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    margin-right: 20px;
}



.g_calendar {
    float: right;
    position: relative;
    overflow: hidden;
    margin-top: 45px;
    margin-right: 250px;
}



/*フッター*/

footer {
    width: 100%;
    opacity: 0.6;
    background-color: #efa483;
    padding: 10px 0;
}

.footer_nav {
    text-align: center;
    margin-bottom: 10px;
}

.footer_nav li {
    display: inline-block;
    font-family:"Audrey";
}

.footer_nav a {
    text-decoration: none;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0 10px;
}

.footer_nav li:last-child a {
    border-right: none;
}

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


/*下層ページ*/
#header_products,
#header_contact,
#header_menu,
#header_information {
    background-image: url("../images/submv.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 1440px;
    height: 300px;
    position: relative;
}

.text_center {
    margin-top: 40px;
    margin-bottom: 50px;
    text-align: center;
    height: auto;
}

.sub_ttl {
    font-size: 35px;
    margin-top: 80px;
    text-align: center;
    margin-left: 350px;
    font-family:"Audrey";
}

h5 {
    color: #fd3626;
}

h2 span {
    color: #fd3626;
}

.title_c {
    margin-left: 211px;
}

/*sabメニュー*/


.submenu_box,
.products_box {
    width: 980px;
    height: auto;
    margin: 0px auto;
    padding-bottom: 30px;
}

.sub_ttl {
    margin: 40px auto 0px auto;
    width: 960px;
    padding-bottom: 2px;
    border-bottom: 4px solid #afa092;
    text-align: center;
    color: #816b54;
    font-family:"Audrey";
}

tbody {
    font-size: 14px;
}

.tbl_orange {
    margin: 20px auto 0px auto;
    width: 960px;
    border-collapse: collapse;
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

.tbl_orange thead th {
    background-color: #feeae1;
    padding: 10px 0px 9px 0px;
    font-family: 'TBChibiRGothicPlusK R';
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.tbl_orange span {
    font-size: 11px;
}

.tbl_orange tbody th {
    width: 200px;
    font-family: 'TBChibiRGothicPlusK R';
}

.tbl_orange th,
.tbl_orange td {
    vertical-align: middle;
    border: 1px solid #fb832f;
    text-align: center;
    position: relative;
    height: 40px;
}

td.td_price01 {
    padding: 10px 0px 9px 2px;
    width: 200px;
    font-family: 'TBChibiRGothicPlusK R';
    line-height: 1.2em;
}

.tbl_orange td.td_note {
    padding: 10px 12px 9px 12px;
    text-align: left;
}

table {
    border-collapse: separate;
    border-spacing: 2px;
}

td {
    display: table-cell;
    vertical-align: inherit;
}




/*スマホ化*/

@media screen and (max-width:768px) {

    section,
    .info_wrap1,
    footer {
        width: 100%;
        height: auto;
    }

    #header,
    #header_products,
    #header_contact,
    #header_menu,
    #header_information,
    submenu_box,
    subproducrs_box {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    #sub_memu {
        position: relative;
    }

    .header_inner {
        width: 100%;
        margin: 0;
        flex-wrap: wrap;
    }


    .concept_wrap {
        width: 100%;
        height: auto;
        margin: 170px 0 0 0;
        padding: 10px;
        background-image: none;
        display: inline-block;
    }


    .concept_box {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 10px;
    }

    .concept_ttl {
        margin: 0;
        font-weight: 600;
        font-size: 30px;
    }

    .concept_txt p {
        font-size: 15px;
        text-align: center;
    }



    .slide_fade {
        width: 320px;
        height: 200px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
    }



    /*    コンセプトここまで*/

    .menu_box {
        margin: 0;
        padding: 170px 30px 0px 30px;
        width: 100%;
        height: auto;
    }

    .menu_wrap {
        width: 100%;
        margin: 0;
        height: auto;
        background-size: cover;
        background-color: rgba(252, 249, 249, 0.88);
    }

    .menu_ttl {
        text-align: right;
        margin: 0 auto;
        font-weight: 600;
        font-size: 30px;
    }

    .slider {
        width: 100%;
        margin: 0;
    }

    .menu_btn {
        text-align: center;
    }

    .menu_btn a {
        margin: 10px 0px;
        background-color: rgba(215, 232, 247, 0.71);
    }



    .covid19 {
        margin-top: 35px;
        width: 80%;
        font-size: 1.0rem;
    }

    .covid19 dl {
        padding: 10px;
        text-align: center;
        border: 1px solid;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }


    .products_wrap {
        background-image: none;
        width: 100%;
        height: auto;
        margin: 50px 0px 50px 0;
    }

    .products_ttl {
        margin: 0 auto;
        font-weight: 600;

    }

    .products_box {
        width: 100%;
        height: auto;
        margin: 0;
        flex-wrap: wrap;
        padding: 30px;
    }

    .products_item {
        padding-bottom: 20px 0;
        height: auto;
    }

    .products_btn {
        text-align: center;
    }

    .products_btn a {
        margin: 0;
    }



    /*ナビ*/
    .nav_box {
        margin: 0 auto;
        background-color: aliceblue;
        opacity: .8;
        /*        width: 60%;*/
        position: fixed;
        /*        left: 0;*/
        right: 0;
        top: -350%;
        transition: .5s;
        z-index: 9
    }

    .nav_box.active {
        top: 50px;
    }

    .nav_box ul {
        display: block;
        margin: 0;
    }

    .nav li {
        border-bottom: 1px solid;
    }

    .nav li a {
        font-size: 15px;
    }

    .nav span {
        border: none;
        margin: 20px;
        padding: 0;
        /*        display: inline-block;*/
    }

    .toggle {
        position: fixed;
        top: 10px;
        right: 10px;
        width: 42px;
        height: 42px;
        z-index: 3;
    }

    .toggle span {
        display: block;
        position: absolute;
        width: 30px;
        border-bottom: solid 3px #333;
        transition: .3s ease-in-out;
    }

    .toggle span:nth-child(1) {
        top: 9px;
    }

    .toggle span:nth-child(2) {
        top: 18px;
    }

    .toggle span:nth-child(3) {
        top: 27px;
    }

    .toggle.active span:nth-child(1) {
        top: 18px;
        left: 6px;
        transform: rotate(-45deg);
    }

    .toggle.active span:nth-child(2),
    .toggle.active span:nth-child(3) {
        top: 18px;
        left: 6px;
        transform: rotate(45deg);
    }


    .textbox {
        /*        margin: 300px 20px 20px;*/
        margin: 0 auto;
        float: none;
        padding: 20px;
        font-size: 8px;
        writing-mode: horizontal-tb;
    }



    /*    インフォメーション*/
    .info_ttl {
        font-weight: 600;
    }

    .instagram {
        width: 100%;
    }

    .insta_box {
        display: block;
        margin: 20px;
    }

    .info_wrap2 {
        width: 100%;
        height: auto;
        margin: 0 auto;

    }

    .info_box {
        margin: 0;
        width: 100%;
        padding: 30px;

    }

    .info_logo {
        margin: 0;
    }

    .info_list1 {
        width: 50%;
        margin: 0;
    }

    .tel_box {
        width: 100%;
        margin: 0;
        padding: 0;

    }

    .tel {
        margin: 0;
    }

    .tel a {
        margin: 0;
        padding: 0;
    }

    .info_list1 {
        margin: 0;
        width: 100%;
    }

    .info_list2 {
        margin: 0;
        width: 100%;
    }


    .g_calendar {
        width: 100%;
        height: auto;
        float: none;
        text-align: center;
        margin: 0 auto;
    }



    /*    menuページ*/

    #sub_menu {
        padding-bottom: 10%;
    }

    .sub_ttl {
        margin: 25px auto 0px auto;
        width: 100%;
        padding-bottom: 2px;
        border-bottom: 2px solid #afa092;
        text-align: center;
        color: #816b54;
    }

    table,
    th,
    td {
        /*    span,*/
        /*    hgroup,*/
        /*    aside,*/
        /*    article,*/
        /*    figure {*/
        margin: 0px;
        padding: 0px;
        border: none;
        /*        font-size: 100%;*/
        font-style: normal;
        list-style: none;
        line-height: 1.6em;
        text-align: left;
    }

    .submenu_box {
        /*        position: relative;*/
        margin: 0px 0px 30px 0px;
        padding: 0;
        width: 100%;
        height: auto;
    }


    .tbl_orange {
        display: block;
        margin: 20px auto 0px auto;
        width: 93%;
    }


    .tbl_orange tbody td,
    .tbl_orange tbody th {
        border: none;
        width: 100%;
        height: auto;
        text-align: left;
    }


    .tbl_orange tbody th {
        display: inline;
        font-size: 18px;

    }


    .tbl_orange tbody {
        display: inline;
    }

    .tbl_orange thead {
        display: none;
    }




    .tbl_orange tbody tr {
        display: block;
        background-color: #ffeae0;
        margin-top: 3.3%;
        padding: 2.5%;
        /*        position: relative;*/
    }

    .td_price01 {
        font-size: 15px;
    }

    .tbl_orange td.td_note {
        display: block;
        margin-right: 0;
        padding: 0;
        border-top: 1px solid #afa092;
        font-size: 12px;
    }




    /*    コンタクトページ*/

    .text_center iframe {
        width: 100%;
    }
