/*
 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
*/
@media(min-width:1201px){
	body #global-nav{display:block !important;}
}
p.footer-address{
    padding-left: 0;
}
p.footer-address::before{
    display: none;    
}
ul.footer-menu-list li a{
    padding-left: 0;
}
ul.footer-menu-list li a::before{
    display: none;
}

/* ご挨拶 */
.greeting_inner {
    margin-bottom: 80px;
}
.greeting_inner:last-of-type {
    margin-bottom: 0;
}
.post-content .greeting_inner h2 {
    font-size: 2rem;
    line-height: 1.5;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: none;
}

.post-content .greeting_inner h2::after {
    width: 60px;
    height: 1px;
    margin: 10px auto 0 auto;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}
.greeting_inner h2.greeting_title:after{
	display: none;
}
.post-content .greeting_inner h3 {
    margin-bottom: 10px;
    border-bottom: none;
    line-height: 1.6;
}
.post-content .greeting_inner p {
    margin-bottom: 15px;
}
.post-content .greeting_inner p:last-of-type {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .greeting_inner {
        margin-bottom: 25px;
    }
    .post-content .greeting_inner h2 {
        font-size: 1.5rem;
    }
    .post-content .greeting_inner h2::after {
        width: 30px;
    }
}
.greeting_intro-img {
    width: 60%;
    box-sizing: border-box;
    margin-left:auto;
    margin-right:auto;
}
@media(max-width:768px){
    .greeting_intro-img{
        width:100%;
    }
}
.post-content h2{
    margin-bottom: 30px;
    border-bottom: none;
}
.post-content h2::after {
    content: "";
    display: block;
    background: #121212;
    width: 20px;
    height: 2px;
    margin: 15px auto 0;
    position: relative;
}
.post-content tr {
    border: none;
}
table.price_tbl th, table.price_tbl td{
    border: none;
}
/* ご挨拶 END */
.content_inner{
    margin-inline: auto;
}
/* 運営概要 */
.info_sec .content_inner {
    max-width: 900px;
}
.post-content .info_sec .content_inner table.info_tbl{
    margin-bottom: 0;
}
table.info_tbl th {
    width: 25%;
}
.map_sec {
    height: 500px;
}
.map_sec iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.map_sec iframe:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
@media only screen and (max-width: 768px) {
    .map_sec {
        height: 300px;
    }
}
/* 運営概要 END */

/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
    max-width: 950px;
}
.mail_sec .content_inner {
    padding-top: 0;
}
p.contact-first_text {
    width: fit-content;
    margin: 0 auto 40px;
    font-size: 1.1rem;
    line-height: 1.5;
}
.con_sns_box {
    width: 50%;
    padding: 25px 20px;
    background: #00b900;
    color: #fff;
    box-sizing: border-box;
}
.con_insta_box {
    background: linear-gradient(-50deg, #ffd75f, #ff0357);
}
.post-content .con_sns_box h2 {
    font-size: 1.35rem;
    line-height: 1.5;
    margin-bottom: 15px;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    border: none;
}
.con_sns_box h2::after {
    content: none;
}
.con_sns_box p {
    margin-bottom: 0;
}
a.con_sns_but {
    width: 100%;
    max-width: 350px;
    padding: 13px 25px;
    font-size: 1rem;
    font-weight: 400;
    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: 15px auto 0;
}
a.con_insta_but {
    color: #ff0357;
}
a.con_sns_but::after {
    content: '\e909';
    font-size: 24px;
    font-weight: 400;
    position: absolute;
    font-family: "design_plus";
    right: 22px;
}
a.con_insta_but::after {
    content: "\ea92";
}
a.con_sns_but:hover {
    background: #8bc7d5;
    color: #fff !important;
}
.mail_info_box {
    margin-bottom: 20px;
}
.mail_info_box p {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    p.contact-first_text {
        font-size: 1rem;
        margin-bottom: 20px;
    }
    .con_sns_box {
        width: 100%;
        padding: 15px;
    }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 8px;
    padding: 2px 4px;
    border-radius: 2px;
    color: #fff;
    background: #f35d63;
}
.wpcf7 {
    border: none;
    background: none;
    margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
    background: #fff;
    border: 1px solid #d4dee0;
    padding: 18px;
    box-sizing: border-box;
}
.post-content .wpcf7 form {
    margin: 20px;
}
.wpcf7 form p {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 25px;
}
.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: 450px;
    margin-left: auto;
    font-size: 1.2rem;
    font-weight: 400;
    height: 78px;
    color: #fff;
    background: #6c6c6c;
    border-radius: 100px;
    transition: all .5s;
    font-family: "Zen Old Mincho", serif;
}
.wpcf7 input.wpcf7-submit:hover {
    color: #fff;
    background: #d4c9b9;
    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: 768px) {
    .wpcf7 input.wpcf7-submit {
        margin-top: 20px;
    }
}

.post-content p.contact-first_text {
    width: fit-content;
    margin: 0 auto 40px;
    font-size: 1.1rem;
    line-height: 1.5;
}

.post-content h2.title-contact-form{
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 30px;
    padding-top: 0;
    font-weight: 400;
    text-align: center;
    border: none;
}
.post-content h2.title-contact-form::after {
    content: "";
    display: block;
    background: #121212;
    width: 20px;
    height: 2px;
    margin: 15px auto 0;
    position: relative;
}
.signage-content{
    text-align: center;
}
.logo-image a img{
    position: relative;
    z-index: 9;
}
/* メニュー */
.menu_sec .content_inner {
    max-width: 1050px;
}
.menu_box {
    margin-bottom: 40px;
}
.menu_box:last-of-type {
    margin-bottom: 0;
}
.menu_box h2 {
    text-align: left;
}
.menu_box h2::after {
    width: 30px;
    margin-left: 0;
}
.menu_box p {
    margin-bottom: 15px;
}
.menu_box p:last-child {
    margin-bottom: 0;
}
.menu__text {
    width: 55%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.menu__img {
    width: 45%;
    padding-left: 3vw;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.menu__text p {
    width: 100%;
}
table.price_tbl th, table.price_tbl td {
    font-size: 1rem;
    padding: 22px 25px 18px;
    color: #121212;
    background: #ffffff;
    border-bottom: 4px solid #f3f7f8;
}
table.price_tbl th {
    width: 70%;
    padding-right: 0;
}
table.price_tbl td {
    text-align: end;
}
p.caution.tax {
    font-size: 0.85rem;
    margin-top: 18px;
    line-height: 1.5;
}
@media only screen and (max-width: 970px) {
    table.price_tbl th, table.price_tbl td {
        font-size: 0.95rem;
        padding: 12px 15px;
    }
    table.price_tbl th {
        padding-bottom: 0;
        border-bottom: 0;
    }
}
@media only screen and (max-width: 768px) {
    .menu_box {
        margin-bottom: 25px;
    }
    .menu_box p {
        margin-bottom: 8px;
    }
    .menu__text, .menu__img {
        width: 100%;
    }
    .menu__img {
        margin-top: 1.5em;
        padding-left: 0;
    }
}
/* メニュー END */
/* よくある質問 */
.faq {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px #d4dee0 solid;
    box-sizing: border-box;
}
.faq:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.faq h2 {
    font-size: 1.35rem;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-top: 2px;
    position: relative;
}
p.answer {
    padding-top: 3px;
}
.faq p {
    position: relative;
    margin-bottom: 10px;
}
.faq p:last-child {
    margin-bottom: 0;
}
.faq h2, .faq p {
    padding-left: 55px;
}
.faq h2::before, p.answer::before {
    content: "Q";
    position: absolute;
    font-size: 22px;
    font-weight: 400;
    font-family: "Sorts Mill Goudy", system-ui;
    color: #fff;
    background: #121212;
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    left: 0;
    top: 2px;
}
p.answer::before {
    content: 'A';
    background: #cfc3b3;
    line-height: 41px;
    top: 0;
}
.faq h2::after {
    content: none;
}
@media only screen and (max-width: 768px) {
    .faq {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    .faq h2, .faq p {
        padding-left: 50px;
    }
}
/* よくある質問 END */

@media only screen and (min-width: 1200px){
    .logo-image{
        top: 10px;
        width: 80px;
        height: auto;
    }
    .home .logo-image{
        top: 30px;
        width: 150px;
        height: auto;
    }
}

.post-content h3
 {
    font-size: 1.3em;
    line-height: 1.6;
    border-bottom: 1px dashed #cfafa1;
    padding: 0 0 0.5em;
    margin: 0 auto 0.75em;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    color: #7a7a7a;
}
body.single .main{padding-top:40px;padding-bottom:40px;}
@media only screen and (max-width: 1200px) {
	body .header .global-nav a {color: #000 !important;text-align: center;}
	body .global-nav-button::before {
		color: #000;
		content: "\f0c9";
		display: block;
		font-family: "design_plus";
		font-size: 30px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		line-height: 24px;
		margin: 10px auto 0;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		text-align: center;
		width: 30px;
		height: 30px;
	}
	.global-nav-button::after {
		content:'MENU';
		position:absolute;
		bottom:10px;
		left:7px;
		color:#000;
		font-size:14px;
		font-weight:600;
		height: 30px;
	}
}
@media only screen and (max-width: 767px) {
    body .global-nav a {
        color: #000 !important;
		text-align: center;
    }
	body .front_topics {
        padding: 0 15px 70px;
    }
	body .front_topics .article03-content {
        padding: 0 10px 10px;
    }
	body .footer_about_sec {width: 100%;flex-direction: column;padding:0 15px;gap:20px;}
	body .footer_about_inner {width: 100%;padding-right:0;}
	body .footer__info__box {width: 100%;padding-right:0;}
	body .footer-menu {width: 100%;padding-left:0;border-left:0;}
	.copyright {text-align: center;}
	body .pagetop a{line-height:1;}
}


.flex-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    margin-bottom: 60px;
}

.article03-content.flex-auto {
	margin: 0;
}

