@charset "utf-8";

/*ページ全体の設定*/
body{
	font-family:sans-serif;
	margin:0;
	padding:0;
	
	}

h1{
	font-family:"游ゴシック",Yugothic,sans-serif;
	font-weight:100;
	
	}

p{
	font-family:serif;
	font-weight:100;
	color:#ffd700;
	
	}



/*ブロック*/

/*=============================================ヘッダー===========================================*/
.header_1{
	padding:2% 4%;
	background:url(img/hero.jpg);
	height:838px;
	width:100%;
	background-size:cover;
	background-position:center;
	background-attachment:fixed;
	
	}

.header-in{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	padding:4% 0%;

	}

.headerhero img{
	width:300px;
	height:auto;
	
	}

.headerhero img:first-child{
	width:200px;
	height:auto;
	
	}

.herocontainer{
	display:flex;
	align-items:center;
	flex-direction:column;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	
	}

.herocontainer span{
	color:#ff8c00;
	font-size:clamp(2rem, 1.636rem + 1.82vw, 3rem);
	text-shadow:0px 0px 5px #fff;
	
	}

.herocontainer p:not(span){
	font-size:clamp(1rem, 0.636rem + 1.82vw, 2rem);
	
	}

.herocontainer p{
	color:#000;
	
	}

@media(min-width:768px){
	.herocontainer{
		width:90%;
		top:50%;
		left:33%;
		
		}
	
	.headerhero img{
		width:750px;
		height:auto;
		
		}
	
	.headerhero img:first-child{
		width:400px;
		height:auto;
		
		}
	
}/*768px end*/


/*=====ナビゲーションボタン=====*/
.navbtn{
	padding:0;
	outline:none;
	border:none;
	background:transparent;
	cursor:pointer;
	color:#aaa;
	font-size:30px;
	
	}

ul{
	list-style-type:none;
	padding:0;
	
	}

.open .navbtn{
	z-index:110;
	color:#fff;
	
	}

.navbtn .bars{
	display:revert;
	
	}

.open .navbtn .bars{
	display:none;
	
	}

.navbtn .times{
	display:none;
	
	}

.open .navbtn .times{
	display:revert;
	
	}

@media(min-width:768px){
	.navbtn{
		display:none;
		
		}

}


/*=====ナビゲーションメニュー：モバイル=====*/

@media(max-width:767px){
	.nav{
		position:fixed;
		inset:0 -100% 0 100%;
		z-index:100;
		background-color:#4e483ae6;
		transition:transform 0.3s;
		
		}
	
	.open .nav{
		transform:translate(-100%,0);
		
		}
	
	.open body{
		position:fixed;
		overflow:hidden;
		
		}
	
	.nav ul{
		display:flex;
		flex-direction:column;
		justify-content:center;
		align-items:center;
		height:100%;
		gap:40px;
		color:#fff;
		
		}
		
	.nav a{
		text-decoration:none;
		color:#fff;
		
		}
	
	}

/*=====ナビゲーションメニュー：pc=====*/
@media(min-width:768px){
	.nav ul{
		display:flex;
		gap:40px;
		
		}
	
	.nav a{
		text-decoration:none;
		color:#000;
		
		}
	
}


/*============================================ヘッダーend============================================*/


/*============================================ボディー===============================================*/

/*=====ニュース=====*/

.news{
	background-color:#fff8dc;
	padding:12% 0% 13%;
	
	}

.news h1{
	font-size:180%;
	text-align:center;
	margin:0% 0% 2%;
	
	}

.news p{
	font-size:100%;
	text-align:center;
	margin:0% 0% 7%;
	
	}

.news li{
	margin:0% 7%;
	padding:3% 0% 3% 5%;
	border-bottom:0.5px solid #deb887;
	font-family:serif;
	font-weight:100;
	font-size:95%;
	color:#000;
	
	}


/*=====アバウト=====*/

.abouto{
	background-color:#fffaf0;
	padding:7% 4% 7%;
	border-bottom:0.5px solid #deb887;

	}

.abouto_2{
	background-image:url(img/abouto.jpg);
	height:263px;
	width:100%;
	background-size:cover;
	background-position:center;
	margin:0% 0% 6% 0%;

	}
.abouto h1{
	font-size:145%;
	text-align:center;
	margin:0% 0% 2%;
	
	}
.abouto_3 p{
	font-size:100%;
	text-align:center;
	margin:0% 0% 7%;

	}

.abouto_4 p{
	width:100%;
	text-align:center;
	color:#000;
	margin:0% 0% 2%;
	
	}

.abouto_5{
	text-align:center;
	padding:8% 0% 10%;
		
	}

.abouto a{
	border:solid 1px #808080;
	padding:3% 9%;
	text-decoration:none;
	color:#808080;
	
	}

/*=====ギャラリー=====*/

.gallery{
	background-color:#fffaf0;
	padding:12% 4% 0%;
	
	}

.gallery h1{
	font-size:160%;
	text-align:center;
	margin:0% 0% 2%;
	
	}

.gallery_2 p{
	font-size:100%;
	text-align:center;
	margin:0% 0% 7%;
	
	}

.gallery_3{
	background-image:url(img/g1.jpg);
	height:263px;
	background-size:cover;
	background-position:center;
	margin-bottom:12%;
	
	}

.gallery_4{
	background-image:url(img/g2.jpg);
	height:263px;
	background-size:cover;
	background-position:center;
	margin-bottom:12%;
	
	}

.gallery_5{
	background-image:url(img/g3.jpg);
	height:263px;
	background-size:cover;
	background-position:center;
	margin-bottom:12%;
	
	}

.gallery a{
	border:solid 1px #808080;
	padding:10px 40px;
	text-decoration: none;
	color: #808080;
	
	}

.gallery_6{
	text-align:center;
	padding:30px 0px 50px;
	
	}

/*予約サイト*/

.reservation{
	background-image:url(img/yoyaku.jpg);
	height:263px;
	background-size:cover;
	background-position:center;
	color:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	margin:0px;
	text-align:center;
	
	}

.reservation_2{
	width:334px;
	height:122px;
	padding:4% 7%;
	margin:0% 5%;
	background-color:rgba(105,105,105,0.4);
	
	}

.reservation_2 h2{
	margin:0px;
	text-align:center;
	font-family:"游ゴシック",Yugothic,sans-serif;
	font-weight:100;
	
	}

.reservation_2 p{
	color:#fff;
	padding:0px 0px 5%;
	margin:0px;
	text-align:center;
	
	}

.reservation_2 a{
	background-color:rgba(105,105,105,0.4);
	padding:3% 12%;
	text-decoration: none;
	color: #fff;
	
	}

/*===================ボディーend=======================*/

/*==================フッター==================*/
.footer-in{
	display:flex;
	justify-content:center;
	padding:10% 0%;
	
	}

footer small{
	display:flex;
	justify-content:center;
	padding:10px 0px;
	
	}

/*==================フッターend==========================*/

/*==================トップページend======================*/

/*=========ヘッダー共通（トップページ以外）===============*/
.header_2{
	padding:2% 4%;
	height:80px;
	width:auto;
	background-color:#fffaf0;
	
	}

.header-on{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	padding:4% 0%;
	
	}

/*========ヘッダー共通（トップページ以外）end==========*/

/*コンセプト*/

.concept{
	background-color:#fffaf0;
	padding:12% 4% 12%;
	
	}

.concept h1{
	border:solid 1px #808080;
	width:162px;
	height:36px;
	padding:2% 4%;
	margin:0 auto;
	text-decoration:none;
	color: #808080;
	text-align:center;
	font-size:150%;
	
	}

.concept p{
	font-size:100%;
	text-align:center;
	margin:0% 0% 8%;
	padding-top:3%;
	
	}

.concept_2{
	background-image:url(img/abouto.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	height:263px;
	width:100%;
	margin:0px 0px 8% 0px;
	
	}

.concept_3{
	display:flex;
	justify-content:center;
	margin-bottom:8%;
	
	}

.concept_4 p{
	color:#000;
	padding:0px 0px 2%;
	margin:0px;
	text-align:center;
	
	}

/*======================コンセプトend=========================*/

/*ギャラリー*/

.box{
	padding:12% 4% 5%;
	background-color:#fffaf0;
	
	}

.ga{
	padding-bottom:8%;

	}

.ga h1{
	border:solid 1px #808080;
	width:162px;
	height:36px;
	padding:2% 4%;
	margin:0 auto;
	text-decoration:none;
	color: #808080;
	text-align:center;
	font-size:150%;
	
	}

.ga p{
	font-size:100%;
	text-align:center;
	margin:0;
	padding-top:3%;
	
	}

.card-list{
	padding-top:0;
	margin-bottom:12%;
	
	}


.card-listimg{
	width:100%;
	height:263px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	margin:0px 0px 4% 0px;
	
	}

.i{
	background-image:url(img/g1.jpg);
	
	}

.j{
	background-image:url(img/g2.jpg);
	
	}

.k{
	background-image:url(img/g3.jpg);
	
	}

.l{
	background-image:url(img/g4.jpg);
	
	}

.m{
	background-image:url(img/g5.jpg);
	
	}

.n{
	background-image:url(img/g6.jpg);
	
	}

.o{
	background-image:url(img/g7.jpg);
	
	}

.card-listtitle{
	font-size:120%;
	font-weight:400;
	color:#696969;
	font-family:sans-serif;
	text-align:center;
	margin:0 auto;
	padding:0 0 9px;
	border-bottom:1px solid #ffa500;
	width:320px;
	
	}

.card-listtxt{
	font-size:100%;
	font-weight:bold;
	color:#696969;
	text-align:center;
	margin:15px 0 0;
	
	}

/*予約サイト*/
.yoyakubox{
	padding:12% 4% 12%;
	background-color:#fffaf0;
	
	}

.yoyaku_1 h1{
	border:solid 1px #808080;
	width:162px;
	height:36px;
	padding:2% 4%;
	margin:0 auto;
	text-decoration:none;
	color: #808080;
	text-align:center;
	font-size:150%;
	
	}

.yoyaku_1 p{
	font-size:100%;
	text-align:center;
	margin:0;
	padding:3% 0% 8% 0%;
	
	}

.yoyaku_2{
	background-image:url(img/yoyaku.jpg);
	height:263px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	margin-bottom:45px;
	
	}

.yoyaku_3{
	text-align:center;
	
	}

.yoyaku_3 p{
	color:#000;
	font-family:sans-serif;
	margin:0;
	padding-bottom:3%;
	
	}

.yoyaku_3 h2{
	color:#000;
	font-weight:500;
	font-size:120%;
	padding:0px 0px 10px;
	margin:0;
	
	}

address{
	font-size:120%;
	font-style:normal;
	
	}

.map{
	padding-top:5%;
	
	}

.map iframe{
	margin:0 auto;
	width:100%;
	
	}

.map h3{
	font-size:80%;
	font-style:normal;
	font-weight:300;
	margin:0;
	padding-bottom:1%;
	
	}

/*1025px以上の場合*/
@media(min-width:1025px){
	.header_1{
		background:url(img/pchero.jpg);
		height:838px;
		width:100%;
		background-size:cover;
		background-position:center;
		background-repeat: no-repeat;
		background-attachment:fixed;
		padding:2% 0%;
		
		}

	.header-in{
		justify-content:space-between;
		align-items:flex-end;
		width:92%;
		margin:0 auto;
		padding:1% 4% 4%;
		
		}
	
	.logo img{
		display:none !important;
		
		}
	
	.news{
		padding:3% 0% 3%;
		
		}

	.news h1{
		font-size:180%;
		margin:0% 0% 0.5%;
		
		}

	.news p{
		font-size:105%;
		margin:0% 0% 2%;
		
		}

	.news li{
		margin:0% auto;
		padding:1% 0% 1% 0%;
		border-bottom:none;
		font-size:110%;
		
		}
	
	.news2{
		display:flex;
		justify-content:center;
		
		}
	
	.abouto{
		display:flex;
		justify-content:space-between;
		align-items:center;
		
		}
	
	.abouto_3 h1{
		font-size:180%;
		
		}
	
	.abouto_3 p{
		font-size:150%;
		margin-bottom:35px;
		
		}
	
	.abouto_2{
		height:400px;
		width:40%;
		background-size:cover;
		background-position:center;
		margin:0% 0% 6% 0%;
		border-radius:18px;
		
		}
	
	.abouto_5{
	text-align:center;
	padding:4% 0% 5%;
		
	}

	.abouto a{
		border:solid 1px #808080;
		padding:1% 3%;
		text-decoration:none;
		color:#808080;
		
		}

	
	.hako{
		display:flex;
		flex-direction:column;
		margin-left:2%;
		width:60%;
		
		}
	
	.gallery{
		padding:3% 4%;
		
		}
	
	.gallery_2 h1{
		font-size:230%;
		margin-bottom:20px;
		letter-spacing:4px;
		
		}
	
	.gallery_2 p{
		margin-bottom:3%;
		font-size:118%;
		
		}
	
	.word{
		display:flex;
		justify-content:space-between;
		
		}
	
	.gallery_3{
		width:33%;
		height:370px;
		margin-bottom:3%;
		
		}
	
	.gallery_4{
		width:33%;
		height:370px;
		margin-bottom:3%;
		
		}
	
	.gallery_5{
		width:33%;
		height:370px;
		margin-bottom:3%;
		
		}
	
	.reservation{
		width:40%;
		height:450px;
		margin:0 auto;
		margin-top:4%;
		
		}
	
	.concept{
		padding:4% 4%;
		
		}
	
	.concept p{
		font-size:140%;
		margin-bottom:3%;
		
		}
	
	.concept_2{
		width:800px;
		height:500px;
		text-align:center;
		margin:0 auto;
		margin-bottom:4%;
		
		}
	
	.concept_3{
		margin-bottom:3%;
		
		}
	
	.concept_4 p{
		margin:0;
		
		}
	
	.box{
		padding:5% 0% 4%;
		
		}
	
	.ga{
		padding-bottom:4%;
		
		}
	
	.ga p{
		font-size:130%;
		
		}
	
	.contents{
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		width:1200px;
		margin:0 auto;
		justify-content:space-between;
		
		}
	
	.card-listimg{
		width:540px;
		height:350px;
		
		}
	
	.yoyakubox{
		padding:5% 0% 4%;
		
		}
	
	.yoyaku_1 p{
		padding:2% 0 2%;
		font-size:130%;
		
		}
	
	.yoyaku_2{
		display:none !important;
		
		}
	
	.web{
		display:flex;
		justify-content:center;
		padding:0 8%;
		
		}
	
	.yoyaku_3{
		width:60%;
		font-size:120%;
		padding-top:3%;
		
		}
	
	.map{
		padding:4% 8% 2%;
		
		}
	
	.map iframe{
		width:84%;
		height:500px;
		display:flex;
		justify-content:center;
		
		}
	
	.map h3{
		padding-left:8%;
		font-size:100%;
		
		}
	
	.footer-in{
		padding:4% 0;
		
		}
	
}








