/*
 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 {
    background: #fffbe8;
    color: #6f531f;
    font-family: "Zen Maru Gothic", sans-serif;
}

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

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

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

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

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

.header-bar-inner {
    justify-content: space-between;
    align-items: start;
    padding: 20px 90px;
    transition: all 0.3s ease-in-out 0s;
}

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

.scrolled .logo {
    width: 285px;
}

.top-slider-wrapper {
	display: flex;
	flex-direction: row-reverse;
}

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

.admin-bar .top-slider {
  height: calc(100vh - 32px);
}

.top-slider-content {
    border-radius: 0;
    display: flex;
    align-items: end;
    height: auto !important;
    width: 50% !important;
    position: static;
}

.top-slider-content-inner {
	background: none;
    color: #6f531f !important;
    height: 100% !important;
    width: 100% !important;
    padding: 15px 60px 20px 90px;
    text-align: left;
}

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

.top-slider-logo {
    color: #6f531f;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 84px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 15px;
	max-height: 100%;
    position: relative;
	width: auto;
}

.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: #6f531f;
	font-weight: 500;
	text-shadow: none;
}

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

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

.footer {
    background: #6f531f;
	color: #fff;
    margin-top: 0;
}

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

.footer-left {
	padding: 0 100px;
}

.footer-center {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 0 45px 0 70px;
}

.footer-right {
	flex: 1;
	padding: 0 70px;
}

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

.footer-logo {
	text-align: left;
}

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

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

.footer .footer_address, .footer .footer_phone, .footer .footer_time, .footer .footer_calendar {
	font-weight: 500;
	line-height: 36px;
	margin: 0 0 15px;
    padding-left: 42px;
}

.footer .footer_address {
    background: url(img/map.png) no-repeat left 10px;
    font-size: 20px;
}

.footer .footer_phone {
    background: url(img/phone.png) no-repeat left center;
    font-size: 32px;
    font-weight: 900;
}

.footer .footer_time {
    background: url(img/time.png) no-repeat left center;
}

.footer .footer_calendar {
    background: url(img/calendar.png) no-repeat left center;
}

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

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

.footer-menu ul li:before {
    content: "";
    background: #fff;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
}

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

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

.social-links {
	margin: 20px 0 0;
}

.social-links {
    display: flex;
}

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

a.footer_but.footer-line {
    background: #02a400;
}

a.footer_but.footer-instagram {
    background: linear-gradient(90deg, rgba(76, 100, 211, 1) 0%, rgba(207, 46, 146, 1) 33%, rgba(242, 105, 57, 1) 66%, rgba(255, 221, 131, 1) 100%);
}

a.footer_but:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    background: #fff;
    border-radius: 30px 0 0 30px;
    width: 64px;
}

a.footer_but::after {
    font-family: "Font Awesome 5 Free";
    content: "\ea92";
    position: absolute;
    left: 18px;
    font-size: 32px;
    font-weight: 700;
}

a.footer_but.footer-line::after {
    font-family: 'design_plus';
    content: '\e909';
    font-weight: 500;
    color: #02a400;
}

a.footer_but.footer-instagram::after {
    font-family: 'design_plus';
    content: '\ea92';
}

.copyright {
    background: none !important;
    color: #6F531F;
	font-size: 16px;
	font-weight: 500;
    height: auto;
    line-height: inherit;
    text-align: left;
}

.copyright .footer-inner {
	padding: 20px 90px;
}

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

#index-text-1, #index-3column {
	background: url(img/partern.png);
	position: relative;
}

#index-text-1:before {
	content: "";
	background: url(img/top-bg.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: -460px;
	height: 460px;
	z-index: -1;
}

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

.content01-inner {
    padding: 100px 90px;
}

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

.content01-img img {
    border-radius: 30px;
}

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

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

.content01-title {
	color: #6F531F !important;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: left;
}

.content01-title span {
    color: #036EB2;
}

.content01-text p:not(:last-child) {
    margin: 0 0 24px;
}

.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, #index-blog {
	position: relative;
}

#index-3column:after, #index-blog:after {
	content: "";
	background: url(img/concept-bg2.png) no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 80px;
}

.content02-inner {
    padding: 0 90px 200px;
    width: auto;
}

.content02-item {
	color: #6F531F;
	display: flex;
	flex-direction: column;
	margin-left: 60px;
    padding: 0;
    position: relative;
	width: calc(33.33% - 30px);
}

.content02-title {
	background: url(img/bird-3.png) no-repeat center bottom;
	background-size: 80% auto;
    color: #6F531F;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    margin: 25px 0;
	padding: 0 0 60px;
    text-align: center;
}

.content02-title span {
	color: #5EB74A;
}

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

.content02-button {
    background: transparent;
    border: 1px solid #6F531F;
    border-radius: 30px;
    color: #6F531F !important;
    display: block;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 24px;
    font-weight: 700;
    height: 50px;   
    line-height: 50px;
    overflow: hidden;
	margin: 30px auto 0;
    padding: 0;
	position: static;
    text-align: center;
    width: 190px;
    z-index: 1;
}

.content02-button:hover {
    background: #6F531F !important;
	color: #fff !important;
	opacity: 0.7;
}

#index-text-2 {
	background: url(img/concept-bg.jpg) no-repeat center;
	background-size: cover;
}

#index-text-2 h2 {
    color: #fff;
    font-size: 66px;
	font-weight: 400;
    line-height: 1.2;
    margin: 0 0 30px;
}

#index-text-2 h2 strong {
    color: #83A190;
	font-size: 78px;
	font-weight: 900;
}

#index-text-2 p {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
    max-width: 490px;
}

.text02-button {
    background: #fff;
    border-radius: 40px;
	display: inline-block;
    margin: 60px 0 0;
	padding: 15px 30px 15px 110px;
	color: #83A190;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 700;
	position: relative
}

.text02-button:before {
	content: "";
	background: url(img/bird-2.png) no-repeat;
	background-size: 105px auto;
	position: absolute;
	left: -7px;
	top: -25px;
	height: 98px;
	width: 105px;
}

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

.contact-text {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
	line-height: 1.2;
}

.contact-text > span {
	display: flex;
	align-items: center;
	margin: 0 0 10px;
}

.contact-text .contact-tel {
	color: #6F531F;
    font-size: 48px;
	font-weight: 500;
    line-height: 1;
	letter-spacing: 3px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.contact-text .contact-tel strong {
	color: #83A190;
	font-weight: 500;
}

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

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

.content03-item .content03-img {
    width: 50%;
}

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

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

.content03-item:nth-child(odd) .content03-text {
    padding-left: 0;
    padding-right: 50px;
}

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

.content03-item .content03-title {
	background: url(img/line-point.png) no-repeat left bottom;
	background-size: 100% auto;
	color: #6F531F;
    font-size: 36px;
    font-weight: 900;
    margin: 0 0 30px;
	padding: 0 0 20px;
    text-align: left;
	position: relative;
	z-index: 1;
}

.content03-item .content03-title span {
    color: #83A190;
}

.content03-item h3 {
	color: #6F531F;
    display: block;
    font-size: 16px;
	font-weight: 900;
	margin: 0 0 10px;
	padding: 100px 0 0;
	position: relative;
	z-index: 1;
}

.content03-item h3:before {
	content: "";
	background: url(img/cloud-1.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 50px;
	left: -90px;
	height: 220px;
	width: 392px;
	z-index: -1;
}

.content03-item h3 strong {
	font-size: 128px;
	line-height: 100px;
}

.content03-item h3 strong span {
	color: #83A190;
}

.content03-item h3 small {
	color: #83A190;
	font-size: 16px;
}

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

.content03-item .content03-img img {
    border-radius: 40px;
}

.content03-body {
	margin: 20px 0 0;
}

#index-blog {
    padding: 0 0 100px;
    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: #6F531F;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 66px;
    font-weight: 900;
    margin: 0 0 32px;
    text-align: left;
    position: relative;
	text-align: left;
}

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

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

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

.article03 > a {
    color: #6B5C50;
}

.article03-thumbnail img {
	border-radius: 20px 20px 0 0;
}

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

#index-blog .article03-title {
    color: #6B5C50;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 18px;
	height: auto;
	min-height: 58px;
}

#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 {
	background: url(img/instagram1.png) no-repeat right center;
    color: #6B5C50;
	font-size: 20px;
	font-weight: 900;
    line-height: 52px;
    padding-right: 62px;
}

#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: #6f531f;
}

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

.global-nav {
	position: fixed;
	right: 0;
	top: 0;
	width: 0;
	height: 100vh !important;
	overflow-y: scroll;
	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);
}

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

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

.global-nav-button {
	background: #6f531f;
	border: 2px solid #fff;
	border-radius: 40px;
    display: block;
    box-sizing: border-box;
    color: #fff;
    text-transform: uppercase;
    height: auto;
    padding: 30px 20px 10px;
    font-size: 14px;
	font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 1000;
}

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

.nav-toggle_line._1 {
  left: 20px;
}

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

.nav-toggle_line._3 {
  right: 20px;
}

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

.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: #6f531f !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:#83a190;
    text-align: center;
    display: block;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.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: 124px;
}
/* ナビ 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: #3eb926;
}
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; }
}