body{
	margin: 0;
	/* font: 16px/1.6 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"; */
}
p{
	margin: 0;
	color: #5B2E07;
	font-family: HGMinchoE;
}

/* ========== id_ここから ========== */
#container{
	width: 100%;
}

/* 一番上のメニュー */
#header{
	background-color: white;
	height: 180px;
	width: 100%;
	position: fixed;
	top: 0;
	margin-left: -5px;
	z-index: 50;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 1024px),(orientation:landscape){
	#header{
		height: 80px;
	}
}

.menu_button{
	float: right;
	height: 160px;
	width: 250px;
	margin:  auto;
	position: fixed;
	top: 10px;
	right: 8px;
	z-index: 60;
}

.menu_button > .button{
	height: 100px;
	width: 200px;
	border-radius: 50px;
	margin-top: 40px;
	z-index: 60;
	background-color:#FFCCCC;
}

.rogo{
	height: 140px;
	width: 300px;
	margin: 20px auto;
	background-image: url("img/logo.png");
	background-size: cover;
	z-index: 60;
}

@media screen and (min-width: 1024px),(orientation:landscape){
	.rogo{
		height: 70px;
		width: 150px;
		background-image: url("img/logo.png");
		background-size: cover;
		margin-top:5px;
	}

	.menu_button > .button{
		height: 50px;
		width: 200px;
		border-radius: 50px;
		margin-top: 5px;
	}
	.menu_button > .button > a > p{
		font-size: 20px;
		color: white;
		padding: 10px 0;
	}
}
/* 一番上のメニュー ここまで　*/


/* ファーストビュー */
#firstview{

	overflow: hidden;
}

@media (max-width: 1023px),(orientation:portrait){
	#firstview > img{
		width: 964;
		height: 1300px;
		overflow: hidden;

	}

	#firstview{
		height: auto;
		width: auto;
		margin-top: 180px;
		margin-bottom: 20px;
		position: relative;
		overflow: hidden;
	}
}

/* 上部空白を消す */
@media screen and (min-width: 1024px),(orientation:landscape){
	#firstview{
		margin-top: 80px;
		margin-bottom: 20px;
		background-color: gray;
		overflow: hidden;

	}
}


/* ========== スライド用 ========== */
.swiper-container {
    width: 100%;
    max-width: 1400px;
    max-height: 1300px;
}
.swiper-slide img{
	width: 100%;
}
@media screen and (max-width: 1023px){
	.firstview_pc{
		display: none;
	}
}

@media screen and (min-width: 1024px){
	.swiper-container{
		display: none;
	}
	.firstview_pc{
		height: 600px; /*表示したい大きさ*/
	    position: relative;
	    width: 100%; /*表示したい大きさ、height と合わせる*/
	}

	.firstview_pc img {
	    animation: show 15s infinite;
	    -webkit-animation: show 15s infinite;
	    width: 100%;
		height: 100%;
		object-fit: cover;
	    opacity: 0;
	    position: absolute; /*画像を全て重ねる*/
	}
	/*アニメーション*/

	@keyframes show {
	    0% {opacity:0}
	   5% {opacity:1}
	    100% {opacity:0}
	 }

	@-webkit-keyframes show {
	    0% {opacity:0}
	    5% {opacity:1}
	    100% {opacity:0}
	}

	/*各画像のアニメーションの開始時間をずらす*/
	.firstview_pc img:nth-of-type(1) {
	    animation-delay: 0s;
	    -webkit-animation-delay: 0s;
	}
	.firstview_pc img:nth-of-type(2) {
	    animation-delay: 5s;
	    -webkit-animation-delay: 5s;
	}
	.firstview_pc img:nth-of-type(3) {
	    animation-delay: 10s;
	    -webkit-animation-delay: 10s;
	}
}

@media (max-width: 1023px) and (orientation:landscape){
	.firstview_pc{
		display: none;
	}

	.swiper-container {
	    width: 100%;
	    max-width: 2000px;
	    max-height: 800px;
	}
	.swiper-slide img{
		width: 100%;
	}
}
/* ========== スライド_ここまで ========== */


/* ------- ABOUT ここから ------- */

#about{
	padding: 50px 0px;
	height: 800px;
	background-color: white;
	margin-bottom: 50px;
}

@media (min-width: 1024px){
	#about{
		padding: 50px 5%;
	}
}

@media (min-width: 1600px){
	#about{
		padding: 50px 20%;
	}
}
.about_title{
	width: 90%;
	margin:0 auto;
}
.about_en{
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	font-family: bell MT;
	color:black;
	margin-bottom:60px;
}

.about_01,.about_02{
	height: 300px;
	margin:10px 2%;
}
.about_detail01{
	width: 66%;
	float: left;
	text-align: left;
	padding:100px 0;
}
.about_detail02{
	width: 66%;
	float: left;
	text-align: left;
	padding:75px 0;
}
.about_detail01 > p,
.about_detail02 > p{
	font-size: 33px;
	line-height: 50px;
	text-align: center;
}

.about_img01 > img,
.about_img02 > img{
	width: 300px;
	height: 300px;
}
.about_img01{
	width: 30%;
	float: left;
	min-height: 300px;
	max-width: 400px;
	text-align: right;
	background-image: url("img/19-11-09-16-20-08-329_deco.jpg");
	background-size: cover;
	background-position: right;
}

.about_img02{
	width: 30%;
	float: left;
	min-height: 300px;
	text-align: center;
	background-image: url("img/IMG_0782.JPG");
	background-size: cover;
	background-position: left;
}

@media (min-width: 1024px){
	.about_detail01 > p,
	.about_detail02 > p{
		font-size: 30px;
		line-height: 50px;
		text-align: center;
	}

}

/* ------- ABOUT ここまで ------- */


/* ------- SERVICE ここから ------- */

#service{
	max-width: 1800px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	background-color:#FFF4F4;
	padding: 30px 0;
}

.service_title{
	width: 400px;
	margin: 70px auto;
}

.service_en{
	text-align: center;
	font-size: 50px;
	font-family:bell MT;
	font-weight: bold;
	margin: 0;
	color: black;
}

.details_01 ,.details_02 ,.details_03{
	height: 800px;
	margin: 30px 50px 50px;
	text-align: center;
	background-color: white;
	padding-bottom: 10px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16)
}

.details_02 ,.details_03{
	opacity: 0;
	transform : translate(0, 50px);
	transition : all 1500ms;
}
.details_02.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}
.details_03.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}
.details_img{
	min-height: 500px;
}

.details_01 > .details_img{
	background-image: url("img/IMG_0816.JPG");
	background-size: cover;
	background-position: center;
}
.details_02 > .details_img{
	background-image: url("img/IMG_0786.JPG");
	background-size: cover;
	background-position: center;
}
.details_03 > .details_img{
	background-image: url("img/IMG_0840.JPG");
	background-size: cover;
	background-position: center;
}

.details_p{
	text-align: left;
	padding:15px 30px;
	font-size:33px;
	line-height: 1.5em;
}

@media screen and (min-width: 1024px){
	.service_en{
		font-size:40px;
	}
	.service_details{
		width: 70%
		padding:0;
	}
	.details_02 {
		opacity: 0;
		transform : translate(0,50px);
		transition : all 1500ms;
	}

	.details_03 {
		opacity: 0;
		transform : translate(0,50px);
		transition : all 2500ms;
	}

	.details_01 ,.details_02 ,.details_03{
		float: left;
		width: 31.2%;
		margin: 0 10px;
		text-align: center;
		height: 500px;
	}
	.details_img{
		max-width: 660px;
		min-height: 300px;
		text-align: center;
	}
	.details_p{
		font-size: 18px;
		line-height: 25px;
		padding:30px 5px;
	}
}
/* ------- SERVICE ここまで ------- */


/* ------- おすすめ ここから ------- */

#recommend{
	height: 1550px;
	background-color: white;
}
.recommend_detail{
	text-align:left;
	line-height: 45px;
	font-size: 32px;
	padding: 100px 5% 50px;
}
.recommend_detail > ul{
	color: #5B2E07;
	font-size: 33px;
	font-family: HGMInchoE;
}
.recommend_detail > li{
	padding: 5px 0;
}
.recommend_img{
	width: 100%;
	height: 600px;
	margin:20px 0;
	text-align: center;
	background-image: url(img/IMG_0780.JPG);
	background-size: cover;
	background-position: center;
}

@media  (min-width: 1024px){
	#recommend{
		height: 600px;
		background-color: white;
		max-width: 1800px;
		margin:0 auto;
	}
	.recommend_detail{
		float: left;
		text-align:left;
		line-height: 30px;
		font-size: 20px;
		padding: 50px 0 50px 20%;
	}
	.recommend_detail > ul{
		color: #5B2E07;
		font-size:20px;
		font-family: HGMInchoE;
	}
	.recommend_img{
		width: 100%;
		height: 600px;
		margin:0;
		text-align: center;
		background-image: url(img/IMG_0783.JPG);
		background-size: cover;
		background-position: left bottom;
	}
}

/* ------- おすすめ ここまで ------- */


/* ------- こんな方は ここから ------- */
#welcome{
	height: 1350px;
	background-color: white;
}

.welcome_bottom{
	padding: 50px 5% 10px;
	text-align:right;
	font-size: 32px;
	line-height: 40px;
}

.welcome_img{
	width: 100%;
	height: 600px;
	margin:20px 0;
	text-align: center;
	background-image: url(img/IMG_0814.JPG);
	background-size: cover;
	background-position: center;
}

@media screen and (min-width: 1024px){
	#welcome{
		max-width: 1800px;
		margin:0 auto;
		height: 600px;
		background-color: white;
	}

	.welcome_bottom{
		padding: 50px 3% 10px 0;
		text-align:right;
		font-size: 20px;
		line-height: 35px;
		float: right;
		width: 50%;
	}

	.welcome_img{
		float: right;
		width: 47%;
		height: 600px;
		margin:20px 0;
		text-align: center;
		background-image: url(img/IMG_0814.JPG);
		background-size: cover;
		background-position: center;
	}
}
/* ------- こんな方は ここまで ------- */


/* ------- VOICE ここから ------- */

#voice{
	background-color: #FFF4F4;
	padding: 30px 0 100px;
	margin-top: 50px;
	position: relative;

}
.voice_title{
	width: 400px;
	margin: 70px auto;
}

.voice_en{
	text-align: center;
	font-size: 70px;
	font-family:bell MT;
	font-weight: bold;
	margin: 30px auto;
	color: black;
}

.voice_bottom{
	height:auto;
	overflow: hidden;
	background-color: white;
	border-radius: 100px;
	margin: 20px 20px 30px;
}

/*.voice_img{
	float: left;
	width: 100%;
	margin:10px auto;
	text-align: center;
}
.voice_img > img{
	width: 300px;
	padding: 30px;
	border-radius: 50%;
}
*/
.voice_detail{
	width: 90%;
	padding:60px 5%;
	font-size: 25px;
	line-height: 35px;
	text-align: justify;
	text-justify: inter-ideograph;
}

#voice > label{
	text-align: center;
	display: block;
}

@media screen and (min-width: 1024px){
	#voice{
		max-width: 1800px;
		margin: 0 auto;
	}
	.voice_en{
		font-size: 40px;
	}

	.voice_bottom{
		width: 96%;
		margin: 10px 2% 20px;
	}
	/*
	.voice_img{
		width: 25%;
		float: left;
		text-align: center;
	}
	.voice_img > img{
		width: 200px;
		padding:40px 20px;
	}*/
	.voice_detail{
		font-size: 18px;
		line-height: 30px;
		text-align: justify;
		text-justify: inter-ideograph;
	}
}

/* ------- VOICE ここまで ------- */



/* ------- MENU ここから ------- */

#menu{
	height:3700px;
	background-color: white;
	padding: 30px 0 50px;
}

.deco{
	width: 80%;
	size: cover;
	margin:60px 10%;
}
.menu_en{
	text-align: center;
	font-size: 70px;
	font-family:bell mt;
	font-weight: bold;
	color: black;
	margin:20px auto;
}
.menu_jp{
	text-align: center;
	font-size: 40px;
	font-family:HGMinchoE;
	margin:20px auto 70px;
}
.menu_card{
	padding:30px 0;
}
.menu_img{
	width: 70%;
	text-align: center;
	padding:0 15%;
}

.menu_details{
	font-size: 35px;
	text-align: center;
	margin:20px auto 50px;
	text-align: center;
}
.menu_details > p{
	color: #5B3838;
	margin:20px 0;
}
@media screen and (min-width: 1024px){
	#menu{
		height:1600px;
		max-width: 1800px;
		margin:0 auto;
		background-color: white;
		padding: 30px 0 50px;
	}
	.deco{
		width: 60%;
		size: cover;
		margin:60px 20%;
	}

	.menu_en{
		text-align: center;
		font-size: 40px;
		font-family:bell mt;
		color: black;
		margin:20px auto;
	}
	.menu_jp{
		text-align: center;
		font-size: 30px;
		font-family:HGMinchoE;
		margin:20px auto 70px;
	}
	.menu_card{
		width: 80%;
		max-width: 900px;
		margin:0 auto;
		text-align: center;
		padding:10px;
		height: 250px;
	}
	.menu_img{
		float: left;
		width: 30%;
		max-width: 250px;
		max-height: 250px;
		padding:0;
	}

	.menu_details{
		float: left;
		width: 70%;
		font-size: 20px;
		text-align: center;
		margin: 10% auto;
	}

}


/* ------- MENU ここまで ------- */


/* ------- 一言 ここから ------- */

#word{
	height: 1750px;
	padding:50px 0;
	background-color: #FFF4F4;
}
.word_en{
	text-align: center;
	font-size: 50px;
	font-family:bell MT;
	color: black;
	font-weight: bold;
	margin:70px auto;
}
.word_by_owner{
	padding:50px;
}

.word_by_owner > p{
	text-align: left;
	font-size: 30px;
	line-height: 40px;
}

.word_by_owner li{
	font-family: HGMinchoE;
	font-size: 30px;
	color:#5B2E07;
}

.word_img{
	height: 600px;
	background-image: url("img/IMG_0889.JPG");
	background-size: cover;
	background-position: center;
}

@media (min-width: 1024px){
	#word{
		max-width: 1800px;
		margin:0 auto;
		height: 900px;
		padding:30px 5px;
	}
	.word_en{
		font-size: 37px;
		margin:50px auto;
	}
	.word_by_owner{
		padding:0 20px;
		width: 45%;
		float:left;
	}

	.word_by_owner > p{
		text-align: left;
		font-size: 20px;
		line-height: 30px;
	}

	.word_by_owner li{
		font-size: 20px;
	}

	.word_img{
		float:left;
		width: 50%;
		height: 650px;
		background-image: url("img/IMG_0889.jpg");
		background-size: cover;
		background-position:85%;
	}
}

/* ------- 一言 ここまで ------- */


/* ------- CONATCT ここから ------- */

/* CONTACT*/
#contact{
	height: auto;
	overflow: hidden;
	margin-bottom: 50px;
	padding:80px auto;
}

.contact_title{
	width: 400px;
	margin:0 auto;
}

.contact_en{
	text-align: center;
	font-size: 50px;
	font-family: Bell MT;
	margin: 100px auto 50px;
	font-weight: bold;
	color:black;
}
.rogo_contact{
	height: 300px;
	width: 400px;
	margin: 0 auto;
	background-image: url("img/logo original.png");
	background-size: cover;
}

.access{
	font-size: 30px;
	font-family: HGMinchoE;
	color:#5B2E07;
	margin: 50px auto;
}

th{
	padding: 5px 15px;
	text-align: left;
	font-weight:lighter;
}

.map{
	height: 500px;
	width: 800px;
	margin: 10px auto;
}

@media screen and (min-width: 1024px){
	#contact{
		padding:30px;
		max-width: 1800px;
		margin:0 auto;
	}
	.contact_en{
		font-size: 40px;
		font-family: Bell MT;
		margin: 50px auto;
	}

	.contact_detail{
		float: left;
		width: 50%;
		margin: 0px auto;
	}

	.access{
		font-size: 18px;
	}

	.map{
		float: left;
		width: 50%;
		margin: 50px auto 30px;
	}
}

@media screen and (min-width: 1366px){
	.contact_detail{
		float: left;
		width: 50%;
		margin: 0 auto;
	}

	.access{
		font-size: 20px;
	}

	.map{
		float: left;
		width: 50%;
		margin: 50px auto 0px;
	}
}

/* ------- CONATCT ここまで ------- */


/* ------- Footer ここから ------- */

/* #Footer


#footer{
	width: 100%;
	height: 218px;
	background: linear-gradient(to right,#ffdd7f 0%, #9c8954 50%, #510e0e 100%);
	background: -moz-linear-gradient(left,#ffdd7f 0%, #9c8954 50%, #510e0e 100%);
	background: -webkit-linear-gradient(left,#ffdd7f 0%, #9c8954 50%, #510e0e 100%);
}

#footer > p{
	font-size: 35px;
	font-weight: bold;
	text-align: right;
	margin-right: 15px;
	color: white;
}

.footer_main > img{
	width: 100px;
	float: left;
	padding-left: 5%;
}

.footer_main > p{
	font-size: 40px;
	font-family: HGMinchoE;
	color: white;
	text-align: center;
	padding: 20px;
}

@media screen and (min-width: 1366px) {
	.footer_main{
		width: 80%;
		padding:0 10%;
		text-align:center;
		margin:0 auto;
	}
}


/* ------- Footer ここまで ------- */

/* ------- 予約@コンテンツ内 ここから ------- */

#reservation{
	padding:70px 0;
}

.button{
	height: 100px;
	width: 400px;
	margin: 0 auto;
	text-align: center;
	border-radius: 50px;
	background-color: #FFCCCC;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.18);
}

.button > a{
	text-decoration: none;
}

.button > a > p{
	font-size: 45px;
	color: white;
	padding: 20px 0;
}

@media screen and (min-width: 1024px){
	.button{
		height: 60px;
		width: 300px;
	}
	.button > a > p{
		padding: 10px 0;
		font-size: 30px;
	}
}

/* ------- 予約@コンテンツ内 ここまで ------- */


/* ========== class_ここまで ========== */




/* ========== ハンバーガーメニュー ========== */
.drawer-hamburger{
	width: 0 !important;
}
.drawer-menu-item{
    text-align:center;
    color:white;
    font-size:45px;
    font-weight:bold;
    font-family:"Bell MT";
    margin: 30px 30px 30px 5px;
}

.drawer-nav{
	background-color: #FFCCCC;
}

#menu_button{
	position: fixed;
	top: 0;
	height: 150px;
	width: 150px;
	margin: 15px 5px;
	background-image: url("img/menu_button.png");
}

@media screen and (min-width: 1024px),(orientation:landscape){
	#menu_button{
		height: 70px;
		width: 70px;
		margin:5px;
		background-size: cover;
	}
}


/* ========== viewmore ========== */
.grad-btn{
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 300px;
	margin: auto;
	padding: .5em 0;
	border-radius: 50px;
	background: #2B2B2B;
	color: white;
	font-size: 40px;
	text-align: center;
	cursor: pointer;
	transition: .2s ease;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.grad-btn::before {
  content: "続きを読む"
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 100px; /*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる" /*チェックされていたら、文言を変更する*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
