@charset "utf-8";
/* CSS Document */

body {
	font-size: 1.0rem;
	background-color: #f7f7f7;
	/*min-width: 1000px;*/
	word-wrap: break-word !important;
}
img {
	vertical-align: bottom;
}
/* =============================
ヘッダー
=============================== */
#header_wrapper {
	width: 100%;
	height: 50px;
	background: #d9d7d3;
	position: fixed;
	z-index: 99;
}
#header_inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
h1 {
	padding: 13px 0 5px 5px;
	width: 175px;
	float: left;
}
.drawer-menu {
	padding: 15px 0 0 0;
}
.drawer-menu li a {
	text-decoration: none;
	font-size: 1.0rem;
	font-weight: bold;
}
.drawer-menu li a:hover {
	color: #166ab5;
}
@media screen and (max-width: 800px) {
	.drawer-menu li a {
		text-decoration: none;
		font-size: 1.0rem;
		font-weight: bold;
	}
}
/* =============================
ヘッダー大画像部分
=============================== */
#top_wrapper {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #ccc;
	/*background: url(../img/topImg02.jpg) repeat-x center bottom;*/
	padding-top: 50px;
}
#top_container {
	width: 100%;
	margin: 0 auto;
}

#top_container img {
	max-width: 100%;
	height: auto;
	display: block;
}
/* =============================
ヘッダー以下のコンテンツ要素
=============================== */
.contents_wrapper {
	width: 100%;
	max-width: 1000px;
	background: #ffffff;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.contents {
	width: 100%;
	max-width: 1000px;
	margin: 40px auto;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 10px;
}
.reserve-button-wrapper {
	text-align: center;
	margin: 30px auto 40px;
}
a.reserve {
  display: inline-block; /* ボタンのように振る舞うように */
  height: 60px;
  width: 180px;
  font-size: 1.4rem;
  background-color: orange;
  color: white;
  text-align: center; /* 文字を中央揃え */
  line-height: 60px; /* 縦方向の中央揃え */
  text-decoration: none; /* 下線を削除 */
  border-radius: 5px; /* 角を丸くする（オプション） */
}

.button:hover {
  opacity: 0.8; /* ホバー時に少し透明にする（オプション） */
}
@media screen and (max-width: 800px) {
	.contents {
		margin: 10px auto;
		box-sizing: border-box;
		padding: 0 10px;
	}
}
/* =============================
料金サンプル部分
=============================== */

.sample-title {
	font-size: 2.2rem;
	color: #f95e5e;
	font-weight: bold;
	overflow-wrap: anywhere; /* 収まらない場合に折り返す */
	word-break: normal; /* 単語の分割はデフォルトに依存 */
	line-break: strict; /* 禁則処理を厳格に適用 */
}
.sample-01 {
	display: block;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	color: #444;
	background: #ffffff;
	padding: 10px 0 5px 0;
}
.sample-02 {
	font-size: 1.2rem;
	font-weight: normal;
	margin: 0 0 13px 0;
}
.sample-note {
	font-size: 1.0rem;
	font-weight: normal;
}
.sample-price {
		color: #f95e5e;
		font-weight: bold;
	}
@media screen and (max-width: 800px) {
	.sample-title {
		font-size: 1.2rem;
        margin: 0 0 20px 0;
	}
	.sample-01 {
		display: block;
		text-align: center;
		font-size: 1.2rem;
		font-weight: bold;
        line-height: 1.3rem;
        margin: 20px auto 10px;
	}
	.sample-02 {
		font-size: 1.0rem;
		font-weight: normal;
		text-align: center;
	}
	.sample-note {
		font-size: 0.9rem;
	}
	.sample-price {
		text-align: center;
		display: block;
		font-weight: bold;
	}
}

/* =============================
コンテンツ01-料金プラン
=============================== */


.h2Price {
	border-left: 50px solid #555;
	border-bottom: 1px solid #555;
	padding: 3px 0 5px 20px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.9rem;
	color: #555;
	margin-bottom: 40px;
}
ul.priceList {
	margin: 0 auto;
    font-size: 0;
}
.priceList li {
	position: relative;
    display: inline-block;
	margin: 2rem 2rem 0;
    width: calc(100%/3 - 4rem);
    max-width: 40.6rem;
}
.priceList li .price01 {
    border: 10px solid #c5c5c5;
    background: #FFF;
    /*position: relative;
    display: inline-block;
	margin: 2rem 2rem 0;
    width: calc(100%/3 - 4rem);
    max-width: 40.6rem;*/
	font-size: 1rem;
    vertical-align: top;
    text-align: center;
	box-sizing: border-box;
}

/*---*/
.price_wrapper {
	background: #fff;
	padding: 0 0 10px;
	text-align: center;
}
.price_title {
	font-size: 22px;
	font-weight: bold;
	color: #444;
	line-height: 1.0em;
	/*width: 300px;*/
	height: 30px;
	padding-top: 15px;
	margin: 0 auto;
	background: #c5c5c5;
}
.price_inner {
	width: 90%;
    margin: 0 auto;
    text-align: left;
	background: #fff;
}
/**/
.priceInner_text01 {
	padding: 12px 0;
	height: 90px;
	font-size: 1.0rem;
	line-height: 1.2rem;
	color: #555;
	/*font-weight: bold;*/
}
@media screen and (max-width: 800px) {
	.h2Price {
		border-left: 25px solid #555;
		border-bottom: 1px solid #555;
		padding: 4px 0 1px 10px;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1rem;
		color: #555;
		margin: 30px 0 0 0;
	}
	.priceList li {
		position: relative;
		margin: 20px 0 20px;
		width: 100%;
	}
	.priceList li .price01 {
		border: 10px solid #c5c5c5;
		background: #FFF;
		
		font-size: 1rem;
		vertical-align: top;
		text-align: center;
		box-sizing: border-box;
	}
	/*---*/
	.price_title {
		padding-top: 5px;
	}
	.priceInner_text01 {
		padding: 12px 0;
		height: 60px;
		font-size: 0.9rem;
		line-height: 1.2rem;
		color: #555;
		/*font-weight: bold;*/
	}
}




/**/
.priceInner_text02 {
	background: #eee;
	font-size: 18px;
	line-height: 1.0em;
	color: #555;
	font-weight: bold;
	/*width: 280px;*/
	height: 45px;
    padding: 8px 0 0 10px;
    box-sizing: border-box;
	margin: 0 auto;
}
.priceText01 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.0em;
}
/**/

/*---*/

.price_title02 {
	font-size: 20px;
	font-weight: bold;
	color: #444;
	line-height: 1.0em;
	width: 300px;
	height: 38px;
	padding-top: 7px;
	margin: 0 auto;
}



/* =============================
コンテンツ02-予約方法
=============================== */

.stepsbox {
	  padding: 16px 9px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
	background: #fff;
    margin: 30px 0 0;
    position: relative;
}
.stepsbox02 {
	  padding: 16px 9px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
	background: #fff;
	
    margin: 100px 0 0;
    position: relative;
}
.stepsbox02::before {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 28px 0 28px;
    border-color: #162731 transparent transparent transparent;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}
.booking-notes {
	font-size: 1.2rem;
	color: #555;
	font-weight: normal;
	text-align: left;
	overflow-wrap: anywhere; /* 収まらない場合に折り返す */
	word-break: normal; /* 単語の分割はデフォルトに依存 */
	line-break: strict; /* 禁則処理を厳格に適用 */
}
@media screen and (max-width: 800px) {
	.booking-notes {
		font-size: 0.9rem;
		line-height: 1.2rem;
	}
}
/* =============================
コンテンツ03-Q＆A
=============================== */
.questionbox {
	 padding: 16px 9px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
	background: #fff;
    margin: 30px 0 0;
    position: relative;
}
.answerbox {
	padding: 16px 9px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
	/*background: #162731;*/
	background: #4c768e;
	color: #fff;
    margin: 0 0 0;
    position: relative;
}
.qa-title {
	font-size: 1.4rem;
    font-weight: 700;
	color: #0a2738;/* オレンジ#fc8302 */
}
.qa-title02 {
	font-size: 1.4rem;
    font-weight: 700;
	color: #0a2738;/* オレンジ#fc8302 */
}
.question-notes {
	font-size: 1.4rem;
	color: #555;
	font-weight: bold;
	text-align: left;
}
.answer-notes {
	font-size: 1.2rem;
	color: #fff;
	font-weight: normal;
	text-align: left;
}
@media screen and (max-width: 800px) {
	.question-notes {
		font-size: 0.9rem;
		line-height: 1.2rem;
	}
	.answer-notes {
		font-size: 0.9rem;
		line-height: 1.2rem;
	}
}
/* =============================
フッター
=============================== */
#footer {
	width: 100%;
	height: 80px;
	background: #161616;
}
#footer-inner {
	width: 100%;
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;
}
#copy {
	padding-top: 30px;
	color:#fff;
}
#copy span {
	display: block;
}
/* =============================
スポットスタイル用
=============================== */
.vat {
	vertical-align: top !important;
}
.pdt5 {
	padding-top: 5px !important;
}
.mgt30 {
	margin-top: 30px !important;
}
.mgb10 {
	margin-bottom: 10px !important;
}
.mgr10 {
	margin-right: 10px !important;
}
.mgl10 {
	margin-left: 10px !important;
}
.mgl20 {
	margin-left: 20px !important;
}
.mgl30 {
	margin-left: 30px !important;
}

.fl-l {
	float: left;
}

.color-gohub {
	color: #162731;
}
.color-f00 {
	color: #f00;
}


/*div.wpcf7-validation-errors, div.wpcf7-spam-blocked, div.wpcf7-mail-sent-ok, div.wpcf7-mail-sent-ng {
	border: 2px solid #b1e4fe !important;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em !important;
	padding: 0.2em 1em !important;
	
}*/
