/*
 Theme Name: STORY Child
 Theme URI: https://tcd-theme.com/tcd041
 Description: TCD STORY (tcd041) 用 子テーマ
 Author: あなたの名前
 Version: 1.0.0
 Template: story_tcd041
 Text Domain: story-child
*/

* {
    box-sizing: border-box;
}

body {
    color: #3B3B3B;
    font-family: "Zen Maru Gothic", sans-serif;
}

body.font-1 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
}

body.home {
    background: #FFE250;
}

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

h1, h2, h3, h4, h5, h6 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
}

p {
    font-size: 16px;
    line-height: 2;
}

.header-bar {
    height: auto;
}

.home .header-bar {		
    background: none !important;
}

.header-bar.scrolled, .home .header-bar.scrolled {		
    background: rgba(255,255,255,0.6) !important;
}

.home .header-bar-fixed {
    box-shadow: none;
}

.admin-bar .header-bar-fixed {
    top: 32px;
}

.header-bar-inner {
    align-items: center;
    justify-content: flex-end;
    padding: 10px 90px;
    transition: all 0.3s ease-in-out 0s;
}

.logo {
    justify-content: center;
    width: 585px;
    max-height: none;
    max-width: none;
    overflow: visible;
    position: absolute;
    left: 30px;
    top: 10px;
    transition: all 0.3s ease-in-out 0s;
    z-index: 9999;
}

.home .scrolled .logo {
    width: 220px;
}

.logo:before {
    content: "";
    background: url(img/asset11.png) no-repeat center / 100% auto;
    position: absolute;
    width: 194px;
    height: 251px;
    transition: all 0.3s ease-in-out 0s;
    top: -20px;
    left: -30px;
    z-index: -1;
}

.home .scrolled .logo:before {
    width: 100px;
    height: 129px;
}

.admin-bar .header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .top-slider-wrapper {
    margin-top: 100px !important;
}

.top-slider-wrapper {
    padding: 0 45px;
}

.top-slider {
    border: 20px solid #fff;
    border-radius: 20px;
    height: calc(100vh - 100px);
    position: relative;
}

.top-slider-content {
    border-radius: 0;
    display: flex;
    align-items: end;
    padding: 40px 90px;
    height: auto !important;
    width: auto !important;
}

.top-slider-content-inner {
    background: none;
    border-radius: 20px;
    color: #fff !important;
    text-align: left;
    height: auto !important;
    width: auto !important;
    padding: 0 30px 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.top-slider-content-inner:hover {
    background: none;
}

.top-slider-content-inner::after {
    display: none;
}

.top-slider-logo {
    font-size: 80px;
    font-weight: bold;
    line-height: 1.2;
    max-height: 100%;
    position: relative;
}

.top-slider-logo strong {
    color: #ffe250;
    font-size: 60px;
    font-weight: 900;
}

.top-slider-logo span {
    color: #ffe250;
}

.top-slider-logo small {
    font-size: 40px;
    font-weight: 700;
}

.top-slider-text {
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 700;
    line-height: 2;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.footer {
    background: #FFE250;
    color: #3B3B3B;
    padding: 40px 0 100px;
    position: relative;
    z-index: 9
}

.footer:before {
    content: "";
    background: url(img/asset9.png) no-repeat center / 150px auto;
    position: absolute;
    left: 0;
    top: -186px;
    height: 329px;
    width: 150px;
    z-index: -1;
}

.footer:after {
    content: "";
    background: url(img/asset12.png) no-repeat center / 100% auto;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 283px;
    width: 272px;
    z-index: -1;
}
.footer,
.home .footer {
    margin-top: 0;
}

.footer-inner {
    padding: 0 90px;
}

.footer-left, .footer-right {
    width: 50%;
}

.footer a, .footer-widget .post-content a {
    color: #fff;
    text-decoration: none;
}

.footer-logo {
    margin: 0 0 auto;
    text-align: left;
}

.footer-logo img {
    width: 320px;
}

.footer .footer_address {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 auto;
    vertical-align: middle;
}

.footer-menu ul {
    display: flex;
    flex-wrap: wrap;
}

.footer-menu ul li {
    margin: 0 0 30px;
    padding: 0 0 0 25px;
    position: relative;
    width: 50%;
}

.footer-menu ul li:before {
    content: "";
    border-top: 1px solid #E17D4A;
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
}

.footer-menu .menu-item a {
    color: #3B3B3B;
    font-size: 18px;
    font-weight: 500;
}

.footer-menu .menu-item span {
    display: none;
}

.footer-contact {
    font-size: 20px;
    font-weight: 500;
    margin: 40px 0 0;
    display: flex;
    flex-wrap: wrap;
}

.footer-contact li {
    display: flex;
    align-items: center;
    line-height: 20px;
    margin: 0 0 15px;
    padding: 7px 0 7px 46px;
    width: 50%;
    position: relative;
}

.footer-contact li.footer-tel {
    font-size: 32px;
    font-weight: bold;
}

.footer-contact li:before {
    content: "";
    background: url(img/icon-map.png) no-repeat;
    height: 34px;
    width: 34px;
    position: absolute;
    left: 0;
    top: 0;
}

.footer-contact li.footer-time:before {
    background: url(img/icon-clock.png) no-repeat;
}

.footer-contact li.footer-tel:before {
    background: url(img/icon-phone.png) no-repeat;
}

.footer-contact li.footer-calendar:before {
    background: url(img/icon-calendar.png) no-repeat;
}

.social-links {
    display: flex;
    margin: 15px 0 0;
}

.social-links li a {
    display: block;
    height: 50px;
    width: 50px;
    text-indent: -9999em;
}

.social-links li.social-nav-instagram a {
    background: url(img/instagram2.png) no-repeat center;
    background-size: 100% auto;
}

.social-links li.social-nav-line a {
    background: url(img/line.png) no-repeat center;
    background-size: 100% auto;
}

.social-links li.social-nav-x a {
    background: url(img/icon-x.png) no-repeat center / 50px auto;
}

.social-links .social-nav-instagram a::before {
    display: none;
}

.copyright {
    background: none !important;
    color: #3B3B3B;
    font-size: 16px;
    font-weight: 500;
    height: auto;
    line-height: inherit;
    margin: 25px 0 0;
    text-align: left;
}

.footer-map {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.footer-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#content01 {
    position: relative;
}

#content01:after {
    content: "";
    background: url(img/asset8.png) no-repeat center / 100% auto;
    position: absolute;
    right: 0;
    top: -200px;
    width: 272px;
    height: 391px;
    z-index: 1;
}

#index-1, #index-2 {
    background: #FFE250;
    padding: 100px 0 40px;
    position: relative;
    z-index: 1;
}

#index-2 {
    padding: 100px 0;
}

#index-1:before {
    content: "";
    background: #fff;
    border-radius: 100px 0 0 100px;
    position: absolute;
    right: 0;
    left: 90px;
    top: 100px;
    bottom: 0;
    z-index: -1;
}

#index-2:before {
    content: "";
    background: #fff;
    border-radius: 0 100px 100px 0;
    position: absolute;
    left: 0;
    right: 90px;
    top: 100px;
    bottom: 100px;
    z-index: -1;
}

#index-2:after {
    content: "";
    background: url(img/asset5.png) no-repeat center / 100% auto;
    position: absolute;
    right: 0;
    top: 20px;
    width: 272px;
    height: 366px;
}

.content-inner {
    padding: 0 90px;
}

#index-text-1 {
    padding: 60px 0 60px 60px;
}

#index-text-1 .flex {
    align-items: center;
}

.content01-img {
    width: 40%;
}

.content01-text {
    padding-left: 60px;
    position: relative;
    text-align: left;
    width: 60%;
}

.content01-text figure {
    margin: 0 0 10px;
}

.content01-title {
    color: #3B3B3B !important;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: left;
}

.content01-title span {
    color: #BDA194;
    display: block;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 12px;
    writing-mode: vertical-rl;
    position: absolute;
    left: 0;
    top: 7px;
}

.content01-text h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 30px;
}

.content01-text p {
    font-size: 18px;
}

.content01-text address {
    font-size: 26px;
    font-weight: bold;
    font-style: normal;
}

.content01-text .contact-tel {
    background: url(img/phone.png) no-repeat left center / 42px;
    color: #3B3B3B;
    font-size: 45px;
    font-weight: 700;
    margin-left: 10px;
    padding-left: 52px;
}

#index-3column {
    background: none;
    padding: 0 0 0 60px;
}

.content02-item {
    color: #3B3B3B;
    display: flex;
    flex-direction: column;
    margin-left: 120px;
    padding: 0 0 50px;
    position: relative;
    width: calc((100% - 240px) / 3);
}

.content02-title {
    border: 1px dashed #FFE250;
    border-radius: 50px;
    padding: 10px;
    color: #3B3B3B;
    font-family: "Zen Maru Gothic", serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    margin: 40px 0 25px;
    text-align: center;
}

.content02-title span {
    color: #E17D4A;
}

.content02-text {
    color: #3B3B3B;
    line-height: 2;
    margin-bottom: auto;
}

.content02-button {
    background: url(img/hexagon.png) no-repeat center / 100px auto;
    color: #3B3B3B !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 18px;
    font-weight: 700;  
    line-height: inherit;
    margin: 30px auto 0;
    position: relative;
    text-align: left;
    width: 100px;
    height: 100px;
    z-index: 1;
}

.content02-button:after {
    content: "";
    background: url(img/arrow-right.png) no-repeat center / 18px auto;
    position: absolute;
    left: 50%;
    bottom: 15px;
    margin-left: -8px;
    height: 7px;
    width: 18px;
    transition: all 0.3s ease-in-out 0s;
}

.content02-button:hover {
    background: url(img/hexagon.png) no-repeat center / 75px auto !important;
    color: #3B3B3B !important;
}

.content02-button:hover:after {
    right: -10px;
}

#index-text-2 {
    padding: 60px 60px 60px 0;
    position: relative;
}

#index-text-2:before {
    content: "";
    background: url(img/asset6.png) no-repeat center / 100% auto;
    position: absolute;
    top: -20px;
    left: 50%;
    width: 262px;
    height: 226px;
}

#index-text-2 h2 {
    font-size: 50px!important;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 30px;
}

#index-text-2 h2 strong {
    color: #E17D4A;
    font-weight: bold;
}

#index-text-2 h2 strong:before, #index-text-2 h2 strong:after {
    content: "";
    background: url(img/asset1.png) no-repeat center / 100% auto;
    display: inline-block;
    margin-left: 15px;
    height: 70px;
    width: 50px;
    vertical-align: baseline;
}

#index-text-2 h2 strong:before {
    background: url(img/asset2.png) no-repeat center / 100% auto;
    margin-right: 15px;
    margin-left: 0;
}

#index-text-2 .flex {
    align-items: center;
    flex-direction: row-reverse;
}

.concept-body {
    width: 60%;
    position: relative;
    z-index: 1;
}

.concept-img {
    width: 40%;
}

.concept-body p {
    font-size: 18px;
}

.contact-text {
    display: flex;
    align-items: center;
    font-style: normal;
}

.contact-text .contact-line {
    background: url(img/line2.png) no-repeat left center;
    background-size: 54px auto;
    font-size: 24px;
    font-weight: 900;
    margin-left: 40px;
    padding-left: 70px;
    position: relative;
}

.contact-text .contact-line:after {
    content: "";
    background: url(img/partern1.png) no-repeat;
    position: absolute;
    left: 70px;
    bottom: 0;
    right: 0;
    height: 7px;
}

.contact-text .contact-tel {
    background: url(img/phone2.png) no-repeat 0 20px;
    background-size: 67px auto;
    color: #B13626;
    font-size: 64px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 3px;
    padding-left: 90px;
}

.contact-text .contact-tel small {
    color: #3B3B3B;
    display: block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
}

.contact-text .open-title {
    border: 1px solid #3B3B3B;
    border-radius: 30px;
    color: #3B3B3B;
    font-size: 27px;
    font-weight: 500;
    line-height: 50px;
    padding: 0 25px;
    position: relative;
}

.contact-text .open-hour-text {
    font-weight: 900;
}

.contact-text .open-hour {
    font-size: 27px;
    font-weight: 900;
}

#index-points {
    padding: 0 60px 40px 0;
}

#index-points .content02-inner {
    padding: 0 90px;
}

.content03-item {
    margin-left: 120px;
    padding: 0 0 50px;
    width: calc((100% - 240px) / 3);
}

.content03-item:first-child {
    margin-left: 0;
}

.content03-title {
    border: 1px dashed #FFE250;
    border-radius: 50px;
    padding: 10px;
    color: #3B3B3B;
    font-family: "Zen Maru Gothic", serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    margin: 40px 0 25px;
    text-align: center;
}

.content03-title span {
    color: #E17D4A;
}

.content03-text {
    width: auto;
}

#index-blog, #index-instagram {
    background: #fff7c9;
    padding: 40px 0 100px;
    position: relative;
    z-index: 1;
}

#index-blog:before {
    content: "";
    background: url(img/asset7.png) no-repeat center / 100% auto;
    position: absolute;
    right: 0;
    top: -180px;
    height: 350px;
    width: 210px;
    z-index: -1;
}

#index-instagram {
    padding-top: 0;
}

#index-blog .inner, #index-instagram .inner {
    padding: 0 90px;
    width: 100%;
}

#index-blog .headline-primary, #index-instagram .headline-primary {
    color: #3B3B3B;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 58px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 32px;
    text-align: left;
    position: relative;
    text-align: left;
}

#index-blog .headline-primary span, #index-instagram .headline-primary span {
    color: #E17D4A;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.top-blog {
    margin-bottom: -30px;
}

.article03 {
    background: #fff;
    margin: 0 20px 20px 0;
    width: calc((100% - 80px) / 5);
}

.article03:nth-child(2n) {
    background: #f8f7f3;
}

.article03 > a {
    color: #3B3B3B;
}

.article03 .article03-content {
    padding: 10px 15px;
}

#index-blog .article03-title {
    color: #3B3B3B;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-size: 18px;
    height: 58px;
}

.article03-category {
    display: none;
}

#index-instagram .flex {
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 0 32px;
}

#index-instagram .headline-primary {
    margin: 0;
    padding: 0;
}

#index-instagram .follow-btn {
    background: #fff;
    border-radius: 30px;
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 50px;
    margin-left: auto;
    margin-top: -65px;
    padding: 0 20px;
    position: relative;
    height: 50px;
    width: 200px;
    vertical-align: middle;
}

#index-instagram .follow-btn:after {
    content: "";
    background: url(img/instagram.png) no-repeat center / 29px auto;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    width: 29px;
}

.footer.footer__type2 .footer-widget {
    font-family: "Zen Maru Gothic", serif;
    font-size: 14px;
    margin: 0 0 20px;
}

.footer .image {
    width: 430px;
}
@media only screen and (max-width: 767px) {
    .footer .image {
        width: 300px;
    }
}

.footer iframe {
    width: 100%;
}

.dp-footer-bar a {
    color: #3B3B3B;
}

.post-content p:last-child {
    margin: 0;
}

.global-nav-button::before {
    display: none !important;
}

.global-nav-button.active + .global-nav {
    opacity: 1;
    visibility: visible;
    width: 25%;
}

.global-nav-button {
    background: #fff url(img/dots.png) no-repeat 25px center;
    box-sizing: border-box;
    border-radius: 30px;
    color: #3B3B3B;
    text-transform: uppercase;
    height: auto;
    padding: 0 25px 0 85px;
    font-size: 18px;
    font-weight: 900;
    line-height: 50px;
    text-align: center;
    z-index: 99;
}

.global-nav {
    position: fixed;
    right: 0;
    top: 0;
    width: 0;
    height: 100vh !important;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    z-index: 50;
    align-items: center;
    justify-content: center;
    display: flex !important;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    background: rgba(255, 255, 255, 0.8);
    padding-bottom: calc(env(safe-area-inset-bottom) + 16px);
}

@supports (height: 100dvh) {
    .global-nav {
        height: 100dvh !important;
    }
}

.global-nav a {
    background: none;
}
.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: 12px;
    line-height: 51px;
    color: #463722 !important;
    background: #fff !important;
    padding: 0 25px;
}
.global-nav a:hover, .global-nav .sub-menu a:hover {
    color: #8C7E64 !important;
    background: #fff !important;
}
.global-nav > ul > li > a::before, .global-nav .current-menu-item > a::before {
    opacity: 0.25;
}
.global-nav > ul > li > a:before {
    content: none !important;
}
.global-nav .menu-item-has-children > a span::before {
    color: #463722;
}
.header-bar-fixed .global-nav {
    top: 0;
}
.global-nav > ul > li > a {
    font-size: 17px;
    height: 100px;
}
.global-nav > ul > li > a span {
    font-size: 12px;
}
.global-nav > ul > li > a::before, .global-nav .current-menu-item > a::before { 
    top: 45px;
}
.global-nav a, .global-nav a:hover {
    background: none !important;
}

.contact-button {
    background: #40bee8 url(img/email2.png) no-repeat 15px center;
    border: 2px solid #fff;
    border-radius: 10px 0 0 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 24px;
    font-weight: 900;
    margin-left: 10px;
    margin-right: -90px;
    padding: 0 20px 0 80px;
}

.contact-button span {
    display: block;
    font-size: 15px;
    font-weight: 700;
}

.text-right {
    text-align: right;
}

.header-video{
    background: transparent;
}
.header-video:after{
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.1);
    content: "";
    width: 100%;
    height: 100%;
    clip-path: polygon(
        20% 0,     
        100% 0,    
        100% 100%, 
        0 100%,    
        0 70%      
        );
}
.vegas-video{
    background: transparent;
    clip-path: polygon(
        20% 0,     
        100% 0,    
        100% 100%, 
        0 100%,    
        0 70%      
        );
}

.headline-bar{
    font-size: 16px;
    font-weight: 700;
}

body.shown-nav {
    overflow: hidden;
    height: 100vh;
}

.global-nav > ul {
    flex-direction: column;
    display: flex;
}

.global-nav > ul > li {
    padding: 0 20px;
}

.global-nav > ul > li > a {
    font-size: 20px;
    font-weight: 500;
    line-height: 35px !important;
    padding: 0;
    position: relative;
    text-align: center;
    transition: all 0.8s;
    z-index: 0;
    color: #3B3B3B !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.global-nav > ul > li > a::before, .global-nav .current-menu-item > a::before {
    content: "";
    width: 0;
    height: 5px;
    background: #ec8753;
    opacity: 0;
    top: 15px;
    left: 44px;
    position: absolute;
    transition: all 0.5s;
    z-index: -1;
}
.global-nav > ul > li > a:hover::before, .global-nav .current-menu-item > a::before {
    width: calc(100% - 40px);
}
.global-nav > ul > li > a span {
    color:#3B3B3B;
    text-align: center;
    display: block;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.global-nav > ul > li.menu-item-contact > a {
    background: url(img/btn-bg.png) no-repeat center !important;
    border-radius: 40px;
    color: #fff !important;
    height: auto;
    padding: 10px 20px 10px 80px;
    position: relative;
    text-align: left;
}

.global-nav > ul > li.menu-item-contact > a span {
    color: #fff !important;
    text-align: left;
}

.global-nav > ul > li.menu-item-contact > a:after {
    content: "";
    background: url(img/external-arrow.png) no-repeat left center;
    background-size: 61px auto;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 61px;
}

.global-nav .sub-menu {
    top: 110%;
}
.global-nav .sub-menu li:first-child a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.global-nav .sub-menu li:last-child a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.global-nav .sub-menu a {
    font-size: 15px;
    font-weight: 400;
    background: #fff !important;
}
.global-nav .sub-menu a::before {
    content: none;
}
.global-nav .sub-menu a:hover {
    color: #8C7E64 !important;
    background: #fff !important;
}
.header-bar-fixed ~ .signage {
    margin-top: 78px;
}
/* ナビ END */
/* 固定共通オリジナル */
.content_full {
    position: relative;
}
.content_inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
    position: relative;
    padding: 7em 0;
    box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
    .content_inner {
        padding: 5em 0;
    }
}
@media only screen and (max-width: 485px) {
    .content_inner {
        padding: 4em 0;
    }
}
.flex-inner {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
/* 固定共通オリジナル END */
/* サービス案内 */
.service_sec h2 {
    text-align: left;
}
.service_sec h2::after {
    margin-left: 0;
}
.service_thought {
    padding: 30px 35px;
    margin-bottom: 80px;
    border-radius: 20px;
    background: #ffefe0;
    box-sizing: border-box;
}
.service_thought p, .service_text p {
    margin-bottom: 0;
}
.service_box {
    margin-top: 50px;
}
.service_img {
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.service_text {
    width: 50%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.service_box:nth-of-type(odd) .service_img {
    margin-left: 50%;
    padding-left: 2.5em;
}
.service_box:nth-of-type(odd) .service_text {
    margin-left: -100%;
}
.service_box:nth-of-type(even) .service_img {
    padding-right: 2.5em;
}
.service_text h3, .service_text p {
    width: 100%;
}
.service_img img {
    border-radius: 10px;
}
@media only screen and (max-width: 768px) {
    .service_thought {
        padding: 20px 25px;
        margin-bottom: 40px;
    }
    .service_box {
        margin-top: 30px;
    }
    .service_img, .service_text {
        width: 100%;
    }
    .service_img {
        margin-bottom: 1em;
    }
    .service_box:nth-of-type(odd) .service_img {
        margin-left: 0;
        padding-left: 0;
    }
    .service_box:nth-of-type(even) .service_img {
        padding-right: 0;
    }
    .service_box:nth-of-type(odd) .service_text {
        margin-left: 0;
    }
}
/* サービス案内 END */
/* 会社概要 */
.company_sec .content_inner {
    max-width: 900px;
}
span.caution.company_caution {
    font-size: 0.8em;
    display: block;
}
.map_sec {
    height: 400px;
    margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
    .map_sec {
        height: 250px;
    }
}
/* 会社概要 END */
/* ご挨拶 */
.greeting_inner {
    margin-bottom: 50px;
}
.greeting_inner:last-of-type {
    margin-bottom: 0;
}
.greeting_inner h2 {
    text-align: left;
}
.greeting_inner h2::after {
    width: 40px;
    margin-left: 0;
}
.greeting_inner p {
    line-height: 2;
}
.greeting_inner p:last-of-type {
    margin-bottom: 0;
}
.greeting__img {
    width: 35%;
    padding-right: 2em;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    z-index: -1;
}
.greeting__img img {
    border-radius: 10px;
}
.greeting__text {
    width: 65%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.greeting__text h2, .greeting__text p {
    width: 100%;
}
.greeting__text h2 {
    font-size: 1.5em;
    line-height: 1.5;
}
.greeting__text p {
    margin-bottom: 25px;
}
p.name {
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .06em;
    text-align: end;
}
p.name span {
    font-size: 0.7em;
    margin-right: 15px;
    display: inline-block;
    color: #3eb926;
}
@media only screen and (max-width: 768px) {
    .greeting_inner {
        margin-bottom: 20px;
    }
    .greeting__img {
        width: 100%;
        max-width: 330px;
        margin: auto;
        padding-right: 0;
    }
    .greeting__text {
        width: 100%;
        margin-top: 1.5em;
    }
    .greeting__text h2 {
        font-size: 1.3em;
    }
    .greeting__text p {
        margin-bottom: 15px;
    }
    p.name {
        font-size: 1.2em;
    }
}
/* ご挨拶 END */
/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
    max-width: 1000px;
}
.contact_sec .content_inner {
    padding-bottom: 0;
}
.con__inner {
    margin-bottom: 40px;
}
.con__inner:last-of-type {
    margin-bottom: 0;
}
.con__inner p {
    margin-bottom: 0;
}
address.con_tel {
    font-size: 2.5em;
    font-style: normal;
    letter-spacing: .05em;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1;
    color: #3eb926;
    text-align: center;
}
address.con_tel a {
    color: #ff870b;
}
span.con_tel_sub {
    font-size: 0.5em;
    letter-spacing: 1px;
    margin-right: 5px;
    color: #151515;
}
p.con-time {
    width: fit-content;
    margin: auto;
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: 600;
}
p.con_time:last-of-type {
    margin-bottom: 0;
}
p.con-time span {
    display: inline-block;
    margin-right: 10px;
    color: #ff870b;
}
p.con_caution {
    font-size: 0.85em;
    width: fit-content;
    margin: 0 auto 10px;
}
.mail_info_box {
    margin-bottom: 30px;
}
.mail_info_box p {
    font-size: 0.9em;
    line-height: 2;
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    address.con_tel {
        font-size: 1.8em;
    }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
    font-size: 0.7em;
    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: #ff5353;
}
.wpcf7 {
    border: none;
    background: none;
    margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
    background: #efefef;
    border: 0;
    padding: 18px;
    box-sizing: border-box;
}
.wpcf7 form {
    margin: 0;
}
.wpcf7 form p {
    font-size: 15px;
    font-weight: 700;
    line-height: 2.5;
    margin-bottom: 22px;
}
.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 {
    background: #fff;
}
.wpcf7 input.wpcf7-submit {
    margin-top: 30px;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    font-size: 1.2em;
    font-weight: 700;
    height: 75px;
    color: #fff;
    background: #3eb926;
    border-radius: 100px;
    transition: all .5s;
    font-family: 'Quicksand', 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.wpcf7 input.wpcf7-submit:hover {
    color: #3eb926;
    background: #e0f6dd;
    transform: translateY(8px);
}
.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: 767px) {
    .wpcf7 input.wpcf7-submit {
        margin-top: 20px;
    }
}
/* お問い合わせフォーム END */
/* qa */
.faq-sec h2 {
    position: relative;
    padding-left: 35px;
    margin-bottom: 0.5em;
}
.faq-sec h2::before {
    content: 'Q.';
    font-family: 'Poppins','Noto Sans JP', Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    position: absolute;
    left: 0;
    color: #333;
    top: 7px;
}
.faq-sec h2::after {
    display: none;
}
.faq-sec p {
    padding-left: 35px;
    margin-top: 0.3em;
    margin-bottom: 3em;
    padding-bottom: 3em;
    border-bottom: 1px solid #ddd;
}
.faq-sec p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
/* qa END */

@media screen and (min-width: 768px){
    .pcbr { display:block; }
    .spbr { display:none; }
}
@media screen and (max-width: 767px){
    .pcbr { display:none; }
    .spbr { display:block; }
}

body:not(.home) .logo{
    width: 220px;
}
body:not(.home) .logo:before {
    width: 100px;
    height: 129px;
}
.top-slider-item span{
    -webkit-animation: none !important;
    animation: none !important;
}

.signage:not(:has(.signage-content)){
    height: 260px;
}
@media only screen and (min-width: 768px){
    .global-nav{
        opacity: 1;
        visibility: visible;
        width: auto;
        height: auto !important;
        position: static;
        background: none;
    }
    .global-nav > ul{
        flex-direction: row;
    }
    .global-nav-button{
        display: none;
    }
    .global-nav > ul > li > a{
        height: 60px;
        justify-content: flex-start;
    }
    .signage:not(:has(.signage-content)){
        height: 360px;
    }
}
.nav-links01{
    margin-top: 50px;
}
.top-slider-item:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.15);
    content: "";
    z-index: 1;
}

#index-featured {
    margin: 0 0 60px 60px;
    position: relative;
}

#index-featured:before, #index-featured:after {
    content: "";
    position: absolute;
    width: 122px;
    height: 103px;
    top: -20px;
    z-index: 2;
}

#index-featured:before {
    background: url(img/Asset6.png) no-repeat center;
    left: -15px;	
}

#index-featured:after {
    background: url(img/Asset7.png) no-repeat center;
    right: -15px;
}


.featured-inner {
    background: #FFE250;
    border-radius: 60px;
    padding: 50px;
    position: relative;
    z-index: 1;
}

.featured-inner:before {
    content: "";
    border: 2px dashed #E17D4A;
    border-radius: 60px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}

.featured-inner h2 {
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: 3px 0 #E17D4A, 0 -1px #E17D4A, -1px 0 #E17D4A, 0 3px #E17D4A;
}

.featured-inner h2:before, .featured-inner h2:after {
    content: "";
    background: url(img/asset1.png) no-repeat center / 100% auto;
    height: 70px;
    width: 50px;
    position: absolute;
    top: -20px;
    right: -70px;
}

.featured-inner h2:before {
    background: url(img/asset2.png) no-repeat center / 100% auto;
    left: -70px;
    right: auto;
}

.featured-list {
    margin: 0 0 30px;
}

.featured-list li  {
    background: url(img/checked.png) no-repeat center top;
    font-size: 26px;
    font-weight: bold;
    padding: 70px 20px 0;
    width: 33.33%;
    text-align: center;
}

.featured-inner h4 {
    color: #E17D4A;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.featured-inner h4:before {
    border: 1px dashed #E17D4A;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 15px;
    z-index: -1;
}

.featured-inner h4 span {
    background: #FFE250;
    line-height: normal;
    padding: 0 10px;
}

.featured-contact {
    justify-content: center;
    gap: 30px;
}

.featured-contact .contact-tel {
    background: url(img/phone3.png) no-repeat left center / 60px auto;
    font-size: 66px;
    font-weight: bold;
    padding-left: 80px;
    line-height: 60px;
    margin-bottom: 10px;
    color: #3B3B3B;
    z-index: 9;
}

.featured-contact small {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

.featured-contact .contact-line {
    background: #fff url(img/line3.png) no-repeat 30px center / 52px auto;
    border-radius: 40px;
    color: #06C755;
    font-size: 34px;
    font-weight: bold;
    line-height: 74px;
    padding: 0 40px 0 100px;
    z-index: 9;
}

.footer .dp-footer-bar {
    background: #ffdf2e;
}

@media only screen and (max-width: 767px) {
    #index-text-2 h2 strong
    {
        color: #E17D4A;
        font-weight: bold;
        font-size: 8vw;
    }

    #index-text-2 h2 {
        font-size: 30px !important;
    }

    #index-featured {
        margin: 60px 0 0;
    }

    .featured-inner {
        padding: 40px 20px;
    }

    .featured-inner h2 {
        position: static;
        transform: none;
        text-align: center;
        margin: 0 0 30px;
    }

    .featured-inner h2:before, .featured-inner h2:after {
        display: none;
    }

    .featured-list, .featured-contact {
        flex-direction: column;
        align-items: center;
    }

    .featured-list li {
        margin: 0 0 20px;
        width: 100%;
    }

    .featured-contact {
        gap: 0;
    }

    .featured-contact .contact-tel {
        background-size: 40px auto;
        font-size: 36px;
        padding-left: 50px;
    }

    .featured-contact .contact-line {
        background: #fff url(img/line3.png) no-repeat 10px center / 32px auto;
        font-size: 22px;
        line-height: 50px;
        margin-top: 20px;
        padding: 0 20px 0 52px;
    }
}

.post-content th, .post-content td {
    font-size: 1.05rem;
    font-weight: 700;
    vertical-align: middle;
    line-height: 1.8;
    padding: 22px 2px 18px;
    background: none;
    border: 0;
    border-bottom: 1px #dedede solid;
}
.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 4px 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;
        font-size:18px;
    }
    .post-content td {
        border-top: none;
    }
}
/* 料金案内 */
.price_box {
    margin-bottom: 80px;
}
.price_box:last-of-type {
    margin-bottom: 0;
}
.price__text {
    width: 55%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.price__img {
    width: 45%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.price_box:nth-of-type(odd) .price__text {
    margin-left: 45%;
    padding-left: 4vw;
}
.price_box:nth-of-type(odd) .price__img {
    margin-left: -100%;
}
.price_box:nth-of-type(even) .price__text {
    padding-right: 4vw;
}
.price__img img {
    border-radius: 20px;
}
.price__text h2 {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
    width: 100%;
}
.price__text h2::after {
    content: none;
}
.price__text p {
    margin-bottom: 15px;
    width: 100%;
}
.price__text p:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .price_box {
        margin-bottom: 40px;
    }
    .price__text, .price__img {
        width: 100%;
    }
    .price__text {
        margin-bottom: 1em;
    }
    .price_box:nth-of-type(odd) .price__text {
        padding-left: 0;
        margin-left: 0;
    }
    .price_box:nth-of-type(odd) .price__img {
        margin-left: 0;
    }
    .price_box:nth-of-type(even) .price__text {
        padding-right: 0;
    }
    .price__text h2 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    .price__text p {
        margin-bottom: 8px;
    }
}
/* 料金案内 END */
.menu_sec {
    background-color: #f9f9f9;
    padding: 60px 0;
}
.menu_sec .content_inner{
    padding-top: 0;
}

.campaign_box {
    background: #fff; 
    border:3px solid #d00;
    border-radius: 10px;
    padding: 60px 30px 30px;
    margin-bottom: 50px;
    text-align: center;
    box-shadow: 0 0 15px rgba(221,0,0,0.1);
    position: relative;
    overflow: hidden;
}

.campaign_title {
    background: #d00;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    font-weight: bold;
    font-size: 1.6em;
}

.campaign_box h2 {
    margin: 20px 0 0;
    color: #d00;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.4;
}

.campaign_box p {
    margin: 20px 0;
    text-align: left;
    display: inline-block;
    max-width: 800px;
    line-height: 1.8;
}

.campaign_box p span {
    background: linear-gradient(transparent 70%, #ffaaaa 70%);
    font-weight: bold;
}

.discount_highlight {
    background: #fff0f0;
    border: 2px dashed #d00;
    padding: 20px;
    margin-top: 0px;
    border-radius: 8px;
    font-weight: bold;
}

.discount_highlight strong {
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 10px;
}

.discount_highlight h3 {
    font-size: 2em;
    font-weight: bold;
    color: #d00;
    margin: 0;
    line-height: 2;
}

.discount_highlight h3 span {
    font-size: 1.5em;
}

.post-content h2.con_title {
    text-align: center;
    margin-bottom: 40px;
}

.menu_box {
    background: #fff;
    padding: 30px;
    margin-bottom: 40px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
@media only screen and (max-width: 767px) {
    .menu_box {
        background: #fff;
        padding: 15px;
        margin-bottom: 40px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }
}

.post-content .menu_box h3 {
    border-bottom: 2px solid #eeeb50;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #000;
}

.post-content .menu_box p {
    margin: 0 0 20px;
}

.post-content .menu_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.post-content .menu_table tr {
    border-bottom: 1px solid #eee;
}

.post-content .menu_table th {
    text-align: left;
    padding: 15px;
    background: #fcfaf0;
    width: 40%;
}

.post-content .menu_table th span {
    font-size: 0.8em;
    font-weight: normal;
}

.post-content .menu_table td {
    text-align: right;
    padding: 15px;
    font-weight: bold;
    font-size: 1.5em;
    color: #d00;
}
@media only screen and (max-width: 767px) {
    .post-content .menu_table td {
        text-align: right;
        padding: 15px;
        font-weight: bold;
        font-size: 1.5em;
        color: #d00;
    }
}

.post-content .menu_table td span {
    font-size: 0.7em;
    color: #333;
}

.menu_include {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
}

.menu_include p {
    font-weight: bold;
    margin-bottom: 10px;
}

.menu_include ul {
    list-style: disc;
    margin-left: 20px;
}

.menu_include ul li span {
    color: #d00;
    font-weight: bold;
}

.menu_box + p {
    text-align: center;
    margin-top: 40px;
    font-size: 0.9em;
}
.blk {
    color: #000!important;
}

/* ご挨拶 */
.greeting-inner p {
    margin-bottom: 20px;
}
.greeting-inner p:last-child {
    margin-bottom: 0;
}
h2.greeting-title {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
    border-bottom: 1px solid #f7931e;
}
h2.greeting-title::after {
    width: 100px;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: -1px;
    height: 1px;
    border-radius: 0;
}
span.name {
    font-weight: 800;
    color: #f7931e;
    margin: 0 4px;
}
@media only screen and (max-width: 768px) {
    .greeting-inner p {
        margin-bottom: 10px;
    }
    h2.greeting-title {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }
    h2.greeting-title::after {
        margin-top: 5px;
    }
}
/* ご挨拶 END */
/* 運営概要 */
.information_sec .content_inner {
    max-width: 900px;
}
table.info_tbl th {
    width: 24%;
}
span.info-con_time {
    padding: 2px 5px;
    line-height: 1.5;
    color: #fff;
    background: #303232;
    display: inline-block;
    box-sizing: border-box;
}
span.caution.info-caution {
    font-size: 0.8rem;
    font-weight: 400;
    display: block;
}
/* 運営概要 END */
.greeting-inner{
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}
@media only screen and (min-width: 768px){
    .greeting-inner{
        flex-wrap: nowrap;
    }
    .greeting-test {
        width: 56%;
    }
    .greeting-inner figure {
        width: 41%;
    }
    .greeting-inner .greeting-text {
        width: calc(59% - 30px);
    }
}

.greeting-inner figcaption{text-align: right;font-weight: 900;margin-top: 10px;}

.post-content .contact_sec h2{
    text-align: center;
}
.post-content p.con_caution:last-child{
    margin: 0 auto;
}
.contact_sec .content_inner a.footer_but {
    display: block;
    margin: 30px auto 0;
    line-height: 60px;
    background: #02a400;
    color: #ffffff;
    box-sizing: border-box;
    position: relative;
    max-width: 300px;
    padding: 0 25px;
    text-align: left;
    box-shadow: 0px 5px 10px -41px rgba(0, 0, 0, 0.035), 0px 40px 80px -41px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    font-weight: 700;
    border-radius: 30px;
}
a.footer_but.footer-line::after {
    position: absolute;
    right: 25px;
    font-size: 20px;
    font-family: 'design_plus';
    content: '\e909';
    font-weight: 500;
}

#infinitescroll{
    margin-bottom: 100px;
}