@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

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;
}
	/*旧ヘッダーフッター非表示*/
	header.exheader,footer.exfooter,#call_block{
		display:none;
	}
	header.exheader p{
		display:none;
	}
	#menu_block {
display:none!important;
}
article p {
    margin: 0;
}
#page{
	max-width:unset;
}
.header-view {
    text-align: center;
    margin-bottom: 4.5rem;
}
h1.title_mg_tuning_a.title_style_top{
    font-size:2em;
	font-weight:900;
}
#page h2 ,	#page h3{
    background:transparent;
    padding:0;
    margin:0;
    font-size:1.5em;
    font-weight:900;
    border-left:none;
    border-bottom:none;
}
.onayami-sec .symptom-list.flex_wrap {
    justify-content: flex-start;
}
.onayami-sec .symptom-list .symptom-items {
    position: relative;
    width: 31%;
    margin-bottom: 2%;
    margin-right: 3.5%;
}
.onayami-sec .symptom-list .symptom-items:nth-child(3n) {
    margin-right: 0;
}
@media screen and (max-width: 480px) {
#page .onayami-sec h2{
    font-size:1px!important;
}
.onayami-sec .symptom-list.flex_wrap {
justify-content: space-between;
}
.onayami-sec .symptom-list .symptom-items {
    position: relative;
    width: 49%;
    width: calc(50% - 8px);
    margin-bottom: 0px;
    margin-right: 0px;
    height: auto;
    padding-bottom: 0px;
}
}
.menu-img-onayami_box {
display: flex;
justify-content: space-around;
margin-bottom: -25px;
margin-top: 35px;
}
.menu-img-onayami_box ul {
padding: 3%;
}
.menu-img-onayami_box ul {
height: 100%;
}
div.singlemenu-img, .menu-img-onayami_box ul {
width: 100%;
}
.menu-img-onayami_box li {
display: flex;
align-items: center;
padding-bottom: 1.9%;
margin-bottom: 2.1%;
border-bottom: dotted 3px #564c41;
color: #792525;
font-weight: 600;
line-height: 1.4;
}
.menu-img-onayami_box li p {
width: 90%;
line-height: 1.2;
font-size: 16px;
    font-weight:900;
}
.menu-img-onayami_box li::before {
content: "\02714";
color: #fff;
background-color: #8fc31f;
border-radius: 50%;
display: flex;
margin-right: 1%;
width: 25px;
height: 25px;
align-items: center;
justify-content: center;
font-size: 15px;
}
	
.border_yellow {
    background: linear-gradient(transparent 50%, #f6ff02 50%);
}
@media screen and (max-width: 768px) {
	#page{
        padding: 0;
    }
}
/*header footer*/
.web-tel_box {
    display: none;
}
@media only screen and (max-width: 737px) {
    .web-tel_box {
        width: 100%;
        position: fixed;
        bottom: 0;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        background-color: #ffffffe6;
        padding: 10px 0;
        z-index: 99999999;
    }
}
	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;
}

/* 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:"Zen Maru Gothic","Hiragino Kaku Gothic Pro", "Yu Gothic", "メイリオ", "Meiryo";
    font-size: 16px;
    font-weight: 400;
    color: #3c3c3c;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    letter-spacing: 0.01em;
	background-color:#fcf3eb;
}
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
}

#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) {
#page 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;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}*/
.global-header .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 0;
  width: 100%;
  flex-wrap: nowrap;
  gap: 20px;
}

/*.global-header .header-top .header_left {
    align-items: center;
	flex-shrink: 0;
}*/
.global-header .header-top .header_left {
  /*flex: 0 0 auto;
  flex:auto;*/
}
/*.global-header .header-top .header_nav_wrap {
  min-width: 0;
  overflow-x: auto;
}*/
.global-header .header-top .header_nav_wrap {
  display: flex;
  align-items: center;
  gap: 10px; /* ナビとボタンの間に余白 */
  flex-wrap: nowrap; /* 折り返し防止 */
  flex-grow: 1;
  flex-shrink: 1; /* ← 縮む余地を与える */
  min-width: 0; /* ← これがないと縮まない */
  overflow: hidden;
  justify-content: space-between; /* ナビ左、ボタン右にしたい場合 */
}

.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 !important;
	flex-wrap: wrap !important;
    max-width: 100% !important;
	gap:0px !important;
}

.global-header .header-top .header-contact li {
    /*width:202px;*/
    margin-right: 0rem;
    margin-bottom: 0rem;
}

@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: 17px 11px;
		border-bottom:dotted 2px #7db732;
		background-color:#fcf3eb;
    }

    .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: #fd740f;
    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 !important;
    }

    .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 #f68d00;
        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: #f68d00;
    }

    .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 #f68d00;
        border-right: solid 2px #f68d00;
        -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 {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: flex-end;
        max-width: 100%;
}
    .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;
    }
	.drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
}
}

@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: 25px 0 7px 0;
}

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

.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: #F68D00;
}

.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: #fd740f;
}

@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: #fd740f;
    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: #fd740f;
   /* border: 1px solid #fd740f;*/
}

.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: #fd740f;
}

.pagination .current {
    color: #ffffff;
    background: #fd740f;
}

@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: 2rem;
        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: 14%;
    right: 10px;
}
}

@media only screen and (max-width:645px) {
.btn_page_top {
    width: 50px;
    bottom: 11.5%;
    right: 10px;
}
}
@media only screen and (max-width: 510px){
.btn_page_top {
    width: 50px;
    bottom: 9%;
    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-color:#fff9f1;
}

.footer .footer-wrap {
	text-align:center;
    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:0 auto;
}

.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:#7db732;
	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: #fd740f;
    font-size: 18px;
}

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

.osususme {
    font-weight: 500;
    color: #fd740f;
    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: #fd740f;
}
.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 .page-guide .menu_single_content .title_style_a{
	    margin-top: 50px;
    margin-bottom: 20px;
}
#page .title_style_a{
    display: block;
    color: #792525;
    background-color: #fdf9f0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.t_center_wrap{
text-align:center;}
@media only screen and (max-width: 737px){
#page .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: #fd740f;
}
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: 732px;
    margin: 0 auto;
}
.fl_wrap .bg_green_style a {
	font-size:1.2rem;
    padding: 21px 24px;
    width: 100%;    color: #fff;
    display: block;
    text-align: center;
}

.bg_green_style a{
	color:#fff;
position:relative
}


.header-view + .title_mg_tuning_a{
    margin-bottom: 1rem;
}
#page .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 {
  display: flex;
  flex-grow: 1;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  flex-shrink: 1; /* ナビが詰まっても小さくなる */
}
/*.menu-global-nav-container .nav {
    display: flex;
    padding: 15px 0 16px;
    width: 68%;
    margin: 0 auto;
    justify-content: space-between;
}
.menu-global-nav-container .nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}*/
.menu-global-nav-container .nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  justify-content: flex-start; /* ← 左寄せ */
  margin: 0 auto;             /* ← 念のため左余白削除 */
}
/*.nav li {
    width: 143px;
	list-style: none;
}*/
.menu-global-nav-container .nav li {
  /*flex: 0 0 auto;
  flex: auto;
  width: 90px;*/
  flex: 1 1 auto;
  /* min-width: 60px;  最小サイズ */
  text-align: center;
}
/*.header_right {
  flex: 0 0 auto;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  min-width: 0;
}*/
.header_right {
  /*flex:0 1 auto;*/
  display: flex;
  flex-shrink: 0; /* ← ボタンは縮まないが折り返さない */
  flex-wrap: nowrap; /* 折り返し禁止 */
  gap: 10px;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  justify-content: flex-start; /* ← 左寄せ */
  margin: 0;              /* ← 念のため左余白削除 */
  /*flex-shrink: 0;  ボタン側はサイズ固定で縮まない */
}

@media only screen and (max-width: 738px){
.menu-global-nav-container .nav,
.header_right {
    display: none;
}
	}
.bg_color_style_a{
	    background: #fafdeb;
}
.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: #fd740f;
    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 {
	font-weight:bold;
    color: #fff;
    position: relative;
    display: inline-block;
	    text-align: center;
	margin: 0 auto;
	    padding-top: 21px;
	padding-bottom: 21px;
	font-weight:bold !important;
}
.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:#fcf3eb;
    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: #e27b04;
    color: #fff;
    border-radius: 6px;
    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 #e27b04 2px !important;
    margin-bottom: 1.2rem;
}
.f_bold{
	font-weight:bold;}
@media screen and (max-width: 738px){
	.flex_wrap .yoyaku_banner:nth-child(1){
		margin-bottom:20px;
	}
		.bg_color_style_a {
background: unset;
    padding-top: 0;
}

	.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 {
    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: 0px;
        right: 51px;
        margin-right: 17px;
             margin-top: 5.5%;
}
	.line_btn a{
    display: block;
    display: inline-grid;
        justify-items: center;
		text-decoration:none;
}
	.line_btn a img{
    width: 31px;
		max-height:37px;
		object-fit:contain;
}

.line_btn span {
    font-size: 14px;
    margin-top: 3px;
color:#5a2815;
	font-weight:bold;
}
}/*
@media only screen and (max-width: 370px){
	.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: 24px;
	color:#5a2815;
	font-weight:bold;
}*/
.header-contact.pc-on li.line_btn a span {
  font-size: 24px;
  font-weight:bold;
  color: #5a2815;
  margin-left: 5px;
}
@media only screen and (max-width: 1200px){
.header-contact.pc-on li.line_btn a span {
  font-size: 15px;
  }
}
@media only screen and (max-width: 800px){
.header-contact.pc-on li.line_btn a span {
  font-size: 10px;
  }
}

.bnr-list{
	text-align:center;
	margin-bottom: 20px;
}
@media only screen and (min-width: 738px) and (max-width: 1024px) {
.bg_color_style_a {
	padding-top: 2.3rem;
}}
.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 #fd740f;
    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: 290px;
}

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

.bunseki .bunseki_t {
    margin-top: 5px;
	width:66%;
    /* margin: 0 auto; */
    margin-left: 41px;
}

.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: #fd740f;
  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: #fd740f;
  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: 44px;
  width: 90%;
  border-radius: 50%;
}
.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: auto;
    margin-bottom: 10px;
		margin-top: 22px;}
	
	.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;
	width: 90%;
    }	
.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 {
    justify-content: space-between;
    margin-bottom: 1.5rem;
flex-wrap: wrap;
margin-top: 73px;
    margin-bottom: 3%;
}

.nagare_list li{
    margin-bottom: 3%;
}
.nagare_list li .text_contents_a{
	margin:0 auto;
	display:flex;
	justify-content: center;
width: 100%;
}
.nagare_list li img{
	    width: 43%;
	margin-right:10px;
    object-fit: contain;
}
.text_contents_b{
	width:51%;
}
/**目次**/
.toc-005 {
    border-radius: 3px;
    background-color: #ffff;
}

.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: #fd740f;
    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) " ";      /* 表示形式を指定 */
    height: 31px;
    width: 31px;
    display: inline-block;
    display: flex;
        align-items: center;
        justify-content: center;
	position:relative;
        top: -1px;
    left: 0px;
    margin-right: 0.6%;
    color: #fff;
}
.toc-005 ol li:after {
	content:'';
	    padding: 1px 8px;
    background-color: #fd740f;
    border-radius: 40px;
    height: 31px;
    width: 31px;
    display: inline-block;
    display: flex;
        align-items: center;
        justify-content: center;
	position: absolute;
    z-index: -1;
}
.toc-005 ol li span{
	position:relative;
}
.toc-005 ol li span:before {
    background-color: #fd740f;
    border-radius: 40px;
    height: 31px;
    width: 31px;
    display: inline-block;
    margin-right: 0.6%;
    color: #fff;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.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 #fd740f;
    top: 42%;
    position: absolute;
    right: -1.7rem;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.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 #fd740f;
    padding-top: 1.5%;
    /* background-color: #fd740f; */
    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;
}
.first_page_main img{
	margin-bottom:35px;
}
@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:center;
	font-weight: bold;
  border-bottom: 3px solid #f0d89c;
  padding: 0.3em;
  margin-bottom: 1.3em;
  position: relative;
	    line-height: 30px;
}
.first_midashi_a::after {
  content: '';
  background-color: #fd740f;
  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:#fd740f;
}
/*ベース*/
.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;
}
.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{
	border-radius: 8px;	
    width: 27%;
    text-align: center;
    margin: 28px auto 17px;
    background-color: #fd740f;
    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: #fd740f;
    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;
   color:#f58e27;
     border-radius: 5px;
	width:100%;
text-align:center;}
.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;
display: flex;
    align-items: center;
}
.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;
	margin-bottom: 30px;
}
.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%;
	    border-radius: 7px;
border-radius: 8px;	
}
	.tokuyuo_list li span:nth-child(1){
		text-align:center;
		display:block;
  color: #f58e27;
		background-color:#fdf5ea;
    font-weight: bold;
    border-radius: 5px;
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: 12%;
}
	.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%;	
    margin-bottom: 11%;
    margin-top: 8%;
    margin-left: 4%;
}
#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) {
	.map_wrap iframe {
    width: 100%;
    height: 22rem;
}
	.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: #fd740f;
    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:#fd740f;
    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: #fd740f;
}
.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: #fd740f;
    border-color: #fd740f;
    font-weight: bold;
}
a.page-numbers, .tablenav .current {
    padding: 3px 7px;
    border: solid 1px #fd740f;
    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: #fd740f;
    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 #fd740f;
	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;
}

.top_th2 , .top_td2{
	border-bottom:1px solid #cecece!important;
	font-family:'メイリオ', 'Meiryo', sans-serif;
}

.top_th2 span{
	color: red;
	font-size: 13px;
    margin-left: 3px;
}

.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:20px;
	}
	.price_section_contents td span{
		font-size:13px;
	}
}
.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: #fd740f;
    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: 15px;
    padding-bottom: 15px;
	align-items: center;
	/* border-bottom: solid 2px #ececec; */
}
.symptom-items .info-time {
    padding-right: 9px;
	    width: 84px;
}
.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{
    color: #fff;
    border-radius: 4px;
    padding: 3% 7%;
    display: block;
    text-align: center;
    width: 122px;
    margin-left: 0%;
    background-color: #e27b04;
}
.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;
	border-bottom: solid 2px #ececec;
}
.info-list.p-news__item + p {
    margin-left: 0px;
    width: 100%;
    margin-top: 0.5%;
    margin-bottom: 0%;
}
.symptom-items {
    /*margin-top: 17px;*/
    padding-bottom:0px;
}
.syoujo-menu-list{
    margin-top: 10px;
}
.symptom-items .info-time {
    padding-right: 9px;
	    width:81px;
}
}

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


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


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

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


.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: 100%;
    /* margin-top: -30px; */
}

@media only screen and (max-width: 737px){
.symptom-guide .symptom-list .symptom-items {
    width: 48% !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-bottom: 2%;
}*/
.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;
}
.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;
}
	.onayami-sec .symptom-list .symptom-items h3{
		font-size: 18px!important;
	}
}


/************************************************/
.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;
}
}

.mb5{
	margin-bottom: 5px;
}

.map_fl{
	display:flex;
}
.map_fl{
	    justify-content: space-between;
	margin-bottom:30px;
}
.map_fl .img_map_wrap{
	width: 36%;
    height: -webkit-fill-available;
}

.map_fl .img_map_wrap img:nth-child(1){
margin-bottom:10px;	
}
.map_fl .map_wrap{
	width: 62%;

}
@media screen and (max-width: 768px) {
.map_fl{
	display:block;
}

.map_fl .img_map_wrap{
	width: 100%;
    height: -webkit-fill-available;
display:blockl;
	margin-bottom:10px;
	}
.map_fl .map_wrap{

	width:  100%;
}
	.access_loop_contents .detail img{
        margin: 0 auto 20px;
        display: block;
	}
}
.access_loop_contents .map_fl img{
	 width: 38%;
    margin-right: 17px;
    display: block;
    height: 0%;
}
.access_loop_contents{
	
}
.access_loop_contents .map_fl{
	margin-bottom:2%;
}
.mg_tuning_d {
    margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
	.access_loop_contents .map_fl img{
	 width: 100%;
    margin-right: 0px;
}
.mg_tuning_d {
    margin-bottom: 2rem;
}}
.yoyaku_contents .detail img{
	    width: 44%;
    margin-right: 2%;
}
@media screen and (max-width: 768px) {
.yoyaku_contents .detail img{
	    width: 100%;
    margin-right: 0%;
}
.map_fl + .table_stye_a{
	margin-bottom: 11%;
}
.map_fl {
	margin-bottom:0px;
}
	.access_loop_contents .map_fl img{
		margin-bottom:20px;
	}
	.access_loop_contents .map_fl {
    margin-bottom: 9%;
}
}
.symptom-items img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    border: 2px solid #b1b1b1;
    object-position: top;
}
/*.symptom-guide .biyou_sezyutulist_wrap .symptom-list .symptom-items{
    position: relative;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 50px;
    height: 203px;
}
.symptom-guide .biyou_sezyutulist_wrap .symptom-list .symptom-items h3{
	background-color:#f7c9c9;
}
.biyou_sezyutulist_wrap .symptom-items img {
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 768px) {
.symptom-guide .biyou_sezyutulist_wrap .symptom-list .symptom-items {
    width: 48% !important;
    height: 36vw !important;
}}*/

/* お客様の声追加 */
.article_card{
    display: flex;
    gap: 50px;
    border-bottom: 2px solid #FCC53D;
    padding: 24px;

}

@media screen and (max-width: 768px) {
    .article_card{
        flex-direction: column;
        gap: 15px;
        padding: 8px 0;

    }
    
}

.customer_voice_list li:not(:first-of-type){
    margin-top: 20px;
}
.voice_thumbnail{
    width: 20%;
    flex-shrink: 0;

}
@media screen and (max-width: 768px) {
    .voice_thumbnail{
    width: 100%;
    text-align: center;
    }
}

.voice-txtarea{
    width: 100%;
}
.voice-txtarea .ttl{
    font-size: 20px;
    font-weight: bold;
    background-color: #fd740f;
    color: white;
    padding: 3px 10px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .voice-txtarea .ttl{
        font-size: 16px;
        padding: 3px 6px;

    }
}
.voice-txtarea .customer_info{
    display: flex;
    gap: 10px;
    font-size: 18px;
    font-weight: bold;
    padding-top: 8px;
	    flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
    .voice-txtarea .customer_info{
        font-size: 16px;
        padding-top: 4px;

    }
}
.voice-txtarea .txt{
    padding-top: 10px;

}
@media screen and (max-width: 768px) {

.voice-txtarea .txt{
    font-size: 14px;;
}
}

/* お客様の声スライド */
.voice_sec.sec{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 80px;

}

.voice_sec .underline_gray_title{
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.voice_sec .underline_gray_title::before,
.voice_sec .underline_gray_title::after{
    content: "";
    width: 40px;
    height: 2px;
    background-color: #fd740f;
    display: block;

}

.slick_list.voice{
    padding-top: 56px;
}
@media screen and (max-width: 768px) {
    .slick_list.voice{
        padding-top: 5px;

    }
}

.slick_list.voice .light_blue_title{
    font-size: 20px;
    text-align: center;
    font-weight: bold;

}

@media screen and (max-width: 768px) {
    .slick_list.voice .light_blue_title{
        font-size: 18px;

    }
}
.slick_list.voice dl{
	background-color:#fdf5ea;
    width: 90%;
    padding: 40px;
    margin-top: 20px;
    margin-bottom: 8px;
	    border: solid #f4880b 4px;

}
@media screen and (max-width: 768px) {
    .slick_list.voice dl{
        width: 100%;
        padding: 20px 36px 44px;
        margin-bottom: 5px;
    }

}
.slick_list.voice .img_personal_info .img{
    width: fit-content;
    margin: 0 auto;
    padding-top: 15px;


}

.slick_list.voice .personal_info{
    display: flex;
    padding-top: 24px;
    gap: 20px;
}

.slick_list.voice .bk_line_sub_title{
    padding: 5px;
    border-radius: 5px;
    background: #fd740f;
    color: white;
}

.slick_list.voice .accordion{
    padding-top: 10px;

}

.voice_sec.sec .voice_note{
    text-align: center;
    font-size: 12px;

}





/* アコーディオン */
/** 患者様の声 */

.accordion {
    position: relative;
  }
  
  .accordion-btn {
    bottom: -32px;
    font-weight: 600;
    color:#f4880b;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    left: 0;
    margin: auto;
    padding: 15px;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.2s;
    width: fit-content;
    z-index: 11;

  }
  
  @media screen and (max-width: 768px) {
    .accordion-btn {
		    bottom: -45px;
        font-size: 14px;
    }
  }

  .accordion-text::before {
    bottom: 0px;
    content: "";
    height: 10px;
    position: absolute;
    width: 100%;
    z-index: 10;/*
    background: #fff;*/
    line-height: 1.5;
   /* background: linear-gradient(180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.49343487394957986) 15%,
        rgba(255, 255, 255, 1) 32%);*/
  }
  
  .accordion-btn::after {
    content: "続きを読む";
  }
  
  .accordion-text.is-hide {
    height: 100px; /* 初期は100pxに設定 */
    overflow: hidden; /* 溢れた部分は隠す */
  }
  
  .accordion-text {
    overflow: hidden;
    position: relative;

  }
  @media screen and (max-width: 768px) {
    .accordion-text {
        font-size: 14px;

    }
  }
  .accordion-btn.is-show::after {
    content: "閉じる";
  }
  
  .accordion-btn.is-show {
    bottom: -2.3em;
  }
  
  .accordion-btn.is-show+.accordion-text::before {
    content: none;
  }
  
#Wrapper .drawer-hamburger {
padding: 12px 5px 19px 0.4rem;
    border-radius: 21pc;
    background: #7db732;
    margin-top: 5.5%;
    right: 11px;
}
.global-header .nav-toggle .drawer-hamburger-icon, .global-header .nav-toggle .drawer-hamburger-icon:after, .global-header .nav-toggle .drawer-hamburger-icon:before {
    background-color: #fbf0cf;
    border-radius: 100px;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    width: 100%;
    height: 2px;
    -webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
    transition: all .6s cubic-bezier(.19,1,.22,1);
    background-color: #222;
}
.drawer-hamburger-icon {
    position: relative;
    display: block;
    margin-top: 10px;
}

.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::after {
    content: 'MENU';
	width:52px !important;
    color: #5a2815;
    position: absolute;
    left: -3.7px;
    bottom: -21px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1.7px;
}*/
.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    position: absolute;
    top: -10px;
    left: 0;
    content: ' ';
}
.drawer-hamburger-icon:after {
    top: 10px;
}
#Wrapper .drawer-hamburger {
width:30px;
height:8px;
}
.global-nav .drawer-hamburger-icon, .global-nav .drawer-hamburger-icon:after, .global-nav .drawer-hamburger-icon:before {
    height: 3px;
}

.line_btn.price_btn{
    right: 117px;
}

@media screen and  (max-width: 405px) {
    .global-header .header-top .header_logo {
        width: 207px;
        margin-top: 0px;
    }
}
@media screen and (max-width: 371px) {

.line_btn.price_btn {
    right: 112px;
}
.line_btn {
    right: 51px;
}
	.line_btn span {
    font-size: 13px;
}
	#Wrapper .drawer-hamburger::after {
    left: -5.6%;
    letter-spacing: 1.7px;
}
}
.stripe_inner{
    background: repeating-linear-gradient(-45deg, #fa8910, #fa8910 5px, white 4px, white 7px);
    padding-left: 8px;
    width: 73%;
    margin: 0 auto;
}
.nav-grid .bnr_style_li{
	width:49%;
}
.bg_white{
	background-color:#fff;
}

@media only screen and (max-width: 738px) {
.stripe_inner{
    width: 100%;
    margin: 0 auto;
}
}
.first_bnr{
	    margin: 0px auto 17px;
    display: block;
}
.no_contents {
    text-align: center;
    font-size: 33px;
    background-color: #cdcdcd;
    padding-top: 30%;
    padding-bottom: 30%;
}
.title_style_b{
	color:#792525;
	text-align:center;
	    margin: 0 auto 40px;
    display: block;
	position:relative;
}
.title_style_b:after {/*画像を絶対配置*/
    position: absolute;
    content: '';
    left: 0;
    display: block;
    width: 24%;
    height: 70px;
    background-image: url(https://gaku.koyo-ad.com/wp-content/themes/gaku/image/stripe_underline.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
	margin: 9px auto;
  }
.title_style_c{
	color: #792525;
    padding: 0.4em;
    background: #fff0d9;
    border-bottom: solid 3px #f4880b;
    margin: 20px 0;
	text-align: center;
}
.first_page_inner .title_style_b{
	    margin: 0 auto 32px;
}
/*.header-contact.pc-on .line_btn {
    flex: 1 1 auto;
    min-width: 100px;
}
.header-contact.pc-on .line_btn a{
    display: flex;
    align-items: center;
    display: inline-block;
    background-color: beige;
    padding-top: 14px;
    padding-bottom: 17px;
    padding-right: 13px;
    border-radius: 10px;
    padding-left: 11px;
}*/

.header-contact.pc-on {
  display: flex !important;
  flex-wrap: nowrap !important; /* 折り返し禁止 */
  gap: 10px !important;
  align-items: center !important;
  justify-content: flex-start !important; /* ← 左寄せ */
  margin: 0 0 0 auto !important;
}
.header-contact.pc-on li.line_btn {
  flex-shrink: 1;
  min-width: 0;
  max-width: 100%;
  /* flex: 0 0 auto; */
  white-space: nowrap;
}
.header-contact.pc-on li.line_btn a {
  display: flex;
  align-items: center;
  gap: 4px;
  align-items: center;
  white-space: nowrap;
  /*font-size: 14px;*/
  padding: 8px 12px;
  min-width: 0;
  background-color: #faf8dd;
  border-radius: 10px;
  font-weight: bold;
}
/*.header-contact.pc-on .line_btn a img{
    width: 44px;
}*/
.header-contact.pc-on li.line_btn img {
  width: 44px;
  height: auto;
  flex-shrink: 0;
}
@media only screen and (max-width: 1200px) {
.header-contact.pc-on li.line_btn img {
  width: 20px;
  }
}
@media only screen and (max-width: 900px) {
.header-contact.pc-on li.line_btn img {
  width: 15px;
  }
}
@media only screen and (max-width: 800px) {
.header-contact.pc-on li.line_btn img {
  width: 10px;
  }
}

.header-contact.pc-on .line_btn:nth-child(1)
{
	margin-right:10px;
}
.greenlink_style{
	font-weight:bold;
    display: inline-block;
    padding:19px 50px 19px 38px;
    background-color: #7db732;
    border-radius: 7px;
    color: #fff!important;
position:relative;
	    font-size: 20px;
}
.mg_tuning_c{
	   margin-top: 32px;
}
.greenlink_style span{ 
position:relative;
}
.greenlink_style span:after{
     content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #fff;
    border-right: 0;
    position: absolute;
    /* top: 17px; */
    position: absolute;
    top: 0;
    /* left: 0; */
    right: -20px;
    bottom: 0;
    margin: auto;
}
.mg_tuning_b {
    margin-top: 20px;
    margin: 0 auto 28px;
    display: block;
}
.contents_bg_gradation{
    background: url(https://gaku.koyo-ad.com/wp-content/themes/gaku/image/gradation_bg.jpg);
    background-size: cover;
padding-bottom:60px;
}
.pd_inner_tuning{
    padding-top: 48px;
}
.syozyomenu_ul{
	display:flex;
	flex-wrap:wrap;
justify-content:space-between;
}

.syozyomenu_ul li{width:49%;
	margin-bottom:22px;
}

.syozyomenu_title{
	    text-align: center;
    padding: 21px 34px;
    background-color: #832c2c;
    color: #fff;
    border-radius: 11px;
    margin: 0 auto 27px;
    display: block;
    width: 298px;
    font-size: 21px;
	font-weight:bold;
}
.syozyomenu_ul li h3 { 
    line-height: 27px;
    text-align: center;
    font-size: 25px;
    color: #832c2c;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: 14px;
    padding-bottom: 10px;
    margin-bottom: 11px;
}
.normal_menu_wrap .syozyomenu_ul li h3{
	
    background-color: #fcf5e9;	
}
.woman_menu_wrap .syozyomenu_ul li h3{
    background-color: #fcf5e9;
}
.menu_text_a{
	text-align:center;
	padding:17px 0;
color:#fff;
}
.menu_text_a a{
	color:#fff;
}
.normal_menu_wrap .menu_text_a{
background-color:#64b7bf;
}

.woman_menu_wrap .menu_text_a{
background-color:#df9684;
}

.menu_text_a span{
	    position: relative;
    font-weight: bold;
    font-size: 20px;
}
.menu_text_a span:after{
     content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #fff;
    border-right: 0;
    position: absolute;
    /* top: 17px; */
    position: absolute;
    top: 0;
    /* left: 0; */
    right: -20px;
    bottom: 0;
    margin: auto;
}
.normal_menu_wrap .syozyomenu_ul li{
	    border: solid 5px #64b7bf;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.normal_menu_wrap.violet_style .syozyomenu_ul li{
	    border: solid 5px #b68dc1;
}

.woman_menu_wrap .syozyomenu_ul li{
	    border: solid 5px #df9684;
}
.syozyo_text{
	padding:29px;
	background-color:#fcf5e9
}
.syozyo_text sapn{
	    padding: 8px 23px;
    display: inline-block;
    margin-bottom: 12px;
    border-radius: 7px;
    color: #fff;
}
.normal_menu_wrap 
.syozyo_text span{    background-color: #78bf5f;
    color: #fff;
    padding: 6px 23px;
    display: inline-block;
    border-radius: 10px;
    font-weight: bolder;
    letter-spacing: 3px;
    margin-bottom: 10px;
    font-size: 21px;
}

.woman_menu_wrap .syozyo_text span{
	background-color:#df9684;
    color: #fff;
    padding: 6px 23px;
    display: inline-block;
    border-radius: 10px;
    font-weight: bolder;
    letter-spacing: 3px;
    margin-bottom: 10px;
    font-size: 21px;
}
.syozyo_text{
	margin-top:25px;
	    padding: 20px;
    background-color: #fcf5e9;
    border: 5px #7d6857 solid;
}
.sezyutu_menu.normal_menu_wrap{
margin-bottom:33px;
	padding:0 40px 40px;
}
.sezyutu_menu.woman_menu_wrap{
	margin-bottom:65px;
	padding:40px;
	background-color: rgba(255, 255, 255, 1);
background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(249, 208, 188, 1) 3px, rgba(249, 208, 188, 1) 10px );
}
.img_mg_tuning_a{
	margin-bottom:10px;
}
.orange_style{
    background-color: #f4880b;
    border-radius: 7px;
    font-weight: bold;
    color: #fff;
    padding: 9px 22px;
    display: inline-block;
}
.light_blue_title{
	    background-color: #fff;
    color: #f4880b;
    padding: 10px;
    border: solid #f4880b 4px;
}
.slick-arrow{
	width:20px;
}

.prev-arrow.slick-arrow{
    /* position: absolute; */
    position: absolute;
    top: 0;
    left: 9px;
    bottom: 0;
    margin: auto;
	z-index:1;
}
.slide-arrow.next-arrow{
    position: absolute;
    top: 0;
    right: 9px;
    bottom: 0;
    margin: auto;
}
.nagare_list li{
	position:relative;
	background-color:#fdf5ea;
	padding:20px;
	border-radius:10px;
border:solid 4px #f0af75;
}
.list_li_3{
	    height: min-content;
}
@media only screen and (max-width: 738px) {
.nagare_list.tokuyuo_list li:last-child{
	margin-bottom:0px;
}}

.nagare_list.tokuyuo_list li:before {/*画像を絶対配置*/
    position: absolute;
    content: '';
    left: 0;
    display: block;
    width: 39%;
    height: 86px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -20px;
    top: -17px;
  }

.nagare_list.tokuyuo_list li.list_li_1:before {/*画像を絶対配置*/
    background-image: url(/wp-content/themes/gaku/image/point_img1.png);
  }

.nagare_list.tokuyuo_list li.list_li_2:before {/*画像を絶対配置*/
    background-image: url(/wp-content/themes/gaku/image/point_img2.png);
  }
.nagare_list.tokuyuo_list li.list_li_3:before {/*画像を絶対配置*/
    background-image: url(/wp-content/themes/gaku/image/point_img3.png);
  }
.nagare_list.tokuyuo_list li.list_li_4:before {/*画像を絶対配置*/
    background-image: url(/wp-content/themes/gaku/image/point_img4.png);
  }
.nagare_list.tokuyuo_list li.list_li_5:before {/*画像を絶対配置*/
    background-image: url(/wp-content/themes/gaku/image/point_img6.png);
  }
.nagare_list.tokuyuo_list li.list_li_6:before {/*画像を絶対配置*/
    background-image: url(/wp-content/themes/gaku/image/point_img5.png);
  }
.nagare_list.tokuyuo_list li.list_li_7:before {/*画像を絶対配置*/
    background-image: url(/wp-content/themes/gaku/image/point_img7.png);
  }
.news-list .ttl{
	position:relative;
}
.news-list .ttl:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #e27b04;
    border-right: 0;
    position: absolute;
    /* top: 17px; */
    position: absolute;
    top: 0;
    left: 0;
    /* right: 0px; */
    bottom: 0;
    margin: auto;
}
.news-list .ttl a{
text-decoration: none !important;
}

.orange_bg_wrap_a{
    background-color: #fff;
    padding: 24px 33px 25px 33px;
    border-top: #f4880b 13px solid;
}
.h2_style_c{
	    text-align: center;
    background-color: #f4880b;
    padding-top: 10px;
    padding-bottom: 11px;
    border-radius: 20px 20px 0px 0px;
    border-bottom: #fff solid 3px;
    padding-bottom: 14px;
    color: #fff;
}
.month_style{
	font-weight:bold;
}
.orange_inner_wrap_b span{
	display:block;
	font-weight:bold;
}
.orange_inner_wrap_b{
	margin-top:13px;
}

.orange_inner_wrap_span{
	margin-bottom:5px;
}
.image_contents_b{
	width:730px;
margin:44px auto;
}
#wp-calendar caption{
	text-align:center !important;
	    margin-bottom: 22px;
    font-weight: bold;
    font-size: 22px;
}
#wp-calendar table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 59%;
    margin: 0 auto;
}
#wp-calendar tfoot{
	display:none;
}
#wp-calendar thead {
    border-top: #fff solid 15px;
	 border-bottom: #fff solid 15px;
    /* padding-top: 14px; */
    margin-bottom: 25px;
    /* display: grid; */
    padding-top: 13px;
}#wp-calendar thead{
	position:relative;
}
#wp-calendar thead:before {
    content: '';
    position: absolute;
    left: 0;
    /* bottom: 0px; */
    width: 100%;
    height: 4px;
    background: #ececec;
    top: -23px;
}
#wp-calendar thead:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -23px;
    width: 100%;
    height: 4px;
    background: #ececec;
}

#wp-calendar thead th {
 text-align:center;
}
.orange_inner_wrap_span{
	margin-bottom:5px;
}
.image_contents_b{
	width:730px;
margin:44px auto;
}
#wp-calendar td {
    text-align: center;
    height: 24px;/*
    border: solid #fff 11px;*/
}
#wp-calendar tbody{
	    position: relative;
    top: 11px;
}
#wp-calendar tbody td{
padding:20px;
}
#wp-calendar .event{
	background-color:#6aa8f3;
	color:#fff;
}
#wp-calendar .event a{
	color:#fff;
}
/*
#wp-calendar .event{
    border-top: #6aa8f3 solid 15px;
	 border-bottom: #6aa8f3 solid 15px;	
}*/
.fl_wrap.wrap_style_b{
	margin-top:30px;
}
.wrap_style_text_b , .wrap_text_c , .wrap_style_text_a{
	display:flex;
	align-items: center;
}

.wrap_style_text_b span , .wrap_text_c span , .wrap_style_text_a span{
	    width: 61px;
    display: block;
    height: 20px;
	margin-right:10px;
}
.wrap_style_text_a span {
    background-color: #c0dff9;}
.wrap_style_text_b span {
    background-color: #6aa8f3;}
.wrap_text_c span {
    background-color: #91c5b5;}
.fl_wrap.wrap_style_b div{
    margin-right: 30px;
}
 .info_name {
	 margin-bottom:8px;
    background-color: #e27b04;
    color: #fff;
    border-radius: 6px;
    padding: 1% 42px;
    display: inline-block;
    text-align: center;
}
.info_naiyo{
	margin-bottom:20px;
}
@media only screen and (max-width: 738px) {
.contents_bg_gradation {
    background: url(https://gaku.koyo-ad.com/wp-content/themes/gaku/image/gradation_bg.jpg);
    background-size: cover;
    padding-bottom: 33px;
}
	.orangelink_style span:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 11px solid #fff;
    border-right: 0;
    position: absolute;
    /* top: 17px; */
    position: absolute;
    top: 0;
    /* left: 0; */
    right: -20px;
    bottom: 0;
    margin: auto;
}
	.syozyomenu_title {
 width: 100%;
}
	.sezyutu_menu.normal_menu_wrap , .sezyutu_menu.woman_menu_wrap{
    margin-bottom: 33px;
    padding: 15px;
}
	.syozyomenu_ul li h3 {
    height:auto;
    line-height: 27px;
    text-align: center;
    font-size: 25px;
    color: #832c2c;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: large;
}
	.menu_text_a {
    text-align: center;
    padding: 4px 0;
    color: #fff;
}
	.menu_text_a span {
    position: relative;
    font-weight: bold;
    font-size: 16px;
}
	.menu_text_a span:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid #fff;
    border-right: 0;
    position: absolute;
    /* top: 17px; */
    position: absolute;
    top: 1px;
    /* left: 0; */
    right: -15px;
    bottom: 0;
    margin: auto;
}
	.syozyo_text {
margin-top:0;
    padding: 20px;
    background-color: #fcf5e9;
    border: 5px #7d6857 solid;
}
	.syozyomenu_ul li h3{
        font-size: 16px;
        line-height: 19px;
	}
	.woman_menu_wrap .syozyomenu_ul li h3 {
    background-color: #fcf5e9;
    height: 57px;
}
	.syozyo_text {
     margin-top: 0; 
    padding: 9px;
    background-color: #fcf5e9;
    border: 5px #7d6857 solid;
}
	.woman_menu_wrap .syozyo_text span {
    background-color: #df9684;
    color: #fff;
    padding: 6px 13px;
    display: inline-block;
    border-radius: 10px;
    font-weight: bolder;
    letter-spacing: 3px;
    margin-bottom: 10px;
    font-size: 18px;
}
	.normal_menu_wrap 
.syozyo_text span {
    background-color: #78bf5f;
  color: #fff;
    padding: 6px 13px;
    display: inline-block;
    border-radius: 10px;
    font-weight: bolder;
    letter-spacing: 3px;
    margin-bottom: 10px;
    font-size: 18px;
}
	.image_contents_b img{
		width:100%;
	}
.image_contents_b {
    width: 100%;
    margin: 44px auto;
}
	.wrap_style_b{
		    display: flex;
    flex-wrap: wrap;
	}	
	.footer_link{
		display:none !important;
	}
	.nagare_list.tokuyuo_list li:before {
    position: absolute;
    content: '';
    left: 0;
    display: block;
    width: 22%;
    height: 74px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -10px;
    top: -17px;
}
	#wp-calendar .event {
    background-color: #6aa8f3;
    color: #fff;
}
	.nagare_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    margin-top: 41px;
}	.voice_tuning{

    margin-bottom: 11px;
}
#wp-calendar tbody td {
    padding: 12px 0px !important;
} 
}
.global-header .drawer-hamburger-icon:before {
    position: absolute;
    top: -11px;
    left: 0;
    content: ' ';
}

.global-header .drawer-hamburger-icon:after {
    top: 10px;
}
	.drawer-open .drawer-hamburger-icon:before{
		top:0;
	}
	.drawer-open .drawer-hamburger-icon:after{
		top:0;
	}
.ti-rating-text{
	display:none;
}
.text_contents_a{
	margin:0 auto;
}
.nagare_list li.list_li_4 img {
    /*width: 49%;
    margin-right: 0px;
    object-fit: contain;*/
}
.tokuyuo_list .list_li_4 h3{
    margin-top: 2%;
    margin-bottom: 1%;
}
.list_li_4 .fl_wrap{
    justify-content: space-between;
}
@media only screen and (max-width: 738px) {
.nagare_list li .text_contents_a {
    margin: 0 auto;
    display: block;
    justify-content: center;
    width: 100%;
}
.nagare_list li img {
    width: 100%;
    margin-right: 0px;
    object-fit: contain;
}
	.text_contents_b {
    width:100%;
}
}
#sb_instagram .sbi_follow_btn a{
background-color:#fff;background-image: linear-gradient(201deg, rgba(247, 238, 12, 1) 5%, rgba(255, 151, 29, 1) 26%, rgba(233, 94, 52, 1) 45%, rgba(154, 39, 238, 1) 92%) !important;
border:solid 2px #e98a10;
	display: flex;
	    justify-content: center;
}
#sb_instagram .sbi_follow_btn a:hover, #sb_instagram .sbi_follow_btn a:focus {
	box-shadow: none;
		opacity:0.7;
}
#sb_instagram #sbi_load .sbi_load_btn {
border:solid 2px #5684be;
}
#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
	width: 211px;
	padding-top: 13px;
	padding-bottom: 13px;
	    border-radius: 11px;
}
#sb_instagram #sbi_load .sbi_load_btn span, #sb_instagram .sbi_follow_btn a  span{
font-size: 21px;
  font-weight: bold;
}
#sb_instagram .sbi_follow_btn svg:not(:root).svg-inline--fa {
	height: 2em;
	display: inline-block;
}
#sb_instagram #sbi_load .sbi_follow_btn {
    margin-left: 22px;
}
@media screen and (max-width: 490px) {
#sb_instagram #sbi_load {
display:flex;
justify-content:space-between;
} 
#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
    padding-right: 0;
    padding-left: 0;
margin:0;
	}
	#sb_instagram #sbi_load .sbi_follow_btn {
  margin-left: 0;
}
#sb_instagram #sbi_load .sbi_load_btn , #sbi_load .sbi_follow_btn{
		width:49%;
	}
#sb_instagram .sbi_follow_btn a {

    width: 100% !important;
}
	#sb_instagram #sbi_load .sbi_load_btn span, #sb_instagram .sbi_follow_btn a  span {
    font-size: 16px;
}
}
#Wrapper .drawer-hamburger::after {
    content: 'MENU';
    /* width: 52px !important; */
    color: #5a2815;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1.2px;
    width: 55px !important;
    display: block;
    /* margin: 31px 11px 7px -9px; */
    display: block;
    position: relative;
    top: 24px;
	left: -3px;
}
.drawer-hamburger-icon + span{
	    width: 150px;
    display: block;
}
@media screen and (max-width: 490px) {
#Wrapper .drawer-hamburger {

    right: 19px;
}}
@media screen and (max-width: 405px) {
    .global-header .header-top .header_logo {
        width: 200px;
        margin-top: 0px;
    }
}
#Wrapper .drawer-hamburger {
    right: 19px;
    text-align: justify;
}


.sb_instagram_header{
	display:none;
}
.contents_bg_gray_b{
    background-color: #eee9e3;
    padding-bottom: 4.2rem;
    padding-top: 4.2rem;
    margin-top: 84px;
}
#sb_instagram{
	margin-bottom:10px;
}
.insta_banner{
    margin-bottom: 54px;
}

#sb_instagram #sbi_images {
    display: grid;
    width: 100%;
    padding: 12px 0;
    margin-bottom: 9px;
}
@media screen and (max-width: 738px) {
.contents_bg_gray_b {
    background-color: #eee9e3;
    padding-top: 27px;
	padding-bottom:0px;
    margin-top: 0px;
}}
@media screen and (max-width: 738px) {
.orangelink_style {
  font-size:initial;
	}}

@media only screen and (max-width: 400px) {
    .btn_page_top {
        width: 41px;
        bottom: 19vw;
        right: 10px;
    }
}
.bg_green_style_single_wrap a span{
	    font-weight: bold;
}
 /* アクセスページ*/
.access_detail {
		margin-top:40px;
		
	}
.access_detail ul {
    margin: 0 20px 20px;
    line-height: 1.5rem;
}

.access_detail li {
    margin: 0.5rem;
}
.orange_table {
    width: 100%;
    margin: 30px 0 50px;
    padding: 0;
    word-break: break-all;
    word-wrap: break-word;
    border-collapse: collapse;
    border-spacing: 0;
}

.orange_table th,
.orange_table td {
    border: 1px solid #ddd;
    padding: 0.5em 0.75em;
    vertical-align: middle;
    font-size: 18px;
}

.orange_table th {
    color: #fff;
    background-color: #f4880b;
}

.orange_table a {
    color: #f4880b;
    text-decoration: underline;
}

p.map_img{
	text-align:center;
}
p.map_img img {
	width:100%;
	margin-top:20px;
}
@media screen and (max-width: 480px) {
	.access_detail iframe{
		height:250px;
	}
 .orange_table {
	 	margin: 20px 0;
        font-size: 0.8em;
    }

    .orange_table th,
    .orange_table td {
        display: block;
        font-size: 17px;
    }
	
}
	.youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.first_page_wrap .nagare_list {
    display: flex;
margin-top: 22px;
}
.first_page_wrap .nagare_list li{
    width: 48%;
border:solid 4px #fd740f;
    position:relative;
}

.first_page_wrap .nagare_list img{
	    width: 100%;
}/*
.first_page_wrap .nagare_list li:before{
    padding: 11px 21px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fd740f;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    border-radius: 0px 0px 8px 0px;
    letter-spacing: 3px;
    font-weight: bold;

}
.first_page_wrap .nagare_list li:nth-child(1):before{
    content: "STEP1";
}
.first_page_wrap .nagare_list li:nth-child(2):before{
    content: "STEP2";
}
.first_page_wrap .nagare_list li:nth-child(3):before{
    content: "STEP3";
}
.first_page_wrap .nagare_list li:nth-child(4):before{
    content: "STEP4";
}*/
.first_page_wrap .saisin_wrap .nagare_list li{
    border: solid 4px #67b73f;
}
.first_page_wrap .saisin_wrap .nagare_list img{
    width: 100%;
}
.nagare_list .saisin_wrap .nagare_list{
    margin-top: 45px;
}

.first_page_wrap .saisin_wrap .nagare_list {
    display: flex;
}
.first_page_wrap .saisin_wrap .nagare_list li{
    width: 48%;
    position:relative;
}

.first_page_wrap .saisin_wrap .nagare_list img{
	    width: 100%;
}
.first_page_wrap .saisin_wrap .nagare_list li:before{
    padding: 11px 21px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #67b73f;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    border-radius: 0px 0px 8px 0px;
    letter-spacing: 3px;
    font-weight: bold;

}
.saisin_wrap .first_midashi_a::after {
    content: '';
    background-color: #67b73f;
    width: 21em;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 1;
}
.saisin_wrap .nagare_list h3 {
    margin-top: 3%;
    color:  #67b73f;
}
.saisin_wrap  .first_midashi_a::after {
    content: '';
    background-color: #67b73f;

}
.text_wrap_b{
    padding: 12px 16px;
    background-color: #fdf5ea;
    margin-bottom: 23px;
    font-weight: 600;
}
.houshin_wrap .accordion label::after {
    content: none;
}
.houshin_wrap label.Label::before {
    content: "";
    width: 20px;
    height: 51px;
    border: 10px solid transparent;
    border-top: 14px solid #67b73f;
    right: 20px;
    /* transform: rotate(135deg); */
    position: absolute;
    top: 18px;
}
.houshin_wrap .Label {
    background: #f5f5f5;
    padding-left: 1.1rem;
}
.Label {
    padding: 1em;
    display: block;
    color: #fff;
    background: #fdede0;
    color: #333;
    font-weight: bold;
    padding-left: 2.3rem;
    margin-left: 0px;
}

.houshin_wrap .toggle:checked + .Label + .content {
    padding-left: 1.1rem;
    margin-left: 0;
    background-color: #fdf5ea;
}
.houshin_wrap .toggle:checked + .Label + .content::after{
    content: none;
}
.first_page_wrap 
.nagare_list li:nth-child(3),
.first_page_wrap 
.nagare_list li:nth-child(4){
    margin-bottom: 0px;
}
.last_list {
    margin-bottom: 32px;
}
.first_page_wrap .contents_bg_cream {
    background-color: #fcfbe8;
    padding: 3rem 0 3rem;
}
.img_float{
    float: left;
margin-right: 10px;
}
.intyo_aisatu::after{
    content:none;
}

.fk_wrap #block-09 + .Label {
	    padding: 14px;
    width: 45%;
    text-align: center;
    margin: 13.5px auto 1.2px;
    background-color: #fd740f;
    color: #fff;
    font-weight: initial;
}

.fk_wrap .toggle:checked + .Label::before {
    transform: rotate(-180deg) !important;
    top: -20px;
}

.fk_wrap #block-09 + .Label::before  , #block-04 + .Label::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 8px solid transparent;
    border-top: 12px solid #ffff;
    right: 20px;
    position: absolute;
    top: 20px;
}
#block-04:checked + .Label::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 8px solid transparent;
    border-top: 12px solid #ffff;
    right: 20px;
    position: absolute;
    top: 12px !important;
}
.fk_wrap #block-09 + .Label {
	    padding: 14px;
    width: 45%;
    text-align: center;
    margin: 13.5px auto 1.2px;
    background-color: #fd740f;
    color: #fff;
    font-weight: initial;
}

.fk_wrap .toggle:checked + .Label::before {
    transform: rotate(-180deg) !important;
    top: 11px !important;
}
.fk_wrap .toggle + .Label {
	    padding: 14px;
    width: 45%;
    text-align: center;
    margin: 13.5px auto 1.2px;
    background-color: #fd740f;
    color: #fff;
    font-weight: initial;
border-radius:8px;
}
.fk_wrap .toggle + .Label::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 8px solid transparent;
    border-top: 12px solid #ffff;
    right: 20px;
    position: absolute;
    top: 20px;
}

.fk_wrap .toggle:checked + .Label.qa_style_none .Label.qa_style_none::before {
	top:12px;
    transform: rotate(-180deg) !important;
}

.fk_wrap p:has(.toggle:checked + .Label) + .content {
    padding: 0px;
}
.fk_wrap p:has(.toggle:checked + .Label) + .content::after{
	content:none;
}
.fk_btn_wrap{
	text-align:center;
}
.fk_btn.qa_style_none{
    background-color: #fd740f;
    display: inline;
    margin: 0 auto;
}
.title_bg_orange{
    background-color: #fd740f;
    padding: 10px;
    margin-bottom: 10px;
    color: #ffff !important;
    width: 100%;
    display: block;
	font-weight: 500;
	font-weight:bold;
}
.fl_wrap.space_b{
	    justify-content: space-between;
margin-bottom:30px;
}
.intyo_aisatu .fl_wrap.space_b p{
margin-bottom:0px;
}
.mediakeisai_wrap
.first_midashi_a.first_midashi_a{text-align:center;}
.mediakeisai_text{
	margin-bottom:12px;
}

.mediakeisai_wrap.first_page_wrap .nagare_list li {
    width: 49%;
    border:none;
    position: relative;
}
.mediakeisai_wrap.first_page_wrap .nagare_list li:before {
    content: "";
padding: 0;
}
.mediakeisai_wrap.first_page_wrap .nagare_list{
    margin-bottom: 34px;
}
.mediakeisai_wrap .text_wrap_b {
    margin-top: 23px;
}
.fl_wrap.aisatu_wrap{
	margin-bottom: 23px;
}
.keireki_ul b{
	display:block;
    width: 75px;
}
.orange_text{
	    color: #fd740f;
    font-weight: 800;
}
.img_float{
	width:420px;
    align-self: flex-start; /* 追加 */
}
.fl_text_tuning {
    width: 76%;
    display: inline-block;
    height: min-content;
}
.nagare_list.tokuyuo_list li.list_li_4.first_page_li:before {
    background-image: url(https://gaku.koyo-ad.com/wp-content/themes/gaku/image/point_img2.png);
}

.nagare_list.tokuyuo_list li.list_li_2.first_page_li:before {
    background-image: url(https://gaku.koyo-ad.com/wp-content/themes/gaku/image/point_img4.png);
}
.intyo_profile {
    margin-left: 12px;
}
.intyo_aisatu_wrap_b{
    margin-bottom: 41px;
}
.font_pink{
color: #ff7089;
    font-weight: 600;
	}
.title_style_b{
	    margin: 0 auto 49px;
}.keireki_ul{
    margin-bottom: 30px;
}
	.Label.qa_style_none {
    background-color: #fd740f;
    display: block;
    width: 52%;
    margin: 0 auto;
}
@media only screen and (max-width: 780px) {
.first_page_wrap .nagare_list li {
    width: 100%;
}
	.first_page_wrap 
.nagare_list li:nth-child(3), .first_page_wrap 
.nagare_list li:nth-child(4) {
margin-bottom:5%;
}
	.first_page_wrap .saisin_wrap .nagare_list {
    display: block;
}
	.first_page_wrap .saisin_wrap .nagare_list li {
    width: 100%;
}
	label.Label {
    padding-left: 2rem;
    font-size: 15px;
    padding-left: 30px;
    /* padding-right: 18px; */
}
.first_page_wrap .accordion label::after , .toggle:checked + .Label + .content::after{
    width: 33px;
    height: 33px;
	    left: -7px;
}
	label.Label::before {
    right: 7px;
    top: 21px;
}
.first_page_wrap .houshin_wrap .toggle:checked + .Label + .content {
    padding-left: 1.7rem;
    /*background-color: #d2e8fd;*/
}
	.first_page_wrap .houshin_wrap .toggle:checked + .Label + .content {
    padding-left: 1rem;
    /*background-color: #d2e8fd;*/
}
	.intyo_aisatu_wrap_b {
display:block;
}
	.img_float {
 width:100%;
margin-right:0px;
    margin-bottom: 11px;
	}
.intyo_aisatu_wrap_b {
    margin-bottom: 15px;
}
	.toggle:checked + .Label + .content.intyo_aisatu {
    margin-bottom: 22px;
}
	.fl_wrap.space_b{
		    display: block;
	}
.fl_text_tuning {
    width: 100%;
	margin-top:12px;
	}
.fl_wrap.space_b img{
    margin: 0 auto;
    display: block;
}
		.fk_btn.qa_style_none {
    background-color: #fd740f;
    display: block;
    width: 52%;
    margin: 0 auto;
}
	.fk_wrap .toggle + .Label {
    width: 237px;
    border-radius: 8px;
}
	.houshin_wrap .Label {
    background: #f5f5f5;
    padding-left: 1.1rem;
padding-right: 35px;
	}
}
.qa_style_none{
	position:relative;
}
.qa_style_none:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 8px solid transparent;
    border-top: 12px solid #ffff;
    right: 20px;
    position: absolute;
    top: 20px;
}
.fk_wrap .toggle:checked + .Label.qa_style_none .Label.qa_style_none::before {
	top:12px;
    transform: rotate(-180deg) !important;
}
.text_contents{
margin-bottom:12px;
	text-align:left;
}

.tyusyaku {
    display: block;
    text-align: end;
color:red;
margin-top:5px;
}

.price_top_ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 28px;
}

.title_style_d{
	text-align:left;
    background-color: #e4e4e4;
	color:#333;
    padding: 0.4em;
    background: #fff0d9;
    margin: 20px 0;
    text-align: center;
    text-align: left;
    color: #e4e4e4;
    color: #333;
    padding: 0.4em;
    background: #fff0d9;
    margin: 20px 0;
    padding-top: 13px;
    margin-top: 45px;
    padding-bottom: 13px;
    text-align: center;
}
.price_top_ul li a{
    padding: 10px;
    display: block;
 }
.price_top_ul li a {
  color: #fff;
	border-radius:8px;
  background-color: #eb6100;
  border-bottom: 5px solid #b84c00;
	
}
.price_top_ul li a:active {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}
.link_wrap_a a {
	    display: inline-block;
     padding: 12px 23px;
	color: #fff;
	border-radius:8px;
  background-color: #eb6100;
  border-bottom: 5px solid #b84c00;
}
.link_wrap_a a:active {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}
.link_tuning_a{
	margin-top:-100px;
	padding-top:100px;
}
.price_top_ul li{
	margin-right:7px;
}

.price_top_ul li:last-child{
	margin-right:0px;
}
.link_wrap_a a {
 margin-top:20px;
	margin-bottom: 45px;
}
p .tyusyaku{
	text-align:initial;
}
.price_inner .ttlArea .h1_ttl {
    position: relative;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}
@media only screen and (max-width: 780px) {
.price_top_ul li {
    margin-right: 7px;
    margin-bottom: 11px;
}
	.price_inner .ttlArea .h1_ttl {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
.page-guide .price_inner .table_wrap.ttlArea {
    text-align: center;
    padding: 0px 0 0px 0;
    margin-top: 14px;
}
	.link_wrap_a a {
    margin-top: 10px;
    margin-bottom: 26px;
}
}
h4.title_style_d{
	    font-size: 21px;
}

/*ベース*/
.toggle_b {
	display: none;
}
.Label_b {		/*タイトル*/
	padding: 1em;
	display: block;
	text-align:center;
	font-size:19px;
	color: #fff;
	background:#fd740f;
}
.Label_b::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	margin-left:50px;
	transform: rotate(135deg);
}
.Label_b,
.content_b {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content_b {		/*本文*/
	height: auto;
	margin-bottom:10px;
 padding: 14px 25px 28px;
	overflow: hidden;
	 transition: all .3s;
}
.toggle_b:checked + .Label_b + .content_b {
    height: 0;
    padding: 0;
    transition: all .3s;
}
@media only screen and (max-width: 780px) {
	.toggle_b:checked + .Label_b + .content_b {	/*開閉時*/
	height: auto;
	padding:0px 9px 13px;
	transition: all .3s;
}
.toc-005 li {
    display: flex;
    align-items: center;
}
}

.toggle_b:checked + .Label_b::before {
	transform: rotate(-45deg) !important;
}
.img_tuning_float{
	    width: 404px;
    float: left;
    margin-right: 10px;
}
@media only screen and (max-width: 780px) {
.img_tuning_float {
    width: 100%;
    float: initial;
   margin-right: 0px; 
	margin-bottom:10px;
}}

.mediakeisai_wrap.first_page_wrap .nagare_list {
    margin-bottom: 34px;
	display:block;
}
.mediakeisai_wrap.first_page_wrap .nagare_list li {
    width: 100%;
    border: none;
    position: relative;
}

.img_fl_wrap {
    display: flex;
    /* width: 540px; */
    margin: 0 auto;
    align-items: flex-start;
    justify-content: center;

}

.mediakeisai_wrap.first_page_wrap .nagare_list img {width:37%;}
.mediakeisai_wrap.first_page_wrap .nagare_list img:last-child {
    margin-right: 0px;

}
.mediakeisai_wrap.first_page_wrap .nagare_list .image_only_style img{
	    width: 500px;
}
@media only screen and (max-width: 780px) {
.img_fl_wrap {
    display: block;
    width: 100%;
    margin: 0 auto;
    align-items: flex-start;
    justify-content: center;
}
.mediakeisai_wrap.first_page_wrap .nagare_list img {
    width: 100%;
}
	.mediakeisai_wrap.first_page_wrap .nagare_list img:last-child {
    margin-top: 10px;
}
.title_mg_tuning_c {
    margin-top: -11px;
}
	.first_page_inner .title_style_b {
    margin: 0 auto 25px;
}
.title_style_b:after {
    margin: 5px auto;
}
}

.menu-img-onayami_box.houshin_onayami_box {
	    padding-bottom: 1.8%;
    margin-bottom: 1.9%;
    display: flex;
    justify-content: flex-start;
    /* margin-bottom: 33px; */
    margin-top: 13px;
}

.menu-img-onayami_box.houshin_onayami_box li:before {
	    margin-right: 1%;
}
.menu-img-onayami_box.houshin_onayami_box ul {
    width: 100%;
	    padding: 0%;
border:none;
}
.menu-img-onayami_box.houshin_onayami_box li {
    margin-bottom: 2%;
	    padding-bottom: 2%;
}
.first_page_inner .nagare_list {
    margin-top: 0;
}
.price_inner .fl_wrap{
	justify-content:space-between;
    margin-bottom: 15px;
}
.price_inner .fl_wrap
.fl_wrap_left{
width:28%;
}
.fl_wrap_right{
	    width: 70%;
}
.price_img_align_tuning{
	    width: 34%;
}
@media only screen and (max-width: 780px) {
.price_inner .fl_wrap {
display:block;
	}
.price_inner .fl_wrap
.fl_wrap_left , .fl_wrap_right {
    width: 100%;
        margin-bottom: 13px;
	}
.fk_wrap .toggle + .Label.style_mini {
    width: 296px;
}
	.aisatu_link_wrap.fk_wrap .toggle + .Label.style_mini::before {
    right: 26px;
}
.aisatu_link_wrap.fk_wrap .toggle + .Label.style_mini{
    padding-right: 30px;
}
}
.orange_button_wrap a{
    padding: 14px 22px;
    background-color: #fd740f;
    border-radius: 10px;
    color: #fff;
}
.aisatu_link_wrap.fk_wrap .toggle + .Label {
    padding-right: 29px;
}
.aisatu_link_wrap.fk_wrap .toggle + .Label::before {
    right: 33px;
}

.top_td2{
	font-size:22px;
}

.top_td2 span{
	font-size:15px;	
}

@media only screen and (max-width: 640px) {
.price_img_align_tuning{
width:100%;
}
	.alignleft{
		margin-bottom:10px!important;
	}
	
	.title_style_d{
		margin-top:20px;
	}
}

@media only screen and (max-width: 374px) {
	.price_section_contents td{
		font-size:18px;
	}
		.price_section_contents td span{
		font-size:13px;
	}
}
.keireki_ul.single_keireki_ul b{
    display: inline-block;
    width: 143px;
    font-size: 15px;
}
.span_small_tuning{
	font-size:13px;
}.intyo_aisatu .single_keireki_ul p {
    padding: 0;
    margin-bottom: 0;
    background: initial;
    width: 79%;
    display: block;
}
.price_section_contents.sezyutu_price{
margin-top:30px;
}
.price_section_contents.sezyutu_price + .price_section_contents{
margin-top:10px;
}

.price_section_contents.sezyutu_price .fl_wrap {
    display: flex;
	justify-content:space-between;
}
.price_section_contents.sezyutu_price .fl_wrap_left{
	width:37%;
}

.price_section_contents.sezyutu_price .fl_wrap_right{
	    padding: 1.5% 2%;
    border: solid 1px #f4880b;
	    width: 62%;
	margin-bottom:0;
}

@media only screen and (max-width: 780px) {
.price_section_contents.sezyutu_price .fl_wrap_left , 
.price_section_contents.sezyutu_price .fl_wrap_right{
	width:100%;
}
	.price_section_contents.sezyutu_price .fl_wrap_left{
		margin-bottom:10px;
	}
.price_section_contents.sezyutu_price .fl_wrap {
    display: block;}
}
.syoujo-menu-list {
	    margin-top: 30px;
}
.onayami_li_b:empty{
	display:none;
}
.fl_wrap_right.menu-img-onayami_box ul{
	    width: 100%;
	    padding: 0;
    border: none;
height:auto;
}
.onayami_wrap{
width:100%;
}
.fl_wrap_right.menu-img-onayami_box h2{
    border: none;
    font-size: 21px;
    display: block;
    text-align: center;
    padding: 0;
    margin-top: 2.2%;
	    margin-bottom: 1.3%;
}
@media screen and (max-width: 767px) {
.fl_wrap_right.menu-img-onayami_box h2{
	    margin-top: 1.9%;
	        margin-bottom: 1.3%;
        font-size: 18px;
        padding:0;
    }
	.price_section_contents.sezyutu_price .fl_wrap_right {
    padding: 1.5% 3%;
}
}

.sym_list li{
	border-bottom: 1px solid #ec8700;
	font-weight:bold;
	padding:5px 0;
}

.box16{
    padding: 0.5em 1em;
    margin: 2em 0;
    background: -webkit-repeating-linear-gradient(-45deg, #ffe79b, #ffe79b 3px, #fff7c5 3px, #fff7c5 7px);
background: repeating-linear-gradient(-45deg, #ffe79b, #ffe79b 3px, #fff7c5 3px, #fff7c5 7px);
    border-radius: 10px;
}
.box16 p {
    margin: 0; 
    padding: 0;
	font-weight:bold;
}

.sym_list{
	font-size:17px;
}

.sym_list a::after {
	content:"\025b6";
	color:#F68D00;
	padding-left:3px;
} 
.info-wrap a:last-child:has(.info-color-topics24){
background-color:#10b925;	
}
.price_inner .box16 {
    margin-top: 1em;
    text-align: justify;
}
.page-guide.symptom-guide .symptom-items{
border-bottom:none;
}
.single_page_inner h3{
    background-color: initial;
    border: initial;
}
.nav_single_inner{
	    justify-content: space-between;
	display:none;
}

.symptoms_page_section:has(.input_contents) .nav_single_inner{
		display:flex;
}
@media only screen and (max-width: 738px){
.bunseki .bunseki_t {
	width: 100%;
	margin:0 auto;
	}
	}
.box16 .title_bg_orange{
    margin-bottom: 6px;
    margin-top: 8px;
    border-radius: 7px;
	
}

.orange_button_wrap_b{
	    margin-top: 33px;
    margin-bottom: 70px;
}
.orange_button_wrap_b a{
	 position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #f4880b;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
    border-radius: 50px;
}
.orange_button_wrap_b a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    transition: 0.2s ease-in-out;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    transform: translateY(-50%);
}
.orange_button_wrap_b a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}
.price_section_contents .box16{
	margin-bottom:0px;
}
@media only screen and (max-width: 738px){
.orange_button_wrap_b{
	    margin-top: 25px;
    margin-bottom: 50px;
}
	}

.suisen_inner img {
    align-self: flex-start;
    width: 199px;
    margin-right: 21px;

}

@media only screen and (max-width: 738px){
.suisen_inner .fl_wrap{
	    width: 100%;
    margin-right: 0px;
}
	}

@media only screen and (max-width: 738px){
.suisen_inner .fl_wrap{display:block;
}
.suisen_inner img {
		    margin: 0 auto 10px;
    display: block;

	}
	}

.suisen_voice_contents{
margin-bottom:44px;
}
.aisatu_link_wrap.fk_wrap .intyo_aisatu p{
	    background-color: #fff;
    padding: 0px;
}
.custom-field:has(.voice_profile_text){
display:flex;
    align-content: center;
    align-items: center;
}
.voice_profile_text{
	    background-color: #ffdc85;
    color:#5a2815;
    padding: 5px 10px;
    border-radius: 4px;
	font-weight:bold;
    margin-right: 6px;}
.voice_profile_text + span{
	margin-right:10px;
}

@media only screen and (max-width: 738px){
.voice-txtarea .customer_info {
    flex-wrap: wrap;
}
.voice-txtarea .ttl {
    margin-bottom: 10px;
}
}

/* ===== チェックリストのスタイル ===== */
.checklist {
    list-style: none;
    padding: 0;
}
.checklist li {
    margin: 10px 0;
    display: flex;
    align-items: center;
}
.checklist input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #333;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}
.checklist input[type="checkbox"]:checked::before {
    content: "✔";
    font-size: 16px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.checklist input[type="checkbox"]:checked {
    background-color: #007bff;
    border-color: #007bff;
}
/* ===== 料金表のスタイル ===== */
.c-pricetable table {
    width: 100%;
    border-collapse: collapse;
    max-width: 500px;
    margin: 20px auto;
    font-size: 16px;
}

.c-pricetable th,
.c-pricetable td {
    border: 1px solid #ccc;
    padding: 12px;
    text-align: left;
}

.c-pricetable th {
    background-color: #f8f8f8;
    width: 240px;
    font-weight: bold;
}

.c-pricetable td {
    background-color: #fff;
}

.w-block {
    margin-bottom: 20px;
}

/* 追加情報のスタイル */
.c-editor p {
    font-size: 14px;
    color: #333;
    margin: 5px 0;
}


.onayami_box {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  width: 100%;
  margin: auto;
}

.onayami_box li {
  width: calc(100% / 3 - 8px);
  position: relative;
  margin-right: 5px;
  margin-bottom: 10px;
}
.toc-005 ol.content_b li a{
	 position: relative;
  display: inline-block;}/*
.toc-005 ol.content_b li a:after{
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    transform: rotate(45deg);
    position: absolute;
    top: -3.7px;
    /* left: 0; */
    bottom: 0;
    margin: auto;
    margin-left: 9px;
}*/
.contents_bg_cream.blank_tuning_a{
    background-color: #fcfbe8;
    padding: 4rem 0 1px;
margin-bottom:3rem;
}
/*背景色白*/
.contents_bg_cream.blank_tuning_a{
    background-color: #fcfbe8;
    padding: 2rem 0 1px;
margin-bottom:3rem;
}
.nagare_list li {
    background-color: #ffff;
 }
.houshin_wrap .Label {
    background: #f4880b;
    padding-left: 1.1rem;
	color:#fff;
}
.houshin_wrap label.Label::before {
    border-top: 14px solid #fff;
}
.houshin_wrap .toggle:checked + .Label + .content {
    background-color: #fff;
}
.intyo_aisatu p {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 738px){
	.toc-005 ol.content_b li a {
		        padding-right: 14px;
    width: 100%;
}.toc-005 ol.content_b li a:after {

    right: 0;
}
	.toc-005 ol li:before {
    left: 2px;
}

}
.content_b li img{
	display:none;
}
.content_b b{
	position:relative;
	width:100%;
}
.content_b b:before{
	 content: "";
	width: 12px;
	height: 12px;
	-webkit-border-radius: 25%;
	border-radius: 25%;
	background: #7a0;
}
.content_b b:after{
	 content: "";
	left: 5px;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 3px solid #fff;
}

.dli-caret-circle-fill-right {
    display: inline-block;
    vertical-align: middle;
    color: #fd740f;
    line-height: 1;
    position: relative;
    width: 20px;
    height: 20px;
    border: 0.075em solid currentColor;
    background: currentColor;
    border-radius: 27px;
    box-sizing: content-box;
}

.dli-caret-circle-fill-right::before {
     content: '';
    color: #fff;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.28em 0.41177em;
    border-right-color: currentColor;
    border-left: 0;
    transform: translateX(8%);
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-90deg);
}
.toc-005 ol.content_b li a {
    position: relative;
    display: flex;
	align-items: center;
    width: 100%;
}
.content_b b {
    width: 100%;
	    margin-left: 9px;
    display: block;
}
@media only screen and (max-width: 738px){
.dli-caret-circle-fill-right {
    width: 20px;
    height: 17.2px;
    border: 0.075em solid currentColor;
	        margin-left: 7px;
  }}


.nagare_list.sezyutu_nagare li{
position:relative;
}
.nagare_list.sezyutu_nagare li:nth-child(odd)::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fd740f;
    border-right: 0;
    width: 20px;
    position: absolute;
    right: -35px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.saisin_wrap .nagare_list.sezyutu_nagare li:nth-child(odd)::after {
    border-left: 20px solid #67b73f;
}

@media only screen and (max-width: 738px){
	
	.nagare_list.sezyutu_nagare li:nth-child(odd)::after{
	    content:initial;
	}
}.so_shinkyuseikotsu{    margin: 0px auto 35px;
    display: block;}
@media only screen and (max-width: 738px){

.so_shinkyuseikotsu{
	    margin: -11px auto 13px;
    width: 68%;
}
	.insta_banner {
    margin-bottom: 39px;
}
}

.first_page_wrap .orange_number{
    padding: 11px 21px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fd740f;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    border-radius: 0px 0px 8px 0px;
    letter-spacing: 3px;
    font-weight: bold;
}
.first_page_wrap .green_number{
    padding: 11px 21px;
    position: absolute;
    top: 0;
    left: 0;
    background-color:#67b73f;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    border-radius: 0px 0px 8px 0px;
    letter-spacing: 3px;
    font-weight: bold;
}
.first_page_wrap .orange_number span , .first_page_wrap .green_number span{
    font-size: 22px;
}
.step_none{
	display:none;
}

@media only screen and (max-width: 738px){
	.nav-toggle .drawer-hamburger-icon{
		    width: 80%;
    margin: 7px auto 0;
	}}
@media screen and (max-width: 371px) {
.global-header .header-top .header_logo {
    width: 50%;
    margin-top: 6px;
}}
.title_mg_tuning_a.title_style_top{
	    background-color: #fff;
    padding-top: 19px;
    padding-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: dotted 4px #7db732;
    border-top: dotted 4px #7db732;
    margin-bottom: 34px;
    max-width: 735px;
    margin: 0 auto 45px;
}
.title_mg_tuning_a.title_style_top img{
	margin-right:10px;
}
.open_banner{
	margin:0px auto 46px;
	display:block;
}
.no_inner {
    text-align: center;
    /*background-color: #817676;
    padding: 205px 0;*/
}
.no_inner span{
	color:#fff;
	    font-size: 22px;
}
.menu-img-onayami_box ul {
    margin-top: -8px;
    background-color: rgb(255, 255, 255);
    padding: 2.7% 2.1% 1.5%;
}
.menu-img-onayami_box li {
    display: flex;
    align-items: center;
    padding-bottom: 1.6%;
    margin-bottom: 2%;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    border-bottom: 3px dotted rgb(202, 191, 187);
}
.menu-img-onayami_box li img {
    width: 3.5%;
    margin-right: 12px;
}
.contents_bg_yellowgreen{
	    background-color: #d4ecb4;
    padding-top: 71px;
    padding-bottom: 71px;
}
#page .title_style_stripe_green{    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(239, 246, 229, 1) 10px, rgba(239, 246, 229, 1) 20px );
    padding-top: 19px;
    padding-bottom: 19px;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: solid 8px #7db732;
    color: #792525;
}
.stripe_bg_a{
background-size: auto auto;
background-color: rgba(255, 255, 255, 1);
background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(231, 214, 203, 1) 4px, rgba(231, 214, 203, 1) 8px );
text-align:center;
}
.button_center_wrap{
	text-align:center;
}
.button_center_wrap:has(.more_button_inner){
	    margin-top: 34px;
    margin-bottom: 60px;
}
.inner_fukidasi{
	    background-color: #fff;
    padding: 24px 0px;
    font-size: 26px;
    text-align: center;
    font-weight: 900;
    color: #792525;
position:relative;
filter:drop-shadow(5px 6px 4px #354a18);
}

.inner_fukidasi::before{
     content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -25px;
    left: calc(80% - 13px);
    border-top: 28px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;}

#page .h_border_blue{
	border-bottom:5px solid #64b7bf; 
}
#page .h_border_violet{
	border-bottom:5px solid #b68dc1; 
}
.syojo_contents_text_wrap a{
	color:#fff;
}
.syozyomenu_ul li img{
	width:100%;
}

.syojo_contents_text_wrap{
	    width: 92%;
    margin: 0 auto 10px;
	text-align: center;
}
#page .h_border_orange{
		border-bottom:5px solid #e6b95b; 
}
.syojo_contents_text_wrap h4{
    text-align: center !important;
    margin-top: 17px !important;
    margin-bottom: 13px !important;
    padding-bottom: 7px !important;
    font-size: 20px !important;
}
.h_border_wrap{    text-align: center;
    margin-bottom: 45px;
}
#page .h_border_wrap h3{
display:inline;
	padding-bottom: 10px;
    margin-bottom: 20px;
	font-size:21px;
}
.violet_border.sezyutu_menu.normal_menu_wrap li{
	    border: solid 5px #b68dc1; 
}

.violet_border.normal_menu_wrap .menu_text_a {
    background-color: #b68dc1; 
}
.orange_style_v{
color:#fc8c04;	
font-weight:bold;
font-size:41px;
}

.orange_style_v b{
color:#fc8c04;
font-size:51px;
}
.title_style_stripe_green:has(.orange_style_v){
	line-height: 40px;
}
.nagare_list {
    justify-content: space-between;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    margin-top: 73px;
    margin-bottom: 3%;
}
.nagare_list li {
    background-color: #ffff;
}
.nagare_list li {
    position: relative;
    background-color: #fdf5ea;
    padding: 20px;
    border-radius: 10px;
    border: solid 4px #f0af75;
}
.nagare_list li img {
    width: 43%;
    margin-right: 10px;
    object-fit: contain;
}
.text_contents_b {
    width: 51%;
}
#page .tokuyuo_list h3 {
	font-size:1.5em;
    margin-top: 5%;
    margin-bottom: 3%;
    display: flex;
    align-items: center;
}
.tokuyuo_list p {
	padding-left:25px;
	text-align:left;
	font-size:1.1em;
}
.tokuyuo_list li span:nth-child(1) {
    padding: 6px 12px 4px;
    font-weight: 700;
    color: #f58e27;
    border-radius: 5px;
    width: 100%;
    text-align: center;
}
.nagare_list.tokuyuo_list li:before {
    position: absolute;
    content: '';
    left: 0;
    display: block;
    width: 39%;
    height: 86px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -20px;
    top: -17px;
}
.nagare_list.tokuyuo_list li.list_li_1:before {
    background-image: url(/wp-content/uploads/2025/09/point_img1.png);
}

.nagare_list.tokuyuo_list li.list_li_2:before {
    background-image: url(/wp-content/uploads/2025/09/point_img2.png);
}

.nagare_list.tokuyuo_list li.list_li_3:before {
    background-image: url(/wp-content/uploads/2025/09/point_img3.png);
}

.nagare_list.tokuyuo_list li.list_li_4:before {
    background-image: url(/wp-content/uploads/2025/09/point_img4.png);
}

.nagare_list.tokuyuo_list li.list_li_5:before {
    background-image: url(/wp-content/uploads/2025/09/point_img5.png);
}

.nagare_list.tokuyuo_list li.list_li_6:before {
    background-image: url(/wp-content/uploads/2025/09/point_img6.png);
}
.green_button_style_a{
	text-align:center;
}
/* 表示されるテキストボックス */
.accordion-text-box {
  display: none;
  margin-top: 1.5rem;
  background-color: #fffef5;
  padding: 20px;
  border: 2px solid #7db732;
  border-radius: 10px;
  /*column-count: 2;*/
  column-count: 1;
  column-gap: 2rem;
  text-align:left;
}

.green_button_style_a a {
    font-weight: bold;
	position:relative;
    color: #fff;
    background-color: #7db732;
    /* padding: 14px 30px; */
	padding:14px 50px 14px 30px;
    border-radius: 10px;
	font-size:17px;
    border: solid  3px #3c5d11;
	display:inline-block;
}
	.green_button_style_a a:hover{
		text-decoration:none;
	}
.green_button_style_a a:after{
content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 13px solid #fff;
    border-right: 0;
    position: absolute;
    /* top: 17px; */
    position: absolute;
    top: 0;
    /* left: 0; */
    /* right: 12px; */
	right: 30px;
    bottom: 0;
    margin: auto;
    transform: rotate(90deg);
}
.voice .green_button_style_a a:after{
content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 13px solid #fff;
    border-right: 0;
    position: absolute;
    /* top: 17px; */
    position: absolute;
    top: 0;
    /* left: 0; */
    /* right: 12px; */
	right: 30px;
    bottom: 0;
    margin: auto;
    transform: none;
}

.stripe_bg_a:has(.sezyutu_banner_b){
	margin-bottom:35px;
    filter: drop-shadow(5px 6px 4px #354a18);
}

.stripe_bg_a:has(.sezyutu_banner_b) + .green_button_style_a{
	margin-bottom:35px;
}
.box_gridstyle{
	  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;

  /* 以下任意のスタイル */
  padding: 20px;
}
.img_mg_tuning_a.voice_img{
	    display: block;
    margin: 0 auto 36px;
}
.green_button_style_a.color_change a {
	background-color:#fdfefa;
color:#4e8507;
    border: solid  3px #7db732;
}
.green_button_style_a.color_change a:after {
    border-left: 13px solid #4e8507;
}
.aisatu_span{
	font-weight:bold;
    display: block;
    font-size: 30px;
}.green_border_wrap {
	text-align:center;
	width:64%;
    font-weight: bold;
    background-color: #fcf3eb;
    border: 3px #7db732 solid;
    border-radius: 12px;
    padding: 20px 9px;
    margin: 0 auto 18px;
}
.box_gridstyle .inner{
    /* width: 36%;*/
}
.img_mg_tuning_a.intyo_img{
    /* width: 64%;*/
	width: 45%;
    margin: 0 auto 17px;
    display: block;
}
.box_gridstyle .green_button_style_a {
    /*text-align: center;
    width: 22%;
    margin: 0 auto;*/
}
.box_gridstyle .green_button_style_a a {
    /*display: block;*/
}
.box_gridstyle .green_button_style_a.color_change{
  padding-bottom: 60px;
  margin: 19px auto 0;
}
.box_gridstyle .green_button_style_a.color_change a:after{
  transform:none;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
/*高さを制限しているコンテンツの要素*/
.container {
    position: relative;
    max-width: 547px;
    height: 310px;
    padding:36px 13px 26px;
    margin: 20px auto;
    border: 13px solid #d4ecb4;
    overflow: hidden;
    transition: .4s;
    box-sizing: border-box;
    background-color: #fff;
}
/*グラデーションで隠す擬似要素*/
.container:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
  transition: .4s;
}
/*クラス付与時のスタイル*/
.container.active-gradation-none:before{
  opacity: 0;
  visibility: hidden;
}
/*テキストのスタイル*/
/*ボタンのスタイル*/
.gradation_hidden {
    font-weight:bold;
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 32%;
    height: 40px;
    cursor: pointer;
    color: #fff;
    background: #7db732;
    border: none;
    margin: auto;
    /* top: 0; */
    bottom: 16px;
    right: 0;
    left: 0;
    border-radius: 8px;
    border: solid 2px #4e8507;
}
.clinic_list li
{
	color:#792525;
font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
.gradation_hidden:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 13px solid #fff;
    border-right: 0;
    position: absolute;
    /* top: 17px; */
    position: absolute;
    top: 0;
    /* left: 0; */
    right: 12px;
    bottom: 0;
    margin: auto;
    transform: rotate(90deg);
}
.zinzai_link_wrap{
text-align:center;
}
.container.active-gradation-none{
	height: 1200px !important;
}
.store_name {
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: #64b7bf;
    display: block;
    width: 148px;
    border-radius: 16px;
    padding-bottom: 4px;
    padding-top: 4px;
    margin: 0 auto;
    font-size: 23px;
    margin-bottom: -30px;
    z-index: 111;
    position: relative;
}.border_inner_wrap.border_color_blue{
	    background-color: #e5f5f7;
    border-radius: 10px;
    border: solid 4px #64b7bf;
    width: 70%;
    margin: 0 auto;
    padding-top: 54px;
    padding-bottom: 54px;
}
.border_inner_wrap ul{
	      width: 66%;
    margin: 0 auto;
}
.list_type_link{
	margin-bottom:10px;
}
.style_pink_text{
	background-color:#eb8d91;
	padding:10px 5px;
}
.style_pink_text {
    background-color: #eb8d91;
    padding: 7px 15px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    margin-top: 17px;
    margin-bottom: 6px;
}
	.green_button_style_a.color_style_blue a {
    background-color: #64b7bf;
    border: solid  3px #427b81;
}
.style_pink_text + p{
	margin-bottom:17px;
	text-align:left;
}
.border_inner_wrap.border_color_violet{
	    background-color: #f7ecfa;
    border-radius: 10px;
    border: solid 4px #b68dc1;
    width: 70%;
    margin: 0 auto;
    padding-top: 54px;
    padding-bottom: 54px;
}
.store_name.color_violet{
	 background-color: #b68dc1;
}
.green_button_style_a.color_style_violet a {
    background-color: #b68dc1;
    border: solid  3px #83668b;
}
.mg_top_tuning_a{
	margin-top:40px
}
.insta_link_wrap{
    width: 61px;
    display: block;
    margin: 46px auto 0;
}
.stripe_bg_a.pd_tuning{
    padding-top: 50px;
	padding-bottom: 52px;
}
.list_type_link_last{
	text-align:left;
}
@media only screen and (max-width: 738px) {
.global-header .header-top .header_logo {
    width: 44vw;
margin:0;
	}}
@media only screen and (max-width: 738px) {
.open_banner {
    margin: 0px auto 15px;
    display: block;
}
.title_style_stripe_green {
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(239, 246, 229, 1) 10px, rgba(239, 246, 229, 1) 20px );
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: center;
    margin-bottom: 9px;
    border-bottom: solid 4px #7db732;
    color: #792525;
}
.green_button_style_a a {
    position: relative;
    color: #fff;
  background-color: #7db732; 
    padding: 7px 28px 7px 17px;
    border-radius: 10px;
    font-size: 3.5vw;
    width: auto;
    margin: 0 auto;
}
.green_button_style_a a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff;
    border-right: 0;
    position: absolute;
    /* top: 17px; */
    position: absolute;
    top: 1px;
    /* left: 0; */
    right: 14px;
    bottom: 0;
    margin: auto;
    transform: rotate(90deg);
}
.voice .green_button_style_a a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff;
    border-right: 0;
    position: absolute;
    /* top: 17px; */
    position: absolute;
    top: 1px;
    /* left: 0; */
    right: 14px;
    bottom: 0;
    margin: auto;
    transform: none;
}
.inner_fukidasi {
    background-color: #fff;
    padding: 13px 0px;
    font-size: 4.4vw;

}
	.inner_fukidasi::before {
    bottom: -15px;
}
.syojo_contents_text_wrap {
    width: 92%;
    margin: 10px auto 10px;
    text-align: center;
}
.syujyo_inner_text {
    font-size: 14px;
    margin-top: 9px;
	text-align: justify;
}

.syojo_contents_text_wrap h4{
    font-size: 15px !important;
}

.h_border_violet {
    border-bottom: 4px solid #b68dc1;
}
.h_border_orange {
    border-bottom: 4px solid #e6b95b;
}
.contents_bg_yellowgreen {
    background-color: #d4ecb4;
    padding-top: 22px;
    padding-bottom: 71px;
}
.nagare_list li img {
    width: 100%;
    margin-right:0px;
    object-fit: contain;
}
.text_contents_b {
    width: 100%;
	text-align: justify;
	}
	.orange_style_v {
    font-size: 6vw;
}
.orange_style_v b {
    font-size: 9vw;
	}
#page .tokuyuo_list h3 {
    margin-bottom: 2%;
}
	.tokuyuo_list li span:nth-child(1) {
     font-size: 6vw;
}
.nagare_list.tokuyuo_list li:before {
left: 10px;
        top: -35px;
}
.title_mg_tuning_a.title_style_top img {
    margin-right: 3px;
    width: 7vw;
}
	.title_mg_tuning_a.title_style_top {
    padding-top: 19px;
    padding-bottom: 18px;
    font-size: 5.6vw;
 margin-bottom: 15px;
}
#Wrapper .drawer-hamburger::after {
    top: 18px;
    left: -5px;
}
.img_mg_tuning_a.voice_img {
    margin: 0 auto 19px;
}
.aisatu_span {
    font-size: 25px;
}
.title_style_stripe_green {
    color: #792525;
    font-size: 4.6vw;
}
.h2_font_sizetuning_b .aisatu_span {
    font-size: 6.4vw;
}
.img_mg_tuning_a.intyo_img {
    width: 65%;
    margin: 0 auto 17px;
    display: block;
}
.box_gridstyle .inner {
    width: 100%;
}
.box_gridstyle .green_button_style_a {
    text-align: center;
    width: 62vw; 
    margin: 0 auto;
}
.box_gridstyle .green_button_style_a.color_change {
    padding-bottom: 14px;
    margin: 13px auto 0;
}
.green_border_wrap + p{
    margin-bottom: 10px;
}
.border_inner_wrap.border_color_blue ,.border_inner_wrap.border_color_violet{
    width: 100%;
}
.border_inner_wrap ul {
    width: 94%;
    margin: 0 auto;
}
.border_inner_wrap.border_color_blue a,.border_inner_wrap.border_color_violet a{
    width: 55%;
    font-size: 4.3vw;
}
.title_style_stripe_green:has(.orange_style_v) {
    line-height: 28px;
}
#page h2.h2_font_sizetuning_a{
    font-size: 4.1vw!important;
}
.zilseki_sec.section_bottom_tuning {
    margin-bottom: 1.4rem;
}
.gradation_hidden {
    width: 43%;
    padding-left: 0px;
}
.gradation_hidden:after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #fff;
}
.mg_tuning_c {
    margin-top: 18px;
}
.greenlink_style {
    font-weight: bold;
    display: inline-block;
    padding: 12px 49px 13px 38px;
    background-color: #7db732;
    border-radius: 7px;
    color: #fff;
    position: relative;
    font-size: initial;
}
.greenlink_style span:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #fff;
    border-right: 0;
    position: absolute;
    position: absolute;
    top: 0;
    right: -22px;
    bottom: 0;
    margin: auto;
}
.section_bottom_tuning.mb_tuning_a{
    margin-bottom: 1.1rem;
}
.stripe_bg_a:has(.sezyutu_banner_b) {
    margin-bottom: 22px;
}
.syozyomenu_ul li {
    width: 49%;
    margin-bottom: 11px;
}
.h_border_wrap h3 {
    font-size: initial;
}
.h_border_wrap h3 {
    display: inline;
    padding-bottom: 6px;
    margin-bottom: 0px;
    font-size: initial;
}
.h_border_wrap {
    text-align: center;
    margin-bottom: 24px;
}
.section_bottom_tuning:has(.contents_bg_yellowgreen){
    margin-bottom: 2rem;
}
.title_style_stripe_green:has(.orange_style_v){
    text-align: center;
    margin-bottom: 0px;
}
.section_bottom_tuning {
    margin-bottom: 1.7rem;
}
.border_inner_wrap.border_color_blue , .border_inner_wrap.border_color_violet{
    padding-top: 29px;
    padding-bottom: 27px;
}
.store_name {
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 168px;
    border-radius: 11px;
    padding-bottom: 4px;
    padding-top: 4px;
    margin: 0 auto;
    font-size: large;
    margin-bottom: -18px;
    letter-spacing: 2px;
}
.insta_link_wrap {
    width: 49px;
    display: block;
    margin: 17px auto 0;
}
.stripe_bg_a.pd_tuning {
    padding-top: 50px;
    padding-bottom: 22px;
}
.mg_top_tuning_a {
    margin-top: 17px;
}
}
@media only screen and (max-width: 330px) {
    .btn_page_top {
        width: 38px;
        bottom: 19vw;
        right: 10px;
    }
}

/* ===== instagram ===== */
.instagram {
	display:block;
	margin:auto;
	}

/* =====  CAT  ===== */
.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.9);
  justify-content: center;
  align-items: center;
  text-align: center;
}
.modal-inner ul {
  list-style: none;
  padding: 20px;
}
.modal-inner ul li {
  margin: 0 0 20px 0;
}
.modal.open {
  display: flex;
}

.flex_btn_wrap {
  display: flex;
  justify-content: center;
  gap: 10px; /* ボタン間のスペース */
  align-items: center;
  /* flex-wrap: wrap; スマホで折り返し可能に */
}

.flex_btn_wrap a img {
  width: auto;       /* 元のサイズを維持 */
  max-width: 45vw;   /* スマホで横並び調整 */
  width: calc(100% - 0px);
  height: auto;
}

/* ～ご挨拶～接骨院がくグループの生まれたストーリー【追加】 */
.m_bot20_pcsp {
  margin-bottom: 20px;
  text-align:center;
}

@media screen and (max-width: 768px) {
  .m_bot20_pcsp {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 767px) {
		.menu-img-onayami_box ul {
        padding: 3%;
    }
    .menu-img-onayami_box li {
        font-size: 15px;
        padding-bottom: 1.5%;
        margin-bottom: 2.5%;
    }
		    .menu-img-onayami_box li::before {
        margin-right: 2%;
    }
		    .menu-img-onayami_box li p {
        line-height: 1.6;
    }
		    .menu-img-onayami_box li::before {
        content: "\02713";
    }
}	
	
@media only screen and (max-width: 738px) {
    .sezyutu_menu.normal_menu_wrap {
        padding: 15px 0;
        margin-bottom: 0px;
    }
    #page .syojo_contents_text_wrap h4 {
        font-size: 15px !important;
		padding:0;
    }
#page .h2_font_sizetuning_b .aisatu_span {
        font-size: 6.4vw;
    }
	 #page .title_style_stripe_green {
        color: #792525;
        font-size: 4.6vw!important;
    }
	.green_button_style_a.color_change a:after {
        border-left: 9px solid #4e8507;
    }
}
