@charset "utf-8";

@media screen and (max-width: 1080px){
/*	header
--------------------------------------------------------------------*/
#header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    }
    
    #header h1{
    padding: 3px;
    }
    
    /*	nav
    --------------------------------------------------------------------*/
    #nav{
    background: #eaeaea;
    }
    
    #nav .logo{
    margin-left: 10px;
    border-right: none;
    }
    
    #nav .link_list{
    flex-direction: column;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;   
    overflow-y: scroll;
    z-index: -10;
    }
    
    #nav .page_menu{
    flex-direction: column;
    padding-top: 150px;
    background: #eaeaea;
    }
    
    #nav .page_menu li{
    width: 100%;
    border-bottom: 1px solid #8e8e8e;
    border-right: none;
    }
    
    #nav .page_menu li a{
    padding: 20px 16px 15px;
    }
    
    #nav .page_menu li:nth-child(1) a{
    padding: 20px 16px 15px;
    font-size: 1.3rem;
    }

    #nav .page_menu li:nth-child(1) a br:first-of-type{
    display: none;
    }
    
    #nav .contact{
    border-right: none;
    background: #eaeaea;
    }
    
    #nav .contact p:first-child{
    padding-top: 10px;
    text-align: center;
    font-size: 1.4rem;
    }
    
    #nav .contact p:last-of-type{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    font-size: 1.4rem;
    }
    
    #nav .contact li{
    width: 100%;
    border-right: none;
    }
    
    #nav .contact li a{
    padding: 20px 0;   
    }
    
    #nav .contact li.con_btn{
    border-right: none;
    }

    /*	ttl
    ----------------------------------------------------*/
    .ttl_bg {
    margin: 117px 0 50px;
    }

    /*	contents
    ----------------------------------------------------*/
    .pg_link{
    display: block;
    margin-top: -117px;
    padding-top: 117px;    
    }

/*	sp_btn
--------------------------------------------------------------------*/
/* ----- ナビゲーション部分のidかclass名を指定 ----- */
#nav .link_list {
    display: none;
    }
        
    .sp_btn {
    position: fixed;
    top: 40px;
    right: 10px;
    display: block;
    z-index: 100;
    }
    
    .sp_btn p{
    font-family: YuGothic, /* Mac用 */ 'Yu Gothic', /* Windows用 */ sans-serif;
    font-size: 1.25rem;
    font-weight: bold;
    color: #8a7457;
    text-align: center;
    }
    
    .navi_btn {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    background: #8a7457;
    }
    
    .navi_icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 3px;
    margin: -1px 0 0 -13px;
    background: white;
    transition: .2s;
    }
    
    .navi_icon:before,
    .navi_icon:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 3px;
    background: white;
    transition: .3s;
    }
    
    .navi_icon:before{
    margin-top: -11px;
    }
    
    .navi_icon:after{
    margin-top: 8px;
    }
    
    .navi_btn .close{
    background: transparent;
    }
    
    .navi_btn .close:before,
    .navi_btn .close:after {
    margin-top: 0;
    }
    
    .navi_btn .close:before{
    transform: rotate(-45deg);
    }
    
    .navi_btn .close:after{
    transform: rotate(-135deg);
    }

/* ===================================================================
index
=================================================================== */
.ind_main_bg{
    margin-top: 117px;
}


/* ===================================================================
sguideページ
=================================================================== */
.sguide .breadcrumb {
    margin-top: 117px;
    margin-left: 10px;
}

}

/* ===================================================================
Tablet CSS
ウィンドウ幅[641～1023px]の場合に適用
=================================================================== */
@media screen and (max-width: 1023px) {

/* ===================================================================
各ページ共通
=================================================================== */

/*	body
--------------------------------------------------------------------*/
body {
overflow: hidden;
}

/*	h
--------------------------------------------------------------------*/

/*	main
--------------------------------------------------------------------*/
#main{
flex-direction: column;
padding: 0 10px;
}

/*	contents
--------------------------------------------------------------------*/
#contents{
max-width: none;
margin-bottom: 20px;
padding: 15px;
}

/*	sidebar
--------------------------------------------------------------------*/
#sidebar{
flex: 0 1 auto;
width: 100%;
margin: 0;  
}

#sidebar .ba{
display: flex;
justify-content: space-between;
margin-bottom: 15px;
}

#sidebar .ba li{
width: 32.5%;
margin-bottom: 0;
}

#sidebar .ba li img{
width: 100%;
}

#sidebar section h4{
padding: 13px;
text-align: center;
}

#sidebar section div{
display: flex;
justify-content: center;
}

#sidebar section ul{
width: 20%;
border-bottom: none;
}

#sidebar section li {
margin-bottom: 5px;
}

#sidebar section li:last-child{
margin-bottom: 0;
}

/*	footer
--------------------------------------------------------------------*/
#footer .f_bnr{
padding: 0 10px 30px;
}

/* ===================================================================
index
=================================================================== */
.ind_main_bg{
    margin-top: 117px;
}

.ind_main .text{
    margin-left: 10px;
    position: relative;
    z-index: 1;
}

.ind_main .text h3{
    font-size: 22px;
}

.ind_main .text h2{
    font-size: 2.2rem;
}

.ind_main .dr{
    right: 10px;
}

.iroha_abc{
    padding: 0 10px;
}

.iroha_abc .bnr_area li img{
    height: 20.9vw;
}

.ind_btn{
padding: 0 10px;
}

.ind_btn li{
height: 8.4vw;
}

.ind_btn li img{
height: 100%;
width: auto;
}

.ind_menu{
padding: 0 10px;
}

.ind_menu h3:before,
.ind_menu h3:after{
width: 18%;
}

.ind_menu div{
flex-direction: column;
}

.ind_menu dl{
width: 100%;
margin-bottom: 15px;
}

.ind_menu dl:last-child{
margin-bottom: 0;    
}

.pickup ul{
padding: 0 10px;    
}

.pickup ul li{
width: 32%;
}

.ind_sec02 ul{
flex-direction: column;
padding: 10px;   
}

.ind_sec02 li{
width: 100%;
max-width: none;    
}

.ind_sec02 li:first-child{
margin-bottom: 15px;
}

/*	treatment
----------------------------------------------------*/
.treatment section .aga_recommen dd .tbl table th,
.treatment section .aga_recommen dd .tbl table td{
font-size: 1.3rem;
}

}
