@charset "UTF-8";
/* 似顔絵きらそら CSS Document */
/* 共通部分 */
body {
    background: #faf5f0;
    color: #595757;
    overflow: hidden;
    font-size: 16px;
    font-size: clamp(17px, 0.8vw, 20px);
    letter-spacing: .03em;
    counter-reset: number 0 counter-reset1 counter-reset2;
    position: relative;
    z-index: 0;
}
a, .post-content a {
    color: #595757;
}
.font-type1, .headline-font-type {
    font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
p, .post-content p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
}
.post-content ul {
    font-size: 1rem;
    font-weight: 500;
    list-style: disc;
}
.breadcrumb-wrapper {
    height: 40px;
    background: none;
}
.breadcrumb.inner {
    width: fit-content !important;
    max-width: 1150px;
    font-size: 0.85rem;
    font-weight: 500;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px !important;
}
.signage {
    height: 250px;
    background: none !important;
}
.signage-title.headline-font-type, .signage-title-sub {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
    text-align: center;
    text-shadow: none;
}
.signage-title.headline-font-type {
    font-size: 2.5rem !important;
    font-weight: 700;
    letter-spacing: .1rem;
    margin-bottom: 20px;
    color: #595757 !important;
}
.signage-title-sub {
    font-size: 1.2rem !important;
    font-weight: 500;
    font-family: "Jua", serif;
    letter-spacing: .15em;
    line-height: 1;
    color: #f6ba88 !important;
}
@media only screen and (max-width: 768px) {
    .signage {
        height: 170px;
    }
    .signage::before, .signage::after {
        width: 98%;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
    }
    .signage-title.headline-font-type {
        font-size: 1.8rem !important;
        margin-bottom: 15px;
    }
    .signage-title-sub {
        font-size: 0.85rem !important;
    }
}
/* 共通部分 END */
/* ナビ */
.header-bar-fixed ~ .top-slider-wrapper {
    margin-top: 0;
}
.header-bar {
    z-index: 50;
    box-shadow: none;
    background: none !important;
}
.logo-image {
    top: calc(50% + 15px);
    transform: translateY(-50%);
    left: 12px;
    width: 170px;
    height: auto;
    position: absolute;
}
.header-bar-inner {
    width: 100%;
    max-width: unset;
    z-index: 100;
}
.global-nav {
    border-radius: 50px 0 0 50px;
    padding-left: 15px;
    padding-right: 10px;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    top: 15px;
    height: 95px;
}
.global-nav > ul > li > a {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 100px;
    padding: 0 22px;
    position: relative;
    text-align: center;
    transition: all 0.8s;
    color: #595757;
}
.global-nav > ul > li > a::before, .global-nav .current-menu-item > a::before {
    content: "";
    position: absolute;
    background: #ffd95f;
    border-radius: 100px;
    width: 8px;
    height: 8px;
    top: 19px;
    left: 46%;
    transition: all 0.5s;
    z-index: 0;
}
.global-nav > ul > li > a:hover::before, .global-nav .current-menu-item > a::before {
    top: 25px;
}
.global-nav .sub-menu {
    top: 110%;
}
.global-nav .sub-menu li:first-child a {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.global-nav .sub-menu li:last-child a {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.global-nav .sub-menu a {
    font-size: 15px;
    font-weight: 700;
    color: #595757;
    background: #fff !important;
}
.global-nav .sub-menu a:hover {
    color: #ffd95f !important;
    background: #fff !important;
}
.global-nav .sub-menu a::before {
    content: none;
}
@media only screen and (max-width: 1200px) {
    .header-bar-fixed ~ .top-slider-wrapper {
        margin-top: 55px;
    }
    .logo-image {
        top: calc(50% + 30px);
        left: -10px;
        width: 110px;
    }
    .header-bar {
        border-bottom: none;
    }
    .global-nav {
        padding-left: 0;
        padding-right: 0;
        border-radius: 0;
        height: auto;
    }
    .global-nav-button {
        border-left: 0;
        background: none;
    }
    .global-nav-button:before {
        color: #595757;
    }
    .global-nav-button:hover:before {
        color: #ffd95f;
    }
    .global-nav > ul > li > a {
        font-size: 17px;
        text-align: left;
        padding: 0 25px;
        line-height: 50px;
    }
    .global-nav a {
        background: #fff;
        color: #595757 !important;
    }
    .global-nav .sub-menu li:first-child a {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .global-nav .sub-menu li:last-child a {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .global-nav .sub-menu a {
        font-size: 13px;
        background: #fff !important;
        color: #595757 !important;
    }
    .global-nav a:hover, .global-nav .sub-menu a:hover {
        background: #fff !important;
        color: #ffd95f !important;
    }
    .global-nav > ul > li > a::before, .global-nav .current-menu-item > a::before {
        content: none !important;
    }
    .global-nav .menu-item-has-children > a span::before {
        color: #595757;
    }
}
@media only screen and (max-width: 820px) {
    img.s_logo {
        width: 100%;
    }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
    display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.top-slider-content {
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    width: 100% !important;
    height: 100% !important;
}
.top-slider-content-inner, .top-slider-content-inner:hover {
    background: none;
}
.top-slider-content-inner {
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.top-slider-content-inner p {
    /*display: none;*/
}
.top-slider-content-inner:after {
    content: none;
}
.front-slider-box {
    width: 86%;
    margin: 0 auto;
}
.front-copy-img {
    width: 80%;
    max-width: 600px;
}
.top-slider-wrapper::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 153px;
    background: url(img/header-wave.svg) no-repeat -30px center;
    background-size: cover;
    bottom: -2px;
    left: 0;
    z-index: 1;
}
/*.top-slider-item:only-child span {
        animation: flashing 4s infinite;
}
@keyframes flashing {
        0% {
                opacity: 1;
        }
        90% {
                opacity: 0.2;
        }
        100% {
                opacity: 1;
        }
}*/
.front_original01 {
    padding: 6em 0 5em;
    position: relative;
}
.front-original01-inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
    align-items: center;
}
.front-original01__text {
    width: 55%;
    padding-right: 4vw;
    box-sizing: border-box;
}
.front-original01__img {
    width: 45%;
    box-sizing: border-box;
}
.front-original01__text h2 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1em;
    color: #294476;
    width: 100%;
}
.front-original01__text p {
    margin-bottom: 1em;
    width: 100%;
}
.front-original01__text p:last-child {
    margin-bottom: 0;
}
.front_original02 {
    padding: 6em 0 4em;
    position: relative;
    background: #fff;
    z-index: 0;
}
.front_original02::after {
    content: '';
    position: absolute;
    display: block;
    /*   background: url("/wp-content/themes/story_tcd041/img/front_original02_img.jpg?20250303"); */
    background: url("/wp-content/uploads/2025/03/214357.jpg");
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0.2;
}
.front-original02-inner {
    width: 86%;
    max-width: 1000px;
    margin: 0 auto;
}
.front-original02__title {
    width: 22%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.front-original02__text {
    width: 78%;
    padding-left: 7vw;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.front-original02__title h2 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 2.2;
    writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-rl;
    width: auto;
}
.front-original02__text p {
    font-size: 1.1rem;
    margin-bottom: 1.5em;
    width: 100%;
}
.front-original02__text p:last-child {
    margin-bottom: 0;
}
.content02 {
    padding: 5em 0;
    background: none;
    position: relative;
}
.front_original03 {
    padding: 5em 0;
    position: relative;
}
.front_original03::after {
    content: '';
    position: absolute;
    display: block;
    background: #ffd700;
    width: 80%;
    max-width: 820px;
    height: 1px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.front_original03::after {
    bottom: 0;
}
.content02-inner {
    width: 86%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
a.content02-content {
    width: calc(33.3333% - 15px);
    height: 100%;
    margin-right: 30px;
    display: flex;
    box-sizing: border-box;
    position: relative;
    transition: all 0.5s ease 0s;
}
a.content02-content:nth-of-type(3) {
    margin-right: 0;
    margin-bottom: 0;
}
.content02-item {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    position: relative;
    z-index: 0;
}
.content02-img {
    margin-bottom: 25px;
    transition: all 0.5s ease 0s;
}
.content02-img:hover {
    opacity: 0.75;
}
.content02-img img {
    display: block;
    margin: auto;
}
.content02-title, .content02-text {
    color: #595757;
    transition: all 0.5s ease 0s;
}
a:hover.content02-content .content02-title, a:hover.content02-content .content02-text {
    color: #294476;
    background: none;
}
.content02-title {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: left;
}
.content02-text {
    font-size: 0.95rem;
    line-height: 2;
}
.content02-button {
    font-size: 1rem;
    font-weight: 700;
    text-align: left;
    width: 100%;
    max-width: 300px;
    height: 58px;
    line-height: 58px;
    position: relative;
    margin: 20px auto 0;
    color: #595757;
    background: #ffeba3;
    padding: 0 20px;
    border-radius: 100px;
    box-sizing: border-box;
    overflow: hidden;
    transition: 0.5s;
    z-index: 1;
}
.content02-button::before {
    width: 100%;
    height: 0;
    position: absolute;
    content: '';
    background: #294476;
    left: 0;
    top: 0;
    z-index: -2;
    transition: 0.5s;
}
.content02-button::after {
    content: 'MORE';
    position: absolute;
    right: 20px;
    font-size: 0.8rem;
    font-weight: 400;
    font-family: "Jua", serif;
}
a:hover.content02-content .content02-button {
    color: #fff;
    background: #ffd95f;
}
a:hover.content02-content .content02-button::before {
    height: 100%;
}
.front-original03-inner {
    width: 86%;
    max-width: 820px;
    margin: 0 auto;
}
@media only screen and (min-width: 1366px){
    .front-original03-inner {
        max-width: 1150px;
    }
}
.third-box {
    margin-bottom: 60px;
}
.third-box:last-of-type {
    margin-bottom: 0;
}
.third-inner {
    align-items: center;
}
.front-third-text {
    width: 45%;
    box-sizing: border-box;
}
.front-third-text::before {
    counter-increment: counter-reset1;
    content: "POINT";
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .05em;
    margin-bottom: 0.4em;
    font-family: "Jua", serif;
}
.third-box .front-third-text {
    padding-right: 4vw;
}
.front-third-img {
    width: 55%;
    box-sizing: border-box;
}
.front-third-text p {
    width: 100%;
}
h3.third_title {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
    width: 100%;
    display: flex;
    color: #294476;
}
h3.third_title img {
    margin-right: 15px;
    width: 70px;
}
.front_topics {
    padding: 5em 0;
}
.front-topics-inner {
    width: 86%;
    max-width: 1000px;
    margin: 0 auto;
}
h2.front_topics_title {
    font-size: 2.3rem;
    font-weight: 700;
    font-family: "Jua", "Zen Maru Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: .08em;
    margin-bottom: 1em;
    text-align: center;
}
h2.front_topics_title span {
    display: block;
    margin-top: 15px;
    font-size: 1.3rem;
    font-weight: 400;
    color: #ffca9f;
}
h2.headline-primary {
    display: none;
}
.footer-gallery-title, .align1 {
    display: none;
}
.footer {
    background: #fff;
    margin: 0;
}
.footer_contact_sec {
    padding: 5em 0;
}
.footer_contact_inner {
    width: 86%;
    max-width: 1110px;
    margin: 0 auto;
    display: block;
}
.footer_contact_bg {
    width: 60%;
    padding-right: 4vw;
    border-right: 1px solid #ffd95f;
    box-sizing: border-box;
}
.footer_menu_bg {
    width: 40%;
    padding-left: 7vw;
    box-sizing: border-box;
}
h2.footer-logo-name {
    font-size: 1.45rem;
    font-weight: 700;
    margin-bottom: 20px;
}
dl.address_body {
    width: 100%;
    max-width: 550px;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
    margin-bottom: 10px;
}
dl.address_body:last-of-type {
    margin-bottom: 20px;
}
dt.address_title {
    width: 15%;
}
dd.address_text {
    width: 85%;
    padding-left: 1vw;
    box-sizing: border-box;
}
address.footer_tel {
    font-size: 2rem;
    font-weight: 400;
    font-style: normal;
    font-family: "Jua", serif;
    margin-bottom: 10px;
}
span.footer_tel_sub {
    font-size: 1.1rem;
    margin-right: 5px;
}
p.footer-con-caution {
    font-size: 0.85rem;
    position: relative;
    line-height: 1.5;
    padding-left: 18px;
    margin-bottom: 3px;
    box-sizing: border-box;
}
p.footer-con-caution:last-of-type {
    margin-bottom: 0;
}
p.footer-con-caution::before {
    content: '※';
    position: absolute;
    left: 0;
    color: #ff5353;
}
ul.sns__links {
    width: 100%;
    max-width: 270px;
    margin-top: 30px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
li.sns__links-item {
    width: calc(33.3333% - 7px);
    margin-right: 10px;
}
li.sns__links-item:last-child {
    margin-right: 0;
}
a.footer_sns {
    display: block;
    text-align: center;
}
a.footer_sns::before {
    content: "";
    font-family: design_plus;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    color: #fff;
    font-size: 16px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    transition: all 0.5s;
    z-index: 1;
}
a.footer_mail_but::before {
    content: '\f0e0';
    background: #ffca9f;
}
a.footer_insta_but::before {
    content: "\ea92";
    background-image: linear-gradient(45deg, #ffd75f, #ff0357);
}
a.footer_blog_but::before {
    content: '\e953';
    background: #298737;
}
a.footer_sns:hover {
    background: none;
}
a.footer_mail_but:hover {
    color: #f0b17d;
}
a.footer_insta_but:hover {
    color: #ff0357;
}
a.footer_blog_but:hover {
    color: #298737;
}
a.footer_sns:hover::before {
    opacity: 0.8;
}
a.footer_sns span {
    margin-top: 8px;
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: 400;
    font-family: "Jua", serif;
}
ul.footer-content-list-outer {
    width: 50%;
    box-sizing: border-box;
}
ul.footer-content-list-outer:last-of-type {
    padding-left: 2vw;
}
ul.footer-content-list-outer li {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.5;
    padding-left: 15px;
    margin-bottom: 12px;
    position: relative;
}
ul.footer-content-list-outer li:last-of-type {
    padding-right: 0;
    margin-bottom: 0;
}
ul.footer-content-list-outer li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 1px;
    background: #595757;
    top: 12px;
    left: 0;
    transition: all 0.5s;
}
ul.footer-content-list-outer li:hover::before {
    padding-left: 5px;
}
ul.footer-content-list-outer li a:hover {
    color: #ffca9f;
}
.footer-content {
    display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
    background: none;
}
.footer-bar01-inner {
    width: 86%;
    max-width: 1100px;
    margin: 0 auto;
}
.copyright {
    font-size: 11px;
    color: #595757;
    text-align: left;
}
.pagetop {
    right: 15px;
    bottom: 20px;
}
.pagetop a {
    background: none;
    color: #595757;
    position: relative;
    width: auto;
    height: auto;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1;
}
.pagetop a::before {
    content: '\ea3a';
    position: absolute;
    display: block;
    color: #595757;
    background: #ffeba3;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    border-radius: 100px;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: -1;
    transition: all 0.5s ease 0s;
}
.pagetop a:hover {
    color: #595757;
    background: none;
}
.pagetop a:hover::before {
    bottom: 25px;
    background: #ffca9f;
}
@media only screen and (max-width: 1200px) {
    .header-youtube, .header-video, .top-slider {
        height: calc(80vh - 80px);
    }
    dl.address_body {
        display: block;
    }
    dt.address_title, dd.address_text {
        width: 100%;
    }
}
@media only screen and (max-width: 970px) {
    .header-youtube, .header-video, .top-slider {
        height: calc(60vh - 55px);
    }
    .front-original01__title {
        width: 100%;
        margin-bottom: 2em;
    }
    .front-original01__text {
        width: 100%;
        padding-right: 0;
        margin-bottom: 1em;
    }
    .front-original01__img {
        width: 100%;
    }
    .content02-inner {
        display: block;
    }
    a.content02-content {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .front-original02__title, .front-original02__text {
        width: 100%;
    }
    .front-original02__text {
        margin-top: 1.5em;
        padding-left: 0;
    }
    .front-original02__text p {
        margin-bottom: 0.8em;
    }
    .third-box {
        margin-bottom: 30px;
    }
    .front-third-text {
        width: 100%;
        padding-bottom: 1em;
    }
    .third-box .front-third-text {
        padding-right: 0;
    }
    .front-third-img {
        width: 100%;
    }
    .footer_menu_bg {
        padding-left: 3vw;
    }
    .dp-footer-bar {
        background: #ffeba3 !important;
        border-top: 1px solid #ffd95f !important;
    }
    .dp-footer-bar-item + .dp-footer-bar-item {
        border-left: 1px solid #ffd95f !important;
    }
    .dp-footer-bar a {
        color: #595757;
    }
    .dp-footer-bar-icon:before {
        font-weight: 400;
    }
}
@media only screen and (max-width: 768px) {
    .header-youtube, .header-video, .top-slider {
        height: calc(100vh - 55px);
    }
    .front_original01, .front_original02, .front_original03, .front_topics {
        padding: 3em 0;
    }
    .front-original01__text h2 {
        font-size: 1.5rem;
    }
    .content02 {
        padding: 2em 0 3em;
    }
    .front-original02__title, .front-original02__text {
        width: 100%;
    }
    .front-original02__text {
        margin-top: 1.5em;
        padding-left: 0;
    }
    .front-original02__title h2 {
        font-size: 1.7rem;
    }
    .front-original02__text p {
        margin-bottom: 0.8em;
    }
    h2.front_topics_title {
        font-size: 1.8rem;
    }
    .footer_contact_sec {
        padding: 3em 0 1.5em;
    }
    .footer_contact_bg {
        width: 100%;
        padding-right: 0;
        border-right: 0;
    }
    .footer_menu_bg {
        width: 100%;
        margin-top: 2em;
        padding-left: 0;
    }
    ul.footer-content-list-outer {
        width: 30%;
    }
    .social-nav {
        display: none;
    }
    .pagetop {
        bottom: 80px !important;
        right: 10px;
    }
}
@media only screen and (max-width: 500px) {
    .header-youtube, .header-video, .top-slider {
        height: calc(60vh - 60px);
    }
    li.sns__links-item {
        width: calc(33.3333% - 10px);
        margin-bottom: 15px;
    }
    li.sns__links-item:nth-of-type(3) {
        margin-right: 0;
    }
    ul.footer-content-list-outer {
        width: 50%;
    }
}
@media only screen and (max-height: 400px) {
    .top-slider {
        height: 100vh;
    }
}
/* トップ・フッター END */
/* 固定ページ */
.page .post-header {
    margin: 0px;
}
.content_inner {
    width: 86%;
    max-width: 1150px;
    margin: 0px auto;
    padding: 100px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
}
.post-content h2 {
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 25px;
    padding-top: 0;
    text-align: center;
}
.post-content h2::after {
    content: "";
    display: block;
    border-bottom: 8px dotted #ffd95f;
    width: 40px;
    margin: 15px auto 0;
}
.post-content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    padding: 0 0 0 30px;
    margin-bottom: 15px;
    line-height: 1.5;
    box-sizing: border-box;
    position: relative;
}
.post-content h3::before {
    content: '';
    position: absolute;
    background: #ffca9f;
    width: 20px;
    height: 3px;
    top: 52%;
    left: 0;
}
.post-content h4 {
    font-size: 1.15rem;
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: 700;
    padding: 0;
    color: #faa762;
}
.post-content .s_table {
    width: 100%;
}
.post-content table {
    margin: 0;
}
.post-content th, .post-content td {
    font-size: 0.95rem;
    font-weight: 500;
    vertical-align: middle;
    line-height: 1.8;
    padding: 24px 2px 21px;
    background: none;
    border: 0;
    border-bottom: 1px solid #ffd95f;
}
.post-content th {
    width: 20%;
    text-align: left;
    border-right: none;
}
.post-content td {
    border-left: none;
}
@media only screen and (max-width: 1200px) {
    .content_inner {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 970px) {
    .post-content th, .post-content td {
        padding: 14px 2px 10px;
        line-height: 1.5;
        display: block;
        box-sizing: border-box;
        margin-top: -1px;
        width: 100% !important;
    }
    .post-content th {
        border-bottom: none;
        padding-bottom: 0;
    }
    .post-content td {
        border-top: none;
    }
}
@media only screen and (max-width: 768px) {
    .content_inner {
        padding: 50px 0;
    }
    .post-content h2 {
        font-size: 1.3rem;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .post-content h2::after {
        margin-top: 15px;
    }
    .post-content h3 {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
}
/* 固定ページ END */
/* 表 スマホ時スクロール */
.table_scroll {
    overflow: auto;
    white-space: nowrap;
}
p.scroll_text {
    display: none;
}
/* 表 スマホ時スクロール END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
    padding-bottom: 100px;
}
h2.archive-title {
    font-weight: 700;
    color: #595757;
}
.archive-header {
    margin: 90px 0px 40px;
}
.article03 {
    border: 1px solid #f1c846;
    border-radius: 5px;
    background: #fff;
    box-sizing: border-box;
}
.article03-thumbnail {
    border-radius: 4px 4px 0 0;
}
.article03, .article03-thumbnail {
    transition: all 0.5s ease 0s;
}
.article03:hover {
    border-radius: 30px;
}
.article03 a:hover .article03-thumbnail {
    border-radius: 29px 29px 0 0;
}
.article03-content {
    padding: 16px 20px;
}
.article03-title {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.5;
    color: #595757;
}
.article03-category-item:hover, .article03 a:hover .article03-title {
    text-decoration: none;
}
.post-title {
    color: #595757;
    font-weight: 700;
}
.nav-links01 {
    border-top: 1px solid #faa762;
    border-bottom: 1px solid #faa762;
}
.nav-links01-previous + .nav-links01-next {
    border-left: 1px solid #faa762;
}
.nav-links01-previous a, .nav-links01-next a {
    font-weight: 500;
}
.article01-title a {
    font-size: 0.9em;
    font-weight: 500;
    color: #595757;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
    font-size: 15px;
    font-weight: 500;
}
.post-meta-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 20px #fff2c4;
}
.post-meta-box-item::before {
    color: #ffca9f;
}
.post-meta-box-item a {
    font-weight: 700;
}
.primary {
    width: 100%;
}
.headline-bar {
    color: #595757;
    font-weight: 500;
    background: #fff;
}
@media only screen and (max-width: 1200px) {
    .archive.category .main, .post-template-default .main {
        padding-bottom: 80px;
    }
    .article03-title {
        font-size: 0.85rem;
        margin: 0;
    }
}
@media only screen and (max-width: 970px) {
    .post-meta-box-item {
        padding: 8px 0px 8px 20px;
        margin-left: 15px;
    }
}
@media only screen and (max-width: 768px) {
    .archive.category .main, .post-template-default .main {
        padding-bottom: 30px;
    }
    .archive-header {
        margin: 50px 0px 30px;
    }
    h2.archive-title {
        font-size: 25px !important;
    }
    h1.post-title {
        font-size: 1.2rem !important;
    }
    .nav-links01-previous a::before, .nav-links01-next a::after {
        color: #595757;
    }
    .article04-title {
        font-size: 15px;
    }
    .nav-links01 {
        border: 1px solid #faa762;
    }
}
@media only screen and (max-width: 500px) {
    .post-title, .post-meta {
        text-align: left;
    }
    .article03-title {
        font-size: 10px;
        margin-top: 0;
    }
}
/* お知らせ END */
/* コンテンツ 共通 */
.flex-inner {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
p.caution {
    line-height: 1.5;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
    box-sizing: border-box;
}
p.caution:last-of-type {
    margin-bottom: 0;
}
p.caution::before {
    content: '※';
    position: absolute;
    left: 0;
    color: #f35d63;
}
span.caution {
    position: relative;
    padding-left: 17px;
    line-height: 1.8;
    box-sizing: border-box;
    display: inline-block;
}
span.caution::before {
    content: '※';
    position: absolute;
    left: 0;
    top: 0;
    color: #ff5353;
}
ul.list {
    margin: 0;
    list-style: none;
}
ul.list li {
    padding-left: 18px;
    line-height: 1.5;
    margin-bottom: 12px;
    box-sizing: border-box;
    position: relative;
}
ul.list li:last-child {
    margin-bottom: 0;
}
ul.list li::before {
    content: '';
    position: absolute;
    background: #f3a68c;
    border-radius: 10px;
    width: 8px;
    height: 8px;
    top: 9px;
    left: 0;
}
ul.list.caution_list li::before {
    content: '※';
    background: none;
    top: 0;
    color: #f35d63;
}
a.content_but {
    width: 100%;
    max-width: 330px;
    margin-top: 15px;
    padding: 15px 22px;
    border-radius: 100px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.8;
    text-align: left;
    color: #fff;
    background: #ef378d;
    box-sizing: border-box;
    display: block;
    position: relative;
    transition: all 0.5s;
}
a.content_but::after {
    position: absolute;
    content: '\ea3c';
    font-family: 'design_plus';
    font-size: 16px;
    right: 20px;
    top: 15px;
}
a.content_but:hover {
    background: #c40e24;
    color: #fff;
}
/* コンテンツ 共通 END */
/* 似顔絵 */
.portrait_sec .content_inner {
    max-width: 900px;
}
.portrait_box {
    margin-bottom: 6em;
    align-items: center;
}
.portrait_box:last-of-type {
    margin-bottom: 0;
}
.portrait_box p {
    margin-bottom: 15px;
}
.portrait_box p:last-child {
    margin-bottom: 0;
}
p.caution.tax-caution {
    font-size: 0.95rem;
}
.portrait__text {
    width: 60%;
    padding-right: 2vw;
    box-sizing: border-box;
}
.portrait__img {
    width: 40%;
    box-sizing: border-box;
}
.portrait__text h2, .portrait__text p {
    width: 100%;
}
.portrait__text h2 {
    line-height: 1.5;
    margin-bottom: 15px;
}
.portrait-img__inner {
    margin-bottom: 1.5em;
}
.portrait__two {
    width: 25%;
    padding: 5px;
    box-sizing: border-box;
}
img.portrait_center_img {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 1.5em;
    display: block;
}
.portrait__inner {
    margin-top: 2em;
    padding: 20px 30px;
    border-radius: 12px;
    border: 2px dashed #ffca9f;
    background: #fffaf6;
    box-sizing: border-box;
}
.price-type_tbl th, .price-type_tbl td {
    text-align: center;
    padding: 20px 12px 18px !important;
    border: 2px solid #ffeba3;
    background: #fff;
    display: table-cell;
}
table.size_tbl th {
    border-right: 0;
}
table.size_tbl td {
    width: 25% !important;
    border-left: 0;
}
table.size_tbl td:nth-of-type(1) {
    border-right: 0;
}
table.size_tbl td:nth-of-type(2) {
    background: #fff9f4;
}
thead.number-type td {
    background: #fff4ea;
}
table.number_tbl th, table.size_tbl th {
    background: #fffcef;
}
table.number_tbl td {
    width: 20% !important;
}
table.price_tbl th, table.price_tbl td {
    font-size: 1.15rem;
    line-height: 2;
    padding: 25px 25px 22px;
    border: 2px solid #ffeba3;
    background: #fff;
}
table.price_tbl th {
    width: 80%;
    letter-spacing: 0;
    padding-right: 0;
    border-right: 0;
}
table.price_tbl td {
    letter-spacing: .08em;
    text-align: end;
    border-left: 0;
}
.postage_box p {
    font-size: 1.1rem;
    text-align: center;
}
@media only screen and (max-width: 970px) {
    .price-type_tbl th {
        width: 20% !important;
    }
    table.price_tbl th, table.price_tbl td {
        padding: 10px 15px 8px;
        border: 2px solid #ffeba3;
        margin-top: -2px;
    }
    table.price_tbl th {
        border-bottom: 0;
        padding-bottom: 0;
    }
    table.price_tbl td {
        border-top: 0;
    }
}
@media only screen and (max-width: 768px) {
    .portrait_box {
        margin-bottom: 3em;
    }
    .portrait__inner {
        margin-top: 1em;
    }
    .portrait__text {
        width: 100%;
        padding-right: 0;
        margin-bottom: 1em;
    }
    .portrait__img {
        width: 100%;
    }
    .portrait__two {
        width: 50%;
        padding: 2px;
    }
    .postage_box p {
        text-align: left;
    }
}
@media only screen and (max-width: 485px) {
    p.scroll_text {
        display: inline-block;
        margin-bottom: 10px;
        line-height: 1.5;
    }
}
/* 似顔絵 END */
/* ご依頼の流れ */
.flow_sec .content_inner {
    max-width: 850px;
}
.flow {
    padding-left: 70px;
    padding-top: 7px;
    padding-bottom: 40px;
    position: relative;
    box-sizing: border-box;
}
.flow:last-of-type {
    padding-bottom: 0;
}
.flow::before {
    counter-increment: number 1;
    content: counter(number)"";
    position: absolute;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 50px;
    border-radius: 100px;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: "Jua", serif;
    color: #595757;
    background: #ffca9f;
    box-sizing: border-box;
    top: 0;
    left: 0;
    z-index: 1;
}
.flow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 21.5px;
    width: 1px;
    height: 100%;
    background: #ffca9f;
    z-index: 0;
}
.flow:last-of-type::after {
    display: none;
}
.flow h2 {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: left;
}
.flow h2::after {
    content: none;
}
.flow p {
    margin-bottom: 20px;
}
.flow p:last-child {
    margin-bottom: 0;
}
ul.list.flow_list li {
    font-weight: 700;
}
ul.list.flow_list li::before {
    background: #f8d155;
}
ul.list.flow_list li span {
    background: #ffeba3;
    display: inline;
    padding: 0 4px;
}
@media only screen and (max-width: 768px) {
    .flow {
        padding-left: 45px;
        padding-top: 1px;
        padding-bottom: 30px;
    }
    .flow::before {
        width: 35px;
        height: 35px;
        line-height: 38px;
        font-size: 1.3rem;
    }
    .flow::after {
        left: 17px;
    }
}
/* ご依頼の流れ END */
/* よくある質問 */
.faq_sec .content_inner {
    max-width: 950px;
}
.faq {
    margin-bottom: 4em;
    box-sizing: border-box;
}
.faq:last-of-type {
    margin-bottom: 0;
}
.faq h2 {
    font-size: 1.35rem;
    font-weight: 700;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-top: 1px;
    position: relative;
}
.faq p {
    position: relative;
    margin-bottom: 20px;
}
.faq p:last-child {
    margin-bottom: 0;
}
p.answer {
    padding-top: 1px;
}
.faq h2, .faq p, .faq ul {
    padding-left: 50px;
}
.faq h2::before, p.answer::before {
    content: "Q";
    position: absolute;
    font-size: 25px;
    font-weight: 400;
    font-family: "Jua", serif;
    color: #595757;
    background: #fce088;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    line-height: 38px;
    text-align: center;
    left: 0;
    top: 0;
}
p.answer::before {
    content: 'A';
    background: #ffca9f;
    top: 0;
}
.faq h2::after {
    content: none;
}
ul.list.faq_list {
    margin-bottom: 20px;
}
ul.list.faq_list li {
    font-weight: 700;
    padding-left: 30px;
}
ul.list.faq_list li::before {
    content: "\e940";
    font-family: "design_plus";
    font-size: 22px;
    font-weight: 400;
    background: none;
    top: -3px;
    color: #f3a68c;
}
@media only screen and (max-width: 768px) {
    .faq {
        margin-bottom: 2em;
    }
    .faq h2, .faq p {
        padding-left: 45px;
    }
}
/* よくある質問 END */
/* 出張 */
.trip_sec .content_inner {
    max-width: 850px;
}
.preparation_box {
    margin-bottom: 1em;
    padding: 15px 25px 10px;
    background: #fff0bc;
    border-radius: 10px;
    box-sizing: border-box;
}
ul.list.preparation_list {
    width: 100%;
    max-width: 550px;
}
ul.list.preparation_list li {
    width: calc(33.3333% - 10px);
    margin-right: 15px;
    font-size: 1.15rem;
}
ul.list.preparation_list li:last-of-type {
    margin-right: 0;
}
table.trip-price_tbl th, table.trip-price_tbl td {
    font-size: 1.15rem;
    padding: 22px 24px 20px;
    background: #fff;
    border-radius: 10px;
    border-color: #fff8dd;
    border-width: 5px;
}
table.trip-price_tbl th {
    width: 75%;
}
table.trip-price_tbl td {
    text-align: end;
    letter-spacing: .08em;
}
span.caution.trip_caution {
    font-size: 0.95rem;
}
span.tax {
    font-size: 0.85rem;
    letter-spacing: 0;
    margin-left: 10px;
    display: inline-block;
}
p.trip-last_text {
    margin-top: 1em;
    margin-bottom: 0;
    line-height: 1.8;
}
@media only screen and (max-width: 768px) {
    .preparation_box {
        padding-bottom: 15px;
    }
    ul.list.preparation_list li {
        width: 100%;
    }
    table.trip-price_tbl th, table.trip-price_tbl td {
        padding: 15px 15px 13px;
    }
    table.trip-price_tbl th {
        padding-bottom: 0;
    }
}
/* 出張 END */
/* ご挨拶 */
.greeting_sec p {
    margin-bottom: 18px;
}
.greeting_sec p:last-child {
    margin-bottom: 0;
}
.greeting__inner {
    margin-bottom: 2.5em;
}
.greeting__img {
    width: 35%;
    padding-right: 1vw;
    box-sizing: border-box;
}
.greeting__img img {
    width: 80%;
    max-width: 330px;
    border-radius: 100%;
    margin: auto;
    display: block;
}
.greeting__text {
    width: 65%;
    box-sizing: border-box;
}
.greeting__text h2, .greeting__text p {
    width: 100%;
}
.greeting__text h2::after {
    content: none;
}
.greeting__text h2 {
    margin-bottom: 20px;
    line-height: 1.5;
    text-align: left;
    color: #faa762;
}
@media only screen and (max-width: 768px) {
    .greeting_sec p {
        margin-bottom: 10px;
    }
    .greeting__inner {
        margin-bottom: 1em;
    }
    .greeting__img {
        width: 100%;
        padding-right: 0;
    }
    .greeting__text {
        width: 100%;
        margin-top: 2em;
    }
    .greeting__text h2 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
}
/* ご挨拶 END */
/* 運営概要 */
.info_sec .content_inner {
    max-width: 900px;
}
table.info_tbl th {
    width: 27%;
}
span.caution.info_caution {
    font-size: 0.8rem;
}
span.caution:nth-of-type(2).info_caution {
    margin-top: 10px;
}
/* 運営概要 END */
/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
    max-width: 950px;
}
.mail_sec .content_inner {
    padding-top: 0;
}
.con__inner {
    margin-bottom: 5em;
    box-sizing: border-box;
}
.con__inner:last-of-type {
    margin-bottom: 0;
}
.con__inner p {
    margin-bottom: 0;
}
address.con_tel {
    font-size: 2.8rem;
    font-weight: 400;
    font-style: normal;
    font-family: "Jua", serif;
    letter-spacing: .05em;
    text-align: center;
    line-height: 1;
    margin-bottom: 15px;
}
span.con_tel_sub {
    font-size: 1.5rem;
    margin-right: 2px;
    color: #f6ba88;
}
p.caution.con_caution {
    width: fit-content;
    margin: 0 auto 12px;
    line-height: 1.5;
}
p.con_time {
    width: fit-content;
    margin: 0 auto 0;
    line-height: 1.8;
    text-align: center;
}
p.con_time span {
    display: inline-block;
    margin-right: 10px;
    color: #faa762;
    font-weight: 700;
}
.mail-info_box {
    margin-bottom: 2em;
}
.mail-info_box p {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .con__inner {
        margin-bottom: 2em;
    }
    address.con_tel {
        font-size: 2rem;
    }
    span.con_tel_sub {
        font-size: 1rem;
    }
    p.con-first-text {
        margin-bottom: 1em;
    }
    a.con_sns_but {
        width: 100%;
    }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 0;
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 8px;
    padding: 3px 5px;
    border-radius: 2px;
    color: #fff;
    background: #f35d63;
}
.wpcf7 {
    border: none;
    background: none;
    margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
    font-size: 15px;
    background: #ffffff;
    border: 2px solid #ffefb4;
    padding: 20px;
    box-sizing: border-box;
}
.wpcf7 form {
    margin: 0;
}
.wpcf7 form p {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.wpcf7 form p:last-of-type {
    margin-bottom: 0;
}
.wpcf7-list-item {
    margin-left: 0;
    margin-top: 8px;
    line-height: 1.5;
    font-weight: 500;
}
.wpcf7 select {
    width: 100%;
    max-width: 100%;
    padding: 15px;
    border: 2px solid #ffefb4;
    background: #fff;
    box-sizing: border-box;
}
.wpcf7 input.wpcf7-submit {
    margin-top: 30px;
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    font-size: 1.1rem;
    font-weight: 700;
    height: 78px;
    color: #595757;
    background: #ffca9f;
    border-radius: 100px;
    transition: all .5s;
    font-family: "Zen Maru Gothic", system-ui;
}
.wpcf7 input.wpcf7-submit:hover {
    color: #595757;
    background: #ffeba3;
    transform: translateY(5px);
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
    box-shadow: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border: none;
    background: #ffd8df;
    line-height: 1.8;
    padding: 15px 20px;
}
@media only screen and (max-width: 768px) {
    .wpcf7 input.wpcf7-submit {
        margin-top: 20px;
    }
}
/* お問い合わせフォーム END */
/* ブログ記事の画像 */
.single .post-content img {
    width: auto;
}
/* ブログ記事の画像 END */
/* インスタ埋め込み */
.front_insta {
    padding-top: 5em;
}
.front-insta-inner {
    width: 86%;
    max-width: 1050px;
    margin: auto;
    align-items: center;
}
.front-insta-title {
    width: 35%;
    padding-right: 3vw;
    box-sizing: border-box;
}
.front-insta-img {
    width: 65%;
    box-sizing: border-box;
}
.front_insta h2 {
    font-size: 2.8rem;
    font-weight: 400;
    font-family: "Jua", serif;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}
a.front_insta_but {
    font-size: 1em;
    font-weight: 400;
    font-family: "Jua", serif;
    text-align: center;
    display: block;
    padding: 22px 20px;
    background: #ffeba3;
    border-radius: 100px;
    width: 100%;
    max-width: 250px;
    position: relative;
    margin: 15px auto 0;
    box-sizing: border-box;
    transition: 0.5s;
    overflow: hidden;
    z-index: 0;
}
a.front_insta_but::before {
    width: 100%;
    height: 0;
    position: absolute;
    content: '';
    background: #ffca9f;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
}
a.front_insta_but:hover {
    background: #ffd95f;
}
a.front_insta_but:hover::before {
    height: 100%;
}
@media only screen and (max-width: 970px) {
    .front_insta {
        padding-top: 0;
    }
    .front-insta-title {
        width: 100%;
        padding-right: 0;
        margin-bottom: 0.5em;
    }
    .front-insta-img {
        width: 100%;
    }
    .front_insta h2 {
        font-size: 2.2em;
    }
    a.front_insta_but {
        margin: 0.8em auto 0;
    }
}
/* インスタ埋め込み END */
@media only screen and (min-width: 1201px) {
    .logo-image {
        width: 16vw;
    }
}

.heading-01 {
    width: 70%;
    color: #294476;
    font-weight: bold;
    text-align: center;
    padding: 1.25em;
    FONT-SIZE: 1.3em;
    margin: 0 auto;
    max-width: 700px;
    border-top: solid 2px #294476;
    border-bottom: solid 2px #294476;
    background: repeating-linear-gradient(-45deg, #fffcf2, #FFE 3px, #fFF 3px, #fff7db 7px);
    margin-bottom: 1em;
}
.heading-02 {
    width: 70%;
    color: #595757;
    position: relative;
    font-weight: bold;
    text-align: center;
    padding: 1.25em;
    FONT-SIZE: 1.3em;
    margin: 0 auto;
    max-width: 700px;
    margin-bottom: 5em;
    display: block;
}
@media only screen and (max-width: 970px) {
    .heading-01 {
        font-size: 1.5em;
        padding: 0.8em .5em;
        width: 85%;
    }
    .heading-02 {
        font-size: 1.1em;
        margin-bottom: 4em;
        width: 85%;
        padding: 1.5em 0 1.5em 1.5em;
        text-align: left;
    }
    .heading-02::after {
        right: 25px;
        top: 33px;
    }
}

/*ご挨拶*/
.greeting-inner {
    align-items: center;
}
.greeting-box .front-greeting-img {
    margin-left: -100%;
    padding: 0px 6% 0 0;
    width: 55%;
    box-sizing: border-box;
}
@media only screen and (min-width: 1366px){
    .greeting-box .front-greeting-img{
        padding: 0px 6% 0 14%;
    }
}
.greeting-box .greeting-text {
    margin-left: 55%;
    width: 45%;
    box-sizing: border-box;
}
.greeting-box h2 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1em;
    color: #294476;
    width: 100%;
}
/*.front-gallery {
        padding-bottom: 2em;
        margin: 0 auto 2rem;
        border-bottom: 1px dashed #e3a673;
}*/
@media only screen and (max-width: 767px) {
    .greeting-box .greeting-text {
        margin-left: 0;
        width:100%;
    }
    .greeting-box .front-greeting-img {
        margin-left: 0;
		margin-top: 15px;
        padding: 0;
        width: 100%;
    }
    .greeting-box h2 {
        text-align: left;
    }
    /*.front-gallery {
            padding-bottom: 3em;
    }*/
}



/*20251001*/
.about-photo-inner {
    width: 86%;
    max-width: 1200px;
    margin: 0 auto;
}

.photo-box-flex {
    display: flex;
    gap: 50px;
}

.about-photo {
    padding: 7rem 0 9rem;
    background: #fff;
    position: relative;
}

.about-photo:before {
    background: url(img/about-top.png) repeat-x;
    content: "";
    display: block;
    height: 80px;
    width: 100%;
    position: absolute;
    top: 0;
}

.about-photo:after {
    background: url(img/about-bottom.png) repeat-x;
    content: "";
    display: block;
    height: 106px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.photo-box-flex-inner {
    width: 50%;
}

.photo-box-flex-inner h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #294476;
    border-bottom: 4px dotted #fdeba3;
    padding-bottom: 1rem;
    line-height: 1.5;
}

ul.list.faq_list.top-about-photo {
    margin: 2rem 0 0;
}



@media only screen and (max-width: 768px) {
    .photo-box-flex {
        gap: 10px;
        flex-wrap: wrap;
    }

    .photo-box-flex-inner {
        width: 100%;
    }

    .photo-box-flex-inner h2 {
        font-size: 1.45rem;
    }
}


/*20251006*/
/*.gallery-text-box {border: 2px solid #ffca9f;box-sizing: border-box;padding: 3rem;max-width: 920px;margin: 0 auto 2rem;background: #fff;width: 86%;}*/

.gallery-text {
    margin-bottom: 2rem;
    border-bottom: 1px dashed #e3a673;
    padding-bottom: 1.5rem;
}

.gallery-text:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

.gallery-text h3 {
    font-size: 1.6rem;
    color: #d57d35;
    margin-bottom: 0.8rem;
    position: relative;
    padding-left: 33px;
}

.gallery-text h3:before {
    content: "\e93d";
    font-family: 'design_plus';
    font-weight: 400;
    font-size: 1.2em;
    position: absolute;
    left: 0;
}

@media only screen and (max-width: 425px) {
    .gallery-text-box {
        padding: 2rem;
    }

}
a.footer_line_but::before {
    content: "\e909";
    background: #00b900;
}