@charset "utf-8";
/*
	Theme Name: STORY CHILD
	Template: story_tcd041
*/
/* ----------------------------------------------------------------------
合資会社絹屋洋品店(リニューアル) スタイルCSS
---------------------------------------------------------------------- */
:root {
	--color-main: #1e90ff;
	--color-sub: #faff38;
	 --color-green: #48c248;
	--color-white: #ffffff;
	--color-black: #202020;
	--color-gray: #f3f3f3;
	--color-text: #555555;
	--color-border: #d4d4d4;
	--color-caution: #ff3b43;
	--color-line: #00b900;
	--color-insta: linear-gradient(45deg, #ffd75f, #ff0357);
	--color-instatext: #ff0357;
	--color-facebook: #1877f2;
	--color-youtube: #c4302b;
	--color-not: #ffd8df;
	--font-main: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

body {
	background: var(--color-white);
	color: var(--color-text);
	overflow: hidden;
	font-size: 16px;
	font-size: clamp(16px, 0.8vw, 20px);
	letter-spacing: .03rem;
	counter-reset: number 0 counter-reset1 counter-reset2;
	position: relative;
	z-index: 0;
}
a, .post-content a {
	color: var(--color-text);
}
.font-1, .headline-font-type {
	font-family: var(--font-main);
	font-weight: 400;
}
h2, .post-content h2 {
	color: var(--color-black);
}
p, .post-content p {
	font-size: 0.95rem;
	font-weight: 400;
	line-height: 2;
}
.post-content ul {
	font-size: 1rem;
	font-weight: 400;
	list-style: disc;
}
.signage {
	height: 300px;
	background: var(--color-black) !important;
	position: relative;
	z-index: 0;
}
.signage::after {
	content: '';
	position: absolute;
	display: block;
	background-image: url("/wp-content/themes/story_tcd041-child/img/header_img.jpg");
	background-size: cover !important;
	background-position: center center !important;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.45;
	z-index: -1;
}
img{
    width: 100%;
    display: block;
    vertical-align: bottom;
}
.page-id-26 .signage::after {
	background: url("/wp-content/themes/story_tcd041-child/img/concept_header_img.jpg");
}
.page-id-32 .signage::after {
	background: url("/wp-content/themes/story_tcd041-child/img/mens_header_img.jpg");
}
.page-id-11 .signage::after {
	background: url("/wp-content/themes/story_tcd041-child/img/school_header_img.jpg");
}
.page-id-18 .signage::after,
.page-id-163 .signage::after {
	background: url("/wp-content/themes/story_tcd041-child/img/renovation_header_img.jpg");
}
.signage-title, .signage-title-sub {
	width: 86% !important;
	max-width: 1150px !important;
	text-align: center;
	margin: 0 auto;
	text-shadow: none;
}
.signage-title {
	font-size: 2.5rem !important;
	font-weight: 700;
	color: var(--color-white) !important;
	line-height: 1;
	letter-spacing: .1rem;
}
.signage-title-sub {
	font-size: 0.95rem !important;
	font-weight: 900;
	letter-spacing: .15rem;
	margin-top: 20px;
	line-height: 1;
	color: var(--color-sub) !important;
}
.breadcrumb-wrapper {
	height: 40px;
	background: none;
}
.breadcrumb.inner {
	font-size: 0.8rem;
	font-weight: 400;
	width: fit-content !important;
	max-width: 1150px !important;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0;
}
.breadcrumb li a, .breadcrumb li {
	color: #fff;
}
@media only screen and (max-width: 1200px) {
	.signage {
	height: 280px;
	}
}
@media only screen and (max-width: 768px) {
	.signage {
	height: 180px;
	}
	.signage-title {
	font-size: 1.5rem !important;
	}
	.signage-title-sub {
	font-size: 0.8rem !important;
	margin-top: 12px;
	}
}
/* 共通部分 END */
/* ナビ */
.header-bar {
	z-index: 50;
	box-shadow: none;
}
.logo-image {
	top: 0;
	left: 20px;
	width: 321px;
	height: auto;
	position: absolute;
}
.header-bar-inner {
	width: 100%;
	max-width: unset;
	z-index: 100;
}
.global-nav > ul > li > a {
	font-size: 15px;
	font-weight: 700;
	color: var(--color-black);
	letter-spacing: .02rem;
	padding: 0 22px;
	position: relative;
	text-align: center;
	transition: 0.5s;
	overflow: hidden;
	z-index: 0;
}

.global-nav > ul > li > a::before {
	content: "";
	left: 0;
	width: 1px;
	height: 10px;
	top: 47px;
	position: absolute;
	background: var(--color-border);
}
.global-nav > ul > li:first-of-type a::before {
	content: none;
}
.global-nav > ul > li.menu-item-has-children > a::after {
	content: "\e90e";
	position: relative;
	text-align: center;
	display: block;
	bottom: 26px;
	line-height: 0;
	font-size: 10px;
	font-weight: 700;
	font-family: "design_plus";
	color: var(--color-black);
	letter-spacing: .08rem;
}
.global-nav .sub-menu a {
	width: 240px;
	font-size: 14px;
	font-weight: 700;
	color: var(--color-black);
	background: var(--color-white) !important;
}
.global-nav .sub-menu a:hover {
	color: var(--color-main) !important;
	background: var(--color-white) !important;
}
.global-nav .sub-menu a::before {
	content: none;
}
@media only screen and (max-width: 1200px) {
	.logo-image {
	left: -5px;
	width: 180px;
	}
	.header-bar {
	background: var(--color-white) !important;
	border-color: var(--color-white);
	}
	.global-nav-button {
	border: 0;
	}
	.global-nav-button::before {
	color: var(--color-text);
	}
	.global-nav-button:hover::before {
	color: var(--color-main);
	}
	.global-nav {
	height: auto;
	padding: 0;
	background: none;
	}
	.global-nav a {
		background: var(--color-white) !important;
		color: var(--color-text) !important;
	}
	.global-nav > ul > li > a {
		font-size: 12px;
		text-align: left;
		padding: 0 15px;
		line-height: 51px;
	}
	.global-nav > ul > li > a::after {
		position: relative;
		text-align: left;
		font-size: 10px;
		width: fit-content;
		bottom: 0;
		margin-left: 10px;
		display: inline-block;
	}
	.global-nav > ul > li.global-menu-contact > a {
		color: var(--color-text);
		background: var(--color-white);
		padding: 0 15px;
	}
	.global-nav .sub-menu a {
		width: 100%;
		font-size: 11px;
		line-height: 52px;
		padding: 0 15px;
	}
	.global-nav a:hover, .global-nav .sub-menu a:hover {
		color: var(--color-main) !important;
		background: var(--color-white) !important;
	}
	.global-nav .menu-item-has-children > a span::before {
		color: var(--color-text);
	}
	.global-nav .menu-item-has-children > a:before, .global-nav > ul > li > a::after, .global-nav > ul > li.menu-item-has-children > a::after {
		content: none;
	}
}
/* ナビ END */
/* コンテンツ 共通 */
.flex-inner {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
p.caution {
	line-height: 1.5;
	margin-bottom: 5px;
	padding-left: 20px;
	position: relative;
	box-sizing: border-box;
}
p.caution:last-of-type {
	margin-bottom: 0;
}
p.caution::before {
	content: '※';
	position: absolute;
	left: 0;
	color: var(--color-caution);
}
span.caution {
	position: relative;
	padding-left: 15px;
	line-height: 1.6;
	box-sizing: border-box;
	display: inline-block;
}
span.caution::before {
	content: '※';
	padding-right: 5px;
	color: var(--color-caution);
	position: absolute;
	left: 0;
}
ul.list {
	margin: 0;
	list-style: none;
}
ul.list li {
	padding-left: 17px;
	line-height: 1.6;
	margin-bottom: 8px;
	box-sizing: border-box;
	position: relative;
}
ul.list li:last-child {
	margin-bottom: 0;
}
ul.list li::before {
	content: '';
	position: absolute;
	background: var(--color-main);
	width: 7px;
	height: 7px;
	top: 10px;
	left: 0;
}
ul.list.caution_list li::before {
	content: '※';
	background: none;
	top: 0;
	color: var(--color-caution);
}
.content-back_box {
	padding: 25px 30px;
	background: var(--color-gray);
	box-sizing: border-box;
}
@media only screen and (max-width: 768px){
	.content-back_box {
	padding: 20px;
}
}
/* コンテンツ 共通 END */
/* コンテンツボタン */
a.content_but {
	width: 100%;
	max-width: 330px;
	padding: 13px 15px;
	font-size: 0.85rem;
	font-weight: 400;
	color: var(--color-text);
	border: 1px solid;
	text-align: left;
	box-sizing: border-box;
	display: block;
	position: relative;
	transition: 0.5s;
}
a.content_but:hover {
	color: var(--color-white);
	border-radius: 100px;
	border-color: var(--color-main);
	background: var(--color-main);
}
a.content_but::after {
	position: absolute;
	content: '\ea3c';
	font-family: 'design_plus';
	font-size: 12px;
	font-weight: 400;
	right: 20px;
	line-height: 2.2;
	transition: 0.5s;
}
a.con_but {
	margin-top: 15px;
}
/* コンテンツボタン END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
	display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.top-slider-wrapper {
	background: var(--color-white);
}
.top-slider-wrapper::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--color-black);
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.4;
}
.top-slider-content {
	border-radius: 0;
	width: 100% !important;
	height: 100% !important;
}
.top-slider-content-inner, .top-slider-content-inner:hover {
	background: none;
}
.top-slider-content-inner {
	width: 100% !important;
	height: 100% !important;
	box-sizing: border-box;
	margin: 0 auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
}
.top-slider-nav, .top-slider-content-inner p {
	display: none;
}
.top-slider-content-inner:after {
	content: none;
}
.front-slider-box {
	width: 86%;
	margin: 0 auto;
}
.front-copy-img {
	width: 50%;
	max-width: 400px;
	margin: 0 auto;
}
h2.front-main-title {
	font-size: 2.5rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .1rem;
	margin-bottom: 65px;
	position: relative;
	box-sizing: border-box;
	text-align: center;
}
.content02 h2.front-main-title, .front_original03 h2.front-main-title, .footer_contact_sec h2 {
	color: var(--color-white);
}
h2.front-main-title span {
	font-size: 1rem;
	font-weight: 700;
	margin-top: 18px;
	color: var(--color-main);
	display: block;
}
.front_original01 {
	padding: 6em 0;
}
.front-original01-inner {
	width: 86%;
	max-width: 900px;
	margin: 0 auto;
}
.front-original01__title {
	width: 40%;
	box-sizing: border-box;
}
.front-original01__text {
	width: 60%;
	padding-left: 5vw;
	box-sizing: border-box;
}
.front-original01__title h2 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.8;
}
.front-original01__text p {
	line-height: 2.2;
	margin-bottom: 15px;
}
.front-original01__text p:last-child {
	margin-bottom: 0;
}
.front-original02-inner {
	align-items: center;
}
.front-original02__text {
	width: 40%;
	margin-left: 60%;
	padding: 1vw 5vw;
	box-sizing: border-box;
}
.front-original02__img {
	width: 60%;
	margin-left: -100%;
	box-sizing: border-box;
}
.front-original02__text h2 {
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 30px;
}
.front-original02__text p {
	margin-bottom: 15px;
}
.front-original02__text p:last-child {
	margin-bottom: 0;
}
.content02 {
	padding: 6em 0;
	background: var(--color-black) !important;
}
.content02-inner {
	width: 86%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}
.content02-item {
	width: calc(33.3333% - 26.7777px);
	margin-left: 40px;
	padding-bottom: 0;
	color: var(--color-text);
	position: relative;
	z-index: 0;
	box-sizing: border-box;
}
.content02-item:last-of-type {
	margin-bottom: 0;
}
.content02-img {
	width: 80%;
	max-width: 250px;
	height: auto;
	margin: 0 auto;
	border-radius: 100%;
	position: relative;
	overflow: hidden;
	transition: all .8s;
	z-index: 0;
	box-sizing: border-box;
	box-shadow: 1px 1px 25px #00000066;
}
.content02-img:hover {
	box-shadow: none;
}
.content02-img .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background: #00000061;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.content02-img:hover .mask {
	opacity: 1;
}
.content02-img-inner {
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	text-align: center;
	color: var(--color-white);
}
p.content02-img_title {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
}
.content02-text-box {
	padding-top: 20px;
	box-sizing: border-box;
}
h3.content02-title {
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 15px;
	text-align: left;
	color: var(--color-white);
}
.content02-text {
	font-size: 0.9rem;
	line-height: 2;
	color: var(--color-white);
}
a.content02-but {
	font-size: 0.95rem;
	font-weight: 500;
	text-align: center;
	display: block;
	width: 100%;
	max-width: 330px;
	margin: 30px auto 0;
	height: 60px;
	line-height: 60px;
	padding: 0 2px;
	color: var(--color-white);
	border: 1px solid	var(--color-white);
	background: var(--color-black);
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
a.content02-but::after {
	width: 100%;
	height: 0;
	background: var(--color-white);
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	transition: all 0.4s ease 0s;
	z-index: -1;
}
a.content02-but:hover {
	color: var(--color-black);
	background: var(--color-black);
}
a.content02-but:hover::after {
	height: 100%;
}
.front_original03 {
	padding: 6em 0;
	color: var(--color-white);
	background: var(--color-black);
}
.front-original03-inner {
	width: 86%;
	max-width: 1200px;
	margin: 0 auto;
}
.third-box {
	align-items: center;
}
.third-box:last-of-type {
	margin-bottom: 0;
}
.front-third-text {
	width: 45%;
	padding: 4vw 0;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}
.third-box:nth-of-type(odd) .front-third-text {
	padding-right: 4vw;
}
.third-box:nth-of-type(even) .front-third-text {
	margin-left: 55%;
	padding-left: 4vw;
}
.front-third-text::before {
	counter-increment: number 1;
	content: "POINT."counter(number) "";
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: .15rem;
	line-height: 1;
	margin-bottom: 25px;
	color: var(--color-sub);
	display: block;
}
.front-third-img {
	width: 55%;
	box-sizing: border-box;
	position: relative;
}
.third-box:nth-of-type(even) .front-third-img {
	margin-left: -100%;
}
h3.third_title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 20px;
}
.front_topics {
	padding: 6em 0;
}
.front-topics-inner {
	width: 86%;
	max-width: 1000px;
	margin: 0 auto;
}
h2.front-main-title.front_topics_title {
	margin-bottom: 50px;
}
h2.headline-primary {
	display: none;
}
.footer {
	margin: 0;
	color: var(--color-white);
	background: var(--color-black);
}
.footer-gallery-title, .align1 {
	display: none;
}
.footer_contact_sec {
	padding: 5em 0;
	color: var(--color-white);
	position: relative;
	z-index: 0;
}
.footer_contact_sec::after {
	content: '';
	position: absolute;
	display: block;
	background-image: url("/wp-content/themes/story_tcd041-child/img/contact_img.jpg");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2;
	opacity: 0.4;
}
.footer_contact_inner {
	width: 86%;
	max-width: 1150px;
	margin: 0 auto;
}
.footer_contact_sec h2 {
	text-align: left;
	margin-bottom: 25px !important;
}
p.footer-open {
	line-height: 1.5;
	margin-bottom: 5px;
}
span.footer_open_title {
	padding-right: 1vw;
}
address.footer_tel {font-size: 2.5rem;font-style: normal;font-weight: 800;letter-spacing: .1rem;margin-bottom: 10px;margin-top: 25px;}
address.footer_tel a {
	color: var(--color-white);
}
span.footer_tel_sub {
	font-size: 1rem;
}
p.footer-caution {
	font-size: 0.85rem;
}
a.footer_mail_but {
	width: 100%;
	max-width: 330px;
	margin-top: 15px;
	padding: 22px 25px;
	font-size: 1rem;
	font-weight: 700;
	border-radius: 2px;
	color: var(--color-black);
	background: var(--color-white);
	border: 1px solid var(--color-black);
	display: block;
	box-sizing: border-box;
	position: relative;
	transition: 0.5s;
}
a.footer_mail_but::after {
 content: "\f0e0";
 position: absolute;
 font-family: design_plus;
 font-size: 20px;
 font-weight: 400;
 right: 20px;
 z-index: 1;
	transition: 0.5s;
}
a.footer_mail_but:hover {
	color: var(--color-white);
	border-color: var(--color-white);
	background: none;
}
.footer_original_sec {
	padding-top: 3em;
}
.footer_content_box {
	width: 50%;
	padding: 2em 6vw;
	box-sizing: border-box;
}
.footer_map_box {
	width: 50%;
	box-sizing: border-box;
}
.footer_map_box iframe {
	height: 400px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.footer_map_box iframe:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}
h2.footer-logo-name {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: .05rem;
	margin-bottom: 20px;
	color: var(--color-white);
}
dl.address_body {
	width: 100%;
	max-width: 400px;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.7;
	display: flex;
	margin-bottom: 8px;
}
dl.address_body:last-of-type {margin-bottom: 0;}
dt.address_title {
	width: 12%;
}
dd.address_text {
	width: 88%;
	padding-left: 1vw;
	box-sizing: border-box;
}
.footer_menu_bg {
	width: 100%;
	max-width: 450px;
	margin-top: 30px;
}
.footer-content-list div {
	width: 50%;
	box-sizing: border-box;
}
.footer-content-list div:last-of-type {
	padding-left: 2vw;
}
.footer-menu-list li {
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 12px;
	position: relative;
}
.footer-menu-list li:last-of-type {
	margin-bottom: 0;
}
.footer-menu-list li a {
	color: var(--color-white);
	transition: 0.5s;
	position: relative;
	z-index: 0;
}
.footer-menu-list li a::after {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	background: var(--color-white);
	bottom: -4px;
	left: 0;
	z-index: 0;
	transition: all 0.5s;
}
.footer-menu-list li a:hover::after {
	 width: 100%;
}
.footer-content {
	display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
	background: none !important;
}
.footer-bar01-inner {
	width: 90%;
	max-width: 1250px;
	margin: 0 auto;
}
.copyright {
	font-size: 10px;
	font-weight: 400;
	text-align: left;
	color: var(--color-white);
}
.pagetop {
	right: 10px;
	bottom: 10px;
	transition: all 0.5s ease 0s;
}
.pagetop a {
	width: 50px;
	height: 50px;
	border-radius: 1px;
}
.pagetop a::before {
	content: '\ea3a';
	font-size: 17px;
	width: 17px;
	height: 17px;
}
.pagetop:hover {
	bottom: 20px;
}
.pagetop a:hover {
	color: var(--color-black);
	background: var(--color-sub);
}
@media only screen and (max-width: 1085px) {
	.front-original02__text, .front-original02__img {
	width: 100%;
	margin-left: 0;
	}
	.front-original02__text {
	padding: 2em 5vw;
	}
}
@media only screen and (max-width: 970px) {
	.content02 h2.front-main-title {
	margin-bottom: 40px;
	}
	h2.front-main-title.front_topics_title {
	font-size: 1.45rem;
	margin-bottom: 30px;
	}
	.front_original01 {
	padding: 4em 0;
	}
	.content02, .front_original03 {
	padding: 2.5em 0;
	}
	.front-original01__text, .front-original01__title {
	width: 100%;
	}
	.front-original01__text {
	padding-left: 0;
	margin-top: 15px;
	}
	.content02-item {
	width: 100%;
	margin-left: 0;
	}
	.content02-item:nth-of-type(2), .content02-item:last-of-type {
	margin-top: 40px;
	}
	h3.content02-title {
	text-align: center;
}
	.third-box {
	margin-bottom: 30px;
	}
	.front-third-img, .front-third-text {
	width: 100%;
	}
	.front-third-text {
	padding: 0;
	margin-bottom: 15px;
	}
	.third-box:nth-of-type(odd) .front-third-text {
	padding-right: 0;
	}
	.third-box:nth-of-type(even) .front-third-img, .third-box:nth-of-type(even) .front-third-text {
	margin-left: 0;
	}
	.third-box:nth-of-type(even) .front-third-text {
	padding-left: 0;
	}
	.front_topics {
	padding: 4em 0;
	}
	.footer_contact_sec {
	padding: 3em 0;
	}
	.footer_content_box, .footer_map_box {
	width: 100%;
	}
 .footer_content_box {
	padding: 0 6vw 2em;
}
	.footer_map_box iframe {
	height: 250px;
}
	.dp-footer-bar {
	font-size: 10px;
	background: var(--color-black) !important;
	border-top: 1px solid var(--color-white) !important;
	}
	.dp-footer-bar-item + .dp-footer-bar-item {
	border-left: 1px solid var(--color-white) !important;
	}
	.dp-footer-bar a {
	color: var(--color-white);
	}
	.dp-footer-bar-icon:before {
	font-weight: 400;
	}
	.pagetop {
	bottom: 75px !important;
	}
}
@media only screen and (max-width: 768px) {
	h2.front-main-title {
	font-size: 1.5rem;
	margin-bottom: 30px;
	}
	h2.front-main-title span {
	font-size: 0.7rem;
	margin-top: 12px;
}
	.front_original01 {
	padding: 2.5em 0;
	}
	.front-original01__title h2 {
	font-size: 1.5rem;
	line-height: 1.5;
	}
	.front-original01__text p {
	margin-bottom: 8px;
	}
	.content02 h2.front-main-title {
	margin-bottom: 30px;
	}
	h3.content02-title {
	font-size: 1.15rem;
}
	.front-original02__text h2 {
	font-size: 1.35rem;
	margin-bottom: 15px;
	}
	.front-original02__text p {
	margin-bottom: 10px;
	}
	.front_original03 {
	padding: 2.5em 0;
	}
	.front-third-text::before {
	font-size: 1.15rem;
	margin-bottom: 15px;
	}
	h3.third_title {
	font-size: 1.25rem;
	margin-bottom: 10px;
	}
	.front_topics {
	padding: 2em 0;
	}
	address.footer_tel {
	font-size: 1.8rem;
}
	.footer_original_sec {
	padding: 2.5em 0 0;
	}
.footer-menu-list li {
	font-size: 0.7rem;
}
	.social-nav {
	display: none;
	}
}
@media only screen and (max-width: 500px) {
	h3.content02-title {
	text-align: left;
}
	dl.address_body {
	display: block;
	}
	dt.address_title, dd.address_text {
	width: 100%;
	}
}
@media only screen and (max-height: 400px) {
	.top-slider {
	height: 100vh;
	}
}
/* トップ・フッター END */
/* 固定ページ */
.page .post-header {
	margin: 0;
}
.content_inner {
	width: 86%;
	max-width: 1150px;
	margin: 0 auto;
	padding: 100px 0;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}
.post-content h2 {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 25px;
	border-bottom: 1px solid var(--color-border);
	padding-top: 0;
}
.post-content h2::after {
	content: "";
	display: block;
	width: 85px;
	height: 1px;
	background: var(--color-main);
	margin: 10px auto -1px;
}
.post-content h3 {
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--color-main);
	margin-bottom: 15px;
	line-height: 1.5;
	padding: 0 0 0 30px;
	position: relative;
}
.post-content h3::before {
	content: '';
	position: absolute;
	background: var(--color-main);
	width: 20px;
	height: 3px;
	top: 50%;
	left: 0;
}
.post-content h4 {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
	color: var(--color-green);
	padding: 0;
	margin-bottom: 10px;
	box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
	.content_inner {
	padding: 50px 0;
	}
	.post-content h2 {
	font-size: 1.45rem;
	line-height: 1.5;
	margin-bottom: 15px;
	}
	.post-content h2::after {
	width: 40px;
}
	.post-content h3 {
	font-size: 1.25rem;
}
.post-content h4 {
	font-size: 1.15rem;
}
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
	padding-bottom: 100px;
}
.archive-header {
	margin-bottom: 40px;
}
.archive-title, .post-title {
	color: var(--color-black) !important;
	font-weight: 700;
}
.post-title, p.post-meta {
	text-align: left;
}
.article03 {
	background: var(--color-gray);
	box-sizing: border-box;
}
.article03-content {
	padding: 12px 18px;
}
.article03-title {
	font-size: 0.85rem;
	font-weight: 500;
	line-height: 1.5;
	color: var(--color-text);
}
.article03-meta {
	line-height: 1;
}
.article03-date, .article03-category-item {
	font-size: 11px;
}
.article03-category-item:hover, .article03 a:hover .article03-title {
	text-decoration: none;
}
.nav-links01 {
	border-top: 1px solid var(--color-border);
	border-bottom: 1px solid var(--color-border);
}
.nav-links01-previous + .nav-links01-next {
	border-left: 1px solid var(--color-border);
}
.nav-links01-previous a:hover:before, .nav-links01-previous a:hover:after, .nav-links01-next a:hover:before, .nav-links01-next a:hover:after {
	color: var(--color-text);
}
.article01-thumbnail {
	border-radius: 2px;
	box-sizing: border-box;
}
h3.article01-title {
	line-height: 1.5;
}
h3.article01-title a {
	font-size: 0.85rem;
	font-weight: 400;
	color: var(--color-text);
}
.nav-links01-previous a::before, .nav-links01-next a::after {
	font-size: 11px;
}
.post-meta-box {
	background: var(--color-gray);
	box-sizing: border-box;
}
.post-meta-box-item a {
	color: var(--color-text);
	font-weight: 700;
}
.post-meta-box-item::before {
	color: var(--color-main);
}
.headline-bar {
	font-size: 15px;
	font-weight: 700;
	text-align: left;
	color: var(--color-main) !important;
	background: var(--color-gray) !important;
}
.side_widget .headline-bar {
	font-size: 18px;
	margin-bottom: 20px;
	padding: 15px 15px;
	font-weight: 700;
}
.widget_categories ul li a {
	padding: 5px 0;
}
.widget_recent_entries li {
	font-size: 13px;
	line-height: 1.6;
	border-color: var(--color-border);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.widget_recent_entries .post-date {
	margin-top: 5px;
	font-size: 11px;
	color: var(--color-text);
}
.widget_recent_entries .post-date::before {
	font-size: 11px;
	color: var(--color-main);
}
@media only screen and (max-width: 1200px) {
	.archive.category .main, .post-template-default .main {
	padding-bottom: 80px;
	}
	.article03-title {
	margin: 0;
	}
}
@media only screen and (max-width: 768px) {
	.archive.category .main, .post-template-default .main {
	padding-bottom: 30px;
	}
	.archive-header {
	margin: 50px 0 30px;
	}
	.nav-links01-previous a::before, .nav-links01-next a::after {
	color: var(--color-text);
	}
	.nav-links01 {
	border: 1px solid var(--color-border);
	}
	.headline-bar {
	padding-left: 12px;
	}
}
@media only screen and (max-width: 767px) {
	.side_widget .headline-bar {
	padding: 18px 15px;
	line-height: 5px;
	margin-bottom: 15px;
	}
}
@media only screen and (max-width: 500px) {
	.post-title, .post-meta {
	text-align: left;
	}
	.article03-title {
	font-size: 10px;
	margin-top: 0;
	}
}
/* お知らせ END */
/* 表 */
.post-content .s_table {
	width: 100%;
	white-space: normal;
}
.post-content table {
	margin: 0;
}
.post-content th, .post-content td {
	font-size: 0.95rem;
	font-weight: 400;
	letter-spacing: .05rem;
	vertical-align: middle;
	line-height: 1.8;
	padding: 28px 4px 26px;
	background: none;
	border: 0;
	border-bottom: 1px solid var(--color-border);
	box-sizing: border-box;
}
.post-content th {
	width: 20%;
	text-align: left;
	border-right: none;
}
.post-content td {
	border-left: none;
}
table.price_tbl {
	border: 1px solid var(--color-border);
	border-bottom: 0;
}

table.price_tbl th, table.price_tbl td {
	font-weight: 500;
	line-height: 1.5;
	padding: 20px 20px 18px;
	color: var(--color-black);
}

table.price_tbl th {
	width: 60%;
	background: var(--color-gray);
}

table.price_tbl td {
	text-align: center;
}
table.standard_tbl {
	border: 1px solid var(--color-border);
	border-bottom: 0;
}

table.standard_tbl th, table.standard_tbl td {
	width: 50% !important;
	display: inline-block;
	padding: 15px 15px;
	text-align: center;
	line-height: 1.5;
}
table.standard_tbl th {
	background: var(--color-gray);
	border-bottom: 1px solid var(--color-border);
}
@media only screen and (max-width: 970px){
	.post-content th, .post-content td {
	padding: 12px 15px;
	display: block;
	box-sizing: border-box;
	width: 100% !important;
	}
	.post-content th {
	border-bottom: none;
	padding-bottom: 0;
	}
	.post-content td {
	border-top: none;
	}
table.price_tbl th, table.price_tbl td {padding: 15px 18px 18px;}
table.price_tbl th {
	padding: 8px 18px 10px;
}
table.price_tbl td {
	text-align: left;
}
}
/* 表 END */
/* キヌヤについて 共通 */
.concept_box {
	align-items: center;
	margin-top: 70px;
}
.concept_box p {
	margin-bottom: 15px;
}
.concept_box:last-of-type, .concept_box p:last-of-type {
	margin-bottom: 0;
}
.concept_img {
	width: 45%;
}
.concept_box:nth-of-type(even) .concept_img {
	 margin-left: 55%;
}
.concept_text {
	width: 55%;
	box-sizing: border-box;
}
.concept_box:nth-of-type(odd) .concept_text {
	padding-left: 3vw;
}
.concept_box:nth-of-type(even) .concept_text {
	margin-left: -100%;
	padding-right: 3vw;
}
.concept_box h2 {
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 15px;
	border-color: var(--color-main);
	text-align: left;
}
.concept_box h2::after {
	margin-left: 0;
	background: var(--color-sub);
}
.concept_box .content-back_box {
	padding: 15px 20px;
	margin-top: 5px;
}

.concept_box .content-back_box h3 {
	font-size: 1.15rem;
	margin-bottom: 5px;
}

.concept_box .content-back_box p {
	font-size: 0.9rem;
	line-height: 1.8;
}
@media only screen and (max-width: 970px) {
	.concept_box {
	margin-top: 40px;
	}
	.concept_img, .concept_text {
	width: 100%;
	}
	.concept_text {
	margin-top: 20px;
	}
	.concept_box:nth-of-type(even) .concept_img, .concept_box:nth-of-type(even) .concept_text {
	margin-left: 0;
	}
	.concept_box:nth-of-type(odd) .concept_text {
	padding-left: 0;
	}
	.concept_box:nth-of-type(even) .concept_text {
	padding-right: 0;
	}
}
@media only screen and (max-width: 768px) {
	.concept_box h2 {
	font-size: 1.2rem;
	margin-bottom: 10px;
	}
	.concept_box p {
	margin-bottom: 8px;
	}
}
/* キヌヤについて END */
/* メンズファッション・学生服・非接触型「洋服リフォーム」共通 */
.service_sec h2 {font-size: 2rem;border: 0;}

.service_sec h2::after {
	content: none;
}
.service_sec h2 span {
	font-size: 0.9rem;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 5px;
	display: block;
	color: var(--color-main);
}
.service_sec p {
	margin-bottom: 15px;
}
.service_sec p:last-child {
	margin-bottom: 0;
}
.service_box {
	margin-bottom: 80px;
}
.service_box:last-of-type {
	margin-bottom: 0;
}
.service_box h3 {
	padding-left: 0;
	color: var(--color-black);
}

.service_box h3::before {
	content: none;
}
span.titlecaption {
	font-size: 1.1rem;
	margin-bottom: 5px;
	color: var(--color-main);
	display: block;
}

.service_inner {
	margin-bottom: 50px;
	align-items: center;
}
.renovation_inner {
	margin-top: 30px;
}
.service_text {
	width: 50%;
	box-sizing: border-box;
}
.service_img {
	width: 50%;
	padding-left: 3vw;
	box-sizing: border-box;
}
.service_text h4:nth-of-type(2) {
	margin-top: 20px;
}
.service_text p {
	margin-bottom: 15px;
}
ul.recommen_list {
	font-size: 1.1rem;
}
ul.recommen_list li {
	margin-bottom: 12px;
}

ul.recommen_list li::before {
	top: 12px;
}
p.point_text {
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.6;
	color: var(--color-main);
}

p.point_text span {
	display: inline;
	background: linear-gradient(transparent 70%, var(--color-sub) 70%);
}
@media only screen and (max-width: 970px) {
	.service_text, .service_img {
	width: 100%;
	}
	.service_img {
	padding-left: 0;
	margin-top: 12px;
	}
}
@media only screen and (max-width: 768px) {
 .service_sec h2 {
	font-size: 1.6rem;
}
	.service_sec h2 span {
	font-size: 0.7rem;
}
	.service_sec p {
	margin-bottom: 10px;
}
	.service_box {
	margin-bottom: 40px;
}
	.service_inner {
	margin-bottom: 40px;
}
	.renovation_inner {
	margin-top: 25px;
}
}
/* メンズファッション・学生服・非接触型「洋服リフォーム」共通 END */
/* メンズファッション */
.mens_inner {
	margin-top: 30px;
}
.triple_col {
	width: calc(33.3333% - 26.7px);
	margin-right: 40px;
}
.triple_col:last-of-type {
	margin-right: 0;
	margin-bottom: 0;
}
.triple_col h3 {
	font-size: 1.15rem;
	margin-bottom: 10px;
}

.triple_col p {
	font-size: 0.9rem;
	line-height: 1.8;
}
@media only screen and (max-width: 970px){
 .triple_col {
	width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
} 
}
@media only screen and (max-width: 768px){
	.mens_inner {
	margin-top: 20px;
}
}
/* メンズファッション */
/* 学生服 */
ul.school_list {
	font-size: 1.15rem;
}
ul.school_list li {
	width: calc(20% - 8px);
	margin-right: 10px;
	margin-bottom: 0;
	font-weight: 700;
}

ul.school_list li:last-of-type {
	margin-right: 0;
}


ul.school_list li::before {
	top: 12px;
}
@media only screen and (max-width: 1100px){
	ul.school_list li {
	width: calc(50% - 5px);
}
ul.school_list li:nth-of-type(2n) {
	margin-right: 0;
}
}
@media only screen and (max-width: 500px){
	 ul.school_list li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}
}
/* 学生服 END */

/* よくある質問 */
.faq {
	margin-bottom: 50px;
	box-sizing: border-box;
}
.faq:last-of-type {
	margin-bottom: 0;
}
.faq h2 {
	font-size: 1.3rem;
	padding: 2px 0;
	line-height: 1.5;
	margin-bottom: 5px;
	text-align: left;
	position: relative;
	box-sizing: border-box;
	border: 0;
}
.faq h2::after {
	content: none;
}
.faq p {
	position: relative;
	margin-bottom: 12px;
}
.faq p:last-child {
	margin-bottom: 0;
}
.faq h2, .faq p {
	padding-left: 50px;
}
.faq h2::before, p.answer::before {
	content: "Q";
	position: absolute;
	font-size: 1.3rem;
	font-weight: 900;
	color: var(--color-white);
	background: var(--color-main);
	width: 35px;
	height: 35px;
	line-height: 30px;
	border-radius: 100px;
	text-align: center;
	left: 0;
	top: 0;
}
.faq h2::after {
	content: none;
}
p.answer {
	padding-top: 2px;
}
p.answer::before {
	content: 'A';
	color: var(--color-main);
	background: var(--color-gray);
	line-height: 32px;
}
@media only screen and (max-width: 768px) {
	.faq {
	margin-bottom: 30px;
	}
.faq h2, .faq p {
	padding-left: 45px;
}
	.faq h2 {
	font-size: 1.15rem;
}
}
/* よくある質問 END */
/* ご利用の流れ */
.flow_sec h2 {
	text-align: left;
}
.flow_sec h2::after {
	margin-left: 0;
}
.flow {
	padding-left: 50px;
	padding-bottom: 60px;
	position: relative;
	box-sizing: border-box;
	z-index: 0;
}
.flow:first-of-type {
	margin-top: 40px;
}
.flow:last-of-type {
	padding-bottom: 0;
}
.flow::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 7px solid var(--color-main) !important;
	border-radius: 100%;
	box-sizing: border-box;
	top: 0;
	left: 0;
	z-index: 0;
}
.flow::after {
	content: '';
	position: absolute;
	top: 0;
	left: 9.5px;
	width: 1px;
	height: 100%;
	background: var(--color-main) !important;
	z-index: -1;
}
.flow:last-of-type::after {
	display: none;
}
.flow h3 {
	text-align: left;
	line-height: 1.5;
	padding: 0;
	margin-bottom: 10px;
	color: var(--color-black);
}
.flow h3::before {
	counter-increment: number 1;
	content: "STEP."counter(number)"";
	position: relative;
	display: block;
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 0.8;
	letter-spacing: .1rem;
	color: var(--color-main) !important;
	margin-bottom: 40px;
	background: none;
	width: 0;
	top: 0;
	height: 0;
}
.flow h3::after {
	content: none;
}
.flow h4 {
	margin-top: 30px;
}
.flow p {
	margin-bottom: 10px;
}
.flow p:last-of-type {
	margin-bottom: 0;
}
.flow .content-back_box {
	margin-top: 20px;
}
.flow .content-back_box h4 {
	margin-top: 0 !important;
}
a.order_but {
	width: calc(50% - 5px);
	max-width: 100%;
	margin-right: 10px;
	padding: 20px 25px;
	line-height: 1.8;
}
a.order_but:nth-of-type(2) {
	margin-right: 0;
	margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
	.flow {
	padding-left: 30px;
	padding-bottom: 30px;
	}
	.flow:first-of-type {
	margin-top: 24px;
}
.flow h3::before {
	font-size: 1.2rem;
	margin-bottom: 30px;
}
a.order_but {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}
}
/* ご利用の流れ END */
/* 店舗案内 */
.information_sec .content_inner {
	max-width: 900px;
}
.info_box {
	margin-bottom: 50px;
	padding: 20px 25px;
	background: var(--color-gray);
	box-sizing: border-box;
}
.info_box p {
	margin-bottom: 0;
}
table.info_tbl th {
	width: 27%;
}
span.info-caution {
	font-size: 0.85rem;
	margin-top: 10px;
	display: block;
}
@media only screen and (max-width: 768px) {
	.info_box {
	margin-bottom: 25px;
}
}
/* 店舗案内 END */
/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
	max-width: 950px;
}
.mail_sec .content_inner {
	padding-top: 0;
}
.con__inner {
	margin-bottom: 50px;
}
.con__inner p {
	margin-bottom: 15px;
}
.con__inner:last-of-type, .con__inner p:last-of-type {
	margin-bottom: 0;
}
h2.con_info_title {
	padding: 10px;
	line-height: 1.5;
	margin-bottom: 15px;
	color: var(--color-white);
	background: var(--color-main);
	border: 0;
}

h2.con_info_title::after {
	content: none;
}
address.con_tel {
	width: 50%;
	margin-right: -1px;
	display: grid;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .05rem;
	padding: 10px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	text-align: center;
	color: var(--color-black);
	border: 1px solid;
	box-sizing: border-box;
}
address.con_tel a {
	color: var(--color-black);
}
span.con_tel_sub {
	font-size: 1.3rem;
	margin-bottom: 12px;
	padding: 7px;
	color: var(--color-white);
	background: var(--color-black);
	box-sizing: border-box;
}

p.con-caution, p.con-time {
	width: fit-content;
	margin: 0 auto 5px;
	line-height: 1.5;
}

p.con-time span {
	margin-right: 1vw;
}
.mail_info_box p {
	margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
	.con__inner {
	margin-bottom: 30px;
	}
	.con_tel_flex {
	margin-bottom: 20px;
}
	address.con_tel {
	width: 100%;
	padding: 5px 5px 10px;
	margin-right: 0;
	margin-bottom: -1px;
	font-size: 1.7rem;
}
span.con_tel_sub {
	font-size: 0.8rem;
	margin-bottom: 8px;
}
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
	font-size: 0.7rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin-left: 8px;
	margin-bottom: 5px;
	padding: 5px 5px 6px;
	border-radius: 2px;
	display: inline-block;
	color: var(--color-white);
	background: var(--color-caution);
}
span.required.any {
	background: var(--color-white);
}
.wpcf7 {
	border: none;
	background: none;
	margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
	background: #efefef;
	border: 1px solid #dedede;
	border-radius: 2px;
	padding: 18px 12px;
	box-sizing: border-box;
}
.wpcf7 form {
	margin: 0;
}
.wpcf7 form p {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 2.2;
	margin-bottom: 20px;
}
.wpcf7 form p:last-of-type {
	margin-bottom: 0;
}
.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
	font-weight: 400;
}
.wpcf7 input.wpcf7-submit {
	margin-top: 30px;
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: .05rem;
	height: 85px;
	border-radius: 3px;
	color: var(--color-black);
	background: var(--color-white);
	border: 1px solid var(--color-black) !important;
	transition: all .5s;
	font-family: var(--font-main);
}
.wpcf7 input.wpcf7-submit:hover {
	color: var(--color-white);
	background: var(--color-black);
	border: 1px solid var(--color-black) !important;
}
.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: var(--color-not);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	padding: 15px 20px;
	margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
	.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	margin-top: 0;
	}
}
/* お問い合わせフォーム END */
/* ブログ記事の画像 */
.single .post-content img {
	width: auto;
}
/* ブログ記事の画像 END */
/* テキストスタイル */
@media only screen and (max-width: 768px){
p.center {
	text-align: left;
}
}
/* テキストスタイル END */