@charset "utf-8";

/* ------------------------------
 リセット
------------------------------ */
* {
border:0;
margin:0;
outline:0;
padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
font:inherit;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
text-decoration:none;
vertical-align:baseline;
}

html {font-size:62.5%; width:100%; height:100%;}

body {
font-size:10px;
font-size:1.0rem;
line-height:1;
position:relative;
/*text-align:center;*/
	-webkit-text-size-adjust:100%;
	/*-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-o-text-size-adjust:100%;
	text-size-adjust:100%;*/
-webkit-font-smoothing:antialiased;
/*font-smoothing:antialiased;*/
-moz-osx-font-smoothing:grayscale;
width:100%;
height:100%;
}

article, aside, dialog, figure, footer, header, main, menu, nav, section {display:block;}
audio, canvas, video {display:inline-block;}


hr {display:block;}

ol,
ul {list-style:none;}

blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}

input,
select {vertical-align:middle;}

table {border-collapse:collapse; border-spacing:0; empty-cells:show;}


/* ------------------------------
 サイト全体
------------------------------ */
html,
body {
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-weight: 400;
	line-height: 1.75;
	min-width: 1240px;
	word-wrap: break-word;
	color: #401922;
	-webkit-text-size-adjust: 100%;
	margin: 0 auto;
	background: #e6e6e6;
}

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

.cf:after {
	content: "";
	clear: both;
	display: block;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

.tal {
	text-align:left;
}

.tac {
	text-align:center !important;
}

.tar {
	text-align:right;
}

.vat {
	vertical-align:top;
}

.vam {
	vertical-align:middle;
}

.vab {
	vertical-align:bottom;
}

.vtb {
	vertical-align:text-bottom;
}

strong,
.bold {
	font-weight: bold;
}

.nobold {
	font-weight: normal !important;
}

.auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

.hide,
input.none {
	display: none;
}

.opacity05 {
    opacity: 0.5;
}

.sp {
	display:none !important;
}
@media print, screen and (min-width: 768px) {
	.pc_tac {
		text-align: center;
	}
	.pc_wmvr {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
	.sp {
		display:block !important;
	}
	.sp_tal {
		text-align: left;
	}
	.sp_auto {
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

/* 行スペース */
.b1 {
	margin-bottom: 1.7em;
}

.b2 {
	margin-bottom: 3.4em;
}

.b3 {
	margin-bottom: 5.1em;
}

/* スペース */
.mt60 {
	margin-top: 60px !important;
}
.mt45 {
	margin-top:45px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb9 {
	margin-bottom: 9px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.mb120 {
	margin-bottom: 120px !important;
}
.mb150 {
	margin-bottom: 150px !important;
}
.mt0 {
	margin-top: 0 !important;
}
.pr40 {
	padding-right: 40px !important;
}
.pl40 {
	padding-left: 40px !important;
}
.pl20 {
	padding-left: 20px;
}
/* リンク */
a {
	color: #a64c5d;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 768px) {
	a:hover {
		text-decoration: none;
	}
}

p a {
	color: #a64c5d;
}


.contentsTop a,
.contents a {
	color: #a64c5d;
	text-decoration: underline;
}
.contentsTop a:hover,
.contents a:hover {
	text-decoration: none;
}

a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.7;
}

/* 文字色 */
.red {
	color: #b71d22 !important;
}
.err {
	color: #ff0000;
}
.blue {
	color: #0d2e70 !important;
}
/* フォントサイズ */
.f12 {
	font-size: 1.2rem;
}
.f13 {
	font-size: 1.3rem;
}
.small,
small,
.f14,
.has-small-font-size {
	font-size: 1.4rem;
}
.f15 {
	font-size: 1.5rem;
}
.big,
.f18,
.has-medium-font-size {
	font-size: 1.8rem;
}
.f20 {
	font-size: 2rem;
}
.f22,
.has-large-font-size {
	font-size: 2.2rem;
}
.f24 {
	font-size: 2.4rem;
}
.f26 {
	font-size: 2.6rem;
}
.f28,
.has-huge-font-size {
	font-size: 2.8rem;
}
.f34 {
	font-size: 3.4rem;
}
/* フォントスタイル */
em {
	font-style: italic;
}
sup,
sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
	bottom: -0.25em;
}
ruby rt {
    font-size: 1rem;
	font-weight: normal !important;
}
/*ドロップキャップ*/
.has-drop-cap:first-letter {
	font-size: 3.2rem;
	line-height: 1;
    float: left;
    margin: 0 .2em 0 0;
    padding: .1em 0;
}
.small.has-drop-cap:first-letter,
small.has-drop-cap:first-letter,
.f14.has-drop-cap:first-letter,
.has-small-font-size.has-drop-cap:first-letter {
	font-size: 2.8rem;
	line-height: 1;
    float: left;
    margin: 0 .2em 0 0;
    padding: .1em 0;
}
.big.has-drop-cap:first-letter,
.f18.has-drop-cap:first-letter,
.has-medium-font-size.has-drop-cap:first-letter {
	font-size: 3.6rem;
	line-height: 1;
    float: left;
    margin: 0 .2em 0 0;
    padding: .1em 0;
}
.f22.has-drop-cap:first-letter,
.has-large-font-size.has-drop-cap:first-letter {
	font-size: 4.4rem;
	line-height: 1;
    float: left;
    margin: 0 .2em 0 0;
    padding: .1em 0;
}
.f28.has-drop-cap:first-letter,
.has-huge-font-size.has-drop-cap:first-letter {
	font-size: 5.6rem;
	line-height: 1;
    float: left;
    margin: 0 .2em 0 0;
    padding: .1em 0;
}
/* 明朝 */
.yumin {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "Noto Serif JP", serif, "MS PMincho", serif;
}
.db {
	display: block;
}
.dib {
	display: inline-block;
}
.dib.fr::after {
	content: "";
	clear: both;
	display: block;
}
/* ------------------------------
 サイト全体（PC）
------------------------------ */
@media screen and (min-width: 768px) {
	.pc_mb0 {
		margin-bottom: 0 !important;
	}
	.pc_mb20 {
		margin-bottom: 20px !important;
	}
	.pc_mb150 {
		margin-bottom: 150px !important;
	}
}
/* ------------------------------
 サイト全体（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	html,
	body {
		min-width: 100%;
		max-width: 100%;
	}

	.fl,
	.fr {
		float: none;
	}
	.site {
		min-width: 100%;
		min-width: 100%;
	}

	/* スペース */
	.sp_pl0 {
		padding-left: 0 !important;
	}
	.sp_pr0 {
		padding-right: 0 !important;
	}
	.sp_mb10 {
		margin-bottom: 10px !important;
	}
	.mb15 {
		margin-bottom: 10px !important;
	}
	.mb20 {
		margin-bottom: 15px !important;
	}
	.mb25 {
		margin-bottom: 15px !important;
	}
	.mb30 {
		margin-bottom: 20px !important;
	}
	.sp_mb30 {
		margin-bottom: 30px !important;
	}
	.mb35 {
		margin-bottom: 20px !important;
	}
	.mb40 {
		margin-bottom: 25px !important;
	}
	.mb50 {
		margin-bottom: 25px !important;
	}
	.mb60 {
		margin-bottom: 30px !important;
	}
	.sp_mb60 {
		margin-bottom: 60px !important;
	}
	.mb70 {
		margin-bottom: 35px !important;
	}
	.mb80 {
		margin-bottom: 40px !important;
	}
	.mb90 {
		margin-bottom: 40px !important;
	}
	.mb100,
	.mb120,
	.mb150 {
		margin-bottom: 70px !important;
	}
	.sp-mr0 {
		margin-right: 0 !important;
	}
	.pr40,
	.pl40 {
		padding-left: 5% !important;
		padding-right: 5% !important;
	}
	/* フォントサイズ */
	.big,
	.f18,
	.has-medium-font-size {
		font-size: 1.6rem;
	}
	.f13 {
		font-size: 1.2rem;
	}
	.f15 {
		font-size: 1.3rem;
	}
	.f20,
	.f22,
	.f26,
	.f24,
	.has-large-font-size {
		font-size: 1.8rem;
	}
	.f28,
	.has-huge-font-size {
		font-size: 2rem;
	}
	.small,
	small,
	.f14,
	.has-small-font-size {
		font-size: 1.2rem;
	}

	/*ドロップキャップ*/
	.has-drop-cap:first-letter {
		font-size: 2.8rem;
		line-height: 1;
		float: left;
		margin: 0 .2em 0 0;
		padding: .1em 0;
	}
	.small.has-drop-cap:first-letter,
	small.has-drop-cap:first-letter,
	.f14.has-drop-cap:first-letter,
	.has-small-font-size.has-drop-cap:first-letter {
		font-size: 2.4rem;
		line-height: 1;
		float: left;
		margin: 0 .2em 0 0;
		padding: .1em 0;
	}
	.big.has-drop-cap:first-letter,
	.f18.has-drop-cap:first-letter,
	.has-medium-font-size.has-drop-cap:first-letter {
		font-size: 3.2rem;
		line-height: 1;
		float: left;
		margin: 0 .2em 0 0;
		padding: .1em 0;
	}
	.f22.has-drop-cap:first-letter,
	.has-large-font-size.has-drop-cap:first-letter {
		font-size: 3.6rem;
		line-height: 1;
		float: left;
		margin: 0 .2em 0 0;
		padding: .1em 0;
	}
	.f28.has-drop-cap:first-letter,
	.has-huge-font-size.has-drop-cap:first-letter {
		font-size: 4rem;
		line-height: 1;
		float: left;
		margin: 0 .2em 0 0;
		padding: .1em 0;
	}
	.nobr br { display: none;}
}
/* ------------------------------
 ヘッダ
------------------------------ */
.page-open-slidemenu {
	overflow-y: scroll;
}
.header {
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 100px;
	background-color: #fff;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, .02);
	margin: 0 auto;
	padding: 0;
	text-align: center;
	-webkit-transition: background-color .3s ease, -webkit-box-shadow .3s ease;
	-o-transition: background-color .3s ease, box-shadow .3s ease;
	transition: background-color .3s ease, -webkit-box-shadow .3s ease;
	transition: background-color .3s ease, box-shadow .3s ease;
	transition: background-color .3s ease, box-shadow .3s ease, -webkit-box-shadow .3s ease;
	z-index: 1000;
}

/* ロゴ */
.header_logo {
	z-index: 100;
}
.header_logo a {
	display: flex;
	align-items: center;
}
.header_logo a span {
	font-weight: 400;
	text-align: left;
	border-left: 1px dotted #b1a9ad;
}
/* メニューレイヤー */
.menu-layer {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100vw;
	height: 100vw;
	transition: .5s;
	background-color: rgba(182, 112, 122, .5);
	z-index: 998;
}
/* メニューレイヤー メニューコンテンツを開いたら */
.page-open-slidemenu .menu-layer {
	display: block;
}
/* 会員登録 */
.header_member {
	position: fixed;
	top: 30px;
	right: 100px;
	z-index: 9999;
}
.header_member a {
	position: relative;
	display: block;
	width: 140px;
	padding: 8px 0 10px;
	border-radius: 3px;
	background-color: #a64c5d;
    background-image: radial-gradient(#b6707a 20%, rgba(0,0,0,0) 20%), radial-gradient(#b6707a 20%, rgba(0,0,0,0) 20%);
    background-size: 8px 8px;
    background-position: 0 0, 4px 4px;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	color: #fff;
	transition: 0.5s;
}
.header_member a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin: auto;
}
.header_member a::after {
	content: "";
	position: absolute;
	left: 10px;
	right: 0;
	top: 1.5em;
	bottom: 0;
	display: block;
	width: 53px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.5);
	margin: auto;
}
.header_member a span {
	position: relative;
	display: inline-block;
	padding-left: 25px;
	margin-right: 15px;
}
.header_member a span::before,
.header_member a span::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
	width: 18px;
	height: 16px;
	transition: .5s;
	background: no-repeat;
	margin: auto;
}
.header_member a span::before {
	background-image: url('../img/icon_member_w.svg');
	opacity: 1;
}
.header_member a span::after {
	background-image: url('../img/icon_member_rp.svg');
	opacity: 0;
}
/* 会員登録 メニューコンテンツを開いたらorホバー */
.header_member a:hover,
.header_member a:focus,
.page-open-slidemenu .header_member a {
	color: #a64c5d;
	background-color: #fff;
    background-image: radial-gradient(#f7e7e9 20%, rgba(0,0,0,0) 20%), radial-gradient(#f7e7e9 20%, rgba(0,0,0,0) 20%);
}
.header_member a:hover::before,
.header_member a:focus::before,
.page-open-slidemenu .header_member a::before {
	border-top: 2px solid #a64c5d;
	border-right: 2px solid #a64c5d;
}
.header_member a:hover::after,
.header_member a:focus::after,
.page-open-slidemenu .header_member a::after {
	background-color: rgba(166, 76, 93, 0.5);
}
.header_member a:hover span::before,
.header_member a:focus span::before,
.page-open-slidemenu .header_member a span::before {
	opacity: 0;
}
.header_member a:hover span::after,
.header_member a:focus span::after,
.page-open-slidemenu .header_member a span::after {
	opacity: 1;
}

/* ハンバーガーアイコン */
.drawer-hidden {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.drawer-open {
	font-size: 1rem;
	height: 100px;
	width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	flex-flow: column;
	top: 0;
	right: 0;
	z-index: 10000;/* 重なり順を一番上に */
	cursor: pointer;
}
.drawer-open .menu-icon,
.drawer-open .menu-icon:before,
.drawer-open .menu-icon:after {
	content: '';
	display: block;
	height: 3px;
	background: #a64c5d;
	transition: 0.5s;
	position: relative;
}
.drawer-open .menu-icon {
	width: 29px;
}
.drawer-open .menu-icon:before {
	width: 32px;
	bottom: 9px;
}
.drawer-open .menu-icon:after {
	width: 19px;
	top: 7px;
}


/* アイコンをクリックした後のボタン */
#drawer-check:checked ~ .drawer-open .menu-icon {
	background: rgba(255, 255, 255, 0);
}
/* アイコンをクリックしたら×印になように上下の線を回転 */
#drawer-check:checked ~ .drawer-open .menu-icon::before {
	width: 32px;
	bottom: 0;
	transform: rotate(45deg);
	background-color: #fff;
}
#drawer-check:checked ~ .drawer-open .menu-icon::after {
	width: 32px;
	top: -3px;
	transform: rotate(-45deg);
	background-color: #fff;
}

/* 開閉後メニューコンテンツ */
.navbar {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 998;
	transition: .5s;
	overflow-y: auto;
	opacity: 0;
	background-color: #cc6670;
	padding-top: 120px;
}
/* クリックでメニューコンテンツを表示 */
#drawer-check:checked ~ .navbar {
	right: 0;
	opacity: 1;
	
}

/* 開閉ボタン 開く処理 */
/***/
/* 要検討 */

.headerBlock .gnav {
	width: 100%;
	max-width: 350px;
	margin:0 auto 60px;
}
.headerBlock .gnav li {
	text-align: left;
	position: relative;
}
.headerBlock .gnav li {
	border-bottom: 1px solid #fff;
}
.headerBlock .gnav li a {
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	padding: 20px 45px 20px 0;
	display: block;
}
.headerBlock .gnav li > a::after {
	content: "";
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.headerBlock .gnav li > a::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, 0);
	background-image:
	  radial-gradient(#a64c5d 20%, rgba(0,0,0,0) 20%),
	  radial-gradient(#a64c5d 20%, rgba(0,0,0,0) 20%);
	background-size: 8px 8px;
	background-position: 0 0, 4px 4px;
  }

/* サロンさまへ */
/********** ▼▼▼ 2023/03/20 修正 ▼▼▼ **********/
.headerBlock a.link-salon {
	color: #fff;
	font-weight: bold;
}
/********** ▲▲▲ 2023/03/20 修正 ▲▲▲ **********/
/*
.headerBlock .DearSalon a {
	position: relative;
	display: block;
	margin: auto;
	width: 140px;
	padding: 8px 0 10px;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, 0);
	background-image:
	  radial-gradient(#a64c5d 20%, rgba(0,0,0,0) 20%),
	  radial-gradient(#a64c5d 20%, rgba(0,0,0,0) 20%);
	background-size: 8px 8px;
	background-position: 0 0, 4px 4px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
}
.headerBlock .DearSalon a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin: auto;
}
.headerBlock .DearSalon a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 1.5em;
	bottom: 0;
	display: block;
	width: 78px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.5);
	margin: auto;
}*/

/* メニュー開いた時背景スクロール禁止 */
.page-open-slidemenu {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
}
/* ------------------------------
 ヘッダ（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {

	.header {
		max-width: 1920px;
		margin: auto;
	}
	.headerBlock {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 100%;
		max-width: 1920px;
		min-width: 1240px;
		margin: auto;
	}

	/* ロゴ */
	.header_logo {
		margin-left: 20px;
	}
	.header_logo a {
		/*width: 300px;*/
	}
	.header_logo a img {
		display: block;
		width: 142px;
	}
	.header_logo a span {
		font-size: 1.3rem;
		color: #401922;
		margin-left: 45px;
		padding: 10px 0 10px 40px;
	}
	/* 開閉後メニューコンテンツ */
	.navbar {
		max-width: 536px;
	}

}
/* ------------------------------
 プルダウンメニュー部分（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {

}
/* ------------------------------
 ヘッダ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.header {
		height: 60px;
	}
	/* ロゴ */
	.header_logo {
		/*display: flex;
		align-items: center;
		width: 160px;
		height: 50px;*/
		margin-top: 13px;
		padding-left: 5%;
	}
	.header_logo img {
		width: 72px;
	}
	.header_logo span {
		font-size: 1.1rem;
		line-height: 1.2;
		padding-left: 10px;
		margin-left: 10px;
	}
	/* 会員登録 */
	.header_member {
		display: none;
	}

	/* ハンバーガーアイコン */
	.drawer-open {
		width: 60px;
		height: 60px;
	}
	/* アイコンをクリックしたら×印になように上下の線を回転 */
	#drawer-check:checked ~ .drawer-open .menu-icon::before,
	#drawer-check:checked ~ .drawer-open .menu-icon::after {
		background-color: #a64c5d;
	}
	/* 開閉後メニューコンテンツ */
	.navbar {
		top: 60px;
		padding-top: 20px;
	}

	/* 開閉ボタン 開く処理 */
	/***/
	/* 要検討 */
	.headerBlock .gnav {
		width: 90%;
		margin: 0 auto 30px;
	}
	/* メニューレイヤー */
	.menu-layer,
	.page-open-slidemenu .menu-layer {
		display: none;
	}
}
/* ------------------------------
 コンテンツ
------------------------------ */
.site {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	overflow: hidden;
	background: #fff;
}
.contentsHome,
.contentsTop,
.contents {
	width: 100%;
	margin-top: 0;
	position:relative;
	background-color: #fff;
	/* z-index: 3; */
}
.contentsHome {
	margin-top: 0;
	padding-bottom: 0;
}

/* ------------------------------
 コンテンツ（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.site {
		max-width: 1920px;
		min-width: 1240px;
		margin: 0 auto;
	}
	.contentsHome {
		padding-bottom: 0;
	}
	.contentsTop,
	.contents {
		margin-top: 100px;
		margin-bottom: 100px;
	}

}
/* ------------------------------
 コンテンツ（SP）
------------------------------ */
@media screen and (max-width: 767px) {

	.site {
		/*font-size: 1.4rem;*/
	}
	#bggr {
		position: relative;
		z-index: 1;
	}

	.contentsHome,
	.contentsTop,
	.contents {
		width: 100%;
		min-height: 100px;
	}
	.contentsHome {
		padding-bottom: 0;
		margin-top: 0;
	}
	.contentsTop,
	.contents {
		margin-top: 60px;
		margin-bottom: 70px;
	}

}
/* ------------------------------
 メインイメージ TOP
------------------------------ */
.main {
	position: relative;
}
/* ------------------------------
 下層タイトル回り
------------------------------ */
.headering {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background: url('../img/flower_bg01.jpg') repeat center;
}
.headering > img {
	position: absolute;
	display: block;
	width: 100%;
	object-fit: cover;
}
/* ------------------------------
 下層タイトル回り(PC)
------------------------------ */
@media print, screen and (min-width: 768px) {
	.headering {
		width: 100%;
		min-width: 1140px;
		min-height: 300px;
		margin-top: 100px;
	}
	.headering > img {
		height: 300px;
	}
}

/* ------------------------------
 下層タイトル回り(SP)
------------------------------ */
@media screen and (max-width: 767px) {
	.headering {
		min-height: 190px;
		margin-top: 60px;
	}
	.headering > img {
		height: 190px;
	}

}
/* ------------------------------
 パンくず
------------------------------ */

/* ------------------------------
 パンくず(PC)
------------------------------ */
@media print, screen and (min-width: 768px) {
	.crumb {
		display: block;
		width: 1140px;
		margin: 15px auto 0;
		font-size: 1.3rem;
		font-weight: 400;
	}
	.crumb ul {
		display: block;
		text-align: left;
		color: #9f8c91;
	}
	.crumb ul li {
		display: inline-block;
	}
	.crumb ul li:not(:last-child)::after {
		content: "＞";
		margin: 0 5px;
		color: #9f8c91;
	}
	.crumb ul li a,
	.crumb .aioseo-breadcrumb a {
		color: #cc6670;
		text-decoration: underline;
	}
	.crumb ul li a:hover, 
	.crumb ul li:focus,
	.crumb .aioseo-breadcrumb a:hover,
	.crumb .aioseo-breadcrumb a:focus {
		text-decoration: none;
	}
	
	.aioseo-breadcrumb-separator {
		margin: 0 5px;
		color: #9f8c91;
	}
	.aioseo-breadcrumb {
		color: #9f8c91;
	}
}
/* ------------------------------
 パンくず(SP)
------------------------------ */
@media screen and (max-width: 767px) {
	.crumb {
		display: none;
	}
}

/* ------------------------------
 マウスオーバー画像拡大 PC用コード
------------------------------ */
@media print, screen and (min-width: 768px) {
	a .img_hover {
		overflow: hidden;
		display: block;
		position: relative;
		-webkit-transition: 0.1s cubic-bezier(0, 0, 0.2, 1);
		-moz-transition: 0.1s cubic-bezier(0, 0, 0.2, 1);
		-ms-transition:0.1s cubic-bezier(0, 0, 0.2, 1);
		-o-transition: 0.1s cubic-bezier(0, 0, 0.2, 1);
		transition: 0.1s cubic-bezier(0, 0, 0.2, 1);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	a .img_hover img {
		-webkit-transition:0.5s cubic-bezier(0, 0, 0.2, 1);
		-moz-transition:0.5s cubic-bezier(0, 0, 0.2, 1);
		-ms-transition:0.5s cubic-bezier(0, 0, 0.2, 1);
		-o-transition:0.5s cubic-bezier(0, 0, 0.2, 1);
		transition:0.5s cubic-bezier(0, 0, 0.2, 1);
		overflow: hidden;
		display: block;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	a:hover .img_hover img {
		opacity: 1;
		overflow: hidden;
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
}
/* ------------------------------
 フッタ
------------------------------ */
.footer {
	width: 100%;
	margin: 0 auto;
	background-color: #ede7de;
	position:relative;
	/* z-index: 3; */
}

/* -- FOOTER NAVI -- */
.footerNavi {
	position: relative;
	margin: 0 auto;
	background-color: #ede7de;
}
.footerNavi > nav.naviBox li {
    display: block;
}
.footerNavi > nav.naviBox li p {
    position: relative;
}
.footerNavi > nav.naviBox li p::before {
    content: "";
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-image: radial-gradient(#FFF 20%, rgba(0,0,0,0) 20%),
   radial-gradient(#fff 20%, rgba(0,0,0,0) 20%);
    background-size: 8px 8px;
    background-position: 0 0, 4px 4px;
    right: 0;
    top: 0;
    bottom: 0;
	margin: auto;
}
.footerNavi > nav.naviBox li a {
	display: block;
    color: #401922;
    font-weight: bold;
    font-size: 1.4rem;
    position: relative;
    padding-right: 30px;
	transition: .5s;
}
.footerNavi > nav.naviBox li a::before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    border-top: 2px solid #a64c5d;
    border-right: 2px solid #a64c5d;
    transform: rotate(45deg);
    right: 10px;
    top: 2px;
    bottom: 0;
    margin: auto;
}
.footerNavi > nav.naviBox li a:hover,
.footerNavi > nav.naviBox li a:focus {
	color: #a64c5d;
}

/* -- コピーライトなど -- */
.footerBottomBox {
    background: #a86a72;
}
.footerBottomBoxIn > .naviBox ul {
	display: flex;
	align-items: center;
	gap: 25px;
}
.footerBottomBoxIn > .naviBox li a {
    font-size: 1.3rem;
    font-weight: 400;
    color: #fff;
    text-decoration: underline;
    display: block;
    position: relative;
    padding-right: 13px;
}
.footerBottomBoxIn > .naviBox li a::before {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.footerBottomBoxIn > .naviBox li a:hover,
.footerBottomBoxIn > .naviBox li a:focus {
	text-decoration: none;
}

/* -- COPYRIGHT -- */
.footerCopy {
	font-size: 1.3rem;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.05em;
}

/* -- PAGE TOP -- */
.js-btn-pagetop {
	width: 48px;
	height: 48px;
	display: block;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 1000;
	cursor: pointer;
	background-color: #401922;
	border-radius: 100%;
	transition: background-color 0.2s ease 0s;
}
.js-btn-pagetop span {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 48px;
	height: 48px;
	font-size: 1.2rem;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	color: #fff400;
}
.js-btn-pagetop span::before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff400;
	border-left: 1px solid #fff400;
	transform: rotate(45deg);
}
/* ------------------------------
 フッタ（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	/* -- FOOTER NAVI -- */
	
	.footerNavi > nav.naviBox {
		width: 1140px;
		margin: auto;
		padding: 50px 0;
	}
	.footerNavi > nav.naviBox ul {
		display: flex;
		justify-content: center;
		gap: 20px;
		align-items: flex-start;
	}
	.footerNavi > nav.naviBox li p::after {
		content: "";
		position: absolute;
		width: calc(100% - 30px);
		height: 1px;
		background: #b59ca1;
		left: 0;
		bottom: 0;
		transition: .5s;
	}
	.footerNavi > nav.naviBox li p:hover::after,
	.footerNavi > nav.naviBox li p:focus:after {
		opacity: 0;
	}
	/* -- コピーライトなど -- */
	.footerBottomBoxIn {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 6px 0;
		width: 1140px;
		margin: auto;
	}
	.footerBottomBoxIn > .naviBox ul {
		justify-content: flex-start;
	}

	/* -- CONTACT-- */
	.footerContact {
		display: none;
	}
}

/* ------------------------------
 フッタ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* -- FOOTER NAVI -- */
	.footerNavi {
		padding-bottom: 42px;
		background-color: #401922;
	}
	.footerNavi > nav.naviBox {
		padding: 45px 10%;
		background-color: #ede7de;
	}
	.footerNavi > nav.naviBox li {
		border-top: 1px solid #cbb9bd;
	}
	.footerNavi > nav.naviBox li:last-child {
		border-bottom: 1px solid #cbb9bd;
	}
	.footerNavi > nav.naviBox li a {
		padding: 20px 0;
	}
	/* -- コピーライトなど -- */
	.footerBottomBoxIn > .naviBox ul {
		padding: 20px 10%;
		justify-content: center;
	}
	/* -- COPYRIGHT -- */
	.footerCopy {
		display: block;
		text-align: center;
		padding: 8px 10%;
		background-color: #401922;
	}
	/* -- CONTACT-- */
	.footerContact {
		position: fixed;
		bottom: 0;
		display: block;
		width: 100%;
		height: 42px;
		background-color: #a64c5d;
		background-image: radial-gradient(#b6707a 20%, rgba(0,0,0,0) 20%), radial-gradient(#b6707a 20%, rgba(0,0,0,0) 20%);
		background-size: 8px 8px;
		background-position: 0 0, 4px 4px;
		font-size: 1.3rem;
		font-weight: bold;
		text-align: center;
		border-radius: 15px 15px 0 0;
	}
	.footerContact a {
		display: block;
		color: #fff;
		line-height: 42px;
	}
	.footerContact a::before {
		content: "";
		width: 4em;
		height: 1px;
		background-color: rgba(255,255,255,0.5);
		display: block;
		position: absolute;
		left: 0;
		right: -6px;
		top: 1.5em;
		bottom: 0;
		margin: auto;
	}
	.footerContact a::after {
		content: "";
		display: inline-block;
		width: 4px;
		height: 4px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
		vertical-align: middle;
		margin-left: 10px;
	}
	.footerContact a span {
		position: relative;
		display: inline-block;
		padding-left: 25px;
		letter-spacing: 0.075em;
	}
	.footerContact a span::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		display: inline-block;
		width: 18px;
		height: 16px;
		transition: .5s;
		background: no-repeat;
		margin: auto;
		background-image: url('../img/icon_member_w.svg');
	}
 	/* -- PAGE TOP -- */
	.js-btn-pagetop {
		right: 0;
		bottom: 48px;
		/*width: 50px;
		height: 50px;*/
	}


}
/* ------------------------------
 ノースクリプト
------------------------------ */
#nojs {
	width: 100%;
	padding: 0;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	background: #005fa3;
}
#nojs p {
	padding: 3px 0;
	color: #fff;
	font-size: 1.2rem;
}
/* ------------------------------
 印刷用コード
------------------------------ */
@media print {
	html,
	body {
		background: none;
	}

	.header {
		position: absolute;
	}
	.mainimg {
		position: relative;
	}
	.contents {
		margin-top: 0;
	}
}
 /* -- 余白 -- */
@page {
	margin: 9.7mm 9.7mm;
}
/* ------------------------------
 Android用アラート
------------------------------ */
.alert-old-android-browser {
	display: none;
}
.alert-old-android-browser.is-show {
	border-top: 1px solid #aaa;
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	color: #222;
	font-size: 16px;
	z-index: 200000;
	padding: 30px 40px 20px 20px;
}
/* android browser */
.page-fixed-header-android .alert-old-android-browser.is-show {
	position: fixed;
	bottom: 0;
	left: 0;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__text {
	margin-bottom: 1em;
	line-height: 18px;
	background-size: 20px 18px;
	margin-bottom: 10px;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__link {
	text-decoration: none;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0px;
	right: 0px;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close:before,
.alert-old-android-browser.is-show > .alert-old-android-browser__close:after {
	content: '';
    display: block;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #aaa;
    width: 20px;
    height: 2px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close:before {
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close:after {
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.alert-old-android-browser.is-show > .alert-old-android-browser__link:before {
    font-family: 'FontAwesome';
    content: "\f138";
    margin-right: 5px;
    color: #b09e71;
    display: inline-block;
}

/* ------------------------------
 WordPressログイン時
------------------------------ */
@media print, screen and (min-width: 768px) {
	.customize-support .header {
		margin-top: 32px;
	}
	/*.customize-support .mainimgTop {
		top: 112px;
	}*/
	.customize-support .header_member {
		top: 62px;
	}
	.customize-support .drawer-open {
		top: 32px;
	}
}
@media screen and (max-width:767px) {
	html #wpadminbar {
		position: fixed;
	}
	.customize-support .drawer-open {
		top: 46px;
	}
}