@charset "UTF-8";
@media screen and (max-width: 850px) {
    .pc{ display: none !important; }
    .sp{ display: block !important; }


/* 共通 */

.main_img{
    width: 100%;
    height: 110vw;
    object-fit: cover;
}

h1{
    width: 100%;
    color: #FFF;
}

.h1_name{
    font-size: 4rem;
    font-family: 'Cormorant Garamond', serif;
}
	
.h1_name_top{
    bottom: 5vw!important;
    top: auto!important;
    width: 90%;
}
	
	

.h1_profession{
    font-size: 1.6em;
}

.header_back{
    position: fixed;
    width: 100%;
    height: 80px;
    background-color: #E7E7E4;
}

.header_right_2{
    position: absolute;
    top: 2.75rem;
    right: 5rem;
}

.header_right_3_2{
    margin: 0 5rem 0 3rem;
    color: #000;
    font-size: 1.6em;
}

.header_right_3_2:before{
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/instagram_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;

}

.sec_2{
    background-color: #FFF;
}

.trailofthetraveler_copy{
    background-color: #E7E7E4;
}


/* /共通 */


/* 下層タイトル部分 */

.con_title{
    padding: 160px 0 0;
}

.con_title h1{
    position: static;
    color: #000;
    font-size: 4.2em;
}

.underbar_title{
    padding-bottom: 60px;
    border-bottom: 1px solid #BABABA;
}

.underbar_title_2{
    padding-bottom: 40px!important;
}


/* /下層タイトル部分 */


/* 第3下層タイトル部分 */

.con_title_2{
    padding: 160px 0 50px;
}

.con_title_2 h1{
    position: static;
    color: #000;
    font-size: 2.8em;
	line-height: 1.5;
    margin-bottom: 15px!important;
}
	
.category_font{
		font-size: 1.6em;
	}

.con_title_2_favorite{
    margin-bottom: 30px!important;
}

.con_title_2 p{
    font-size: 1.3em;
}

.con_title_copy{
    font-size: 1.4em;
    line-height: 2;
}

.underbar_title{
    padding-bottom: 60px;
    border-bottom: 1px solid #BABABA;
}

.con_title_2 img{
    width: 100vw!important;
    height: 65vw!important;
    object-fit: cover;
}

.con_title_2_left{
    margin-left: 4%;
}
	
.con_title_2_left_2{
    margin-left: 0%;
}	


/* /第3下層タイトル部分 */



/*　レイアウトのためのCSS　*/

body{
    overflow: visible;
    overflow-x: hidden;
}

.wrap {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 50px 0 0;
}

.main{
    width: 92%;
    margin: 0 auto;
}

.main_shop{
    width: 92%;
    margin: 0 auto;
}

.main_shop_top{
    margin-top: 20px;
			padding: 0;
}

.side {
    width: 92%;
    margin: 0 auto;
}

.side_shop{
    width: 92%;
    margin: 0 auto;
}
	
	.side_shop ul{
		padding: 0;
	}	

.side_content {
    position: sticky;
    top: 50px;
}

/*　/レイアウトのためのCSS　*/



/* side_content */

.side_content{
    margin-bottom: 50px;
}

.side_content h2{
    font-size: 2.0em;
}

.side_profile{
    padding: 30px 20px;
    margin-right: 0;
    border: 1px solid #BABABA;
}

.side_profile_2{
    display: flex!important;
    justify-content:left!important;
    align-items:center!important;
}

.profile_img{
    width: 120px!important;
    height: 120px!important;
    border-radius: 120px;
    margin: 0 25px 0 0;
    object-fit: cover;
}

.side_name{
    border-top: 0px solid #BABABA;
    padding-top: 20px;
    font-size: 1.6em;
}

.side_profession{
    font-size: 1.3em;
}

.side_instagram{
    font-size: 1.6em;
    margin-right: 30px;
    margin-top: 25px;
}

.side_instagram:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 25px;
    background-image: url(../images/instagram_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
    background-repeat: no-repeat;
}

.side_profile_grid{
    display: flex;
}

.side_twitter{
    font-size: 1.6em;
    margin-top: 25px;
}

.side_twitter:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 25px;
    background-image: url(../images/twitter.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
    background-repeat: no-repeat;
}

.side_copy{
    font-size: 1.1em;
    line-height: 2;
			 text-align: justify;
	 text-justify: inter-ideograph;
}

.side_shop h2{
    font-size: 1.6em;
}

.side_shop li{
    font-size: 1.9em;
    margin-bottom: 25px;
}


/* /side_content */


/* main_content */


.main_content_h2{
    font-size: 2.4em;
    line-height: 1.8;
    margin-bottom: 30px;
			 text-align: justify;
	 text-justify: inter-ideograph;
}

.main_content_h3{
    font-size: 2.0em;
    line-height: 1.8;
    margin-bottom: 30px;
			 text-align: justify;
	 text-justify: inter-ideograph;
}


.main_content_p{
    font-size: 1.3em;
    line-height: 2;
    margin-bottom: 50px;
			 text-align: justify;
	 text-justify: inter-ideograph;
}

.main_content img{
    width: 100%!important;
    height: 90vw!important;
    object-fit: cover;
    margin-bottom: 50px;
}

.main_content_shop img{
    width: 100%!important;
    height: 45vw!important;
    object-fit: cover;
    margin-right: 30px;
}


.main_favorite{
    display: block;
    justify-content: space-between;
    align-items: center!important;
    padding: 15px 0 30px;
    border-top: 1px solid #BABABA;
    border-bottom: 1px solid #BABABA;
    margin-bottom: 90px;
}
	
.main_favorite_snapshot p{
	    margin-bottom: 10px!important;
}	

.main_favorite p{
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 5px;
}

.main_favorite p:before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 23px;
    background-image: url(../images/area.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
    background-repeat: no-repeat;
}


.main_favorite_a{
    font-size: 1.6em;
    border: 1px solid #000000;
    padding: 15px;
    text-align: center;
}


/* /main_content */


/* travelersnapshot */

.travelersnapshot li{
    margin-bottom: 0px!important;
}

#travelersnapshot_2{
    width: 100%!important;
    height: auto!important;
    object-fit: cover;
    margin-bottom: 30px;
}

.trailofthetraveler_2{
    margin-bottom: 10px!important;    
}

.travelersnapshot_2_copy{
    font-size: 2.0em;
    line-height: 1.5;
/*     margin-bottom: 30px!important; */
}
	
.travelersnapshot_2_copy_2{
    font-size: 2.0em;
    line-height: 1.5;
/*     margin-bottom: 30px!important; */
}	

.travelersnapshot_btn{
    width: 100%;
}

.travelersnapshot_sec2{
    padding: 50px 0;
}

.travelersnapshot_sec2_2{
	    padding-bottom: 0;
}	
	
	
#travelersnapshot_2_copy_1{
    font-size: 1.4rem;
    line-height: 2;
}

#travelersnapshot_2_copy_2{
    font-size: 1.0rem;
}



/* /travelersnapshot */


/* frave */
.wpcf7-form{
    display: flex;
}

.wpcf7-form input{
    width: 65vw;
    height: 10vw;
    padding: 0 0 0 10px;
    border: 1px solid #000000;
    border-radius: 5px 0 0 5px;
    font-size: 1.6em;
}
	
	.wpcf7-form input::placeholder {
 	padding-left: 5px!important;
}

.wpcf7-submit{
    width: 20vw!important;
    height: 10.5vw!important;
    border: 0;
    border: 1px solid #000000;
    background-color: #000;
    color: #FFF;
    border-radius: 0 5px 5px 0!important;
    font-size: 1.2em;
}

.wpcf7-form{
    display: flex;
}
	
	
	
/* /frave */


/* shop */

.shop_li:nth-child(odd){
    margin-right: 4%!important;
}

.shop_li:nth-child(even){
    margin-right: 0%!important;
}

/* /shop */

/* shop_detail */

.shop_detail{
    margin-bottom: 150px;
}

.shop_detail_copy{
    font-size: 1.3em;
    line-height: 2.3;
}


.shop_detail_title{
    font-size: 2.4em;
}

.shop_detail_ul{
    font-size: 1.3em;
    border-top: 1px solid #BABABA;
}

.shop_detail_li{
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #BABABA;
}

.shop_detail_li_title{
    width: 250px;
}

.shop_detail_li_copy{
    width: 670px;
}

.shop_detail_btn{
    width: 85%;
    height: 15vw!important;
    color: #FFF;
    font-size: 1.3em;
    background-color: #000000;
}

.shop_detail_btn a:after,.shop_detail_btn_2_1:after,.shop_detail_btn_2_2:after{
    content: '';
    display: inline-block;
    width: 14.9px;
    height: 14.9px;
    background-image: url(../images/link_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
}

.shop_detail_btn_2{
    width: 100%;
    display: flex;
    margin-right: 0!important;
    justify-content: space-between;
}

.shop_detail_btn_2_1{
    width: 40%!important;
    height: 15vw!important;
    font-size: 1.3em!important;
    margin-left: 7.5%;
    display: flex;
    height: 75px;
    color: #FFF;
    font-size: 1.6em;
    background-color: #000;
    white-space: nowrap;
}
	
	.shop_detail_btn_2 a{
		    background-color: #000;
	}

.shop_detail_btn_2_2{
    width: 40%!important;
    height: 15vw!important;
    font-size: 1.3em!important;
    margin-left: 3%;
    display: flex;
    height: 75px;
    color: #FFF;
    font-size: 1.6em;
    background-color: #000;
    white-space: nowrap;
}


.shop_detail_favorite{
    margin: 10px 0;
}
	
.shop_detail_favorite_2{
    margin: 0;
}	
	
.shop_detail_favorite_top{
    margin-top: 0;    
}	


/* /shop_detail */



/* about */

.about_h1{
    position: absolute;
    top: 45vw;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    color: #FFF;
}

.about_h1_p1{
    font-size: 4.5rem;
    margin-bottom: 10px;
}

.about_h1_p2{
    font-size: 1.6rem;
}

.about_copy{
    padding: 80px 0;
    display: flex;
}

.about_copy_{
    margin: 0 auto 80px;
    height: 260px;
}

.about_copy_titlesub{
    font-size: 1.6em;
    margin-left: 10px;
    writing-mode: vertical-rl;
}

.about_copy_title{
    font-size: 3.5em;
    margin-left: 0;
    writing-mode: vertical-rl;
}

.about_copy_con{
    display: flex;
}

.about_copy_con p{
white-space: nowrap;
    font-size: 1.6em;
    line-height: 2.5;
    margin-top: 0;
    margin-bottom: 50px;
    margin-left: 0;
    writing-mode: horizontal-tb;
    letter-spacing: 0.02vw;
}

.about_con_li{
    display: block;
    position: static;
    justify-content: 0;
    height: auto;
    margin-bottom: 100px!important;
}

.about_con_li_copy{
    position: static;
    width: 85%;
    margin: 30px auto 0;
}

.about_con li:nth-child(even) .about_con_li_copy{
    right: 0;
}

.about_con_li_h3{
    font-size: 2.2em;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
}

.about_con_li_copy_1{
    font-size: 1.5em;
    line-height: 2;
}


.about_con_li a{
    width: 100%;
    height: 75px;
    color: #FFF;
    background-color: #000;
    display: block;
    font-size: 1.6rem;
    transition: 0.8s;
    opacity: 1;
}

.about_con_li a:after{
    content: '';
    display: inline-block;
    width: 14.9px;
    height: 14.9px;
    background-image: url(../images/link_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
}


#about_con_img{
    position: static;
    width: 100%;
    height: 65vw;
    object-fit: cover;
    right: 0;
}

.about_con li:nth-child(even) #about_con_img{
    left: 0;
}



/* /about */



/* アコーディオン */


.acd-check{
    display: none!important;
}
.acd-label{
    color: #000;
    display: block;
    margin-bottom: 10px;
    padding: 10px 10px 10px 0;
    font-size: 1.6em;
    position: relative;
    width: fit-content;
}
/* .acd-label:after{
    box-sizing: border-box;
    content: '0';
    transform: rotate( -90deg );
    display: block;
    height: 40px;
    position: absolute;
    right: -30px;
    top: 0px;
    line-height: 0;
} */

.acd-label:after{
    content: '';
    display: inline-block;
    width: 14.9px;
    height: 14.9px;
    background-image: url(../images/shop_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
}

.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    background-image: url(../images/shop_arrow_2.png);
    right: 10px;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 0;
    visibility: visible;
    font-size: 1.3em;
    margin-bottom: 5px;
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
}




/* アコーディオン */


}