@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 > input,header > label{
	display: none;
}

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

}


h1 img{
    width: 100%;
}


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


/*　menu
------------------------------*/

.menu_list{
	text-align: center;
	margin: 0 auto;
}

.menu_list ul{
	margin:0 auto;
	justify-content: center;
	width: 805px;
	display: flex;
	flex-direction: row;
}

.menu_list ul li{
	width: 115px;
	height: 70px;
	display: flex;
}

.menu_list ul li a{
	width: 115px;
	height: 70px;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	display: flex;
	text-decoration: none;
	align-items: center;
	justify-content: center;

	position: relative;
}

.menu_list ul li a::after{
	position: absolute;
	left: 10px;
	content: '';
	width: 88px;
	height: 2px;
	background: #000;
	bottom: 20px;  
	transform: scale(0, 1);     
	transform-origin: left top; 
	transition: transform 0.3s; 
}

.menu_list ul li.menu_reservation a::after{
	background: #fff!important;
}
		
.menu_list ul li a:hover::after {
		transform: scale(1, 1);     
}	



.menu_list ul li a:hover{
	background-color: #f2f2f2;
	color: #4d4d4d;
	font-weight: 500;
	font-size: 14px;
	border:0.5px
}


.menu_list ul li.menu_reservation{
	background-color: #f2f2f2;
}

.menu_list ul li.menu_reservation a{
	color: #000;
}

.menu_list ul li.menu_reservation a:hover{
	background-color: #8f7950;
	color: #fff;
}


h2 > p.h2_en{
	color: #4d4d4d;
	font-weight: 500;
	font-size: 35px;
	letter-spacing: 0.12em;
}

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

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


.content_view{
	/* border: 1px solid red; */
	margin:80px auto;
	width: 1100px;
	height: 700px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
}


.content_main{
	width: 530px;
}


.content_main img{
	border:0.5px solid #000;
	width: 530px;
	height: 600px;
}

.content_about{
	width: 48%;
	/* border:1px solid deeppink; */
	padding: 30px;
	text-align: center;
}

.content_about img{
	margin: 30px 0 0 0;
	width: 280px;
	height: 340px;
	/* border: 1px solid #000; */
}

.content_text{
	width: 48%;
	/* border:1px solid deeppink; */
	margin:0 auto;
}

.content_text p{
	margin: 0 auto;
	/* border:1px solid red; */
	width: 280px;
	color: #4d4d4d;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6em;
	letter-spacing: 0.12em;
}

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

.room_info > h2 p.h2_en,.room_info > h2 p.h2_jp{
	color: #fff;
}

.room_main{
	width: 530px;
}


.room_main img{
	width: 530px;
	height: 600px;
}

.room_info{
	width: 48%;
	padding: 30px;
	text-align: center;
}

.room_info img{
	margin: 30px 0 0 0;
	width: 330px;
	height: 275px;
}

.room_text{
	width: 48%;
	margin:0 auto;
}

.room_text p{
	margin: 0 auto;
	width: 330px;
	color: #b3b3b3;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6em;
	letter-spacing: 0.12em;
}


.room_photo{
	justify-content: space-between;
	margin: 0 auto;
	width: 805px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-bottom: 50px;
}

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

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

.room_cap{
	width: 380px;
	margin: 5px 0 0 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

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

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

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

.room_photo li img{
	width: 380px;
}

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

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

#facility h2{
	text-align: center;
}

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

}

.faci_info,.shared_info{
	justify-content: space-between;
	margin: 0 auto;
	width: 805px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.faci_info li,.shared_info li{
	margin: 50px 0 0 0;
}

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

.faci_info li p{ width: 370px;}
.shared_info li p{ width: 240px;}

.faci_info li img{
	width: 380px;
}

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

.shared_info li img{
	width: 240px ;
}

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

.faci_other li{
	/* border:1px solid blue; */
}

.faci_other li:first-child{
	width: 200px;
	align-self: center;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.12em;
}

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



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

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


.access_h2 > h2 p.h2_en,.access_h2 > h2 p.h2_jp{
	color: #fff;
}

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

.access_main{
	width: 530px;
	height: 600px;
}


.access_main img{
	width: 530px;
	height: 600px;
}

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

.access_info img{
	margin: 30px 0 0 0;
	width: 330px;
	height: 280px;
}

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

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

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

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


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

.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: 250px;
}

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

.access_map {
	position: relative;
	width: 100%;
	height: 600px;
	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: 805px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
  }

  .access_train li{
	/* border:1px solid red; */
  }

  .access_train li:nth-child(1) img{
	width: 400px;
  }

  .access_train li:nth-child(2) img{
	width: 375px;
  }

  .access_train li:nth-child(3) img,.access_train li:nth-child(4) img{
	width: 360px;
  }

  .access_train li:nth-child(3){
	width: 420px;
	margin:30px 0 0 0;
	border-right: 2px solid #fff;
  }

  .access_train li:nth-child(4){
	width: 360px;
	margin:30px 0 0 0;

  }


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

#qanda{
	padding-bottom: 50px;
}

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

.qanda_form{
    max-width: 805px;
    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: 40px;
}

.contact_h2 > h2 p.h2_en,.contact_h2 > h2 p.h2_jp{
	color: #fff;
}

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


.contact_flex{
	margin: 50px auto ;
	width: 600px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

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

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

.contact_flex h3{
	color: #fff;
	font-weight: 500;
	font-size: 35px;

}

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

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

.contact_flex li:nth-child(2) a img{
	width: 300px;
}
.contact_other{
	padding-top: 25px;
	width: 600px;
	margin:0 auto;
}

.contact_other h3{
	width: 600px;
	border: 0.5px solid #fff;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	margin-top: 50px;
}

.contact_other h4{
	line-height: 1.5em;
	font-size: 26px;
	font-weight: 400;
	padding:10px 0 0 10px;
	letter-spacing: 0.12em;;
}

.contact_other p{
	/* border:1px solid red; */
	font-weight: 400;
	font-size: 14px;
	color: #b3b3b3;
	padding: 0 0 0 12px;
	letter-spacing: 0.12em;
	margin: 0 0 30px 0;
}


.contact_other a{
	color: #b3b3b3;
	text-decoration: none;
	letter-spacing: 0.12em;
}

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


.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){
	margin: 10px 0 0 0;
	/* border: 1px solid pink; */
}

.contact_fuji img{
	width: 65px;
}

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

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



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

#page_up a {
  padding: 10% 5% 0 0;
  display: block;
  width: 90px;
  height: 60px;
  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;
	
}

#page_up:hover{
  background-color: #8f7950;
	border:2px solid #fff;
}

