<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
Theme Name:mrp04-child
Template:mrp04
Version: 0.01
*/



/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.red { color: #FC0000; }
.txt_pink { color: #ED7669; }
.cf:after {
	clear: both;
	display: block;
	overflow: hidden;
	height: 0px;
	content: "";
}
p.attention {
	text-indent: -1em;
	margin-left: 1em;
}
p.nm {
	padding-bottom: 0 !important;
}
/**/
.cen { text-align: center; }
.lft { text-align: left; }
.rit { text-align: right; }
.pad_anchor {
	margin-top: -115px;
	padding-top: 115px;
}
/* 非表示用 */
@media print, screen and (min-width: 641px){ /* PC用 */
	.dsp_smt { display: none; }
	.cen_pc { text-align: center; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.dsp_hp { display: none; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
#header .contact .tel p {
	padding: 0 15px;
	background: #E84D3E;
	border-radius: 22px;
	color: #fff;
	font-size: 25px;
	line-height: 44px;
}
#header .contact .tel p i::before {
	color: #fff;
}
#header .contact .mail a img {
	border-radius: 22px;
}
/**/
header#h1Header h1.title {
	height: 100%;
	background: rgba(0,0,0,0.3);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
/**/
@media only screen and (max-width: 1023px) {
	body.mobile {
		margin-top: 60px;
	}
	body.mobile #breadcrumb {
		margin-top: 0;
	}
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.mb { margin-bottom: 40px; }
.bg_wide { position: relative; }
.bg_wide::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
.bg_pad { padding: 30px 0; }
.box_pad { padding: 15px; box-sizing: border-box; }
.box_w2 .column2_50:not(.cen) { text-align: left; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.mb { margin-bottom: 80px; }
	.bg_pad { padding: 60px 0; }
	.bg_fix::before { background-attachment: fixed !important; }
	.box_w2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_w2.rev { flex-direction: row-reverse; }
	.box_w2.vcen { align-items: center; }
	.box_pad { padding: 30px; }
	.box_w2 .column2_50 { width: 48.5%; }
}
@media print, screen and (min-width:769px){
	.box_pad { padding: 40px; }
}
/**/
.line_pink {
	box-shadow: 0 -10px 0 #F5B4AD inset;
}
.box_line {
	border: 1px solid #F5B4AD;
	border-radius: 30px;
}
.box_pink {
	background: #FFFAFA;
	border-radius: 15px;
}
.box_gray {
	border: 1px solid #DDD9D9;
	border-radius: 10px;
}
.post p.ttl_pink span {
	display: inline-block;
	width: 150px;
	padding: 5px 0;
	background: #F5B4AD;
	border-radius: 10px;
	color: #fff;
	font-size: 130%;
	text-align: center;
}
.post p.thin_en {
	padding-bottom: 0;
	color: #D9D9D9;
	font-size: 40px;
	text-align: center;
	line-height: 1.3;
}
.post p.thin_en+h1 {
	margin-top: 0;
}
.post ul.chk,
.post ul.chk li {
	margin: 0;
	padding: 0;
	border: none;
}
.post ul.chk li {
	padding-left: 25px;
	background: url(/struct/wp-content/uploads/chk.png) no-repeat left 2px;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post p.thin_en {
		font-size: 35px;
	}
}
/**/
body:not(.home).page #content,
body:not(.home).page .post {
	margin-bottom: 0;
	padding-bottom: 0;
}
.post h1.mb {
	margin-bottom: 50px;
}
.post h2 {
	padding: 5px 10px;
	line-height: 1.3;
	box-sizing: border-box;
}
.post h2::after {
	left: 0;
}
.post h3.sub {
	position: relative;
	margin-bottom: 30px;
	padding-top: 60px;
	padding-bottom: 20px;
	background: url(/struct/wp-content/uploads/p.png) no-repeat center top / auto 40px;
	color: #767171;
	text-align: center;
	line-height: 1.3;
}
.post h3.sub::before {
	position: absolute;
	top: auto;
	left: 50%;
	bottom: 0;
	display: block;
	width: 50px;
	height: 2px;
	background: #ED7669;
	content: "";
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.post .linkBtn {
	padding-right: 3.5em;
	background: #fff;
	border: 1px solid #E84D3E;
	box-shadow: 5px 5px 0 #FFE4E1;
	color: #E84D3E;
}
.post .linkBtn::before {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	width: 10px;
	border-bottom: 1px solid #fff;
	content: "";
}
.post .linkBtn:not(:hover)::before,
.post .linkBtn:not(:hover)::after {
	border-color: #E84D3E;
}
.post .linkBtn:hover {
	background: #E84D3E;
	box-shadow: none;
	color: #fff;
}
body:not(.home) .post h1 {
	margin-bottom: 30px;
	font-size: 18px;
}
body:not(.home) .post h1 span {
	display: block;
	padding: 0 0 10px;
	color: #D9D9D9;
	font-size: 40px;
}
.post h2 {
	margin-bottom: 25px;
}
.post p {
    padding-bottom: 30px;
}
@media screen and (min-width: 1024px) { /* PC用 */
	#content h1.title {
		padding-top: 40px;
	}
}
/**/
nav#mainNav ul li.current-menu-item a::before {
    border-bottom: none;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
#wrapper {
	overflow: visible;
}
.home #mainImg {
	padding-bottom: 0;
}
.home #content {
	padding-top: 0;
	padding-bottom: 40px;
}
#post-2 .post {
	padding-top: 0;
	background: none;
	border: none;
}
#post-2 h1 span,
#front_bottom_content h1 span span {
	display: block;
	padding: 0 0 10px;
	color: #D9D9D9;
	font-size: 50px;
}
#top_sns h1,
#top_contact h1,
#front_bottom_content h1 {
	font-size: 18px;
}
#top_sns h1 span,
#top_contact h1 span,
#front_bottom_content h1 span span {
	font-size: 40px;
}
#top_furisode h1, #top_sns h1 , #top_other h1  {
		color:#262626;
}
@media screen and (min-width: 1024px) { /* PC用 */
	#top_furisode h1 span {
		font-size: 75px !important;
	}
	#top_furisode h1 {
		font-size: 35px;
	}
}
/**/
#top_msg::before {
	background: url(/struct/wp-content/uploads/bg_msg.jpg) no-repeat center top / cover;
}
#top_msg h1 {
	margin-bottom: 40px;
}
#top_msg .linkBtn {
	margin: 20px 0 0;
}
/**/
#top_furisode::before {
	top: 110px;
	height: calc(100% - 110px);
	width: 80vw;
	margin-right: 0;
	background: #FFFAFA;
}
#top_furisode h1 {
	text-align: left;
}
#top_furisode h1::after {
	left: 0;
	transform: none;
}
#top_furisode ul,
#top_furisode ul li {
	margin: 0;
	padding: 0;
	border: none;
}
#top_furisode ul li {
	position: relative;
	margin-top: 40px;
}
#top_furisode ul li::before {
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	border: 1px solid #E84D3E;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-sizing: border-box;
	content: "";
	z-index: 1;
}
#top_furisode ul li a {
	overflow: hidden;
	position: relative;
	display: block;
	height: 250px;
	z-index: 9;
}
#top_furisode ul li a span {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 10px 15px;
	background: rgba(255,255,255,0.8);
	box-sizing: border-box;
	color: #E84D3E;
	font-size: 110%;
	text-align: center;
	z-index: 10;
}
#top_furisode ul li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
	margin: 0;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#top_furisode ul li a:hover img {
	width: 130%;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_furisode li {
		width: 31.5%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_furisode ul li a,
	#top_furisode ul li:nth-child(n+4) a {
		height: 160px;
	}
}
/**/
#top_gensen {
	padding: 90px 0;
}
#top_gensen::before {
	background: #1E1E1E;
}
#top_gensen {
	color: #fff;
}
#top_gensen h1,
#top_gensen h1 span {
	color: #AE9554;
}
#top_gensen h1 {
	text-align: left;
}
#top_gensen h1::after {
	display: none;
}
#top_gensen .catch {
	font-size: 25px;
	font-family: "Libre Baskerville", "Noto Serif JP", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E" , "Times New Roman" , "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#top_gensen .catch span {
	font-size: 200%;
}
#top_gensen .linkBtn {
	margin-top: 30px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_gensen h1 span {
		font-size: 190%;
	}
	#top_gensen h1 {
		font-size: 230%;
	}
	#top_gensen .catch {
		font-size: 230%;
	}
	#top_gensen .txt,
	#top_gensen .photo {
		width: 48%;
	}
	#top_gensen .txt {
		margin-top: 100px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_gensen .txt {
		margin-bottom: 40px;
	}
}
/**/
#top_other::before {
	top: 110px;
	left: auto;
	right: 0;
	height: calc(100% - 110px);
	width: 77vw;
	background: #FFFAFA;
}
#top_other h1 {
	text-align: left;
}
#top_other h1::after {
	left: 0;
	transform: none;
}
#top_other ul,
#top_other ul li {
	margin: 0;
	padding: 0;
	border: none;
}
#top_other ul li {
	margin-top: 30px;
}
#top_other ul li a {
	overflow: hidden;
	position: relative;
	display: block;
	z-index: 9;
}
#top_other ul li a span {
	position: relative;
	height: 330px;
	background: rgba(0,0,0,0.3);
	box-sizing: border-box;
	color: #fff;
	font-size: 115%;
	text-align: center;
	z-index: 10;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_other ul li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
	margin: 0;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#top_other ul li a:hover img {
	height: 120%;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#top_other .box {
	width: 800px;
	max-width: 100%;
	margin: 60px auto 0;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#top_other .box .ttl {
	color: #E84D3E;
	font-size: 120%;
	text-align: center;
}
#top_other .box .ttl b {
	position: relative;
	display: inline-block;
	padding: 0 40px;
}
#top_other .box .ttl b::before,
#top_other .box .ttl b::after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 30px;
	height: 2px;
	background-color: #E84D3E;
}
#top_other .box .ttl b::before {
	left:0;
	-moz-transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
#top_other .box .ttl b::after {
	right: 0;
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
#top_other .box .linkBtn {
	display: block;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_other ul li {
		width: 32%;
	}
	#top_other .box .photo {
		width: 40%;
	}
	#top_other .box .txt {
		width: 56%;
	}
	#top_other .box .linkBtn {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_other ul li {
		margin-top: 20px;
	}
	#top_other ul li a span {
		height: 300px;
	}
}
/**/
#top_contact::before {
	background: url(/struct/wp-content/uploads/bg_contact.jpg) no-repeat center center / cover;
}
#top_contact .in {
	background: rgba(0,0,0,0.3);
	color: #fff;
}
#top_contact h1 {
	margin-bottom: 30px;
	background: none;
}
#top_contact h1,
#top_contact h1 span {
	color: #fff;
}
#top_contact .sns p {
	padding-bottom: 15px;
}
#top_contact .btn a {
	margin-bottom: 15px;
	padding: 12px;
	line-height: 1.4;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_contact .btn a b {
	display: block;
	font-size: 110%;
}
#top_contact .btn a i {
	margin-right: 10px;
}
#top_contact .sns {
	text-align: center;
}
#top_contact .sns p {
	display: inline-block;
	margin: 0 8px;
}
#top_contact .box_w2 {
	width: 850px;
	max-width: 100%;
	margin: auto;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_contact .btn {
		width: 75%;
	}
	#top_contact .btn a {
		width: 48%;
		box-sizing: border-box;
	}
	#top_contact .sns {
		width: 22%;
	}
}
/*--------------------------------------------------
	コレクション
--------------------------------------------------*/
@media only screen and (max-width: 640px){ /* スマホ用 */
	#collection_photo .gallery-item {
		float: left !important;
		width: 48% !important;
		margin-left: 1% !important;
		margin-right: 1% !important;
	}
}
/*--------------------------------------------------
	レンタル
--------------------------------------------------*/
@media only screen and (max-width: 640px){ /* スマホ用 */
	#post-72 #gallery-2 br {
		display: none;
	}
}
/*--------------------------------------------------
	ご成約特典
--------------------------------------------------*/
.post h2.contract_ttl {
	position: relative;
	width: 600px;
	max-width: 100%;
	margin: 0 auto 40px;
	padding: 0px;
	background: url(/struct/wp-content/uploads/ico01.png) no-repeat left bottom,
		url(/struct/wp-content/uploads/ico01.png) no-repeat right bottom;
	border: none;
	color: #ED7669;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	margin-top: 70px;
}
.post h2.contract_ttl::after {
	display: none;
}
.post h2.contract_ttl span {
	display: inline-block;
	padding-top: 60px;
	background: url(/struct/wp-content/uploads/p.png) no-repeat center top / auto 40px;
	box-shadow: 0 -15px 0 #FFF2CC inset;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post h2.contract_ttl {
		background-size: auto 40px;
		-webkit-background-size: auto 40px;
		font-size: 25px;
	}
}
/**/
.contract_box .box_w2 {
	width: 800px;
	max-width: 100%;
	margin: auto;
}
.contract_box dl {
	display: table;
}
.contract_box dl dt,
.contract_box dl dd {
	display: table-cell;
	vertical-align: top;
}
.contract_box dl dt {
	min-width: 3em;
	padding-left: 25px;
	padding-right: 1em;
	background: url(/struct/wp-content/uploads/chk.png) no-repeat left 2px;
	color: #ED7669;
	white-space: nowrap;
}
.contract_box b {
	font-size: 130%;
}
/**/
#contract_present h3 {
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 20px;
	background: no-repeat;
	color: #ED7669;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
#contract_present h3::before {
	position: absolute;
	top: auto;
	left: 50%;
	bottom: 0;
	display: block;
	width: 50px;
	height: 4px;
	background: #FFF2CC;
	content: "";
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#contract_present h3 img {
	position: absolute;
	top: 40%;
	left: 0;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#contract_present h3 {
		padding-left: 40px;
		font-size: 22px;
		line-height: 1.3;
	}
	#contract_present h3 img {
		width: 80px;
	}
}
@media screen and (min-width: 1024px) { /* PC用 */
	#contract_present .gallery_fream {
		width: 80%;
		margin: 0 auto;
	}
}
/**/
#contract_early h2.contract_ttl {
	background-image: url(/struct/wp-content/uploads/ico02.png), url(/struct/wp-content/uploads/ico02.png);
}
#contract_early .box_w2 {
	width: 900px;
	max-width: 100%;
	margin: auto;
}
#contract_early dl {
	position: relative;
	margin-top: 40px;
	padding: 20px;
	background: #FFF1EF no-repeat;
	border-radius: 20px;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	text-align: center;
}
#contract_early dl:first-child {
	background-image: url(/struct/wp-content/uploads/img_contract01.png);
	background-position: right 10px center;
}
#contract_early dl:last-child {
	background-image: url(/struct/wp-content/uploads/img_contract02.png);
	background-position: right 5px bottom 5px;
}
#contract_early dt {
	margin-bottom: 15px;
	color: #ED7669;
	font-size: 125%;
}
#contract_early dt span {
	position: absolute;
	top: -20px;
	left: -15px;
	display: block;
	width: 60px;
	height: 60px;
	padding-top: 14px;
	background: #ED7669;
	border-radius: 50%;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	line-height: 1.3;
}
#contract_early dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contract_early dl {
		width: 47%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#contract_early dl:last-child {
		background-size: 100px auto;
		-webkit-background-size: 100px auto;
	}
}
/*--------------------------------------------------
	きものコンシェルジュ・着付け教室
--------------------------------------------------*/
#concierge_schedule dl {
	margin-bottom: 30px;
	padding: 15px;
	border: 1px solid #DDD9D9;
	border-radius: 10px;
}
#concierge_schedule dt {
	padding: 10px;
	background: #FFFAFA;
	border-radius: 10px;
	font-size: 90%;
	font-weight: normal;
	text-align: center;
}
#concierge_schedule dt b {
	display: block;
	font-size: 115%;
}
#concierge_schedule dd {
	position: relative;
	padding: 15px 0;
	padding-left: 120px;
}
#concierge_schedule dd span {
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 100px;
	padding: 5px 0;
	background: #F5B4AD;
	border-radius: 10px;
	color: #fff;
	text-align: center;
}
#concierge_schedule dd+dd {
	border-top: 1px dashed #BFBFBF;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#concierge_schedule dl {
		width: 48%;
		padding: 25px;
		box-sizing: border-box;
	}
}
/*--------------------------------------------------
	成人式当日まで
--------------------------------------------------*/
#flow_list {
	position: relative;
}
#flow_list::before {
	position: absolute;
	top: 0;
	left: 130px;
	display: block;
	width: 12px;
	height: 100%;
	background: #FFF1EF;
	content: "";
	z-index: -1;
}
#flow_list .box {
	position: relative;
	padding-left: 170px;
}
#flow_list .box:not(:last-child) {
	margin-bottom: 40px;
}
#flow_list .box .ico {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	padding: 5px 0;
	background: #F5B4AD;
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-style: italic;
}
#flow_list .box .ico::before {
	position: absolute;
	content: "";
	top: 50%;
	right: -20px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 10px solid #F5B4AD;
}
#flow_list .box .ttl {
	position: relative;
	padding: 0 0 15px 15px;
	color: #F5B4AD;
	font-size: 110%;
	font-weight: bold;
}
#flow_list .box .ttl::before {
	position: absolute;
	top: 12px;
	left: -35px;
	display: block;
	width: 40px;
	border-bottom: 1px dashed #D9D9D9;
	content: "";
}
#flow_list .box .ttl::after {
	position: absolute;
	top: 10px;
	left: -37px;
	display: block;
	width: 6px;
	height: 6px;
	background: #D9D9D9;
	border-radius: 50%;
	content: "";
}
#flow_list .box .in {
	padding: 15px;
	background: #FFFAFA;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#flow_list::before {
		left: 75px;
	}
	#flow_list .box {
		padding-left: 100px;
	}
	#flow_list .box .ico {
		width: 60px;
		font-size: 14px;
	}
	#flow_list .box .ttl::before {
		left: -20px;
		width: 30px;
	}
	#flow_list .box .ttl::after {
		left: -22px;
	}
}
/*--------------------------------------------------
	成人式 前撮りプラン
--------------------------------------------------*/
#plan_about dl {
	margin-bottom: 30px;
	padding: 15px;
	border: 1px solid #DDD9D9;
	border-radius: 10px;
}
#plan_about dt span {
	display: block;
	margin: 15px 0;
	color: #ED7669;
	font-size: 130%;
	font-weight: normal;
	text-align: center;
}
#plan_about dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#plan_about dl {
		width: 32%;
		padding: 20px;
		box-sizing: border-box;
	}
}
/**/
#preshoot_msg .linkBtn {
	margin-bottom: 0;
	background: #f5b4ad;
	border-color: #f5b4ad;
	border-radius: 25px;
	box-shadow: none;
	color: #fff;
}
#preshoot_msg .linkBtn::after,
#preshoot_msg .linkBtn::before {
	border-color: #fff;
}
#preshoot_msg .linkBtn:hover {
	background: #fff;
	color: #f5b4ad;
}
#preshoot_msg .linkBtn:hover::after,
#preshoot_msg .linkBtn:hover::before {
	border-color: #f5b4ad;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#preshoot_msg .btn {
		align-items: flex-end;
	}
	#preshoot_msg .btn p {
		padding-bottom: 0;
	}
}
/*--------------------------------------------------
	スタッフ紹介
--------------------------------------------------*/
#staff_list dl {
	margin-bottom: 40px;
	padding: 15px;
	border: 1px solid #DDD9D9;
	border-radius: 20px;
	box-sizing: border-box;
}
#staff_list dt {
	margin-bottom: 15px;
}
#staff_list dt img {
	margin: 0 auto;
	padding: 0;
}
#staff_list dd {
	padding: 0;
}
#staff_list dd h3 {
	padding: 10px;
	border-radius: 10px;
}
#staff_list dd p:last-child {
	padding-bottom: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#staff_list {
		margin-top: 40px;
	}
	#staff_list dl {
		width: 48%;
		padding: 40px;
	}
}
/*--------------------------------------------------
	こだわりの品
--------------------------------------------------*/
ul.product_imglist {
	margin-left: 0;
}
ul.product_imglist li {
	border-bottom: none;
}
@media print, screen and (min-width: 641px){ /* PC用 */	
	ul.product_imglist li {
		width: 23%;
	}
}
/*--------------------------------------------------
	厳選振袖
--------------------------------------------------*/
.page-selected_furisode #wrapper {
	position: relative;
	color: #fff;
}
.page-selected_furisode #wrapper::before {
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
#selected_furisode {
	font-family: "Libre Baskerville", "Noto Serif JP", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E" , "Times New Roman" , "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 120%;
}
#selected_furisode .catch {
	font-size: 200%;
	margin-bottom: 40px;
}
#selected_furisode .catch span {
    font-size: 200%;
}
#selected_furisode .txt_gold {
	color: #AE9554;
	font-size: 210%;
	line-height: 65px;
}
#selected_furisode .txt_gold span {
	font-size: 190%;
	display: block;
}
#selected_furisode_li dt {
	text-align: center;
	font-size: 130%;
	margin-bottom: 20px;
	font-weight: normal;
}
#selected_furisode_li dt img {
	margin-bottom: 15px;
}
#selected_furisode_li dl {
	margin-bottom: 40px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#selected_furisode .photo,
	#selected_furisode .txt {
		width: 48%;
	}
	#selected_furisode_li dl {
		width: 45%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#selected_furisode .catch {
		font-size: 140%;
		margin-bottom: 0;
		margin-top: 40px;
	}
	#selected_furisode .txt_gold span {
		font-size: 180%;
	}
}


.page-selected_furisode h1.title, .post h1 {
    margin-bottom: 15px;
    color: #ffffff;
    text-align: center;
    font-size: 27px;
    text-shadow: none;
}


/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
}
#company_tbl td {
	text-align: left;
}
/**/
.post p.ttl_shop span {
	display: inline-block;
	padding: 10px 20px;
	background: #F5B4AD;
	border-radius: 10px;
	color: #fff;
	font-size: 18px;
}
/*--------------------------------------------------
	採用情報
--------------------------------------------------*/
.post table.recruit_tbl th {
	width: 20%;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
}
.post table.recruit_tbl td {
	text-align: left;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form table td {
	text-align: left !important;
}
/* ボタン */
.post form.wpcf7-form .linkBtn {
	padding:0 !important;
}
.post form.wpcf7-form .linkBtn input.wpcf7-submit {
	width:100%;
	padding:15px 40px;
	color: #E84D3E;
}
.post form.wpcf7-form .linkBtn:hover input.wpcf7-submit {
	color: #fff;
}
.post form.wpcf7-form .linkBtn span.ajax-loader {
	position:absolute;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.wpcf7-form table th {
		width: 200px;
		white-space: nowrap;
	}
	.post form.wpcf7-form .linkBtn {
		width: 200px;
		max-width: 100%;
	}
}

@media only screen and (max-width: 1023px){
nav#mainNav ul li a, nav#mainNav ul li.current-menu-item li a {
    padding: 11px 10px 9px;
    font-size: 95%;
}
	}

	/*--------------------------------------------------
	2023/01 追加
--------------------------------------------------*/
/* slider */
#metaslider-id-677 {
	display: none;
}
@media only screen and (max-width: 959px) {
	#metaslider-id-20 {
		display: none;
	}
	#metaslider-id-677 {
		display: block;
	}
}

#front_top_content h1 {
    font-size: 18px;
}
#front_top_content h1 span span {
    display: block;
    padding: 0 0 10px;
    color: #D9D9D9;
    font-size: 50px;
}
#front_top_content h1 span span {
    font-size: 40px;
}
	/*--------------------------------------------------
	2023/05 追加
--------------------------------------------------*/
@media print, screen and (max-width: 1023px) {
	.mobile nav#mainNav ul.sub-menu {
		display: none;
 	}
	.mobile nav#mainNav ul li.menu-item-has-children&gt;a {
		position: relative;
		padding-right: 50px;
	}
	.mobile nav#mainNav ul li.menu-item-has-children&gt;a::after {
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 10px;
		font-family: "FontAwesome";
		font-weight: 300;
		font-size: 110%;
		transform: translateY(-50%);
	}
	.mobile nav#mainNav ul li.menu-item-has-children&gt;a::after {
		content: "\f067";
	}
	.mobile nav#mainNav ul li.menu-item-has-children.open&gt;a::after {
		content: "\f068";
	}
	.mobile nav#mainNav .panel &gt; ul {
	  overflow-y: scroll;
	  max-height: calc(100vh - 60px - 64px);
	}
}

/*バージョンアップCF7送信スピナーによるテキストずれ対応*/
.wpcf7-spinner{
    position: absolute!important;
    margin: 0!important;
}
@media only screen and (max-width: 1023px) {
.mobile #breadcrumb {
    margin-top: 85px !important;
	}}


#header {
    border-top: 8px solid rgba(255, 255, 255, 1);
}</pre></body></html>