@charset "utf-8";

/*--------- 共通部分 -----------------------------------------------*/
h3 {
	display: inline-block;
	width: 69%;
	font-weight: bold;
	font-size: 28px;
	line-height: 25px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 2px;
	text-align: left;
	vertical-align: top;
}

section {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	padding-bottom: 80px;
}

.ca_content {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	padding-bottom: 80px;
}

.small_text {
	padding-bottom: 30px;
	color: #999;
	font-size: 11px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 1px;
}



.left {
	float: left;
	width: 200px;
	margin-top: 97px;
}
.sp .left {
	display: none;
}
.right {
	float: right;
	width: 750px;
	color: #3c3c3c;
	font-size: 18.5px;
	line-height: 33px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: justify;
}

#page-top {
	position: relative;
	width: 1000px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
}

#page-top a {
	display: block;
	position: absolute;
	right: 0;
	width: 80px;
	height: 25px;
	background-color: #000012;
	color: #fff;
	font-size: 11px;
	line-height: 25px;
	text-decoration: none;
	text-align: center;
}

#page-top a:hover {
	background-color: #4d4d4d;
	text-decoration: none;
}

.qu_text01 {
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-radius: 3px;
	background-color: #c7c7c7;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

.qu_text02 {
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-radius: 3px;
	background-color: #dd0010;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

.update {
	margin-bottom: 10px;
	color: #bbb;
	font-size: .8em;
	text-align: right;
}

/*-- アコーディオン部分 --*/

.accordionList {
	counter-reset: num;
}
.accordionList_item {
	counter-increment: num;
}
.accordion_title::before {
	color: #ff9924;
	content: counter(num)" .";
}
dl.accordion {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #3c3c3c;
	font-weight: normal;
	font-size: 14px;
	line-height: 28px;
	font-family: Verdana, Geneva, sans-serif;
}



dl.accordion dt {
	position: relative;
	color: #000;

/*height: 40px;*/
	line-height: 40px;
	cursor: pointer;
}

dl.accordion dt::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: rotate(135deg);
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	content: "";
}

dl.accordion dt.open::after {
	transform: rotate(-45deg);
	margin-top: -3px;
}

dl.accordion dt em {
	display: inline-block;
	margin-bottom: 10px;
	font-style: normal;
	line-height: 1.4;
	vertical-align: text-top;
}

dl.accordion dd {
	display: none;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 45px;
	margin-left: 5px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.accord01 {
	height: 365px;
}

.accord02 {
	height: auto;
}

.accord03 {
	height: 94px;
}

.accord04 {
	height: 65px;
}

/*-- アコーディオン部分終了 --*/

.se_text01 {
	padding-top: 10px;
	padding-bottom: 60px;
}

.se_text02 {
	padding-top: 10px;
}



.is_box02 {
	padding-top: 25px;
}

.sec_box01 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: 1px solid #3c3c3c;
}

.sec_tab {
	background-color: #3c3c3c;
}

.sec_tab td {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	color: #3c3c3c;
	font-size: 12px;
	line-height: 15px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

.sec_text01 {
	padding-bottom: 30px;
}

.sec_text01 strong {
	font-size: 24px;
}

.sec_text02 {
	padding-bottom: 20px;
}

.pr_text01 {
	font-size: 12px;
}

.pr_text02 {
	margin: 15px 0;
	font-size: 17px;
}

.pr_text03 {
	font-size: 12px;
	line-height: 15px;
}



.pr_text05 {
	padding-top: 35px;
}

.fl_tab {
	margin-left: 10px;
	background-color: #3c3c3c;
	text-align: center;
}

.fl_tab td {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
}

.fl_tab02 {
	margin-top: 10px;
	margin-left: 10px;
	background-color: #3c3c3c;
	text-align: center;
}

.fl_tab02 td {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
}

.fl_tab03 {
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 10px;
	background-color: #3c3c3c;
	text-align: center;
}

.fl_tab03 th {
	padding: 10px;
	color: #fff;
}

.fl_tab03 td {
	padding: 10px;
	background-color: #fff;
}

a .fl_box01 {
	margin-left: 530px;
}

.fl_box01 {
	width: 200px;
	height: 32px;
	border: 1px solid #797979;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, .19) 50.78%, rgba(255, 255, 255, 0) 50.78%);
	background-color: #000;
	color: #fff;
	font-size: 14px;
	line-height: 32px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 1px;
	text-align: center;
	transition: all .2s linear 0s;
}

.fl_box01:hover {
	        opacity: .8;

	-webkit-opacity: .8;
}

.linkb {
	color: #009fe8;
	text-decoration: underline;
}

.fl_text01 {
	padding-bottom: 50px;
}

.fl_text02 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #000;
	color: #fff;
}

.fl_text03 {
	padding-top: 20px;
}

.fl_text04 {
	margin-top: 20px;
}

.fl_text05 {
	font-size: 10px;
}

.fl_text06 {
	margin-top: 5px;
	padding-left: 10px;
}

.fl_text06 ul li {
	list-style-type: square;
	list-style-position: inside;
}

.fl_text07 {
	padding-bottom: 5px;
	padding-left: 10px;
}

.fl_text07 a {
	color: #2a78d5;
	font-weight: bold;
	text-decoration: underline;
}

.emp_red {
	padding: 5px;
	background-color: #d80003;
	color: #fff;
}

.fl_text07 a:visited, .fl_text07 a:visited {
	color: #2a78d5;
	font-weight: bold;
	text-decoration: underline;
}

.fl_text07 a:hover, .fl_text07 a:active {
	color: #2a78d5;
	font-weight: bold;
	text-decoration: none;
}

.fl_text08 {
	font-size: 19px;
	line-height: 22px;
}

.fl_text09 {
	color: #d80003;
}

.fl_text10 {
	padding-left: 10px;
}

.fl_text11 {
	margin-top: 35px;
}



.pri_text02 {
	padding-bottom: 30px;
}

.pri_text03 {
	border-bottom: 1px solid #666;
}

.com_tab {
	width: 600px;
}

.com_tab th {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-right: 1px solid #3c3c3c;
	text-align: right;
}

.com_tab td {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.vo_img {
	margin-top: 700px;
}

.vo_text01 {
	color: #df6b78;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.vo_text02 {
	padding-bottom: 30px;
}

.vo_text03 {
	color: #176adb;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.in_box01 {
	margin-bottom: 20px;
}

.in_box01_left {
	float: left;
	width: 470px;
	text-align: right;
}

.in_box01_right {
	float: right;
	width: 260px;
	padding-top: 295px;
}

.in_box02 {
	width: 630px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}

.in_box02_left {
	float: left;
	width: 300px;
}

.in_box02_right {
	float: right;
	width: 300px;
}

.in_box02btn {
	width: 300px;
	height: 78px;
}

.in_tab {
	margin-top: 20px;
	margin-bottom: 40px;
	padding-top: 30px;
	border: 1px solid #999;
	color: #3c3c3c;
	font-size: 14px;
	line-height: 18px;
	font-family: Verdana, Geneva, sans-serif;
}

.in_tab th {
	width: 115px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: right;
	vertical-align: top;
}

.in_tab td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.in_text01 {
	margin-bottom: 20px;
	padding-left: 10px;
	background-color: #3c3c3c;
	color: #fff;
}

.in_text02 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.in_text03 {
	padding-top: 10px;
	padding-left: 10px;
}

.in_text04 {
	padding-left: 20px;
}

.in_text04 li {
	list-style-type: square;
	list-style-position: inside;
}

.in_text05 {
	display: inline-block;
	margin-left: .5em;
	color: #ff9091;
	font-size: 12px;
	line-height: 15px;
}

.in_text06 {
	padding-bottom: 15px;
	font-size: 14px;
	line-height: 23px;
	font-family: Verdana, Geneva, sans-serif;
}

.in_text07 {
	font-size: 14px;
	line-height: 23px;
	font-family: Verdana, Geneva, sans-serif;
}

.in_text08 {
	color: #6395e0;
	font-size: 12px;
	line-height: 15px;
}

.reservation {
	width: 200px;
	height: 32px;
	margin-left: 550px;
}

.in_submit {
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
}

.formTable {
	text-align: left;
	table-layout: fixed;
}
.formTable th {
	width: 200px;
}
.formTable th, .formTable td {
	padding: .5em;
	line-height: 1.2;
	vertical-align: middle;
}
.inq_btn {
	width: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #000;
	border-radius: 0;
	background-image: linear-gradient(180deg, rgba(101, 101, 101, 1) 46.63%, rgba(75, 75, 75, 1) 46.63%);
	color: #fff;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	cursor: pointer;
	transition: all 0s linear 0s;
}

.inq_btn:hover {
	        opacity: .8;

	-webkit-opacity: .8;
}

.in_btn {
	width: 162px;
	height: 24px;
}

.over div {
	transition: all .2s linear 0s;
}

div.overfront {
	position: absolute;
	z-index: 2;
}

div.overback {
	position: absolute;
	z-index: 1;
}

.over:hover div.overfront {
	        opacity: 0;

	-webkit-opacity: 0;
	   -moz-opacity: 0;
	     -o-opacity: 0;
}

.en_img01 {
	display: table;
	float: right;
	width: 1%;
	padding-top: 30px;
}

.en_img02 {
	display: table;
	float: left;
	width: 1%;
	padding-top: 30px;
}



.en_box02 {
	margin-top: 30px;
}

.en_text01 {
	padding-bottom: 30px;
}

.en_text02 {
	padding-bottom: 5px;
}

.en_text03 {
	padding-top: 25px;
	padding-bottom: 20px;
}

.en_text03 a:link, .en_text03 a:visited {
	color: #0092d6;
	text-decoration: underline;
}

.en_text03 a:hover, .en_text03 a:active {
	color: #0092d6;
	text-decoration: none;
}

.en_text04 {
	padding-top: 20px;
}

.en_text04 a:link, .en_text04 a:visited {
	color: #0092d6;
	text-decoration: underline;
}

.en_text04 a:hover, .en_text04 a:active {
	color: #0092d6;
	text-decoration: none;
}

.en_text05 {
	padding-bottom: 30px;
}

.en_text06 {
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 15px;
	text-align: right;
}

.en_foot {
	width: 230px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #424242;
	border-bottom: 1px solid #424242;
	color: #64c4db;
	font-size: 11px;
	line-height: 15px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
}

.ses_box01 {
	margin-bottom: 50px;
}

.ses_box01_left {
	float: left;
	width: 430px;
}

.ses_box01_right {
	float: right;
	width: 300px;
	margin-top: 5px;
}



.ses_box02_left {
	float: left;
	width: 430px;
}

.ses_box02_right {
	float: right;
	width: 300px;
}



.ses_box03_left {
	float: left;
	width: 300px;
	margin-top: 5px;
}

.ses_box03_right {
	float: right;
	width: 430px;
}

.ses_text01 {
	margin-bottom: 15px;
	border-bottom: 1px solid #999;
	font-weight: bold;
	font-size: 22px;
	line-height: 25px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 1px;
}



.ses_text03 {
	padding-bottom: 50px;
}

.ses_text04 {
	padding-top: 5px;
	padding-bottom: 10px;
}

.con_tab {
	margin-bottom: 40px;
	padding-top: 30px;
	border: 1px solid #999;
	color: #3c3c3c;
	font-size: 14px;
	line-height: 18px;
	font-family: Verdana, Geneva, sans-serif;
}

.con_tab th {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	text-align: right;
	vertical-align: top;
}

.con_tab td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 18px;
}



.con_box02 {
	padding-bottom: 30px;
}

.con_box02_left {
	float: left;
	width: 480px;
}

.con_box02_right {
	float: right;
	width: 250px;
	padding-top: 295px;
	font-size: 14px;
	line-height: 20px;
	font-family: Verdana, Geneva, sans-serif;
}

.con_text01 {
	padding-bottom: 30px;
}

.con_text02 {
	margin-bottom: 15px;
	border-bottom: 1px solid #999;
	font-weight: bold;
	font-size: 22px;
	line-height: 25px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 1px;
}

.con_text03 {
	font-weight: bold;
}

.con_text04 {
	padding-bottom: 15px;
}

.con_text05 {
	padding-bottom: 30px;
}



.con_text06 ul {
	padding-top: 10px;
}

.con_text06 li {
	list-style-type: square;
	list-style-position: inside;
}

.con_text07 {
	padding-top: 20px;
	color: #3c3c3c;
	font-size: 14px;
	line-height: 28px;
	font-family: Verdana, Geneva, sans-serif;
}

.fu_tab01 table {
	background-color: #666;
}

.fu_tab01 th {
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	background-color: #fff;
}

.fu_tab01 td {
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	background-color: #fff;
	text-align: center;
}

.fu_tab02 table {
	background-color: #666;
}

.fu_tab02 th {
	width: 210px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	background-color: #fff;
}

.fu_tab02 td {
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	background-color: #fff;
}

.fu_rol {
	width: 600px;
	margin: 20px 0 0 0;
}

.fu_rol p {
	font-weight: bold;
}

.fu_rol .rol_box {
	display: block;
}

.fu_rol a, a.rol {
	color: #009fe8;
	text-decoration: underline;
}

.fu_tab01 {
	width: 600px;
}

.fu_btn {
	width: 200px;
	height: 24px;
	margin-bottom: 10px;
}

.fu_btn02 {
	width: 300px;
	height: 48px;
	padding-top: 30px;
}

.fu_text01 {
	padding-top: 10px;
	padding-bottom: 20px;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.fu_text01-2 {
	padding-top: 10px;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.fu_text02 {
	color: #009fe8;
	font-size: 15px;
	line-height: 18px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.fu_text02 a:link, .fu_text02 a:visited {
	color: #009fe8;
	text-decoration: underline;
}

.fu_text02 a:hover, .fu_text02 a:active {
	color: #009fe8;
	text-decoration: none;
}



.fu_text04 {
	margin-top: 45px;
	padding-top: 30px;
	border-top: 1px solid #999;
	color: #009fe8;
	font-size: 15px;
	line-height: 18px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.fu_text04 a:link, .fu_text04 a:visited {
	color: #009fe8;
	text-decoration: underline;
}

.fu_text04 a:hover, .fu_text04 a:active {
	color: #009fe8;
	text-decoration: none;
}

.fu_text05 {
	font-size: 12px;
	line-height: 15px;
}



.fu_text06 ul {
	padding-left: 20px;
}

.fu_text06 li {
	list-style-type: square;
}



.fu_text07 li {
	list-style-type: disc;
	margin-left: 30px;
}

.fu_text08 {
	margin-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
}

.fu_text08 a {
	color: #0054a6;
	text-decoration: underline;
}

.fu_text08 a:hover {
	text-decoration: none;
}



.fu_text09 a {
	color: #0054a6;
	text-decoration: underline;
}

.fu_text09:hover {
	        opacity: .9;
	text-decoration: none;

	-webkit-opacity: .9;
}

.fu_text09 > div {
	/* Browsers that Support it like Opera */
	visibility: hidden;
	opacity: 0;
	position: fixed;
	bottom: 10%;
	width: 500px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;

/* ツールチップ角丸の装飾の指定 */
	/* Firefox */
	/* Safari and Chrome */
	border-radius: 5px;

/* Firefox */
	/* Browsers that Support it like Opera */
	/* ツールチップボックスシャドウの装飾の指定 */
	/* IE */
	box-shadow: 0 0 8px #868686;
	background-color: #e4e4e4;
	color: #000;

/* Safari and Chrome */

	filter: progid:DXImageTransform.Microsoft.Shadow(color='#272229', Direction=135, Strength=3);
}

.fu_text09:hover > div {
	/* マウスオーバー時にどうなっているかを指定 */
	visibility: visible;
	opacity: 1;
	bottom: 12%;
	z-index: 10;

/* 上に書いた状態までになるまでの時間やアニメーションなど指定 */
	/* Firefox */
	/* Safari and Chrome */
	/* Opera */
	transition: all .5s ease-in-out;
}

.fu_text10 a {
	color: #0054a6;
	text-decoration: underline;
}

.fu_text10 a:hover {
	text-decoration: none;
}

.ac_text01 {
	margin-bottom: 5px;
	color: #3c3c3c;
	font-size: 12px;
	line-height: 15px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
}

.ac_text02 {
	margin-top: 10px;
	font-size: 14px;
	line-height: 18px;
}

.ac_text02 span {
	display: block;
	color: #d80003;
	font-size: 13px;
}

#map_canvas {
	height: 400px;
}

.vi_box {
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}

.vi_img {
	margin-bottom: 15px;
	transition: all .2s linear 0s;
}

.vi_img:hover {
	        opacity: .8;

	-webkit-opacity: .8;
}

.mag_box01 {
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	background-color: #f3f3f3;
}

.mag_box02 {
	width: 600px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 35px;
}

.mag_box02_left {
	float: left;
	width: 90px;
}

.mag_box02_right {
	float: right;
	width: 490px;
}

.mag_box03 {
	float: right;
	width: 490px;
	padding-bottom: 15px;
}

.mag_box03_left {
	float: left;
	width: 400px;
}

.mag_box03_right {
	float: right;
	width: 70px;
	transition: all 0s linear 0s;
}

.mag_box03_right:hover {
	        opacity: .8;

	-webkit-opacity: .8;
}

.mag_box04 {
	border-bottom: 1px dotted #000;
}

.mag_text01 {
	padding-bottom: 30px;
	/*padding-bottom: 50px;*/
}

.mag_text02 {
	float: left;
	width: 300px;
	height: 23px;
	font-weight: bold;
	font-size: 13pt;
	line-height: 23px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 1px;
}

.mag_text03 {
	width: 490px;
	font-size: 13px;
	line-height: 20px;
	font-family: Verdana, Geneva, sans-serif;
}

.mag_text04 {
	float: right;
	width: 300px;
	height: 23px;
	color: #5b5b5b;
	font-size: 12px;
	line-height: 23px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
}

.mag_text05 {
	color: #7a7a7a;
	font-size: 12px;
	line-height: 20px;
	font-family: Verdana, Geneva, sans-serif;
}

form, input, textarea, ._form {
	margin: 0;

/* マージンをリセット */
	color: #000;
	font-size: 14px;
}
._w250 {
	width: 250px !important;
}
textarea {
	padding: 5px;
}
input[type="text"], input[type="email"], select {
	width: 400px;
	max-width: 100%;
	height: auto !important;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	border: 1px solid #8e8e8e;
	box-sizing: border-box;
	background-color: #fff;
}

.el_btn {
	display: inline-block;
	min-width: 200px;
	padding: .5em 2mm;
	background-color: #000;
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
}
.contents:has(.mw_wp_form_input) ._inputNone, .contents:has(.mw_wp_form_confirm) ._confirmNone, .contents:has(.mw_wp_form_complete) ._completeNone {
	display: none !important;
}
.mw_wp_form_confirm table th {
	width: 150px;
}
.mw_wp_form .error {
	margin-top: 2px;
}


input[type="submit"] {
	width: 70px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-width: 0;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, .14) 53.37%, rgba(255, 255, 255, 0) 53.37%);
	background-color: #000;
	color: #fff;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	border-spacing: 0 0;
}

input[type="reset"] {
	width: 70px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-width: 0;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, .14) 53.37%, rgba(255, 255, 255, 0) 53.37%);
	background-color: #000;
	color: #fff;
	border-spacing: 0 0;
}

.mail_submit {
	width: 70px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}



.price_tab01 th {
	text-align: left;
}

.price_tab01 td {
	text-align: right;
}

.price_box {
	width: 634px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

.price_text01 {
	float: left;
	width: 340px;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	background-image: linear-gradient(315deg,
	rgba(255, 255, 255, 0) 25%,
	rgba(255, 255, 255, .2) 25%,
	rgba(255, 255, 255, .2) 50%,
	rgba(255, 255, 255, 0) 50%,
	rgba(255, 255, 255, 0) 75%,
	rgba(255, 255, 255, .2) 75%);
	background-size: 8px 8px;
	background-color: #d80003;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	line-height: 21px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

.price_text02 {
	font-size: 35px;
	line-height: 40px;
}

.price_text03 {
	float: left;
	width: 290px;
	height: 58px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 18px;
	border: 2px solid #d80003;
	font-size: 11px;
	line-height: 15px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

.price_text04 {
	width: 1px;
	border-left: 1px solid #000;
}

.price_text05 {
	width: 480px;
	margin-top: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #efefef;
	line-height: 20px;
	text-align: center;
}

.price_text05 a {
	color: #2a78d5;
	font-weight: bold;
	text-decoration: underline;
}

.price_text05 a:hover {
	color: #2a78d5;
	font-weight: bold;
	text-decoration: none;
}

.price_table {
	margin-bottom: 40px;
	padding: 25px;
	border: solid 6px #d7f0fa;
}

.sy_list ul {
	margin-left: 25px;
}

.sy_list li {
	list-style-type: square;
	line-height: 35px;
}

.ex_text01 {
	color: #2a78d5;
}

.ex_text02 {
	margin-bottom: 50px;
}

.room_box01 {
	padding-top: 20px;
}

.room_box01 img {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	vertical-align: top;
}

.fi_text01 {
	display: block;
	position: relative;
	float: right;
	width: 150px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #b0b0b0;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, .21) 50.26%, rgba(255, 0, 0, 0) 50.26%);
	background-color: #000;
	color: #fff;
	font-size: 13px;
	text-align: center;
	transition: all .1s linear 0s;
}

.fi_text01 a {
	color: #fff;
}

a.lblue {
	color: #007ed9;
	text-decoration: underline;
}

.fi_text01:hover {
	        opacity: .9;

	-webkit-opacity: .9;
}

.fi_text01 > div {
	/* Browsers that Support it like Opera */
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: -200px;
	width: 500px;
	min-height: 0;
	margin-left: -550px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;

/* ツールチップ角丸の装飾の指定 */
	/* Firefox */
	/* Safari and Chrome */
	border-radius: 5px;

/* Firefox */
	/* Browsers that Support it like Opera */
	/* ツールチップボックスシャドウの装飾の指定 */
	/* IE */
	box-shadow: 0 0 8px #868686;
	background-color: #e4e4e4;
	color: #000;

/* Safari and Chrome */

	filter: progid:DXImageTransform.Microsoft.Shadow(color='#272229', Direction=135, Strength=3);
}

.fi_text01:hover > div {
	/* マウスオーバー時にどうなっているかを指定 */
	visibility: visible;
	opacity: 1;
	top: -180px;

/* 上に書いた状態までになるまでの時間やアニメーションなど指定 */
	/* Firefox */
	/* Safari and Chrome */
	/* Opera */
	transition: all .5s ease-in-out;

	/* Browsers that Support it */
}

.fi_text03 {
	font-size: 13px;
	line-height: 20px;
	text-align: left;
}

.blink {
	color: #00f;
	font-weight: bold;
	text-decoration: underline;
}



.proftxt {
	float: left;
	width: 400px;
	margin: 0 100px;
	text-align: center;
}

.profile .pr_text01 {
	margin: 40px 0 0;
	line-height: 1.6em;
}

.profile img {
	float: right;
	margin: 0 10px 0 0;
}

.emp {
	font-weight: bold;
	font-size: 18px;
}

/*-- メールフォーム注意事項 --*/
.caution {
	margin: 20px 0;
	padding: 10px;
	border: 1px solid #999;
}

.caution p {
	color: #f00;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.caution a {
	color: #007ed9;
	font-weight: bold;
}

.social_btn {
	display: inline-block;
	width: 30%;
	text-align: right;
}

.social_btn iframe {
	vertical-align: top;
}

/*-- カレンダー --*/
.ca_box01 span {
	display: inline-block;
	margin: 0 0 0 14px;
	margin: 0 0 0 18px;
	font-weight: bold;
	font-size: 16px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-indent: -14px;
	text-indent: -18px;
}

.ca_box01 span:before {
	content: "※";
}

/*--------- 追加変更 -----------------------------------------------*/
.method_style .method_small {
	display: block;
	padding-left: 1em;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.8em;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	text-indent: -1em;
}

.method_style strong {
	display: block;
	width: calc(100% - 40px);
	padding: 14px 20px 12px;
	border-radius: 4px;
	background-color: cornflowerblue;
	color: #fff;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.method_style .method_emp {
	font-weight: bold;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.method_style .method_tbl {
	width: calc(100% - 3px);
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	border-collapse: collapse;
	border-spacing: 0;
}

.method_style .method_tbl th, .method_style .method_tbl td {
	padding: 25px 15px 20px;
	border: solid 1px #000;
	font-weight: bold;
	line-height: 1.2em;
}

.method_style .method_tbl th {
	width: 32%;
	background-color: #ddd;
}

.method_style .method_tbl td span {
	font-weight: normal;
	font-size: 14px;
}

.method_style .fl_tab03 {
	width: calc(100% - 14px);
	border: solid 1px #ccc;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.method_style .fl_tab03 th {
	background-color: #888;
}
.form h3 {
	font-size: 100%;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	text-align: center;
}
.form h3 span {
	display: block;
	margin-bottom: 5px;
	color: #d80003;
	font-size: 140%;
}
.form .submit {
	width: auto;
	padding: 10px 40px;
	background-color: #0054a6;
	font-size: 120%;
	cursor: pointer;
}
footer + p {
	display: none;
}

/*--------- 特別な自然療法 -----------------------------------------------*/
.sp_therapy h4 {
	float: unset;
	width: 100%;
	margin: 50px 0 15px;
	color: #3737b9;
	font-weight: bold;
	font-size: 120%;
}

.sp_therapy strong {
	display: block;
	margin: 50px 0 15px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.sp_therapy strong + p {
	padding: 15px 30px;
	border: solid 1px #ddd;
	font-size: 85%;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	text-align: left;
}

.sp_therapy strong + p > span {
	display: inline-block;
}

.sp_therapy strong + p + span {
	display: block;
	font-size: 70%;
	text-align: right;
}

.sp_therapy ul {
	margin: 50px 0;
}

.sp_therapy ul li {
	margin-bottom: 10px;
	font-weight: bold;
}

.sp_therapy ul li span {
	display: inline-block;
	border-bottom: solid 1px #bbb;
	line-height: 1.2em;
}

.sp_therapy p.ti_1em {
	padding-left: 1em;
	text-indent: -1em;
}

.sp_therapy span.ti_1em {
	display: block;
	padding-left: 1em;
	font-size: 80%;
	line-height: 1.6em;
	text-indent: -1em;
}

.sp_therapy .sepa_ban span {
	display: inline-block;
}

/* メルマガ停止案内 */
.stop_mailmaga {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: "Roboto","Noto Sans JP","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
.stop_mailmaga ._1 {
	color: #d80003;
	font-size: 15px;
	line-height: 1.5em;
}
.stop_mailmaga ._2 {
	margin-top: 30px;
	text-align: center;
}
.stop_mailmaga ._2 a {
	padding: 11px 20px 10px;
	background-color: #d80003;
	color: #fff;
}