
#post-area
{
	width: 100%;
	background-color: #fff;
	position: relative;
	left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}

/* 要素のフェードイン */
.slide-top {
	opacity: 0;
	transform: translate(0, -30%);
	transition: all 1s ease-out;
}

/* 下からフェードイン */
.slide-bottom {
	opacity: 0;
	transform: translate(0, 50%);
	transition: all 1s ease-out;
}

 /* 左からフェードイン */
.slide-left {
	opacity: 0;
	transform: translate(-30%, 0);
	transition: all 1s ease-out;
}

/* 右からフェードイン */
.slide-right {
	opacity: 0;
	transform: translate(30%, 0);
	transition: all 1s ease-out;
}

.slide-top-kogao-price {
	opacity: 0;
	transform: translate(0, -300%);
	transition: all 1s ease-out;
}

/**********************************
/ トップページ                    /
**********************************/
#top-message {
	position: relative;
 	width: 800px;
	top:120px;
	margin:0 auto;
}

#top-message .title {
	background: url("../images/top-message-img.png");
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

#top-message .title h1 {
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	color: #31859C;
	text-align: center;
	line-height:110%;
	font-weight:bold;
}

#top-message .p1 p {
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	text-align: center;
	line-height:170%;
	margin: 15px 0 0;
}

#top-message .p2 p {
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	font-weight: bold;
	color: #4F2626;
	text-align: center;
	line-height:170%;
	margin: 10px 0 0;
}

#top-message .p3 p {
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	font-weight: bold;
	color: #31859C;
	text-align: center;
	line-height:170%;
	margin: 10px 0 0;
}

#top-five-feature-title
{
	position: relative;
	margin: 50px auto 0;
	text-align: center;
}

#top-five-feature-title img
{
	width: 100%;
	height:auto;
}

#top-five-feature-title h2
{
	font-family: 'Noto Serif JP', serif;
	font-size: 32px;
	font-weight: bold;
	color: #31859B;
	text-align: center;
	margin: -60px auto 0;
}

#top-five-feature
{
	width: 100%;
	height:1250px;
	background-color: #D3EBEB;
	position: relative;
	top: 0;
	left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}

#top-five-feature ul
{
	width: 1000px;
	display: inline-block;
	position: relative;
	top: 30px;
	left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
	margin: 0 auto;
	text-align: center;
}

#top-five-feature li
{
	display: inline-block;
	margin: 50px 20px 0;
}

#top-five-feature dl
{
	width: 400px;
	height:auto;
}

#top-five-feature dt
{
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	font-weight: bold;
	color: #31859B;
	text-align: left;
	margin: 0 5px 5px;
}

#top-five-feature dd
{
	font-family: 'Noto Serif JP', serif;
	font-size: 14px;
	font-weight: bold;
	color: #4F2626;
	text-align: left;
	margin: 0 5px;
}

#top-five-feature dl img
{
	width: 400px;
	height:auto;
}
/**********************************
/ ページ共通                      /
**********************************/
#page-coupon
{
	position: relative;
	top:0;
	width: 100%;
	height:220px;
	background-color: #eee;
	margin: 0 auto;
	text-align: center;
}

#page-coupon ul
{
	width: 1000px;
	display: inline-block;
	margin: 30px auto 0;
	text-align: center;
}

#page-coupon li
{
	position: relative;
	display: inline-block;
	margin: 0 10px;
}

#page-coupon li img
{
	width: 470px;
	height:auto;
}

#page-coupon li p
{
	position: absolute;
	top:68px;
	left:16px;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	line-height: 130%;
}

#page-consultation-hours
{
	position: relative;
	width: 100%;
	height: 491px;
	margin: 0 auto;
	text-align: center;
}

#page-consultation-hours img
{
	width: 100%;
	height:auto;
}

#page-consultation-hours .board
{
	width: 1000px;
	height: 350px;
	background-color: rgba(49, 133, 156, 0.7);
	border-radius: 25px;
	position: absolute;
	top: 150px;
	left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}

#page-consultation-hours .board h2
{
	font-family: 'Noto Serif JP', serif;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin:20px auto 0;
}

#page-consultation-hours .board table
{
	width: 940px;
	height: 160px;
	border-collapse: collapse;
	margin: 20px auto 0;
	text-align: center;
}

#page-consultation-hours .board th
{
	width: 240px;
	border: 1px solid #fff !important;
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 130%;
}

#page-consultation-hours .board td
{
	width: 100px;
	border: 1px solid #fff !important;
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 130%;
}

#page-consultation-hours .board p
{
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	margin:10px 30px 0;
	line-height: 130%;
}

#page-footer
{
	position: relative;
	width: 100%;
	height: auto;
	top: 50px;
	margin: 0 auto;
	text-align: center;
}

#page-footer .logo img
{
	width: 328px;
	height: 55px;
}

#page-footer p
{
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	color: #111;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}

#page-footer .sns
{
	margin: 20px auto 30px;
	text-align: center;
}

#page-footer .sns img
{
	width: 73px;
	height: 73px;
	margin: 0 10px;
}

#page-footer .sns a
{
	outline: none;
}

#page-footer .tel
{
	text-align: center;
	margin: 0 auto;
}

#page-footer .tel ul
{
	display: table;
	text-align: center;
	margin: 20px auto 0;
}

#page-footer .tel li
{
	display: table-cell;
}

#page-footer .tel img
{
	width: 38px;
	height: 38px;
	vertical-align: middle;
}

#page-footer .tel p
{
	font-family: 'Noto Serif JP', serif;
	font-size: 32px;
	color: #31859C;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

#page-footer .gmap
{
	width: 100%;
	height:500px;
	margin: 20px auto 50px;
	text-align: center;
}




/**********************************
/ 交通事故専門治療                /
**********************************/
#jiko-point
{
	position: relative;
	top: 80px;
	width: 100%;
	margin: 0 auto 150px;
	text-align: center;
}

#jiko-point h2
{
	font-family: 'Noto Serif JP', serif;
	font-size: 32px;
	color: #4E2626;
	font-weight: bold;
	text-align: center;
}

#jiko-point h3
{
	width: 800px;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	color: #4E2626;
	font-weight: bold;
	text-align: left;
	margin: 30px auto 0;
	line-height: 150%;
}

#jiko-point p
{
	width: 800px;
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	color: #4E2626;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 0 18px;
	line-height: 150%;
}

#jiko-point ul
{
	width: 1000px;
	display: table;
	line-height: 0;
	margin: 30px auto;
}

#jiko-point li
{
	position: relative;
	display: table-cell;
	border-collapse: separate;
	border-spacing: 0 22px;
}

#jiko-point li img
{
	width: 260px;
	height: 130px;
}

#jiko-point li p
{
	width: 260px;
	position: absolute;
	top:28px;
	left: 34px;
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 150%;
}

/**********************************
/ 健康美セラピー                  /
**********************************/
#kenkoubi {
	position: relative;
 	width: 1000px;
	height:600px;
	margin: 104px auto 0;
}

#kenkoubi-message {
	position: relative;
 	width: 800px;
	margin:0 auto;
}

#kenkoubi-message .title {
	background: url("../images/kenkoubi-message-img.png");
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

#kenkoubi-message .title h1 {
	font-family: 'Noto Serif JP', serif;
	font-size: 64px;
	font-weight: bold;
	color: #31859C;
	text-align: center;
}

#kenkoubi-message p {
	font-family: 'Kosugi', sans-serif;
	position: absolute;
	width: 680px;
	top:100px;
	left:44px;
	font-size: 16px;
	color: #31859C;
	text-align: left;
	line-height: 150%;
	margin: 0 10px;
}

#kenkoubi-content
{
	position: relative;
	width: 1000px;
	height:1432px;
	top: 150px;
	background-color:#fff;
	background: url("../images/kenkoubi-content-bar.jpg");
	background-repeat: repeat;
	background-position: center;
	text-align: center;
	margin:0 auto;
}

#kenkoubi-content ul
{
	display: inline-block;
	width: 1000px;
	height:950px;
}

#kenkoubi-content li.left
{
	display: inline-block;
	width: 480px;
}

#kenkoubi-content li.right
{
	display: inline-block;
	width: 480px;
}

#kenkoubi-content .title
{
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	color: #4E2626;
	font-weight: bold;
	text-align: center;
	line-height: 150%;
	margin: 20px auto 0;
}


#kenkoubi-onnetsu {
	position: relative;
	width: 448px;
	height:480px;
	top: -10px;
	background: url("../images/kenkoubi-onnetsu.jpg");
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	margin:0 auto;
}

#kenkoubi-onnetsu h1 {
	font-family: 'Kosugi', sans-serif;
	position: absolute;
	top:20px;
	left:0;
	right:0;
	font-size: 20px;
	color: #fff;
	line-height: 120%;
	text-align: center;
	margin: auto;
}

#kenkoubi-onnetsu p {
	font-family: 'Kosugi', sans-serif;
	position: absolute;
	width: 420px;
	top:240px;
	left:0;
	right:0;
	font-size: 14px;
	color: #fff;
	text-align: left;
	line-height: 150%;
	margin: auto;
}

#kenkoubi-onnetsu .point {
	position: relative;
	top:365px;
	width: 263px;
	height:56px;
	text-align: center;
	margin: 20px auto 0;
}

#kenkoubi-onnetsu .point p {
	font-family: 'Kosugi', sans-serif;
	position: absolute;
	width: 230px;
	top:28px;
	left:60px;
	font-size: 14px;
	color: #fff;
	text-align: left;
	line-height: 150%;
}

#kenkoubi-kogao {
	position: relative;
	width: 448px;
	height:480px;
	top: -10px;
	background: url("../images/kenkoubi-kogao.jpg");
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	margin:0 auto;
}

#kenkoubi-kogao h1 {
	font-family: 'Kosugi', sans-serif;
	position: absolute;
	top:20px;
	left:0;
	right:0;
	font-size: 20px;
	color: #fff;
	line-height: 120%;
	text-align: center;
	margin: auto;
}

#kenkoubi-kogao p {
	font-family: 'Kosugi', sans-serif;
	position: absolute;
	width: 420px;
	top:240px;
	left:0;
	right:0;
	font-size: 14px;
	color: #fff;
	text-align: left;
	line-height: 150%;
	margin: auto;
}

#kenkoubi-kogao .point {
	position: relative;
	top:365px;
	width: 263px;
	height:56px;
	text-align: center;
	margin: 20px auto 0;
}

#kenkoubi-kogao .point p {
	font-family: 'Kosugi', sans-serif;
	position: absolute;
	width: 230px;
	top:28px;
	left:60px;
	font-size: 14px;
	color: #fff;
	text-align: left;
	line-height: 150%;
}

#kenkoubi-price-title
{
	width: 448px;
	position: relative;
	top: 30px;
	background: url("../images/kenkoubi-price-title-bar.png");
	background-repeat: repeat-x;
	margin: 0 auto;
}

#kenkoubi-price-title h2
{
	font-family: 'Noto Serif JP', serif;
	font-size: 32px;
	color: #31859C;
	font-weight: bold;
	text-align: center;
}

#kenkoubi-price
{
	position: relative;
	top: 30px;
	height: 300px;
	margin: 30px auto 0;
	text-align: center;
}

#kenkoubi-price table
{
	width: 85%;
	border-collapse: collapse;
	margin: 0 auto;
}

#kenkoubi-price tr
{
	width: 50%;
	height: 50px;
}

#kenkoubi-price th
{
	width: 25%;
	height: 50px;
	background-color: #CBE7EF;
	border: 1px solid #31859C !important;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-weight: bold;
	color: #31859C;
	text-align: center;
	vertical-align: middle;
}

#kenkoubi-price td
{
	width: 25%;
	height: 50px;
	border: 1px solid #31859C !important;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-weight: bold;
	color: #aaa;
	text-align: left;
	vertical-align: middle;
	padding: 0 20px;
}

#kenkoubi-content li.left .video-view,
#kenkoubi-content li.right .video-view
{
	width: 448px;
	height:252px;
	text-align: center;
	margin:80px auto 0;
}

#kenkoubi-before-after
{
	position: relative;
	top: 200px;
	margin: 0 auto 190px;
	text-align: center;
}

#kenkoubi-before-after h2
{
	font-family: 'Noto Serif JP', serif;
	font-size: 32px;
	color: #4E2626;
	font-weight: bold;
	text-align: center;
}

#kenkoubi-before-after p
{
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	color: #4E2626;
	text-align: center;
	line-height: 150%;
}

#kenkoubi-before-after img
{
	width: 1000px;
	height:500px;
	margin: 30px auto 50px;
}

#kenkoubi-option
{
	position: relative;
	top: 50px;
	margin: 0 auto 50px;
	text-align: center;
}

#kenkoubi-option h2
{
	font-family: 'Noto Serif JP', serif;
	font-size: 32px;
	color: #4E2626;
	font-weight: bold;
	text-align: center;
}

#kenkoubi-option p
{
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	color: #4E2626;
	text-align: center;
	line-height: 150%;
}


/**********************************
/ スズキトリートメント            /
**********************************/
#suzuki-treatment
{
	position: relative;
	top: 80px;
	margin: 0 auto;
	text-align: center;
}

#suzuki-treatment h2
{
	font-family: 'Noto Serif JP', serif;
	font-size: 32px;
	color: #4E2626;
	font-weight: bold;
	text-align: center;
}

#suzuki-treatment p
{
	width: 620px;
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	color: #4E2626;
	text-align: left;
	margin: 0 auto;
	line-height: 150%;
}

#suzuki-treatment ul
{
	display: inline-block;
}

#suzuki-treatment li
{
	display: inline-block;
	margin: 0 25px;
}


#suzuki-treatment li img
{
	width: 400px;
	height:225px;
	margin: 30px auto 50px;
}

#suzuki-treatment .process
{
	width: 900px;
	margin: 0 auto 50px;
}

#suzuki-treatment .process h3
{
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	color: #4E2626;
	font-weight: bold;
	text-align: left;
	line-height: 150%;
}

#suzuki-treatment .process ul
{
	display: table;
	width: 700px;
	text-align: center;
	margin: 20px auto 0;
}

#suzuki-treatment .process li
{
	display: table-cell;
}

#suzuki-treatment .process li.left p
{
	width: 560px;
	height: 322px;
	font-family: 'No;to Serif JP', serif;
	font-size: 16px;
	color: #4E2626;
	text-align: left;
	padding: 0 20px;
	vertical-align: top;
	line-height: 150%;
}

#suzuki-treatment .process li.right img
{
	height: auto;
	margin: 0 auto;
	text-align: center;
	vertical-align: top;
}

#suzuki-treatment .price table
{
	width: 800px;
	border-collapse: collapse;
	border: 1px solid #31859C !important;
	margin: 0 auto 150px;
}

#suzuki-treatment .price th
{
	width: 300px;
	height: 50px;
	background-color: #CBE7EF;
	border: 1px solid #31859C !important;
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	font-weight: bold;
	color: #31859C;
	text-align: center;
	vertical-align: middle;
}

#suzuki-treatment .price td
{
	width: 500px;
	height: 50px;
	border: 1px solid #31859C !important;
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	font-weight: bold;
	color: #aaa;
	text-align: left;
	vertical-align: middle;
	padding: 0 20px;
}

/**********************************
/ ひろ式インナーマッスル          /
**********************************/
#hiro-inner
{
	position: relative;
	top: 80px;
	margin: 0 auto;
	text-align: center;
}

#hiro-inner h2
{
	font-family: 'Noto Serif JP', serif;
	font-size: 32px;
	color: #4E2626;
	font-weight: bold;
	text-align: center;
}

#hiro-inner p
{
	width: 620px;
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	color: #4E2626;
	text-align: center;
	margin: 0 auto;
	line-height: 150%;
}

#hiro-inner ul
{
	display: inline-block;
}

#hiro-inner li
{
	display: inline-block;
	margin: 0 25px;
}


#hiro-inner li img
{
	width: 400px;
	height:225px;
	margin: 30px auto 50px;
}


#hiro-inner-message
{
	position: relative;
 	width: 800px;
	top:80px;
	margin:0 auto 100px;
}

#hiro-inner-message h2
{
	background: url("../images/top-message-img.png");
	background-repeat: no-repeat;
	background-position: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 32px;
	color: #31859C;
	text-align: center;
	font-weight:bold;
}

#hiro-inner-message p
{
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	text-align: center;
	line-height:170%;
	margin: 15px 0 0;
}

#hiro-inner-point .heading
{
	width: 1000px;
	height: 100px;
	position: relative;
	top: 50px;
	background: url("../images/hiro-inner-heading-line.png");
	background-repeat: repeat-x;
	margin: 0 auto;
}

#hiro-inner-point .heading h2
{
	font-family: 'Noto Serif JP', serif;
	font-size: 32px;
	color: #31859C;
	font-weight: bold;
	text-align: center;
}

#hiro-inner-point p
{
	width: 800px;
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	color: #4E2626;
	text-align: left;
	margin: 60px auto 0;
	line-height: 150%;
}

#hiro-inner .price table
{
	width: 800px;
	border-collapse: collapse;
	border: 1px solid #31859C !important;
	margin: 0 auto 150px;
}

#hiro-inner .price th
{
	width: 300px;
	height: 50px;
	background-color: #CBE7EF;
	border: 1px solid #31859C !important;
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	font-weight: bold;
	color: #31859C;
	text-align: center;
	vertical-align: middle;
}

#hiro-inner .price td
{
	width: 500px;
	height: 50px;
	border: 1px solid #31859C !important;
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	font-weight: bold;
	color: #aaa;
	text-align: left;
	vertical-align: middle;
	padding: 0 20px;
}

/**********************************
/ 顔層筋セラピー                  /
**********************************/
#kogao-message {
	position: relative;
 	width: 800px;
	margin:0 auto;
}

#kogao-message .title {
	position: relative;
	top: 80px;
	background: url("../images/kogao-message-img.png");
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

#kogao-message .title h1 {
	font-family: 'Noto Serif JP', serif;
	font-size: 64px;
	font-weight: bold;
	color: #31859C;
	text-align: center;
}

#kogao-message p {
	font-family: 'Kosugi', sans-serif;
	position: absolute;
	width: 780px;
	top:180px;
	font-size: 16px;
	color: #31859C;
	text-align: left;
	line-height: 150%;
	margin: 0 10px;
}

#kogao {
	position: relative;
	width: 800px;
	height:681px;
	top: 340px;
	background: url("../images/kogao.jpg");
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	margin:0 auto;
}

#kogao h1 {
	font-family: 'Kosugi', sans-serif;
	position: absolute;
	top:20px;
	left:0;
	right:0;
	font-size: 30px;
	color: #fff;
	line-height: 120%;
	text-align: center;
	margin: auto;
}

#kogao p {
	font-family: 'Kosugi', sans-serif;
	position: absolute;
	width: 720px;
	top:430px;
	left:0;
	right:0;
	font-size: 18px;
	color: #fff;
	text-align: left;
	line-height: 150%;
	margin: auto;
}

#kogao .point {
	position: relative;
	top:550px;
	width: 469px;
	height:99px;
	text-align: center;
	margin: 20px auto 0;
}

#kogao .point p {
	font-family: 'Kosugi', sans-serif;
	position: absolute;
	width: 601px;
	top:44px;
	left:110px;
	font-size: 18px;
	color: #fff;
	text-align: left;
	line-height: 150%;
}

#kogao-price {
	position: relative;
	width: 800px;
	height:134px;
	margin: 370px auto 30px;
}

#kogao-price .price1 {
	position: absolute;
	width: 800px;
	height:134px;
	top:0;
	left:0;
}

#kogao-price .price2 {
	position: absolute;
	width: 460px;
	height:110px;
	top:16px;
	left:340px;
}

/**********************************
/ 健康保険治療                    /
**********************************/
#hoken
{
	position: relative;
	top: 80px;
	margin: 0 auto;
	text-align: center;
}

#hoken h2
{
	font-family: 'Noto Serif JP', serif;
	font-size: 32px;
	color: #4E2626;
	font-weight: bold;
	text-align: center;
}

#hoken ul
{
	display: table;
	width: 1000px;
	margin: 50px auto 100px;
}

#hoken li
{
	display: table-cell;
}

#hoken li p
{
	width: 610px;
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	color: #4E2626;
	text-align: left;
	vertical-align: top;
	margin: 0 0 0 5px;
	line-height: 150%;
}

#hoken li img
{
	width: 340px;
	text-align: center;
	vertical-align: top;
}

#hoken .price
{
	width: 800px;
	margin: 0 auto 100px;
}

#hoken .price h3
{
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	color: #4E2626;
	font-weight: bold;
	text-align: left;
	line-height: 150%;
	margin: 50px 0 0;
}

#hoken .price p
{
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	color: #4E2626;
	text-align: left;
	line-height: 150%;
}

#hoken .price table
{
	width: 800px;
	border-collapse: collapse;
	border: 1px solid #31859C !important;
	margin: 0 auto 10px;
}

#hoken .price th
{
	width: 25%;
	height: 50px;
	background-color: #CBE7EF;
	border: 1px solid #31859C !important;
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	font-weight: bold;
	color: #31859C;
	text-align: center;
	vertical-align: middle;
}

#hoken .price td
{
	width: 25%;
	height: 50px;
	border: 1px solid #31859C !important;
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	font-weight: bold;
	color: #aaa;
	text-align: center;
	vertical-align: middle;
}

#hoken .price img
{
	float: left;
}

#hoken .message
{
	width: 800px;
	margin: 0 auto 150px;
}


#hoken .message p
{
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	font-weight: bold;
	color: #4E2626;
	text-align: left;
	line-height: 150%;
}



/**********************************
/ オプションメニュー              /
**********************************/
#option-menu
{
	position: relative;
	top: 50px;
	margin: 0 auto 80px;
	text-align: center;
}

#option-menu ul
{
	display: inline-block;
	margin: 0 auto;
}

#option-menu li
{
	position: relative;
	display: inline-block;
	margin: 0 30px 0;
	width: 375px;
	height:279px;
}

#option-menu li h2 {
  font-family: 'Noto Serif JP', serif;
  position: absolute;
  top: 217px;
  left: 39px;
  font-size:18px;
  color:#fff;
  text-align: center;
  line-height:150%;
  font-weight:bold;
}

#option-menu li .details-link
{
  position: absolute;
  top: 248px;
  right: 10px;
}

/**********************************
/ ページタイトル                  /
**********************************/
#page-title {
	position: relative;
	width:100vw;
	top: 57px;
}

@media screen and (min-width:1441px) {
#page-title img {
	width: 100%;
	height:310px;
	object-fit: cover;
	object-position:50% 50%;
}
}

@media screen and (max-width:1440px) {
#page-title img {
	width: 100%;
	max-width:1440px;
	height:310px;
	object-fit: cover;
	object-position:50% 50%;
}
}

#page-title h1 {
	font-family: 'Kosugi', sans-serif;
	position: absolute;
	top: 45px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	font-size: 22px;
	color: #FE006B;
	padding: 0 0 0 -10px;
}

#page-title .logo {
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#page-heading
{
	width: 1000px;
	position: relative;
	top: 50px;
	background: url("../images/page-heading-line.png");
	background-repeat: repeat-x;
	margin: 0 auto;
}

#page-heading h2
{
	font-family: 'Noto Serif JP', serif;
	font-size: 32px;
	color: #31859C;
	font-weight: bold;
	text-align: center;
}

/**********************************
/ はじめての方へ                  /
**********************************/
#hajimete-page {
	position: relative;
	width: 1000px;
	height: auto;
	text-align: center;
	margin: 100px auto 0;
}

#hajimete-page  .greeting table {
	width: 574px;
	margin: 0 auto;
}

#hajimete-page .greeting td {
	border:solid 5px #fff;
	text-align: center;
	margin: 0 auto;
	vertical-align: top;
}

#hajimete-page .greeting td.hiro-kyo img {
	width: 194px;
	vertical-align: top;
}

#hajimete-page .greeting td.title img {
	width: 50px;
	vertical-align: top;
}

#hajimete-page .greeting td p {
	font-family: 'Kosugi', sans-serif;
	font-size: 16px;
	color: #599DB0;
	line-height: 120%;
	text-align: left;
}

#hajimete-page .greeting td.message p {
	display: flex;
	font-family: 'Kosugi', sans-serif;
	width: 400px;
	height:270px;
	font-size: 16px;
	color: #599DB0;
	line-height: 150%;
	vertical-align: top;
	align-items: center;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

#hajimete-page .greeting td.profile p {
	font-family: 'Kosugi', sans-serif;
	font-size: 16px;
	color: #599DB0;
	line-height: 120%;
	text-align: left;
}

#hajimete-page .flow-title {
	width: 270px;
	margin: 50px auto 0;
	text-align: center;
}

#hajimete-page .flow {
	display: flex;
	width: 1000px;
	margin: 30px auto 20px;
	text-align: center;
}

#hajimete-page .flow-left ,
#hajimete-page .flow-right {
	position: relative;
	width: 50%;
	margin: 0 auto;
}

#hajimete-page .flow-left img ,
#hajimete-page .flow-right img {
	width: 355px;
	height:385px;
}

#hajimete-page .flow-left h2 ,
#hajimete-page .flow-right h2 {
	position: absolute;
	top: 210px;
	left: 50%;
	font-family: 'Kosugi', sans-serif;
	font-size: 20px;
	color: #599DB0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#hajimete-page .flow-left p ,
#hajimete-page .flow-right p {
	position: absolute;
	width: 310px;
	top: 240px;
	left:107px;
	font-family: 'Kosugi', sans-serif;
	font-size: 16px;
	color: #599DB0;
	line-height: 150%;
	text-align: left;
}

/**********************************
/　よくある質問                   /
**********************************/




/* よくある質問ページ アコーディオン 書式設定 */
#acMenu {
	width: 704px;
	margin: 150px auto 50px;
	text-align: left;
}

#acMenu .open{
        display:block;
}

#acMenu h3.question
{
	font-family: 'Kosugi', sans-serif;
	font-size: 18px;
	color: #fff;
}

#acMenu p.answer
{
	font-family: 'Kosugi', sans-serif;
	font-size: 14px;
	color: #4E2626;
}

#acMenu dt{
	cursor:pointer;
	background: #31859C url(/images/tg_qa_off.png) no-repeat;
	border-radius: 0.5em;
	background-position: 2%;
	margin: 20px 0 0 0;
	padding: 7px 50px;
}

#acMenu dd{
	line-height: 30px;
	background-color: #fff;
	padding: 15px 20px;
	display:none;
}

#acMenu dt.active{
	background: #3896B1 url(/images/tg_qa_on.png) no-repeat;
	border-radius: 0.5em;
	background-position: 2%;
}

#acMenu dt.over{
	background-color: #3896B1;
	border-radius: 0.5em;
}

/* よくある質問ページリンク色 */
a.acMenu_answer:link {
	text-decoration: underline;
	font-size: 14px;
	color : #FE006B !important; 
}
a.acMenu_answer:visited {
	text-decoration: underline;
	font-size: 14px;
	color : #FE006B !important; 
}
a.acMenu_answer:active {
	text-decoration: underline;
	font-size: 14px;
	color : #FE006B !important; 
}
a.acMenu_answer:hover {
	text-decoration: underline;
	font-size: 14px;
	color : #FE006B !important; 
}

/************************************
/
/　予約フォーム
/
************************************/
#reservation-form .message
{
	width: 1000px;
	font-family: 'Kosugi', sans-serif;
	text-align: left;
	font-size: 18px;
	color: #4E2626;
	margin: 100px auto 0;
	line-height: 150%;
}

#reservation-form-area
{
	width: 1000px;
	text-align: left;
	margin: 30px auto;
	padding: 20px 0 50px;
	border:solid 1px #bbb;
	border-radius: 0.5em;
}

#reservation-form-area .item
{
	font-family: 'Kosugi', sans-serif;
	font-size: 18px;
	color: #4E2626;
	text-align: left;
	margin: 20px 0 5px 30px;
}

#reservation-form-area .reservation-date ul
{
	display: inline-block;
}

#reservation-form-area .reservation-date li
{
	display: inline-block;
}

#reservation-form-area .reservation-date li p
{
	font-family: 'Kosugi', sans-serif;
	font-size: 18px;
	text-align: left;
	color: #4E2626;
}

#reservation-form-area .reservation-month,
#reservation-form-area .reservation-day,
#reservation-form-area .reservation-time
{
	width: 100px;
	height: 40px;
	font-family: 'Kosugi', sans-serif;
	font-size: 18px;
	text-align: left;
	color: #4E2626;
	margin: 0 0 0 10px;
	padding: 0 0 0 5px;
	vertical-align: middle;
	border-radius: 0.5em;
}

#reservation-form-area .reservation-diagnosis,
#reservation-form-area .jihi-plan01,
#reservation-form-area .jihi-plan02,
#reservation-form-area .jihi-plan03,
#reservation-form-area .jihi-plan04,
#reservation-form-area .jihi-plan05
{
	width: 220px;
	height: 40px;
	font-family: 'Kosugi', sans-serif;
	font-size: 18px;
	text-align: left;
	color: #4E2626;
	margin: 0 0 0 10px;
	padding: 0 0 0 5px;
	vertical-align: middle;
	border-radius: 0.5em;
}

#reservation-form-area .parking-radio
{
	font-family: 'Kosugi', sans-serif;
	font-size: 18px;
	text-align: left;
	color: #4E2626;
	vertical-align: middle;
	margin: 0 0 0 10px ;
}

#reservation-form-area .tel-reservation,
#reservation-form-area .your-name,
#reservation-form-area .your-email
{
	width: 500px;
	height: 40px;
	font-size: 18px;
	text-align: left;
	color: #4E2626;
	vertical-align: middle;
	margin: 0 0 0 10px ;
	padding: 0 0 0 5px;
	border-radius: 0.5em;
}

#reservation-form-area .your-age
{
	width: 150px;
	height: 40px;
	font-family: 'Kosugi', sans-serif;
	font-size: 18px;
	text-align: left;
	color: #4E2626;
	margin: 0 0 0 10px;
	padding: 0 0 0 5px;
	vertical-align: middle;
	border-radius: 0.5em;
}

#reservation-form-area .your-sex
{
	font-family: 'Kosugi', sans-serif;
	font-size: 18px;
	text-align: left;
	color: #4E2626;
	vertical-align: middle;
	margin: 0 0 0 10px ;
}

#reservation-form-area .textarea-symptom,
#reservation-form-area .privacy-policy
{
	max-width: 950px;
	font-family: 'Kosugi', sans-serif;
	font-size: 18px;
	text-align: left;
	color: #4E2626;
	vertical-align: middle;
	margin: 0 0 0 10px;
	padding: 0 0 0 5px;
	border-radius: 0.5em;
}

#reservation-form-area .acceptance-check
{
	text-align: center;
	margin: 20px auto;
	font-family: 'Kosugi', sans-serif;
	color: #4E2626;
}

#reservation-form-area .submit-btn
{
	text-align: center;
	margin: 20px auto;
}

#reservation-form-area .wpcf7 input[type="submit"]
{
	width:700px;
	padding:15px;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;  
	-moz-border-radius: 0.5em;
	border: none;
	box-shadow: 0 3px 0 #ddd;
	background: #66cdf8;
	transition: 0.3s;
	font-size: 18px;
	color: #fff;
}

#reservation-form-area .wpcf7-submit:hover
{
	background: #66cdf8;
	transform: translate3d(0px, 3px, 1px);
	-webkit-transform: translate3d(0px, 3px, 1px);
	-moz-transform: translate3d(0px, 3px, 1px);
}

/**********************************
/　footer                         /
**********************************/
#colophon
{
	display: none;
}

#colophon .copyright
{
	display: none;
}

#footer-copyright
{
	width: 100%;
	height: 32px;
	background-color: #31859C;
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin: 4px auto 0;
}
