@charset "utf-8";
/**
 * base.css
 */

/* import
--------------------------------------------------*/
@import "init.css";


/* html, body
--------------------------------------------------*/
body {
	background: #FFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

.serif { font-family: 'Noto Serif JP', serif; }


/* siteCommonStyle
--------------------------------------------------*/
/* selection */
::-moz-selection {}
::selection {}

/* a */
a {
	color: #523F39;
	text-decoration: none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
a:hover {
	opacity: 0.6;
	text-decoration: none;
}

/* cap */
.caption,
.cap {
	color: #999999;
	font-size: 83.4%;
}
.cap {
	padding-top: 5px;
}

/* formText */
.formText {
	padding: 3px 2px;
	border: #ccc solid 1px;
}

@media only screen and (min-width:769px) {
	.sp {
		display: none !important;
	}
}
@media only screen and (max-width:768px) {
	.pc {
		display: none !important;
	}
}

.inbl {
	display: inline-block;
}

/* layout
--------------------------------------------------*/
/* wrapper */
#wrapper {
	position: relative;
	color: #000;
	font-family: 'Noto Sans Japanese', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 16px;
	line-height: 2;
	text-align: left;
}
#wrapper img {
	max-width: 100%;
	height: auto;
}
#wrapper:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 20px;
	background-size: auto 100%;
}
.wrap {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
}
.inWrap {
	position: relative;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
@media only screen and (max-width:768px) {
	#wrapper {
		font-size: 16px;
		border: none;
	}
	#wrapper:after {
		height: 10px;
	}
}

/* container
--------------------------------------------------*/
#container {
	margin-right: auto;
	margin-left: auto;
}
@media only screen and (max-width:768px) {
	#container {
		padding-top: 60px;
	}
}


/* header
--------------------------------------------------*/
#header {
	padding: 10px 0;
	width: 100%;
	float: left;
	background: #FFF;
	z-index: 50;
	position: relative;
	background: url("../../imgs/navi_bg.png") repeat-x bottom;
}
#siteTitle {
	padding: 0;
	float: left;
}
#siteTitle a {
	display: inline-block;
}
#hdtCntact {
	float: right;
	padding: 5px 0 0;
}
#hdtCntact .tel {
	float: left;
	padding: 0 10px 0 0;
}
#hdtCntact .inquiry {
	float: left;
	padding: 0;
}
#hdtCntact .reserve {
	float: left;
	padding: 
}

#header .navArea {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
	clear: both;
}
@media only screen and (max-width:1000px) {
	#hdtCntact {
	}
}
@media only screen and (max-width:768px) {
	#header {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding: 0;
		border: 0;
		position: fixed;
		background: #FFF;
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
		height: 60px;
	}
	#header .navArea {
		width: 100%;
		padding-top: 0;
	}
	#header .wrap {
		padding: 0;
	}
	#siteTitle {
		width: calc(100% - 75px);
		padding: 15px 0 0 15px;
		text-align: left;
		height: 60px;
		box-sizing: border-box;
	}
	#spMenu {
		position: absolute;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		padding-top: 0;
		box-sizing: border-box;
		font-size: 10px;
		color: #000;
		font-weight: 500;
		line-height: 1;
		text-align: center;
		cursor: pointer;
		background: #BC3829;
	}
	#spMenu span {
		display: block;
	}
	#spMenu:before,
	#spMenu:after,
	#spMenu .cbdr {
		position: absolute;
		top: 28px;
		left: 15px;
		display: block;
		content: '';
		width: 30px;
		height: 2px;
		background-color: #FFF;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	#spMenu:before {
		margin-top: -10px;
	}
	#spMenu:after {
		margin-top: 10px;
	}
	#spMenu.on .cbdr {
		opacity: 0;
	}
	#spMenu.on:before {
		margin-top: 0;
		transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
	}
	#spMenu.on:after {
		margin-top: 0;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
	}
	#spMenu .txt02 {
		display: none;
	}
	#spMenu.on .txt {
		display: none;
	}
	#spMenu.on .txt02 {
		display: block;
	}
}

/* gNav
--------------------------------------------------*/
#gNav span {
	display: none;
}
@media only screen and (max-width:768px) {
	#gNav {
		display: none;
		margin: 0;
		padding-top: 0;
		background-color: #fff;
	}
	#gNav ul {
		border-top: #EDEDED solid 1px;
	}
	#gNav:before {
		display: none;
	}
	#gNav img {
		display: none;
	}
	#gNav .navCont {
		width: 100% !important;
	}
	#gNav .navRsv {
		width: 100% !important;
		background: #C34C3F;
	}
	
	#gNav a {
		font-size: 14px;
		line-height: 1;
		font-weight: 500;
		background: #F9F9F9;
		color: #000;
	}
	#gNav .navCont a {
		background: #BC3829;
		color: #FFF;
	}
	#gNav .navRsv a {
		background: #C34C3F;
		color: #FFF;
	}
	#gNav span {
		display: block;
	}
	#gNav li:nth-child(2n+1) a {
		border-right: #EDEDED solid 1px;
	}
	#gNav li.on a {
		color: #F0B8C1;
	}
	
	#gNav .navTel {
		border-bottom: #EDEDED solid 1px;
		padding: 0;
		width: 100% !important;
	}
	#gNav .navTel a {
		padding: 10px 0;
		text-align: center;
		background: #FFF;
	}
	#gNav .navTel a img {
		max-width: 100%;
		display: inline-block;
	}
}


/* navArea
--------------------------------------------------*/
.navArea {
	position: absolute;
	top: 70px;
	height: 70px;
	line-height: 70px;
	width: 100%;
	background: rgb(255,255,255,0.9);
/*
  background: -moz-linear-gradient(top, #EDEDED, #FFF);
  background: -webkit-linear-gradient(top, #EDEDED, #FFF);
  background: linear-gradient(to bottom, #EDEDED, #FFF);
*/
		z-index: 10;
}
.navArea ul {
	zoom: 1;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.navArea ul:after {
	display: block;
	clear: both;
	height: 0;
	content: '';
}
.navArea li {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.navArea li.nav01 { width: 194px; }
.navArea li.nav02 { width: 193px; }
.navArea li.nav03 { width: 193px; }
.navArea li.nav04 { width: 193px; }
.navArea li.nav05 { width: 193px; }
.navArea li.nav06 { width: 194px; }

.navArea li a {
	display: block;
	text-decoration: none;
	color: #000;
	text-align: center;
	padding: 0 20px;
}
.noT .navArea li a:hover {
	opacity: 0.7;
}
@media only screen and (max-width:768px) {
	.navArea {
		position: fixed;
		top: 60px;
		height: auto;
		line-height: 60px;
		z-index: 10;
	}
	.navArea:before {
		position: absolute;
		top: 0;
		left: 50%;
		display: block;
		content: '';
		width: 1px;
		height: 100%;
		background: #efefef;
	}
	.navArea ul {
		width: 100%;
		z-index: 10;
		display: block;
	}

	.navArea li {
		margin: 0 !important;
		width: 50% !important;
		text-align: center;
    display: block;
    float: left;
	}
	.navArea li a {
		padding: 20px 0;
		border-bottom: #efefef solid 1px;
	}
}

/* contact
--------------------------------------------------*/

	@media only screen and (min-width:769px) {

		
		.contact { width: 100%; float: left; background: url("/common/imgs/ft_bg.jpg") no-repeat top center; padding: 40px 0; background-size: cover; }
		.contact div { width: 920px; margin: 0 auto; background: #FFF; padding: 40px 0; }
		.contact h3 { color: #BA3827; font-size: 24px; text-align: center; padding-top: 40px; background: url("/common/imgs/title_sakura.png") no-repeat top center;}
		.contact h4 { font-size: 16px; text-align: center; }
		.contact p { font-size: 36px; text-align: center; }
		.contact p i { font-size: 32px; margin: 0 10px 0 0; }
		.contact p span { font-size: 20px; font-weight: normal; margin: 0 0 0 10px; }
		.contact ul { height: 90px; width: 840px; margin: 0 auto; }
		.contact ul li { width: 50%; float: left; text-align: center; }
	}
	@media only screen and (max-width:768px) {
		
		.contact { width: 100%; float: left; background: url("/common/imgs/ft_bg.jpg") no-repeat top center; padding: 20px 10px; box-sizing: border-box; }
		.contact div { background: #FFF; padding: 20px 0; }
		.contact h3 { color: #BA3827; font-size: 20px; text-align: center; padding-top: 40px; background: url("/common/imgs/title_sakura.png") no-repeat top center;}
		.contact h4 { font-size: 12px; text-align: center; }
		.contact p { font-size: 32px; text-align: center; line-height: 30px; padding: 0 0 10px; }
		.contact p i { font-size: 24px; margin: 0 10px 0 0; }
		.contact p span { display: block; font-size: 20px; font-weight: normal; margin: 0; }
		.contact ul { }
		.contact ul li { text-align: center; padding: 10px 10px 0; }
	}


/* footer
--------------------------------------------------*/
#footer {
	clear: both;
	text-align: center;
	background: #FFF;
	padding: 0;
}
@media only screen and (max-width:768px) {
	#footer {
		margin-top: 0;
	}
}

#footer .navi {
	width: 100%;
	background: #FFF;
	float: left;
}
#footer .navi p {
	width: 100%;
	border-bottom: solid 1px #523F39;
	padding: 0 0 40px;
}
#footer .navi .wrap {
	padding: 20px 0;
}
#footer .navi ul li {
	display: inline-block;
	padding: 0 20px;
}
#footer .navi ul li a {
	color: #523F39;
}
#footer .copyright {
	clear: both;
	background: #523F39;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	padding: 60px 0;
}
#footer .copyright a {
	color: #FFF;
}
@media only screen and (max-width:768px) {
	#footer .navi .wrap {
		display: none;
	}
	#footer .copyright {
		clear: both;
		background: #523F39;
		font-size: 14px;
		color: #FFF;
		text-align: center;
		padding: 20px;
	}
}