/* # =================================================================
   # 見出し
   # ================================================================= */
h2.wp-block-heading {
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 4.2rem;
	color: #C6BBBA;
	margin-top: 4.6rem !important;
	letter-spacing: 0.2rem;
}
h3.wp-block-heading {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 1.6rem;
	color: #727272;
	margin-top: -3.5rem !important;
	margin-bottom: 2.5rem !important;
}
h4.wp-block-heading {
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 2.4rem;
	color: #C6BBBA;
	margin-top: 4.0rem !important;
}
h4.wp-block-heading strong {
	font-size: 1.5rem;
	font-weight:normal;
}
@media (max-width: 639px) {
	h2.wp-block-heading {
		font-size: 2.6rem;
		margin-top: 2.8rem !important;
	}
	h3.wp-block-heading {
		font-size: 1.2rem;
		margin-top: -2.8rem !important;
		margin-bottom: 2.0rem !important;
	}
	h4.wp-block-heading {
		font-size: 2.0rem;
		margin-top: 2.0rem !important;
		margin-bottom: 0.5rem !important;
	}
	h4.wp-block-heading strong {
		font-size: 1.3rem;
	}
}


/* # =================================================================
   # ヘッダー
   # ================================================================= */
.p-global-nav span {
	font-family: "Cormorant Garamond", serif;
	font-size: var(--font-size--2xl);
	margin-top: -6px;
}
.p-global-nav small {
	font-size: var(--font-size--xs) !important;
	margin-top: -8px;
}
/* ヘッダー （透過させる） */ 
/* .l-header--sticky-lg {
	background-color: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(12px);
	box-shadow: none;
}
.c-row.c-row--margin-s.c-row--lg-margin.c-row--middle.c-row--nowrap {
	background-color: rgba(255, 255, 255, 0);
} */


/* --問い合わせボタン */
.header-right{
	display:flex;
}
.l-1row-header__content{
	padding-top:0;
	padding-bottom:0;
}
.header-contact-area a{
	background: #1ED57A;
	font-size: var(--font-size--m) !important;
	padding-left:20px;
	padding-right:20px;
	margin:18px 0;
	height:90px;
	display:flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color:white;
	border: 1px solid #1ED57A;
	cursor: pointer;
	transition: all .3s linear;
}
.header-contact-area2 a{
	background: var(--i-btn-color);
	font-size: var(--font-size--m) !important;
	padding-left:30px;
	padding-right:30px;
	margin:18px 0;
	height:90px;
	display:flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color:white;
	border: 1px solid var(--i-btn-color);
	cursor: pointer;
	transition: all .3s linear;
}
.header-contact-area a::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url('/wp-content/uploads/2024/10/icon0053.png');
    background-position: center;
    background-size: contain;
	font-size: var(--font-size--xl) !important;
	margin-right:10px;
}
.header-contact-area2 a::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url('/wp-content/uploads/2024/10/hotpepper_logo.png');
    background-position: center;
    background-size: contain;
	font-size: var(--font-size--xl) !important;
	margin-right:10px;
}
.header-contact-area a:hover,
.header-contact-area2 a:hover {
	background-color: white;
    box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.3);
	transition: all .5s linear;
}
.header-contact-area a:hover {
	color: #1ED57A;
	border: 1px solid #1ED57A;
}
.header-contact-area2 a:hover {
	color: var(--i-btn-color);
	border: 1px solid  var(--i-btn-color);
}
.c-row.c-row--margin-s.c-row--lg-margin.c-row--middle.c-row--nowrap {
	background-color:white;
}
.menu-block .smb-items__item__btn {
	font-size: var(--font-size--s) !important;
	position: absolute;
	top: 180px;
	right:30px;
	background-color:rgba(1,1,1,0.1);
	border-radius:30px;
}
.header-contact-area::after {
	content:"";
	position:absolute;
	bottom:-6px;
	right:164px;
	border: 12px solid transparent;
	border-left: 12px solid white;
	transform: rotate(45deg);
}
.header-contact-area2::after {
	content:"";
	position:absolute;
	bottom:-6px;
	right:-6px;
	border: 12px solid transparent;
	border-left: 12px solid white;
	transform: rotate(45deg);
}

/* PCサイズ */
@media (min-width: 1280px) {
	.c-site-branding__title{
		position: absolute;
		height: 100%;
		top: 0;
		display: flex;
		align-items: center;
	}
}
/*PC小サイズ以上 */
@media (min-width: 1024px) {
	.c-row.c-row--margin-s.c-row--lg-margin.c-row--middle.c-row--nowrap {
		height:90px;
	}
	.l-header__content .c-fluid-container {
		padding-right: 0;
	}
}
/*PC小サイズ以下 */
@media (max-width: 1279px) {
	.p-global-nav .c-navbar__item>a{
		font-size:0.8rem;
		padding:0px 8px;
	}
	.header-left{
		margin-left:1rem;
		width:250px;
	}
	.header-tel-number::before {
		font-size:0.9rem;
		margin-right: 5px;
	}
	.header-tel-number{
		font-size:1.1rem;
	}
	.reception-time-title{
		font-size:0.8rem;
	}
	.reception-time{
		font-size:0.9rem;
	}
.header-contact-area .contact-btn::before {
		margin-right: 5px;
		font-size:0.9rem;
	}
	.header-contact-area .contact-btn{
		padding: 4px 10px;
		width:160px;
	}
	.header-contact-area a {
			font-size:0.9rem;
	}
}
/* スマホサイズ */
@media (max-width: 639px) {
	.header-contact-area a ::after{
		margin-left:10px;
	}
}


/* # =================================================================
   # ドロワーナビゲーション（モバイルのみ）
   # ================================================================= */
.c-drawer-logo {
	text-align:center;
}
.c-drawer__controls {
    padding-top: 18px;
}
[id=drawer-nav].c-drawer--overall .c-drawer__inner {
	margin: 0 auto auto;
}


/* # =================================================================
   # お問い合わせ
   # ================================================================= */
.contact-block {
	padding-top: 2rem;
	padding-bottom: 6rem;
	margin-top: 7rem !important;
}
.contact-tel-panel,
.contact-web-panel,
.contact-line-panel {
	background-color:rgba(108,94,79,0.4);
	box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.7);
	height:200px;
}
.contact-tel-panel {
	padding: 50px 30px;
}
.contact-web-panel,
.contact-line-panel {
	padding: 30px;
}

.contact-tel-subtitle,
.contact-web-subtitle,
.contact-line-subtitle {
	color:white;
}
.contact-tel-number{
	font-family: "Josefin Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	font-size: 2.6rem;
	margin-top: 0.5rem !important;
	color: white;
}
.contact-tel-number::before{
	content: "\f095";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 2.2rem;
	margin-right: 10px;
}
.contact-tel-number a{
	color:inherit;
	text-decoration:none;
}
.contact-reserve-btn,
.contact-web-btn,
.contact-line-btn {
	margin-top:15px !important;
}
.contact-reserve-btn a{
	font-size:1.2rem !important;
	padding:12px 50px !important;
	width: 250px;
	border-radius:0;
}
.contact-line-btn a {
	font-size:1.2rem !important;
	padding:10px 50px !important;
	width: 250px;
	border-radius:0;
}
.contact-web-btn a {
	font-size: 1.2rem !important;
	padding: 9px 50px !important;
	width: 250px;
	border-radius: 0;
}
.contact-reserve-btn a span,
.contact-line-btn a span {
	vertical-align: super;
}
.contact-reserve-btn a::before{
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url('/wp-content/uploads/2024/10/hotpepper_logo.png');
    background-position: center;
    background-size: contain;
	margin-top:8px;
	margin-right:10px;
}
.contact-web-btn a::before{
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.6rem;
	display: inline-block;
	margin-right:10px;
}
.contact-line-btn a::before{
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url('/wp-content/uploads/2024/10/icon0053.png');
    background-position: center;
    background-size: contain;
	margin-top:8px;
	margin-right:10px;
}

@media (min-width: 639px) {
	.contact-web-panel::before{
		content:"";
		height:120px;
		margin:auto;
		position:absolute;
	}
}

@media (max-width: 639px) {
	.contact-block {
		padding-top: 0;
		padding-bottom: 2rem;
		margin-top: 3rem !important;
	}
	.contact-sentence{
		font-size:0.9rem;
	}
	.contact-tel-panel {
		height:100px;
		padding:16px 10px;
	}
	.contact-web-panel,
	.contact-line-panel {
		height:130px;
		padding:16px 10px;
	}
	.contact-tel-number::before{
		font-size: 1.7rem;
		margin-right: 10px;
	}
	.contact-tel-number{
		font-size:2.0rem;
		margin-top: -0.5rem !important;
	}
	.contact-reserve-btn,.contact-web-btn,.contact-line-btn{
		margin-top:0px !important;
	}
	.contact-reserve-btn a {
		font-size:1.1rem !important;
		width: 300px;
		margin-top:4px;
		padding:1px 50px !important;
	}
	.contact-web-btn a {
		font-size:1.1rem !important;
		width: 300px;
		margin-top:4px;
		padding:1px 50px !important;
	}
	.contact-line-btn a{
		font-size:1.1rem !important;
		width: 300px;
		margin-top:4px;
		padding:0px 50px !important;
	}
	.contact-web-subtitle,.contact-line-subtitle{
		margin-top: -5px !important;
		line-height: 1.7rem;
	}
	.contact-tel-web-panel div,.contact-tel-line-panel div{
		gap:4px !important;
		margin-bottom:0 !important;
	}
}


/* # =================================================================
   # フッター
   # ================================================================= */
.p-footer-sticky-nav {
	background-color: rgba(164, 144, 131, 0.7);
	backdrop-filter: blur(12px);
/* 	color: white; */
}
.p-footer-sticky-nav ul{
	height: 50px;
}
.p-footer-sticky-nav a {
	font-size:11px;
	color: white !important;
}

/* # =================================================================
   # フッターサブナビ
   # ================================================================= */
.p-footer-sub-nav .c-navbar {
	justify-content:center;
}

/* # =================================================================
   # フッター固定ナビ（モバイルのみ）
   # ================================================================= */
.p-social-nav svg {
	height: 1.2em;
	width: 1.2em;
}
.p-footer-sticky-nav .c-navbar__item:nth-of-type(1) {
    border-right: 1px solid white;
}
@media (max-width: 639px) {
	.p-footer-sticky-nav a>svg {
		margin: 1px auto 3px;
	}
}

/* # =================================================================
   # フッター最下部のコピーライト
   # ================================================================= */
.c-copyright--inverse {
	font-family: "Cormorant Garamond", serif;
	font-size: var(--font-size--l);
}


/* # =================================================================
   # パーツ
   # ================================================================= */

/* スクロール type1 */
.scroll-icon {
	position: absolute;
	right: 4rem;
	bottom: 3rem;
	z-index: 100;
}
.scroll-icon p {
	font-family: "Cormorant Garamond", serif;
	font-size: var(--font-size--xl);
	font-weight:bold;
	color: var(--i-btn-color);
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.scroll-icon::before {
	content:"";
	position: absolute;
	top: 6.2rem;
    left: 1.2rem;
	animation: 2s arrow-animation infinite ease-in-out;
	width: 0;
	height: 4.5em;
	border: .5px solid var(--i-btn-color);
		&::after {
			content: '';
			display: block;
			position: absolute;
			top: 100%;
			left: -2px;
			width: 1px;
			height: 10px;
			border-top: 10px solid #F5F5F5;
			border-left: 2px solid transparent;
			border-right: 2px solid transparent;
 	 }
}
@keyframes arrow-animation {
  0% {
    height: 1em;
  }
  66% {
    height: 4.5em;
  }
}
@media (max-width: 639px) {
	.scroll-icon {
		position: absolute;
		right: 2rem;
		bottom: -10.5rem;
		z-index: 100;
	}
	.scroll-icon p {
		font-size: var(--font-size--xl);
	}
	.scroll-icon::before {
		top: 5.2rem;
		left: 1.0em;
	}
}


/* スクロール type2 */
.scroll_down{
  position:absolute;
  bottom:1%;
  right:50%;
  animation: arrowmove 1s ease-in-out infinite;
}

.scroll_down a{
  position: absolute;
  left: -28px;
  bottom: 16px;
  color: #000;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .2em;
  writing-mode: vertical-rl;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll_down:before {
    content: "";
    position: absolute;
    bottom: 5px;
    right: -6px;
    width: 2px;
    height: 20px;
    background: #000;
    transform: skewX(-31deg);
}

.scroll_down:after{
  content:"";
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 2px;
  height: 85px;
  background:#000;
}

@keyframes arrowmove{
   0%{bottom:1%;}
   50%{bottom:5%;}
   00%{bottom:1%;}
}

@media (max-width: 639px) {
	.scroll_down{
		bottom:-26%;
	}
	@keyframes arrowmove{
		0%{bottom:-26%;}
		50%{bottom:-21%;}
		00%{bottom:-26%;}
	}
}

/* 詳細ボタン */
.detail-btn a {
	background-color:white;
	color: var(--i-btn-color);
	display: inline-block;
	text-decoration: none;
	text-align: center;
	position: relative;
	transition: 0.3s ease-in-out;
	border-radius: 0;
}
.detail-btn a:hover {
	background-position: 0 0;
	color: white;
	filter: brightness(100%);
	font-weight:bold;
    background: var(--i-btn-hover-color);
    box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.3);
}
.detail-type1 a{
	padding: 0.8em 3.2em;
	font-size:1.0rem;
}
.detail-type2 a{
	padding: 1em 3em;
	border: 1px solid var(--i-btn-hover-color);
}

@media (max-width: 639px) {
	.detail-btn a {
/* 		width: 250px; */
	}
	.detail-type2 a{
		padding: 0.8em 1.2em;
		font-size:0.9rem;
	}
	.detail-btn a ::after{
		margin-left:10px;
	}
}



/* ロード画面 */
.loading-icon {
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	margin: 0 auto;
	border-radius: 50%;
	box-shadow:
		0 -30px 0 #eee,
		21px -21px 0 #ddd,
		30px 0 0 #ccc,
		21px 21px 0 #bbb,
		0 30px 0 #aaa,
		-21px 21px 0 #999,
		-30px 0 0 #666,
		-21px -21px 0 #000;
  	animation: rotate 1s steps(8) 0s infinite;
}
.custom-logo-loading {
	margin-top: 4rem;
	width: 200px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 639px) {
	.loading-icon {
		width: 8px;
		height: 8px;
	}
	.custom-logo-loading {
		width: 200px;
	}
}


/* 全体 */
.block-type {
	background-color:#fcfcfc;
	margin-top: 6rem !important;
}
.block-type h2 {
	margin-top: 0 !important;
}
.block-type .is-style-boundary-line.smb-items>.c-row--margin>.c-row__col {
	margin-bottom: 0;
	padding-bottom: 4.5rem;
}
.block-type2 {
	padding-top:0;
	margin-top:5rem !important;
	background-image: url(http://nail-salon-me19.com/wp-content/uploads/2024/10/4964320_m.jpg);
}
figcaption{
	text-align:right;
}
