@charset "UTF-8";
/* 基本情報 */
/***************************************************************
基本
***************************************************************/
/*--------------------------------------------------------------
本体
--------------------------------------------------------------*/
body {
max-width: 1600px;
margin: 0 auto;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow-x: hidden;
font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
-webkit-text-size-adjust: 100%;
}

/*--------------------------------------------------------------
リンク
--------------------------------------------------------------*/
a, i {
-webkit-transition: 0.5s;
transition: 0.5s;
}

/*--------------------------------------------------------------
フェードイン
--------------------------------------------------------------*/
@keyframes fadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}

@-webkit-keyframes fadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}

/* ヘッダー */
/***************************************************************
共通
***************************************************************/
/*--------------------------------------------------------------
見出し
--------------------------------------------------------------*/
header #common {
background: #008000;
}

header #common h1 {
width: 75%;
margin: 0 auto;
padding: 5px 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #fff;
font-size: 14px;
}

header #common h1 br {
display: none;
}

/***************************************************************
タブレット&スマートフォン
***************************************************************/
/*--------------------------------------------------------------
背景（z-index設定の為のposition: relative）
--------------------------------------------------------------*/
header #sp {
display: none;
}

/*--------------------------------------------------------------
アイコン
--------------------------------------------------------------*/
header #sp .icon {
display: none;
}

header #sp .icon a:nth-of-type(1) {
display: none;
}

header #sp .icon a:nth-of-type(2) {
display: none;
}

header #sp .icon a:nth-of-type(2) span {
display: none;
}

header #sp .icon a:nth-of-type(3) {
display: none;
}

header #sp .icon a:nth-of-type(3) span {
display: none;
}

/*--------------------------------------------------------------
ハンバーガーメニュー
--------------------------------------------------------------*/
/* 領域 */
.globalMenuSp {
display: none;
}

.globalMenuSp.active {
display: none;
}

/*--------------------------------------------------------------
メニュー
--------------------------------------------------------------*/
.globalMenuSp .menu {
display: none;
}

.globalMenuSp .menu p:nth-of-type(n+2) {
display: none;
}

.globalMenuSp .menu p a {
display: none;
}

.globalMenuSp .menu p span.text_1 {
display: none;
}

.globalMenuSp .menu p span.text_2 a {
display: none;
}

.globalMenuSp .menu p span.text_2 a::before {
display: none;
}

/*--------------------------------------------------------------
トグル（タップ前）
--------------------------------------------------------------*/
.navToggle {
display: none;
}

.navToggle p {
display: none;
}

.navToggle p:nth-child(1) {
display: none;
}

.navToggle p:nth-child(2) {
display: none;
}

.navToggle p:nth-child(3) {
display: none;
}

.navToggle span {
display: none;
}

/*--------------------------------------------------------------
トグル（タップ後）
--------------------------------------------------------------*/
/* 最初のspanをマイナス45度に */
.navToggle.active p:nth-child(1) {
display: none;
}

/* 2番目と3番目のspanを45度に */
.navToggle.active p:nth-child(2),
.navToggle.active p:nth-child(3) {
display: none;
}

/***************************************************************
パソコン
***************************************************************/
/*--------------------------------------------------------------
基本情報
--------------------------------------------------------------*/
/* 背景
--------------------------------------------------------------*/
header #pc .basic {
padding: 10px 0;
background: #fbf6ef;
}

/* 領域
--------------------------------------------------------------*/
header #pc .basic .flask {
width: 75%;
height: 84px;
margin: 0 auto;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 0;
}

/* ロゴ
--------------------------------------------------------------*/
header #pc .basic .flask .content_1 {
display: inline-block;
width: 45%;
vertical-align: top;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

header #pc .basic .flask .content_1 a {
display: inline-block;
width: 150px;
text-decoration: none;
text-align: center;
}

header #pc .basic .flask .content_1 a img {
display: inline-block;
height: 50px;
}

header #pc .basic .flask .content_1 a span {
display: block;
color: #008000;
font-size: 20px;
font-weight: bold;
text-decoration: none;
text-shadow: #fff 1px 1px 2px,
#fff -1px 1px 2px,
#fff 1px -1px 4px,
#fff -1px -1px 2px;
}

/* グーグルマップ
--------------------------------------------------------------*/
header #pc .basic .flask .content_2 {
display: inline-block;
width: 5%;
vertical-align: top;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
}

header #pc .basic .flask .content_2 a {
display: inline-block;
padding: 5px 10px;
background: #006400;
border-radius: 5px;
text-decoration: none;
}

header #pc .basic .flask .content_2 a:hover {
opacity: 0.8;
}

header #pc .basic .flask .content_2 a i {
color: #fff;
font-size: 25px;
}

header #pc .basic .flask .content_2 a span {
display: block;
margin: 5px 0 0 0;
color: #fff;
font-size: 12px;
}

/* 予約
--------------------------------------------------------------*/
header #pc .basic .flask .content_3 {
display: inline-block;
width: 50%;
vertical-align: top;
padding: 0 0 0 5%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

header #pc .basic .flask .content_3 p.note {
color: #000;
font-size: 14px;
}

header #pc .basic .flask .content_3 p.note span {
display: inline-block;
margin: 0 20px 0 0;
padding: 5px 10px 5px 20px;
background: #ff5c5c;
border-radius: 5px;
color: #fff;
font-size: 14px;
letter-spacing: 10px;
}

header #pc .basic .flask .content_3 p.reserve a:nth-of-type(1) {
display: inline-block;
width: 59%;
vertical-align: middle;
margin: 10px 1% 0 0;
padding: 15px 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), color-stop(50%, #808080), to(#d3d3d3));
background: linear-gradient(to bottom, #d3d3d3, #808080 50%, #d3d3d3);
border-style: solid;
border-color: #808080;
border-width: 2px;
border-radius: 5px;
color: #fff;
font-size: 16px;
text-align: center;
text-decoration: none;
}

header #pc .basic .flask .content_3 p.reserve a:nth-of-type(2) {
display: inline-block;
width: 40%;
vertical-align: middle;
margin: 10px 0 0 0;
padding: 15px 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: -webkit-gradient(linear, left top, left bottom, from(#D8F781), color-stop(50%, #688A08), to(#D8F781));
background: linear-gradient(to bottom, #D8F781, #688A08 50%, #D8F781);
border-style: solid;
border-color: #688A08;
border-width: 2px;
border-radius: 5px;
color: #fff;
font-size: 16px;
text-align: center;
text-decoration: none;
}

header #pc .basic .flask .content_3 p.reserve a:hover {
opacity: 0.8;
}

header #pc .basic .flask .content_3 p.reserve a i {
display: inline-block;
margin: 0 10px 0 0;
}

/*--------------------------------------------------------------
グローバルナビゲーション
--------------------------------------------------------------*/
/* 背景
--------------------------------------------------------------*/
header #pc .gnav {
background: #008000;
}

/* 領域
--------------------------------------------------------------*/
header #pc .gnav .flask {
width: 75%;
margin: 0 auto;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 0;
}

/* メニュー
--------------------------------------------------------------*/
header #pc .gnav .flask a {
display: inline-block;
width: 16.6%;
vertical-align: top;
padding: 25px 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-style: solid;
border-color: rgba(255, 255, 255, 0.2);
border-width: 0 2px;
color: #fff;
font-size: 14px;
text-align: center;
text-decoration: none;
}

header #pc .gnav .flask a:hover {
background: #006400;
}

header #pc .gnav .flask a:nth-of-type(n+2) {
border-width: 0 2px 0 0;
}

/* フッター */
/***************************************************************
グローバルナビゲーション_1
***************************************************************/
/*--------------------------------------------------------------
背景
--------------------------------------------------------------*/
footer .gnav_1 {
background: #fcd9a6;
}

/*--------------------------------------------------------------
領域
--------------------------------------------------------------*/
footer .gnav_1 .flask {
width: 75%;
margin: 0 auto;
padding: 20px 0;
border-style: solid;
border-color: #c0c0c0;
border-width: 0 0 1px 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 0;
text-align: center;
}

/*--------------------------------------------------------------
リンク
--------------------------------------------------------------*/
footer .gnav_1 .flask a {
position: relative;
display: inline-block;
padding: 0 0 0 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #000;
font-size: 14px;
text-decoration: underline;
}

footer .gnav_1 .flask a:hover {
text-decoration: none;
}

footer .gnav_1 .flask a:nth-of-type(n+2) {
margin: 0 0 0 10px;
}

footer .gnav_1 .flask a::before {
position: absolute;
top: 50%;
left: 0px;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
content: "▶";
color: #fff;
font-size: 10px;
}

/***************************************************************
グローバルナビゲーション_2
***************************************************************/
/*--------------------------------------------------------------
背景
--------------------------------------------------------------*/
footer .gnav_2 {
background: #fcd9a6;
}

/*--------------------------------------------------------------
領域
--------------------------------------------------------------*/
footer .gnav_2 .flask {
width: 75%;
margin: 0 auto;
padding: 20px 0 40px 0;
border-style: solid;
border-color: #f5f5f5;
border-width: 1px 0 0 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 0;
text-align: center;
}

/*--------------------------------------------------------------
見出し
--------------------------------------------------------------*/
footer .gnav_2 .flask p {
margin: 0 0 10px 0;
color: #000;
font-size: 16px;
}

/*--------------------------------------------------------------
リンク
--------------------------------------------------------------*/
footer .gnav_2 .flask a {
position: relative;
display: inline-block;
padding: 0 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #000;
font-size: 14px;
text-decoration: underline;
}

footer .gnav_2 .flask a:hover {
text-decoration: none;
}

footer .gnav_2 .flask a:nth-of-type(n+2) {
border-style: solid;
border-color: #000;
border-width: 0 0 0 1px;
}

/***************************************************************
著作権
***************************************************************/
/*--------------------------------------------------------------
テキスト
--------------------------------------------------------------*/
footer .copyright small {
display: block;
padding: 10px 0;
background: #e2c395;
color: #000;
font-size: 14px;
text-align: center;
}

/***************************************************************
ページトップヘ戻る
***************************************************************/
/*--------------------------------------------------------------
テキスト
--------------------------------------------------------------*/
footer .back p.to-top {
position: fixed;
right: 50px;
bottom: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: none;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #006400;
font-size: 50px;
font-weight: bold;
cursor: pointer;
}

/* ビジュアル */
/***************************************************************
ビジュアル
***************************************************************/
/*--------------------------------------------------------------
背景
--------------------------------------------------------------*/
#visual {
background: #fbf6ef;
}

/*--------------------------------------------------------------
領域
--------------------------------------------------------------*/
#visual .flask {
position: relative;
width: 75%;
margin: 0 auto;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

/*--------------------------------------------------------------
画像
--------------------------------------------------------------*/
/* タブレット&スマートフォン
--------------------------------------------------------------*/
#visual .flask p.sp {
display: none;
}

/* パソコン
--------------------------------------------------------------*/
#visual .flask p.pc img {
display: inline-block;
width: 100%;
}


/*--------------------------------------------------------------
装飾
--------------------------------------------------------------*/
#visual .flask p.decoration {
position: absolute;
left: 50px;
bottom: 10px;
display: inline-block;
}
#visual .flask p.decoration a {
display: inline-block;
}
#visual .flask p.decoration a img {
display: inline-block;
width: 100%;
max-width: 140px;
}
@media (min-width: 1401px) and (max-width: 1500px) {
#visual .flask p.decoration a img {
    max-width: 130px;
}
}
@media (min-width: 1301px) and (max-width: 1400px) {
#visual .flask p.decoration a img {
    max-width: 120px;
}
}
@media (min-width: 1201px) and (max-width: 1300px) {
#visual .flask p.decoration a img {
    max-width: 110px;
}
}
#visual .flask p.decoration a:hover img {
opacity: 0.8;
}

/* コンテンツ */
/***************************************************************
ベース
***************************************************************/
/*--------------------------------------------------------------
領域
--------------------------------------------------------------*/
#content {
position: relative;
width: 75%;
margin: 0 auto;
padding: 30px 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

/*--------------------------------------------------------------
float解除
--------------------------------------------------------------*/
#content:after {
display: block;
content: "";
clear: both;
}

/*--------------------------------------------------------------
サイド
--------------------------------------------------------------*/
/* 領域
--------------------------------------------------------------*/
#content #side {
float: left;
max-width: 237px;
min-width: 235px;
}

/* 受付時間
--------------------------------------------------------------*/
#content #side .time p.midashi {
padding: 10px 5px;
background: #008000;
border-radius: 5px;
color: #fff;
font-size: 14px;
}

#content #side .time table {
width: 100%;
margin: 10px 0 0 0;
}

#content #side .time table thead tr th {
padding: 5px 0;
background: #808080;
border-style: solid;
border-color: #EFFBEF;
border-width: 1px;
color: #fff;
font-size: 14px;
}

#content #side .time table tbody tr td {
padding: 5px 0;
border-style: solid;
border-color: #EFFBEF;
border-width: 1px;
color: #808080;
font-size: 14px;
text-align: center;
}

#content #side .time table tfoot tr td {
color: #808080;
font-size: 14px;
line-height: 20px;
}

/* 症状別施術メニュー
--------------------------------------------------------------*/
#content #side .symptoms p.midashi {
margin: 10px 0 0 0;
padding: 10px 5px;
background: #008000;
border-radius: 5px 5px 0 0;
color: #fff;
font-size: 14px;
}

#content #side .symptoms a {
position: relative;
display: block;
padding: 5px 0 5px 50px;
background: #fae9d2;
border-style: solid;
border-color: #008000;
border-width: 0 0 1px 0;
text-decoration: none;
color: #000;
font-size: 14px;
}

#content #side .symptoms a::before {
position: absolute;
top: 50%;
left: 20px;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
content: "▶";
color: #008000;
font-size: 12px;
}

#content #side .symptoms a:hover {
opacity: 0.8;
}

#content #side .symptoms a:last-of-type {
border-width: 0 0 5px 0;
}

/* 料金表
--------------------------------------------------------------*/
#content #side .price p.midashi {
margin: 10px 0 0 0;
padding: 10px 5px;
background: #008000;
border-radius: 5px 5px 0 0;
color: #fff;
font-size: 14px;
}

#content #side .price a {
position: relative;
display: block;
padding: 5px 0 5px 50px;
background: #fae9d2;
border-style: solid;
border-color: #008000;
border-width: 0 0 1px 0;
text-decoration: none;
color: #000;
font-size: 14px;
}

#content #side .price a::before {
position: absolute;
top: 50%;
left: 20px;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
content: "▶";
color: #008000;
font-size: 12px;
}

#content #side .price a:hover {
opacity: 0.8;
}

#content #side .price a:last-of-type {
border-width: 0 0 5px 0;
}

/* について
--------------------------------------------------------------*/
#content #side .about p.midashi {
margin: 10px 0 0 0;
padding: 10px 5px;
background: #008000;
border-radius: 5px 5px 0 0;
color: #fff;
font-size: 14px;
}

#content #side .about a {
position: relative;
display: block;
padding: 5px 0 5px 50px;
background: #fae9d2;
border-style: solid;
border-color: #008000;
border-width: 0 0 1px 0;
text-decoration: none;
color: #000;
font-size: 14px;
}

#content #side .about a::before {
position: absolute;
top: 50%;
left: 20px;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
content: "▶";
color: #008000;
font-size: 12px;
}

#content #side .about a:hover {
opacity: 0.8;
}

#content #side .about a:last-of-type {
border-width: 0 0 5px 0;
}

/*--------------------------------------------------------------
メインコンテンツ
--------------------------------------------------------------*/
/* 領域
--------------------------------------------------------------*/
#content #main {
float: right;
width: 70%;
}

/* ホーム */
/***************************************************************
悩み
***************************************************************/
/*--------------------------------------------------------------
見出し
--------------------------------------------------------------*/
#content #main #home #trouble h2 {
margin: 30px 0 0 0;
color: #000;
font-size: 20px;
font-weight: bold;
}

#content #main #home #trouble h2 strong {
display: inline-block;
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #008000));
background: linear-gradient(transparent 50%, #008000 50%);
}

#content #main #home #trouble h2 span {
position: relative;
color: #000;
font-size: 30px;
font-weight: bold;
}

#content #main #home #trouble h2 span::after {
position: absolute;
top: -30px;
left: 50%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
content: "・";
color: #008000;
font-size: 30px;
}

/*--------------------------------------------------------------
列挙
--------------------------------------------------------------*/
#content #main #home #trouble .enumeration {
margin: 20px 0 0 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #fef6ea;
border-style: solid;
border-color: #808080;
border-width: 5px;
border-radius: 10px;
}

#content #main #home #trouble .enumeration ul {
list-style: none;
padding: 20px;
}

#content #main #home #trouble .enumeration ul li {
display: block;
color: #000;
font-size: 14px;
font-weight: bold;
line-height: 20px;
}

#content #main #home #trouble .enumeration ul li:nth-of-type(n+2) {
margin: 20px 0 0 0;
}

/* チェックマーク
--------------------------------------------------------------*/
#content #main #home #trouble .enumeration ul li.checkmark {
position: relative;
padding-left: 40px;
}

#content #main #home #trouble .enumeration ul li.checkmark::before,
#content #main #home #trouble .enumeration ul li.checkmark::after {
position: absolute;
content: "";
display: block;
}

#content #main #home #trouble .enumeration ul li.checkmark::before {
top: 0;
left: 0;
width: 15px;
height: 15px;
border-radius: 5px;
background: #fff;
border: 2px solid #deb887;
}

#content #main #home #trouble .enumeration ul li.checkmark::after {
top: 0;
left: 5px;
width: 15px;
height: 5px;
border-left: 5px solid #808080;
border-bottom: 5px solid #808080;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}

/*--------------------------------------------------------------
症状
--------------------------------------------------------------*/
#content #main #home #trouble .symptoms {
margin: 30px 0 0 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 0;
}

#content #main #home #trouble .symptoms a {
display: inline-block;
width: 32%;
vertical-align: top;
padding: 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #fef6ea;
border-style: solid;
border-color: #808080;
border-width: 5px;
border-radius: 10px;
text-decoration: none;
}

#content #main #home #trouble .symptoms a:nth-of-type(n+2) {
margin: 0 0 0 2%;
}

#content #main #home #trouble .symptoms a:nth-of-type(4) {
margin: 20px 0 0 0;
}

#content #main #home #trouble .symptoms a:nth-of-type(n+5) {
margin: 20px 0 0 2%;
}

#content #main #home #trouble .symptoms a:nth-of-type(7) {
margin: 20px 0 0 0;
}

#content #main #home #trouble .symptoms a:hover {
border-color: #008000;
}

#content #main #home #trouble .symptoms a span.text_1 {
display: block;
height: 100px;
background-repeat: no-repeat;
background-size: 50px;
background-position: center;
color: #000;
font-size: 14px;
line-height: 20px;
}

#content #main #home #trouble .symptoms a:nth-of-type(1) span.text_1 {
background-image: url("/image.php?id=8");
}

#content #main #home #trouble .symptoms a:nth-of-type(2) span.text_1 {
background-image: url("/image.php?id=9");
}

#content #main #home #trouble .symptoms a:nth-of-type(3) span.text_1 {
background-image: url("/image.php?id=10");
}

#content #main #home #trouble .symptoms a:nth-of-type(4) span.text_1 {
background-image: url("/image.php?id=11");
background-size: 100px;
}

#content #main #home #trouble .symptoms a:nth-of-type(5) span.text_1 {
background-image: url("/image.php?id=42");
background-size: 80px;
}

#content #main #home #trouble .symptoms a:nth-of-type(6) span.text_1 {
background-image: url("/image.php?id=13");
background-size: 120px;
}

#content #main #home #trouble .symptoms a:nth-of-type(8) span.text_1 {
background-image: url("/image.php?id=75");
background-size: 150px;
}

#content #main #home #trouble .symptoms a span.text_2 {
display: block;
color: #000;
font-size: 14px;
font-weight: bold;
}

#content #main #home #trouble .symptoms a span.text_2::after {
display: block;
content: "";
clear: both;
}

#content #main #home #trouble .symptoms a span.text_2 i {
float: right;
color: #808080;
}

#content #main #home #trouble .symptoms a:hover span.text_2 i {
color: #008000;
}

/***************************************************************
改善
***************************************************************/
/*--------------------------------------------------------------
見出し_1
--------------------------------------------------------------*/
#content #main #home #improvement h2 {
margin: 50px 0 0 0;
padding: 15px 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #fef6ea;
border-style: solid;
border-color: #008000;
border-width: 0 0 3px 0;
color: #000;
font-size: 20px;
font-weight: bold;
line-height: 25px;
}

/*--------------------------------------------------------------
テーブル_1
--------------------------------------------------------------*/
#content #main #home #improvement .table_1 {
display: table;
width: 100%;
margin: 20px 0 0 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

#content #main #home #improvement .table_1 .image {
display: table-cell;
width: 40%;
vertical-align: top;
}

#content #main #home #improvement .table_1 .image p img {
display: block;
width: 100%;
}

#content #main #home #improvement .table_1 .text {
display: table-cell;
width: 60%;
vertical-align: top;
padding: 0 0 0 20px;
}

#content #main #home #improvement .table_1 .text p {
color: #000;
font-size: 14px;
line-height: 20px;
}

#content #main #home #improvement .table_1 .text p:nth-of-type(n+2) {
margin: 10px 0 0 0;
}

/*--------------------------------------------------------------
見出し_2
--------------------------------------------------------------*/
#content #main #home #improvement h3 {
margin: 40px 0 0 0;
padding: 15px 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-style: solid;
border-color: #808080;
border-width: 0 0 3px 5px;
color: #000;
font-size: 20px;
font-weight: bold;
line-height: 27px;
}

/*--------------------------------------------------------------
テーブル_2
--------------------------------------------------------------*/
#content #main #home #improvement .table_2 {
display: table;
width: 100%;
margin: 20px 0 0 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

#content #main #home #improvement .table_2 .text {
display: table-cell;
width: 60%;
vertical-align: top;
padding: 0 20px 0 0;
}

#content #main #home #improvement .table_2 .text p {
color: #000;
font-size: 14px;
line-height: 20px;
}

#content #main #home #improvement .table_2 .text p:nth-of-type(n+2) {
margin: 10px 0 0 0;
}

#content #main #home #improvement .table_2 .text p span {
display: inline-block;
color: #808080;
font-size: 14px;
font-weight: bold;
line-height: 20px;
text-decoration: underline;
}

#content #main #home #improvement .table_2 .text p:nth-of-type(n+2) span {
margin: 20px 0 0 0;
}

#content #main #home #improvement .table_2 .image {
display: table-cell;
width: 40%;
vertical-align: top;
}

#content #main #home #improvement .table_2 .image p img {
display: block;
width: 100%;
}

/***************************************************************
ポイント
***************************************************************/
/*--------------------------------------------------------------
見出し
--------------------------------------------------------------*/
#content #main #home #point h2 {
margin: 50px 0 0 0;
padding: 0 0 10px 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-style: solid;
border-color: #ffc0cc;
border-width: 0 0 3px 0;
color: #400000;
font-size: 30px;
font-weight: bold;
line-height: 40px;
text-align: center;
}

#content #main #home #point h2 span {
display: inline-block;
font-size: 40px;
font-weight: bold;
}

/*--------------------------------------------------------------
各ポイント
--------------------------------------------------------------*/
/* 開時
--------------------------------------------------------------*/
#content #main #home #point .accordion article {
position: relative;
width: 100%;
margin: 0;
padding: 30px 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-style: solid;
border-color: #ffc0cc;
border-width: 0 0 1px 0;
}

#content #main #home #point .accordion article > div {
position: relative;
display: block;
font-size: 0;
text-decoration: none;
cursor: pointer;
}

#content #main #home #point .accordion article > div p.number {
display: inline-block;
width: 10%;
vertical-align: middle;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 5px;
background: #ff8199;
border-radius: 5px;
color: #fff;
font-size: 14px;
font-weight: bold;
text-align: center;
}

#content #main #home #point .accordion article > div p.number span {
display: block;
color: #fff;
font-size: 30px;
font-weight: bold;
}

#content #main #home #point .accordion article > div p.midashi {
display: inline-block;
width: 90%;
vertical-align: middle;
padding: 0 0 0 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #400000;
font-size: 20px;
font-weight: bold;
line-height: 30px;
}

#content #main #home #point .accordion article > div p.midashi span {
display: inline-block;
color: #ff8199;
font-weight: bold;
}

/* 閉時
--------------------------------------------------------------*/
#content #main #home #point .accordion article > p {
display: block;
font-size: 0;
}

#content #main #home #point .accordion article > p span.text {
display: inline-block;
width: 75%;
vertical-align: top;
margin: 10px 0 0 0;
padding: 0 10px 0 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #400000;
font-size: 14px;
line-height: 20px;
}

#content #main #home #point .accordion article > p span.image {
display: inline-block;
width: 25%;
vertical-align: top;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

#content #main #home #point .accordion article > p span.image img {
display: block;
width: 100%;
}

/* ボタン
--------------------------------------------------------------*/
#content #main #home #point .accordion article .accordion_icon,
#content #main #home #point .accordion article .accordion_icon i {
display: none;
}

#content #main #home #point .accordion article .accordion_icon {
display: none;
}

#content #main #home #point .accordion article .accordion_icon i {
display: none;
}

#content #main #home #point .accordion article .accordion_icon i:nth-of-type(1) {
display: none;
}

#content #main #home #point .accordion article .accordion_icon i:nth-of-type(2) {
display: none;
}

#content #main #home #point .accordion article .accordion_icon.active i:nth-of-type(1) {
display: none;
}

#content #main #home #point .accordion article .accordion_icon.active i:nth-of-type(2) {
display: none;
}

/***************************************************************
施術の流れ
***************************************************************/
/*--------------------------------------------------------------
見出し
--------------------------------------------------------------*/
#content #main #home #flow h2 {
margin: 50px 0 0 0;
padding: 15px 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #fef6ea;
border-style: solid;
border-color: #008000;
border-width: 0 0 3px 0;
color: #000;
font-size: 20px;
font-weight: bold;
}

/*--------------------------------------------------------------
余白0
--------------------------------------------------------------*/
#content #main #home #flow {
font-size: 0;
}

/*--------------------------------------------------------------
各流れ
--------------------------------------------------------------*/
#content #main #home #flow article {
display: inline-block;
width: 30%;
vertical-align: top;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 20px 0 0 0;
}

#content #main #home #flow article span.image {
display: block;
}

#content #main #home #flow article span.image img {
display: block;
width: 100%;
}

#content #main #home #flow article span.number {
display: inline-block;
width: 20%;
vertical-align: middle;
margin: 10px 0 0 0;
padding: 5px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 5px;
background: #808080;
color: #fff;
font-size: 20px;
font-weight: bold;
text-align: center;
}

#content #main #home #flow article span.midashi {
display: inline-block;
width: 80%;
vertical-align: middle;
margin: 10px 0 0 0;
padding: 0 0 0 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #000;
font-size: 14px;
font-weight: bold;
line-height: 20px;
}

#content #main #home #flow article span.text {
display: block;
margin: 10px 0 0 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #000;
font-size: 14px;
line-height: 20px;
}

#content #main #home #flow p {
display: inline-block;
width: 5%;
vertical-align: top;
margin: 80px 0 0 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
}

#content #main #home #flow p i {
display: inline-block;
color: #000;
font-size: 20px;
}

/***************************************************************
あいさつ
***************************************************************/
/*--------------------------------------------------------------
見出し
--------------------------------------------------------------*/
#content #main #home #greeting h2 {
margin: 50px 0 0 0;
padding: 15px 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #fef6ea;
border-style: solid;
border-color: #008000;
border-width: 0 0 3px 0;
color: #000;
font-size: 20px;
font-weight: bold;
}

/*--------------------------------------------------------------
テーブル
--------------------------------------------------------------*/
#content #main #home #greeting .table {
display: table;
width: 100%;
margin: 20px 0 0 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

#content #main #home #greeting .table .text {
display: table-cell;
width: 70%;
vertical-align: top;
padding: 0 50px 0 0;
}

#content #main #home #greeting .table .text p {
color: #000;
font-size: 14px;
line-height: 20px;
}

#content #main #home #greeting .table .image {
display: table-cell;
width: 30%;
vertical-align: top;
}

#content #main #home #greeting .table .image img {
display: block;
width: 100%;
}

#content #main #home #greeting .table .image p {
margin: 10px 0 0 0;
color: #000;
font-size: 14px;
line-height: 20px;
text-align: right;
}

/***************************************************************
アクセス
***************************************************************/
/*--------------------------------------------------------------
見出し
--------------------------------------------------------------*/
#content #main #home #access h2 {
margin: 50px 0 0 0;
padding: 15px 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #fef6ea;
border-style: solid;
border-color: #008000;
border-width: 0 0 3px 0;
color: #000;
font-size: 20px;
font-weight: bold;
}

/*--------------------------------------------------------------
余白0
--------------------------------------------------------------*/
#content #main #home #access {
font-size: 0;
}

/*--------------------------------------------------------------
画像
--------------------------------------------------------------*/
#content #main #home #access .image {
display: inline-block;
width: 40%;
vertical-align: top;
margin: 20px 0 0 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

#content #main #home #access .image img {
display: block;
width: 100%;
}

/*--------------------------------------------------------------
基本情報
--------------------------------------------------------------*/
#content #main #home #access .basic {
display: inline-block;
width: 60%;
vertical-align: top;
margin: 20px 0 0 0;
padding: 0 0 0 20px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

/* 受付時間
--------------------------------------------------------------*/
#content #main #home #access .basic table {
width: 100%;
}

#content #main #home #access .basic table caption {
margin: 0 0 10px 0;
color: #000;
font-size: 14px;
font-weight: bold;
text-align: left;
}

#content #main #home #access .basic table thead tr th {
padding: 5px 0;
background: #808080;
border-style: solid;
border-color: #EFFBEF;
border-width: 1px;
color: #fff;
font-size: 14px;
}

#content #main #home #access .basic table tbody tr td {
padding: 5px 0;
border-style: solid;
border-color: #EFFBEF;
border-width: 1px;
color: #808080;
font-size: 14px;
text-align: center;
}

#content #main #home #access .basic table tfoot tr td {
color: #808080;
font-size: 14px;
line-height: 20px;
}

/* 住所 & アクセス
--------------------------------------------------------------*/
#content #main #home #access .basic p {
margin: 10px 0 0 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #000;
font-size: 14px;
line-height: 20px;
}

#content #main #home #access .basic p span {
display: inline-block;
font-weight: bold;
}

/*--------------------------------------------------------------
グーグルマップ
--------------------------------------------------------------*/
#content #main #home #access .map {
margin: 30px 0 0 0;
}

#content #main #home #access .map iframe {
width: 100%;
height: 250px;
}

/*--------------------------------------------------------------
予約
--------------------------------------------------------------*/
#content #main #home #access .reserve p {
margin: 50px 0 0 0;
color: #000;
font-size: 30px;
}

#content #main #home #access .reserve p span {
display: inline-block;
color: #008000;
font-size: 40px;
font-weight: bold;
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ebf9da));
background: linear-gradient(transparent 50%, #ebf9da 50%);
}

#content #main #home #access .reserve a:nth-of-type(1) {
display: inline-block;
width: 39%;
vertical-align: middle;
margin: 20px 1% 0 0;
padding: 15px 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), color-stop(50%, #808080), to(#d3d3d3));
background: linear-gradient(to bottom, #d3d3d3, #808080 50%, #d3d3d3);
border-style: solid;
border-color: #808080;
border-width: 2px;
border-radius: 5px;
color: #fff;
font-size: 20px;
text-align: center;
text-decoration: none;
}

#content #main #home #access .reserve a:nth-of-type(2) {
display: inline-block;
width: 24%;
vertical-align: middle;
margin: 20px 1% 0 0;
padding: 15px 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: -webkit-gradient(linear, left top, left bottom, from(#D8F781), color-stop(50%, #688A08), to(#D8F781));
background: linear-gradient(to bottom, #D8F781, #688A08 50%, #D8F781);
border-style: solid;
border-color: #688A08;
border-width: 2px;
border-radius: 5px;
color: #fff;
font-size: 20px;
text-align: center;
text-decoration: none;
}

#content #main #home #access .reserve a:nth-of-type(3) {
display: inline-block;
width: 34%;
vertical-align: middle;
margin: 20px 1% 0 0;
padding: 15px 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: -webkit-gradient(linear, left top, left bottom, from(#fae9d2), color-stop(50%, #f4a460), to(#fae9d2));
background: linear-gradient(to bottom, #fae9d2, #f4a460 50%, #fae9d2);
border-style: solid;
border-color: #f4a460;
border-width: 2px;
border-radius: 5px;
color: #fff;
font-size: 20px;
text-align: center;
text-decoration: none;
}

#content #main #home #access .reserve a:hover {
opacity: 0.8;
}

#content #main #home #access .reserve a i {
display: inline-block;
margin: 0 10px 0 0;
}

/*--------------------------------------------------------------
ライン
--------------------------------------------------------------*/
#content #main #home #access .line {
margin: 50px 0 0 0;
text-align: center;
}

#content #main #home #access .line a {
display: inline-block;
width: 250px;
height: 250px;
padding: 40px 0 0 0;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
border-style: dashed;
border-color: #008000;
border-width: 5px;
border-radius: 50%;
-webkit-box-shadow: 10px 5px 5px #000;
        box-shadow: 10px 5px 5px #000;
text-decoration: none;
}

#content #main #home #access .line a span.text_1 {
display: block;
color: #ff8199;
font-size: 20px;
font-weight: bold;
letter-spacing: 4px;
}

#content #main #home #access .line a span.text_2 {
display: block;
margin: 10px 0 0 0;
color: #000;
font-size: 14px;
letter-spacing: 2px;
}

#content #main #home #access .line a span.text_3 {
display: block;
margin: 5px 0 0 0;
color: #000;
font-size: 14px;
letter-spacing: 2px;
}

#content #main #home #access .line a span.image img {
display: inline-block;
width: 100%;
max-width: 200px;
}

/*--------------------------------------------------------------
予約バナー
--------------------------------------------------------------*/
#content #main #home #access .banner {
position: relative;
width: 80%;
margin: 50px auto 0 auto;
box-sizing: border-box;
}
@media (min-width: 1201px) and (max-width: 1400px) {
#content #main #home #access .banner {
    width: 85%;
}
}

#content #main #home #access .banner a:nth-of-type(1) {
display: block;
padding: 0 20px 20px 20px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
border-style: solid;
border-color: #008000;
border-width: 5px 5px 0 5px;
border-radius: 10px 10px 0 0;
text-decoration: none;
}

#content #main #home #access .banner a:nth-of-type(1) span.logo {
display: inline-block;
width: 30%;
vertical-align: middle;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
}

#content #main #home #access .banner a:nth-of-type(1) span.logo img {
display: inline-block;
height: 50px;
}

#content #main #home #access .banner a:nth-of-type(1) span.logo i {
display: block;
color: #008000;
font-size: 20px;
font-weight: bold;
text-decoration: none;
text-shadow: #fff 1px 1px 2px,
#fff -1px 1px 2px,
#fff 1px -1px 4px,
#fff -1px -1px 2px;
font-style: normal;
}

#content #main #home #access .banner a:nth-of-type(1) span.text_1 {
display: inline-block;
width: 30%;
vertical-align: middle;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 5px 10px 5px 20px;
background: #ff5c5c;
border-radius: 5px;
color: #fff;
font-size: 20px;
letter-spacing: 10px;
text-align: center;
}

#content #main #home #access .banner a:nth-of-type(1) span.text_2 {
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 20px 0 0 0;
color: #000;
font-size: 20px;
}

#content #main #home #access .banner a:nth-of-type(1) span.text_2 i {
display: inline-block;
font-size: normal;
color: #ff5c5c;
}

#content #main #home #access .banner a:nth-of-type(1) span.tel {
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 20px 0 0 0;
color: #808080;
font-size: 40px;
}

#content #main #home #access .banner a:nth-of-type(2) {
display: block;
padding: 15px 20px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #008000;
border-radius: 0 0 10px 10px;
color: #fff;
font-size: 18px;
text-decoration: none;
}
@media (min-width: 1201px) and (max-width: 1400px) {
#content #main #home #access .banner a:nth-of-type(2) {
    font-size: 16px;
}
}

#content #main #home #access .banner a:hover {
opacity: 0.8;
}

#content #main #home #access .banner p img {
position: absolute;
bottom: 0;
right: 0;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
width: 250px;
}
@media (min-width: 1201px) and (max-width: 1400px) {
#content #main #home #access .banner p img {
    width: 200px;
}
}

/* 下層ページ */
/***************************************************************
ぱんくずリスト
***************************************************************/
/*--------------------------------------------------------------
リスト
--------------------------------------------------------------*/
#content #main #lower #breadcrumbs ol {
font-size: 0;
list-style: none;
}

#content #main #lower #breadcrumbs ol li {
display: inline-block;
color: #000;
font-size: 14px;
}

#content #main #lower #breadcrumbs ol li a {
color: #1a0dab;
font-size: 14px;
text-decoration: underline;
}

#content #main #lower #breadcrumbs ol li a::after {
content: ">";
display: inline-block;
margin: 0 20px;
color: #000;
text-decoration: none;
}

#content #main #lower #breadcrumbs ol li a:hover {
text-decoration: none;
}

/***************************************************************
当院について
***************************************************************/
/*--------------------------------------------------------------
見出し
--------------------------------------------------------------*/
#content #main #lower #about h2 {
margin: 50px 0 0 0;
padding: 15px 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #fef6ea;
border-style: solid;
border-color: #008000;
border-width: 0 0 3px 0;
color: #000;
font-size: 20px;
font-weight: bold;
}

/*--------------------------------------------------------------
当院について
--------------------------------------------------------------*/
#content #main #lower #about .about_1 .table {
display: table;
width: 100%;
margin: 20px 0 0 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

#content #main #lower #about .about_1 .table .text {
display: table-cell;
width: 70%;
vertical-align: top;
padding: 0 50px 0 0;
}

#content #main #lower #about .about_1 .table .text p {
color: #000;
font-size: 14px;
line-height: 20px;
}

#content #main #lower #about .about_1 .table .image {
display: table-cell;
width: 30%;
vertical-align: top;
}

#content #main #lower #about .about_1 .table .image img {
display: block;
width: 100%;
}

/***************************************************************
料金表
***************************************************************/
/*--------------------------------------------------------------
見出し
--------------------------------------------------------------*/
#content #main #lower #price h2 {
margin: 50px 0 0 0;
padding: 15px 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #fef6ea;
border-style: solid;
border-color: #008000;
border-width: 0 0 3px 0;
color: #000;
font-size: 20px;
font-weight: bold;
}

/*--------------------------------------------------------------
連絡ツール
--------------------------------------------------------------*/
#content #main #lower #price .contact_tool {
    display: table;
    width: 80%;
    margin: 20px auto 50px auto;
    box-sizing: border-box;
}
#content #main #lower #price .contact_tool .left {
    display: table-cell;
    width: 45%;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 0;
}
#content #main #lower #price .contact_tool .left article {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
}
#content #main #lower #price .contact_tool .left article:nth-of-type(n+3) {
    margin: 20px 0 0 0;
}
#content #main #lower #price .contact_tool .left article a {
    display: block;
    text-decoration: none;
}
#content #main #lower #price .contact_tool .left article a span.name {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: bold;  
}
#content #main #lower #price .contact_tool .left article a span.icon {
    display: block;
    margin: 10px 0 0 0;
}
#content #main #lower #price .contact_tool .left article a span.icon i {
    font-size: 40px;
}
#content #main #lower #price .contact_tool .left article:nth-of-type(1) a span.icon i {
    color: #ff8199;
}
#content #main #lower #price .contact_tool .left article:nth-of-type(2) a span.icon i {
    color: #F4B400;
}
#content #main #lower #price .contact_tool .left article:nth-of-type(3) a span.icon i {
    color: #0000ff;
}
#content #main #lower #price .contact_tool .left article:nth-of-type(4) a span.icon i {
    color: #00B900;
}
#content #main #lower #price .contact_tool .left article a span.text {
    display: block;
    margin: 10px 0 0 0;
    color: #808080;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}
#content #main #lower #price .contact_tool .right {
    display: table-cell;
    width: 55%;
    vertical-align: middle;
    padding: 0 0 0 10%;
    box-sizing: border-box;
}
#content #main #lower #price .contact_tool .right p img {
    display: inline-block;
    width: 100%;
    box-shadow: 0 10px 10px -10px #000;
}

/*--------------------------------------------------------------
保険適用
--------------------------------------------------------------*/
/* 紹介
--------------------------------------------------------------*/
#content #main #lower #price .price_1 .introduction h3 {
margin: 20px 0 0 0;
padding: 10px 0 10px 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-style: solid;
border-color: #7d7d7d;
border-width: 0 0 1px 5px;
color: #000;
font-size: 20px;
font-weight: bold;
}

/* メニュー
--------------------------------------------------------------*/
#content #main #lower #price .price_1 .menu h4 {
display: inline-block;
margin: 20px 0 0 0;
padding: 10px 20px;
border: solid #808080 1px;
border-radius: 10px;
color: #808080;
font-size: 20px;
font-weight: bold;
}

#content #main #lower #price .price_1 .menu article .flask {
margin: 20px 0 0 0;
padding: 20px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #fef6ea;
}

#content #main #lower #price .price_1 .menu article .flask p.name {
color: #000;
font-size: 14px;
font-weight: bold;
line-height: 20px;
}

#content #main #lower #price .price_1 .menu article .flask p.sentence {
margin: 10px 0 0 0;
color: #000;
font-size: 14px;
line-height: 20px;
}

#content #main #lower #price .price_1 .menu article .flask ul.asterisk {
margin: 10px 0 0 0;
list-style: none;
}

#content #main #lower #price .price_1 .menu article .flask ul.asterisk li {
position: relative;
display: block;
padding: 0 0 0 20px;
color: #000;
font-size: 14px;
line-height: 20px;
}

#content #main #lower #price .price_1 .menu article .flask ul.asterisk li::before {
position: absolute;
top: 0;
left: 0;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
content: '\203B';
color: #000;
font-size: 14px;
}

/* 注意事項（モーダルウィンドウ）
--------------------------------------------------------------*/
/* スイッチ */
#content #main #lower #price .price_1 .menu article .flask ul.modal_trigger {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 0;
list-style: none;
}

#content #main #lower #price .price_1 .menu article .flask ul.modal_trigger li.modal_btn {
display: inline-block;
margin: 10px 0 0 0;
color: #0000ff;
font-size: 14px;
text-decoration: underline;
}

/* モーダルウィンドウ */
#content #main #lower #price .price_1 .menu article .flask .modal_box {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
}

#content #main #lower #price .price_1 .menu article .flask .modal_box .modal_bg {
width: 100%;
height: 100%;
background-color: rgba(30, 30, 30, 0.9);
}

#content #main #lower #price .price_1 .menu article .flask .modal_box .modal_inner {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 75%;
height: 50vh;
margin: 0 auto;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-color: #fff;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
overflow-y: scroll;
}

#content #main #lower #price .price_1 .menu article .flask .modal_box .modal_inner .modal_close {
cursor: pointer;
position: absolute;
top: 0;
right: 20px;
color: #008000;
font-size: 40px;
}

#content #main #lower #price .price_1 .menu article .flask .modal_box .modal_inner .modal_block {
padding: 50px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

#content #main #lower #price .price_1 .menu article .flask .modal_box .modal_inner .modal_block p.midashi {
padding: 0 0 0 20px;
border-style: solid;
border-color: #008000;
border-width: 0 0 0 5px;
color: #000;
font-size: 20px;
font-weight: bold;
}

#content #main #lower #price .price_1 .menu article .flask .modal_box .modal_inner .modal_block p.midashi:nth-of-type(n+2) {
margin: 50px 0 0 0;
}

#content #main #lower #price .price_1 .menu article .flask .modal_box .modal_inner .modal_block p.description {
margin: 20px 0 0 0;
color: #000;
font-size: 14px;
line-height: 20px;
}

#content #main #lower #price .price_1 .menu article .flask .modal_box .modal_inner .modal_block table {
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 20px 0 0 0;
}

#content #main #lower #price .price_1 .menu article .flask .modal_box .modal_inner .modal_block table caption {
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
background: #b6dbdc;
border-style: solid;
border-color: #dcdcdc;
border-width: 1px;
color: #000;
font-size: 14px;
font-weight: bold;
text-align: center;
}

#content #main #lower #price .price_1 .menu article .flask .modal_box .modal_inner .modal_block table thead {
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 10px 0 0 0;
background: #d4e8e8;
}

#content #main #lower #price .price_1 .menu article .flask .modal_box .modal_inner .modal_block table thead tr th {
padding: 10px;
border-style: solid;
border-color: #dcdcdc;
border-width: 1px;
color: #000;
font-size: 14px;
text-align: center;
}

#content #main #lower #price .price_1 .menu article .flask .modal_box .modal_inner .modal_block table thead tr th:nth-of-type(1) {
width: 60%;
}

#content #main #lower #price .price_1 .menu article .flask .modal_box .modal_inner .modal_block table thead tr th:nth-of-type(2),
#content #main #lower #price .price_1 .menu article .flask .modal_box .modal_inner .modal_block table thead tr th:nth-of-type(3) {
width: 20%;
}

#content #main #lower #price .price_1 .menu article .flask .modal_box .modal_inner .modal_block table tbody {
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 10px 0 0 0;
}

#content #main #lower #price .price_1 .menu article .flask .modal_box .modal_inner .modal_block table tbody tr th {
width: 40%;
vertical-align: middle;
padding: 10px;
border-style: solid;
border-color: #dcdcdc;
border-width: 1px;
color: #000;
font-size: 14px;
line-height: 20px;
text-align: center;
}

#content #main #lower #price .price_1 .menu article .flask .modal_box .modal_inner .modal_block table tbody tr td {
width: 20%;
padding: 10px;
border-style: solid;
border-color: #dcdcdc;
border-width: 1px;
color: #000;
font-size: 14px;
text-align: center;
}

#content #main #lower #price .price_1 .menu article .flask .modal_box .modal_inner .modal_block table tfoot {
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 10px 0 0 0;
}

#content #main #lower #price .price_1 .menu article .flask .modal_box .modal_inner .modal_block table tfoot tr {
width: 100%;
}

#content #main #lower #price .price_1 .menu article .flask .modal_box .modal_inner .modal_block table tfoot tr td {
position: relative;
width: 100%;
padding: 0 0 0 20px;
color: #ff0000;
font-size: 14px;
line-height: 20px;
}

#content #main #lower #price .price_1 .menu article .flask .modal_box .modal_inner .modal_block table tfoot tr td::before {
position: absolute;
top: 0;
left: 0;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
content: '\203B';
color: #ff0000;
font-size: 14px;
}

#content #main #lower #price .price_1 .menu article .flask .modal_box .modal_inner .modal_block ul {
margin: 20px 0 0 0;
list-style: none;
}

#content #main #lower #price .price_1 .menu article .flask .modal_box .modal_inner .modal_block ul li {
position: relative;
display: block;
padding: 0 0 0 20px;
color: #000;
font-size: 14px;
line-height: 20px;
}

#content #main #lower #price .price_1 .menu article .flask .modal_box .modal_inner .modal_block ul li::before {
position: absolute;
top: 0;
left: 0;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
content: '\203B';
color: #000;
font-size: 14px;
}

/*--------------------------------------------------------------
自費診療
--------------------------------------------------------------*/
/* 紹介
--------------------------------------------------------------*/
#content #main #lower #price .price_2 .introduction h3 {
margin: 50px 0 0 0;
padding: 10px 0 10px 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-style: solid;
border-color: #7d7d7d;
border-width: 0 0 1px 5px;
color: #000;
font-size: 20px;
font-weight: bold;
}

/* メニュー
--------------------------------------------------------------*/
#content #main #lower #price .price_2 .menu h4 {
display: inline-block;
margin: 20px 0 0 0;
padding: 10px 20px;
border: solid #808080 1px;
border-radius: 10px;
color: #808080;
font-size: 20px;
font-weight: bold;
}

#content #main #lower #price .price_2 .menu article {
margin: 20px 0 0 0;
padding: 20px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #fef6ea;
font-size: 0;
}

#content #main #lower #price .price_2 .menu article:nth-of-type(n+2) {
margin: 10px 0 0 0;
}

#content #main #lower #price .price_2 .menu article p.name {
display: inline-block;
width: 60%;
vertical-align: top;
padding: 0 5% 0 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #000;
font-size: 14px;
font-weight: bold;
line-height: 20px;
}

#content #main #lower #price .price_2 .menu article p.fee {
display: inline-block;
width: 40%;
vertical-align: top;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #008000;
font-size: 14px;
line-height: 20px;
text-align: right;
}

#content #main #lower #price .price_2 .menu article p.description {
display: inline-block;
width: 100%;
vertical-align: top;
margin: 10px 0 0 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #000;
font-size: 14px;
line-height: 20px;
}

/*--------------------------------------------------------------
詳しくはこちら
--------------------------------------------------------------*/
.more-btn {
margin-top: 30px;
text-align: center;
}

.more-btn a {
background: #008000;
border-radius: 30px;
color: #fff;
display: inline-block;
font-size: 18px;
font-weight: bold;
margin: 0 auto;
padding: 15px;
position: relative;
text-decoration: none;
-webkit-transition: .3s;
transition: .3s;
width: 90%;
max-width: 250px;
}

.more-btn a:hover {
opacity: 0.8;
}

.more-btn a:hover::after {
right: 15px;
}

.more-btn a::after {
border-top: 2px solid #fff;
border-left: 2px solid #fff;
content: "";
margin-top: -5px;
position: absolute;
top: 50%;
right: 25px;
-webkit-transform: rotate(135deg);
        transform: rotate(135deg);
-webkit-transition: .3s;
transition: .3s;
width: 10px;
height: 10px;
}

/*--------------------------------------------------------------
キャンセルポリシー
--------------------------------------------------------------*/
/* 領域
--------------------------------------------------------------*/
#content #main #lower #price .price_6 {
    margin: 50px 0 0 0;
    padding: 20px;
    box-sizing: border-box;
    background: #f5f5f5;
    border: solid 3px #008000;
}
/* 見出し
--------------------------------------------------------------*/
#content #main #lower #price .price_6 .midashi p {
    color: #191970;
    font-size: 20px;
    font-weight: bold;
}
/* テキスト
--------------------------------------------------------------*/
#content #main #lower #price .price_6 .description p {
    margin: 20px 0 0 0;
    color: #191970;
    font-size: 14px;
    line-height: 20px;
}
#content #main #lower #price .price_6 .description p span {
    display: block;
    font-weight: bold;
}

/*--------------------------------------------------------------
不調
--------------------------------------------------------------*/
/* 領域
--------------------------------------------------------------*/
#content #main #lower #price .price_3 {
    margin: 50px 0 0 0;
}
/* 画像
--------------------------------------------------------------*/
#content #main #lower #price .price_3 p img {
    display: inline-block;
    width: 100%;
}
#content #main #lower #price .price_3 p img.sp {
    display: none;
}

/*--------------------------------------------------------------
メッセージ
--------------------------------------------------------------*/
/* 領域
--------------------------------------------------------------*/
#content #main #lower #price .price_4 {
margin: 50px 0 0 0;
text-align: center;
}

/* テキスト
--------------------------------------------------------------*/
#content #main #lower #price .price_4 p {
color: #400000;
font-size: 20px;
font-weight: bold;
line-height: 30px;
text-decoration: underline;
}

#content #main #lower #price .price_4 p:nth-of-type(n+2) {
margin: 20px 0 0 0;
}

/*--------------------------------------------------------------
当院ではクレジットカード、電子マネーをご利用いただけます
--------------------------------------------------------------*/
/* 領域
--------------------------------------------------------------*/
#content #main #lower #price .price_5 {
margin: 50px 0 0 0;
}

/* 見出し
--------------------------------------------------------------*/
#content #main #lower #price .price_5 .midashi {
-webkit-box-sizing: border-box;
        box-sizing: border-box;
font-size: 0;
}

#content #main #lower #price .price_5 .midashi p.left {
display: inline-block;
width: 30%;
vertical-align: middle;
padding: 0 10px;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
}

#content #main #lower #price .price_5 .midashi p.left img {
display: inline-block;
width: 100%;
}

#content #main #lower #price .price_5 .midashi p.right {
display: inline-block;
width: 70%;
padding: 0 10px;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
vertical-align: middle;
color: #000;
font-size: 25px;
font-weight: bold;
line-height: 35px;
}

/* クレジットカード
--------------------------------------------------------------*/
#content #main #lower #price .price_5 .credit {
padding: 20px;
border-style: double;
border-color: #fef6ea;
border-width: 10px 10px 0 10px;
}

#content #main #lower #price .price_5 .credit p.komidashi {
color: #808080;
font-size: 20px;
font-weight: bold;
}

#content #main #lower #price .price_5 .credit p.list {
margin: 10px 0 0 0;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
font-size: 0;
}

#content #main #lower #price .price_5 .credit p.list span.image {
display: inline-block;
width: 80%;
vertical-align: middle;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
}

#content #main #lower #price .price_5 .credit p.list span.image img {
display: inline-block;
width: 100%;
}

#content #main #lower #price .price_5 .credit p.list span.text {
display: inline-block;
width: 20%;
vertical-align: middle;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
color: #000;
font-size: 20px;
text-align: center;
}

/* 電子マネー
--------------------------------------------------------------*/
#content #main #lower #price .price_5 .electronic {
padding: 20px;
border-style: double;
border-color: #fef6ea;
border-width: 0 10px 10px 10px;
}

#content #main #lower #price .price_5 .electronic p.komidashi {
color: #808080;
font-size: 20px;
font-weight: bold;
}

#content #main #lower #price .price_5 .electronic p.list {
margin: 10px 0 0 0;
}

#content #main #lower #price .price_5 .electronic p.list img {
display: inline-block;
width: 80%;
}

/***************************************************************
スタッフ
***************************************************************/
/*--------------------------------------------------------------
見出し
--------------------------------------------------------------*/
#content #main #lower #staff h2 {
margin: 50px 0 0 0;
padding: 15px 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #fef6ea;
border-style: solid;
border-color: #008000;
border-width: 0 0 3px 0;
color: #000;
font-size: 20px;
font-weight: bold;
}

/*--------------------------------------------------------------
スタッフ情報
--------------------------------------------------------------*/
/* 余白
--------------------------------------------------------------*/
#content #main #lower #staff .staff_1 article {
font-size: 0;
}

/* 名前
--------------------------------------------------------------*/
#content #main #lower #staff .staff_1 article p.name span {
display: inline-block;
margin: 20px 0 0 0;
padding: 0 0 5px 0;
border-style: solid;
border-width: 0 0 5px 0;
border-color: #808080;
color: #000;
font-size: 14px;
font-weight: bold;
}

#content #main #lower #staff .staff_1 article p.name span b {
display: inline-blok;
margin: 0 0 0 10px;
color: #000;
font-size: 20px;
font-weight: bold;
}

/* 文章
--------------------------------------------------------------*/
#content #main #lower #staff .staff_1 article p.sentence {
display: inline-block;
width: 70%;
vertical-align: top;
margin: 20px 0 0 0;
padding: 0 20px 0 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #000;
font-size: 14px;
line-height: 20px;
}

/* 画像
--------------------------------------------------------------*/
#content #main #lower #staff .staff_1 article p.image {
display: inline-block;
width: 30%;
vertical-align: top;
margin: 20px 0 0 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

#content #main #lower #staff .staff_1 article p.image img {
display: block;
width: 100%;
}

/* リスト
--------------------------------------------------------------*/
#content #main #lower #staff .staff_1 article dl {
margin: 20px 0 0 0;
padding: 20px 0 0 0;
border-style: dotted;
border-width: 1px 0 0 0;
border-color: #808080;
font-size: 0;
}

#content #main #lower #staff .staff_1 article dl dt {
display: inline-block;
width: 20%;
vertical-align: top;
padding: 5px 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #808080;
color: #fff;
font-size: 14px;
text-align: center;
}

#content #main #lower #staff .staff_1 article dl dd {
display: inline-block;
width: 80%;
vertical-align: top;
padding: 5px 0 5px 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #000;
font-size: 14px;
}

#content #main #lower #staff .staff_1 article dl dt:nth-of-type(n+2),
#content #main #lower #staff .staff_1 article dl dd:nth-of-type(n+2) {
margin: 10px 0 0 0;
}

/***************************************************************
よくある質問
***************************************************************/
/*--------------------------------------------------------------
見出し
--------------------------------------------------------------*/
#content #main #lower #qa h2 {
margin: 50px 0 0 0;
padding: 15px 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #fef6ea;
border-style: solid;
border-color: #008000;
border-width: 0 0 3px 0;
color: #000;
font-size: 20px;
font-weight: bold;
}

/*--------------------------------------------------------------
Q&A
--------------------------------------------------------------*/
#content #main #lower #qa article {
margin: 20px 0 0 0;
padding: 20px;
border-style: solid;
border-color: #fbe3be;
border-width: 3px;
}

#content #main #lower #qa article dl {
font-size: 0;
}

#content #main #lower #qa article dl:nth-of-type(1) {
padding: 0 0 20px 0;
}

#content #main #lower #qa article dl:nth-of-type(2) {
padding: 20px 0 0 0;
border-style: dotted;
border-color: #f99717;
border-width: 1px 0 0 0;
}

#content #main #lower #qa article dl dt {
display: inline-block;
width: 10%;
vertical-align: top;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

#content #main #lower #qa article dl dt span {
display: inline-block;
width: 20px;
height: 20px;
background: #ff8199;
border-radius: 50%;
color: #fff;
font-size: 14px;
text-align: center;
line-height: 20px;
}

#content #main #lower #qa article dl:nth-of-type(1) dt span {
background: #ff8199;
}

#content #main #lower #qa article dl:nth-of-type(2) dt span {
background: #87CEFA;
}

#content #main #lower #qa article dl dd {
display: inline-block;
width: 90%;
vertical-align: top;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #000;
font-size: 14px;
line-height: 20px;
}

/***************************************************************
新着情報
***************************************************************/
/***************************************************************
ブログ
***************************************************************/
/***************************************************************
症状別メニュー
〇肩こり・肩周辺の痛み
〇腰痛・腰周辺の痛み
〇膝・脚の痛み、むくみ
〇鍼
〇美容鍼
〇交通事故
***************************************************************/
/*--------------------------------------------------------------
見出し
--------------------------------------------------------------*/
#content #main #lower #menu h2 {
margin: 50px 0 0 0;
padding: 15px 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #fef6ea;
border-style: solid;
border-color: #008000;
border-width: 0 0 3px 0;
color: #000;
font-size: 20px;
font-weight: bold;
}

/*--------------------------------------------------------------
連絡ツール
--------------------------------------------------------------*/
#content #main #lower #menu .contact_tool {
    display: table;
    width: 80%;
    margin: 20px auto 50px auto;
    box-sizing: border-box;
}
#content #main #lower #menu .contact_tool .left {
    display: table-cell;
    width: 45%;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 0;
}
#content #main #lower #menu .contact_tool .left article {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
}
#content #main #lower #menu .contact_tool .left article:nth-of-type(n+3) {
    margin: 20px 0 0 0;
}
#content #main #lower #menu .contact_tool .left article a {
    display: block;
    text-decoration: none;
}
#content #main #lower #menu .contact_tool .left article a span.name {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: bold;  
}
#content #main #lower #menu .contact_tool .left article a span.icon {
    display: block;
    margin: 10px 0 0 0;
}
#content #main #lower #menu .contact_tool .left article a span.icon i {
    font-size: 40px;
}
#content #main #lower #menu .contact_tool .left article:nth-of-type(1) a span.icon i {
    color: #ff8199;
}
#content #main #lower #menu .contact_tool .left article:nth-of-type(2) a span.icon i {
    color: #F4B400;
}
#content #main #lower #menu .contact_tool .left article:nth-of-type(3) a span.icon i {
    color: #0000ff;
}
#content #main #lower #menu .contact_tool .left article:nth-of-type(4) a span.icon i {
    color: #00B900;
}
#content #main #lower #menu .contact_tool .left article a span.text {
    display: block;
    margin: 10px 0 0 0;
    color: #808080;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}
#content #main #lower #menu .contact_tool .right {
    display: table-cell;
    width: 55%;
    vertical-align: middle;
    padding: 0 0 0 10%;
    box-sizing: border-box;
}
#content #main #lower #menu .contact_tool .right p img {
    display: inline-block;
    width: 100%;
    box-shadow: 0 10px 10px -10px #000;
}

/*--------------------------------------------------------------
悩み
--------------------------------------------------------------*/
/* 見出し
--------------------------------------------------------------*/
#content #main #lower #menu .menu_1 h3 {
margin: 50px 0 0 0;
color: #000;
font-size: 30px;
font-weight: bold;
}

#content #main #lower #menu .menu_1 h3 strong {
display: inline-block;
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffd79c));
background: linear-gradient(transparent 50%, #ffd79c 50%);
}

#content #main #lower #menu .menu_1 h3 span {
position: relative;
color: #000;
font-size: 40px;
font-weight: bold;
}

#content #main #lower #menu .menu_1 h3 span::after {
position: absolute;
top: -30px;
left: 50%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
content: "・";
color: #008000;
font-size: 30px;
}

/* テーブル
--------------------------------------------------------------*/
#content #main #lower #menu .menu_1 .table {
display: table;
width: 100%;
margin: 20px 0 0 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

#content #main #lower #menu .menu_1 .table .text {
display: table-cell;
width: 70%;
vertical-align: middle;
padding: 0 50px 0 0;
}

#content #main #lower #menu .menu_1 .table .text p {
padding: 10px 0;
border-style: dotted;
border-color: #000;
border-width: 0 0 1px 0;
color: #000;
font-size: 14px;
line-height: 20px;
}

/* チェックマーク */
#content #main #lower #menu .menu_1 .table .text p.checkmark {
position: relative;
padding-left: 40px;
}

#content #main #lower #menu .menu_1 .table .text p.checkmark::after {
position: absolute;
content: "";
display: block;
top: 10px;
left: 5px;
width: 15px;
height: 5px;
border-left: 5px solid #008000;
border-bottom: 5px solid #008000;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}

#content #main #lower #menu .menu_1 .table .image {
display: table-cell;
width: 30%;
vertical-align: middle;
}

#content #main #lower #menu .menu_1 .table .image p img {
display: inline-block;
width: 100%;
}

/*--------------------------------------------------------------
原因
--------------------------------------------------------------*/
/* 見出し
--------------------------------------------------------------*/
#content #main #lower #menu .menu_2 h4 {
margin: 40px 0 0 0;
padding: 15px 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-style: solid;
border-color: #808080;
border-width: 0 0 3px 5px;
color: #000;
font-size: 20px;
font-weight: bold;
}

/* テーブル
--------------------------------------------------------------*/
#content #main #lower #menu .menu_2 .table {
display: table;
width: 100%;
margin: 20px 0 0 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

#content #main #lower #menu .menu_2 .table .text {
display: table-cell;
width: 70%;
vertical-align: middle;
padding: 0 50px 0 0;
}

#content #main #lower #menu .menu_2 .table .text p {
color: #000;
font-size: 14px;
line-height: 20px;
}

#content #main #lower #menu .menu_2 .table .image {
display: table-cell;
width: 30%;
vertical-align: middle;
}

#content #main #lower #menu .menu_2 .table .image p img {
display: inline-block;
width: 100%;
}

/* テキスト
--------------------------------------------------------------*/
#content #main #lower #menu .menu_2 > .text p {
margin: 20px 0 0 0;
color: #000;
font-size: 14px;
line-height: 20px;
}

/*--------------------------------------------------------------
特徴
--------------------------------------------------------------*/
/* 見出し
--------------------------------------------------------------*/
#content #main #lower #menu .menu_3 h5 {
margin: 40px 0 0 0;
padding: 0 10px 15px 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-style: double;
border-color: #FFC778;
border-width: 0 0 5px 0;
color: #000;
font-size: 18px;
font-weight: bold;
}

/* テーブル
--------------------------------------------------------------*/
#content #main #lower #menu .menu_3 .table {
display: table;
width: 100%;
margin: 20px 0 0 0;
padding: 20px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #fef6ea;
}

#content #main #lower #menu .menu_3 .table .text {
display: table-cell;
width: 70%;
vertical-align: middle;
padding: 0 50px 0 0;
}

#content #main #lower #menu .menu_3 .table .text p {
color: #000;
font-size: 14px;
line-height: 20px;
}

#content #main #lower #menu .menu_3 .table .image {
display: table-cell;
width: 30%;
vertical-align: middle;
}

#content #main #lower #menu .menu_3 .table .image p img {
display: inline-block;
width: 100%;
}

/***************************************************************
美容鍼
***************************************************************/
.menu__container {
margin-top: 50px;
}

.menu__container:first-child {
margin-top: 0;
}

.menu__ttl01 {
font-family: 'Hiragino Kaku Gothic Pro', "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, 'MS PGothic', arial, helvetica, sans-serif;
font-size: 36px;
font-weight: bold;
margin: 30px 0;
}

.menu__ttl02 {
margin: 40px 0 0 0;
padding: 15px 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-style: solid;
border-color: #808080;
border-width: 0 0 3px 5px;
color: #000;
font-size: 20px;
font-weight: bold;
}

.menu__ttl03 {
color: #f20000;
font-family: 'Hiragino Kaku Gothic Pro', "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, 'MS PGothic', arial, helvetica, sans-serif;
font-size: 30px;
font-weight: bold;
text-align: center;
}

.menu__ttl04 {
margin: 40px 0 0 0;
padding: 0 10px 15px 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-style: double;
border-color: #FFC778;
border-width: 0 0 5px 0;
color: #000;
font-size: 18px;
font-weight: bold;
}

.menu__img.-center {
text-align: center;
}

.menu__img img {
height: auto;
max-width: 100%;
}

.menu__txt {
line-height: 1.5;
margin-top: 1em;
}

.menu__txt.-center {
text-align: center;
}

.menu__txt.-note {
font-size: 90%;
margin-left: 1em;
text-indent: -1em;
}

/* menu-marker */
[class^="menu-marker"] {
font-weight: inherit;
}

.menu-marker01 {
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffd79c));
background: linear-gradient(transparent 50%, #ffd79c 50%);
}

.menu-marker02 {
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fdeed7));
background: linear-gradient(transparent 50%, #fdeed7 50%);
}

/* menu-check-list */
.menu-check-list__item {
border-bottom: 1px dotted #333;
font-size: 18px;
line-height: 1.5;
list-style: none;
padding: 10px 0 5px 40px;
position: relative;
}

.menu-check-list__item::after {
position: absolute;
content: "";
display: block;
top: 20px;
left: 5px;
width: 15px;
height: 5px;
border-left: 5px solid #008000;
border-bottom: 5px solid #008000;
-webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
}

/* menu-num-list */
.menu-num-list {
counter-reset: num 0;
}

.menu-num-list__item {
counter-increment: num 1;
list-style: none;
line-height: 1.5;
padding: 1em 0 5px 34px;
position: relative;
}

.menu-num-list__item::before {
color: #28a828;
content: counter(num);
font-family: 'Hiragino Kaku Gothic Pro', "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, 'MS PGothic', arial, helvetica, sans-serif;
font-size: 24px;
font-weight: bold;
position: absolute;
top: 15px;
left: 0;
}

/* needle */
.needle__ttl {
color: #8a4700;
font-size: 18px;
font-weight: bold;
margin: 1em 0;
}

.needle__box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.needle__thickness {
position: relative;
width: 20%;
}

.needle__thickness::before {
border-bottom: 270px solid #ddd;
border-right: 50px solid transparent;
border-left: 50px solid transparent;
content: "";
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
width: 0;
height: 0;
}

.needle__thin,
.needle__thick {
font-size: 18px;
font-weight: bold;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
        transform: translateX(-50%);
}

.needle__thin {
top: 3%;
}

.needle__thick {
bottom: 3%;
}

.needle__txt {
width: 75%;
}


/***************************************************************
ルート鍼
***************************************************************/
/* ビジュアル */
#menu .menu_5 .hari_1 p.satisfaction {
    text-align: center;
}
#menu .menu_5 .hari_1 p.satisfaction img {
    display: inline-block;
    width: 100%;
    max-width: 200px;
}
#menu .menu_5 .hari_1 h3 {
    margin: 20px 0 0 0;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}
#menu .menu_5 .hari_1 h3 span {
    display: inline-block;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffd79c));
    background: linear-gradient(transparent 50%, #ffd79c 50%);
}
#menu .menu_5 .hari_1 p.visual {
    margin: 20px 0 0 0;
}
#menu .menu_5 .hari_1 p.visual img {
    display: inline-block;
    width: 100%;
}
#menu .menu_5 .hari_1 p.caution {
    margin: 20px 0 0 0;
    color: #000;
    font-size: 14px;
}

/* こんな悩みありませんか? */
#menu .menu_5 .hari_2 {
    background: url(/image.php?id=60);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 200px;
}
#menu .menu_5 .hari_2 h4 {
    margin: 40px 0 0 0;
    padding: 15px 10px;
    border-left: solid #808080 5px;
    border-bottom: solid #808080 3px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}
#menu .menu_5 .hari_2 p {
    padding: 15px 0;
    border-style: dotted;
    border-color: #000;
    border-width: 0 0 1px 0;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    z-index: -1;
}
#menu .menu_5 .hari_2 p.checkmark {
    position: relative;
    padding-left: 50px;
}
#menu .menu_5 .hari_2 p.checkmark::after {
    position: absolute;
    content: "";
    display: block;
    top: 20px;
    left: 5px;
    width: 15px;
    height: 5px;
    border-left: 5px solid #008000;
    border-bottom: 5px solid #008000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 辛い・重い・気だるい */
#menu .menu_5 .hari_3 p.image {
    margin: 40px 0 0 0;
}
#menu .menu_5 .hari_3 p.image img {
    display: inline-block;
    width: 100%;
}
#menu .menu_5 .hari_3 p.text {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}
#menu .menu_5 .hari_3 p.text span.part_1 {
    display: inline-block;
    color: #ff4500;
    font-size: 30px;
    font-weight: bold; 
}
#menu .menu_5 .hari_3 p.text span.part_2 {
    display: inline-block;
    color: #dc143c;
    font-size: 30px;
    font-weight: bold; 
}

/* 当院の鍼へのこだわり */
#menu .menu_5 .hari_4 h4 {
    margin: 40px 0 0 0;
    padding: 0 20px 10px 20px;
    border-style: double;
    border-color: #FFC778;
    border-width: 0 0 5px 0;
    color: #000;
    font-size: 20px;
    font-weight: bold;
} 
#menu .menu_5 .hari_4 .text {
    margin: 20px 0 0 0;
    padding: 20px;
    background: #fef6ea;
}
#menu .menu_5 .hari_4 .text p.text_1 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #ffd090), color-stop(90%, #ff8d00));
    background: linear-gradient(#ffd090 10%, #ff8d00 90%);
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 0.5;
}
#menu .menu_5 .hari_4 .text p.text_2 {
    margin: 20px 0 0 0;
    color: #000;
    font-size: 14px;
    line-height: 20px;
}
#menu .menu_5 .hari_4 .text p.text_2 span {
    display: inline-block;
    color: #ff4500;
    font-size: 20px;
    font-weight: bold;
}
#menu .menu_5 .hari_4 .text p.text_3 {
    margin: 20px 0 0 0;
    color: #808080;
    font-size: 14px;
}
#menu .menu_5 .hari_4 .text p.text_3 span {
    color: #dc143c;
    font-weight: bold;
}

/* 鍼の種類・本数 */
#menu .menu_5 .hari_5 h4 {
    margin: 40px 0 0 0;
    padding: 15px 10px;
    border-left: solid #808080 5px;
    border-bottom: solid #808080 3px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}
#menu .menu_5 .hari_5 p.explanation {
    margin: 20px 0 0 0;
    color: #000;
    font-size: 14px;
    line-height: 20px;
}
#menu .menu_5 .hari_5 p span {
    display: block;
    margin: 10px 0 0 0;
}
#menu .menu_5 .hari_5 h5 {
    margin: 20px 0 0 0;
    color: #8a4700;
    font-size: 20px;
    font-weight: bold;
}
#menu .menu_5 .hari_5 .table {
    display: table;
    width: 100%;
    box-sizing: border-box;
}
#menu .menu_5 .hari_5 .table .left {
    display: table-cell;
    width: 80%;
    vertical-align: middle;
    box-sizing: border-box;
}
#menu .menu_5 .hari_5 .table .left dl {
    box-sizing: border-box;
    font-size: 0;
}
#menu .menu_5 .hari_5 .table .left dl dt {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    box-sizing: border-box;
    color: #28a828;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
#menu .menu_5 .hari_5 .table .left dl dt:nth-of-type(n+2) {
    margin: 20px 0 0 0;
}
#menu .menu_5 .hari_5 .table .left dl dd {
    display: inline-block;
    width: 80%;
    vertical-align: top;
    box-sizing: border-box;
    color: #000;
    font-size: 14px;
    line-height: 20px;
}
#menu .menu_5 .hari_5 .table .left dl dd:nth-of-type(n+2) {
    margin: 20px 0 0 0;
}
#menu .menu_5 .hari_5 .table .right {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
    padding: 0 0 0 5%;
    box-sizing: border-box;
    text-align: center;
}
#menu .menu_5 .hari_5 .table .right p img {
    display: inline-block;
    width: 100%;
}
#menu .menu_5 .hari_5 p.caution {
    color: #000;
    font-size: 14px;
    line-height: 20px;
}

/* 患者様の声 */
#menu .menu_5 .hari_6 p.concept {
    margin: 50px 0 0 0;
    color: #ff4500;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}
#menu .menu_5 .hari_6 p.concept span {
    display: inline-block;
    color: #dc143c;
    font-size: 30px;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffd79c));
    background: linear-gradient(transparent 50%, #ffd79c 50%);
}
#menu .menu_5 .hari_6 p.triangle {
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
    padding: 10px 0;
    background: url(/image.php?id=65);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: 0;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}
#menu .menu_5 .hari_6 h4 {
    margin: 20px 0 0 0;
    padding: 0 20px 10px 20px;
    border-style: double;
    border-color: #FFC778;
    border-width: 0 0 5px 0;
    color: #000;
    font-size: 22px;
    font-weight: bold;
}
#menu .menu_5 .hari_6 .voice {
    margin: 20px 0 0 0;
    padding: 20px;
    background: #fef6ea;
}
#menu .menu_5 .hari_6 .voice article {
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    font-size: 0;
}
#menu .menu_5 .hari_6 .voice article:nth-of-type(n+2) {
    margin: 20px 0 0 0;
}
#menu .menu_5 .hari_6 .voice article p.sex {
    display: inline-block;
    width: 20%;
    box-sizing: border-box;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
#menu .menu_5 .hari_6 .voice article p.sex span.women {
    color: #ff0000;
    font-weight: bold;
}
#menu .menu_5 .hari_6 .voice article p.sex span.men {
    color: #0000ff;
    font-weight: bold;
}
#menu .menu_5 .hari_6 .voice article p.name {
    display: inline-block;
    width: 20%;
    box-sizing: border-box;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
#menu .menu_5 .hari_6 .voice article p.comment {
    margin: 10px 0 0 0;
    color: #000;
    font-size: 14px;
    line-height: 20px;
}

/* ラストメッセージ */
#menu .menu_5 .hari_7 p {
    margin: 40px 0 0 0;
    color: #400000;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}


/***************************************************************
交通事故
***************************************************************/
/* そのお悩み、当院にお任せください! */
#menu .accident_1 {
    margin: 40px 0 0 0;
    background: url(/image.php?id=55);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#menu .accident_1 p {
    padding: 20px 0;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
/* 当院が選ばれる7つの理由 */
#menu .accident_2 {
    margin: 40px 0 0 0;
    padding: 40px 40px 0 40px;
    background: #fef6ea;
}

#menu .accident_2 h3 {
    position: relative;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    z-index: 1;
}
#menu .accident_2 h3 b {
    display: inline-block;
    color: #008000;
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
}
#menu .accident_2 h3 span {
    position: absolute;
    top: -50%;
    left: 15%;
    width: 100px;
    height: 100px;
    content: '';
    background: #fff;
    border-radius: 50%;
    z-index: -1;
}

#menu .accident_2 dl {
    margin: 40px 0 0 0;
    box-sizing: border-box;
    font-size: 0;
}
#menu .accident_2 dl dt {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    padding: 20px 0;
    box-sizing: border-box;
}
#menu .accident_2 dl dt:nth-of-type(1) {
    padding: 0 0 20px 0;
}
#menu .accident_2 dl dt span {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 5px 0 0 0;
    box-sizing: border-box;
    background: #fff;
    border-radius: 50%;
    color: #ff8199;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}
#menu .accident_2 dl dd {
    display: inline-block;
    width: 80%;
    vertical-align: top;
    padding: 20px 0;
    box-sizing: border-box;
    color: #000;
    font-size: 14px;
    line-height: 20px;
}
#menu .accident_2 dl dd:nth-of-type(1) {
    padding: 0 0 20px 0;
}
#menu .accident_2 dl dd span {
    display: block;
    margin: 0 0 10px 0;
    color: #ff8199;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
#menu .accident_2 dl dt:nth-of-type(n+2),
#menu .accident_2 dl dd:nth-of-type(n+2) {
    border-style: dashed;
    border-color: #d3d3d3;
    border-width: 1px 0 0 0;
}


/***************************************************************
花粉症専用の特別オーダー鍼治療
***************************************************************/
.menu__container.osusume {
    background: url(/image.php?id=69);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 150px;
}
.menu__container.osusume p.checkmark {
    position: relative;
    padding: 15px 0 15px 50px;
    border-style: dotted;
    border-color: #000;
    border-width: 0 0 1px 0;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    z-index: -1;
}
.menu__container.osusume p.checkmark::after {
    position: absolute;
    content: "";
    display: block;
    top: 20px;
    left: 5px;
    width: 15px;
    height: 5px;
    border-left: 5px solid #008000;
    border-bottom: 5px solid #008000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu__container.osusume p.checkmark:nth-of-type(1) {
    margin: 20px 0 0 0;
}
.menu__container.osusume p.checkmark br {
    display: none;
}


/***************************************************************
自律神経
***************************************************************/
/* 工事中 */
#menu .nerves .preparation {
    position: relative;
    margin: 20px 0 50px 0;
}
#menu .nerves .preparation p.image {
    padding: 0 30%;
}
#menu .nerves .preparation p.image img {
    display: inline-block;
    width: 100%;
}
#menu .nerves .preparation p.text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}
#menu .nerves .preparation p.text span {
    display: block;
    margin: 50px 0 0 0;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
}