@charset "utf-8";


/* パソコンで出してスマホは出さない */
.pc	{ display:inline!important; }
.sp	{ display:none!important; }
/* スマホは出してパソコンは出さない */
@media screen and (max-width: 737px) {
.pc	{ display:none!important; }
.sp { display:inline!important; }
}

html,body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	vertical-align: bottom;
	border: none;
	-webkit-backface-visibility: hidden;
}

*{
	padding: 0;
	margin:0;
}

ul,li,dl,dt,dd,ol,p {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.pc_none {
	display: none;
}

a img:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}


img{
	user-drag: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
}



/*リセット
------------------------------*/
.clearFix:after{
	display: block;
	clear: both;

	height: 0;
	visibility: hidden;
	content: ".";
	zoom: 1;
}

.clearFix {
	min-height: 1px;
}

* html .clearFix {
	height: 1px;

}



/*header
------------------------------*/

header{
	width: 100%;
	height: auto;
	background-color: #000;

}


h1 img{
    width: 100%;
}


/*　bg
------------------------------*/
#room,#access,#contact,footer{
	padding: 20px 0 0 0 ;
	background-color: #333;
}



/*　h2
------------------------------*/
h2.pc p{
	display: none;
}

#about h2{
	color: #4d4d4d;
	margin:30px auto 0 auto;
	text-align: center;
	display: block!important;
}

#room h2{
	color: #fff;
	margin:30px auto 0 auto;
	text-align: center;
	display: block!important;
}

#about .h2_en,#room .h2_en{
	font-weight: 500;
	font-size: 22px;
}

#about .h2_jp,#room .h2_jp{
	font-weight: 400;
	font-size: 14px;
}



/*　menu
------------------------------*/
@keyframes bugfix {
	from {
	  padding: 0;
	}
	to {
	  padding: 0;
	}
  }
  @-webkit-keyframes bugfix {
	from {
	  padding: 0;
	}
	to {
	  padding: 0;
	}
  }
  #overlay-button {
	background-color: rgba(0,0,0,0.5);
	border-radius: 3px;
	/* position: absolute; */
	position: fixed;
	right: 1.5em;
	top: 1em;
	padding: 26px 11px;
	z-index: 50;
	cursor: pointer;
	user-select: none;
  }
  #overlay-button span {
	height: 4px;
	width: 35px;
	border-radius: 2px;
	background-color: white;
	position: relative;
	display: block;
	transition: all .2s ease-in-out;
  }

  
  #overlay-button span:before {
	top: -10px;
	visibility: visible;
  }
  #overlay-button span:after {
	top: 10px;
  }
  #overlay-button span:before, #overlay-button span:after {
	height: 4px;
	width: 35px;
	border-radius: 2px;
	background-color: white;
	position: absolute;
	content: "";
	transition: all .2s ease-in-out;
  }
  #overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
	background: #fff;
  }


  
/*   
  input[type=checkbox] {
	display: none; 
	
  } */
/*
  input[type=checkbox]:checked ~ .menu_list {
	visibility: visible; 
  } */
  


#overlay-button.open:hover span,#overlay-button.open span {
	background: transparent;	

  }
	
#overlay-button.open span:before {
	transform: rotate(45deg) translate(7px, 7px);
  
  }
#overlay-button.open span:after {
	transform: rotate(-45deg) translate(7px, -7px);
 
  }



.menu_list {
	height: 100vh;
	width: 100vw;
	background: #8f7950;
	z-index: 20;
	/* visibility: hidden; */
	display: none;
	position: fixed;
  }

  .menu_list.open{
	display: block;
  }

.menu_list ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	height: 100vh;
	padding-left: 0;
	list-style-type: none;
  }
.menu_list ul li {
	padding: 1em;
  }
.menu_list ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 1.5em;
  }

.menu_list  ul li a:hover {
	color: #000!important;
  }



/*----------------------------
#about
------------------------------*/

#about h2{
	color: #4d4d4d;
	margin:30px auto 0 auto;
	text-align: center;
	display: block!important;
}

#about .h2_en{
	font-weight: 600;
	font-size: 22px;
}

#about .h2_jp{
	font-weight: 400;
	font-size: 14px;
}


.content_view{
	/* border: 1px solid red; */
	margin:30px auto 50px auto;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-around;
}

.content_main{
	width: 50%;
	align-self: center;
}

.content_main img{
	width: 100%;
}

.content_about{
	width: 43%;
	padding: 0 5px 0 0;
	text-align: center;
}

.content_about img{
	width: 100%;
	padding: 0 0 20px 0 ;
}

.content_text{
	width: 96%;
	margin:0 auto;
	padding-left: 20px;
}

.content_text p{
	margin: 0 auto;
	color: #4d4d4d;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6em;
	letter-spacing: 0.1em;
}

/*----------------------------
#room
------------------------------*/

.room_info{ order:1; }
.room_main{ order:2; }
.room_text{ order:3; }


.room_main{
	width: 50%;
	align-self: center;
}


.room_main img{
	width: 100%;
}

.room_info{
	margin-top: 10px;
	padding: 0 0 0 10px;
	width: 48%;
	text-align: center;
}

.room_info img{
	/* margin: 30px 0 0 0; */
	width: 100%;
}

.room_text{
	width: 96%;
	margin:0 auto;
	padding-left: 20px;
}

.room_text p{
	margin: 20px auto;
	color: #b3b3b3;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6em;
	letter-spacing: 0.1em;

}

.room_photo{
	justify-content: space-around;
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-bottom: 30px;
}

.room_photo li{
	width: 48%;
	margin:0 0 30px 0;
	/* border:1px solid blue; */
}

.room_photo li h3{
	padding: 0 0 0 5px;
	margin:8px 0;
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.12em;
}

.room_cap{
	/* border: 1px solid skyblue; */
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.room_cap li:nth-child(odd){
	/* width: 35%; */
	border-right: 1px solid #fff;
	margin:5px 0;
	padding:0 5px;
}

.room_cap li:nth-child(even){
	/* width: 65%; */
	margin:5px 0;
	padding-left: 10px;
}

.room_cap li {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.12em;
}


.room_photo li img{
	width: 100%;
}

/*----------------------------
#facility
------------------------------*/

#facility h2{
	text-align: center;
}

#facility h2 p.h2_en{
	color: #4d4d4d;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.12em;
}

#facility h2 p.h2_jp{
	font-size: 14px;
	color: #4d4d4d;
	font-weight: 400;
	letter-spacing: 0.12em;
}


#facility{
	color: #4d4d4d;
	padding: 50px 0 0 0;
}

#facility h3{
	margin:50px auto 0 auto;
	width: 95%;
	border-top:0.5px solid #4d4d4d;
	border-bottom: 0.5px solid #4d4d4d;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.12em;

}

.faci_info,.shared_info{
	justify-content: space-around;
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.faci_info li,.shared_info li{
	width: 48%;
	margin: 40px 0 0 0;
	/* border:1px solid blue; */
}

.faci_info li p,.shared_info li p{
	padding: 0 5px;
	margin: 0 auto;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.12em;
}

.faci_info li img{
	width: 100%;
}

.faci_info h4{
	margin: 5px 0 5px 10px;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.12em;
}

.shared_info li img{
	width: 100% ;
}

.faci_other{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	margin: 30px auto 100px auto;
	border-bottom: 0.5px solid #4d4d4d ;
}

.faci_other li:first-child{
	text-align: center;
	width: 25%;
	align-self: center;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.12em;
}

.faci_other li:nth-child(2){
	width: 73%;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.12em;
}



/*----------------------------
#access
------------------------------*/

#access h3{
	margin:60px auto 30px auto;
	width: 95%;
	border-top:0.5px solid #fff;
	border-bottom: 0.5px solid #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.12em;
	color: #fff;
}

.access_h2 > h2 p.h2_en{
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.12em;
	font-size: 22px;
}

.access_h2 > h2 p.h2_jp{
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.12em;
	font-size: 14px;
}

.access_h2{
	text-align: center;
	margin: 50px 0 0 0 ;
}

.access_info{ order:1; }
.access_main{ order:2; }
.access_text{ order:3; }

.access_main{
	width: 48%;
}

.access_main img{
	width: 100%;
}

.access_info{
	width: 48%;
	/* padding: 30px; */
	text-align: center;
}

.access_info img{
	margin: 30px 0 0 0;
	width: 100%;
	height: auto;
}

.access_text{
	width: 85%;
	margin:0 auto;
}

.access_text p{
	margin: 0 auto;
	font-weight: 400;
	line-height: 1.6em;
	letter-spacing: 0.12em;
}

.access_text p:first-child{
	font-size: 22px;
	color: #fff;
	padding: 30px 0 0 0;
}

.access_text p:nth-child(2){
	font-size: 14px;
	color: #b3b3b3;
	padding: 20px 0;
}


.access_photo{
	/* border: 1px solid yellow; */
	justify-content: space-around;
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.access_photo li{
	width: 32%;
	min-width: 150px;
}

.access_photo li p{
	margin: 10px 0 20px 5px;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.12em;
}

.access_photo li img{
	width: 100%;
}

#access > p{
	/* border:1px solid #fff; */
	margin:0 auto 50px auto;
	width: 95%;
	color: #b3b3b3;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.access_map {
	position: relative;
	width: 100%;
	height: 500px;
	padding-top: 300px;
	overflow: hidden;
  }
.access_map iframe {
	position: absolute;
	top: -150px;
	left: 0;
	width: 100%;
	height: calc(100% + 150px + 150px);
	/* pointer-events: none; */
  }

  .access_train{
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
  }

  .access_train li{
	width: 48%;
  }

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

  .access_train li:nth-child(3){
	margin:30px 0 0 0;
 }

  .access_train li:nth-child(4){
	border-left: 2px solid #fff;
	margin:30px 0 0 0;
  }




/*----------------------------
#qanda
------------------------------*/

#qanda{
	padding-bottom: 50px;
}

#qanda h2{
	text-align: center;
	margin: 50px 0;
}

#qanda h2 p.h2_en{
	color: #4d4d4d;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.12em;
}

#qanda h2 p.h2_jp{
	font-size: 14px;
	color: #4d4d4d;
	font-weight: 400;
	letter-spacing: 0.12em;
}




.qanda_form{
    max-width: 92%;
    margin: 0 auto 15px auto;
    border: 1px solid #4d4d4d;
    border-radius: 5px;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.qanda_form summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #4d4d4d;
    font-weight: 600;
    cursor: pointer;
}

.qanda_form summary::-webkit-details-marker {
    display: none;
}

.qanda_form summary::before,
.qanda_form summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    content: '';
	background-color: #4d4d4d;
}

.qanda_form summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.qanda_form summary::after {
    transition: rotate .3s;
}

.qanda_form[open] summary::after {
    rotate: 90deg;
}

.qanda_form > div{
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #4d4d4d;
    transition: transform .5s, opacity .5s;
}

.qanda_form[open] div {
    transform: none;
    opacity: 1;
}

.qanda_form div{
	display: flex;
	flex-direction: row;
	/* border:1px solid red; */
}

.qanda_form > div:before{
	content: 'A.　';
}

.qanda_form a{
	color: #4d4d4d;
	text-decoration: underline 2px;
}

.qanda_form a:hover{
	text-decoration: none;
}

.qanda_form div.form_q:before{
	content: 'Q.　';
}



/*----------------------------
#contact
------------------------------*/

#contact{
	color: #fff;
	padding-bottom: 100px;
}


.contact_h2 > h2 p.h2_en{
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.12em;
	font-size: 22px;
}

.contact_h2 > h2 p.h2_jp{
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.12em;
	font-size: 14px;
}

.contact_h2{
	text-align: center;
	margin: 40px 0 0 0 ;
}


.contact_flex{
	margin: 50px auto ;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contact_flex li{
	/* border:1px solid #fff; */
}

address{
	font-style: normal;
	color:#fff;
	margin: 20px 0 10px 0 ;
}

address p{
	font-size: 14px;
	font-weight: 400;
}

.contact_flex h3{
	margin:30px 0 0 0;
	/* text-align: center; */
	color: #fff;
	font-weight: 500;
	font-size: 35px;

}

.contact_flex li:first-child{
	text-align: center;
}

.contact_flex li:first-child img{
	width: 220px;
	max-width: 100%;
}

.contact_flex li:nth-child(2){
	width: 300px;
	max-width: 100%;
	align-self: center;
}

.contact_flex li:nth-child(2) a img{
	width: 300px;
	max-width: 100%;
}

.contact_other{
	width: 300px;
	max-width: 100%;
	margin:0 auto;
}

.contact_other h3{
	width: 300px;
	max-width: 100%;
	border: 1px solid #fff;
	text-align: center;
	margin: 0 auto;
	font-weight: 400;
	font-size: 14px;
}

.contact_other h4{
	/* text-align: center; */
	line-height: 1.2em;
	font-size: 22px;
	font-weight: 500;
	padding:5px 0 5px 5px;
	margin:10px 0 0 0 ;
}

.contact_other p{
	/* text-align: center; */
	margin:10px auto 30px auto;
	font-weight: 400;
	font-size: 14px;
	color: #b3b3b3;
}

.contact_other a{
	color: #b3b3b3;

}

.contact_other a:hover{
	text-decoration: none;
}



.contact_fuji{
	margin: 10px 0 0 10px;
	/* border: 1px solid red; */
	display: flex;
	flex-direction: row;
}



.contact_fuji li:first-child{
	align-self: center;
}

.contact_fuji li:nth-child(2){
	width: 235px;
	max-width: calc(100% - 65px);
	/* margin: 10px 0 0 0; */
	/* border: 1px solid pink; */
}

.contact_fuji h4{
	padding-left: 15px;
	/* border: 1px solid yellow; */
	line-height: 1.2em;
}

.contact_fuji li p{
	padding-left: 15px;
	/* border:1px solid skyblue; */
}

.contact_fuji img{
	width: 65px;
	height: auto;
}

/*----------------------------
footer
------------------------------*/

footer{
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
}


/*----------------------------
▲
------------------------------*/
#page_up{
	background-color:#4d4d4d;
  color: #fff;
  width: 70px ;
  height: 50px ;
  position: fixed ;
  bottom: 20px ;
  right: 20px ;
  border-radius: 50%;
	border:2px solid #4d4d4d;
	z-index: 10;
}

#page_up a {
  padding: 5px 3px 0 0 ;
  display: block;
  width: 70px;
  height: 50px;
  text-align: center;
}

#page_up a:link,#page_up a:visited{
  color:#fff;
  font-size: 25px;
  text-decoration: none;
}

#page_up a:hover{
	color: #fff;
}

