@charset "utf-8";

/*
Theme Name: zen
Theme URI:
Description:
Author: s.t
Author URI:
License:
License URI:
Version: 10000.0
*/


/* CSS RESET START
----------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    overflow-y: scroll;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

input,
textarea {
    margin: 0;
    padding: 0;
    outline: none;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

caption,
th {
    text-align: left;
}

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

.clearfix {
    min-height: 1px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.both {
    clear: both;
}


/**
/* CSS START
----------------------------------------------- */

html,
body {
    width: 100%;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #3c3c3c;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    letter-spacing: 0.01em;
}

#Wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

* {
    outline: none !important;
    word-break: break-all;
}

a {
    text-decoration: none;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
    color: #3c3c3c;
}

.Com {
    zoom: 1;
}

.Com:before,
.Com:after {
    content: "";
    display: table;
}

.Com:after {
    clear: both;
}

br.pc_br,
.pc_img,
.pc {
    display: none;
}

@media only screen and (min-width: 738px) {

    br.sp_br,
    .sp_img,
    .sp {
        display: none;
    }

    .pc_img,
    br.pc_br,
    .pc {
        display: inline-block;
    }
}


/**
/* flex CSS
----------------------------------------------- */

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex_between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (max-width: 738px) {
h2{
		font-size:20px;
}}

/**
/* ヘッダー CSS
----------------------------------------------- */

.global-header {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 9999;
}
@media only screen and (max-width: 738px) {
	.global-header{
		 position: fixed;
	}}

.global-header .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
	background-color:#fff;
    padding: 5px 15px;
}

.global-header .header-top .header_left {
    align-items: center;
}


.global-header .header-top .header-hours {
    margin-left: 20px;
}

.global-header .header-top .header-hours p {
    font-size: 15px;
    font-weight: 400;
}

.global-header .header-top .header-contact {
    display: flex;
}

.global-header .header-top .header-contact li {
    width: 59px;
    margin-right: 0.8rem;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 1300px) {
    .global-header .header-top .header-hours {
        display: none;
    }
}

@media only screen and (max-width: 737px) {
    .global-header {
        height: 60px;
        box-shadow: initial;
    }

    .global-header .header-top {
        padding: 7px 8px;
    }

    .global-header .header-top .header_logo {
        width: 235px;
    }

    .global-header .header-top .header-contact {
        display: none;
    }
}

@media only screen and (min-width: 738px) and (max-width: 1024px) {
    .global-header .header-top {
        padding: 10px;
    }

    /*.global-header .header-top .header_logo {
        width: 200px;
    }*/

    .global-header .header-top .header-hours {
        margin-left: 0;
    }

    .global-header .header-top .header-contact li {
        margin-left: 10px;
    }
}


/**
/* ヘッダーナビ CSS
----------------------------------------------- */

.global-header .drawer-hamburger,
.global-header .drawer-nav {
    display: none;
}

.global-header .header-nav {
    background: #ffffff;
}

.global-header .header-nav ul {
    display: flex;
    padding: 10px 0;
}

.global-header .header-nav ul li {
    width: 14.285%;
    text-align: center;
}

.global-header .header-nav ul li a {
    position: relative;
    font-size: 15px;
    color: #036a36;
    font-weight: 600;
    display: block;
}

.global-header .header-nav ul li a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 2px;
    height: 100%;
    background: url(image/icon/border.png);
    background-size: cover;
}

.global-header .header-nav ul li:last-child a::before {
    content: none;
}

.global-header .header-nav ul li a span {
    display: block;
}

@media only screen and (max-width: 737px) {
    .global-header .header-nav {
        display: none;
    }

    .global-header .drawer-hamburger {
        display: block;
    }

    .global-header .nav-toggle .drawer-hamburger-icon,
    .global-header .nav-toggle .drawer-hamburger-icon:after,
    .global-header .nav-toggle .drawer-hamburger-icon:before {
		border-radius:100px;
        background-color: #006934;
    }

    .drawer--right.drawer-open .global-header .drawer-hamburger {
        right: 0;
    }

    .drawer-open .nav-toggle .drawer-hamburger-icon {
        background: transparent;
    }

    .drawer--right .global-header .drawer-nav {
        right: -80%;
        left: auto;
        padding: 60px 0 0 0;
    }

    .drawer--right .global-header .drawer-nav {
        display: block;
        position: fixed;
        width: 80%;
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .global-header .drawer-nav .drawer-menu {
        display: block;
    }

    .global-header .drawer-nav .drawer-menu li {
        width: 100%;
        border-bottom: 1px solid #036a36;
        line-height: 1.2;
    }

    .global-header .drawer-nav .drawer-menu li a {
        position: relative;
        font-size: 18px;
        font-weight: 600;
        display: block;
        padding: 15px 30px 10px 10px;
        color: #036a36;
        text-align: left;
    }

    .global-header .drawer-nav .drawer-menu li a:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 15px;
        width: 8px;
        height: 8px;
        margin: -4px 0 0 0;
        border-top: solid 2px #036a36;
        border-right: solid 2px #036a36;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .global-header .drawer-nav .drawer-menu-item:hover {
        text-decoration: none;
    }

    .global-header .drawer-nav .drawer-menu li.open a:after {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .global-header .drawer-nav .drawer-menu li a span {
        display: inline-block;
        margin-right: 5px;
    }

    .global-header .drawer-nav .drawer-menu li a span img {
        width: 40px;
        margin-top: -3px;
    }

    .global-nav .drawer-nav .drawer-dropdown-menu li {
        background-color: #fef4f7;
        border-bottom: none;
        padding: 0;
    }

    .global-nav .drawer-nav .drawer-dropdown-menu li:nth-child(even) {
        background-color: #fddbe5;
    }

    .global-nav .drawer-nav .drawer-dropdown-menu li a {
        font-size: 18px;
        line-height: 2;
        padding: 6px 15px;
    }

    .global-nav .drawer-nav .header-contact {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-wrap: wrap;
        padding: 20px 15px;
    }

    .global-nav .drawer-nav .header-contact li.tel_btn {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .global-nav .drawer-nav .header-contact li.reserv_btn {
        width: 52%;
        text-align: right;
        margin-right: 1%;
    }

    .global-nav .drawer-nav .header-contact li.line_btn {
        width: 47%;
        text-align: left;
    }
}

@media only screen and (min-width: 738px) and (max-width: 1024px) {
    .global-header .header-nav ul li a {
        font-size: 12px;
    }

    .global-header .header-nav ul li a span img {
        width: 40px;
    }
}


/**
/* メインコンテンツ CSS
----------------------------------------------- */

#Content {
    margin-top: 255px;
}

.inner {
    width: 90%;
    max-width: 1000px;
    margin: auto;
}

.page-guide {
    position: relative;
    padding-bottom: 2rem;
}
@media only screen and (max-width: 737px) {
    #Content {
        margin-top: 83px;
    }
    .inner {
        width: 92%;
    }

    .page-guide {
        padding-bottom: 40px;
    }
}

@media only screen and (min-width: 738px) and (max-width: 1024px) {
    #Content {
        margin-top: 90px;
    }

    .inner {
        width: 94%;
    }

    .page-guide {
        padding-bottom: 60px;
    }
}


/**
/* 見出し　CSS
----------------------------------------------- */

.page-guide .ttlArea {
    text-align: center;
    padding: 40px 0 60px 0;
}

.ttlArea .h1_ttl {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.ttlArea .h1_ttl:before {
    content: "";
    position: absolute;
    bottom: -5px;
    display: inline-block;
    width: 90px;
    height: 3px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    background: #029249;
}

.page-guide .guide-ttl {
    text-align: center;
    margin-bottom: 60px;
}

.page-guide .guide-ttl .h2_ttl {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}
@media only screen and (max-width: 738px) {
	.page-guide .ttlArea {
    text-align: center;
       margin-bottom: 7%;
    margin-top: 4%;
}
	.page-guide .ttlArea {
    text-align: center;
    padding: 0;
}

	.page-guide .guide-ttl .h2_ttl {
    font-size: 20px;
}
}

.page-guide .guide-ttl .h2_ttl:before {
    content: "";
    position: absolute;
    bottom: -5px;
    display: inline-block;
    width: 90px;
    height: 3px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    background: #036a36;
}

@media only screen and (max-width: 737px) {
    /*.page-guide .ttlArea {
        padding: 20px 0 40px 0;
    }*/

    .page-guide .ttlArea .h1_ttl {
        font-size: 25px;
    }

    .page-guide .ttlArea .h1_ttl:before {
        width: 60px;
    }

    .page-guide .guide-ttl {
        margin-bottom: 30px;
    }

    .page-guide .guide-ttl .h2_ttl {
        font-size: 20px;
    }

    .page-guide .guide-ttl .h2_ttl:before {
        width: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .page-guide .ttlArea {
        padding: 30px 0 50px 0;
    }

    .page-guide .ttlArea .h1_ttl {
        font-size: 28px;
    }

    .page-guide .ttlArea .h1_ttl:before {
        width: 80px;
    }

    .page-guide .guide-ttl {
        margin-bottom: 40px;
    }

    .page-guide .guide-ttl .h2_ttl {
        font-size: 20px;
    }

    .page-guide .guide-ttl .h2_ttl:before {
        width: 80px;
    }
}


/**
/* Btn CSS
----------------------------------------------- */

.block_btn {
    text-align: center;
}

.block_btn li {
    width: 100%;
    max-width: 340px;
    display: inline-block;
}

.block_btn .btn {
    position: relative;
    display: block;
    background: #036a36;
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    line-height: 2.4;
    text-align: center;
    border-radius: 50px;
}

.block_btn .btn::before,
.block_btn .btn::after {
    content: "";
    display: block;
    position: absolute;
}

.block_btn .btn::before {
    background-color: #ffffff;
    top: 50%;
    right: 20px;
    width: 25px;
    height: 2px;
}

.block_btn .btn::after {
    border-right: 2px solid #ffffff;
    width: 8px;
    height: 14px;
    transform: rotate(-55deg);
    transform-origin: right bottom;
    bottom: 50%;
    right: 20px;
}

@media only screen and (max-width: 737px) {
    .block_btn .btn {
        font-size: 18px;
        line-height: 2.8;
    }

    .block_btn .btn::before {
        right: 15px;
        width: 20px;
        height: 2px;
    }

    .block_btn .btn::after {
        width: 6px;
        height: 12px;
        right: 15px;
    }
}

@media only screen and (min-width: 738px) and (max-width: 1024px) {
    .block_btn .btn {
        font-size: 20px;
        border-bottom: 4px solid #fb86b0;
    }
}


/**
/* ページネーション CSS
----------------------------------------------- */

.pagination {
    padding: 60px 0 0 0;
    line-height: 1.8;
    text-align: center;
}

.pagination-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.pagination span,
.pagination a {
    display: block;
    width: 30px;
    font-weight: 500;
    text-align: center;
    padding: 5px 0;
    margin: 0 5px;
    color: #036a36;
   /* border: 1px solid #036a36;*/
}

.pagination span,
.pagination a.pager,
.pagination .current {
    font-size: 22px;
}

.pagination a.prev,
.pagination a.next {
    border: none;
    font-size: 44px;
    padding: 0;
    line-height: 1;
}

.pagination a.pager:hover {
    color: #ffffff;
    background: #036a36;
}

.pagination .current {
    color: #ffffff;
    background: #036a36;
}

@media only screen and (max-width: 735px) {
    .pagination {
        padding: 40px 0 0 0;
    }

    .pagination span,
    .pagination a {
        width: 18px;
        height: 27px;
		    padding: 0;
    }

    .pagination span,
    .pagination a.pager,
    .pagination .current {
        font-size: 18px;
    }

    .pagination a.prev,
    .pagination a.next {
        font-size: 34px;
    }
}

@media only screen and (min-width: 736px) and (max-width: 1024px) {
    .pagination {
        padding: 40px 0 0 0;
    }

    .pagination span,
    .pagination a {
        width: 40px;
        height: 40px;
    }

    .pagination span,
    .pagination a.pager,
    .pagination .current {
        font-size: 18px;
    }

    .pagination a.prev,
    .pagination a.next {
        font-size: 34px;
    }
}


/**
/* パンくず CSS
----------------------------------------------- */

.breadcrumb {
    padding: 15px 0;
}

.breadcrumb .breadcrumb-list li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumb .breadcrumb-list li span {
    padding: 0 5px;
}

@media only screen and (max-width: 737px) {
    .breadcrumb {
		    margin-top: 8vw;
        padding: 10px 0;
    }

    .breadcrumb .breadcrumb-list li {
        font-size: 12px;
    }
}
@media screen and (max-width: 738px){
	    .breadcrumb {
		    margin-top: 5rem;
        padding: 10px 0;
    }}
@media only screen and (min-width: 738px) and (max-width: 1024px) {
    .breadcrumb {
        padding: 10px 0;
    }

    .breadcrumb .breadcrumb-list li {
        font-size: 13px;
    }
}


/**
/* トップへ戻る CSS
----------------------------------------------- */

.btn_page_top {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 30px;
    z-index: 1000;
    width: 50px;
}

@media only screen and (max-width: 735px) {
.btn_page_top {
    width: 50px;
    bottom: 17%;
    right: 10px;
}
}
@media only screen and (max-width: 510px){
.btn_page_top {
    width: 50px;
    bottom: 13%;
    right: 10px;
}}
@media only screen and (min-width: 736px) and (max-width: 1024px) {
.btn_page_top {
    width: 47px;
    bottom: 0;
    right: 10px;
}
}


/**
/* フッター CSS
----------------------------------------------- */

.footer {
    margin-top: auto;
    background: #dcfeed;
}

.footer .footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 30px 0;
    width: 89%;
    margin: 0px auto;
}

.footer .footer_logo {
    width: 273px;
    margin-bottom: 10px;
}

.footer .address li {
    font-size: 16px;
    font-weight: 400;
}

.footer .footer-hours p {
    font-size: 15px;
    font-weight: 400;
}

.footer .copy {
    text-align: center;
    padding: 10px 0;
	background-color:#036a36;
	color:#fff;
}

.footer .copy,
.footer .copy a {
    font-size: 15px;
    font-weight: 400;
}

@media only screen and (max-width: 737px) {
    .footer .footer-wrap {
        display: none;
        padding: 40px 0 20px 0;
    }

    .footer .footer_logo {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .footer .footer_logo img {
        width: 200px;
    }

    .footer .address {
        margin-bottom: 20px;
    }

    .footer .address li {
        font-size: 14px;
        text-align: center;
    }

    .footer .footer-hours p {
        font-size: 12px;
        text-align: center;
    }


    .footer .copy,
    .footer .copy a {
        font-size: 11px;
    }
}
@media only screen and (max-width: 737px){
    .footer .copy {
    padding-bottom: 23%;
    padding-top: 4%;
    }}
@media only screen and (max-width: 352px){
    .footer .copy {
    padding-bottom: 24%;
    padding-top: 4%;
    }}


@media only screen and (min-width: 738px) and (max-width: 1024px) {
    .footer .footer-wrap {
        padding: 40px 0 20px 0;
    }

    .footer .footer_logo {
        width: 273px;
        margin-bottom: 10px;
    }

    .footer .address li {
        font-size: 15px;
    }

    .footer .footer-hours p {
        font-size: 14px;
    }

    .footer .copy {
        padding: 10px 0;
    }

    .footer .copy,
    .footer .copy a {
        font-size: 13px;
    }
}

.entry .basic-info-guide .sinsatuArea {
    margin-bottom: 20px;
}

.midasi-style2 {
    font-weight: 700;
    margin-top: 0px;
    border-radius: 7px;
    color: #036a36;
    font-size: 18px;
}

.osusume-midasi {
    margin-top: 32px;
}

.osususme {
    font-weight: 500;
    color: #036a36;
    background-color: #ffdce6;
    padding: 15px 15px 15px 15px;
    z-index: -1;
    position: relative;
    border-radius: 12px;
    top: 46px;
    /* margin-top: 16px; */
    /* width: 23%; */
    text-align: center;
    margin-right: -20px;
    margin-top: 0px;
    display: inline-block;
}

.osususme span {
    padding-bottom: 4px;
    position: relative;
    font-weight: 600;
}


/*.osususme span::before {
	content: "";
	display: block;
	position: absolute;
	top: 24px;
	left: 50%;
	width: 0;
	height: 0;
	transform: translateX(-50%);
	border: 12px solid transparent;
	border-top: 12px solid #3c3c3c;
	border-bottom-width: 0;
  }*/

.entry .price-table-wrap .basic-info-guide .basicArea table tr th {
    background: #f5f5f5;
    border: solid 1px #cccccc;
}

.entry .price-table-wrap .basic-info-guide .basicArea table tr td {
    background: #ffffff;
    border: solid 1px #cccccc;
}

.red-bold {
    color: red;
    font-weight: bold;
}

.text-style1 {
    background: #eeeeee;
    padding: 21px;
    font-size: 21px;
    border-radius: 5px;
}

.epark-bannerwrap {
    margin-top: 40px;
}

.price-table-wrap @media only screen and (max-width: 737px) {
    .price-table-wrap .basic-info-guide {
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 738px) and (max-width: 1024px) {
    .price-table-wrap .basic-info-guide {
        padding-bottom: 10px;
    }
}

.koutuziko-midasi {
    margin-top: 54px;
}

@media only screen and (max-width: 737px) {
    .price-table-wrap .basic-info-guide {
        padding-bottom: 0px;
    }
}

/** 料金表 */
.text-img_box {
    display: flex;
    justify-content: space-between;
}

.text-img_box .img {
    width: 32%;
}

.text-img_box .text {
    width: 66%;
}
@media only screen and (max-width: 737px) {
    .text-img_box {
        flex-direction: column;
    }
    
    .text-img_box .img,
    .text-img_box .text {
        width: 100%;
    }
}
/** メニュー投稿 */
h3.pink-midashi,
strong.juyo{
    color: #036a36;
}
.price_span{
	font-weight:bold;
}
td .price_span{
	font-size:1.2rem;
}
.fl_wrap ul{
justify-content:center;
}
.fl_wrap .nav-list li a{
    width: 95%;
    display: block;
    margin: 0 auto;
}
.pageWrap .fl_wrap .nav-list li {
    width: 30%;
    margin-bottom: 35px;
	margin-right:0px;
}
#Content .symptom-guide .ziko_list{
	    margin-bottom: 66px;
}
#Content .symptom-guide .ziko_list .symptom-items{
	margin-bottom:0px;
}

.page-guide .menu_single_content .title_style_a{
	    margin-top: 50px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 737px){
	.page-guide .menu_single_content .title_style_a{
	    margin-top: 29px;
    margin-bottom: 15px;
}
	#Wrapper #Content .symptom-guide .symptom-list  .symptom-items-c{
		margin-top:35px;
	}
	.sp-on{
	display:block;
}
	.pc-on{
	display:none;
}
		.pc-on{
	display:none;
}
}
.pc-on{
	display:block;
}
.sp-on{
	display:none;
}@media only screen and (max-width: 737px){
	.sp-on{
	display:block;
}
	.pc-on{
	display:none;
}
}
.ziko_kutokomi_wrap{
	    margin-top: 75px;
}
@media only screen and (max-width: 737px){
	.ziko_kutokomi_wrap {
    margin-top: 59px;
}
}

.rosai_box{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top: 30px;
}

.rosai_box dl{
	width: 48%;
	text-align: center;
}

.rosai_box dt{
	background: #ffdce6;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px 0;
color: #ed3380;
}

.rosai_colum{
	width: 90%;
    margin: 30px auto 0;
    background: #f1e9e7;
    padding: 15px;
}

.rosai_colum h3{
	border-bottom: 2px dotted #998a8a;
    margin-bottom: 10px;
    padding-bottom: 5px;
}


@media only screen and (max-width: 480px){
.rosai_box{
	display: block
}
	.rosai_box dl{
	width: 100%;
    margin-bottom: 15px;
}
	
.rosai_colum{
	width: 100%;
}
}

.rosai_link{
	font-weight: bold;
    text-decoration: underline;
    color: #036a36;
}
a[href=""] {
    pointer-events: none;
    text-decoration: none;
    opacity: 0.5;
}
.onayami_box {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
	    justify-content: space-between;
}
.onayami_box li {
    /* margin: 0 15px 30px; */
    width: 31%;
    position: relative;
    margin-bottom: 3%;
}

.bnr-grid .rem_tuning , .bnr-guide.rem_tuning , .top-page-guide.rem_tuning{
	margin-bottom:3rem;
}
.center_box{
	text-align:center;
}
.flex_tuning_a{
	justify-content:space-between;
}
.top-page-guide{
	position:relative;
}
.fl_wrap{
	display:flex;
}
.bg_green_style_fl_wrap {
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}
.fl_wrap .bg_green_style a {
	font-size:1.2rem;
    padding: 21px 24px;
    background-color: #036a36;
    width: 100%;
    color: #fff;
    display: block;
    text-align: center;
}
.bg_green_style_fl_wrap .bg_green_style {
    width: 49%;
}
.bg_green_style a{
	color:#fff;
position:relative
}

.bg_green_style a::after{
    position: absolute;
    content: '';
    top: 0;
    /* left: 0; */
    right: 0;
    display: block;
    width: 17px;
    height: 17px;
    background-image: url(./image/green_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -3px;
    /* left: 0; */
    right: 32%;
    bottom: 0;
    margin: auto;
  }
.header-view + .title_mg_tuning_a{
    margin-bottom: 1rem;
}
.title_style_a{
	margin-bottom:1.2rem;
text-align: center;
}
.menu-global-nav-container {
    width: 98%;
    margin-top: 78px;
    margin: 0 auto;
}
.menu-global-nav-container .nav {
    display: flex;
    padding: 15px 0 16px;
    width: 67%;
    margin: 0 auto;
    justify-content: space-between;
}
.nav li {
    width: 143px;
}
@media only screen and (max-width: 738px){
.menu-global-nav-container .nav {
    display: none;
}
	}
.bg_color_style_a{
	    background: #dcfeed;
}
.title_style_green{
     color: #000;
    position: relative;
    margin-left: 11%;
    font-size: 1.8rem;
    line-height: 2.4rem;
}
.title_style_green span{
color:#006934;
}

.title_style_green::before{
    content: '';
    width: 64px;
    height: 2px;
    display: inline-block;
    background-color: #000;
    position: absolute;
    top: calc(26% - 2px);
    /* right: calc(50% + 142px); */
    left: -12.3%;
}
.title_style_green.title_mg_tuning_a{
	margin-bottom:2rem;
}
.section_bottom_tuning{
	margin-bottom:5rem;
}
.section_bottom_tuning_b{
	margin-bottom:3rem;
}
@media only screen and (max-width: 738px) {
.bg_green_style_fl_wrap {
    width: 100%;
}
	.fl_wrap .bg_green_style a {
    font-size: 1.2rem;
padding: 16px 30px;
    background-color: #036a36;
    width: 100%;
		text-align: left;
}
	.bg_green_style a::after {
    right: 7%;
}
}
@media only screen and (max-width: 738px) {
.header-view + .title_mg_tuning_a {
    font-size: 1.7rem;
}
	.header-view + .title_mg_tuning_a {
    margin-bottom: 0.8rem;

}
	.bnr-grid .rem_tuning, .bnr-guide.rem_tuning, .top-page-guide.rem_tuning {
    margin-bottom: 1.2rem;
}
}
@media only screen and (max-width: 738px){
.header-view + .title_mg_tuning_a {
    font-size: 1.4rem;
}
.section_bottom_tuning {
    margin-bottom: 3rem;
}
	.section_bottom_tuning_b {
    margin-bottom: 2rem;
}
}
@media only screen and (max-width: 738px){
.title_style_green.title_mg_tuning_a {
    margin-bottom: 1rem;
}
	.title_style_green {
    color: #000;
    position: relative;
    margin-left: 19%;
    font-size: 20px;
    line-height: 1.6rem;
}
	.title_style_green::before {
    left: -23.3%;
    width: 18%;
	}
}
@media only screen and (max-width: 395px){
.title_style_green {
  font-size: 1.5rem;
    line-height: 1.7rem;
	}
}
@media only screen and (max-width: 365px){
.title_style_green {
    font-size: 1.16rem;
    line-height: 1.7rem;
}
	.title_style_green::before {
    content: '';
    width: 29px;}
}
.bg_green_style_single_wrap{
	text-align:center;
	    margin-top: 2rem;
}
.bg_green_style_single_wrap a {
    color: #fff;
    position: relative;
    background-color: #036a36;
    padding: 1rem;
    display: inline-block;
	    text-align: center;
	margin: 0 auto;
	    padding-top: 21px;
	padding-bottom: 21px;
}
.bg_green_style_single_wrap a img{
    width: 16px;
    margin-left: 3px;
    margin-bottom: 4px;
}
@media only screen and (max-width: 738px){
.bg_green_style_single_wrap a img {
margin-bottom: 5px;
}
	.check-grid{
		margin-bottom: 1.2rem;
	}
}
.contents_bg_green {
    background-color: #d3e7dd;
    padding: 4rem 0;
}
.title_style_green.title_mg_tuning_b{
	    margin-bottom: 1rem;
}
.text_style_a{
	    margin-bottom: 1.5rem;
}
.riyu_list{
display:flex;
 justify-content: space-between;	
    margin-bottom: 1.5rem;
}
.riyu_list li{
	    width: 49%;
}
.image_contents{
	text-align:center;
}
@media only screen and (max-width: 738px){
.riyu_list{
display:block;
}
.riyu_list li {
     width: 100%;
	margin-bottom: 2rem;
}
	.riyu_list li img{
margin-bottom: 1rem;
}
}
.contents_bg_cream{
	background-color:#fcfbe8;
   padding:3rem 0 5rem;
}
.yoyaku_banner{
	width:48%;
}
@media only screen and (max-width: 738px){
	.yoyaku_banner{
	width:100%;
}
}
.yoyaku_contents .flex_wrap{
	justify-content:space-between;
	margin-bottom:4%;
}
.footer-hours div:nth-child(1){
	    margin-right: 2rem;
}
.the_terms a{
    background-color: #42abfa;
    color: #fff;
    border-radius: 25px;
    padding: 3% 7%;
    display: block;
    text-align: center;
}
}
.ttl a{
	position:relative;
}
.ttl a:after {
    content: '>';
    position: absolute;
    top: -3px;
    right: -23px;
}
.news-items{
	padding-bottom: 1rem;
    border-bottom: dotted #000 2px;
    margin-bottom: 1.2rem;
}
.f_bold{
	font-weight:bold;}
@media only screen and (max-width: 738px){
	.flex_wrap .yoyaku_banner:nth-child(1){
		margin-bottom:20px;
	}
		.bg_color_style_a {
background: unset;
    padding-top: 0;
}
	.ttl a:after {
    content: '>';
    position: absolute;
    top: -1px;
    right: -17px;
}
	.contents_bg_cream {
    background-color: #fcfbe8;
    padding: 1rem 0 2rem;
}
	.contents_bg_green {
    background-color: #d3e7dd;
    padding: 2rem 0 3rem;
}
	.check-guide.section_bottom_tuning_b{
		margin-bottom:0px;
	}
#Wrapper .drawer-hamburger::after {
    content: 'menu';
    position: absolute;
    color: #666666;
    position: absolute;
    left: 12px;
    bottom: -8px;
   
}
	#Wrapper .drawer-hamburger {
    width: 2.6rem;
}
 .drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    width: 100%;
    height: 3px;
    -webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
    transition: all .6s cubic-bezier(.19,1,.22,1);
    background-color: #006934;
}
#Wrapper .drawer-hamburger {
    padding: 23px .75rem 30px;
}
	.line_btn{
position: absolute;
    top: 6px;
    right: 47px;
    margin-right: 19px;
}
	.line_btn a{
    display: block;
    display: inline-grid;
}
	.line_btn a img{
    width: 47px;
    margin-left: 6px;
}

.line_btn span {
    font-size: 14px;
    margin-top: 3px;
}
}
@media only screen and (max-width: 370px){
.global-header .header-top .header_logo {
    width: 186px;
    margin-top: 6px;
}
	.global-header .header-top {
    padding: 8px 8px;
}
}
.global-header .header-top .header-contact li{
	text-align:center;
}
.header-contact.pc-on span {
    padding-top: 24px;
    position: relative;
    top: 7px;
	font-size: 14px;
}
.bnr-list{
	text-align:center;
}
@media only screen and (min-width: 738px) and (max-width: 1024px) {
.bg_color_style_a {
	padding-top: 2.3rem;
	background: #dcfeed;
}}
.news-items .entry-date{
	    margin-top: 3px;
    margin-right: 6px;
    margin-bottom: 11px;
}
@media only screen and (max-width: 738px){
	.fl_nav_list img{
		width:42px;
	}
	.fl_nav_list span{
		vertical-align: sub;
		margin-left:3px;
	}
		.fl_nav_list li:nth-child(1) span{
		vertical-align: sub;
}
}
.symptoms_page_section .fl_wrap_contents{
display:flex;
	justify-content:space-between;
}
.symptoms_page_section .fl_wrap_contents img{
	 align-self: flex-start; /* 追加 */
		margin-right:15px;
}
.symptoms_page_section .fl_wrap_contents .text_box{
	width:70%;
}

.contents_mg_a{
	margin-bottom:3rem;
}
.midasi_style_c {
    margin-bottom: 1.5%;
    margin-top: 2%;
    border-left: solid 6px #036a36;
    padding-left: 1%;
}
.mg_tuning_fl img{
	margin-right:15px;
}
@media only screen and (max-width: 738px){
.symptoms_page_section .fl_wrap_contents img{
    margin: 0 auto 3%;
}}
@media only screen and (max-width: 738px){
.symptoms_page_section .fl_wrap_contents{
display:block;
}
.symptoms_page_section .fl_wrap_contents .text_box {
    width:100%;
}
	.sp_img_mg_tuning{
		display:block;
		margin: 0 auto 3%;
	}
.midasi_style_c {
    margin-bottom: 3%;
    margin-top: 7%;
    padding-left: 2%;
}
}
/*ここからプロフィールデザイン*/

.bunseki {
  background: #f0f0f0;
  margin: 0;
    padding-bottom: 20px;
  letter-spacing: 1px;
  overflow: hidden;
  margin: 0px auto 16px;
}

.profile-list-wrap {
  display: flex;
  padding-top: 18px;
  padding-bottom: 8px;
}

.bunseki .bunseki_img {
  width: 212px;
}

.bunseki .bunseki_img img {
  width: 100%;
}

.bunseki .bunseki_t {
  margin-top: 5px;
  margin: 0 auto;
}

.bunseki_t {
  letter-spacing: 1px;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 5px 10px;
  margin-right: 10px;
  color: #333;
}

.bunseki_midashi {
  letter-spacing: 1px;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #036a36;
  padding: 5px 10px;
  margin-right: 10px;
margin-bottom:9px;
}

.bunseki .bunseki_name {
  line-height: 145%;
  letter-spacing: 1px;
  padding-left: 10px;
  border-left: 5px solid #ffc33c;
  color: #00a9d5;
  margin-top: 25px;
  font-weight: bold;
  font-size: 20px;
}

.bunseki li {
  font-size: 14px;
}

.profile-wrap {
  display: flex;
}

/*.bunseki > p {
  font-size: 80%;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #00a9d5;
  padding: 5px 10px;
  margin-right: 10px;
}*/

.carerr {
  margin-top: 0px;
  margin-bottom: 0px;
  background: #036a36;
  padding: 5px 10px;
  color: #fff;
  border-radius: 3px;
}

.bunseki_title {
  margin-top: 32px;
  border-left: 6px solid #333;
  font-weight: bold;
  padding-left: 5px;
  font-size: 20px;
  margin-bottom: 17px;
}

.bunseki .bunseki_img img {
  margin-left: 17px;
  width: 90%;
  border-radius: 50%;
  margin-bottom: 22px;
}
.bunseki_small {
    width: 100%;
    margin-top: 15px;
    margin-left: 2px;
    /* list-style-type: disc; */
    margin-bottom: 15px;
}


.bunseki_small2 {
  list-style: none;
  width: 100%;
  margin-top: 0px;
  margin-left: 19px;
  list-style-type: disc;
}

/*プロフィールここまで*/
@media only screen and (max-width: 738px){
	.bunseki{
		width: auto;
	}
	.profile-list-wrap {
 display: inline;
	margin: 0 auto;
}
	.bunseki .bunseki_img {
		display: block;
margin: 0 auto;
	}
	.bunseki li {
list-style-type: disc;
}
	.bunseki_title {
	margin-top: 16px;
margin-bottom: 18px;
	}
	.bunseki .bunseki_img img {
		margin-left: auto;}
	.group-name {
      margin-top: 11px;
    }
    .career-list5 {
    margin-top: 0px;
    margin-bottom: 9px;
list-style: none;
    font-size: 14px;
    }
    .bunseki_small {
    margin-top: 9px;
    margin-left: 22px;
    }	
.career-list5 {
list-style: none ;
    }
    .bunseki_small2 {
    list-style: none;
    width: 100%;
    margin-top: 0px;
    margin-left: 19px;
    list-style-type: disc;
    }	
.bunseki_midashi {
    margin-right: 10px;
}
}
.nagare_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
flex-wrap: wrap;
}
.nagare_list li{
width: 48%;
    margin-bottom: 3%;
}
/**目次**/
.toc-005 {
    border-radius: 3px;
    background-color: #f2f2f2;
}

.toc-005 li::marker {
    border-radius: 3px;
    background-color: #f2f2f2;
}

.toc-005 div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    background-color: #036a36;
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
}

.toc-005 div::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 5px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M3.8%2017.2h-3c-.5%200-.8.4-.8.8v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8v-3c-.1-.4-.4-.8-.8-.8zm0-15h-3c-.5%200-.8.4-.8.8v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8V3c-.1-.4-.4-.8-.8-.8zm0%207.6h-3c-.5%200-.8.3-.8.7v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8v-3c-.1-.4-.4-.7-.8-.7zM23.2%2018h-15c-.4%200-.8.3-.8.8v1.5c0%20.4.3.8.8.8h15c.4%200%20.8-.3.8-.8v-1.5c0-.5-.3-.8-.8-.8zm0-15h-15c-.4%200-.7.3-.7.8v1.5c0%20.4.3.7.7.7h15c.5%200%20.8-.3.8-.8V3.8c0-.5-.3-.8-.8-.8zm0%207.5h-15c-.4%200-.8.3-.8.8v1.5c0%20.4.3.8.8.8h15c.4%200%20.8-.3.8-.8v-1.5c0-.5-.3-.8-.8-.8z%22%2F%3E%3C%2Fsvg%3E');
    content: '';
}

.toc-005 ol {
    list-style-type:none;
	position:relative;
    margin: 0;
    overflow: hidden;
	 counter-reset: number 0;     
}
.toc-005 ol li:before {
  counter-increment: number 1;      /* number カウンタの増加数をセット */
  content: counter(number) " ";      /* 表示形式を指定 */
	    padding: 1px 8px;
    background-color: #036a36;
    border-radius: 40px;
    height: 24px;
    width: 24px;
    display: inline-block;
    margin-right: 0.6%;
    color: #fff;
}
.toc-005 ol li span{
	position:relative;
}
.toc-005 ol li span:before {
    background-color: #036a36;
    border-radius: 40px;
    height: 24px;
    width: 24px;
    display: inline-block;
    margin-right: 0.6%;
    color: #fff;
}
.toc-005 ol li a{
	position:relative;
}
.toc-005 ol li a span:after{
content: "";
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    border: 7px solid transparent;
    border-left: 11px solid #036a36;
    top: 42%;
    position: absolute;
    right: -1.7rem;
}

.toc-005 > ol {
    padding:1.2em 1.2em 1.2em 1.2em;
}

.toc-005 ol ol {
    margin-top: 5px;
    padding-left: 1.1em;
}

.toc-005 li {
padding: 5px 0;
    font-weight: 600;
    border-bottom: solid 1px #036a36;
    padding-top: 1.5%;
    /* background-color: #036a36; */
    padding-bottom: 1.5%;
	display:flex;
}

.toc-005 ol ol li {
    font-weight: 500;
    font-size: .9em;
}

.toc-005 a {
    color: #333;
    text-decoration: none;
}
/**目次**/
.first_page_main{
	text-align:center;
width: 90%;
    max-width: 1000px;
    margin: auto;
}
@media only screen and (max-width: 738px){
	.first_page_main{
	        padding-top:5rem;
	text-align:center;
width: 100%;
    max-width: 1000px;
    margin: auto;
}}
#Content:has(.first_page_main){
	margin-top:0%;
}
.first_midashi_a{
	text-align:start;
	font-weight: bold;
  border-bottom: 3px solid #4cac7d;
  padding: 0.3em;
  margin-bottom: 1.3em;
  position: relative;
	    line-height: 30px;
}
.first_midashi_a::after {
  content: '';
  background-color: #036a36;
  width: 21em;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
}
.first_midashi_a span {
    font-size: 1.2rem;
    color: #848484;
    font-weight: 400;
}
.nagare_list h3{
	    margin-top: 3%;
	color:#036a36;
}
/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #fff;
	background:#fdede0;
	color:#333;
	font-weight: bold;
padding-left: 2.3rem;
	margin-left: 10px;
}
label.Label::before{		/*タイトル横の矢印*/
    content: "";
    width: 20px;
    height: 51px;
    border: 10px solid transparent;
    border-top: 14px solid #f2914a;
    right: 20px;
    /* transform: rotate(135deg); */
    position: absolute;
    top: 18px;
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
	    padding-left: 2.7rem;
	position:relative;
	overflow:unset;
	    margin-top: 8px;
	margin-left:10px;
}
.toggle:checked + .Label + .content::after{	/*開閉時*/
content: 'A';
    color: #3c3c3c;
	border: 2px #fff solid;
    left: 0px;
    background-color: #49a0f0;
    padding: 10px;
    color: #fff;
    position: absolute;
    top: 6px;
    bottom: 0;
    width: 42px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 26px;
    height: 42px;
    left: -23px;
    font-weight: bold;
    border: 2px #fff solid;
    position: absolute;
    top: 0;
    left: -17px;
    right: auto;
    bottom: 0;
 margin: auto;
}
.toggle:checked + .Label::before {
	    transform: rotate(-180deg) !important;
    top: -20px;
}
.toggle:checked + .Label + .content.inner_accordion{
	    padding: 11px 0 0 0;
	background-color:unset;
}
#block-04 + .Label , #block-09 + .Label{
    width: 27%;
    text-align: center;
    margin: 28px auto 17px;
    background-color: #036a36;
    color: #fff;
	font-weight:initial;
}
#block-04 + .Label::before , #block-09 + .Label::before{		/*タイトル横の矢印*/
    border-top: 2px solid #fff;
	border-right: 2px solid #fff;}
#block-04 + .Label::after , #block-09 + .Label::after{
    content: '';
    background: none;
}
/*pタグあり*/
.toggle:checked + .Label + p + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
	    padding-left: 2.7rem;
	position:relative;
	overflow:unset;
	    margin-top: 8px;
}
.toggle:checked + .Label + p + .content::after{	/*開閉時*/
content: 'A';
    color: #3c3c3c;
	border: 2px #fff solid;
    left: 0px;
    background-color: #49a0f0;
    padding: 10px;
    color: #fff;
    position: absolute;
    top: 6px;
    bottom: 0;
    width: 42px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 26px;
    height: 42px;
    left: -23px;
    font-weight: bold;
    border: 2px #fff solid;
    position: absolute;
    top: 0;
    left: -7px;
    right: auto;
    bottom: 0;
    /*margin: auto;*/
}
/*pタグありここまで*/
/*pタグ内*/
p:has(.toggle:checked + .Label) + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
	    padding-left: 2.7rem;
	position:relative;
	overflow:unset;
	    margin-top: 8px;
}
p:has(.toggle:checked + .Label) + .content::after{	/*開閉時*/
content: 'A';
    color: #3c3c3c;
	border: 2px #fff solid;
    left: 0px;
    background-color: #49a0f0;
    padding: 10px;
    color: #fff;
    position: absolute;
    top: 6px;
    bottom: 0;
    width: 42px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 26px;
    height: 42px;
    left: -23px;
    font-weight: bold;
    border: 2px #fff solid;
    position: absolute;
    top: 0;
    left: -5px;
    right: auto;
    bottom: 0;
   margin: auto;
}
/*pタグ内ここまで*/
.accordion label{
position:relative;}
.accordion label::after{
    content: 'Q';
    color: #3c3c3c;
    left: 0px;
    background-color: #f2914a;
    padding: 10px;
    color: #fff;
    position: absolute;
    top: 6px;
    bottom: 0;
    width: 42px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 26px;
    height: 42px;
    left: -23px;
    font-weight: bold;
    border: 2px #fff solid;
    position: absolute;
    top: 0;
    left: -15px;
    right: auto;
    bottom: 0;
    margin: auto;
}
.toggle:checked + .Label + .content {
    padding-left: 2.4rem;
	background-color:#d2e8fd;
}
.toggle:checked + .Label + .content.inner_accordion::after {
    content: none;
    background: none;
    left: 0px;
    padding: 0px;
}
.no_contents{
	    margin: 0 auto;
    display: block;
}
.green_text＿lead{
    text-align: center;
    padding: 10px;
    background-color: #036a36;
    border-radius: 10px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1.2rem;
    width: 100%;
    margin: 0 auto 1.2rem;
}
.cause_img_contents {
    margin: 0 auto 1.3rem;
    display: block;
}
.green_text＿lead + .cause_img_contents{
	    display: block;
    margin: 0 auto 4rem;
}
.nagare_list.cause_contents{
	    width: 71%;
    margin: 0px auto 4rem;
}
.contents_bg_gray{
    background-color: #f0f0f0;
    padding-bottom: 3rem;
    padding-top: 4.2rem;}
.tryangle + p{
    padding: 20px;
    background-color: #f0f0f0;
    border-radius: 11px;
}
.banner_img_contents {
    display: block;
    margin: 0 auto 4rem;
	width: 58%;
}
.tokuyuo_list h3 {
    margin-top: 5%;
    margin-bottom: 3%;
	    display: flex;
    align-items: center;
}
.tokuyuo_list li span:nth-child(1) {
padding: 6px 12px 4px;
	font-weight:700;
    background-color: #036a36;
    color: #fff;
    border-radius: 5px;
    margin-right: 9px;
}
.aisatu_wrap img {
    width: 200px;
}
.aisatu_wrap img {
    align-self: flex-start;
}
.intyo_aisatu_wrap {
    width:100%;
    margin-left: 12px;
}
.midashi01 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    background-image: url("image/menu-boder.jpg");
    background-repeat: no-repeat;
    background-position: 0 bottom;
}
.intyo_aisatu_wrap p {
    font-weight: 500;
    line-height: 25px;
}
@media screen and (max-width: 940px){
.intyo_aisatu_wrap {
    width: 100%;
    margin-left: 0px;
}
.intyo_aisatu_wrap p {
    margin-left: 0px;
}
	.intyo_aisatu_wrap p {
    font-weight: 500;
    line-height: 25px;
}
	.intyo_aisatu_wrap p {
    font-size: 15px;
}
	
}
.intyo_profile b {
    display: block;
}
.intyo_aisatu_wrap p {
    font-weight: 500;
    line-height: 25px;
}
.keireki_ul li {
    border-bottom: solid 1px #cacaca;
    padding-bottom: 8px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 11px;
}
.font_b.dot_style {
    margin-right: 10px;
    width: 89px;
}
 .fl_wrap_b {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 940px){
.fl_wrap_b {
    display: block;
}}
@media screen and (max-width: 940px){
.keireki_ul span {
    display: block;
}}
.intyo_aisatu p{
	background-color:#f0f0f0;
	padding:20px;
}
.pro_contents.bunseki_title{
    margin-top: 25px;
    border-left: 0;
    font-weight: bold;
    padding-left: 5px;
    font-size: 20px;
    margin-bottom: 17px;
}
.pro_contents .career-list5{
    width: 95%;
    margin: 0 auto 15px;
}
.pro_contents .bunseki_small {
    width: 100%;
    margin-top: 15px;
     margin-left: 0px; 
 list-style-type: disc; 
}
.pro_text_contents{
	margin-top:20px;
}
#first_syokai , #first_yokuaru , #first_onayami , #first_inntyo , #first_pro , #first_riyu{
    margin-top: -150px;
    padding-top: 150px;
}
@media screen and (max-width: 780px){
.bg_green_style_single_wrap.sp_wide a{
	width:100%;
}
	.bg_green_style_single_wrap.sp_wide a img{
display: inline;
}
#block-04 + .Label, #block-09 + .Label {
    width: 100%;
}
	.tokuyuo_list li span:nth-child(1){
		display:block;
    padding: 8px 6px 6px;
    background-color: #036a36;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    margin-right: 9px;
font-weight: 700;
}
	.tryangle + p {
    margin-top: 23px;
}
	.nagare_list.cause_contents {
    width: 100%;
    margin: 0px auto 2rem;
}
	.green_text＿lead + .cause_img_contents {
    display: block;
    margin: 0 auto 2.5rem;
}
	#first_syokai , #first_yokuaru , #first_onayami , #first_inntyo , #first_pro{
    margin-top: -110px;
    padding-top: 110px;
}
	.entry .fl_wrap_b img {
    margin: 0 auto 15px;
}
	.contents_mg_a.banner_prics, .banner_img_contents{
		width:100%;
	}
.aisatu_wrap img {
    width: 65%;
	display:block;
	margin:0 auto 18px;
}
	.banner_img_contents {
    margin: 0 auto 2rem;
}
		.nagare_list.tokuyuo_list , .nagare_list.sezyutu_nagare{
		display: block;
    width: 100%;
	}	
.nagare_list.tokuyuo_list li , .nagare_list.sezyutu_nagare li{
    width: 100%;
    margin-bottom: 5%;
}
	.contents_bg_gray {
    background-color: #f0f0f0;
    padding-bottom: 1rem;
    padding-top: 2.2rem;
}
	.first_midashi_a::after {
    width: 50%;
}
	.font_b.dot_style {
    margin-right: 10px;
 width: 100%; 
}
}
.sp-on.media480{
	display:none;
}
@media screen and (max-width: 480px){
	.sp-on.media480{
		display:block
	}
	
	.symptoms_page_section img{
	display: block;
    width: 100%;
    margin: 0 auto 5px;
    float: none;
	}
}
h1.header_logo{
width: 89%;	
}
#Content:has(.frontWrap) {
    margin-top: 0rem;
}
.footer_link li{
	display:inline;
}
.footer_link {
    margin: 0px auto 23px;
    width: 100%;
    padding-top: 28px;
	text-align:center;
}
@media screen and (max-width: 780px){
	   width: 42%;
}
/*@media only screen and (min-width: 738px) and (max-width: 1024px) {
	#Content:has(.first_page_main) {
    margin-top: 25%;
}
}*/
@media screen and (max-width: 780px){
.footer_link {
    margin: 0px auto 23px;
    width: 91%;
    padding-top: 28px;
}
	/*#Content:has(.frontWrap) {
    margin-top: 5rem;
}*/
	#Content:has(.first_page_main) {
    margin-top: 5rem;
}
	label.Label::before {
    content: "";
    width: 9px;
    height: 51px;
    border: 7px solid transparent;
    border-top: 9px solid #f2914a;
    right: 11px;
    /* transform: rotate(135deg); */
    position: absolute;
    top: 21px;
}
}
@media screen and (max-width: 780px){
label.Label {
    padding-left: 2rem;
	    font-size: 15px;
    padding-left: 36px;

	
}
	/*.accordion label::after {
    left: -8px;
}*/
}
@media screen and (max-width: 365px){
.label.Label {
    padding-left: 38px;
    padding-right: 29px;
}}
#block-04 + .Label:after, #block-04 + .Label:before , #block-09 + .Label:after, #block-09 + .Label:before{
	  content: none;
}
#block-04 + .Label:after, #block-04 + .Label:before , #block-09 + .Label:after, #block-09 + .Label:before{
	  content: none;
}
.inner_accordion{
	background:unset;
}
.ttl{
	    position: relative;
}
@media screen and (max-width: 780px){
.toc-005 li{
    padding-top: 5%;
    padding-bottom: 4%;
}
.toc-005 ol li a {
    margin-left: 1%;
}
.fl_wrap.aisatu_wrap
	{
		display:block;
	}
}
 .banner_wrap_a{
    margin-bottom: 3%;
}
.clinic-hour{
	margin-bottom: 4%;
}
.clinic-hour table {
    border: 1px solid #939393;
}
.clinic-hour table th {
    background: #dedede;
	text-align:center;
}
.clinic-hour table td {
	background-color:#fff;
    border: 1px solid #939393;
    vertical-align: middle;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.map_wrap iframe{
	width:100%;
}
@media only screen and (max-width: 738px) {
	.clinic-hour table td
{
    padding: 2px;
    font-size: 3.4vw;
    letter-spacing: 0px;
  }
	.slide-items.tenpo_main {
    position:relative;
}
.slide-items.tenpo_main::before {
    content: '';
    display: block;
    width: 43%;
    height: 100%;
    background-image: url(/wp-content/themes/zen/image/review_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 37px;
    left: 19px;
    bottom: 0;
    margin: auto;
    z-index: 11;
}
}
.slide-items_sp{
	display:none !important;
}

.slide-items , .slide-items_sp {
  width: 100%;
  display: flex;
  margin: auto;
}

.slide-items li , .slide-items_sp li{
  height: auto;

}

.slide-items img , .slide-items_sp img{
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-dots {
  left: 50%;
  transform: translateX(-50%);
}



.eye-catch-title__symptom--texteffect-line {
    display: flex;
    line-height: 1.5;
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.396078);
    align-items: center;
}
.eye-catch-title {
z-index: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  background: rgba(85,182,133,0.8);
  border-radius: 1rem;
  width: 41%;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto;
  justify-content: space-between;
  align-content: flex-end;
  flex-wrap: nowrap;
}
.eye-catch-text-symptom{
	position:relative;
}
.eye-catch-text-symptom::before {
    position: absolute;
    content: '';
    /* top: -45%; */
    /* left: -46%; */
    display: block;
    width: 59%;
    height: 100%;
    background-image: url(/wp-content/themes/zen/image/review_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -13vw;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

@media screen and (max-width: 738px){
	.eye-catch-text-symptom::before {display:none;}
	.tenpo_main li{
		position:relative;
	}

}
.eye-catch-text-symptom-inner {
    display: block;
    margin-bottom: 1rem;
    text-align: center;
    text-shadow: 0 0 0.6rem rgba(0,0,0,0.4);
    font-weight: bold;
}

.eye-catch-text-symptom-inner {
    display: block;
    margin-bottom: 1rem;
    text-align: center;
    text-shadow: 0 0 0.6rem rgba(0,0,0,0.4);
    font-weight: bold;
}
.eye-catch-indent-block {
    display: block;
}
.eye-catch-title__symptom--top-page69 {
    font-size: 4.2vw;
    font-weight: bold;
    line-height: 1.2;
}

.eye-catch-text-symptom-inner {
    display: block;
    margin-bottom: 1rem;
    text-align: center;
    text-shadow: 0 0 0.6rem rgba(0,0,0,0.4);
    font-weight: bold;
}
.tenpo_main{
	margin-bottom: 5rem;
}
.text-color--yellow-main {
    color: #ff0;
}
@media screen and (max-width: 1500px){
	.eye-catch-title {
font-size: 6vw;
    /* border-radius: 1rem; */
    width: 62%;
    top: 27%;
    line-height: 25px;
}
}

@media screen and (max-width: 1300px){
.eye-catch-title {
    top: 25%;
}}
.fv_text_sp{
	display:none;
}
@media screen and (max-width: 1000px){

.fv_text_sp{
	display:block;
}
	.eye-catch-title {
    width: 63%;
    top: 16%;
}
	.fv_text li {
    font-size: 2.6vw;
}
	.fv_text span {
    font-size: 2.6vw;
}
	.fv_text span {
    color: #036a36;
    font-size: 1.3rem;
    font-weight: bold;
}
}
@media screen and (max-width: 738px){

	.eye-catch-title {
    width: 100%;
}
.eye-catch-title::before {
    content: '';
    position: absolute;
    top: -17%;
    bottom: 6vw;
    left: 0;
    right: 0;
    background-color: rgba(85,182,133,1);
    transform: skewY(-7deg);
    z-index: -1;
}
		.eye-catch-title::after {
    content: '';
    position: absolute;
    top: -59%;
    bottom: 13%;
    left: 0;
    right: 0;
    background-color: rgba(85,183,133,0.8);
    transform: skewx(-99deg);
    z-index: -1;
}
.eye-catch-title__symptom--top-page69 {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 2px;
    padding-top: 8%;
    display: block;
}
	.eye-catch-title__symptom--texteffect-line {
    font-size: 2rem;
}
	.eye-catch-title{
		top: 0;
     left: 0; 
     width: 100%;
		transform:initial;
		position:relative;
		border-radius: 0;
	}
	.eye-catch-title{
		padding:0px;
	}
}
.fv_text{
	    text-align: center;
display: flex;
    justify-content: space-around;
	width: 100%;
font-weight: bold;
}
.fv_text li{
	    align-items: center;
       background-color: #ffff;
    border-radius: 10px;
    width: 31%;
    display: flex;
    justify-content: center;
    line-height: 22px;
    padding-top: 2%;
    padding-bottom: 1%;
    color: #333;
 font-size: 1.1rem;
}
.fv_text span{
    color:#036a36;
    font-size: 1.3rem;
	font-weight: bold;
}
@media screen and (max-width: 738px){
	.tenpo_main{
	margin-bottom: 0rem;
}
	.fv_text li {
    border-radius: 10px;
    width: 31%;
    left: 0;
    vertical-align: baseline;
    font-size: 1.4rem;
    letter-spacing: -1px;
    line-height: 25px;
    border: solid 7px #41a74f;
    display: flex;
    justify-content: center;
    align-items: center;

}
	.slide-items img {
  width: 100%;
    height: 100%;
  object-fit: cover;
}
		.slide-items_sp img {
  width: 100%;
    height: 100%;
  object-fit: cover;
}
}
@media screen and (max-width: 738px){
	.fv_text{
		margin-bottom: 4%;
	}
.fv_text li {
    width: 32%;
    left: 0;
    font-size: 1.1rem;
    letter-spacing: -1px;
    line-height: 21px;
    border: solid 1px #41a74f;
    padding-top: 1%;
    padding-bottom: 1%;
}}
/*ポップアップのバナークリックがうまくいかないときの記述*/
.nav-list.pc_style .yoyaku_banner a{
	position:relative;
	z-index:999;
}
.price_inner:has(.modal-wrapper:target) .nav-list.pc_style .yoyaku_banner a {
	z-index:0;
transition:0.1s;
}
body:has(.modal-wrapper:target.pc_style) .web-tel_box {
	z-index:0;
transition:0.1s;
}
body:has(.modal-wrapper:target.pc_style) .global-header{
		z-index:99;
transition:0.1s;
}
body:has(.modal-wrapper:target.pc_style) .btn_page_top{
		z-index:0;
transition:0.1s;
}
/*ポップアップのバナークリックがうまくいかないときの記述*/
/*固定ページ内のポップアップバナー記述*/
.price_inner .modal-wrapper {
    z-index: 99;
}
body:has(.modal-wrapper:target.pc_style) .yoyaku_banner a{
		z-index:0;
transition:0.1s;
}
/*固定ページ内のポップアップバナー記述*/
@media screen and (max-width: 738px){
.eye-catch-title__symptom--top-page69 {
    font-size: 2.7rem;
    line-height: 1.2;
    letter-spacing: 1px;
	}}
.tenpo_title {
    margin-bottom: 3%;
    margin-top: 2%;
}
.staff .box {
	display:flex;
	justify-content:space-between;
    padding: 20px;
    background-color: #fffbf1;
}
.staff .box .img {
    width: 27%;
}
.staff .box .txt_wrap {
    width: 70%;
}
.staff .box .txt dl:nth-child(1) {
    width: 48%;
}
.staff .box .txt dl:nth-child(2) {
    width: 51%;
}
.staff .box .txt dl dt {
    padding: 10px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    background-color: #036a36;
}
.staff .box .txt dl dd {
    padding: 10px;
    font-size: 1.1rem;
    line-height: 2;
}
.staff .box .txt:after {
    content: "";
    display: block;
    clear: both;
}
.staff .box .txt.name_tuning dl:nth-child(1) {
    width: 100%;
}
.txt.fl_wrap{
	justify-content:space-between;
}
@media screen and (max-width: 738px){
.staff .box .img {
    width: auto;
text-align:center;
}
.staff .box .img img {
    display: block;
    margin: 10px auto 9%;
}
	.staff .box{
		display:block;
	}
	.staff .box .txt_wrap {
    width: 100%;
}
}
.main_wrap{
	position:relative;
}
	.tenpo_wrap .page-grid{
		    margin-top: 10%;
	}
@media screen and (max-width: 738px){
.tenpo_title {
    margin-bottom: 7%;
    margin-top: 14%;
}

}
.slider-pro.slide_contents_a{
	width:80%;
	margin:0 auto;
}
.slide_contents_a .box {
    display: block;
    justify-content: space-between;
    padding: 20px;
    background-color: #fffbf1;
}
.slide_contents_a .box .img {
    width: auto;
    display: block;
}
.slide_contents_a  .slick-slide img {
    display: block;
    margin: 0 auto;
}

.slide_contents_a p
{
     width: 80%;
    margin: 2% auto 0%;
    text-align: center;
    font-weight: bold;
}
.slide_contents_a .slick-prev:before {
    background: url(/wp-content/themes/zen/image/slide_arrow_01.png) no-repeat;
    left: 0;
    z-index: 10;
    background-position: center;

}
.slide_contents_a .slick-next:before {
    background: url(/wp-content/themes/zen/image/slide_arrow_02.png) no-repeat;
    left: 0;
    z-index: 10;
    background-position: center;

}

.slick-dots {
  left: 50%;
  transform: translateX(-50%);
}
.slide_contents_a .slick-next , .slide_contents_a .slick-prev{
	    top: 32%;
}

.slide_contents_a .slick-prev:before, .slide_contents_a .slick-next:before {
    font-family: 'slick';
    /* font-size: 20px; */
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 180px;
    display: block;
    /* margin-top: -5vw; */
}
.slide_contents_a .slick-prev:before, .slide_contents_a .slick-next:before {
    font-size:0px;
}
.slide_contents_a .slick-next {
    right: 6%;
    z-index: 99;
}
.slide_contents_a .slick-prev {
    left: 6%;
    z-index: 100;
}
@media screen and (max-width: 738px){
.slider-pro.slide_contents_a {
   width: 100%;
    margin: 0 auto;
}
.tenpo_wrap .image_contents{
	margin-top:20%;
}
}
.menu-img-onayami_box.list_style_a ul{
	border: none;}
.menu-img-onayami_box.list_style_a ul{
	width:100%;
}
.menu-img-onayami_box.list_style_a li {
    display: flex;
    align-items: center;
    padding-bottom: 2%;
	margin-bottom: 2%;}
.tenpo_wrap .toggle:checked + .Label + .content {
    background-color: initial;
	padding:0;
}
.tenpo_wrap .toggle:checked + .Label + .content::after{
	content:initial;
}

.detail {
    margin-bottom: 20px;
display:flex;
	justify-content:space-between;
}
.detail .img {
    width: 31%;
}
 .detail ul {
    width: 66%;
    list-style: none;
}
 .detail ul li span {
    padding: 2px 5px;
    font-size: 1rem;
    border: solid 1px #232323;
    border-radius: 100px;
    display: inline-block;
	 margin-bottom:1%;
}
.detail ul li:nth-child(1){
	 margin-bottom:2%;
}
.detail+.section_bottom_tuning{
	margin-bottom:0px;
}
@media screen and (max-width: 738px){
.detail {
    margin-bottom: 20px;
display:block;
}
.detail .img {
    width: auto;
    margin: 0 auto 6%;
    display: block;
    text-align: center;
}
 .detail ul {
    width: 100%;
    list-style: none;
}
 .detail ul li span {
    padding: 2px 5px;
    font-size: 1rem;
    border: solid 1px #232323;
    border-radius: 100px;
    display: inline-block;
	 margin-bottom:1%;
}
.detail ul li:nth-child(1){
	 margin-bottom:4%;
}
.detail+.section_bottom_tuning{
	margin-bottom:0px;
}}
.detail ul li {
    padding-bottom: 2%;
    border-bottom: solid 1px #c3c3c3;
}
.tenpo_wrap .map_wrap
{
	margin-bottom: 2%;
}
@media screen and (max-width: 738px){
.tenpo_wrap .map_wrap
{
	margin-bottom: 5%;
}}
.news_list li {
    border-bottom: 1px dashed #d2d2d2;
    margin-top: 10px;
    padding-bottom: 10px;
}

.news_list li .date {
    padding-right: 20px;
}
.news_list li a {
    background: url(images/ico_01.jpg) 0 5px no-repeat;
    padding-left: 15px;
    color: #222222;

}
.news_list a{
	position:relative;
}


.news_list a::before{
    content: "";
    position: absolute;
    top: 50%;   /* 縦軸をセンタリングする */ 
    left: 0;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */  
    border: 5px solid transparent;
    border-left: 8px solid #555;   /* 好みで色を変えてください */  
}
#Wrapper:has(.page_wrap) .mg_tuning_nav{
	margin-bottom: 3%;
}
.inner.page_wrap {
    width: 90%;
    max-width: 1000px;
    margin: 0px auto 5%;
}
@media screen and (max-width: 738px){
.inner.page_wrap {
    margin: 88px auto 17%;
}}
.tablenav {
    line-height: 2em;
    margin: 1em auto 0;
    padding-bottom: 1em;
    text-align: center;
    color: #fff;
}
.tablenav .current {
    background: #036a36;
    border-color: #036a36;
    font-weight: bold;
}
a.page-numbers, .tablenav .current {
    padding: 3px 7px;
    border: solid 1px #036a36;
    text-decoration: none;
}
.Label.qa_style_none{
	padding: 1em;
    display: block;
    color: #fff;
    background: initial;
    font-weight: bold;
}
label.Label.qa_style_none::before , label.Label.qa_style_none::after{
    content: initial;
}
/*インナーコンテンツ記述*/
.modal-wrapper {
  z-index: 999999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 98%;
    max-width: 600px;
    padding: 30px 22px 15px;
    border-radius: 2px;
    vertical-align: middle;
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #333!important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38!important
}
.footer_floating_text{
	    font-weight: bold;
    font-size: 4.3vw;
	    margin-top: 0px;
    display: block;
	margin-right:2.3%;
}

.modal-wrapper.pc_style .footer_floating_text{
	  font-size: 20px;
}
.modal-content li:nth-child(2){
	margin-top: 5%;
}
.web-tel_box:has(.modal-wrapper:target) .sp_footer{
	z-index:0;
}
.btn_04 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 0.5rem 0rem;
	font-weight: bold;
	border: 2px solid #06c755;
	background:#06c755;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
	    display: flex;
    justify-content: center;
    align-items: center;
}
.btn_04 li {
margin-bottom:4%;
}
.btn_04 a img{
	margin-right:1.3%;
    align-self: flex-start; /* 追加 */
}
.btn_04 a:active {
	color: #06c755;
	background: #fff;
}
.btn_05 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 0.5rem 0rem;
	font-weight: bold;
	border: 2px solid #f1ae3b;
	background:#f1ae3b;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
	    display: flex;
    justify-content: center;
    align-items: center;
}
.btn_05 li {
margin-bottom:4%;
}
.btn_05 a img{
	margin-right:2.3%;
    align-self: flex-start; /* 追加 */
}
.btn_05 a:active {
	color: #f1ae3b;
	background: #fff;
}
.footer_floating_text img{
	width:30px;
}
.footer_icon
{
	    margin-top: 0.6%;
	    margin-right: 1.2%;
	    width: 31px;
}
.footer_floating_text + img{
	    margin: auto 0;
}
.table_stye_a {
    border-collapse: collapse;
    width: 100%;
	margin-bottom: 3%;
}
.table_stye_a th {
    background: #036a36;
    padding: 5px 10px;
    color: #fff;
	border-top: #004b25 1px solid;
    vertical-align: middle;
    text-align: center;
    border-bottom: #004b25 1px solid;
	border-left: #004b25 1px solid;
}
.table_stye_a td {
    padding: 5px 10px;
    border: 1px solid #036a36;
	vertical-align: middle;
background-color:#fff;
	    padding: 7px;
}
@media screen and (max-width: 738px){
	.table_stye_a th {
font-size:2.2vw;
	}
.table_stye_a td {
   font-size:2vw;}
	
.modal-wrapper.pc_style .footer_floating_text{
	  font-size: 4.3vw;
}
}

@media screen and (max-width: 640px){
	.table_stye_a th {
    font-size: 3vw;
    width: 23%;
}
.table_stye_a td {
     font-size: 2.9vw;}
}
@media screen and (max-width: 380px){
	.table_stye_a th {
    font-size: 4vw;
    width: 26%;
}
	.table_stye_a td {
     font-size: 3.8vw;}
}
.footer_icon.tell {
    width: 43px;
}
.flex_wrap.space_b{
	justify-content:space-between;
}
.price_inner .nav-list{
	margin-top:1.3rem;
}

.price_section_contents .table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.price_section_contents th {
    background: #efefef;
    color: #191816;
    width: 300px;
    font-size: 18px;
    font-weight: 700;
    padding: 10px;
    border: 1px solid #cecece;
    vertical-align: middle;
    text-align: center;
}

.price_section_contents td {
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
    border: 1px solid #cecece;
    vertical-align: middle;
    text-align: center;
}
.price_section_contents th.top_th , .price_section_contents td.top_td{
	border-bottom:none;
}
.table_wrap .h1_ttl{
	margin-bottom: 2rem;
}
@media screen and (max-width: 640px){
	.price_section_contents th{
		    width: 50%;
		font-size:15px;
	}
	.price_section_contents td{
		    width: 50%;
		font-size:15px;
	}

}
.page-guide .table_wrap.ttlArea {
    text-align: center;
    padding: 40px 0 23px 0;
}
p.midasi_style_c{
	text-align:left;
}
.price_card_image{
	margin-top:2%;
}
@media screen and (max-width: 738px){
.page-guide .table_wrap.ttlArea {
    text-align: center;
    padding: 0px 0 23px 0;
}
	.table_wrap .h1_ttl {
    margin-bottom: 2.3rem;
}
	.price_inner .page-guide .table_wrap.ttlArea {
    text-align: center;
    padding: 0px 0 11px 0;
}
	.page-guide .price_inner .table_wrap.ttlArea {
    text-align: center;
    padding: 0px 0 0px 0;
}
	 .page-guide .price_inner .ttlArea {
    text-align: center;
    margin-bottom: 10%;
    margin-top: 0%;
}
	.page-guide .table_wrap.ttlArea .h1_ttl {

    margin-bottom: 22px;
}
	.page-guide .not_h_title_a{
	    margin-top: 23px;
		margin-bottom: 0px;
}
}
	.page-guide .not_h_title_a{
		font-size:20px;
}
.page-guide .ttlArea.payment_method{
	padding-top:0px;
	padding-bottom:0px;
}
@media screen and (max-width: 738px){
.section_bottom_tuning_b.image_contents.price_inner{
	    margin-bottom: 4rem;
}
.card_contents .not_h_title_a {
	font-size: 18px;}}
@media screen and (max-width: 374px){
.card_contents .not_h_title_a {
    font-size: 4.2vw;
}
.price_section_contents th , .price_section_contents td{
    font-size: 3.9vw;
}
}
.price_section_contents th a , .price_section_contents td a{
	text-decoration: revert;}

.sezyutu_nagare.koutuziko h3 {
    margin-top: 3%;
    background-color: #036a36;
    padding: 1% 3%;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 2%;
}
.sezyutu_nagare.koutuziko .list_text_a{
	    margin-top: 10px;
}
.sezyutu_nagare.koutuziko li a {
    display: block;
    text-decoration: underline;
	font-weight: bold;}
.nagare_list.sezyutu_nagare{
	margin-bottom:0px;
}
.onayami_itiran_wrap li {
    display: flex;
}
.onayami_itiran_wrap li {
    font-weight: bold;
    font-size: 19px;
    border-bottom: solid 2px;
    padding-bottom: 2%;
	 padding-top: 2%;
}
.onayami_itiran_wrap li img {
    margin-right: 10px;
    width: 27px;
}
.onayami_itiran_wrap li img {
    align-self: flex-start;
}
.sankaku_green{
    display: block;
    margin: 40px auto;
    width: 24%;
}
.text_taiou{
    margin: 0 auto;
    display: block;
}
.koutuziko_approach img{
    width: 36%;
}
.list_nagare_arrow{
	text-align: center;
    margin-top: 3%;
    margin-bottom: 3%;
}

.list_nagare_arrow img{
	    width: 19%;
}
.list_nagare_text{
	    margin-top: 3%;
    font-weight: 800;
    font-size: 18px;
}
.list_nagare_text span{
color: #fd0304;
    font-weight: 800;	
}
.simulator {
	margin: 3rem auto;
	padding: 0 1rem 1.5rem;
	max-width: 1000px;
	border: 2px solid #000;
	border-radius: 10px;
}
.simulator__title {
	transform: translateY(-24px);
	padding: 0.5rem 1rem;
	margin: 0;
	background-color: #000;
	border-radius: 5px;
	color: #FFF;
	text-align: center;
}
.simulator__content {
	padding: 0 1.5rem;
}
.simulator dl {
	display: flex;
	flex-wrap: wrap;
}
.simulator dl dt {
	margin: 0;
	width: 50%;
}
.simulator dl dd {
	margin: 0;
	width: 50%;
}
.simulator dl .inner {
	padding: 1rem;
}
.simulator dl .item-title {
	font-size: 1.5rem;
	font-weight: 700;
}
.simulator dl .item-title > div {
	font-size: 1rem;
}
.simulator input {
	width: 80%;
	appearance: none;
	background-color: #fff;
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	border: 1px solid #666;
	border-radius: 6px;
}
.simulator .submit {
	margin: 0 auto;
	display: block;
	margin-bottom: 1rem;
	padding: 1rem 4rem;
	border: 0;
	border-radius: 15px;
	background-color: #ed726d;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
	font-size: 1.5rem;
	color: #FFF;
	cursor: pointer;
}
.simulator .submit[disabled] {
	opacity: 0.5;
}
.simulator .result:not(:empty) {
	text-align: center;
	padding: 2rem;
	font-size: 2.5rem;
	font-weight: 700;
	color: #e91e63;
}
.simulator .info {
	margin-top: 1.5rem;
}
.simulator .info p {
	margin: 0.5rem 0;
	font-size: 1rem;
}
.isyaryo_banner_wrap{
	    width: 72.7%;
    display: block;
    margin: 4% auto 4%;
}
.nav-list.non_mg_tuning{
	margin:0px;
}
.price_inner.contents_inner_b .nav-list {
    margin-top: 3.3%;
	margin-bottom: 7.4%;
}
#isyaryo{
	margin-top:-180px;
	padding-top:180px;
}
@media screen and (max-width: 738px){
.text_taiou {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.isyaryo_banner_wrap {
    width: 100%;
    display: block;
    margin: 4% auto 4%;
}
	.sankaku_green {
    margin: 19px auto;
}
}
.symptom-items , .symptom-items a{
	display:flex;
}

.symptom-items{
    margin-top: 10px;
    padding-bottom: 10px;
	align-items: center;
}
.symptom-items .info-time {
    padding-right: 9px;
	    width: 108px;
}
.symptom-items .info-time+p{
	position:relative;
}
.symptom-items .info-time+p::before {
    content: "";
    position: absolute;
    top: 50%;
   right: -18px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #555;
}
.info-wrap a:last-child{
    background-color: #42abfa;
    color: #fff;
    border-radius: 25px;
    padding: 3% 7%;
    display: block;
    text-align: center;
	width: 89px;
    margin-left: 0%;
}
.entry-body {
    overflow: hidden;
}
.entry-body img.wp-post-image {
    float: left;
    margin-right: 1%;
}
.single-guide .entry-body p {
 font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}
@media screen and (max-width: 738px){
	.single-guide .entry-body p {
	    font-size: 15px;
    margin-bottom: 20px;
}
}

.contents_style_a li{
overflow: hidden;
	margin-bottom:4%;
}
.contents_style_a img{
	    width: 35%;
	float:left;
margin-right:2%;
}
.contents_style_a{
	margin-bottom:5%;
}
@media screen and (max-width: 738px){
.contents_style_a img {
    width: auto;
    float: initial;
    margin-right: 0;
}
.contents_style_a li{
margin-bottom:5%;
}
}
.contents_style_a.sezyutu_nagare.koutuziko h3{
	margin-top:0px;
}
#block-09.link_tuning + .Label{
	      padding: 21px;
}
#block-09.link_tuning + .Label img {
    width: 16px;
    margin-left: 3px;
    margin-bottom: 2px;
}
.info-list.p-news__item + p{
	margin-left:10px;
}
@media screen and (max-width: 738px){
.syoujo-menu-list .symptom-items{
    display: flex;
    flex-wrap: wrap;
}
.info-list.p-news__item + p {
    margin-left: 0px;
    width: 100%;
    margin-top: 2%;
    margin-bottom: 0%;
}
	.symptom-items {
    margin-top: 17px;
}
	.syoujo-menu-list{
		    margin-top: 10px;
	}
.symptom-items .info-time {
    padding-right: 9px;
	    width:auto;
}
}

.pagination {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}


.pagination li a {
    text-decoration: none;
    color: #036a36;
    font-weight: bold;
}


.active {
  background-color:#036a36;
	    border-radius: 25px;
}

.pagination .active a {
  color: #fff;
}
.pagination i{
color:#036a36;
}


.symptoms_page_section h3{
padding: 0.3em;
 background: #eafff3;
border-bottom: solid 3px #029249;
margin-top:15px;
margin-bottom:5px;
}
.symptom-items a{
	    width: 100%;
    background-color: #fff;
    cursor: pointer;
    overflow: hidden;
    height: 265px;
    margin-top: -30px;
}

@media only screen and (max-width: 737px){
.symptom-guide .symptom-list .symptom-items {
    width: 48% !important;
    height: 36vw !important;
}
.symptom-items a {
    height: 42vw !important;
}}
.syoujo-menu-list .flex_wrap{
	    justify-content: space-between;
}

.youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.syoujo-menu-list .symptom-list .symptom-items a {
     height: auto; 
     margin-top:0px;
}
.syoujo-menu-list .symptom-items {
    padding-top: 8px;
    padding-bottom: 16px;
}
.syoujo-menu-list .symptom-items > a{
	    display: contents;
}@media screen and (max-width: 738px){
.syoujo-menu-list .symptom-list .symptom-items a {
  height: auto !important;
}}
.page-guide:has(.sango_banner_page) .menu_single_content h2{
	    background: #f15b7c;
}

.page-guide:has(.sango_banner_page) .fl_wrap .bg_green_style a {
	    background: #f15b7c;
}

.page-guide:has(.sango_banner_page) .midasi_style_c{
	    background: #ffe3e9;
border-bottom: solid 3px #f15b7c;
	border-left: solid 6px #f15b7c;
}
.page-guide:has(.sango_banner_page)  .tokuyuo_list li span:nth-child(1) {
	background-color:#f15b7c;
}
.page-guide:has(.sango_banner_page)  .nagare_list h3 {
	color:#f15b7c;
	    background: #fff8f9;
	border-bottom: solid 3px #f15b7c;
}
.page-guide:has(.sango_banner_page) h3 {
	color:#f15b7c;
   background: #fff8f9;
	border-bottom: solid 3px #f15b7c;
}
.menu-img-onayami_box li.onayami_list_title span.pink_text_style {
    color: #f15b7c;
}
.page-guide:has(.sango_banner_page) .menu-img-onayami_box ul {
    border: solid 1px #f15b7c;
}
.page-guide:has(.sango_banner_page)  .menu-img-onayami_box li {
    border-bottom: dashed 1px #f15b7c;
}

.icon_bg_pink{
	background-color:#f1a25b;  width: 6%;
}
 .icon_w_tuning{
    padding: 4px;
    width: 4.5%;
    border-radius: 22px;
}
.list_style_a li{
	margin-top:7px;
font-weight: bold;
}
.symptoms_page_section .fl_wrap_contents img.icon_bg_tuning{
	    margin-right: 11px;
}
.text_box:has(.icon_bg_tuning) ul{
    background-color: #fff9f4;
    padding: 19px;
    border-radius: 20px;
}

@media screen and (max-width: 738px){
.symptoms_page_section .fl_wrap_contents img.icon_bg_tuning {
margin:0px 6px 0px 0px;
}}

.fl_wrap_d img{
	    width: 33%;
}
.mg_tuning_a{
	margin-top:2%;
}
.page-guide:has(.sango_banner_page) .ttlArea .h1_ttl:before {
    background: #f15b7c;
}
@media screen and (max-width: 738px){
	.mg_tuning_a.list_style_a li{
display:flex;
	}
	.mg_tuning_a.list_style_a li img{
		width:24px;
	}
.list_style_a li {
    margin-top: 13px;
}
	.fl_wrap_d img {
    width: 100%;
}
.page-guide:has(.sango_banner_page) .symptoms_page_section h3 {
    margin-top: 29px;
    margin-bottom: 5px;
}
}.table_mof {
  border-spacing: 0;
  border-collapse: collapse;
}
.table_mof th,
.table_mof td {
  border-top: 1px solid #a2a2a2;
  border-left: 1px solid #a2a2a2;
}
.table_mof th.bg_pink {
  padding: 5px 10px;
  background-color: #f15b7c;
  color: #ffffff;
}
.table_mof th {
    padding: 5px 10px;
    background: #1f1f10;
    color: #ffffff;
  }
.table_mof tr:nth-child(even) th {
  background: #72aabb;
}
.table_mof td {
    vertical-align: middle;
	padding: 2px 5px;
  background: #fcfcfc;
  color: #333333;
  text-align: center;
}
.table_mof tr:nth-child(even) td {
  background: #eeeeee;
}
.table_mof th:last-child,
.table_mof td:last-child {
  border-right: 1px solid #a2a2a2;
}
.table_mof tr:last-child th,
.table_mof tr:last-child td {
  border-bottom: 1px solid #a2a2a2;
}
.table_mof th{
	text-align:center;
	    vertical-align: middle;
}
.biyou_hari img{
display:block;
margin: 0 auto 20px;
}

.hatumousezyutu.nagare_list li {
    width: 31%;
    margin-bottom: 3%;
}
.hatumousezyutu.nagare_list li img{
	display:block;
margin:0 auto;
}
.hatumousezyutu.nagare_list li h3{
    height: 25%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;}
@media screen and (max-width: 738px){
.hatumousezyutu.nagare_list li img {
    width: auto;
}
.hatumousezyutu.nagare_list li {
    width: 100%;
}
}
.tokutyo_list{
    width: 66%;
    margin-bottom: 29px;
    margin-top: 20px;
}
@media screen and (max-width: 738px){
.tokutyo_list{
    width: 100%;
    margin-bottom: 29px;
    margin-top: 20px;
}
.hatumousezyutu.nagare_list li {
    margin-bottom: 3%;
}}
.banner_mg_tuning{
    margin-bottom: 21px;
    margin-top: 20px;
}

.banner_mg_tuning + p{
    margin-bottom: 21px;
}
.text_bg_black {
    background-color: #333;
    padding: 3px 6px;
    color: #fff;
    border-radius: 6px;
	margin-right:7px;
}
.bf_content .fl_wrap_contents{
	margin-bottom:12px;
}
.bf_content{
	    display: flex;
    justify-content: space-between;
}
.bf_content .fl_wrap_contents{
	    align-items: center;
}
.diet_profile_text span{
	font-weight:bold;
}
.arrow_s_b {
  position: relative;
  display: inline-block;
  padding-left: 27px;
}
.arrow_s_b:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 3px;
  bottom: 0;
  margin: auto;
}
.arrow_s_b:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 9px;
  bottom: 0;
  margin: auto;
}
.arrow_s_b + span{
	font-size:20px;
	color:red;
	margin-left:12px;
}
.bf_content .fl_wrap_contents{
	margin-right:10px;
}
.bf_content .fl_wrap_contents:last-child{
	margin-right:0px;
}
@media screen and (max-width: 1100px){
	.arrow_s_b + span{
display:block;
margin-left:0px;

	}
	.bf_content {
    display: flex;
    justify-content:unset;
}
	.bf_content .fl_wrap_contents{
	margin-right:27px;
}
.bf_content .fl_wrap_contents:last-child{
	margin-right:0px;
}
}
.fl_wrap_contents.bf_img{
	margin-top:27px;
}
@media screen and (max-width: 738px){
	.text_bg_black {
 margin-right: 0px;
		margin-bottom:10px;}
		.bf_content .fl_wrap_contents {
    margin-bottom: 12px;
}
	.bf_content .fl_wrap_contents{
	margin-right:0px;
}
	.bf_content {
    display: block;
}
		.arrow_s_b + span{
display:inline;
margin-left:12px;
	}	
.fl_wrap_contents.bf_img {
	display:flex;
    margin-top: 27px;
	width:100%;
}
.fl_wrap_contents.bf_img img{
	width:50%;
}
}
.diet_table {
    width: 100%;
    margin: 0 0 30px;
}
.diet_table th {
    border: #c4d2de 2px solid;
    background: #e9eff4;
    padding: 10px;
    text-align: center;
}
.diet_table td {
    border: #c4d2de 2px solid;
    padding: 10px;
    text-align: center;
}
.nagare_list.tokuyuo_list li:last-child{
	margin-bottom:0px;
}
.content_bottom_mg_tuning{
	margin-bottom: 59px;
}
.p_fk + p{
	display:none;
	position:absolute;
}
.bf_content.p_fk{
	    width: 100%;
}
p:has(.toggle:checked + .Label) + .content.hatumo::after {
    left: -16px;
    top: 20%;
}
.accordion.hatumo{
	margin-bottom: 28px;
}
.page_link_tuning{
	margin-top:-70px;
	padding-top:70px;
}
@media screen and (max-width: 738px){
	
.page_link_tuning{
	margin-top:-100px;
	padding-top:100px;
}
	.first_page_main + .pageWrap .breadcrumb {
    margin-top: 2rem;
    padding: 10px 0;
}
}

/************************************************/
.col_3{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
}
.col_3 > *{
    width: calc( 33.33333% - 8px ) ;
    margin-right: 12px;
    margin-bottom: 12px;
}
.col_3 > *:nth-child(3n){
    margin-right: auto;
}
.col_3 > * > *{
    position: relative;
    overflow: hidden
}
@media screen and (max-width: 580px) {
    .col_3 > *{
        width: calc( 50% - 6px ) ;
    }
    .col_3 > *:nth-child(3n){
        margin-right: 12px;
    }
    .col_3 > *:nth-child(2n){
        margin-right: auto;
    }
}

/*お客様の声*/
.readmore {
  position: relative;
  margin: 20px auto 50px;
  padding: 0 0 75px;
}

.readmore label {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0;
  margin: 0 auto;
  width: 200px;
  padding: 10px 0;
  color: #332719;
  text-align: center;
  border-radius: 5px;
  background-color: #f7c9c9;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
}

.readmore label::before{
  content: 'もっと見る';
}

.readmore input[type="checkbox"]:checked ~ label::before {
  content: '元に戻す';
}

.readmore input[type="checkbox"]{
  display: none;
}

.readmore-content {
  position: relative;
  height: 470px;
  overflow: hidden;
}

.readmore input[type="checkbox"]:checked ~ .readmore-content {
  height: auto;
}

@media screen and (max-width: 768px) {
.readmore-content {
  height: 370px;
}
}	
@media screen and (max-width: 485px) {
.readmore-content {
  height: 350px;
}
}	
.syoujo-menu-list .symptom-items {
    position: relative;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 50px;
    height: 203px;
}