@charset "utf-8";

/*-------------------------------
	ヘッダー
-------------------------------*/

.header{
    padding:15px 0;
}
.header .logo{
    height:35px;
}
.header .logo img.lg{
    display:none;
}
.header .logo img.sm{
    display:block;
}
.header #nav .nav li{
    width:auto;
    padding:0 50px;
}
.header #nav .nav li:last-child{
    padding-right:40px;
}
.header #nav .nav li a img{
    display:none;
}


/*-------------------------------
	メインタイトル
-------------------------------*/

.maintitle{
    text-align:center;
    margin-top:20px;
}
.maintitle .mt_area{
    position:relative;
    padding-bottom:40px;
    margin-bottom:10px;
}

/*----- タイトル */
.maintitle .page_title{
    padding-top:70px;
    margin-bottom:30px;
}
.maintitle .page_title img{
    margin-bottom:40px;
}
.maintitle .page_title span{
    display:block;
    color:#958D65;
    font-size:1.8rem;
}

/*----- ビジュアル */
.maintitle .mv{
    margin-bottom:40px;
}
.maintitle .mv img{
    width:100%;
    height:auto;
    max-width:724px;
}

/*----- SNS */
.maintitle .sns_area{
    display: flex;
    justify-content: center;
    align-items:center;
}
.maintitle .sns_area li{
    margin:5px;
}

/*----- スクロール */
.maintitle .scroll_area{
    position: absolute;
    top:calc(100% - (200px + 3.5em));
    left:10px;
}
.maintitle .scroll_area a{
    display:inline-block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    color:#958D65;
    font-size:1.8rem;
    position: relative;
    padding-left:.2em;
}
.maintitle .scroll_area a:after{
    content: "";
    width:2px;
    height:195px;
    display:block;
    position: absolute;
    top:calc(100% + 5px);
    right:0;
    left:0;
    margin:auto;
    background:#958D65;
}


/*-------------------------------
	店舗情報
-------------------------------*/

.sec1{
    padding-top: 75px;
    padding-bottom: 100px;
}

/*----- タイトル */
.sec1 .shop_box .title{
    background: url("../images/kutusitaya/ttl1.png") no-repeat 50% 100%;
    background-size:auto .4rem;
    text-align: center;
    margin-bottom:100px;
    padding-bottom:20px;
    font-weight:500;
    color:#958D65;
    font-size:2.5rem;
}

/*----- ロゴ */
.sec1 .shop_box .shop_logo{
    text-align: center;
    margin-bottom:75px;
}

/*----- タブ */

/* リスト */
.sec1 .tab_area .tab{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec1 .tab_area .tab li{
    width:46vw;
    max-width:536px;
    margin:10px 0;
}
.sec1 .tab_area .tab li a{
    display: flex;
    justify-content: center;
    align-items:center;
    width:100%;
    height:90px;
    background:#958D65;
    font-weight:700;
    color:#fff;
    font-size:2.2rem;
    cursor: pointer;
    transition: 0.2s;
}
.sec1 .tab_area .tab li a:hover{
    opacity: 1;
    background:#F1D02D;
}
.sec1 .tab_area .tab li .active{
    background:#F1D02D;
}

/* コンテンツ */
.sec1 .tab_area .tab_conts .area {
    padding-top:100px;
}
.sec1 .tab_area .tab_conts .area .in{
    border-top:#231815 solid 2px;
    border-bottom:#231815 solid 2px;
    padding-top:45px;
    padding-bottom:45px;    
}
.sec1 .tab_area .tab_conts .logo{
    text-align: center;
    margin-bottom:15px;
}
.sec1 .tab_area .tab_conts .ttl{
    text-align: center;
    color:#777963;
    font-size:3rem;
    margin-bottom:20px;
}
.sec1 .tab_area .tab_conts .links{
    display: flex;
    justify-content: center;
    align-items:center;
    margin-bottom:40px;
}
.sec1 .tab_area .tab_conts .links li{
    margin:0 8px;
    position: relative;
}
.sec1 .tab_area .tab_conts .links li span{
    font-size:2.2rem;
    text-align: center;
    display:inline-block;
    background:#AFABA8;
    border-radius: 4px;
    line-height:1;
    padding:.15em .5em .3em;
    min-width:100px;
    color:#fff;
}
.sec1 .tab_area .tab_conts .links li .txt{
    position: absolute;
    white-space: nowrap;
    color: #958D65;
}
.sec1 .tab_area .tab_conts .box{
    display: flex;
    justify-content: space-between;
}
.sec1 .tab_area .tab_conts .ph{
    width:535px;
    height: 390px;
    overflow: hidden;
    position: relative;
}
.sec1 .tab_area .tab_conts .ph img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    display:block;
}
.sec1 .tab_area .tab_conts .conts{
    width:calc(100% - 566px);
    color:#958D65;
    position: relative;
}
.sec1 .tab_area .tab_conts .txt p{
    font-size:1.8rem;
    line-height:1.7;
    border-bottom:#777963 solid 1px;
    padding-bottom: 10px;
}
.sec1 .tab_area .tab_conts .txt.line_wide p{
    line-height:2.3;  
}
.sec1 .tab_area .tab_conts .txt p:not(:last-child){
    margin-bottom:1em;
}
.sec1 .tab_area .tab_conts .access{
    font-size:1.8rem;
    position: absolute;
    left:0;
    bottom:0;
    padding-top:30px;
    width:100%;
}
.sec1 .tab_area .tab_conts .access span{
    display:inline-block;
    position: relative;
    padding-left:1em; 
}
.sec1 .tab_area .tab_conts .access span::after{
    content: "●";
    font-size:.5em;
    display:inline-block;
    position:absolute;
    top:1.4em;
    left:0;
    line-height:1;
}
.sec1 .tab_area .tab_conts .tel span::before{
    content: "TEL：";  
}
.sec1 .tab_area .tab_conts .fax span::before{
    content: "FAX：";    
}
.sec1 .tab_area .tab_conts .open span::before{
    content: "営業時間：";    
}


/*-------------------------------
	会社概要 / 沿革
-------------------------------*/

.sec2{
	background:url("../images/common/bg4.jpg") repeat;
    padding-top:100px;
    padding-bottom:100px;
}

/*----- コンテンツ */
.sec2 .company_box{
    padding-top:60px;
    padding-bottom:90px;
    padding-right:60px;
    padding-left:60px;
    background:#fff;
    border-radius: 8px;
}
.sec2 .company_box::after{
    width:36.081rem;
    height:7.308rem;
    background-image:url("../images/kutusitaya/af1.png");
    right:-35px;
    bottom:-10px;
}
.sec2 .company_box .box:not(:last-child){
    margin-bottom:90px;
}
.sec2 .company_box .title{
    background: url("../images/kutusitaya/ttl1.png") no-repeat 50% 100%;
    background-size:auto .4rem;
    text-align: center;
    margin-bottom:20px;
    padding-bottom:20px;
    font-weight:500;
    color:#958D65;
    font-size:2.5rem;
}
.sec2 .company_box .tbl_area{
    width:100%;
    /*max-width:536px;*/
    max-width:560px;
    margin-right:auto;
    margin-left:auto;
}
.sec2 .company_box .tbl_area .tbl{
    font-size:1.8rem;
    display:table;
    width:100%;
}
.sec2 .company_box .tbl_area .tbl dt{
    display:table-cell;
    padding:7px 0;
}
.sec2 .company_box .tbl_about dt{
    text-align-last: justify; /* Chrome・Firefox用 */
    text-justify: inter-ideograph;/* IE・Edge用 */
    width:4em;
}
.sec2 .company_box .tbl_history dt{
    width:7em;
}
.sec2 .company_box .tbl_area .tbl dd{
    display:table-cell;
    padding:7px 0 7px 40px;
}


/*-------------------------------
	バナーエリア
-------------------------------*/

.sec3{
    padding-top:100px;
    padding-bottom:200px;
}

/*----- バナー */
.sec3 .bnr_area{
    width:100%;
    margin-right:auto;
    margin-left:auto;
}
.sec3 .bnr_area .bnr{
    max-width:1100px;
    display: flex;
    justify-content: space-between;
    align-items:center;
    margin-right:auto;
    margin-left:auto;
}
.sec3 .bnr_area .bnr li{
    width:100%;
}
.sec3 .bnr_area .bnr a{
    border:#958D65 solid 4px;
    display: flex;
    justify-content: center;
    align-items:center;
    border-radius: 60px;
    color:#958D65;
    width:100%;
    height:110px;
    background:#fff;
}
.sec3 .bnr_area .bnr a span{
    display:inline-block;
    font-size:2.2rem;
    background: url("../images/common/arrow1.png") no-repeat 0 55%;
    background-size:22px auto;
    padding-left:50px;
    line-height:1;
    font-weight:600;
    padding-bottom:.2em;
}


/*-------------------------------
	アプリエリア
-------------------------------*/

.sec4{
    padding-bottom:200px;
}

/*----- Tabio */
.sec4 .app_area{
    text-align: center;
}
.sec4 .app_area img{
    width:100%;
    max-width:1100px;
    height:auto;
    border-radius: 16px;
}


@media screen and (max-width:1100px){
    
    /*-------------------------------
        ヘッダー
    -------------------------------*/

    .header #nav .nav li{
        padding:0 20px;
    }
    
    
    /*-------------------------------
        メインタイトル
    -------------------------------*/

    /*----- バナー */
    .maintitle .bnr_area .bnr a{
        border-width:3px;
        height:90px;
    }
    
    
    /*-------------------------------
        店舗情報
    -------------------------------*/
    
    /*----- タブ */
    
    /* コンテンツ */
    .sec1 .tab_area .tab_conts .box{
        flex-direction: column;
    }
    .sec1 .tab_area .tab_conts .ph{
        width:69.661vw;
        height: 50.781vw;
        order:1;
        margin:0 auto;
    }
    .sec1 .tab_area .tab_conts .conts{
        width:100%;
        order:2;
        padding-top:30px;
    }
    .sec1 .tab_area .tab_conts .txt{
        padding-bottom:30px;
    }
    .sec1 .tab_area .tab_conts .access{
        position:static;
    }
    
    
    /*-------------------------------
        会社概要 / 沿革
    -------------------------------*/

    /*----- コンテンツ */
    .sec2 .company_box::after{
        right:-25px;
    }
    
    
    /*-------------------------------
        バナーエリア
    -------------------------------*/

    /*----- バナー */
    .sec3 .bnr_area .bnr a{
        border-width:3px;
        height:90px;
    }

}


@media screen and (max-width:768px){
    
    /*-------------------------------
        ヘッダー
    -------------------------------*/

    .header{
        padding:0;
    }
    .header .logo{
        height:14vw;
    }
    .header .logo img.lg{
        display:block;
    }
    .header .logo img.sm{
        display:none;
    }
    .header #nav .nav li{
        padding:0;
    }
    .header #nav .nav li:last-child{
        padding-right:0;
    }
    
    
    /*-------------------------------
        メインタイトル
    -------------------------------*/

    .maintitle{
        /*margin-top:2.604vw;*/
    }
    .maintitle .mt_area{
        padding-bottom:5.208vw;
        margin-bottom:1.302vw;
    }

    /*----- タイトル */
    .maintitle .page_title{
        padding-top:9.114vw;
        margin-bottom:3.906vw;
    }
    .maintitle .page_title img{
        margin-bottom:5.208vw;
        width:27.083vw;
        height:auto;
    }
    .maintitle .page_title span{
        font-size:2.4rem;
    }

    /*----- ビジュアル */
    .maintitle .mv{
        margin-bottom:5.208vw;
    }

    /*----- SNS */
    .maintitle .sns_area li{
        margin:.651vw 1.302vw;
    }
    .maintitle .sns_area li img{
        width:9.114vw;
        height:auto;
    }

    /*----- スクロール */
    .maintitle .scroll_area{
        top:calc(100% - (26.041vw + 3.5em));
        left:1.302vw;
    }
    .maintitle .scroll_area a{
        font-size:2.4rem;
    }
    .maintitle .scroll_area a:after{
        width:.26vw;
        height:25.39vw;
        top:calc(100% + .651vw);
    }

    

    /*-------------------------------
        店舗情報
    -------------------------------*/

    .sec1{
        padding-top: 9.765vw;
        padding-bottom: 11.067vw;
    }

    /*----- コンテンツ */
    .sec1 .shop_box .title{
        background-size:auto .52vw;
        margin-bottom:6.51vw;
        padding-bottom:2.604vw;
        font-size:2.7rem;
    }
    
    /*----- ロゴ */
    .sec1 .shop_box .shop_logo{
        margin-bottom:4.882vw;
    }
    .sec1 .shop_box .shop_logo img{
        width:34.114vw;
        height:auto;
    }

    /*----- タブ */

    /* リスト */
    .sec1 .tab_area .tab li{
        width:45vw;
        margin:1.302vw 0;
    }
    .sec1 .tab_area .tab li span{
        height:9.114vw;
        font-size:2.4rem;
    }
    
    /* コンテンツ */
    .sec1 .tab_area .tab_conts .area {
        padding-top:15vw;
    }
    .sec1 .tab_area .tab_conts .area .in{
        padding-top:5.859vw;
        padding-bottom:5.859vw;
    }
    .sec1 .tab_area .tab_conts .logo{
        margin-bottom:1.953vw;
    }
    .sec1 .tab_area .tab_conts .logo img{
        width:24.218vw;
        height:auto;
    }
    .sec1 .tab_area .tab_conts .ttl{
        font-size:3.2rem;
        margin-bottom:2.604vw;
    }
    .sec1 .tab_area .tab_conts .links{
        margin-bottom:5.906vw;
    }
    .sec1 .tab_area .tab_conts .links li{
        margin:0 1.041vw;
    }
    .sec1 .tab_area .tab_conts .links li span{
        font-size:2.4rem;
        border-radius: .52vw;
        min-width:13.02vw;
    }
    .sec1 .tab_area .tab_conts .links li img{
        width:6.901vw;
        height:auto;
    }
    .sec1 .tab_area .tab_conts .ph{
        width:100%;
        height: 62.5vw;
    }
    .sec1 .tab_area .tab_conts .conts{
        padding-top:3.906vw;
    }
    .sec1 .tab_area .tab_conts .txt{
        padding-bottom:5.208vw;
    }
    .sec1 .tab_area .tab_conts .txt p{
        font-size:2.4rem;
        line-height:1.7;
    }
    .sec1 .tab_area .tab_conts .txt.line_wide p{
        line-height:1.7; 
    }
    .sec1 .tab_area .tab_conts .access{
        font-size:2.4rem;
        padding-top:3.906vw;
    }
    
    
    /*-------------------------------
        会社概要 / 沿革
    -------------------------------*/

    .sec2{
        padding-top:13.02vw;
        padding-bottom:13.02vw;
    }

    /*----- コンテンツ */
    .sec2 .company_box{
        padding-top:7.812vw;
        padding-bottom:11.718vw;
        padding-right:7.812vw;
        padding-left:7.812vw;
        border-radius: 1.041vw;
    }
    .sec2 .company_box::after{
        width:46.98vw;
        height:9.51vw;
        right:-4vw;
        bottom:-1.302vw;
    }
    .sec2 .company_box .box:not(:last-child){
        margin-bottom:11.718vw;
    }
    .sec2 .company_box .title{
        background-size:auto .52vw;
        margin-bottom:2.604vw;
        padding-bottom:2.604vw;
        font-size:2.7rem;
    }
    .sec2 .company_box .tbl_area{
        max-width:90%;
    }
    .sec2 .company_box .tbl_area .tbl{
        font-size:2.4rem;
    }
    .sec2 .company_box .tbl_area .tbl dt{
        padding:.911vw 0;
    }
    .sec2 .company_box .tbl_area .tbl dd{
        padding:.911vw 0 .911vw 5.208vw;
    }
    
    
    /*-------------------------------
        バナーエリア
    -------------------------------*/
    
    .sec3 {
        padding-top:13.02vw;
        padding-bottom:26.041vw;
    }

    /*----- バナー */
    .sec3 .bnr_area .bnr a{
        border-width:.52vw;
        border-radius: 7.812vw;
        height:14.622vw;
    }
    .sec3 .bnr_area .bnr a span{
        font-size:2.4rem;
        background-size:2.545vw auto;
        padding-left:4.545vw;
    }
    
    
    /*-------------------------------
        アプリエリア
    -------------------------------*/

    .sec4{
        padding-bottom:26.041vw;
    }

    /*----- Tabio */
    .sec4 .app_area img{
        border-radius: 2.083vw;
    }
    
    
}