@charset "UTF-8";


/*----------------------------------------------
    Base
----------------------------------------------*/

html {
	overflow: auto;
}

body {
	color: #666;
	font: 16px/1.8 "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", verdana, sans-serif;
	/*min-width: 1280px;*/
	width: 100%;
	margin: auto;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

table {
	width: 100%;
	margin-bottom: 10px;
}

a {
	color: #245fbb;
	text-decoration: none;
}

a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

b {
	font-weight: bold;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

th {
	background-color: #f8f1ef;
}

th, td {
	border: 1px solid #c5c5c5;
	padding: 10px;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
}


/*----------------------------------------------
    HEADER
----------------------------------------------*/

/*header {
	border-bottom: 5px solid #c49e6d;
	padding: 15px 0;
}*/

#header {
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	max-width: 960px;
}

.h-logo {
	float: left;
}

.h-contact {
	float: right;
	overflow: hidden;
	padding-top: 8px;
}

.h-tel {
	display: inline-block;
	margin-right: 25px;
}

.h-contact-btn {
	display: inline-block;
}


/*----------------------------------------------
    MAIN CONTENTS
----------------------------------------------*/

#main {
	clear: both;
}

#main-img {
	text-align: center;
}

#gnav {
	background: url(../images/bg_menu.png) repeat-x;
	height: 70px;
	margin-bottom: 40px;
}

#gnav ul {
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0;
	width: 100%;
	max-width: 960px;
}

#gnav li {
	border-left: 1px solid #fff;
	float: left;
	width: 16.66%;
	max-width: 160px;
}

#gnav li:last-child {
	border-right: 1px solid #fff;
}


/* Contents */

#contents {
	clear: both;
}

#contents > div,
#contents > aside,
#contents > section {
	clear: both;
	margin-bottom: 60px;
	overflow: hidden;
}

#contents > div:last-child,
#contents > aside:last-child,
#contents > section:last-child {
	margin-bottom: 100px;
}

#contents .section {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
}

#contents .sec-reservation .rsrv-box:first-child {
	margin-bottom: 30px;
}

.sec-reservation .rsrv-box {
	position: relative;
}

.sec-reservation .rsrv-box .btn-rsrv01 {
	position: absolute;
		bottom: 25px;
		left: 80px;
}

.sec-reservation .rsrv-box .btn-rsrv02 {
	position: absolute;
		bottom: 30px;
		right: 25px;
}

.bg-gray1 {
	background-color: #f8f1ef;
	padding: 60px 0;
}

#sec-recommend {
	margin-bottom: 20px;
}

#sec-recommend h2 {
	margin-bottom: 60px;
}

#sec-voice {
	text-align: center;
}

.bg-gray2 {
	background-color: #f4fafa;
	box-shadow:0px 5px 5px 0px #ebebeb;
	-moz-box-shadow:0px 5px 5px 0px #ebebeb;
	-webkit-box-shadow:0px 5px 5px 0px #ebebeb;
	padding: 60px 0;
}

#sec-recommend-cl {
	text-align: center;
}

#sec-recommend-cl h2 {
	margin-bottom: 30px;
}

#sec-recommend-cl p {
	margin-bottom: 30px;
}

#sec-recommend-cl p:last-child {
	margin-bottom: 0;
}

/*#sec-rsvform table {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 50px;
	width: 100%;
	max-width: 960px;
}

#sec-rsvform th {
	vertical-align: top;
}

#sec-rsvform td {
}

#sec-rsvform .required {
	border-left: 0;
	color: #e40000;
	text-align: right;
}

#sec-rsvform input[type="text"],
#sec-rsvform input[type="email"] {
	padding: 8px 10px;
}

#sec-rsvform textarea {
	padding: 8px 10px;
	width: 100%;
}*/

.box-privacy {
	border: 1px solid #c5c5c5;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 30px;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.box-privacy {
	margin-bottom: 20px;
}

.box-privacy h3 {
	font-weight: bold;
}

.box-privacy p {
	margin-bottom: 1em;
}

.box-privacy li {
	margin: 0 0 1em 1em;
	text-indent: -1em;
}

.box-privacy li:before {
	content: "・";
}

.box-privacy li:last-child {
	margin-bottom: 0;
}

.btn-submit {
	text-align: center;
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}

.btn-submit input[type="submit"][value=""] {
	background: url(../images/btn_submit.png) no-repeat;
	border: 0;
	cursor: pointer;
	height: 60px;
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
	background-size: contain;
}

.btn-submit input[type="submit"][value=""]:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#docter {
	text-align: center;
}

/*----------------------------------------------
    FOOTER
----------------------------------------------*/

footer {
	background-color: #f3f9f9;
	clear: both;
	font-size: 13px;
}

.f-wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 25px 0 15px;
	width: 870px;
}

.f-logo {
	float: left;
}

.f-address {
	float: right;
}

.f-nametxt {
	color: #5e9fc5;
	margin-bottom: 5px;
}

#copyright {
	background-color: #91c2e2;
	border-top: 5px solid #c49e6d;
	color: #fff;
	padding: 15px 0;
	text-align: center;
}

/*-----------------------------------------
	20190509追記
	-----------------------------------------*/

.text-gold {color: #a17639; }

.text-lightblue {color: #00799a; }

.text-pink {color: #c30037; }

.bg-pink { background-color: #b42d67; }

h3 {
font-family: serif;
font-size: 1.4em;
line-height: 1.75em;
}

header {
	min-height: 120px;
	border-bottom: 5px solid #C69C6D;
}
header section {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	padding: 25px 0 0;
}

.main-icon {
	width: 100%;
	max-width: 700px;
	margin: 10px auto;
}

.feature {
	width: 100%;
	max-width: 960px;
	margin: 0 auto -42px;
	background: url(../images/img_feature_mdl.png) repeat-y;
	background-size: contain;
}

.feature-inner {
	width: 100%;
	padding: 20px 5%;
}

#top-msg {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

#top-msg h2 {
	font-size: 2.5em;
	margin: 30px auto;
	font-family: serif;
	text-align: center;
}

.top-msg_inner {
	background-color: #fff;
}

/*.sec-voice_inner {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	background: url(../images/img_voice_mdl.png) repeat-y;
	background-color: #eee000;
	background-size: contain;
}*/

#sec-voice {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.sec-voice_inner {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	background: url(../images/img_voice_mdl.png) repeat-y;
	background-size: contain;
	padding: 0 3%;
	margin-bottom: 0;
	text-align: left;
}

.sec-voice_inner h3 {
	border-bottom: 2px dotted #ccc;
}

.about {
	background-color: #fff;
	border: 5px solid #ce135b;
	border-radius: 25px / 25px;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
}
.about h3 {
	background-color: #ce135b;
	height: 70px;
	color: #fff;
	border-radius: 10px / 10px;
	text-align: center;
	margin-top: 30px;
	padding-top: 15px;
	font-size: 25px;
}

.about p {
	font-family: serif;
}

.about span.point,
.box12 span.point {
	font-family: serif;
	color: #c30037;
	font-size: 1.35em;
	font-weight: bold;
}

.about h4.point {
	font-family: serif;
	color: #c30037;
	font-size: 2.5em;
}

.rmd {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.rmd_inner {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	background: url(../images/bg_rmd-cl_combi.png) repeat-y;
	background-size: contain;
	padding: 0;
	margin-bottom: -5px;
}

.rmd_inner p {
	width:96%;
	max-width: 840px;
	margin: 0 auto;
}

.msg {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	font-family: serif;
}
.msg h2 {
	font-size: 2.5em;
	margin: 30px auto;
}
.msg h2.big {
	font-size: 3.75em;
	margin: 0 auto;
}
.msg h3 {
	font-size: 2.5em;
	margin: 30px auto;
}
.msg h3 span {
	font-weight: bold;
}
.msg h4 {
	font-size: 1.75em;
	margin: 30px auto 10px;
	color: #000000;
}
.msg h5 {
	font-size: 2.5em;
	margin: 50px auto 10px;
	font-family: sans-serif;
}
.msg h6 {
	font-size: 1.5em;
	margin: 30px auto;
	font-family: sans-serif;
}
.msg p {
	margin-top: 0;
}
.msg .line {
	border-bottom: dotted 2px #c30037;
	width: 80%;
	margin: 0 auto 10px;
}

footer {
	background-color: #f3f9f9;
	clear: both;
	font-size: 13px;
}

footer {
	background: #f3f9f9;
	color: #534741;
	min-height: 160px;
	font-size: 13px;
}
footer section {
	font-size: 12px;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}
footer h1 {
	margin: 5px 30px 0 0;
	max-width: 323px;
	width: 100%;
	float: left;
	clear: both;
}
footer h1+p {
	color: #62B3E5;
	margin: 5px 0;
}
footer section+p {
	background: #4D83BC;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	padding: 10px 0 25px;
	border-top: 5px solid #C69C6D;
	margin-bottom: 0;
}

.price2 {
	width: 100%;
	max-width: 958px;
	border: #95816c 3px solid;
	margin: 0 auto 20px;
	padding: 0;
	background-color: #ffffff;
}

.price_outer {
	width: 100%;
	max-width: 958px;
	margin: 0 auto 20px;
}
h2.price_ttl {
	/*max-width: 960px;*/
	width: 100%;
	/*background: url( ../images/ttl_item.jpg ) ;*/
	background-color: #95816c;
	background-repeat: no-repeat;
	font-size: 2em;
	height: 60px;
	margin: 0 auto;
	padding: 15px 20px;
	color: #fff;
	font-family: serif;
	text-align: center;
}

table.price {
	text-align: center;
	font-family: serif;
}

table.price th {
	background-color: #fbe5f0;
}

#sec-rsvform table {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 50px;
	width: 100%;
	max-width: 960px;
	table-layout:fixed;
}

#sec-rsvform th {
	vertical-align: top;
	width: 20%;
}

#sec-rsvform td {
	/*width: 60%;*/
}

#sec-rsvform span.required {
	border-left: 0;
	color: #e40000;
	text-align: right;
	font-size: 0.9em;
}

#sec-rsvform input[type="text"],
#sec-rsvform input[type="email"] {
	padding: 8px 10px;
}

#sec-rsvform textarea {
	padding: 8px 10px;
	width: 100%;
}

.box12{
    padding: 1em 1.5em;
    margin: 2em 0;
    color: #333;
    background: #fff;
		border: solid 1px #f9aebc;
		border-left: solid 3px #f9aebc;
    border-bottom: solid 6px #f9aebc;
    border-radius: 9px;
}
.box12 h4 {
    line-height: 2em;
}
.box12 p {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 800px) {

.sec-reservation .rsrv-box {
	position: relative;
}

.sec-reservation .rsrv-box .btn-rsrv01 {
	position: absolute;
		bottom: 25px;
		left: 80px;
}

.sec-reservation .rsrv-box .btn-rsrv02 {
	position: relative;
		bottom: 0;
		right: 0;
		text-align: center;
}
}

@media screen and (max-width: 640px) {

h3 {
	font-size: 1em;
}

h4 {
	font-size: 1.25em;
}

p { font-size: 12px; }
#gnav {
	background: none;
	height: 70px;
	margin-bottom: 40px;
	margin-top: 0;
	background-color: #b83860;
}

#gnav ul {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

#gnav li {
	border: 1px solid #d66991;
	float: left;
	width: 33.3%;
	max-width: 213px;
	background-color: #b83860;
	padding: 20px auto;
	text-align: center;
	line-height: 50px;
}

#gnav li:last-child {
	border-right: none;
}

#top-msg h2 {
	font-size: 1.5em;
	margin: 30px auto;
	font-family: serif;
	text-align: center;
}

.about {
	border: 1px solid #073f50;
	border-radius: 0 / 0;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	margin-bottom: 0;
}
.about h3 {
	min-height: 60px;
	height: auto;
	color: #fff;
	border-radius: 10px / 10px;
	text-align: center;
	margin-top: 30px;
	padding-top: 15px;
	font-size: 17px;
}

.about p {
	font-family: serif;
}

.about span.point,
.box12 span.point {
	font-family: serif;
	color: #c30037;
	font-size: 1.35em;
	font-weight: bold;
}

.about h4.point,
.box12 h4.point {
	font-size: 1.5em;
}

.sec-voice_inner {
	margin-bottom: -10px;
}

.rmd_inner {
	margin-bottom: -12px;
}

.msg h2 {
	font-size: 1.25em;
	margin: 30px auto;
}
.msg h2.big {
	font-size: 1.5em;
	margin: 0 auto;
}
.msg h3 {
	font-size: 1.35em;
	margin: 20px auto;
	line-height: 1.5em;
}
.msg h3 span {
	font-weight: bold;
}
.msg h4 {
	font-size: 1.25em;
	margin: 20px auto 10px;
	color: #000000;
}
.msg h5 {
	font-size: 1.15em;
	margin: 30px auto 10px;
	font-family: sans-serif;
}
.msg h6 {
	font-size: 1em;
	margin: 20px auto;
	font-family: sans-serif;
}
.msg p {
	margin-top: 0;
	text-align: left;
	padding: 1%;
}

h2.price_ttl {
	font-size: 1.15em;
	line-height: 1.2em;
	height: 70px;
	vertical-align: middle;
}

#sec-rsvform table {
	font-size: 0.9em;
	width: 100%;
}

#sec-rsvform th {
	width: 30%;
}

#sec-rsvform td {
	width: 100%;
}

#sec-rsvform .required {
}

#sec-rsvform .spsize { width: 90%; }

.box-privacy li {
	font-size: 0.8em;
}

.btn-submit input[type="submit"][value=""] {
	background: url(../images/btn_submit_sp.png) no-repeat;
	border: 0;
	cursor: pointer;
	height: 82px;
	max-width: 720px;
	width: 90%;
	margin: 0 auto;
	background-size: contain;
}

.box12 span.point {
	font-size: 1.1em;
	font-weight: bold;
}

.box12 h4 {
	font-size: 1em;
	line-height: 1.5;
}

.rsv {
	margin-top: 0;
	margin-bottom: 0;}
}
