@charset "UTF-8";
/*
Theme Name: story_tcd041-child
Template: story_tcd041
*/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html{
	scroll-behavior: smooth;
}
body {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}
h1,h2,h3,h4,h5,h6{
	line-height: 1.8;
	font-weight: 900;
	margin-bottom: 1em;
}
p, .post-content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: .1em;
	margin-bottom: 1em;
}
p:last-child, .post-content p:last-child{
	margin-bottom: 0;
}
a{
	text-decoration: none;
	transition: all 1s;
}
a img{
	transition: all 1s;
}
a:hover img{
	opacity: .6;
}
a.btn{
	display: inline-block;
	width: auto;
	min-width: 240px;
	height: 50px;
	line-height: 50px;
	padding: 0 4em 0 2em;
	color: #e76f4a !important;
	border: 1px solid #e76f4a;
	position: relative;
}
a.btn::after {
    content: '\f35a';
    font-family: 'FontAwesome';
    position: absolute;
    right: 1em;
    transition: all 1s;
}
a.btn:hover{
	color: #fff !important;
	background: #e76f4a;
}
a.btn:hover::after{
	right: 2em;
}
img{
	max-width: 100%;
}
li, .post-content li{
	line-height: 2;
}
td,.post-content td,th, .post-content th{
	border: 1px solid #fcebe6 !important;
}
th,.post-content th{
	background: #e76f4a !important;
	color: #fff !important;
}
br.pc-br{ display: block;}
br.sp-br{ display: none;}

@media only screen and (max-width: 991px) {
	.home .inner{
		padding: 0 6.11111%;
	}
}
@media only screen and (max-width: 767px) {
	p, .post-content p {
		font-size: 16px !important;
	}
}
@media only screen and (max-width: 480px) {
	br.pc-br{ display: none;}
	br.sp-br{ display: block;}
}

/* header */
/* .header-bar-inner.inner{
	width: 90%;
} */
img.h_logo {
	width: 70%;
	padding: 0;
}
.header-bar {
	background-color: rgba(243, 243, 243,0.9) !important;
	box-shadow: 2px 2px 4px rgba(156, 156, 156, 0.5);
}
.global-nav > ul > li > a {
	color: #333 !important;
}
.global-nav > ul > li > a:hover {
	color: #e2050e !important;
}
.global-nav > ul > li > ul.sub-menu > li > a {
	color: #333 !important;
	background-color: #fff !important;
}
@media only screen and (max-width: 1200px) {
	.logo{
		margin-left: 0 !important;
	}
    .global-nav a, .global-nav a:hover{
        background: #fff !important;
    }
	.global-nav .menu-item-has-children > a span::before{
		color: #666 !important;
	}
}
/* footer */
#footer-consultation{
	background: url(/wp-content/themes/story_tcd041-child/img/footer-consultation-bg.jpg) center no-repeat;
	background-size: cover;
	padding: 6rem 0;
	position: relative;
}
#footer-consultation:after{
	content:'';
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 0;
	left: 0;
}
#footer-consultation h2{
	font-size: 2rem;
    text-align: left;
    position: relative;
    z-index: 1;
}
#footer-consultation p{
    position: relative;
    z-index: 1;
}
.footer{
	background: #f3f3f3;
	padding-top: 60px;
	margin-top: 0 !important;
}
.footer-gallery{
	display:none;
}
.footer-content{
	margin-top: 0;
}
h3#footer_logo img {
	width: 25%;
}
a.footer-button{
	display: block;
	line-height: 50px;
	color: #fff;
	max-width: 300px;
	box-sizing: border-box;
	position: relative;
	text-align: left;
	font-weight: 700;
	padding: 0 20px;
	margin: 20px auto 0;
	background: #e76f4a;
    border: 1px solid #e76f4a;
}
a.footer-button::after {
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 1.5em;
	position: absolute;
	right: 20px;
	transition: 1s;
}
a:hover.footer-button {
  background: #fff;
  color: #e76f4a;
}
a:hover.footer-button::after {
  color: #e76f4a;
}
.footer-nav{
	display: flex;
	flex-wrap: wrap;
	max-width: 720px;
	margin: 50px auto 0;
}
.footer-nav-item{
	width: 25%;
}
.footer-nav li{
	padding: 0 5px 5px;
}
.footer-nav li a{
	display: block;
	width: 100%;
	font-size: 12px;
	padding: 5px;
	color: #333;
	position: relative;;
}
.footer-nav li a::after{
	content: '';
	background: #333;
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 1s;
}
.footer-nav li a:hover::after{
	width: 50px;
}
.copyright{
	font-size: 14px !important;
	margin-bottom: 0;
}
.dp-footer-bar{
	border-top: 1px solid #e76f4a !important;
}
.dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #e76f4a !important;
}
.dp-footer-bar a{
	color: #e76f4a;
}
@media only screen and (max-width: 1200px) {
	#footer-consultation{
		padding: 5rem 0;
	}
}
@media only screen and (max-width: 991px) {
	#footer-consultation{
		padding: 4rem 0;
	}
}
@media only screen and (max-width: 767px) {
	#footer-consultation .inner{
		padding: 0 6.11111%;
	}
    .footer-content.inner {
		margin: 0 auto !important;
		padding: 0 !important;
    }
	.footer-nav-item{
		width: 50%;
	}
	.footer-nav li a{
		text-align: center;
	}
	.copyright {
		font-size: 12px !important;
	}
}
@media only screen and (max-width: 480px) {
	#footer-consultation{
		padding: 3rem 0;
	}
}
/* メインビジュアル */
.top-slider-wrapper{
	margin-top: 0 !important;
}
#header-youtube{
	max-height: 100vh !important;
	aspect-ratio: 16 / 9 ;
}
#header-youtube:before{
	content:'';
	width:100%;
	height: 100%;
	background: rgba(243, 243, 243, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#top-slider-content{
	width: 100% !important;
	height: 100% !important;
	border-radius: 0;
}
.top-slider-content-inner{
	width: 100% !important;
	height: 100% !important;
	background: none;
}
.top-slider-logo{
	display: block;
	width: 30%;
	min-width: 240px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50% , -50% );
}

/* トップページ */
#original01{
	margin: 0;
	padding: 6rem 0;
}
h2.headline-font-type{
	margin-top: 0;
}
h2.content01-title.headline-font-type{
	font-size: 2rem;
}
h2.content01-title.headline-font-type span{
	color:#e76f4a;
}
#original02{
	background: #fff;
	position: relative;
	padding: 0 0 6rem;
}
#original02::after{
	content: '';
	width: 100%;
	height: 80%;
	background: #fcebe6;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.content02-inner{
	padding: 0;
}
.content02-title{
	font-size: 1.2rem;
	color: #e76f4a;
} 
.content02-text{
	line-height: 2;
	color: #333;
}
.content02-img{
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	margin-bottom: 1rem;
}
.content02-img img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
h2.content02-title{
	text-align: left;
	margin-bottom: 1rem;
}
.content02-button{
	min-width: 240px;
	font-size: 16px;
	background: #e76f4a;
	color: #fff !important;
	padding: 0 2em;
}
.content02-button::after{
	content: '\f35a';
	font-family:'FontAwesome';
	position: absolute;
	right: 2em;
	transition: all 1s;
}
.content02-button:hover{
	background: #f3ac8c !important;
	color: #e76f4a !important;
}
.content02-button:hover::after{
	right: 3em;
}
#original05{
	margin: 0;
	padding: 6rem 0;
	background: url(/wp-content/themes/story_tcd041-child/img/original05_bg.jpg) center no-repeat;
	background-size: cover;
	position: relative;
}
#original05::after{
	content: '';
	width: 100%;
	height: 100%;
	background: rgb(231, 111, 74, 0.5);
	position: absolute;
	top: 0;
	left: 0;
}
#original05 h2,
#original05 p{
	color: #fff;
	text-align: left;
	position: relative;
	z-index: 1;
}
#original03{
	margin: 0;
}
h2.column-layout03-title{
	width: 80%;
	color: #e76f4a !important;
	margin-bottom: 1rem;
}
.column-layout03-text{
	width: 80%;
}
.column-layout03-content ul{
	width: 80%;
    margin: 0 auto 1em;
}
.column-layout03-content ul li{
	padding-left: 1.5em;
	line-height: 2;
	position: relative;
}
.column-layout03-content ul li:before{
	content:'\f14a';
	font-family: "FontAwesome";
	color: #e76f4a;
	position: absolute;
	left: 0;
}
.topblog{
	padding: 6rem 0;
}

#original04{
	padding: 6rem 0;
	background: #fcebe6;
}
#original04 h2.headline-font-type{
	color: #e76f4a;
}
@media only screen and (max-width: 1200px) {
	#original01,
	#original04,
	#original05,
	.topblog,
	#footer-consultation{
		padding: 5rem 0;
	}
	#original02{
		padding: 0 0 5rem;
	}
	h2.content01-title.headline-font-type,
	#footer-consultation h2{
		font-size: 1.8rem;
	}
}
@media only screen and (max-width: 991px) {
	#original01,
	#original04,
	#original05,
	.topblog,
	#footer-consultation{
		padding: 4rem 0;
	}
	#original02{
		padding: 0 0 4rem;
	}
	h2.content01-title.headline-font-type,
	#footer-consultation h2{
		font-size: 1.6rem;
	}
	.content01-text p{
		text-align: left;
	}
}
@media only screen and (max-width: 767px){
	h2.column-layout03-title,
	.column-layout03-content ul{
		width: 100%;
	}
	#original02::after{
		height: 85%;
	}
}
@media only screen and (max-width: 480px) {
	#original01,
	#original04,
	#original05,
	.topblog,
	#footer-consultation{
		padding: 3rem 0;
	}
	#original02{
		padding: 0 0 3rem;
	}
	h2.content01-title.headline-font-type,
	#footer-consultation h2{
		font-size: 1.5rem;
	}
}
/* アーカイブ */
}
.article03{
	background: #eee;
}
.article01-thumbnail,
.article03-thumbnail{
	aspect-ratio: 1/1;
}
.article01-thumbnail img,
.article03-thumbnail img{
	height: 100%;
	object-fit: cover;
}
.article03-content{
	padding: 1em 1.5em;
	flex: none;
}
.article03-title{
	font-size: 14px;
	line-height: 1.5;
}
.article03-date{
	font-size: 12px;
	color: #e76f4a;
}
.article03-category-item{
	font-size: 12px;
}
/* single */
.single h1{
	font-size: 2rem !important;
}
h2.headline-bar,
.side_widget .headline-bar{
	background: #e76f4a;
}
.list-group{
	border: 1px solid #fcebe6;
}
.list-group li{
	border-bottom: 1px solid #fcebe6;
}
.list-group a:hover {
  background: #fcebe6;
}
.main{
	padding: 0 0 6rem;
}
.home .main{
	padding: 0; 
}
/* トップページ *

.amore-divider {
	background-repeat: no-repeat;
	background-size: 100%;
	overflow: hidden;
	padding-top: 200px;
	padding-bottom: 200px;
	color: rgb(250, 250, 250);
}

.top-headline.third_headline{
	color: #FFFFFF;
	text-shadow: 0px 0px 10px #303030;
}
h2.first-h1 img {
	width: 30%;
}
.down-arrow {
	color: #333;
}
section.top01 {
	padding: 60px 0%;
	background-color: rgba(255, 255, 255, 0.9);
	text-align: center;
}
.topsec-cont01 h2 {
	margin-top: 0px;
	letter-spacing: 2px;
	line-height: 1.7em;
	margin-bottom: 20px;
	font-size: 25px;
}
span.toptitle {
	color: #e2050e;
}
.topface {
	margin-top: 5px;
}
.topface img {
	width: 30%;
}
section.top01 p {
	line-height: 2em;
	margin-bottom: 0px;
}
section.top02, section.top03 {
	padding: 100px 45% 100px 15%;
	background-color: rgba(255, 255, 255, 0.9);
}
section.top02 {
	background: url(/wp-content/themes/story_tcd041-child/img/top02_bg.jpg) no-repeat center;
	background-size: cover;
}
section.top03 {
	background: url(/wp-content/themes/story_tcd041-child/img/top03_bg.jpg) no-repeat center;
	background-size: cover;
}
.topsec-cont02, .topsec-cont03 {
	background-color: rgba(255, 255, 255, 0.7);
	padding: 30px;
}
.topsec-cont02 h2, .topsec-cont03 h2 {
	margin-top: 0px;
	line-height: 1.5em;
	margin-bottom: 15px;
	color: #e2050e;
	font-size: 25px;
}
.topsec-cont02 p, .topsec-cont03 p {
	line-height: 2em;
	margin-bottom: 0px;
}
.topsec-cont03 ul {
	line-height: 2.3em;
	margin-bottom: 20px;
	list-style-type: disc;
	padding-inline-start: 40px;
}
section.top04 {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 50px 0;
}
section.top05 {
	background-color: #fff;
}

.topblog{
	background: #fff;
}
#index-blog{
	padding: 10rem 0;
}
#index-blog h2.headline-primary.headline-font-type{
	display: none;
}
section.top06 {
	background-color: #fff;
}
.top-contact {
	margin-top: 0px;
	text-align: center;
}
.top-contact h2 {
	font-size: 25px;
	margin-bottom: 0px;
	margin-top: 0px;
}
span.toptel {
	font-size: 35px;
	color: #e2050e;
	letter-spacing: 2px;
}
.topmail a {
	display: inline-block;
	padding: 18px 45px;
	background-color: #333;
	border: 1px solid #333;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 1.5px;
	margin-top: 20px;
}
.topmail a:hover {
	background: none;
	text-decoration: none;
	color:	#333;
	border: 1px solid	#333;
}
.top-headline {
	font-size: 42px;
}
h3.verticalcenter {
	font-size: 17px;
	letter-spacing: 1px;
}
.square-banner-label {
	background: #fff;
	color: black;
	font-size: 17px;
	letter-spacing: 1.5px;
}
h4.text-center.third-banner-headline {
	font-size: 20px;
	color: #e2050e;
	letter-spacing: 1.5px;
}
h4.text-justify.fifth-banner-headline {
	font-size: 20px;
	color: #e2050e;
	letter-spacing: 1.5px;
	text-align: center;
}
.button.romaji.fifth-banner-btn {
	text-align: center;
}
.button a, .pager li > a {
	background: #333;
	border: 1px solid #333;
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	line-height: 50px;
	padding: 0 1em;
}
.button a:hover, .pager li > a:hover {
	background: #fff !important;
	border: 1px solid #333;
	color: #333 !important;
}

.post-title{
	font-size: 2rem !important;
}
/* ipad横 *
@media (max-width: 1024px) {
	#topcover {
		background: url(/wp-content/uploads/2019/03/mobile.jpg) center center no-repeat;
		background-size: cover;
	}

	h2.first-h1 img {
		width: 55%;
	}

	section.top02, section.top03 {
		padding: 50px 27% 40px 5%;
	}

	section.top04 {
		padding: 20px 0;
	}
}

/* ipad縦 *
@media (max-width: 990px) {
	h2.first-h1 img {
		width: 60%;
	}
	section.top01 {
		padding: 30px 0% 25px 0%;
		text-align: left;
	}
	.topsec-cont01 h2 {
		letter-spacing: 0px;
		line-height: 1.8em;
		font-size: 22px;
		margin-bottom: 10px;
	}
	.topface {
		margin-top: 0px;
	}
	.topface img {
		width: 35%;
	}
	section.top02, section.top03 {
		padding: 50px 5% 40px 5%;
	}
	.topsec-cont02 h2, .topsec-cont03 h2 {
		font-size: 22px;
		margin-bottom: 10px;
		line-height: 1.8em;
	}
	.topsec-cont02, .topsec-cont03 {
		padding: 30px;
	}
	span.toptel {
		font-size: 28px;
	}
	.topmail a {
		padding: 20px 20px;
	}
}

/* スマホ横 *
@media (max-width: 770px){
	.topsec-cont01 h2 {
		line-height: 1.7em;
		font-size: 19px;
	}
	.topface img {
		width: 37%;
	}
	section.top02, section.top03 {
		padding: 30px 4% 30px 4%;
	}
	.topsec-cont02, .topsec-cont03 {
		padding: 20px;
	}
	.topsec-cont02 h2, .topsec-cont03 h2 {
		font-size: 19px;
		margin-bottom: 10px;
		line-height: 1.7em;
	}
	.topmail a {
		padding: 15px 20px;
		margin-top: 10px;
	}
	.top-contact h2 {
		font-size: 16px;
		margin-bottom: -15px;
	}
	h4.text-center.third-banner-headline {
		font-size: 20px !important;
	}
	.fifth-banner-headline {
		font-size: 20px !important;
	}
}

/* スマホ縦 *
@media (max-width: 450px){
	h2.first-h1 img {
		width: 85%;
	}
	.topsec-cont01 h2 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.topface img {
		width: 100%;
	}
	.topsec-cont02 h2, .topsec-cont03 h2 {
		font-size: 17px;
		line-height: 1.7em;
		margin-bottom: 10px;
	}
	.topsec-cont03 ul {
		line-height: 2.3em;
		margin-bottom: 10px;
		margin-left: -15px;
	}
	section.top04 {
		padding: 0px 0 15px;
	}
	.top-contact {
		margin-top: 10px;
	}
	.top-contact h2 {
		margin-bottom: -13px;
		font-size: 18px;
	}
}


element.style {
	line-height: 30px;
}
.map-wrap-dark {
	background-color: rgba(255, 255, 255, 0.8);
	color: #333;
}
p.f-con {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: -20px;
}
span.f-tel {
	font-size: 24px;
	letter-spacing: 2px;
	color: #e2050e;
}
.f-mail {
	margin-bottom: -20px;
	margin-top: -20px;
}
.f-mail a {
	display: inline-block;
	padding: 8px 75px;
	background-color: #333;
	border: 1px solid #333;
	color: #fff !important;
	letter-spacing: 3px;
	font-size: 12px;
}
.f-mail a:hover {
	background: none;
	text-decoration: none;
	color: #333 !important;
	border: 1px solid #333;
}
#footer{
	background: #f3f3f3;
}
.footer_main{
	background: #f3f3f3;
}
.scrolltotop {
	background: #f3f3f3;
}
.scrolltotop_arrow a:hover {
	color: #797979;
}
.footer-menu ul li {
	text-align: center;
}
.footer-menu ul li a {
	color: #232323 !important;
}
.copr {
	background: #333;
}
.copyright{
	margin-bottom: 0;
}
/* ipad横 *
@media (max-width: 1024px){
	#footer_logo img {
		width: 12%;
	}
}

/* ipad縦 *
@media (max-width: 990px) {
	span.f-tel {
		color: #e2050e;
		letter-spacing: 3px;
	}

	#footer {
		background: #ffffff;
	}

	.footer_main {
		background: #ffffff;
	}

	.scrolltotop {
		background: #ffffff;
	}
}

/* スマホ横 *
@media (max-width: 770px){
	#sixth {
		background-color: #f7f7f7 !important;
	}
	.footer_mobile_menu_wrapper {
		background: #fff;
		text-align: center;
	}
	.footer_social_link_wrapper {
		background: #fff;
	}
	.footer_mobile_menu ul a {
		color: #333 !important;
	}
	#footer_social_link li:before {
		color: #333;
	}
	#return_top a {
		background: #545454;
	}
	.dp-footer-bar-item + .dp-footer-bar-item {
		border-left: solid 1px #9c9c9c !important;
	}
	.dp-footer-bar {
		border-top: solid 1px #9c9c9c !important;
	}
	.dp-footer-bar a {
		color: #333 !important;
		line-height: 1;
	}
	.copyright a {
		color: #fff !important;
	}
}
/* 固定ページ  */

body.page-template-default .flex_layout{
	gap: 0;
}
.signage{
	background-image: url(/wp-content/themes/story_tcd041-child/img/header.png) !important;
}
.breadcrumb{ background: none;}
.ytube-box{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

/* 記事詳細 */
.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;}

/* 見出し */
.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{
	line-height: 1.8;
	margin-bottom: 2rem !important;
}
.post-content h2{
	color: #666666;
	font-size: 2em !important;
	text-align: center;
	padding: 0 0 1em !important;
	position: relative;
}
.post-content h2::after{
	content: '';
	width: 80px;
	height: 2px;
	background: #e76f4a;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.post-content h3{
	color: #666666;
	font-size: 1.6rem;
	padding: 0 .5em .75em !important;
	border-bottom: 2px dotted #666;
}
.post-content h4{
	color: #666666;
	font-size: 1.4rem !important;
	padding: 0 .5em .75em !important;
	border-bottom: 1px solid #e76f4a
}
.post-content h5{
	font-size: 1.2rem !important;
	border-left: 6px solid #e76f4a;
}
.post-content h6{
	font-size: 1.1rem !important;
}
/* ipad縦 */
@media (max-width: 991px) {
	.post-content h2 {
		font-size: 20px !important;
	}
   .post-content h3 {
		font-size: 17px !important;
	}
}

/* お知らせ */
.timestamp {
	color: #e2050e;
}

.list-title a {
	font-weight: normal;
}

h2.page-title {
	font-size: 20px;
	font-weight: normal;
}

h3.cate-title {
	color: #333;
	font-size: 26px;
	line-height: 1.8em;
	letter-spacing: 1px;
}

.side_widget h3 {
	color: #808080;
}

.nav>li>a:hover, .nav>li>a:focus {
	color: #808080;
}

.blog-list-title a {
	font-weight: normal;
}

.entry-content p {
	font-size: 14px;
}

.blog-list-timestamp {
	color: #e2050e;
}


/* スマホ横 */
@media (max-width: 767px) {
	.page_navi a, .page_navi a:hover, .page_navi span {
		color: #fff;
		background: #333;
		border: 1px solid;
	}
	.page_navi a:hover {
		color: #333 !important;
		background: #fff;
	}
}

/* TONEについて */
.conbox.left {
	width: 63%;
	display: inline-block;
	vertical-align: top;
	margin: 0 3.5em 0 0;
}

.conbox {
	width: 31.8%;
	display: inline-block;
	vertical-align: top;
}

span.r-tel {
	font-size: 20px;
	letter-spacing: 2px;
	float: left;
	margin-right: 30px;
}

.r-mail {
	margin-top: 15px;
	margin-bottom: 30px;
}

.r-mail a {
	display: inline-block;
	padding: 5px 55px;
	background-color: #333;
	border: 1px solid #333;
	color: #fff;
	letter-spacing: 3px;
	font-size: 11px;
}

.r-mail a:hover {
	background: none;
	text-decoration: none;
	color: #333;
	border: 1px solid #333;
}

span.caution {
	color: #e2050e;
}

/* ipad横 */
@media (max-width: 1024px){
	.conbox {
		width: 31.4%;
	}
}

/* ipad縦 */
@media (max-width: 992px) {
	.conbox {
		width: 29.5%;
	}
}

/* スマホ横 */
@media (max-width: 772px) {
	.conbox.left {
		width: 64%;
		margin: 0 1em 0 0;
	}
	.conbox {
		width: 33%;
	}
}

/* スマホ縦 */
@media (max-width: 450px) {
	.conbox.left {
		width: 100%;
		margin: 0 0 1em 0;
	}
	.conbox {
		width: 100%;
	}
}

/* 料金表 */

.price-menu.left {
	width: 34%;
	margin: 0 3.5% 0 0;
}

.price-menu {
	width: 62%;
	display: inline-block;
	vertical-align: top;
}

.post-content .price-menu h2 {
	border: none;
	border-bottom: 1px solid #9c9c9c;
	padding: 0px;
	font-size: 20px;
	text-align: left;
	color: #333;
	margin-bottom: 15px;
}

.two.left {
	margin: 0 3.5% 0 0;
}

.two {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #9c9c9c;
	padding: 20px 30px;
}

.post-content .two h2 {
	border: none;
	border-bottom: 1px solid #9c9c9c;
	padding: 0px;
	font-size: 18px;
	text-align: left;
	color: #333;
	margin-bottom: 10px;
}

.two img {
	margin-bottom: 20px;
}

.two p {
	margin-bottom: 0px;
}

span.price {
	font-size: 18px;
	color: #e2050e;
	letter-spacing: 1px;
}

/* ipad縦 */

@media (max-width: 991px) {
/* 	.post-content .price-menu {
		width: 33%;
	} */
	.two.left {
		margin: 0 3.5% 5% 0;
	}
	.two {
		width: 100%;
	}
}

/* スマホ横 */
@media (max-width: 767px) {
	.post-content .price-menu h2 {
		font-size: 18px;
	}
	span.price {
		font-size: 16px;
	}
	.two {
		padding: 20px;
	}
	.two h2 {
		font-size: 16px;
	}
}

/* スマホ縦 */
@media (max-width: 480px) {
	.price-menu.left {
		width: 100%;
	}
	.price-menu {
		width: 100%;
	}
	.post-content .price-menu h2 {
		font-size: 16px;
	}
	.post-content .two h2 {
		font-size: 14px;
	}
}

/* セットメニュー */
.set-menu.left {
	width: 67%;
	display: inline-block;
	vertical-align: text-top;
	margin-right: 3.5em;
}
.set-menu {
	width: 27.8%;
	display: inline-block;
	vertical-align: text-top;
}


/* ipad横 */
@media (max-width: 1024px){
	.set-menu {
		width: 27.4%;
	}
}

/* ipad縦 */
@media (max-width: 991px) {
	.set-menu.left {
		width: 64.9%;
		margin-right: 2em;
	}
	.set-menu {
		width: 30.5%;
	}
}


/* スマホ横 */
@media (max-width: 767px) {
	.set-menu.left {
		width: 57%;
	}
	.set-menu {
		width: 37.8%;
	}
}

/* スマホ縦 */
@media (max-width: 480px) {
	.set-menu.left {
		width: 100%;
		margin-right: 0%;
	}
	.set-menu {
		width: 100%;
	}
}

/* よくある質問 */
.faq {
	padding: 20px 20px 50px;
	border-bottom: 1px solid #eee;
}
.post-content .faq h2 {
	font-size:1.4rem !important;
	padding: 8px 0 10px 55px !important;
	color: #666;
	text-align: left;
}
.post-content .faq h2::after{
	content: none;
}
.post-content .faq h2::before{
	content: 'Q';
	width: 40px;
	height: 40px;
	background: #666;
	color: #fff;
	font-size: 30px;
	text-align: center;
	font-weight: 400;
	line-height: 40px;
	border-radius: 20px;
	position: absolute;
	top: 0;
	left: 0;
}
.post-content .faq p {
	padding-left: 55px;
	position: relative;
}
.post-content .faq p.answer::before{
	content: 'A';
	width: 40px;
	height: 40px;
	background: #fff;
	color: #666;
	font-size: 30px;
	text-align: center;
	font-weight: 400;
	line-height: 40px;
	border-radius: 20px;
	border: 1px solid;
	position: absolute;
	top: 0;
	left: 0;
}
/* ipad縦 */
@media (max-width: 991px) {
	.post-content .faq h2 {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

/* スマホ縦 */
@media (max-width: 480px) {
	.faq {
		padding: 10px;
	}
	.post-content .faq h2 {
		font-size: 15px;
		background-size: 33px;
		padding-left: 45px;
		line-height: 1.7em;
	}
	p.answer {
		background-size: 33px;
		padding-left: 45px;
		line-height: 2em;
	}
}

/* ご利用の流れ */

.flow_box {
	background-image: url(/wp-content/themes/story_tcd041-child/img/flow07.png);
	background-repeat: repeat-y;
	background-size: 2px;
	background-position: 29px;
}
.post-content .flow_box p {
	margin-bottom: 0px;
	padding-bottom: 50px;
}
.post-content h2.title {
	border: none;
	font-size: 1.6rem !important;
	padding-bottom: 0 !important;
	text-align: left;
}
.post-content h2.title::after{
	content: none;
}
.flow {
	background-image: url(/wp-content/themes/story_tcd041-child/img/flow01.png);
	background-repeat: no-repeat;
	background-size: 60px;
	padding: 13px 0 0 85px;
}
.flow_box.first_step p {
	padding-bottom: 20px;
}
.first_step {
	padding-bottom: 50px;
}
.flowcon {
	margin-top: 10px;
}
.flow.step_02 {
	background-image: url(/wp-content/themes/story_tcd041-child/img/flow02.png);
}
.flow.step_03 {
	background-image: url(/wp-content/themes/story_tcd041-child/img/flow03.png);
}
.flow.step_04 {
	background-image: url(/wp-content/themes/story_tcd041-child/img/flow04.png);
}
.flow.step_05 {
	background-image: url(/wp-content/themes/story_tcd041-child/img/flow05.png);
}
.flow.step_06 {
	background-image: url(/wp-content/themes/story_tcd041-child/img/flow06.png);
}
.flow_box.last_step {
	background: none;
}
.flow_box.last_step p {
	margin-bottom: 100px;
	padding-bottom: 0px;
}

/* スマホ横 */
@media (max-width: 767px) {
	span.flow-tel a {
		color: #e2050e;
	}
}

/* スマホ縦 */
@media (max-width: 480px) {
	.flow {
		background-size: 50px;
		padding: 8px 0 0 70px;
	}
	.flow_box {
		background-position: 24px;
	}
	.post-content h2.title {
		font-size: 17px;
	}
	.post-content .flow_box.first_step p {
		padding-bottom: 5px;
	}
	.flow-mail a {
		padding: 8px 55px;
		margin-top: 10px;
	}
}

/*	会社概要 表 */
.aboutbox.left {
	margin: 0 5% 0 0;
}
.aboutbox {
	width: 47.2%;
	display: inline-block;
	vertical-align: top;
}
.post-content th {
	background: #f5f5f5;
	color: #808080;
	border: none;
	border-right: none;
	border-bottom: 1px solid #9c9c9c;
	border-left: none;
	border-top: none;
	width: 25%;
}
.post-content td {
	border: none;
	border-bottom: 1px solid #9c9c9c;
}
.post-content table {
	margin: 0 0 0px 0;
}
.about-face img {
	width: 65%;
}

/* ipad縦 */
@media (max-width: 991px) {
	.aboutbox.left {
		margin: 0 0% 0 0;
	}
	.aboutbox {
		width: 100%;
	}

	.about-face img {
		width: 35%;
	}
	.about-face {
		margin-bottom: 50px;
	}
}

/* スマホ横 */
@media (max-width: 767px) {
	.about-face img {
		width: 40%;
	}
}

/* スマホ縦 */
@media (max-width: 480px) {
	.post-content th {
		font-size: 10px;
		width: 27%;
	}
	.post-content td {
		font-size: 10px;
	}
	.about-face img {
		width: 100%;
	}
}

/* お問い合わせ */

.telbox {
	text-align: center;
	width: 50%;
	margin: 0 auto 50px;
	padding: 30px;
	background: #f5f5f5;
}
.post-content .telbox h2 {
	text-align: center;
	padding: 0px;
	border: none;
	font-size: 25px;
	color: #808080;
	font-weight: normal;
	margin-bottom: 0px;
	letter-spacing: 0px;
}
span.contel {
	font-size: 32px;
	color: #e2050e;
	letter-spacing: 2px;
}
.post-content .telbox p {
	margin-bottom: 0px;
}
.post-content p.contime {
	margin-top: 10px;
	line-height: 2.2em;
}
.wpcf7 {
	width: 100%;
	border: 1px solid #9c9c9c;
	background: #f5f5f5;
}
.wpcf7 input, .wpcf7 textarea {
	border: 1px solid #9c9c9c;
	padding: 10px;
}
.wpcf7 input.wpcf7-submit {
	background-color: #333;
	border: 1px solid #333 !important;
	color: #fff;
	letter-spacing: 3px;
}
.wpcf7 input.wpcf7-submit:hover {
	background: none;
	color: #333;
	border: 1px solid #333;
}
.wpcf7 .wpcf7-validation-errors {
	margin-bottom: 30px;
}
.privacybox {
	border: 1px solid #9c9c9c;
	padding: 40px;
	width: 80%;
	margin: 0 auto 0px;
}
.privacybox h3 {
	padding-top: 0px;
	font-size: 20px;
}
.privacybox p {
	margin-bottom: 0px;
}
.privacybox ol {
	margin-bottom: 0px;
	margin-top: 20px;
}

/* ipad縦 */
@media (max-width: 991px) {
	.telbox {
		padding: 40px;
	}

	.post-content .telbox h2 {
		font-size: 21px;
		margin-bottom: -5px;
	}

	.post-content .telbox p {
		font-size: 12px;
	}
}

/* スマホ横 */
@media (max-width: 767px) {
	.telbox {
		width: 70%;
		padding: 25px 24px;
	}
	.post-content .telbox h2 {
		font-size: 20px;
		margin-bottom: 0px;
	}
	span.contel {
		font-size: 27px;
	}
	span.contel a {
		color: #a72018;
	}
	.privacybox {
		padding: 25px;
		width: 90%;
	}
}

/* スマホ縦 */
@media (max-width: 480px) {
	.telbox {
		width: 100%;
		padding: 20px;
	}
	.post-content .telbox h2 {
		font-size: 18px;
		margin-bottom: 0px;
	}
	span.contel {
		font-size: 25px;
	}
	.post-content .telbox p {
		font-size: 10px;
	}
	.post-content .privacybox h3 {
		font-size: 16px;
	}
	.privacybox {
		padding: 20px;
		width: 100%;
	}
}

.img-flex-3{
	margin-bottom: 20px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.img-flex-3 > img, .img-flex-3 a {
	width: 30%;
	height: 30%;
}
@media (max-width: 767px) {
	.img-flex-3 > img, .img-flex-3 a {
		width: 48%;
	}
}
/* お問い合わせ */
.mail-address {
	font-size: 1.5em!important;
	color: #e2050e!important;
	letter-spacing: 2px;
}

/* TONEについて */
.concept-mail-btn a {
	margin: 1.5em auto;
}

/* あなた好みのスピーカーを選ぶ方法 */
.choose-mail-btn a {
	margin: 2.5em auto 0;
}

/* パワードサブウーファー取付 セットメニュー */
.poweredsubwoofer-mail-btn a {
	margin: 2.5em auto 0;
}

/* アンプ取り付けメニュー */
.amplifier-mail-btn a {
	margin: 2.5em auto 0;
}

/* アンプ内蔵プロセッサー取り付けメニュー */
.amplifier-with-dsp-mail-btn a {
	margin: 2.5em auto 0;
}

/* ドア制振（デッドニング） */
.vibrationsuppression-door-mail-btn a {
	margin: 2.5em auto 0;
}

/* 車内空間を静かにする */
.quiet_space-mail-btn a {
	margin: 2.5em auto 0;
}

/* ガラス本来のクリアな視界をあなたの愛車に！ ＣＧウィンドーガラスコーティング */
.window-coating-mail-btn a {
	margin: 2.5em auto 0;
}
/* フッター「無料相談申し込み」 *
.footer_consultation {
	max-width: 800px;
	border: 3px solid #e2050e;
	margin: 0 auto;
	padding: 34px 30px 44px;
	box-sizing: border-box;
	width: 84%;
}
.footer_consultation h3 {
	margin: 0 0 0.8em 0;
	text-align: center;
	font-size: 22px;
	line-height: 1.5;
}
.footer_consultation p {
	text-align: center;
	line-height: 2.1;
}
.footer_consultation a {
	display: block;
	background-color: #DB5A24;
	color: #ffffff;
	padding: 13px 20px;
	letter-spacing: 3px;
	font-size: 16px;
	border: 1px solid #DB5A24;
	margin: 24px auto 0;
	max-width: 310px;
	text-align: center;
}
.footer_consultation a:hover {
	background: none;
	text-decoration: none;
	color: #333;
	border: 1px solid #333;
}
.footer_consultation_outer {
	background-color: #ffffff;
	padding: 3em 0;
}
@media (max-width: 450px) {
.footer_consultation {
	padding: 34px 25px 44px;
}
}/