@charset "utf-8";

/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
    font-display: swap;
}
@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.woff") format("woff");
    font-display: swap;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    word-break: break-all;
}
caption, th {
    text-align: left;
}
object, embed {
    vertical-align: middle;
}
legend {
    display: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
img, abbr, acronym, fieldset {
    border: 0 none;
}
img {
    vertical-align: middle;
    height: auto;
}
ul li {
    list-style-type: none;
}

/*----------------------------------------------------
    共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
    overflow-y: scroll;
}

/* リンク
----------------------------------------------------*/
a {
    color: #333;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

/* 汎用
----------------------------------------------------*/
/* clear clerfix */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.content:after,
.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

.content,
.clearfix {
    zoom: 1;
    /* for IE5.5 - IE7 */
}

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

body {
    font-family:'Noto Sans JP', 'sans-serif';
    font-size: 14px;
    color: #333333;
    background: #fff;
    line-height: 25.2px;
}
.sp {
    display: none;
}

.sp_br {
    display: none;
}
/*----------------------------------------------------
    各ページスタイル
----------------------------------------------------*/

/* 共通
-----------------------------------------------------------------------------------------------*/

#contents:after,
#contents_low:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

a.trance:hover {
    opacity:0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

#index p,
#category p,
#page p {
    margin: 10px 0;
}
@media screen and (min-width: 1001px) {
    /*--[ナビゲーション]--*/
    nav {
        padding-top: 20px;
        position: absolute;
        top: 110%;
        left: -35px;
        z-index: 1;
        width: 16%;
    }

    nav .nav_list {
        margin-bottom: 20px;
    }

    nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    nav ul li {
        margin-top: 5px;
    }

    nav .cate:hover,
    nav li:hover,
    .nav-sitemap:hover {
        opacity: 0.6;
    }
    nav .ul {
        display: none;
    }
    nav ul li a {
        background-color: #fff2c4;
        color: #333;
        display: block;
        border-radius: 7px;
        padding: 13px 13px 13px 18px;
        text-decoration: none;
        width: 100%;
        text-align: center;
        font-size: 16px;
    }
    nav .cate a {
        background: #ffc600;
        display: block;
        border-radius: 7px;
        padding: 13px 13px 13px 18px;
        text-decoration: none;
        color: #333;
        font-weight: bold;
        width: 100%;
        text-align: center;
        font-size: 16px;
    }
    nav ul .sub a {
        padding-left: 28px;
    }
    .nav-sitemap a {
        background: #ffc600;
        font-weight: bold;
        color: #333;
        text-align: center;
    }
}
@media screen and (min-width: 1001px) and (max-width: 1647px) {
    .contents_lower {
        padding: 0 30px 0 230px;
    }
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
    nav {
        display: none;
    }
}


/*--[header]--*/
header h1,
header .title a {
    color: #333;
    font-size: 12px;
    font-weight: bold;
    line-height: 125%;
    margin: 0 auto;
    padding: 10px 0 30px;
    display: inline-block;
}
header .title a:hover {
    opacity: 0.6;
}
header h1::before,
header .title a::before {
    background: #333;
    color: #fff;
    content: "PR";
    display: inline-block;
    line-height: 1.4;
    padding: 0 0.8rem;
    vertical-align: middle;
    margin-right: 9px;
    transform: translateY(-10%);
}


/*--[見出し]--*/
#index h2,
#category h1,
#page h1 {
    background-color: #f9f5ea;
    color: #333;
    font-size: 32px;
    font-weight: bold;
    line-height: 140%;
    margin: 80px 0 20px;
    padding: 18px 24px;
    border-radius: 8px;
    text-align: center;
}

#index h3,
#category h2,
#page h2 {
    border-bottom: 7px solid #ffe57b;
    color: #333;
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    line-height: 1.4285714;
    margin: 40px 0 15px;
    padding: 0 1px 8px;
    position: relative;
}


#index h3::before,
#category h2::before,
#page h2::before {
    content: '';
    background-color: #ffe57b;
    border-radius: 50%;
    position: absolute;
    width: 7px;
    height: 7px;
    right: -2px;
    bottom: -7px;
}

#index h3::after,
#category h2::after,
#page h2::after {
    content: '';
    background-color: #ffe57b;
    border-radius: 50%;
    position: absolute;
    width: 7px;
    height: 7px;
    left: -2px;
    bottom: -7px;
}
#index h3 span,
#category h2 span,
#page h2 span {
    font-size: 120%!important;
    color: #ef5757;
}

#index h4,
#category h3,
#page h3 {
    border-left: 5px solid #ffc600;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    line-height: 140%;
    margin: 30px 0 15px;
    position: relative;
    padding: 0 0 0 19px;
}

#index h4::before,
#category h3::before,
#page h3::before {
    content: '';
    background-color: #ffc600;
    border-radius: 50%;
    position: absolute;
    width: 5px;
    height: 6px;
    left: -5px;
    bottom: -4px;
}

#index h4::after,
#category h3::after,
#page h3::after {
    content: '';
    background-color: #ffc600;
    border-radius: 50%;
    position: absolute;
    width: 5px;
    height: 6px;
    left: -5px;
    top: -2px;
}

#index h5,
#category h4,
#page h4 {
    border-bottom: 2px dotted #ffc600;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 140%;
    margin: 30px 0 15px;
    padding: 0 8px 5px;
}

#index h2 a,
#category h1 a,
#page h1 a,
#index h3 a,
#category h2 a,
#page h2 a,
#index h4 a,
#category h3 a,
#page h3 a,
#index h5 a,
#category h4 a,
#page h4 a {
    padding-right: 25px;
    display: block;
    position: relative;
}
#index h2 a:after,
#category h1 a:after,
#page h1 a:after,
#index h3 a:after,
#category h2 a:after,
#page h2 a:after,
#index h4 a:after,
#category h3 a:after,
#page h3 a:after,
#index h5 a:after,
#category h4 a:after,
#page h4 a:after {
    content: '';
    width: 10px;
    height: 10px;
    background: url(img/btn_arrow_black.png) no-repeat right center / contain;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.recommend,
.point,
.check,
.rank {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2142857;
    margin: 40px 0 25px;
    padding: 28px 10px 28px 106px;
    position: relative;
    color: #333;
}
.rank {
    padding: 15px 0 15px 125px;
}
.recommend::before,
.point::before,
.check::before,
.rank::before {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 9px;
    margin: auto 0;
    width: 72px;
    height: 81px;
}
.rank::before {
    left: 26px;
    width: 60px;
    height: 60px;
    bottom: 0;
}
.recommend::before {
    background: url(img/ico_recommend.png) no-repeat center / contain;
}
.point::before {
    background: url(img/icon_point.png) no-repeat center / contain;
}
.check::before {
    background: url(img/icon_check.png) no-repeat center / contain;
}
.rank1::before {
    background: url(img/ico_rank01.png) no-repeat center / contain;
}
.rank2::before {
    background: url(img/ico_rank02.png) no-repeat center / contain;
}
.rank3::before {
    background: url(img/ico_rank03.png) no-repeat center / contain;
}
.rank4::before {
    background: url(img/ico_rank04.png) no-repeat center / contain;
}
.rank5::before {
    background: url(img/ico_rank05.png) no-repeat center / contain;
}

/*--[ul ol]-- */
#index ul li a
#category ul li a,
#page ul li a {
    text-decoration: underline;
}

#index ul li a:hover,
#category ul li a:hover,
#page ul li a:hover {
    text-decoration: none;
}

#index ul, #category ul, #page ul {
    margin: 15px 5px;
    list-style: none;
    position: relative;
}
#index ul li, #category ul li, #page ul li {
    padding: 0 0 0 20px;
    margin: 1px 0;
    position: relative;
}
#index ul li::before, #category ul li::before, #page ul li::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #ffc600;
    font-size: 15px;
    position: absolute;
    top: 8px;
    left: 3px;
    border-radius: 50%;
}
#index ol , #category ol, #page ol {
    counter-reset: number;
    margin: 10px 0;
}
#index ol li, #category ol li, #page ol li {
    counter-increment: number;
    list-style: none;
    margin: 1px 7px;
    padding: 0 0 0 18px;
    display: block;
    position: relative;
}
#index ol li::before,
#category ol li::before,
#page ol li::before {
    color: #fff;
    font-size: 13px;
    text-align: center;
    letter-spacing: -0.5px;
    line-height: 18px;
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 3px;
    left: -3px;
}

ol li:nth-child(-n + 9)::before {
    content: counter(number);
}
ol li:nth-child(n + 10)::before {
    content: counter(number);
}

/* 文字装飾
----------------------------- */
#index p span,
#category p span,
#page p span,
#single p span {
    font-weight: bold;
    color: #1fa757;
}

/* table
----------------------------- */
.table-layout {
    width: 80%;
    margin: 35px auto 50px;
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #888;
}
table thead th,
table tbody th {
    color: #333;
    font-size: 14px;
}
table thead th,
table tbody th,
table tbody td {
    border: 0;
    border-bottom: 1px solid #888;
    padding: 12px 12px;
    word-break: break-all;
    vertical-align: middle;
}
table thead th {
    width: 34%;
}
.table-layout th {
    width: 50%;
}

table tbody td {
    color: #333;
    font-size: 14px;
    border-left: 1px solid #888 !important;
    background-color: #faf7ee;
}

table th {
    border-left: 1px solid #888 !important;
    background: #ffdfdd;
    font-weight: bold;
    text-align: center;
}
table tbody tr:last-child th,
table tbody tr:last-child td {
    border-bottom: none;
}

table th:first-child {
    border-left: none !important;
}

table td {
    text-align: center;
}

table td span {
    color: #ef5757;
    font-weight: bold;
}
.frame-body table th {
	width: 35%;
}

/*　ボタン・リンク
----------------------------- */
.btn-internal,
.btn-web {
    margin: 25px auto;
}
.btn-internal a,
.btn-web a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none!important;
    padding: 20px 38px;
    max-width: 450px;
    border-radius: 32px;
    position: relative;
    margin: 0 auto;
}
.btn-internal a {
    color: #333;
    background: #ffc600;
}
.btn-web a {
    color: #ffffff;
    background: #ef5757;
}
.btn-internal a::after,
.btn-web a::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 21px;
    margin: auto 0;
}
.btn-internal a::after {
    background: url(img/btn_arrow_black.png) no-repeat center / contain;
}
.btn-web a::after {
    background: url(img/pc/btn_arrow.png) no-repeat center / contain;
}
.permalink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tel {
    font-weight: bold;
    color: #1fa757!important;
    text-align: center;
}


/* 画像回り込み */
.float-wrap {
    box-sizing: border-box;
    margin: 40px auto;
    max-width: 100%;
    position: relative;
}

.float-wrap .flame {
    position: relative;
    max-width: 100%;
}

.float-wrap .flame img {
    border-radius: 16px;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}
/*
.float-wrap .float-img .flame {
    max-width: 60rem;
    margin: 0 auto;
    text-align: center;
}
*/

.float-wrap p {
    margin: 20px auto 20px;
    max-width: 100%;
    line-height: 1.78571428;
}

.caption {
    margin: 10px auto 0;
    color: #999;
    text-align: center;
    word-break: break-all;
    font-size: 10px;
	line-height: 1.8;
}
.scroll-caption{
    display: block;
    max-width: 100%;
    padding: 0 0 0.3rem 0;
    text-align: left;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: thin;
}

.float-wrap .catch {
    margin: 0 0 24px !important;
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
    color: #1fa757;
}

.float-wrap.ct .catch {
    text-align: center;
}


/* 2つ並びボックス */
.box-wrap {
    margin: 40px auto;
    position:relative;
}
.box {
    background: #fff;
    margin: 0 auto;
    position: relative;
    border: 1px solid #c7b2a0;
    border-radius: 16px;
    padding: 15px 15px 24px;
}
.box-head, h3.box-head  {
    background: #faf7ee;
    font-size: 18px!important;
    font-weight: bold;
    line-height: 1.5;
    color: #555;
    padding: 10px;
    border-radius: 8px;
    margin: 0 !important;
}
.box-head a, h3.box-head a {
    color: inherit;
    display: block;
    padding: 17px 40px 17px 38px;
    position: relative;
    text-decoration: none;
    border-radius: inherit;
}
.box-head a::after, h3.box-head a::after {
    content: '';
    background: url(img/pc/2box_ttl_arrow.png) no-repeat right center / contain!important;
    position: absolute!important;
    width: 12px!important;
    height: 12px!important;
    top: 0!important;
    bottom: 0!important;
    margin: auto 0!important;
    right: 9px!important;
}
h3.box-head::before, h3.box-head::after {
    content: none !important;
    display: none !important;
    border: none !important;
}
h3.box-head{
    padding: 0 !important;
    border: none !important;
}

.box-body {
    padding: 16px 23px 0;
}
.box-body p:first-child,
.frame-body p:first-child {
    margin: 0 !important;
}
.box-body p,
.frame-body p {
    line-height: 1.78571428;
    text-align: justify;
}

/* 3つ並びボックス */
#contents .frame-wrap {
    margin: 0 auto;
    padding: 20px;
    width: 100%;
}

#contents .frame-wrap .frame {
    background: #fff;
    border-radius: 10px;
    padding: 19px 24px 19px;
    position: relative;
    z-index: 1;
    width: 100%;
    border: 5px solid #f9f5ea;
}
#contents .frame-head,
#contents .frame-body {
    position: relative;
    z-index: 5;
}
#contents .frame-head {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 135%;
    padding: 0 0 19px;
    position: relative;
    margin: 0 auto 13px;
}
#contents .frame-head::after {
    content: '';
    position: absolute;
    width: 44%;
    height: 3px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-image: linear-gradient(to right, #c7b2a0 3px, transparent 3px);
    background-size: 8px 3px;
    background-repeat: repeat-x;
}


/* 3選（大）-3カラム */
#group {
    margin: 40px 0;
    background: url(img/group_bg.png) no-repeat top 27px center / 93.6% auto;
    padding: 0 0 48px;
}
#group h2,
#group h3,
#group h4,
#group h5 {
    color: inherit;
    line-height: inherit;
    letter-spacing: normal;
    padding: 0;
    background: none;
    border: none;
    border-radius: unset;
    margin: 0;
}
#group h2::before,
#group h2::after,
#group h3::before,
#group h3::after,
#group h4::before,
#group h4::after,
#group h5::before,
#group h5::after {
    content: none;
}
#group p {
    color: #333;
    margin: 12px 0 0;
}

#group .mainttl {
    color: #333;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    padding: 27px 15px 20px;
    background:#ffc600;
    border-radius: 16px;
}
#group .mainttl span {
    font-size: 18px;
    display: block;
    margin: 0 auto 3px;
}

#group .lead-text {
    font-size: 16px;
    line-height: 1.7;
    margin: 34px auto 0;
    max-width: min(640px, 100%);
}

#group .cmn-column3 {
    margin: 46px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#group .cmn-column3 .cmn-parts-box {
    padding: 20px 19px 29px;
    background: #fff;
    border: 1px solid #c7b2a0;
    width: calc((100% - 40px) / 3);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
}
#group .cmn-parts-box > .box-rec,
#group .cmn-parts-box > .box-acc,
#group .cmn-parts-box > .box-tre {
    margin-top: 0;
    margin-bottom: 0;
}
#group .cmn-parts-box > .btn-wrap {
    flex-shrink: 0;
    margin-top: auto;
}

#group .cmn01-catch-copy,
#group .cmn-parts-box > p:first-child {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    padding: 5px 10px 7px;
    margin: 0;
    background: #ffe57b;
    border-radius: 8px;
}
#group .cmn01-catch-copy span {
    color: #ef5757;
    font-size: 22px;
    display: block;
}

#group .cmn-parts-box .ttl {
    margin: 18px 0 0;
    font-size: 20px;
    color: #333;
    text-align: center;
    font-weight: bold;
}
#group .cmn-parts-box .ttl span {
    color: #1fa757;
    font-weight: bold;
}

#group .cmn01-image {
    margin: 20px 0 0;
    text-align: center;
    width: 100%;
    height: 210px;
    /* overflow: hidden; */
}
#group .cmn01-image img {
    max-width: 100%;
    border-radius: 8px;
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    display: block;
}
#group .image-text__caption {
    line-height: 1.3;
    display: block;
}

#group .cmn-parts-box .subttl {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 25px auto 0;
}

#group .table-normal,
.frame-wrap .frame-body .table-normal {
    width: 100%;
    max-width: 100%;
    margin: 19px 0 0;
    color: #333;
}
#group .first-row table th {
    padding-left: 5px;
    padding-right: 5px;
}
#group table th {
    border-left: 1px solid #888;
}
#group table th,
#group table td {
    padding: 7px 13px;
}
#group table td {
    text-align: left;
}
table.timetable {
    border-collapse: collapse;
    margin: 0 auto 10px;
    max-width: 100%;
    width: auto;
}
table.timetable th, table.timetable td {
    font-size: 12px!important;
    padding: 0!important;
    text-align: center!important;
    line-height: 1.7;
    vertical-align: middle!important;
}

#group table.timetable th:not(:first-child),
#group table.timetable td:not(:first-child) {
    width: 1px;
    min-width: 20px;
    white-space: nowrap;
}

#group table.timetable thead th:first-child {
    width: 70px !important;
    min-width: 70px;
}

table.timetable th, table.timetable td {
    padding: 3px 5px !important;
}

#group .tag-list-area {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px 7px;
    margin: 20px auto 0;
}
#group .tag-list-area .tag-list-area__li {
    color: #fffdf1;
    font-size: 13px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    padding: 3px 4px;
    background: #c7b2a0;
    border-bottom: none;
    border-radius: 4px;
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    box-sizing: border-box;
}
#group .tag-list-area .tag-list-area__li::before,
#group .tag-list-area .tag-list-area__li::after {
    display: none;
}
#group .tag-list-area .tag-list-area__li.tag-off {
    background: #fff;
    color: #c7b2a0;
    border: 1px solid;
}

#group .cmn-parts-box ul {
    margin: 12px 0 0;
}
#group .cmn-parts-box ul li {
    margin: 0;
    padding-left: 17px;
}
#group .cmn-parts-box ul li::before {
    left: 0;
}
#group .cmn-parts-box ul li + li {
    margin-top: 2px;
}
#group .cmn-parts-box ul li span {
    color: #1fa757;
    font-weight: bold;
}

#group .btn-internal,
#group .btn-web,
#group .btn-tel {
    margin: 27px auto 0;
    width: 100%;
}
#group [class^="btn-"] + [class^="btn-"] {
    margin: 15px auto 0;
}
#group .cmn-column3 + .btn-internal {
    margin-top: 48px;
}

#group .annot_area {
    max-width: min(640px, 100%);
    margin: 30px auto 0;
}
#group .annot_area p {
    color: #868686;
    font-size: 10px;
    line-height: 1.7;
}
/* .box-rec, .box-acc, .box-tre, .btn-wrap {
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    height: auto !important;
} */


/* テキストバナー */
#text-banner-area {
    background: url('img/pc/dummy.png') no-repeat 0 0 / auto 100%;
    border: 2px solid #c7b2a0;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    margin: 40px auto 55px;
    display: flex;
}

#text-banner-area .text-banner-area__text {
    color: #333;
    width: 68%;
    padding: 28px 24px 28px 30px;
    background: #fff2c4;
    margin: 0 0 0 auto;
}
#text-banner-area .text-banner-area__text .mainttl {
    border-top: 1px solid #c7b2a0;
    border-bottom: 1px solid #c7b2a0;
    padding: 12px 0;
    margin-bottom: 18px;
}
#text-banner-area .cmn02-text-banner-area__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    display: block;
}
#text-banner-area .cmn02-paragraph p {
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
}
#text-banner-area .btn-internal {
    margin: 28px auto 0;
}

/* 追加分 */
.catch-group {
    font-weight: bold;
    border-bottom: 2px solid #ffe57b;
    margin: 1rem auto 0;
    text-align: center;
}

iframe {
    max-width: 100%;
	display: block;
	margin: 0 auto;
}

.clinic {
    border: 3px solid #ffe57b;
    position: relative;
    margin: 3rem 0 0 0;
    padding: 0 4rem 3rem 4rem;
    background: #fff;
    border-radius: 16px;
}
.clinic h3 {
    text-align: center !important;
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {
    body {
        min-width: 1100px;
        width: 100%;
        overflow-x: hidden;
    }
    .container {
        background: #ffe57b;
        padding: 21px 28px 10px;
    }
    .wrap {
        background-color: #fff;
    }
    /* FV
    ----------------------------- */
    .FV-index {
        margin: 0 auto;
        min-height: 370px;
        padding-bottom: 51px;
        position: relative;
        z-index: 0;
    }

    .FV-index .inner {
        background: url(img/mv.png)  no-repeat left center;
        background-size: cover;
        border-radius: 40px;
        min-height:480px;
        margin: 0 auto;
        position: relative;
        width: 1000px;
        z-index: 0;
    }

    .FV-index .inner::before {
        content: '';
        background: url(img/mbv_watercolor_top.png)no-repeat;
        position: absolute;
        top: -15px;
        left: -16px;
        width: 196px;
        height: 68px;
        z-index: 1;
    }

    .FV-index .inner::after {
        content: '';
        background: url(img/mbv_watercolor_bottom.png)no-repeat bottom right;
        position: absolute;
        bottom: -24px;
        right: -46px;
        width: 194px;
        height: 70px;
        z-index: 0;
    }
    .FV-index .capt {
        font-size: 30px;
        font-weight: bold;
        line-height: 1.4;
        text-align: left;
        margin: 0 auto 60px;
        position: relative;
        right: 0;
    }

    .FV-index .capt::after {
        background: #333;
        content: "";
        display: block;
        width: 200px;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: -30px;
        right: 0;
        margin: 0 auto;
    }

    .main-box-inner {
        background: rgba(255, 255, 255, 0.8);
        margin: 0 auto;
        padding: 36px 150px;
        min-height: 420px;
    }

    .FV-index .main-box {
        margin: 0 auto;
        padding: 30px 100px ;
        max-width: 1000px;
        min-height: 480px;
        position: relative;
    }

    .FV-index .main-box .tx {
        margin: 0 auto 0 0;
        text-align: justify;
    }

    .FV-index .main-box .tx span {
        color: #1fa757;
        font-weight: bold;
    }

    .FV-index .img {
        width: 550px;
        margin: 0 0 0 -50px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .FV-index .mv {
        display:none;
    }

    .FV-index .img img {
        width: 100%;
        height: auto;
    }

    #contents {
        margin: 30px auto 130px;
    }

    #contents.contents_top {
        margin: 0 auto !important;
    }

    #index,
    #category,
    #page {
        margin: 0 auto;
        width: 100%;
        min-height: 465px;
        max-width: 1000px;
        padding: 0 0 160px;
    }

    #category ul li a,
    #category h2 a {
        text-decoration: underline;
    }
    #category .inner p a {
        text-decoration: underline;
    }
    #category .inner p a:hover,
    #category h2 a:hover {
        text-decoration: none;
    }

    header .inner {
        margin: 0 auto;
        position: relative;
    }

    a {
        text-decoration: none;
        transition: .2s;
    }

    /*--[common]--*/
    .sp {
        display: none !important;
    }
    

    #page h2 a {
        display:block;
        color: inherit;
    }
    #page h2:hover {
        opacity: 1 !important;
    }

    #page h2 a:hover {
        opacity: .5 !important;
    }

    #page p, #single p {
        margin: 10px 0;
    }

    /*--[パンくず]--*/
    #pankuzu {
        margin: 0 auto 10px;
        font-size: 12px;
        width: 1000px;
    }

    #pankuzu a {
        text-decoration: underline;
    }

    #pankuzu a:hover {
        text-decoration: none;
    }

    /*--[header]--*/
    header {
        width: 100%;
        position: relative;
    }
    .title_box {
        display: flex;
        align-items: flex-start;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .txt {

        margin-left: 16px;
    }
    .lead {
        color: #fff;
        margin: 0 auto;
        padding: 3px;
        text-align: right;
        width: 1000px;
    }
    header .description {
        width: 100%;
        background: #ffe57b;
    }

    .boxInner .title a {
        text-decoration:none;
    }

    .boxInner .title a:hover {
        opacity:.7;
    }

    /*--[見出し]--*/
    #index h2 a:hover,
    #category h1 a:hover,
    #page h1 a:hover,
    #index h3 a:hover,
    #category h2 a:hover,
    #page h2 a:hover,
    #index h4 a:hover,
    #category h3 a:hover,
    #page h3 a:hover,
    #index h5 a:hover,
    #category h4 a:hover,
    #page h4 a:hover {
        opacity: .7;
        cursor: pointer;
        transition: .2s;
    }

    /*--[カラム設定]-- */
    .fl {
        float: left;
    }
    .fr {
        float: right;
    }

    .float-img .caption {
        line-height: 1.8;
    }

    /* 左寄せ */
    .float-wrap .fl {
        margin: 0 20px 10px 0;
        max-width: 350px;
        text-align: center;
    }
    
    /* 右寄せ */
    .float-wrap .fr {
        margin: 0 0 10px 30px;
        width: 350px;
        text-align: center;
    }
    
    /* 中央 */
    .float-wrap.ct .float-img {
        margin: 0 auto 20px;
        text-align: center;
        width: unset;
    }

    .float-wrap > p {
        margin: 0 auto 10px !important;
        position: relative;
        top: -2px;
        text-align: justify;
    }


    /* 2つ並びボックス */
    .box-wrap {
        display: -webkit-flex;
        display: flex;
        /* -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; */
        gap: 40px;
        justify-content: center;
    }
    .box {
        width: 48%;
        margin: 0 auto 0 0;
    }
    .box:hover .box-head a, .box:hover h3.box-head a {
        background: #fff2c4;
        position: relative;
    }


    /* 3つ並びボックス */
    #contents .frame-wrap {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 1.564%;
    }


    /*　ボタン・リンク
    ----------------------------- */
    .btn-internal a:hover,
    .btn-web a:hover {
        opacity: .7;
    }
    .btn-link {
        text-align: right;
        margin: 10px 0;
    }
    .btn-link a {
        background: url(img/pc/textlink_arrow.png) no-repeat left top 7px;
        color: #1fa757;
        font-size: 16px;
        text-decoration: underline;
        text-underline-offset: 7px;
        padding: 0 0 5px 18px;
    }
    .btn-link a:hover {
        text-decoration: none;
        opacity: .7;
    }
    .btn-tel {
        display: none;
    }


    /*--[フッター]-- */
    footer {
        background: #ffe57b;
        color: #333;
        padding: 28px 0 0;
    }

    footer .inner {
        margin: 0 auto;
        position: relative;
        width: 930px;
        max-width: 100%;
    }

    footer .inner .frame-wrap {
        width: 100%;
        margin: 0 auto;
    }

    .copy {
        background: #fff;
        color: #333;
        font-size: 10px;
        text-align:center;
        padding: 1px 0;
        margin: 0;
        width: 100%;
    }
    .copy a {
        color: inherit;
        display: inline-block;
        text-decoration: none;
    }
    .copy a:hover {
        text-decoration: underline;
    }


    footer .frame-wrap .frame {
        padding: 0;
        width: 100%;
    }

    footer .frame-wrap .frame:nth-child(even) {
        margin: 20px 0;
    }

    footer .frame-head {
        border-bottom: 3px solid #c7b2a0;
        display: block;
        font-weight: bold;
        font-size: 18px;
        margin: 0;
    }
    footer [class^="frame-"] + .frame-head {
        margin-top: 33px;
    }

    footer .frame-head a {
        color: #333;
        display: block;
        text-decoration: none;
        padding-bottom: 7px;
    }

    footer .frame-body {
        display:block;
        line-height: 100%;
    }

    footer .frame-body ul:not(.sub_list) {
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -weblit-justify-content: flex-start;
        justify-content: flex-start;
    }

    footer .frame-body ul li:not(.sub_cat) {
        width: 20%;
    }

    footer .frame-body ul li a {
        color: #333;
        line-height: 135%;
        text-decoration: none;
        display: block;
        padding: 5px 10px 5px 17px;
        width: 100%;
        margin: 10px 5px 3px;
        position: relative;
        align-self: flex-start;
    }
    footer .frame-body ul li .cat::before {
        content: '';
        width: 6px;
        height: 6px;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        left: 2px;
        top: 12px;
    }
    footer .frame-body ul li.sub_cat {
        max-width: 100%;
        box-sizing: border-box;
    }
    footer .frame-body ul li.sub_cat a {
        background: url(img/sp/subcate_r.png) no-repeat left 31px top 6px;
        background-size: 10px auto;
        padding: 5px 10px 5px 50px;
        margin: 0;
    }

    footer .frame-head a:hover {
        opacity: 0.7;

    }
    footer .frame-body ul li a:hover {
        text-decoration: underline;
        opacity: .7;
        text-underline-offset: 4px;
    }

    .notes {
        border-radius: 10px;
        color: #333;
        font-size: 12px;
        width: 100%;
        margin: 27px auto 35px;
        padding: 10px 20px 15px;
        line-height: 1.666666;
        background: #fff;
    }

    .notes span {
        display: block;
        text-align:center;
    }

    .pagetop {
        background: url(img/pagetop_off.png) no-repeat center / contain;
        color: transparent;
        display: block !important;
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 80px;
        height: 80px;
        text-align: center;
    }
    .pagetop:hover {
        opacity: .6;
    }


    /*404*/
    #page .bt-top a { text-decoration: underline;}
    #page .bt-top a:hover { text-decoration: none;}
}




/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {

    body {
        font-size: 16px;
        width: 100%;
        overflow-x: hidden;
    }
    .pc_br {
        display: none;
    }

    .sp {
        display: block;
    }

    .sp_br {
        display: block;
    }

    #bt-menu {
        background: url(img/sp/btn_close_2.png) no-repeat;
        background-size: 45px;
        position: fixed;
        right: 15px;
        top: 15px;
        width: 45px;
        z-index: 10;
    }

    #bt-menu img {
        width: 100%;
    }

    #bt-menu.open img {
        opacity: 0;
    }

    .overflow {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        top: 0;
        z-index: 1001;
        left: 0;
    }

    #index .inner,
    #category .inner,
    #page .inner {
        background: #fff;
        border-radius: 16px;
    }
    #category ul li a,
    #category h2 a {
        text-decoration: underline;
    }
    #category .inner p a {
        text-decoration: underline;
    }

    .FV-index .inner {
        background: #fff;
        padding: 0 15px 20px;
        border-radius: 16px;
    }

    header .inner {
        background: #ffe57b;
        padding: 5px 12px 0;
    }

    /* FV
    ----------------------------- */
    .FV-index {
        position: relative;
        background: #ffe57b;
        padding: 0 12px;
    }

    .FV-index .inner img {
        background-size: contain;
        border-radius: 2px;
        position: relative;
        display: block;
        width: 100%;
    }

    .FV-index .capt {
        color: #333;
        font-size: 22px;
        font-weight: bold;
        line-height: 1.3;
        text-align: left;
        margin: 0 auto 25px;
        position: relative;
    }

    .FV-index .capt::after {
        content: "";
        display: block;
        width: 150px;
        height: 1px;
        background: #333;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -15px;
        margin: 0 auto;
    }

    .FV-index .tx span {
        color: #1fa757;
        font-weight: bold;
    }

    .main-box-inner {
        padding: 10px 10px 10px;
    }

    #index,
    #category,
    #page {
        background: #ffe57b;
        padding: 20px 12px;
    }

    #index .inner,
    #category .inner,
    #page .inner {
        padding: 15px 15px 30px;
    }

    header .inner {
        position: relative;
    }

    a {
        text-decoration: none;
    }

    /*--[common]--*/
    .pc {
        display: none !important;
    }

    #page h2 a {
        display:block;
        color: inherit;
    }

    #page p, #single p {
        margin: 10px 0;
    }

    /*--[パンくず]--*/

    #pankuzu {
        background: #ffe57b;
        font-size: 12px;
        padding: 0 12px;
    }

    #pankuzu .inner {
        background: #fff;
        padding: 0 10px;
    }

    #pankuzu .inner .pankuzu_line {
        border-top: 1px solid #c7b2a0;
        padding: 10px 5px;
    }

    #pankuzu a {
        text-decoration: underline;
    }

    /*--[header]--*/

    header {
        position: relative;
        z-index: 100000;

    }

    header .boxInner {
        background: #fff;
    }

    header h1,
    header .title {
        font-size: 10px;
        padding: 15px 70px 15px 15px;
        width: 100%;
        min-height: 54px;
        display: block;
        line-height: 125%;
		align-content: center;
    }
    header h1::before,
    header .title a::before {
        padding: 0 0.4rem;
    }
    header .title a {
        font-size: 10px;
        text-decoration: none;
        display: inline-block;
        padding: 0;
    }

    .title_box {
        display: flex;
        align-items: flex-start;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .txt {
        width: 100%;
        position: relative;
    }
    .lead {
        color: #fff;
        font-size: 12px;
        padding: 1px 0
    }
    header .description {
        width: 100%;
        background: #ffe57b;
    }

    /*--[ナビゲーション]--*/
nav {
        background: #ffe57b;
        color: #444;
        left: 0;
        position: fixed;
        top: 75px;
        z-index: 1002;
        width: 100%;
        max-height: calc(80vh - 75px);
        padding: 10px 12px 22px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        display: none;
        height: 100%;
    }

    nav .sp {
        height: auto;
        width: 100%;
        min-height: auto;
        max-height: none;
        overflow-y: visible;
        padding: 0;
        position: static;
        z-index: auto;
        display: block;
    }

    nav .ttl a {
        background: url(img/sp/textlink_arrow.png)no-repeat right 10px top 50%;
        background-size: 10px;
        border-bottom: 3px solid #c7b2a0;
        display: block;
        font-size: 17px;
        font-weight: bold;
        padding: 10px 55px 10px 13px;
        width: 100%;
    }
    nav a {
        color: inherit;
    }
    nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    nav ul li {
        list-style-type: none;
    }

    nav ul li a {
        background: url(img/sp/textlink_arrow.png)no-repeat right 10px top 50%;
        background-size: 10px;
        border-bottom: 2px solid #c7b2a0;
        display: block;
        padding: 10px 55px 10px 13px;
        text-decoration: none;
        color: inherit;
        width: 100%;
        text-align: left;
    }
    nav ul li.sub_cat a {
        position: relative;
        padding-left: 36px;
    }
    nav ul li.sub_cat a::before {
        content: '';
        background: url(img/sp/subcate_r.png) no-repeat;
        background-size: 10px auto;
        position: absolute;
        width: 10px;
        height: 10px;
        left: 20px;
        top: 50%;
        margin-top: -8px;
    }


    /*--[見出し]--*/
    #index h2,
    #category h1,
    #page h1{
        font-size: 22px;
        margin: 20px 0 15px;
        padding: 12px 10px;
    }

    #index h3,
    #category h2,
    #page h2 {
        border-bottom-width: 4px;
        font-size: 20px;
        margin: 25px 0 15px;
    }

.btn-internal a,
    #index h3::before,
    #category h2::before,
    #page h2::before {
        font-size: 14px;
        width: 7px;
        height: 4px;
        right: -4px;
        bottom: -4px;
    }

    #index h3::after,
    #category h2::after,
    #page h2::after {
        width: 7px;
        height: 4px;
        left: -4px;
        bottom: -4px;
    }

    #index h4,
    #category h3,
    #page h3 {
        border-left-width: 5px;
        font-size: 18px;
        margin: 25px 0 15px;
        padding: 0 0 0 12px;
    }

    #index h5,
    #category h4,
    #page h4 {
        font-size: 18px;
        margin: 25px 0 15px;
    }

    .recommend,
    .point,
    .check,
    .rank {
        font-size: 20px;
        line-height: 140%;
        margin: 30px 0 20px;
        padding: 12px 0 12px 50px;
    }
    .rank {
        padding: 8px 0 8px 50px;
    }
    .recommend::before,
    .point::before,
    .check::before {
        left: 0;
        width: 42px;
        height: 47px;
        bottom: 0;
    }
    .rank::before {
        width: 40px;
        height: 40px;
        left: 0;
    }

    /*--[ul ol]-- */
    #index ul li a
    #category ul li a,
    #page ul li a {
        text-decoration: underline;
    }

    #index ul, #category ul, #page ul {
        margin: 20px 0;
        list-style:none;
    }
    #index ul li, #category ul li, #page ul li {
        margin: 5px 0;
        padding: 0 0 0 20px;
    }
    #index ul li::before, #category ul li::before, #page ul li::before {
        left: 2px;
        top: 8px;
    }
    #index ol , #category ol, #page ol {
        margin: 15px 0;
    }
    #index ol li, #category ol li, #page ol li {
        margin: 5px 0;
        padding: 0 0 0 22px;
    }
    #index ol li::before,
    #category ol li::before,
    #page ol li::before {
        font-size: 11px;
        line-height: 17px;
        top: 4px;
        left: 0;
        width: 17px;
        height: 17px;
    }


    /* table
    ----------------------------- */
    .table-layout {
        width: 100%;
        margin: 30px 0;
        overflow: auto;
        padding: 0 0 10px 0;
        white-space: nowrap;
    }
    .table-layout::-webkit-scrollbar {
        height: 9px;
    }
    .table-layout::-webkit-scrollbar-track {
        background: #F1F1F1;
    }
    .table-layout::-webkit-scrollbar-thumb {
        background: #fc8e86;
        border-radius: 8px;
        width: 3px;
        height: 7px;
    }
    .table-layout::-webkit-scrollbar-track-piece {
        background: #ccc;
        border-radius: 8px;
    }
	
	
    /*--[カラム設定]-- */
    .box-wrap {
        margin: 30px auto;
    }
    .box {
        padding: 15px 15px 20px;
    }
    .box + .box {
        margin-top: 25px;
    }
    .box-head {
        font-size: 18px;
		padding: 10px;
    }
    .box-head a, h3.box-head a {
        padding: 10px 30px 10px 15px;
    }
    .box-body {
        padding: 10px 0 0;
    }

    #contents .frame-wrap {
        margin: 20px auto 40px;
        padding: 0;
    }
    #contents .frame-wrap .frame {
        padding: 15px;
    }
    #contents .frame-wrap .frame + .frame {
        margin-top: 20px;
    }
    #contents .frame-head {
        font-size: 18px;
    }

    /*　ボタン・リンク
    ----------------------------- */
    .btn-internal,
    .btn-web,
    .btn-link,
    .btn-tel {
        margin: 20px auto;
    }
    .btn-internal a,
    .btn-web a,
    .btn-link a,
    .btn-tel a,
    .in_link_btn {
        display: block;
        width: 100%;
        height: auto;
        font-size: 14px!important;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        padding: 19px 38px;
        position: relative;
        border-radius: 32px;
        max-width: 450px;
        margin: 0 auto;
    }
    .btn-internal a::after,
    .btn-web a::after {
    right: 13px;
    }
    .btn-link {
        text-align: right;
    }
.btn-link a {
    display: inline-block;
    width: auto;
    max-width: 450px;
    background: none;
    border: none;
    padding: 0 0 5px 18px;
    color: #1fa757;
    text-decoration: underline;
    text-underline-offset: 7px;
    position: relative;
}
.btn-link a::before {
    content: '';
    width: 10px;
    height: 10px;
    background: url(img/pc/textlink_arrow.png) no-repeat left center / contain;
    position: absolute;
    left: 0;
    top: 7px;
}
	
	.btn-tel a {
        color: #ffffff;
        background: #1fa757;
        padding: 19px 40px 19px 50px;
    }
    .btn-tel a::after {
        content: '';
        width: 20px;
        height: 35px;
        background: url(img/sp/btn_ico_tel.png) no-repeat center / contain;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 25px;
        margin: auto 0;
    }
    .in_link_btn {
        color: #333;
        background: #ffc600;
        padding: 13px 25px;
        margin: 10px auto 0;
        width: 88%;
    }
    .in_link_btn::after {
        content: '';
        width: 10px;
        height: 10px;
        background: url(img/btn_arrow_black.png) no-repeat center / contain;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 9px;
        margin: auto 0;
    }


    /* 画像回り込み */
    .float-wrap {
        margin: 30px auto;
        width: 92%;
    }
    .float-wrap > p {
        margin: 0 auto 10px !important;
        width: 100%;
    }
    .float-wrap .float-img {
        margin: 0 auto 15px;
        width: auto;
        box-sizing: border-box;
        text-align: center;
    }
    .float-wrap .flame {
        margin: 0 auto;
        width: 100%;
    }
    .caption {
        line-height: 145%;
    }
    .float-wrap .catch {
        margin: 0 0 15px !important;
        font-size: 18px;
        text-align: center;
    }
    /* 左寄せ・右寄せ */
    .float-wrap .fl,
    .float-wrap .fr {
        float: none;
    }


    /*3選（大）-3カラム*/
    #group {
        margin: 0 0 50px;
        padding-bottom: 0;
        background-size: contain;
        background-position: top 110px center;
    }
    #group h2,
    #group h3,
    #group h4,
    #group h5 {
        font-size: inherit;
        line-height: inherit;
        letter-spacing: normal;
        padding: 0;
        background: none;
        border-radius: unset;
        margin: 0;
    }

    #group .mainttl {
        padding: 15px 15px 12px;
        font-size: 22px;
    }
    #group .mainttl span {
        font-size: 14px;
    }

    #group .lead-text {
        margin-top: 20px;
    }

    #group .cmn-column3 {
        margin: 25px 0;
    }

    #group .cmn-column3 .cmn-parts-box {
        width: 100%;
        padding: 3% 3% 20px;
        max-width: 100%;
    }
    #group .cmn-column3 .cmn-parts-box + .cmn-parts-box {
        margin-top: 25px;
    }

    #group .cmn01-catch-copy,
    #group .cmn-parts-box > p:first-child,
    #group .cmn01-catch-copy span {
        font-size: 20px;
    }

    #group .cmn-parts-box .subttl {
        font-size: 18px;
    }

    #group .cmn-parts-box .btn-internal a,
    #group .cmn-parts-box .btn-web a,
    #group .cmn-parts-box .btn-tel a {
        width: 92%;
        font-size: 14px;
        padding: 16px 26px;
    }
    #group .cmn-parts-box .btn-tel a {
        padding: 16px 32px 16px 42px;
    }
    #group .cmn-parts-box .btn-tel a::after {
        left: 16px;
    }

    #group .cmn-column3 + .btn-internal {
        margin-top: 30px;
    }

    #group .annot_area {
        margin-top: 25px;
    }


    /*テキストバナー*/
    #text-banner-area {
        display: block;
        margin: 30px auto;
        background: none;
    }
    #text-banner-area .text-banner-area__text {
        padding: 20px 15px 25px;
        width: 100%;
    }
    #text-banner-area .cmn02-text-banner-area__image img {
        width: 100%;
    }
    #text-banner-area .btn-internal {
        margin-top: 20px;
    }
    #text-banner-area .btn-internal a {
        width: 92%;
        font-size: 15px;
        padding: 16px 30px;
    }

    .clinic {
    padding: 0 16px 20px 16px;
    }

    /*--[フッター]-- */
    .side-capt {
        background: #ffc600;
        color: #333;
        font-size: 16px;
        font-weight: bold;
        padding: 12px 30px;
        text-align: center;
    }

    footer {
        background: #ffe57b;
        color: #333;
        padding: 15px 13px 80px 13px;
    }

    footer .footer_sitename {
        padding: 0 40px;
        font-weight: bold;
        font-size: 16px;
        line-height: 1.4;
    }

    footer .footer_sitename a {
        color: inherit;
    }

    footer .inner {
        position: relative;
    }

    footer .inner .frame-wrap {
        width: 100%;
        margin: 10px 0 15px;
    }

    .copy{
        background: #fff;
        color: #333;
        font-size: 12px;
        text-align: center;
        padding: 9px 0;
        line-height: 1.5;
        margin: 0 -13px;
    }

    .copy a {
        color: inherit;
        display: inline-block;
        text-decoration: underline;
    }

    .copy a:hover {
        text-decoration: underline;
    }
    #group .cmn01-image {
        margin: 20px 0;
    }

    footer .site-title{
        margin-bottom: 50px;
    }

    footer .site-title a {
        font-size: 24px;
        color: #ffffff;
        font-weight: bold;
    }


    footer .frame-wrap .frame {
        padding: 0;
        width: 100%;
    }

    footer .frame-wrap .frame:nth-child(even) {
        margin: 20px 0;
    }
    .footer_sitemap a {
        color: #fff;
        display: block;
        font-size: 17px;
        font-weight: bold;
        text-decoration: none;
        padding: 10px 55px 10px 13px;
    }
    footer .frame-head {
        border-bottom: 3px solid #c7b2a0;
        display: block;
        font-weight: bold;
        font-size: 20px;
        margin: 0 0;
    }

    footer .frame-head a {
        background: url(img/sp/textlink_arrow.png)no-repeat right 10px top 50%;
        background-size: 10px;
        color: inherit;
        display: block;
        font-size: 17px;
        text-decoration: none;
        padding: 10px 55px 10px 13px;
    }

    footer .frame-body {
        display:block;
        line-height: 100%;
    }
    footer .frame-body ul li a {
        background: url(img/sp/textlink_arrow.png)no-repeat right 10px top 50%;
        background-size: 10px;
        color: inherit;
        display: block;
        text-decoration: none;
        padding: 10px 55px 10px 13px;
        width: 100%;
        line-height: 135%;
        position: relative;
    }
    footer .frame-body ul li.sub_cat a {
        border-bottom: 2px solid #c7b2a0;
        padding: 10px 55px 10px 35px;
        margin: 0 0 3px;
    }
    footer .frame-body ul li.sub_cat a::before {
        content: '';
        background: url(img/sp/subcate_r.png) no-repeat;
        background-size: 10px auto;
        position: absolute;
        width: 10px;
        height: 10px;
        left: 20px;
        top: 50%;
        margin-top: -8px;
    }
    footer .frame-body ul li .cat {
        border-bottom: 2px solid #c7b2a0;
    }
    footer .frame-head a:hover {
        opacity: 0.7;

    }
    footer .frame-body ul li a:hover {
        text-decoration: underline;
    }

    .notes {
        margin: 15px auto 20px;
        padding: 0 5px;
    }
    .notes p {
        border-radius: 10px;
        color: #333;
        font-size: 12px;
        padding: 15px;
        line-height: 170%;
        background: #fff;
    }
    .notes span {
        display: block;
        text-align:center;
    }

    .pagetop {
        background: url(img/pagetop_off.png) no-repeat center / contain;
        color: transparent;
        display: block !important;
        position: fixed;
        bottom: 88px;
        right: 10px;
        width: 60px;
        height: 60px;
        text-align: center;
        z-index: 1000;
    }


    /*404*/
    #page .bt-top a { text-decoration: underline;}
    #page .bt-top a:hover { text-decoration: none;}
}

/* ビフォアフ */
.clm2Wrap {
    display: flex;
    padding: 0;
    margin: 40px 0;
    flex-wrap: wrap;
    justify-content: center;
}

.clm2Wrap .clm2 {
    width: calc((75% - 8rem) / 2);
    padding: 0 3rem;
    box-sizing: content-box;
    position: relative;
    text-align: center;
}

.clm2Wrap .clm2 .ct {
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0.3em;
    background: #c7b2a0;
    width: 100%;
    margin: 0 auto;
    padding: 6px;
}

.clm2Wrap .clm2:nth-child(2) .ct {
    background: #fc8e86;
}
.clm2Wrap .pic img {
    height: auto;
    max-width: 100%;
    width: 100%;
}

@media screen and (max-width: 599px) {
    .clm2Wrap {
        display: flex;
        padding: 1rem 0;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }
    .clm2Wrap .clm2 {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .clm2Wrap .clm2 .pic {
        width: 100%;
        margin: 0 auto;
    }
    .clm2Wrap .clm2 .pic {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .clm2Wrap .clm2 + .clm2 {
        margin-top: 2rem;
    }

}

/* 目次 */
.onb-index01-frame {
    width: 60%;
    border: 1px solid #c7b2a0;
    border-radius: 20px;
    background: #fff;
    margin: 30px auto 0;
}
.onb-index01-wrap {
    margin: 0 auto;
    padding: 0 0 0 1rem;
    background-color: transparent;
    position: relative;
}
.onb-index01-title {
    padding: 1rem 0 1rem 2rem;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    cursor: pointer;
}
.onb-index01-title::before {
	content: "";
	position: absolute;
	display: block;
	background: #ffc600;
	border-radius: 15px;
	width: 7px;
	height: 28px;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.onb-index01-title::after {
	content: "";
	width: 25px;
	height: 25px;
	background: url('/wp/wp-content/uploads/accordion-plus.png') no-repeat 0 0 /25px auto;
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translate(0, -50%);
}
.onb-index01-title.is-open::after {
	background-image: url('/wp/wp-content/uploads/accordion-minus.png');
}
.onb-index01-chapter {
    padding: 10px 10px 10px 20px;
    font-weight: 700;
    border-top: 2px dotted #707070;
}
.onb-index01-chapter-h {
    margin: 0 0 0 20px;
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}
.onb-index01-chapter-h a {
    display: block;
    text-decoration: none;
}
.onb-index01-chapter-h a:hover {
    opacity: .6;
}
.onb-index01-chapter-h-two {
    margin-left: 10px;
    padding-left: 0;
    position: relative;
}
.onb-index01-chapter-h-three {
    margin-left: 0!important;
    padding-left: 20px!important;
    position: relative;
}
.onb-index01-chapter-h-two::before,
.onb-index01-chapter-h-three::before {
    position: absolute;
    top: 0;
    left: -1.5em;
}
.onb-index01-chapter-h-two::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 2rem;
    background-color: #ffc600;
    transform: translateY(-50%);
    top: .8em;
}
.onb-index01-chapter-h-three::before {
    content: "└" !important;
    display: block;
    background: none !important;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
    font-size: 16px;
}
.more-content {
    display: none;
}
.onb-index01-content {
    background-color: #fff;
    margin-top: 1rem;
}

@media screen and (max-width: 599px) {
    .onb-index01-frame {
        margin: 0 auto;
        width: 90%;
    }
}

/* 関連記事 */
.related-article02-frame {
width: 100%;
margin: 48px auto;
padding: 16px;
border: 1px solid #c7b2a0;
border-radius: 15px;
background: #fff;
position: relative;
}
.related-article02-title {
padding: 16px 16px 16px 0;
color: #333;
font-size: 18px;
font-weight: bold;
line-height: 1;
position: relative;
border-bottom: 2px dotted #707070;
}
.related-article02-list {
padding: 16px 0 16px 16px;
font-weight: 700;
}
.related-article02-list li {
margin: 0;
padding-left: 3rem;
font-size: 100%;
line-height: 1.7;
position: relative;
}
.related-article02-list li + li {
margin-top: 10px;
}
.related-article02-list li::before {
content: "";
width: 1.6rem;
height: 1.6rem;
border-radius: 50%;
background-color: var(--site-color01);
position: absolute;
top: .6rem;
left: 0;
}
.related-article02-list p {
margin: 0 !important;
}
.related-article02-list a {
display: block;
text-decoration: none;
}
.related-article02-list a:hover {
opacity: 0.6;
}
/*----------------------------------------------
more content settings
*/
.more-content-gradation {
position: relative;
height: auto;
max-height: 12rem;
overflow: hidden;
transition: max-height 1s;
}
.more-content-gradation::after {
content: "";
position: absolute;
top: auto;
bottom: 0;
left: 0;
z-index: 1;
display: block;
width: 100%;
height: 60%;
transition: 0.3s;
background: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}
.more-content-gradation.is-open::after {
display: none;
}
.onb-related02-btn {
max-width: 32rem;
margin: 20px auto;
position: relative;
transform: translate3d(0, 0, 0);
}
.onb-related02-btn span {
width: 50%;
margin: 0 auto;
padding: 10px 30px 10px 30px;
border:  1px solid #c7b2a0;
border-radius: 4rem;
background: #fff url('/wp/wp-content/uploads/accordion-plus.png') no-repeat 95% center;
display: block;
text-align: center;
font-weight: bold;
font-size: 14px;
transform: translate(0, 0);
transition: transform 0.3s;
cursor: pointer;
z-index: 1;
}

.onb-related02-btn:hover span{
opacity: 0.7;
}
.onb-related02-btn.is-open span {
background: url('/wp/wp-content/uploads/accordion-minus.png') no-repeat 95% center;
}
.relations-box.relations-box--column {
display: flex;
gap: 10px;
}
.relations-box__pic {
flex: 0 0 150px;
}
/*------------------------------------------------------------
SP settings
*/
@media screen and (max-width: 599px) {

.related-article02-frame {
padding: 16px;
}
.related-article02-title {
padding: 0 0 16px;
margin-bottom: 24px;
}
.related-article02-list {
padding: 0;
}
.related-article02-list li {
margin-left: 0;
}
.onb-related02-btn:hover {
opacity: initial;
}
.relations-box__pic {
flex: 0 0 100px;
}
}


.pc-fix-banner01 {
    width: 180px;
    background-color: #ef5757;
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 50;
}
.pc-fix-banner01 a {
    color: #fff;
    text-decoration: none;
    display: block;
}
.pc-fix-banner01 a:hover {
    opacity: .7;
}
.pc-fix-banner01-img {
    position: relative;
}

.pc-fix-banner01-text {
    padding: 15px;
    color: #fff;
    position: relative;
}
.pc-fix-banner01-text::after {
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    border-top: .5rem solid transparent;
    border-left: .5rem solid transparent;
    border-right: .5rem solid #fff;
    border-bottom: .5rem solid #fff;
    position: absolute;
    right: .5rem;
    bottom: .5rem;
}
.pc-fix-banner01-text p {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.pc-fix-banner01-text p.text-small {
    font-size: 14px;
    line-height: 1.5;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 599px) {
    .pc-fix-banner01 {
        display: none;
    }
}


.sp-fix-banner01 {
    display: none;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 599px) {
    .sp-fix-banner01 {
        display: block;
        width: 100%;
        background-color: #ef5757;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 50;
    }
    .sp-fix-banner01-text {
        padding: 15px;
        color: #fff;
        position: relative;
    }

    .sp-fix-banner01-text p {
        margin: 0;
        font-size: 16px;
        font-weight: bold;
    }
    .sp-fix-banner01-text p.text-small {
        font-size: 14px;
        line-height: 1.5;
}
    .sp-fix-banner01-text a {
        padding-right: 15px;
        color: #fff;
        text-decoration: none;
        background: url("img/pc/btn_arrow.png") no-repeat right center / 10px auto;
        display: block;
    }
    .sp-fix-banner01-text a:hover {
        opacity: .7;
    }
}
