@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Tokumin&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Neonderthaw&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #111;
	--color-primary: #E01281;
	--color-primary-shade: #E59FC4;
	--color-primary-tint: #F342AC;
	--color-secondary: #E01281;
	--color-table-border: #DDD;
	--color-table-th: #E01281;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #000;
	--header-color-font: #FFF;
	--header-color-primary: #E01281;
	--header-color-primary-shade: #E59FC4;
	--header-color-primary-tint: #FFC7E4;
	/*------▼フッター設定▼------*/
	--footer-background: #E01281;
	--footer-color-font: #FFF;
	--footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Kaisei Tokumin', 'Noto Sans JP', sans-serif;
	--font-family03: "Neonderthaw", serif;
}

/*------------------------------------------------------
vision
------------------------------------------------------*/
.fw_contents {
    margin-top: 0;
    margin-bottom: 0;
}
#content:has(.fw_contents), body:not(.home) #content:has(.fw_contents).wide {
    padding: 0;
}
/*================================================
					サービス内容
================================================*/

/*--colstyle--------------------------------------------*/

.post .colstyle02 .colstyle_ttl {
	display: block;
	padding: 0;
	border: none;
	padding-left: 3rem;
	margin: 0 0 1rem 0;
	position: relative;
}
.post .colstyle02 .colstyle_ttl:before {
	content: "\f00c";
	position: absolute;
	font-family: 'FontAwesome';
	font-weight: 400;
	left: 0;
}
.post .colstyle02 .colstyle_ttl:after {
	content: none;
}

/*--list_style02--------------------------------------------*/

.list_style02 dl {
	display: table;
	width: 100%;
	border-bottom: solid #e4e4e4;
	border-width: 1px 0;
}
.list_style02 dt {
	display: table-cell;
	padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);/* 30-20px 15-10px (1920-375) */
	font-weight: 400;
	color: var(--color-primary);
}
.list_style02 dd {
	text-align: right;
	display: table-cell;
	padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);/* 30-20px 15-10px (1920-375) */
}
.list_style02 dd:after {
	display: inline-block;
	content: "";
	width: 1.2rem;
	font-size: 1rem;
}
.list_style02 dd.from:after {
	content: "〜";
}

/*--list_style03--------------------------------------------*/

.list_style03 {
	column-count: 2;
	column-gap: 80px;
}
.list_style03 dl {
	display: inline-flex;
	padding-bottom: 8px;
	border-bottom: var(--color-table-border) 1px dotted;
	margin-bottom: 8px;
	width: 100%;
	column-count: 2;
	/*column-gap: 40px;*/
	padding: 0;
}
.list_style03 dt, .list_style03 dd {
	font-size: var(--body-font-size);
	font-family: var(--body-font-family);
	font-weight: normal;
	color: var(--color-font);
}
.list_style03 dt {
	font-weight: 500;
	color: var(--color-primary);
}
.list_style03 dd {
	margin-right: 0;
	margin-left: auto;
	white-space: nowrap;
}
.list_style03 dd:after {
	display: inline-block;
	content: "";
	width: 1.2rem;
	font-size: 1rem;
}
.list_style03 dd.from:after {
	content: "〜";
}
.list_style03 dt, .list_style03 dd {
	padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);/* 30-20px 15-10px (1920-375) */
}
@media screen and (max-width: 640px){
	.list_style03 {
		column-count: 1;
	}
}

/*--幅フル100%背景色--------------------------------------------*/

.widecolor {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px); 
	margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);/* 120-80px (1920-375) */
	background: #fafafa;
}
.widecolor01 {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px); 
	margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);/* 120-80px (1920-375) */
	background: #eee;
}
.widecolor02 {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px); 
	margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);/* 120-80px (1920-375) */
	background: var(--color-primary-shade);
}

/*--flow02--------------------------------------------*/

.flowlist02 {
	padding-left: 5rem;
	position: relative;
}
.flowlist02::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #eee;
	margin-left: -8px;
	display: block;
	position: absolute;
	top: 0;
	left: 5rem;
}
.flowlist02 > li {
	  position: relative;
}
.flowlist02 > li:not(:last-child) {
	  margin-bottom: 8vh;
}
.flowlist02 > li .icon {
	font-size: var(--body-font-size);
	width: 5rem;
	height: 5rem;
	color: #fff;
	font-weight: bold;
	background: var(--color-primary-shade);
	padding: 0.8rem 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: -2.5rem;
	z-index: 100;
	border-radius: 50vh;
}
.flowlist02 > li .icon::after {
	content: none;
}
.flowlist02 > li dl {
	padding-left: 7rem;
	position: relative;
	padding-top: 0.7rem;
}
.flowlist02 > li dl::before {
	content: none;
}
.flowlist02 > li dl::after {
	 content: "";
	 display: block;
	 position: absolute;
	 top: 20px;
}
.flowlist02 > li dl::after {
	 width: 50px;
	 border-bottom: 1px dashed #999;
	 position: absolute;
	 left: 5px;
	top: 23px;
}
.flowlist02 > li dd {
	 padding-bottom: 10px;
	 border-bottom: dotted 2px
}
.flowlist02 > li dl dt {
	 margin-bottom: 0.5rem;
	 font-weight: 600;
	 font-size: 1.6rem;
}
@media (max-width: 768px) {
	.flowlist02 {
		padding-left: 2rem;
	}

	.flowlist02 > li .icon {
		left: -3.5rem;
	}

	.flowlist02::before {
		left: 1rem;
	}

	.flowlist02 > li dl {
		padding-left: 4.5rem;
	}

	.flowlist02 > li dl::after {
		width: 30px;
	}

	.flowlist02 > li dl dt {
		font-size: 1.4rem;
	}
}

/*--FAQ -------------------------------------------*/
.qa_list {
	cursor: pointer;
}
.qa_list .qa_list_inner dt {
	position: relative;
	font-weight: normal;
	margin: 1rem 0 0 0;
	display: flex;
	align-items: stretch;
	padding: 0rem 1rem 0rem 0rem;
	background: #ffffff;
	border: 1px solid #cccccc;
}
.qa_list .qa_list_inner dd .ans_flex {
	position: relative;
	font-weight: normal;
	margin: 0;
	display: flex;
	align-items: stretch;
	padding: 0;
	background: #ffffff;
}
.qa_list .qa_list_inner .a_ico {
	color: #ffffff;
	background: #000000;
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	border-right: 1px solid #cccccc;
	width: 100%;
	text-align: center;
	max-width: 90px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Montserrat';
}
.qa_list .qa_list_inner .q_ico {
	background: #f2f2f2;
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	font-weight: bold;
	width: 100%;
	text-align: center;
	max-width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Montserrat';
	border-right: 1px solid #cccccc;
}
.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
	padding: 1.5rem 1.5rem 1.5rem 2rem;
	line-height: 1.7;
}
.qa_list .qa_list_inner .a_desc {
  line-height: 1.8;
  width: 100%;
}
.qa_list .qa_list_inner dt:after {
  content: '';
  position: absolute;
  top: 46%;
  right: 3rem;
  width: 12px;
  height: 12px;
  border-right: 1px solid #494949;
  border-bottom: 1px solid #494949;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.qa_list .qa_list_inner .active:after {
  top: 43%;
  right: 2rem;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
.qa_list .qa_list_inner dd {
	display: none;
	position: relative;
	padding: 0;
	margin: 0 0 1rem 0;
	border: 1px solid #cccccc;
	border-top: 0;
}
@media only screen and (max-width: 959px) {
	.qa_list .qa_list_inner {
		margin-bottom: 8rem;
	}
}
@media only screen and (max-width: 768px) {
	.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
		padding: 0.5rem 1rem 0.5rem 1rem;
	}
	.qa_list .qa_list_inner dt {
		padding: 0rem 1rem 0rem 0rem;
	}
	.qa_list .qa_list_inner .a_ico, .qa_list .qa_list_inner .q_ico {
		max-width: 50px;
		padding: 1.2rem 1.0rem;
	}
	.qa_list .qa_list_inner dt:after {
		right: 1.5rem;
		width: 6px;
		height: 6px;
	}
	.qa_list .qa_list_inner .active:after {
		right: 1.0rem;
	}
}
@media only screen and (max-width: 559px) {
	.qa_list .qa_list_inner dd {
		font-size: 1.4rem;
	}
	.qa_list .qa_list_inner {
		margin-bottom: 6rem;
	}
	.qa_list .qa_list_inner dt {
		font-size: 1.4rem;
	}
}











/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post a {
	color: var(--color-font);
}
.post p {
	line-height: 1.8;
}
.post table th {
	background: var(--color-table-th);
	color: #fff;
	font-weight: 500;
}
.fw_contents .page_contents_inner:nth-child(odd) {
	background: linear-gradient(to bottom, #FFC7E4, #f5dbe9);
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
}
@media print, screen and (max-width: 1023px) {
	nav#mainNav ul li a {
		background-color: var(--header-background) !important;
	}
	nav#mainNav ul li li a {
		color: var(--header-color-font) !important;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.fm2 { font-size: 130%; }
.red { color: #FC0000; }
.b { font-weight: bold; }
.pick { color: var(--color-primary); }
p.txt_ind { text-indent: -1em; margin-left: 1em; }
p.nm { padding-bottom: 0; }
/**/
.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; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	.home:not(.sticky-header) #header{
		position: fixed !important;
		width:100%;
		top: -85px;
		background: none;
		transform: translateY( 125px );
		-ms-transform: translateY( 125px );
		transition: all 0.8s ease-in-out;
		-ms-transition: all 0.8s ease-in-out;
		z-index: 9999;
	}
	.home.admin-bar:not(.sticky-header) #header {
		top: -55px;
	}
	/**/
	#header-upper {
		height: 40px;
		background: #000;
		color: #fff;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	#flags {
		width: auto !important;
		margin-right: 20px;
	}
	#flags ul {
		height: 18px !important;
	}
	#google_language_translator {
		height: 100%;
		height: 25px;
	}
	#google_language_translator select.goog-te-combo {
		margin: 0;
		height: 25px;
	}
	/**/
	#header a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn {
		text-align: center;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 22px;
	}
	#header a.head_btn.tel_btn span:not(.note)::before {
		margin-right: 8px;
		font-size: 80%;
		font-weight: 400;
		font-family: 'FontAwesome';
		content: '\f095';
	}
	#header a.head_btn.tel_btn .note {
		font-size: 11px;
	}
	#header a.head_btn.mail_btn {
		flex-direction: row;
	}
	#header a.head_btn.mail_btn::before {
		margin: 0 8px 0 0;
		font-size: 95%;
	}
	/**/
	nav#mainNav {
		height: auto;
	}
	nav#mainNav ul li a b {
		font-weight: 500;
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary) !important;
		font-weight: normal;
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a, nav#mainNav ul li.current-menu-ancestor a {
		background: none;
	}
	nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, nav#mainNav ul li.current-menu-ancestor li a:hover {
		background: var(--color-primary) !important;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 1024px){
	#header .logo {
		width: 20%;
	}
	#header .logo img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	nav#mainNav ul li a {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 1023px) {
	body.mobile { margin-top: 60px; }
	body.mobile #breadcrumb { margin-top: 0; }
	#google_language_translator {
		display: none;
	}
	body.mobile #header .logo {
		align-items: flex-end;
	}
	body.mobile #header #flags {
		width: 110px;
		padding: 10px 0;
		margin-right: 20px;
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer .inner {
	border-bottom: 1px solid #CFCFCF;
}
#footer .footnav {
	margin-bottom: 20px;
}
#copyright {
	background: none;
}
#glt-translate-trigger {
	display: none;
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.bg_wide { position: relative; }
.bg_wide::before,
.bg_wide.bg_after::after {
	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;
}
.box_w2_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_w2_sp.rev { flex-direction: row-reverse; }
.box_w2_sp.vtop { align-items: flex-start; }
.box_w2_sp.vcen { align-items: center; }
.box_w2_sp.vbtm { align-items: flex-end; }
.box_pad { padding: 20px; box-sizing: border-box; }
.box_w2 .column2_50:not(.cen) { text-align: left; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.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.vtop { align-items: flex-start; }
	.box_w2.vcen { align-items: center; }
	.box_w2.vbtm { align-items: flex-end; }
	.box_pad { padding: 30px; }
	.box_w2 .column3_33 { width: 32%; }
	.box_w2 .column2_50 { width: 48.5%; }
	.box_w2 .column2_60 { width: 57%; }
	.box_w2 .column2_70 { width: 67%; }
	.box_w2 .column2_80 { width: 77%; }
	.box_w2 .w45 { width: 45%; }
	.box_w2 .w50 { width: 50%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: 50px; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	/* tableにスクロールバーを追加 */
	.tbl_scroll { overflow: auto; margin-bottom: 15px; white-space: nowrap; }
	.tbl_scroll table { margin-bottom: 0; }
	.tbl_scroll::-webkit-scrollbar{ height: 5px; }
	.tbl_scroll::-webkit-scrollbar-track{ background: #F1F1F1; }
	.tbl_scroll::-webkit-scrollbar-thumb { ackground: #BCBCBC; }
	.box_w2 .w45+.w50 { margin-top: 20px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
.post table.tbl_line,
.post table.tbl_line th,
.post table.tbl_line td {
	background: none;
	border: none;
	color: var(--color-font);
}
.post table.tbl_line tr {
	border-bottom: 1px solid #ddd;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.post table.tbl_line th,
	.post table.tbl_line td {
		padding: 15px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post table.tbl_line.responsive th {
		padding-bottom: 5px;
	}
	.post table.tbl_line.responsive td {
		padding-top: 0;
	}
}
/**/
.txt_link {
	color: var(--color-primary);
	text-decoration: underline;
}
.txt_link:hover {
	text-decoration: none;
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900, .w1000 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
.w1000 { width: 1000px; }
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home #content h1 {
	color: var(--color-primary-tint);
	font-weight: 600;
	font-family: var(--font-family02);
	line-height: 1.4;
}
.home #content h1::after {
	display: block;
	width: 60px;
	height: 1px;
	margin: 12px auto 0;
	background: var(--color-primary-tint);
	content: "";
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.home #content {
		font-size: 110%;
	}
}
/**/
#top_welcome::before {
	background: url(/wp-content/uploads/top-welcome-bg.jpg.webp) no-repeat center center / cover;
	background: url(/wp-content/uploads/back_p.jpg.webp) no-repeat center center / cover;
}
#top_welcome {
	color: #fff !important;
}
#top_welcome h1 {
	color: #fff !important;
	font-size: var(--rem48w) !important;
	font-weight: normal !important;
	font-family: var(--font-family03) !important;
}
#top_welcome h1::after {
	display: none !important;
}
#top_welcome p {
	line-height: 2.2;
}
#top_welcome .box {
	background: rgba(243,66,172,0.5);
	border: 1px solid #fff;
	border-radius: 30px;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_welcome h1 {
		font-size: var(--rem40w) !important;
	}
}
/**/
#top_welcome .sns_link {
	justify-content: center;
	column-gap: 3%;
	width: 600px;
	max-width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
}
#top_welcome .sns_link li {
	max-width: 20%;
}
#top_welcome h2.txt_white {
	color: #fff;
	font-family: var(--font-family02);
}
#top_welcome h2.txt_white::after {
	background: #fff;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
}
/**/
#top_price::before {
	background: url(/wp-content/uploads/bg.jpg.webp) no-repeat center center / cover;
}
#top_price {
	color: #111;
}
#top_price h1 {
	color: #000 !important;
	font-size: var(--rem48w) !important;
	font-weight: normal !important;
	font-family: var(--font-family03) !important;
}
#top_price h1::after {
	display: none !important;
}
#top_price table {
	border: none;
	border-collapse: separate;
	border-spacing: 5px;
}
#top_price table th {
	width: auto;
	background: var(--color-primary-tint);
	border: none;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#top_price table th.none {
	background: none;
}
#top_price table th.night {
	width: 18%;
	background: #f49dda;
	color: #FF3399;
	font-size: 115%;
}
#top_price table th.city {
	background: #e01281;
	font-size: 115%;
}
#top_price table td {
	background: #FFF7FB;
	color: #111;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
}
#top_price table td .fm {
	font-size: 160%;
}
#top_price table tr:last-child td {
	background: #FFFBEB;
}
/**/
#top_msg::before {
	background: #6f6f6f;
}
#top_msg {
	color: var(--color-primary);
}
#top_msg .txt_white {
	color: #fff !important;
}
#top_msg h1.txt_white::after {
	background: #fff;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_msg p {
		line-height: 2.5;
	}
}
#top_msg iframe {
	vertical-align: bottom;
}
.bg_white::before {
	background: #fff;
}
.txt_red {
	color: var(--color-primary);
}
/**/
#top_msg2::before {
	background: url(/wp-content/uploads/top-welcome-bg.jpg.webp) no-repeat center center / cover;
	background: url(/wp-content/uploads/back_p.jpg.webp) no-repeat center center / cover;
}
#top_msg2 {
	color: #fff !important;
}
#top_msg2 p {
	line-height: 2.2;
}
#top_msg2 .box {
	background: rgba(243,66,172,0.5);
	border: 1px solid #fff;
	border-radius: 30px;
}
/**/
#top_night::before {
	background: linear-gradient(to bottom, #e6a2c6, #f5dbe9);
}
#top_city::before {
	background: linear-gradient(to bottom, #f342a2, #e8a0c7);
}
#top_city,
#top_city h1,
#top_city .linkBtn.btn_link,
#top_sns {
	color: #fff !important;
}
#top_night {
	color: var(--color-primary);
}
#top_night h1,
#top_city .box h1 {
	text-align: left;
}
#top_night h1 {
	color: var(--color-primary) !important;
	text-shadow: 0 1px 5px #FFDAEC, 0 2px 15px #fff;
}
#top_city .box h1 {
	text-shadow: 0 1px 5px #FFDAEC, 0 2px 15px #FF44DA;
}
#top_night h1::after,
#top_city .box h1::after {
	display: none !important;
}
#top_city h1::after {
	background: #fff !important;
}
#top_city .linkBtn.btn_link {
	border-color: #fff;
}
#top_city .linkBtn.btn_link,
#top_city .linkBtn.btn_link::before {
	color: #fff;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_night .txt,
	#top_city .txt {
		width: 40%;
	}
	#top_night .photo,
	#top_city .photo {
		width: 56%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_night .txt,
	#top_city .txt {
		margin-bottom: 30px;
	}
}
/**/
#top_access iframe {
	width: 100%;
	height: 450px;
	vertical-align: bottom;
}
/**/
#top_sns::before {
	background: url(/wp-content/uploads/bg.jpg.webp) no-repeat center center / cover;
}
#top_sns .linkBtn {
	padding-right: 50px !important;
}
#top_sns .linkBtn img {
	display: inline-block;
	width: 22px;
	margin-right: 15px;
	vertical-align: middle;
}
/**/
#contact_box::before {
	background: url(/wp-content/uploads/top-contact-bg.jpg.webp) no-repeat center center / cover;
}
#contact_box h1 {
	color: #fff !important;
}
#contact_box .btn {
	width: 800px;
	max-width: 100%;
	margin: auto;
}
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 15px;
	background: var(--color-primary);
	color: #fff;
	line-height: 1.5;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#contact_box .btn a:hover {
	background: var(--color-primary-tint) !important;
}
#contact_box .btn a i {
	margin-right: 8px;
}
#contact_box .btn .tel a b {
	font-size: 150%;
}
#contact_box .btn .mail a {
	background: var(--color-primary-shade);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: 50%;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	position: relative;
	background: none;
}
#front_bottom_content::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	background: url(/wp-content/uploads/bg.jpg.webp) no-repeat center center / cover;
	content: "";
	z-index: -1;
}
#front_bottom_content,
#front_bottom_content a {
	color: var(--color-primary-tint);
}
#front_bottom_content .time a {
	color: #fff;
}
/**/
.post .linkBtn.btn_link,
#front-sectionPost .linkBtn {
	display: inline-block;
	width: auto;
	max-width: none;
	padding: 15px 5px;
	padding-right: 70px;
	background: none;
	border-bottom: 1px solid var(--color-primary);
	border-radius: 0;
	color: var(--color-primary-tint);
	font-family: var(--font-family02);
	text-align: left;
	line-height: 1.4;
}
.post .linkBtn.btn_link::before,
#front-sectionPost .linkBtn::before {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
	color: var(--color-primary);
	font-size: 12px;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f138';
}
.post .linkBtn.btn_link::after,
#front-sectionPost .linkBtn::after {
	display: none;
}
.post .linkBtn.btn_link:hover::before,
#front-sectionPost .linkBtn:hover::before {
	right: 0;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
/* サブタイトルの文字を見えなくしたい
header#h1Header h1.title {
	z-index: -1;
}
*/
/* サブタイトルの透過マスクを取りたい
#thumbImg::before, header#h1Header::before {
	display: none;
}
*/
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	font-weight: 500;
}
.post h2.noline::after {
	display: none;
}
.post h3 {
	border-width: 1px;
}
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	サブページ共通
--------------------------------------------------*/
.page-lc003 #breadcrumb,
.page-lc001 #breadcrumb {
	background: #FFC7E4;
}
table.table_style02 td {
	background: #fff;
}
.page-lc001 #wrapper {
	position: relative;
}
.page-lc001 #wrapper::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;
	background: -webkit-linear-gradient(#FFC7E4, #f5dbe9);
	background: -o-linear-gradient(#FFC7E4, #f5dbe9);
	background: linear-gradient(#FFC7E4, #f5dbe9);
}
.page-lc001 .fw_contents .page_contents_inner:nth-child(odd) {
	background: linear-gradient(to bottom, #f342a2, #e8a0c7);
	color: #fff;
}
.page-lc001 .fw_contents .page_contents_inner:nth-child(odd) h2 {
	color: #fff;
}
.page-lc001 .fw_contents .page_contents_inner:nth-child(odd) h2::after {
	background: #fff;
}
.page-lc001 .fw_contents .page_contents_inner:nth-child(odd) .list_style02 dl,
.page-lc001 .fw_contents .page_contents_inner:nth-child(odd) .list_style03 dl {
	border-color: #ffffff80;
}
.page-lc001 .fw_contents .page_contents_inner:nth-child(odd) .list_style02 dt,
.page-lc001 .fw_contents .page_contents_inner:nth-child(odd) .list_style03 dt {
	color: #000;
}
.page-lc001 .fw_contents .page_contents_inner:nth-child(odd) .list_style03 dd {
	color: #fff;
}
.page-lc001 #breadcrumb {
	background: #f342a2;
	color: #fff;
}
.page-lc001 #breadcrumb ul li,
.page-lc001 #breadcrumb ul li a {
	color: #fff;
}
@media only screen and (max-width: 960px){ /* スマホ・タブレット用 */
	.list_style02 dd,
	.list_style03 dd {
		min-width: 95px;
		text-align: right;
	}
}

/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
/* ボタン */
.post form.wpcf7-form .linkBtn {
	width: 200px !important;
	padding: 0 !important;
}
.post form.wpcf7-form .linkBtn .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.post form.wpcf7-form .linkBtn input[type="submit"] {
	padding: 15px 35px;
}