@charset "utf-8";
/* CSS Document */

html{
	font-size: 62.5%;
}

*, *::before, *:after {
	box-sizing:border-box;

}

body{

 	font-family: serif;
	font-family: 'Noto Sans JP', sans-serif;
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;

	font-size:1.6rem;
}

/*文字*/
a{
	text-decoration: none;
	color:white;

}

p{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.8rem;
	line-height:42px;

	font-weight: 500;
}

h1{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:3.5rem;
	color: #422922;
	margin-top: 55px;
	margin-bottom: 55px;
}

h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:2.4rem;
	line-height:40px;
	margin-bottom: 33px;

	margin-top: 80px;

}

h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:2.5rem;
	color:#8A7B5F;
	margin: 42px auto;
}

.q{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:4rem;
	color:#C39E4C;
	margin-right: 2rem;
	font-weight: bold;
	line-height: 3rem;
}

.q-tex{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:2.5rem;
	color:#292929;
	font-weight: bold;
	line-height: 3rem;
}



.p_center{
	text-align: center;

}

.p_white{
	color:white;

}

.p_12{
	font-size: 0.8rem;;

}

.p_info_notes{
	font-size:1.4rem;
				line-height: 2.3rem;
}

.p_info2_r{
	text-align: left;

}

.p_22{
	font-size:2.2rem;

}

.p_24{
	font-size:2.4rem;
}

.p_30{
	font-size: 2.0rem;
    line-height: 34px;

}

.p_mv {
  font-size: 3.0rem;
}

.p_62{
	font-size: 5.2rem;
	line-height: 6.6rem;
}


.p_bold{

	font-weight: 700;
}

.pl{
	font-size:2.4rem;

}

.plan_value{
	font-family: 'Noto Sans JP', sans-serif;
	color:#605237;
	font-size: 40px;
	margin-bottom: 20px;

}


.sp{
	display:none;


}

.name{
	font-size: 25px;
	margin-bottom: 2px;
}

/*共通レイアウト*/
.flex-box{
		display:flex;
		margin-bottom: 22px;

	}

.center	{
	margin: 0 auto;
}

.left{
	text-align: left;
}

.right{
		text-align: right;

	}

.white{
	color:white;
}

.margin_30px{
	height: 30px;
	width: 100%;
	display: block;
}

.button{
	height: 80px;
	width: 80%;
	border-radius: 31px;
	text-align: center;
	background-color: white;
	z-index: 50;
	padding-top: 19px;
	position: relative;
	margin: 30px auto;

}

.plan_button{
	height: 80px;
	width: 700px;
	border-radius: 31px;
	text-align: center;
	background-color: #42261A;
	z-index: 50;
	padding-top: 19px;
	position: relative;
	margin: 30px auto;

}

.l_button{
	height: 80px;
	width: 35%;
	border-radius: 31px;
	text-align: center;
	background-color: #00CC42;
	z-index: 50;
	padding-top: 19px;
	position: relative;
	margin: 30px auto;

}

.button_p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 26px;
	color:black;
	font-weight: 700;
}

.l_button_p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 26px;
	color:white;
	font-weight: 700;
}

.autoplay-slider{
  display: flex;
  width: 100%;
}
.slide{
  height: 379px;
  width: 585px;
  margin: 0px;
  position: relative;
}

@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}

.autoplay-slider{
  display: flex;
  min-width: 100%;
  width: min-content;
  animation: 72s linear infinite sliderAnimation;
}



/*個別セクション*/

#main_visual{


	background-image: url("../images/DSC_0080.jpg");
	background-size: contain;
	background-size: cover;

	position:fixed;
	top: 0;
	left: 0;

	z-index:-3;

	width: 100vw;
	height: 56vw;
}

#main_visual_cover{
	width: 100%;
	width: 100vw;
	height: 56vw;
	background:rgba(0,0,0,0);
}

#main_copy{
	line-height: 60px;
	margin-bottom: 30px;
}

#working_at_the_lodge{
	width: 92%;

}

#location{
	width: 100%;
	aspect-ratio: 1 / 0.5625;
	background-image: url("../images/DSC_0016.jpg");
	background-size: contain;
	background-size: cover;

	position: relative;


}

.bg_bk_s{
	display:block;

	background:rgba(0,0,0,0.36);
	padding: 15px 42px 56px 42px;
	width: 50%;

	position: absolute;
  	top: 50%;
  	right: 0;

}

.bg_bk_sl{
	display:block;

	background:rgba(0,0,0,0.36);
	padding: 22px 24px 44px 42px;
	width: 50%;

	position: absolute;
  	top: 50%;
  	left: 0;

}

#location_ttl{
	width: 56%;

}

#working_space_ttl{
	width: 90%;
	margin-bottom: 12px;
}

#working_space_ttl_sp{
	width: 90%;
	margin-bottom: 12px;
}

#working_space{
	width: 100vw;
	aspect-ratio: 1 / 0.5625;
	background-image: url("../images/DSC_0006.jpg");
	background-size: contain;
	background-size: cover;

	position: relative;

}

#working_space_sp{
	width: 100vw;
	aspect-ratio: 1 / 0.5625;
	background-image: url("../images/sp_mv.jpg");
	background-size: contain;
	background-size: cover;

	position: relative;

}

#list_of_rooms{
	width: 100vw;
	height: 56vw;
	background-image: url("../images/DSC_0037.jpg");
	background-size: contain;
	background-size: cover;


	position: relative;
}

.bg_wh{
	display:block;

	background:rgba(255,255,255,0.5);
	padding: 62px 20px 53px 20px;
	width: 60%;
	max-height: 100%;
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translateY(-50%) translateX(-50%);
  	-webkit- transform: translateY(-50%) translateX(-50%);
}

#list_of_rooms_ttl{
	width: 30%;
	margin-bottom: 65px;
}

#list_of_rooms_pic {
  max-width: 90%;
}

#slider{
	width: 100vw;
	overflow:hidden;
}

#info {
width: 100vw;
padding-top:2px;
padding-bottom: 80px;

background-color: white;
}


.info-box{
	display: flex;
	width: 860px;
	border-bottom: 2px #707070 solid;
	border-collapse: collapse;


}

.info_img{
	margin-top: 80px;
	margin-bottom: 80px;
}

.info-box_1{
	border-top: 2px #707070 solid;
}


.info_l{
	width: 345px;
	padding: 34px 0;
	padding-left: 195px	;
	text-align: left;
	vertical-align: middle;
}

.info_r{
	width: 515px;
	padding: 34px 0;
	text-align: left;
	vertical-align: middle;
}

.info-box2{
	display: flex;
	width: 860px;

}

.info2_l{
	width: 370px;

	padding: 34px 0;
	padding-left: 76px;
	text-align: left;
	vertical-align: middle;
}

.info3{
	width: 860px;

	padding: 34px 0;
	padding-left: 76px;
	text-align: left;
	vertical-align: middle;
}

.info2_r{
	padding: 34px 0;
	text-align: left;
	vertical-align: middle;

}

.info2_r_value{
	padding: 34px 0;
	text-align: right;
	vertical-align: middle;

}

.info2_r_table{
	border: none;
	border-collapse: collapse;
}

.info2_r_table,td{
	width: 56px;
	height: 25px;
}

.info3_td{
	width: 100%;
	height: 25px;
}

.info2_r_table td:nth-of-type(2){
	width: 80px;
	height: 24px;
	text-align: right;

}

.info2_r_table.wide td:nth-of-type(2){
	width: 120px;
}

.p_info2_r_value span {
	margin-right: 0.5em;
	font-size: 1.6rem;
}

.info2_r_table td.top {
	vertical-align: top;
}

.info2_r_table td:nth-of-type(3){
	text-align: left;
	width: 90px;
}

.lineimg{
	width: 80%;
}

.bgc1{
	background:rgba(126,122,91,0.24);

}

.bgc2{
	background-color:#F7F8DF;

}

.bgc3{
	background:rgba(178,173,170,0.12);

}

.info-box3{
	width: 860px;

}

.bgc4{
	background:rgba(126,122,91,0.09);

}


#contact{
	width: 100vw;
	aspect-ratio: 1 / 0.8;
	background-image: url("../images/DSC_0025.jpg");
	background-size: contain;
	background-size: cover;

	position: relative;
}

#contact_ttl{
	width: 25%;
	margin-bottom: 30px;
}


.bg_bk{
	background:rgba(0,0,0,0.36);
	padding: 0px 43px 115px 43px;
	width: 60%;

	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translateY(-50%) translateX(-50%);
  	-webkit- transform: translateY(-50%) translateX(-50%);
}

.bg_bk_contact{
	padding: 57px 40px 94px 40px;


}
.tell{
	margin-bottom: 30px;
	margin-top: 30px;

}


#intro{
	padding-bottom: 90px;
	padding-top: 40px;
	width: 100vw;
	background-color: white}



footer{
	background-color: #422922;
	width: 100vw;
	padding-top: 16px;
	text-align: center;

}

footer p{
	font-size:1.2rem;
	color:white;
}

.p_footer_ad{
	line-height: 24px;

}

.p_footer_ttl {
  margin-bottom: 8px;
}

.p_footer_cr{
	margin-bottom: 0px;
	margin-top: 8px;
}

    /*ベース*/
    .toggle {
    	display: none;
    }
    .Label {		/*タイトル*/
    	padding: 1em;
    	display: block;
    	color: #fff;
    	background:#fff;
    }
    .Label::before{		/*タイトル横の矢印*/
    	content:"";
    	width: 6px;
    	height: 6px;
    	border-top: 2px solid #B8AEB9;
    	border-right: 2px solid #B8AEB9;
    	-webkit-transform: rotate(45deg);
    	position: absolute;
    	top:calc( 50% - 3px );
    	right: 7px;
    	transform: rotate(135deg);
    }
    .Label,
    .content {
    	-webkit-backface-visibility: hidden;
    	backface-visibility: hidden;
    	transform: translateZ(0);
    	transition: all 0.3s;
    }
    .content {		/*本文*/
    	height: 0;
    	margin-bottom:10px;
    	padding:0 20px;
    	overflow: hidden;
    }
    .toggle:checked + .Label + .content {	/*開閉時*/
    	height: auto;
    	padding:20px ;
    	transition: all .3s;
    }
    .toggle:checked + .Label::before {
    	transform: rotate(-45deg) !important;
    }

.label_wrapper{
	display: flex;

}
.accordion{
	width:860px;
}

.textbox_1{
	width:860px;
	margin: 0 auto;
}

.info_pic {
  margin: 0 auto;
}

.sns_icon_area{
	width: 96px;
	height: 38px;
	display: flex;

	margin-top: 12px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.icon_box{
	width: 38px;
	height: 38px;
	margin-right: 20px;
}

.sns_icon {
  max-width: 80%;
  display: block;
}

#working_space_sp{
	display: none;

}

@media screen and (max-width: 1140px) {

	p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  line-height: 35px;
  font-weight: 500;
	}

	h1 {

  font-size: 3.2rem;

}
	.p_24 {
  font-size: 1.7rem;
}

	.p_30 {
  	font-size: 1.6rem;
	}

	.p_62 {
  font-size: 4.2rem;
  line-height: 3.8rem;
}

	.bg_bk{
		padding: 18px 43px 48px 43px;

	}

	#main_copy {
  line-height: 37px;
  margin-bottom: 30px;
  font-size: 2.4rem;
}


	#intro{
	padding-left: 10%;
	padding-right: 10%;

	}

	.sp_left{
		text-align: left;

	}

	.flex-box{
		display: block;

	}

	.bg_bk {

  width: 460px;

}

	#list_of_rooms_ttl {

  margin-bottom: 12px;
}


	.bg_bk_contact {
 	 padding: 22px 18px 12px 18px;
	}

	#contact_ttl {
  	width: 190px;
  	margin-bottom: 14px;

}

	.tell {
  margin-bottom: 8px;
  margin-top: 8px;
}

#main_visual{
	background-position: right 65% bottom 10%;
}


.sp{
	display:inline;


}

.button{
	height: 50px;
	width: 70%;
	padding-top: 8px;

}

.plan_button{
	height: 50px;
	width: 50%;
	padding-top: 7px;

}

.l_button{
	height: 50px;
	width: 35%;
	padding-top: 7px;

}

.button_p {
  font-size: 16px;
  color: black;
}

.l_button_p {
  font-size: 16px;
  color: white;
}

.lineimg{
	width: 90%;
}

.button {
  height: 43px;
  width: 70%;
  padding-top: 3px;
}



}

@media screen and (max-width: 790px) {




	.pc{
		display:none;

	}


	.sp{
	display:inline;
}
	#main_visual{
		width: 100vw;
  		height: 378px;
	}

	section{
		overflow: hidden;


	}

	table{
		margin: 0 auto;

	}

	.sp_none{
		display: none;
	}

	#main_visual_cover {
  		width: 100vw;
  		height: 378px;
}

	#working_at_the_lodge {
  width: 525px;
  margin-top: 40px;
}

	#main_copy {
  line-height: 28px;
  margin-bottom: 23px;
  font-size: 1.6rem;
}

	#intro{
	padding-left: 10%;
	padding-right: 10%;

	}

	.mtginfo{
	padding-left: 10%;
	padding-right: 10%;

	}

	.lineimg{
	width: 100%;
}

	.textbox_1{

	width:auto;
}

	.qaa-box{
	padding-left: 10%;
	padding-right: 10%;
	width:auto;
	position: relative;
	left: -16px;

	}

	p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
	}

	.p_30 {
  font-size: 1.5rem;
}

	.p_62 {
  font-size: 2.7rem;
}

	.p_center{
		text-align: center;

	}

	.p_spleft{
		text-align: left;

	}

	.p_info2_r{
		text-align: center;

	}

	.p_info_notes{
		text-align: center;

	}

	h1 {
  font-size: 2.4rem;
}

	#location{
	aspect-ratio:auto;
 	 height: 100vh;
	background-position: center;
}

	#location_ttl {
  width: 80%;
  margin-bottom: 20px;
}


#working_space{
	aspect-ratio:auto;
 	 height: 100vh;
	background-position: 22% 0%;
}

	#working_space_ttl {
  width: 100%;
  margin-bottom: 24px;

}

#working_space_sp{
	aspect-ratio:auto;
 	 height: 100vh;
	background-position: 22% 0%;
}

	#working_space_ttl_sp{
  width: 100%;
  margin-bottom: 24px;

}

#working_space_sp{
	display: block;

}

	.info-box2 {
  display: block;
  width: 100%;
}

.info3 {
  width: 100%;
  padding: 34px 0;
  padding-left: 25px;
  text-align: left;
  vertical-align: middle;
}


	.button{
	margin:20px auto 30px auto;

	}

	.bg_bk {
  width: 100%;
  height: 100%;
}

.bg_bk {
  padding: 0px 14px 0px 14px;
}

.bg_bk_s {

  padding: 48px 26px 65px 26px;
  width: 50%;
  position: absolute;
  top: 60%;
  right: 0;
  height: auto;
}

.bg_bk_sl {
  display: block;
  background: rgba(0,0,0,0.36);
  padding: 48px 26px 44px 26px;
  width: 50%;
  position: absolute;
  top: 60%;
  left: 0;
  height: auto;
}

#list_of_rooms {
  width: 100vw;
  height: 100vw;
}

.bg_wh {
  padding: 50px 0px 40px 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translateY(0%) translateX(0%);
  -webkit- transform: translateY(0%) translateX(0%);
  max-height: 100%;
}

	h2{
		margin-left: 20px;

	}



.info-box {
  width: 80%;
}



.info_l {
  width: 244px;
  padding: 34px 0;
  padding-left: 9px;
}

.info-box2 {
  width: 100%;
}

.info2_l {
  width: 100%;
  padding: 28px 0 10px 0;
  text-align: center;
}

.info2_r {
  padding: 10px 0 28px 0;
}

.info-box3 {
  width: 100%;
}

	#contact{
		aspect-ratio: 1 / 1;

	}

	#contact_ttl {
  width: 190px;
  margin-bottom: 20px;
  margin-top: 47px;
}




.button {
  height: 43px;
  width: 50%;
  padding-top: 9px;
}

.plan_button {
  height: 53px;
  width: 450px;
  padding-top: 16px;
}


footer {
  padding-top: 18px;
  padding-bottom: 18px;
}

.p_footer_ad {
  line-height: 18px;
}

#contact {
  height: 508px;
}


.slide {
  height: auto;
  width: 420px;
  margin: 0px;
  position: relative;
}

.l_button {
  padding-top: 14px;

}

	.q{
	font-size: 3rem;
	margin-right: 0.5rem;
	display: block;
	position: relative;
	top: -2px;
	}

.q-tex{
	font-size: 1.8rem;

}

}

.pc_none {
	display: none;
}

@media screen and (max-width: 563px) {

.button {
  height: 43px;
  width: 70%;
  padding-top: 9px;
}

.plan_button {
  height: 50px;
  width: 280px;
  padding-top: 8px;
}

.button_p {
  font-size: 13px;
  color: black;
}

.l_button_p {
  font-size: 13px;
  color: white;
  margin-top: 8px;
}

.l_button {
  height: 50px;
  width: 180px;
  padding-top: 7px;
}



#working_space_sp{
	background-position: 54% 0%;

}

.p_30 {
  font-size: 1.5rem;
  line-height: 24px;
}

.pc_none {
	display: inline-block;
}

	.info2_r_table.wide td:nth-of-type(2){
		width: 9rem;
	}
	.info2_r_table.wide td:nth-of-type(3){
		width: 6.5rem;
	}
	.p_info2_r_value span {
		font-size: 1.2rem;
	}
}