@charset "utf-8";
/* CSS Document */

/*main_menu---------------------------------------------------------------*/
#main_img {
	box-sizing: border-box;
}
#main_img .wrap2 {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
#img_box {
	position: relative;
}
#main_img .main_flame {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index:2;
	opacity: 0;
	animation: example 0.5s ease 0.5s 1 forwards;
}
@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}
#main_img .main_flame img {
	width: 100%;
}

/*sp_main_menu---------------------------------------------------------------*/
#sp_main_img {
	box-sizing: border-box;
	display: none;
}
#sp_main_img .wrap2 {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
#sp_img_box {
	position: relative;
}
#sp_main_img .main_flame {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index:2;
	opacity: 0;
	animation: example 0.5s ease 0.5s 1 forwards;
}
#sp_main_img .main_flame img {
	width: 100%;
}




/*pc_nav---------------------------------------------------------------------*/
#main_menu ul li:first-child a::before {
	content: url(../images/nav_icon.png);
}


/*greeting-------------------------------------------------------------------*/
#greeting {
	padding: 20px;
}
#greeting h2 {
	text-align: center;
	font-size: 2em;
	letter-spacing: 2px;
	color: #4f3e32;
}
#greeting p {
	line-height: 2;
	text-align: center;
	margin-top: 20px;
}


/*concept--------------------------------------------------------------------*/
#concept {
	padding: 40px 20px;
}
#concept #concept_box h2 {
	text-align: center;
	font-size: 2em;
	letter-spacing: 2px;
	color: #4f3e32;
}
#concept #concept_box h3 {
	text-align: center;
	font-size: 1.8em;
	letter-spacing: 2px;
	color: #c79a29;
	margin-top: 20px;
}
#concept #concept_box p {
	max-width: 1280px;
	text-align: center;
	margin-top: 10px;
	line-height: 2;
}
#concept .yoyaku_btn2 {
	text-align: center;
	margin-bottom: 30px;
}
/*menu--------------------------------------------------------------------------*/
#menu {
	padding: 40px 0;
}
#menu ul li {
	width: 33.3333%;
	float: left;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
}
#menu ul li h3 {
	width: 80%;
	margin: 0 auto;
	margin-top: 10px;
}
#menu ul li figure {
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
}
#menu ul li img {
	width: 100%;
}
#menu ul li p {
	margin-top: 10px;
	line-height: 200%;
	font-size: 14px;
}
#menu ul li a {
	color: #000;
	display: block;
}
#menu ul li a:hover {
	opacity: 0.8;
	transition: .3s;
}

/*reservation--------------------------------------------------------------*/
#reservation {
	padding: 40px 20px;
	background: url(../images/reservation_back.png) repeat;
}
#reservation p {
	text-align: center;
}
#reservation p img {
	max-width: 1000px;
	width: 100%;
}
#reservation .txt {
	letter-spacing: 1px;
	line-height: 1.8;
	margin-top: 20px;
	color: #171c61;
	font-weight: bold;
}


/*special------------------------------------------------------------------*/
#special {
	padding: 40px 20px;
	background: url(../images/contents_back.jpg) repeat;
}
#special h2 {
	text-align: center;
	font-size: 2em;
	letter-spacing: 2px;
	color: #4f3e32;
}
#special .box1 {
	margin-top: 40px;
}
#special .box1 .left_box {
	width: 50%;
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
}
#special .box1 .left_box p {
	line-height: 200%;
	letter-spacing: 1px;
}
#special .box1 .right_box {
	width: 50%;
	float: right;
}
#special .box1 .right_box figure {
	text-align: center;
}
#special .box1 .right_box figure img {
	width: 100%;
}
#special .box2 {
	margin-top: 20px;
}
#special .box2 .left_box {
	width: 50%;
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
}
#special .box2 .left_box figure {
	text-align: center;
}
#special .box2 .left_box figure img {
	width: 100%;
}
#special .box2 .right_box {
	width: 50%;
	float: right;
}
#special .box2 .right_box p {
	line-height: 200%;
}

/*news---------------------------------------------------------------------*/
#news {
	padding: 40px 20px;
}
#news h2 {
	text-align: center;
	font-size: 2em;
	color: #4f3e32;
	letter-spacing: 2px;
}
#news h2 span {
	padding: 0 20px;
	border-bottom: 6px double #171c61;
}
#news .update {
	width: 94%;
	margin: 0 auto;
	margin-top: 40px;
}
.update dl {
	width: 100%;
	margin: 0;
}
.update dt {
	width: 6.7em;
	float: left;
	padding: 10px 0 18px 3px;
	line-height: 200%;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	color: #c79a29;
}
.update dd {
	margin: 0;
	padding: 10px 3px 18px 6.6em;
	line-height: 200%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.update dd br {
	display: none;
}
.update dd a {
	color: #171c61;
}
.update dd a:hover {
	transition: .3s;
	opacity: 0.3s;
}
#news .more_btn {
	margin: 0 auto;
	text-align: center;
	margin-top: 40px;
	max-width: 300px;
	width: 100%;
	font-weight: bold;
}
#news .more_btn a {
	display: block;
	border: 2px solid #c79a29;
	padding: 10px 0;
	color: #171c61;
}

/*staff--------------------------------------------------*/
#staff {
	padding: 40px 20px;
	background: url(../images/contents_back.jpg) repeat;
}
#staff h2 {
	text-align: center;
	font-size: 2em;
	letter-spacing: 2px;
	color: #4f3e32;
}
#staff h2 span {
	padding: 0 20px;
	border-bottom: 6px double #171c61;
}
#staff .box {
	margin-top: 40px;
}
#staff .left_box {
	width: 45%;
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
}
#staff .left_box figure {
	text-align: center;
}
#staff .left_box figure img {
	width: 100%;
}
#staff .right_box {
	width: 55%;
	float: right;
}
#staff .right_box p {
	line-height: 200%;
}
#staff .sp_none {
	margin-top: 20px;
}
#staff .capacty {
	margin-top: 20px;
}
#staff .more_btn {
	margin: 0 auto;
	text-align: center;
	margin-top: 40px;
	max-width: 300px;
	width: 100%;
	font-weight: bold;
}
#staff .more_btn a {
	display: block;
	border: 2px solid #c79a29;
	padding: 10px 0;
	color: #171c61;
}


/*about-----------------------------------------------------------*/
#about {
	padding: 40px 20px;
}
#about h2 {
	text-align: center;
	font-size: 2em;
	letter-spacing: 2px;
	color: #4f3e32;
}
#about p {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	line-height: 250%;
}





/*ここからタブレット用（～940px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:940px){
	#main_img {
		display: none;
	}
	#sp_main_img {
		margin-top: 90px;
		display: block;
	}
	#menu {
		padding: 0;
	}
	#menu ul li {
		width: 100%;
		float: none;
		padding: 0;
		margin-top: 40px;
	}
	#menu ul li h3 {
		max-width: 300px;
		width: 100%;
	}
	#concept .yoyaku_btn2 {
		margin-top: 50px;
	}
	#special .box1 .left_box {
		width: 100%;
		float: none;
		padding: 0;
		margin-top: 10px;
		line-height: 180%;
	}
	#special .box1 .right_box {
		width: 100%;
		float: none;
		padding: 0;
	}
	#special .box1 .right_box figure img {
		max-width: 500px;
		width: 100%;
	}
	#special .box2 .left_box {
		width: 100%;
		float: none;
		padding: 0;
	}
	#special .box2 .left_box figure img {
		max-width: 500px;
		width: 100%;
	}
	#special .box2 .right_box {
		width: 100%;
		float: none;
		padding: 0;
		line-height: 180%;
		margin-top: 10px;
	}
	.update dl {
		margin: 20px 0;
	}
	.update dt {
		width: 100%;
		float: none;
		padding: 0;
		font-size: 12px;
	}
	.update dd {
		width: 100%;
		float: none;
		padding: 0;
	}
	#staff .left_box {
		width: 100%;
		float: none;
		padding: 0;
	}
	#staff .left_box figure img {
		max-width: 500px;
		width: 100%;
	}
	#staff .right_box {
		width: 100%;
		float: none;
		padding: 0;
	}
	#staff .right_box p {
		text-align: center;
		line-height: 180%;
		margin-top: 10px;
	}
	#staff .more_btn {
		margin-top: 20px;
	}
	#staff .sp_none {
		display: none;
	}
	#about p {
		width: 100%;
		margin-top: 10px;
	}
}


/*ここからスマホ用（～415px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:415px){
	#greeting {
		padding: 20px;
	}
	#greeting h2 {
		font-size: 1.5em;
		letter-spacing: 0;
	}
	#greeting p {
		margin-top: 10px;
	}
	#concept {
		padding: 20px;
	}
	#concept #concept_box h2 span img {
		width: 50px;
	}
	#concept #concept_box h2 {
		font-size: 1.5em;
		letter-spacing: 0;
	}
	#concept #concept_box h3 {
		font-size: 1.5em;
		margin-top: 10px;
	}
	#reservation {
		padding: 20px;
	}
	#special {
		padding: 20px;
	}
	#special h2 {
		font-size: 1.5em;
		letter-spacing: 0;
	}
	#special h2 span img {
		width: 50px;
	}
	#special .box1 {
		margin-top: 20px;
	}
	
	#news {
		padding: 20px;
	}
	#news h2 {
		font-size: 1.5em;
	}
	#news .update {
		margin-top: 20px;
	}
	.update dl {
		margin: 10px 0;
	}
	#news .more_btn {
		margin-top: 20px;
	}
	#staff {
		padding: 20px;
	}
	#staff .box {
		margin-top: 20px;
	}
	#staff h2 {
		font-size: 1.5em;
		letter-spacing: 0;
	}
	#staff .right_box p {
		line-height: 180%;
	}
	#about {
		padding: 20px;
	}
	#about h2 {
		font-size: 1.5em;
		letter-spacing: 0;
	}
	#about h2 span img {
		width: 50px;
	}
	#about p {
		line-height: 180%;
	}
}