@charset "utf-8";
/* CSS Document */
@import url("destyle.css"); 

/* All */
html{
	font-family: "Kiwi Maru", serif;
	}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	}
body{
    color: #010101;
}
.kiwi-maru-regular {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}

.wrapper{
	background-color: #fff;
	}
a:link, a:visited, a:hover, a:active{
	 text-decoration: none;
	color: #454545;
	}
a:hover{
	color: #454545;
	opacity: 0.7;
	transition: 0.3s all ease-out 0.1s;
	-webkit-transition: 0.3s all ease-out 0.1s;
	-moz-transition: 0.3s all ease-out 0.1s;
}

h1, h2, h3, p{
	color: #454545;
	letter-spacing: 0.09em;
}

h2{
	font-size: 2em;
	font-weight: 100;
}

ul, ol, li{
	text-decoration: none;
list-style:none
}

.wrap{
}

/*==================================================
mvのためのcss
===================================*/
.mv{
	display: block;
	min-width: 1200px;
}

/*#mv_left img{
	width: 700px;
	height: auto;
}
#mv_right img{
	width: 400px;
	height: auto;
}*/
.mv img{
	display: block;
	width: 90%;
	margin: 30px auto;
}

.low_mv img{
	display: block;
	width: 100vw;
}
/*==================================================
navのためのcss
===================================*/
.nav_pc{
	display: block;
	max-width: 100vw;
	height: 225px;
	background-color: #fff;
}
.nav{
	display: flex;
	justify-content: space-around;
	width: 1000px;
	height: 124px;
	margin: 15px auto;
}
.nav_top {
	display: block;
	width: 150px;
 	height: 120px;
 	background-image: url('../img/nav00.png');
	background-repeat: no-repeat;
	background-size: contain;
	margin: 30px auto;
	transition: background-image 0.3s ease;
}
.nav_top:hover{
  background-image: url('../img/nav00_2.png');
	background-repeat: no-repeat;
	background-size: contain;
}
.nav_room {
	display: block;
	width: 150px;
 	height: 120px;
 	background-image: url('../img/nav01.png');
	background-repeat: no-repeat;
	background-size: contain;
	margin: 30px auto;
	transition: background-image 0.3s ease;
}
.nav_room:hover{
  background-image: url('../img/nav01_2.png');
	background-repeat: no-repeat;
	background-size: contain;
}
.nav_food {
	display: block;
	width: 150px;
 	height: 120px;
 	background-image: url('../img/nav02.png');
	background-repeat: no-repeat;
	background-size: contain;
	margin: 30px auto;
	transition: background-image 0.3s ease;
}
.nav_food:hover{
  background-image: url('../img/nav02_2.png');
	background-repeat: no-repeat;
	background-size: contain;
}
.nav_access{
	display: block;
	width: 210px;
 	height: 120px;
 	background-image: url('../img/nav03.png');
	background-repeat: no-repeat;
	background-size: contain;
	margin: 30px auto;
	transition: background-image 0.3s ease;
}
.nav_access:hover{
  background-image: url('../img/nav03_2.png');
	background-repeat: no-repeat;
	background-size: contain;
}
.nav_gallery {
	display: block;
	width: 210px;
 	height: 120px;
 	background-image: url('../img/nav04.png');
	background-repeat: no-repeat;
	background-size: contain;
	margin: 30px auto;
	transition: background-image 0.3s ease;
}
.nav_gallery:hover{
  background-image: url('../img/nav04_2.png');
	background-repeat: no-repeat;
	background-size: contain;
}
.nav_booking {
	display: block;
	width: 130px;
 	height: 120px;
 	background-image: url('../img/nav05.png');
	background-repeat: no-repeat;
	background-size: contain;
	margin: 30px auto;
	transition: background-image 0.3s ease;
}

.nav_booking:hover{
  background-image: url('../img/nav05_2.png');
	background-repeat: no-repeat;
	background-size: contain;
}
.nav-R{
	display: none;
}
.mv_R{
	display: none;
}
.rnav_header{
	display: none;
}
/*==================================================
footerのためのcss
===================================*/
.page_top{
	width: 100px;
	height: 100px;
	position: fixed;
 	right: 50px;
 	bottom: 50px;
 	opacity: 0.6;
}

/*==================================================
footerのためのcss
===================================*/
footer{
    background: rgba(240,226,186,0.5);
	padding-top: 50px;
}

.footer{
	display: flex;
	flex-direction: row;
	width: 1200px;
	margin: 10px auto;
}
.footer_left{
	display: block;
	width: 660px;
	height: 300px;
	position: relative;
	padding-left: 10px;
	}
.footer_left p{
	line-height: 2em;
	font-size: 1.6em;
}
.footer_left .logo{
	font-size: 3em;
	text-indent: 1em;
}
.logo span{
	font-size: 20px;
}
#address, #mail{
	font-size: 1.2em;
}
#mail::before{
	content: " ";
	display: inline-block;
	background-image: url("../img/mail.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}
.footer_right{
	display: block;
	width: 540px;
	height: 300px;
	position: relative;
}
.snslinks{
	display: flex;
	justify-content: space-around;
	width: 150px;
	position: absolute;
	top: 0;
	right: 50px;
}
.snslinks img{
	width: 50px;
}
.checkin_out{
	display: block;
	background-image: url("../img/timebg.png");
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 1.5em;
	padding: 50px;
	position: absolute;
	top: 70px;
	left: 10px;
}
#copyright{
	text-align: center;
	padding: 10px 0;
	border-top: #fff 3px solid;
}


#copyright{
	padding: 20px 0;
	text-align: center;
	border-top: #fff solid 3px;
}
/*==================================================
navのためのcss
===================================*/
/* フェードイン*/
/* フェードイン用のCSS */

.top_sp{
	display: none;
}
/*　フェードイン　*/
.slide-bottom {
   opacity: 0;
   transform: translateY(20px);
   transition: all 1.3s 0s ease-out;
 }

.top_room{
	display: block;
	width: 100vw;
	height: 1100px;
	margin: 10px 0;
	padding: 100px 0;
	background-image: url("../img/troombg.png");
	background-repeat: no-repeat;
	background-position: center;
}
#t_room {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 950px;
 	height: 600px;
 	background-image: url('../img/room1.png');
	background-repeat: no-repeat;
	background-size: contain;
	margin: 50px auto;
	transition: background-image 0.3s ease;
	position: relative;
}

#t_room:hover {
  background-image: url('../img/room2.png');
}
#t_room h2{
	display: block;
	position: absolute;
	top: 30px;
	left: 50px;
	font-size: 2.5em;
}
.room_info{
	display: block;
	font-size: 1.7em;
	line-height: 1.9em;
	position: absolute;
	top: 120px;
	left: 50px;
}
/*.room_info:hover{
	background-color: #fff;
}
*/
.top_food{
	display: block;
	width: 100vw;
	height: 1100px;
	margin: 10px 0;
	padding: 100px 0;
	background-image: url("../img/tfoodbg.png");
	background-repeat: no-repeat;
	background-position: center;
}

#t_food {
	display: block;
	width: 950px;
 	height: 600px;
 	background-image: url('../img/meal1.png');
	background-repeat: no-repeat;
	background-size: contain;
	margin: 50px auto;
	transition: background-image 0.3s ease;
	position: relative;
}

#t_food:hover {
  background-image: url('../img/meal2.png');
}
#t_food h2{
	display: block;
	position: absolute;
	top: 30px;
	right: 50px;
	font-size: 2.5em;
}
.food_info{
	display: block;
	font-size: 1.7em;
	line-height: 2em;
	position: absolute;
	top: 120px;
	right: 50px;
	text-align: right;
}
/*.food_info:hover{
	background-color: #fff;
}
*/

.top_access{
	display: block;
	width: 1200px;
	height: 800px;
	margin: 10px auto;

}
#t_access{
	display: block;
	width: 950px;
	height: 700px;
	margin: 50px auto;
	position: relative;
}
#t_access h2{
	font-size: 2.5em;
	text-align: center;
	padding-bottom: 30px;
}
#twalk{
	display: inline-block;
	font-size: 1.5em;
	letter-spacing: 0.12em;
	position: absolute;
	top: 640px;
	left: 100px;
}
#twalk::before{
	content: " ";
	display: inline-block;
	background-image: url("../img/walk.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 32px;
	height: 80px;
	vertical-align: middle;
}
#tcar{
	display: inline-block;
	font-size: 1.5em;
	letter-spacing: 0.12em;
	position: absolute;
	top: 640px;
	left: 500px;

}
#tcar::before{
	content: " ";
	display: inline-block;
	background-image: url("../img/car.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 80px;
	height: 80px;
	vertical-align: middle;
}

.top_stay{
	display: block;
	width: 100vw;
	height: 1100px;
	margin: 50px 0;
	padding: 100px 0;
	background-image: url("../img/tstaybg.png");
	background-repeat: no-repeat;
	background-position: center;
}
#t_stay {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 950px;
 	height: 600px;
 	background-image: url('../img/access1.png');
	background-repeat: no-repeat;
	background-size: contain;
	margin: 55px auto;
	transition: background-image 0.3s ease;
	position: relative;
}

#t_stay:hover {
  background-image: url('../img/access2.png');
}
#t_stay h2{
	display: block;
	position: absolute;
	top: 30px;
	left: 35px;
	font-size: 2.5em;
}
.stay_info{
	display: block;
	font-size: 1.7em;
	line-height: 1.9em;
	position: absolute;
	top: 120px;
	left: 50px;
}
.questions{
	display: block;
	height: auto;
	margin: 100px auto;
}
.questions h2{
	background-image: url("../img/questionh2bg.png");
	background-repeat: no-repeat;
	background-position: center;
	font-size: 2em;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 30px;
	
	
}
/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
	border-bottom: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 1.5em;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::after{
    position: absolute;
    content:'';
	background-image: url("../img/question_btn.png");
	background-size: contain;
	background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    
}
.title::after{    
    top: 40%;
    right: 20px;
    transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.title.close::after{
    top: 37%;
    right: 20px;
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: rgba(240,226,186,0.5);
	border-radius: 20px;
	margin:0 3% 3% 3%;
    padding: 3%;
	font-size: 1.3em;
	line-height: 2em;
}
.cantion{
	display: block;
	width: 900px;
	margin: 0 auto 100px;
	padding: 30px;
	border: solid 2px #F0E2BA;
	border-radius: 20px;
}
.cantion h3{
	text-align: center;
	padding-bottom: 10px;
	font-size: 1.8em;
}
.cantion p{
	width: 850px;
	margin: 0 auto;
	font-size: 1.4em;
}