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

html {
	height: 100%
}

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

body {
    color: #646464;
    font-family: "Zen Old Mincho", sans-serif;

}

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

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

h1, h2, h3, h4, h5, h6 {
    font-family: "Zen Old Mincho", sans-serif;
    font-weight: 700;
}

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 {
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    transition: all 0.3s ease-in-out 0s;
}

.logo {
    width: 316px;
    max-height: none;
    max-width: none;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}

.scrolled .logo, body:not(.home) .logo {
    opacity: 1;
}

.admin-bar .header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .top-slider-wrapper {
    margin-top: 0;
}

.top-slider {
    height: 100vh;
    position: relative;
}

.top-slider-content {
    border-radius: 0;
    height: auto !important;
    width: auto !important;
}

.top-slider-content-inner {
    background: none;
    color: #646464 !important;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100% !important;
    width: 100% !important;
    padding: 15px 90px 20px 90px;
}

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

.top-slider-content-inner:before {
    content: "";
    background: url(img/three-dots.png) no-repeat;
    position: absolute;
    bottom: 55px;
    left: 50%;
    margin-left: -4px;
    height: 31px;
    width: 7px;
}

.top-slider-content-inner::after {
    color: #fff !important;
    content: "Scroll";
    bottom: 25px;
    font-family: inherit;
    height: auto;
    width: auto;
}

.top-slider-logo {
    margin: 200px 0 0;
    max-height: 100%;
    position: relative;
    width: 370px;
}

.top-slider-logo strong {
    color: #83A190;
    font-size: 108px;
    font-weight: 900;
    text-shadow: 3px 3px 0px #fffbe8, 4px 4px 0px #83A190;
}

.top-slider-logo strong span {
    color: #646464;
    font-weight: 500;
    text-shadow: none;
}

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

.top-slider-text {
    color: #646464 !important;
    font-size: 22px !important;
    font-weight: 500;
    line-height: 2;
}

.footer {
    background: #B1A08A;
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.footer,
.home .footer {
    margin-top: 0;
}

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

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

.footer-logo {
    margin: 0 0 40px;
}

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

.footer .post-content p {
    font-size: 18px;
    margin: 0;
}

.footer .footer_address {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    margin: 50px 0;
    vertical-align: middle;
}

.footer-menu {
    margin: 80px 0 0;
}

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

.footer-menu ul li {
    padding: 0 45px;
}

.footer-menu .menu-item a {
    color: #fff;
    font-size: 0;
}

.footer-menu .menu-item span {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.social-links {
    display: flex;
    justify-content: center;
}

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

.social-links li.social-nav-instagram a {
    background: #fff url(img/instagram.png) no-repeat center;
}

.social-links li.social-nav-line a {
    background: #fff url(img/line.png) no-repeat center;
}

.social-links li.item-youtube a {
    background: #fff url(img/youtube.png) no-repeat center;
}

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

.footer-widget a.footer_but {
    display: inline-block;
    margin: 1.5em auto 0 0;
    line-height: 50px;
    background: #cfafa1;
    color: #ffffff;
    box-sizing: border-box;
    position: relative;
    max-width: 260px;
    padding: 0 20px 0 84px;
    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;
}

.footer-widget a.footer_but:hover {
    color: #fff;
    opacity: 0.7;
}

.copyright {
    background: none !important;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    line-height: inherit;
}

.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%;
}

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

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

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

.content01-img {
    text-align: right;
    width: 55%;
}

.content01-text {
    padding-right: 40px;
    text-align: left;
    width: 45%;
}

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

.content01-title {
    color: #646464 !important;
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: left;
}

.content01-title span {
    color: #B1A08A;
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 12px;
}

.content01-title span.green {
    color: #749550;
}

.content01-title span.red {
    color: #B13626;
}

.content01-text .content02-button strong {
    background: url(img/youtube-w.svg) no-repeat left center;
    padding-left: 50px;
}

address.contact-tel a {
    background: url(img/phone.png) no-repeat left center;
    color: #000;
    font-size: 2.5em;
    font-weight: 700;
    padding-left: 62px;
    font-style: normal;
}

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

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

.content02-title {
    color: #646464;
    font-family: "Zen Old Mincho", serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.3;
    margin: 40px 0 25px;
    text-align: left;
}

.content02-title span {
    color: #B1A08A;
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 12px;
}

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

.content02-button {
    border-bottom: 1px solid #B1A08A;
    color: #B1A08A !important;
    display: block;
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 24px;
    font-weight: 400;
    height: auto;   
    line-height: inherit;
    overflow: hidden;
    margin: 15px auto 0;
    padding: 40px 0 12px;
    position: relative;
    text-align: center;
    width: 170px;
    z-index: 1;
}

.content02-button:hover {
    background: #B1A08A;
    color: #fff !important;
}

#index-text-2 h2 {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 30px;
}

#index-text-2 h2 span {
    color: #B1A08A;
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 12px;
}
#index-text-2 .slick-slide img{
    aspect-ratio: 280/260;
    object-fit: cover;
}

.concept-slider {
    overflow: hidden;
    padding: 0 0 80px;
}

.concept-slider .slick-slide p {
    margin: 0 20px;
}

.concept-top {
    background: url(img/concept-bg.jpg) no-repeat center / cover;
    color: #fff;
    margin: 0 0 120px;
    padding: 80px 0;
}

.front-original02__text {
    max-width: 60%;
}

.front-original02__text h2::before {
    content: 'Concept';
    display: block;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
    color: #fff;
    text-orientation: initial;
}

.concept-img {
    text-align: center;
    margin-right: 120px;
}

.concept-img figure img {
    margin: 0 0 30px;
    width: 162px;
}

.text02-button {
    background: url(img/btn-bg.png) no-repeat center;
    border-radius: 40px;
    display: inline-block;
    margin: 35px 0 0;
    padding: 15px 30px 15px 100px;
    color: #fff;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 700;
    position: relative
}

.text02-button:before {
    content: "";
    background: url(img/email.png) no-repeat center;
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    width: 47px;
}

.text02-button:hover {
    opacity: 0.7;
}

.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: #646464;
    display: block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
}

.contact-text .open-title {
    border: 1px solid #646464;
    border-radius: 30px;
    color: #646464;
    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: 50px 0;
}

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

.content03-item {
    align-items: center;
}

.content03-item:not(:first-child) {
    margin-top: -70px;
}

.content03-item .content03-img {
    padding-right: 80px;
    width: 50%;
}

.content03-item .content03-text {
    position: relative;
    width: 50%;
}

.content03-item:nth-child(even) {
    flex-direction: row-reverse;
}

.content03-item:nth-child(even) .content03-img {
    padding-left: 80px;
    padding-right: 0;
}
.content03-item:not(:first-child){
    margin-top: 80px;
}

.content03-text .flex {
    align-items: center;
}

.content03-item .content03-title {
    color: #504F4D;
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 40px;
    text-align: left;
    position: relative;
    z-index: 1;
}

.content03-title span {
    color: #B1A08A;
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 12px;
}

#index-blog, #index-instagram {
    background: #FCFAF5;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

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

#index-blog .headline-primary, #index-instagram .headline-primary {
    color: #B1A08A;
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 50px;
    font-weight: 300;
    margin: 0 0 32px;
    text-align: left;
    position: relative;
    text-align: left;
}

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

.top-blog {
    margin-bottom: 0;
}

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

.article03 > a {
    color: #646464;
}

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

#index-blog .article03-title {
    color: #646464;
    font-family: "Zen Old Mincho", sans-serif;
    font-weight: 500;
    font-size: 18px;
    height: 58px;
}
.article03-date{
    font-family: "Zen Old Mincho", sans-serif;
}
#index-instagram {
    padding: 0 0 100px;
}

#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 {
    border: 1px solid #B1A08A;
    border-radius: 30px;
    color: #B1A08A;
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 52px;
    padding: 0 62px 0 20px;
    position: absolute;
    right: 90px;
    top: 10px;
}

#index-instagram .follow-btn:after {
    background: url(img/instagram1.png) no-repeat right center;
    content: "";
    position: absolute;
    right: 20px;
    top: 10px;
    height: 30px;
    width: 30px;
}

#index-instagram .content02-button span {
    background: none;
}

#index-instagram .content02-button span:after {
    font-family: 'design_plus';
    content: '\ea92';
    position: absolute;
    right: 25px;
    font-size: 20px;
    font-weight: 700;
}

.footer.footer__type2 .footer-widget {
    font-family: "Zen Old Mincho", 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: #646464;
}

.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 {
    box-sizing: border-box;
    color: #B1A08A;
    display: none;
    text-transform: uppercase;
    height: auto;
    padding: 20px 0 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 1000;
}

.home .global-nav-button{
    color: #fff;
}

.home .scrolled .global-nav-button {
    color: #B1A08A;
}

.nav-toggle_line {
    display: block;
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    background-color: #B1A08A;
    border-radius: 5px;
    transform: translate(0,0);
    transition: all .22s ease 0s;
}

.home .nav-toggle_line {
    background-color: #fff;
}

.home .scrolled .nav-toggle_line {
    background-color: #B1A08A;
}

.nav-toggle_line._1 {
    left: 0;
}

.nav-toggle_line._2 {
    left: 50%;
    margin-left: -5px;
}

.nav-toggle_line._3 {
    right: 0;
}

.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{
    font-family: "Zen Old Mincho", sans-serif;
}
.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: 70px;
}
.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 .dp-footer-bar{
    opacity: 0;
}

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

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

.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: #646464 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.global-nav > ul > li > a::after, .global-nav .current-menu-item > a::after {
    content: "";
    width: 0;
    height: 2px;
    background: #ec8753;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: all 0.5s;
    z-index: -1;
}
.global-nav > ul > li > a:hover::after, .global-nav .current-menu-item > a::after {
    width: 100%;
}
.global-nav > ul > li > a span {
    color:#B1A08A;
    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{
    margin-bottom: 80px;
}
.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: #C5B8A8;
    text-align: center;
}
address.con_tel a {
    color: #C5B8A8;
}
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; }
}

.header-youtube:after{
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.1);
    content: "";
    width: 100%;
    height: 100%;
}


.post-title{
    font-size: 30px;
    font-weight: 700;
}

.signage:not(:has(.signage-content)){
    height: 360px;
}

.content03-item .content03-img img{
    aspect-ratio: 600/375;
    object-fit: cover;
}

.nav-links01{
    margin-top: 50px;
}

.visible-phone {
    display: none;
}

.margin-100 {
    margin-bottom:100px;
}
.margin-90 {
    margin-bottom:90px;
}
.margin-80{
    margin-bottom:80px;
}
.margin-70{
    margin-bottom:70px;
}
.margin-60{
    margin-bottom:60px;
}
.margin-50{
    margin-bottom:50px;
}
.margin-40 {
    margin-bottom:40px;
}
.margin-30 {
    margin-bottom:30px;
}
.margin-20 {
    margin-bottom:20px;
}
.margin-10 {
    margin-bottom:10px;
}
.c-pc-w90 {
    width: 90%;
    margin: auto;
}
.c-pc-w70 {
    width: 70%;
    margin: auto;
}
.leftcontBox1 {
    width: 15%;
    display: inline-block;
    vertical-align: top;
    margin-right: 4.4%;
}
.leftcontBox2 {
    width: 18%;
    display: inline-block;
    vertical-align: top;
    margin-right: 4.4%;
}
.leftcontBox3 {
    width: 28%;
    display: inline-block;
    vertical-align: top;
    margin-right: 4.4%;
}
.leftcontBox4 {
    width: 38%;
    display: inline-block;
    vertical-align: top;
    margin-right: 4.4%;
}
.leftcontBox5 {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin-right: 4.4%;
}
.leftcontBox6 {
    width: 57%;
    display: inline-block;
    vertical-align: top;
    margin-right: 4.4%;
}
.rightcontBox4 {
    width: 38%;
    display: inline-block;
    vertical-align: top;
}
.rightcontBox5 {
    width: 47%;
    display: inline-block;
    vertical-align: top;
}
.rightcontBox6 {
    width: 56%;
    display: inline-block;
    vertical-align: top;
}
.rightcontBox7 {
    width: 66%;
    display: inline-block;
    vertical-align: top;
}
.rightcontBox8 {
    width: 76%;
    display: inline-block;
    vertical-align: top;
}
.rightcontBox9 {
    width: 80%;
    display: inline-block;
    vertical-align: top;
}
@media only screen and (max-width: 991px) {
    .leftcontBox4,
    .leftcontBox6,
    .leftcontBox5,
    .rightcontBox5{
        width: 100%;
        margin: 0 0 15px;
    }
    .rightcontBox4,
    .rightcontBox6{
        width: 100%;
    }
}
@media only screen and (max-width: 767px){
    .c-pc-w90,
    .c-pc-w70 {
        width: 100%;
    }
    .leftcontBox1,
    .leftcontBox2,
    .leftcontBox3
    {
        width: 100%;
        margin: 0 0 15px;
    }
    .rightcontBox7,
    .rightcontBox8,
    .rightcontBox9{
        width: 100%;
    }
}

.post-content h2 {
    padding: 0;
    font-size: 25px;
    line-height: 1.6;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 0.15em;
}
.post-content h2 span{
    color:#B1A08A;
    font-size: 28px;
}
.post-content h2:after {
    content: '';
    background: #851f83;
    width: 30px;
    height: 2px;
    display: block;
    margin: 25px auto 0;
    border-radius: 15px;
}
.trial_menu_btn {
    background-color: #ffdc00;
    color: #320432 !important;
    padding: 0.6em;
    display: block;
    max-width: 300px;
    width: 100%;
    text-align: center;
    margin: 0em auto 0;
    border-radius: 10px;
    box-sizing: border-box;
}
.content-innr-01 {
    background: #fffcf6;
    padding: 70px 8.5%;
    margin: 0 auto;
    box-sizing: border-box;
}
.content-innr-02 {
    background: #fff;
    padding: 70px 8.5%;
    margin: 0 auto;
    box-sizing: border-box;
}
@media only screen and (max-width: 991px) {
    .content-innr-01,
    .content-innr-02 {
        padding: 70px 7.5%;
    }
}
@media only screen and (max-width: 767px){
    .content-innr-01,
    .content-innr-02 {
        padding: 50px 5%;
    }
}

/* ご挨拶 */
.greeting_sec h2 {
    line-height: 1.5;
    text-align: left;
    margin-bottom: 50px;
    color: #8C7E64;
    font-size: 38px;
}
.greeting_sec h2::after {
    content: none;
}
.greeting_sec p {
    margin-bottom: 15px;
}
.greeting_sec p:last-of-type {
    margin-bottom: 0;
}
.greeting__inner {
    margin-bottom: 100px;
}
.greeting__inner.row-reverse {
    flex-direction: row-reverse;
}
.greeting_img {
    width: 30%;
    box-sizing: border-box;
}
.greeting__inner-second .greeting_img {
    width: 40%;
}
.greeting_img h3 {
    font-size: 1.15rem;
    margin-bottom: 10px;
}
.greeting_img img {
    width: 100%;
    max-width: 330px;
    margin: 0 auto 20px;
    border: 1px solid #f9d3a5;
    border-radius: 100%;
    box-sizing: border-box;
}
.greeting__inner-second img {
    margin: 0 auto;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    aspect-ratio: 420/300;
    object-fit: cover;
}
.greeting_text {
    width: 70%;
    padding-left: 4vw;
    box-sizing: border-box;
}
.greeting__inner-second .greeting_text{
    width: 60%;
    padding-right: 0;
    padding-left: 4vw;
}
.greeting__inner-second.row-reverse .greeting_text {
    padding-left: 0;
    padding-right: 4vw;
}
h2.name {
    font-size: 1.3rem;
    text-align: center;
    color: #463722;
    margin-bottom: 15px;
}
h2.name span {
    font-size: 0.9rem;
    margin-left: 10px;
}
@media only screen and (max-width: 970px) {
    .greeting_img, .greeting_text, .greeting__inner-second .greeting_img, .greeting__inner-second .greeting_text {
        width: 100%;
    }
    .greeting_text, .greeting__inner-second .greeting_text {
        padding-left: 0;
        margin-top: 40px;
    }
}
@media only screen and (max-width: 768px) {
    .greeting_sec h2 {
        margin-bottom: 20px;
    }
    .greeting__inner {
        margin-bottom: 25px;
    }
}
/* ご挨拶 END */
/*----------------------------------------------------------
        固定ページ
        ========================================================
        table 
----------------------------------------------------------*/
.post-content table {
    width: 100%;
    table-layout: fixed;
}
.post-content tbody {
    border: none;
}
.post-content td, .post-content th {
    border: 2px solid #fff;
    padding: 25px 25px 22px;
    line-height: 1.8;
    background: none;
}
.post-content th {
    background: #B1A08A;
    color: #fff;
    font-weight: 600;
    width: 30%;
    text-align: left;
    vertical-align: middle;
    font-size: 15px !important;
}
.post-content td {
    background-color: #fefbf5;
    font-size: 15px !important;
    font-weight: 500;
}
table.coach th {
    text-align: left;
    width: 45%;
    font-weight: 500;
}
table.about th {
    text-align: left;
    width: 30%;
    font-weight: 500;
}
table.about td {
    text-align: left;
    font-weight: 500;
}
.post-content th span {
    font-size: 14px;
    font-weight: 500;
}
.post-content td span {
    font-size: 13px;
    font-weight: 500;
    color: #3c053c;
}
@media only screen and (max-width: 767px){
    .post-content td, .post-content th {
        padding: 15px 15px 14px;
        font-size: 14px !important;
    }
    .post-content th {
        box-sizing: border-box;
        width: 100%;
        display: block;
    }
    .post-content td {
        box-sizing: border-box;
        width: 100%;
        display: block;
    }
    table.about th {
        width: 100%;
    }
}
@media only screen and (max-width: 500px){
    .post-content th span {
        font-size: 13px;
    }
}

/* よくある質問 */
.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 {
    list-style: none;
    padding: 0 0 0 50px;
    margin: 0;
    margin-bottom: 20px;
}
ul.list.faq_list li {
    font-weight: 700;
    padding-left: 30px;
    position: relative;
}
ul.list.faq_list li::before {
    content: '';
    position: absolute;
    background: #f3a68c;
    border-radius: 10px;
    width: 8px;
    height: 8px;
    top: 9px;
    left: 0;
    
    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 */

/* お問い合わせ */
.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: #C5B8A8;
}
p.caution.con_caution {
    width: fit-content;
    margin: 0 auto 12px;
    line-height: 1.5;
}
.post-content 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: 1px solid #B1A08A;
    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: 1px solid #B1A08A;
    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: #fff;
    background: #B1A08A;
    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 */
.con_line_box {
    padding: 25px 25px 30px;
    color: #fff;
    background: #00b900;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
}
.con_line_box p.con_line_text{
    margin-top: 15px;
}
.post-content a.con_line_but {
    width: 100%;
    max-width: 380px;
    padding: 15px 25px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #00b900;
    background: #fff;
    border-radius: 100px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: -webkit-flex;
    display: flex;
    position: relative;
    margin: 0 auto;
    transition: 0.5s;
}
.post-content a.con_line_but::after {
    content: "\e909";
    font-size: 23px;
    font-weight: 400;
    position: absolute;
    font-family: "design_plus";
    right: 25px;
    transition: 0.5s;
}
.con_line_box h2 {
    font-size: 1.4rem;
    line-height: 1.5;
}
.con_line_box h2::after {
    content: none;
}
.google_form iframe{
    width: 100%;
}

.s_table{
    font-family: "Zen Old Mincho", sans-serif;
}

.greeting__inner.border-top{
    padding-top: 100px;
    border-top: 1px solid #f9d3a5;
}

.post-content .s_table{
    white-space: normal;
}

@media only screen and (max-width: 767px){
    .mail_sec .content_inner{
        padding-bottom: 0;
    }
}

#index-greeting{
    margin-top: 100px;
    background: #FCFAF5;
}
#index-greeting .content_inner{
    padding-bottom: 0;
}
#index-greeting.greeting_sec h2{
    text-align: center;
}

.headline-primary {
    font-size: 42px;
    line-height: 1.4;
    margin: 50px 0 50px;
    text-align: center;
}

.post-content h3 {
    line-height: 33px!important;
}

.visible-phone {
	display: none;
}

@media only screen and (max-width: 767px){
	.hidden-phone {
		display: none;
	}
	
	.visible-phone {
		display: block;
	}
}