@charset "UTF-8";

:root{
	/*使用しない場合も必ず設定*/
	--i_bg_color: #f9f0e8;	/*背景色*/
	--i_txt_color: #442f1c;	/*テキスト*/
	--i_main_color: #402304;	/*メイン*/
	--i_sub_color: #790000;	/*アクセント*/
	--i_sub2_color: #ede4da;	/*薄い色*/
	--i_btn_color: #790000;	/*ボタン*/
	--i_btn_hover_color: #a60000;	/*ボタンhover*/
	--i_btn_txt_color: #fff;	/*ボタンテキスト*/
	--i_btn_hover_txt_color: #fff;	/*ボタンテキスト*/
	--i_shadow_color: rgba(0,0,0,0.05);	/*シャドウ*/
	--i_border_color: #e4ddce;	/*ボーダー*/
	--i_noimg_bg_color: #ded6ce;	/*画像無し*/
}

/*------------------------------------------------------------------*/
/*-----------------------------base---------------------------------*/
/*------------------------------------------------------------------*/

html{
	font-size: 62.5%;
}
body{
	font-size: 1.65rem;
	line-height: 1.9;
	letter-spacing: 0.02rem;
	-webkit-text-size-adjust: 100%;
	color: var(--i_txt_color);
	font-weight: 500;
}
body, main{
	background: var(--i_bg_color);
}

@media screen and (max-width: 850px){
	html{
		font-size: 55%;
	}
	body{
		letter-spacing: 0px;
	}
}

a{
	outline: 0;
	text-decoration: none;
	color: var(--i_txt_color);
}
section[style*=" color:"]:not([style*=" color: inherit"]) a,
div[style*=" color:"]:not([style*=" color: inherit"]) a{
	color: inherit;
}

/*composite_boxの最大高さとトリミングの起点*/
/*基本はjsにより各カラム中から最大の画角に設定*/
.composite_box01 .inner_item_img img{
	object-position: 50% 50%;
	font-family: 'object-position: 50% 50%;';
}
.composite_box01.block_images_7 .inner_item_txt{
	background: rgba(38, 15, 2, 0.7) !important;
}

@media screen and (max-width: 850px){
	#sidebar{
		border: 5px solid var(--i_border_color);
	}
}

.no_img{
	background: var(--i_noimg_bg_color, rgba(200,200,200,0.3));
}

/*----------------------------loader----------------------------*/

#load div:nth-of-type(1){
	background: var(--i_bg_color);
}
#load .loader,
.popup .loader{
	border: 1px solid var(--i_sub_color);/*★*/
}
#load .loader,
#load .loader::before,
.popup .loader,
.popup .loader::before{
	border-top-color: var(--i_sub_color);
}
#load .loader::before,
#load .loader::after,
.popup .loader::before,
.popup .loader::after{/*★*-1*/
	left: -1px;
	top: -1px;
}

#load img{
	max-width: 150px;
}
@media screen and (max-width: 850px){
#load img{
	max-width: 120px;
}
}

/*----------------------------header----------------------------*/

header{
	font-size: 1.3rem;
	background: var(--i_bg_color);
}
header *{
	color: var(--i_txt_color);
}
header .wraper{
	max-width: 1300px;
}
header .wraper > .inner{
	min-height: 100px;
	transition: 0.4s;
}
body.scrolled header .wraper > .inner{
	min-height: 45px;
}
header h1{
	line-height: 1.5;
	font-size: 1.3rem;
	font-weight: normal;
	letter-spacing: -0.05rem;
}
header nav{
	background: linear-gradient(to left, #653415, #371a08, #653415);
	padding: 0;
	}
header .logo{
	padding: 15px 0;
}
header .logo, 
header .logo a{
	max-width: 160px;
	max-height: 69px;
}
header#pattern1.width_full .logo{
}
body.scrolled header{
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
	background: rgba(249, 240, 232, 0.9);
}
body.scrolled header nav{
	padding-bottom: 0;
	padding: 3px 0;
}
body.scrolled header#pattern1 nav ul.nav_1st{
	border-bottom: none;
}
header#pattern1:not(.width_full) nav{
	background: linear-gradient(to left, #653415, #371a08, #653415);
}
body.scrolled header .logo{
	padding: 15px 0 !important;
}
body.scrolled header .logo a img{
	max-height: 60px;
}
@media all and (-ms-high-contrast: none){
  *::-ms-backdrop, header .logo a img{
    /* IE11 にのみ適用される */
	  max-width: 100%;
  }
  *::-ms-backdrop,  body.scrolled header .logo a img{
    /* IE11 にのみ適用される */
	  max-width: 85%;
  }
}
header .header_contents .header_col1{
	/* ▼水平方向レイアウト */
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;/* ▼垂直方向レイアウト *//*flex-direction: column;
	align-items: flex-end;*/
}
header .header_contents .header_col1 .tel{
	position: relative;
	font-size: 26px;
	line-height: 1;
	padding-left: 26px;


	font-weight: bold;
	font-weight: normal;
}
header .header_contents .header_col1 .tel span, 
.header_col2{
	color: var(--i_txt_color);
}
header .header_contents .header_col1 .btn .translate a svg, 
header .burger li.sp_translate a svg, 
header .header_contents .header_sns li svg{
	fill: var(--i_txt_color);
}
header .sp_menu a div span, 
header .sp_menu a div:before, 
header .sp_menu a div:after{
	background: var(--i_txt_color);
}
header .header_contents .header_col1 .tel svg{
	width: 22px;
	height: 22px;
	top: calc(50% - 11px);
	left: 0;
	fill: var(--i_txt_color);
}
header .header_contents .header_col1 .btn>a{
	position: relative;
	display: inline-block;
	padding: 6px 20px;
	text-align: center;
	text-decoration: none;
	font-family: inherit;
	background: var(--i_btn_color);
	color: #fff !important;
	border-radius: 100px;
	font-weight: 600;
}
header .header_contents .header_col1 .btn .translate a svg{
	max-width: 74%;
	max-height: 74%;
	margin: 13% auto 0;
}
header .header_contents .header_col1 .btn > a:hover{
	background: var(--i_btn_hover_color);
}
_:-ms-lang(x), header#pattern1 nav{
 justify-content: flex-start;
}
header#pattern1 nav ul.nav_1st{
	/*text-align: center;*/
	max-width: 1300px;
}
header nav ul.nav_1st{
/*任意*/
}
header nav ul.nav_1st>li{
	box-sizing: border-box;
	position: relative;
}
header nav ul.nav_1st>li:after{/*罫線*/
	content: "";
	display: block;
	height: 50%;
	position: absolute;
	top: 25%;
	left: 0;
	border-left: 1px dotted #fff;
}
header nav ul.nav_1st>li:last-child:before{/*罫線*/
	content: "";
	display: block;
	width: 1px;
	height: 50%;
	position: absolute;
	top: 25%;
	right: 0;
	border-right: 1px dotted #fff;
}
header nav ul.nav_1st>li>a{
	font-weight: bold;
	position: relative;
	/*	text-transform: uppercase; */	
	padding-left: 1vw;
	padding-right: 1vw;
	letter-spacing: 0.3rem;
}
header nav ul.nav_1st>li>a span{
	/*ナビの高さはline-heightで調整*/
	/* マージン普通選択時 */
	/*ナビ背景色設定時*/ 
	line-height: 3.5;
	color: #fff;
}
@supports (-ms-ime-align: auto){
  /* Edge のみ適用される */
	header nav ul.nav_1st>li>a span{
		line-height: 3.2;
}
}
header#pattern1 nav ul.nav_1st>li>a span{
	position: relative;
	font-size: 1.5rem;
	transition: .3s;
}
header#pattern1 nav ul.nav_1st>li>a:before{
	position: absolute;
  	bottom: -4px;
  	left: 0;
  	content: '';
  	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
  	height: 2px;
  	background: #fff;
  	opacity: 0;
  	visibility: hidden;
  	transition: .3s;
}
header#pattern1 nav ul.nav_1st>li>a:hover:before{
	bottom: 1px;
  	opacity: 1;
  	visibility: visible;
}
header#pattern1 nav ul.nav_1st>li>a:hover span{
	opacity: 0.7;
}

/*body.margin header nav ul.nav_1st>li>a span{
	line-height: 4; マージン広い選択時 
}*/
header nav ul.nav_1st>li:hover ul.nav_2nd{
	padding-top: 10px;
	box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.1);
}
header nav ul.nav_2nd>li{
	background: rgba(255, 255, 255, 0.9);
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
header nav ul.nav_2nd>li:nth-last-of-type(1){
	border-bottom: none;
}
header nav ul.nav_2nd>li:first-of-type{
	border-top: none;
}
header nav ul.nav_2nd li a{
	padding: 10px 20px;
	font-weight: normal;
	font-size: 1.4rem;
}
header nav ul.nav_2nd>li>a{
	padding-right: 30px;
}
header nav ul.nav_2nd>li>a:after{
	height: 5px;
	width: 5px;
	transform: rotate(-45deg);
	border-right: 1px solid var(--i_sub_color);
	border-bottom: 1px solid var(--i_sub_color);
	top: calc(50% - 2.5px);
	right: 20px;
}
header nav ul.nav_3rd{
	padding-left: 20px;
}
header nav ul.nav_3nd li a{
	padding: 5px 20px;
}
header nav ul.nav_3rd>li>a:after{
	height: 1px;
	width: 4px;
	background: var(--i_main_color);
	top: calc(50% - 1px);
	left: 5px;
}
@media screen and (max-width:1150px){
	header#pattern1 nav ul.nav_1st > li > a span{
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 900px){
	header nav{
		background: transparent;
	}
	header nav ul.nav_1st>li>a span{
		color: var(--i_txt_color);
		font-weight: 600;
	}
	header#pattern1:not(.width_full) nav{
		border-top: 1px solid rgba(0, 0, 0, 0.13);
		background: none;
	}
	header#pattern1 nav ul.nav_1st > li > a span{
		color: var(--i_txt_color);	
	}
	header#pattern1 nav ul.nav_1st>li>a:hover:before{
	  	visibility: hidden;
	}
	header#pattern1 nav ul.nav_1st > li > a:hover span{
		color: var(--i_main_color) !important;	
		opacity: 1 !important;
	}
	header#pattern1.width_full .logo{
		left: 0 !important;	
	}
		
		header .logo a img{
		max-height: 40px !important;
		}
	header .wraper{
		width: calc(100% - 30px);
		padding: 0 15px !important;
	}
	header nav{
		border-bottom: 1px solid rgba(0, 0, 0, 0.13);
		border-top: 1px solid rgba(0, 0, 0, 0.13);
	}
	header#pattern1 nav ul.nav_1st{
		padding: 0 !important;
		background: none;
		box-shadow: none;
		border-top: none;
	}
	header nav ul.nav_1st > li:hover ul.nav_2nd{
		box-shadow: none;
		margin-top: 0;
	}
	body.scrolled header .logo{
		padding: 10px 0 !important;
	}
	header .logo a img{
		max-width: 150px !important;
	
	}
	header.open:after, 
	header .header_contents{
		background: rgba(249, 240, 232, 0.9);
	}
	header .burger li.sp_translate a svg{
		height: 28px;
		width: 28px;
		margin: 10% auto;
	}
	header .header_sns, 
	header .header_contents .header_col1, 
	header .header_contents .header_col2{
	
		border-bottom: 1px solid rgba(0, 0, 0, 0.13);
		border-top: 1px solid rgba(255, 255, 255, 0.13);
	}
	
	header .header_sns{
		border-bottom: none;
	}
	header .header_sns:empty, 
	header .header_contents .header_col1:empty, 
	header .header_contents .header_col2:empty{
		border: none;
	}
	header .header_contents .header_col1 .tel, 
	header .header_contents .header_col1 .btn{
		float: none;
	}
	header .header_contents .header_col2{
		display: block !important;
	}
	header nav ul.nav_1st{
		border-top: 1px solid rgba(0, 0, 0, 0.13);
		border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	}
	header nav ul.nav_1st li{
		border-bottom: 1px solid rgba(0, 0, 0, 0.13);
		border-top: 1px solid rgba(255, 255, 255, 0.13) !important;
	}
	header nav ul.nav_1st>li:before, header nav ul.nav_1st>li:after{
		display: none !important;
	}
	header nav ul.nav_1st>li i:before, header nav ul.nav_1st>li i:after{
		background: var(--i_main_color);
	}
	header nav ul.nav_3rd > li > a::after{
		background: var(--i_main_color) !important;
	}
	header nav ul.nav_1st>li>a span, 
	header nav ul.nav_2nd>li>a, 
	header nav ul.nav_3rd>li>a, 
	header .header_contents .header_col1 .tel span, 
	.header_col2{
		text-shadow: none !important;
	}
	header .header_contents .header_col1 .tel svg{
		filter: none !important;
	}
	header nav ul.nav_2nd{
		border-top: 1px solid rgba(0, 0, 0, 0.13);
	}
	header nav ul.nav_2nd>li{
	}
	header nav ul.nav_3rd>li:first-of-type{
	}
	header nav ul.nav_3rd>li:nth-last-of-type(1){
		border-bottom: none;
	}
	header nav ul.nav_3rd{
		border-top: 1px solid rgba(0, 0, 0, 0.13);
	}
	body.scrolled header .logo a img{
		padding-bottom: 0px !important;
	}
}

@media screen and (max-width: 500px){
	header .btn a{
		background: none;
	}
}

/*----------------------------余白設定----------------------------*/

main>section:first-child:not([class*="pt"]),
main>div:first-child:not([class*="pt"]),
div[class*='pb']+.contents_related,
section[class*='pb']+.contents_related,
div[class*='pb']+.contents_related_tags,
section[class*='pb']+.contents_related_tags{
	padding-top: 60px;
}
main>section:not([class*="pt"]),
main>div:not([class*="pt"]),
aside>section:not([class*="pt"]),
aside>div:not([class*="pt"]){
	padding-bottom: 60px;
}
@media screen and (max-width: 800px){
	main>section:first-child:not([class*="pt"]),
	main>div:first-child:not([class*="pt"]),
	div[class*='pb']+.contents_related,
	section[class*='pb']+.contents_related,
	div[class*='pb']+.contents_related_tags,
	section[class*='pb']+.contents_related_tags{
		padding-top: 40px;
	}
	main>section:not([class*="pt"]),
	main>div:not([class*="pt"]),
	aside>section:not([class*="pt"]),
	aside>div:not([class*="pt"]){
		padding-bottom: 40px;
	}
}

/*----------------------------見出し----------------------------*/

section .content_wrapper>.heading:first-child:last-child{
	margin-bottom: 0;
}

/*--*/

section:not([class*="pt"]) .content_wrapper>.heading:first-child:last-child{
	margin-bottom: 0;
}

.heading.block_header_1,
.heading.block_header_6{
	margin-bottom: 20px;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: center;
}
.heading.block_header_1 p,
.heading.block_header_6 .h{
	font-weight: normal;
	font-size: 3.5rem;
	position: relative;
	display: inline-block;
	padding: 0 55px;
}
 
.heading.block_header_1 p:before,
.heading.block_header_1 p:after,
.heading.block_header_6 .h:before,
.heading.block_header_6 .h:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: var(--i_main_color);
}
.heading.block_header_1 p:before,
.heading.block_header_6 .h:before{
	left:0;
}
.heading.block_header_1 p:after,
.heading.block_header_6 .h:after{
	right: 0;
}
.heading.block_header_1 .h,
.heading.block_header_6 p{
	font-size: 1.5rem;
	opacity: .9;
}

section[style*="color: #ffffff; "] .heading.block_header_1 p:before,
div[style*="color: #ffffff; "] .heading.block_header_1 p:before,
section[style*="color: rgb(255, 255, 255);"] .heading.block_header_1 p:before,
div[style*="color: rgb(255, 255, 255);"] .heading.block_header_1 p:before,
section[style*="color: #ffffff; "] .heading.block_header_1 p:after,
div[style*="color: #ffffff; "] .heading.block_header_1 p:after,
section[style*="color: rgb(255, 255, 255);"] .heading.block_header_1 p:after,
div[style*="color: rgb(255, 255, 255);"] .heading.block_header_1 p:after,
section[style*="color: #ffffff; "] .heading.block_header_6 .h:before,
div[style*="color: #ffffff; "] .heading.block_header_6 .h:before,
section[style*="color: rgb(255, 255, 255);"] .heading.block_header_6 .h:before,
div[style*="color: rgb(255, 255, 255);"] .heading.block_header_6 .h:before,
section[style*="color: #ffffff; "] .heading.block_header_6 .h:after,
div[style*="color: #ffffff; "] .heading.block_header_6 .h:after,
section[style*="color: rgb(255, 255, 255);"] .heading.block_header_6 .h:after,
div[style*="color: rgb(255, 255, 255);"] .heading.block_header_6 .h:after{
	background: #fff;
}


@media screen and (max-width: 800px){
	.heading.block_header_1,
	.heading.block_header_6{
		margin-bottom: 20px;
	}
	.heading.block_header_1 p,
	.heading.block_header_6 .h{
		font-size: 2.8rem;
	}
	.heading.block_header_1 .h,
	.heading.block_header_6 p{
		font-size: 1.5rem;
		letter-spacing: 0rem;
	}
	.heading.block_header_1 p:before,
	.heading.block_header_1 p:after,
	.heading.block_header_6 .h:before,
	.heading.block_header_6 .h:after{
		content: '';
		position: absolute;
		top: 50%;
		display: inline-block;
		width: 30px;
		height: 1px;
		background-color: black;
	}
	.heading.block_header_1 p,
	.heading.block_header_1 .h:last-child,
	.heading.block_header_6 h,
	.heading.block_header_6 p:last-child{
		padding: 0 45px;
	}
}

/*--*/

.heading.block_header_2{
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
}
     
.heading.block_header_2 .h{
	display: inline-block;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.5;
	padding-left: 12px;
	position: relative;
	margin-bottom: 5px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 3px;
}
.heading.block_header_2 .h:before{
	display: block;
	content:'';
	width: 4px;
	height: 80%;
	background: var(--i_sub_color);
	position: absolute;
	top: calc(10% - 2px);
	left: 0;
}

.heading.block_header_2 p{
	font-size: 1.4rem;
	padding-left: 12px;
}
.glossary_archive .content_wrapper .heading.block_header_2 .h::before{
	top: 6px;
}
@media screen and (max-width: 800px){
	.heading.block_header_2{
		margin-bottom: 20px;
	}
	.heading.block_header_2 .h{
		font-size: 2.0rem;
	}
	.heading.block_header_2 p{
		font-size: 1.3rem;
	}
}

/*--*/

.heading.block_header_3{
	margin-bottom: 30px;
	padding: .5em 1.5em;
	background: linear-gradient(to left, #653415, #371a08, #653415);
}
.heading.block_header_3 .h{
	font-weight: bold;
	font-size: 1.9rem;
	line-height: 1.5;
	color: #fff;
}
.heading.block_header_3 p{
	font-size: 1.4rem;
	color: #fff;
}
@media screen and (max-width: 800px){
	.heading.block_header_3{
		margin-bottom: 20px;
	}
	.heading.block_header_3 .h{
		font-size: 2.0rem;
	}
	.heading.block_header_3 p{
		font-size: 1.3rem;
	}
}
/*--*/

.heading.block_header_4{
	margin-bottom: 15px;
}
.heading.block_header_4:before{
	display: none;
}
.heading.block_header_4 .h{
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 5px;
	color: #735f46;
}
.heading.block_header_4 p{
	font-size: 1.4rem;
	color: #2f2f2f;
}

/*--*/

.heading.block_header_5{
	margin-bottom: 15px;
}
.heading.block_header_5 .h{
	display: inline;
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.heading.block_header_5 p{
	display: inline;
	font-size: 1.4rem;
}
.heading.block_header_5 p:before{
	content: "　/　";
}

/*----------------------------背景パララックス----------------------------*/

.parallax{
	box-shadow: 0 0 5px var(--i_shadow_color) inset;
}

/*----------------------------ボタン----------------------------*/

.contents_btn01 a,
.glossary_archive .content_wrapper .heading.block_header_2 a:after,
main form .submit span,
main form .submit span input{
	background: var(--i_btn_color);
	color: var(--i_btn_txt_color);
	position: relative;
	display: inline-block;
	padding: 0 5px;
	border-radius: 999px;
}
main form .submit span{
	display: inline-block;
	position:relative;
}
.contents_btn01 a:before,
main form .submit:before{
	position: absolute;
	content: " ";
	width: 10px;
	top: calc(50% - 0.5px);
	height: 1px;
	background: #fff;
	transition: all 0.3s ease;
	z-index: 10;
}
.contents_btn01 a:before,
main form .submit:before{
	left: 0;
}
.contents_btn01 a:hover,
.glossary_archive .content_wrapper .heading.block_header_2 a:hover:after,
main form .submit:hover{
	background: var(--i_btn_hover_color);
}
.contents_btn01 a:hover:before,
main form .submit:hover:before{
	left: 22px;
	background: #fff;
	width: calc(100% - 44px);
}
.contents_btn01 a[target=_blank] span:before,
.contents_btn01 a[target=_blank] span:after{
	border: 1px solid var(--i_btn_txt_color);
}
.contents_btn01 a:hover:after,
main form .submit:hover:after{
	right:0;
}
.contents_btn01 a span{
	text-align: center;
	line-height: 1.5;
	font-size: 1.5rem;
}

/*--------------------------------MV--------------------------------*/

#mv{
	height: 70vh;
	min-height: 400px;
	width: 100%;
	z-index: 1;
}
#mv:after{
    background: rgba(0,0,0,0.15);
    background-image: url(/common/upload_data/gentilsaloncom/image/20201001103536.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
}
#mv .mv_mov{
	background: #333;
}
#mv .mv_mov iframe{
	opacity: 0.7;
}
#mv .mv_text{
	bottom: 70px;
	height: calc(100% - 200px);
	align-items: center;/*垂直方向中央*/
	width: 100% !important;
	left: 0 !important;
}
#mv .mv_text>div{
	box-sizing: border-box;
	color: #fff;
	text-shadow: 0 2px 2px rgba(0, 0, 0,0.6);
	width: auto;
	padding: 30px 15px !important;
	position: relative;
}
#mv .mv_text h2{
	font-size: 7rem !important;/* ←max-font-size的意味合いで使用する。動作はjs。*/
	position: relative;
	line-height: 1;
	letter-spacing: 2px;
	font-weight: normal;
	text-transform: uppercase;
	display: inline-block;
}
#mv .mv_text p{
	display: inline;
	font-size: 2rem;
	line-height: 1.6;
	font-weight: 600;
	margin-top: 30px;
}
#mv .mv_scroll{
	display: none;
}
#mv .mv_scroll a:before{
	border-right: 2px solid rgba(130,130,130,0.9);
	border-bottom: 2px solid rgba(130,130,130,0.9);
}
#mv .mv_pointer{
	text-align: center;
	display:none;
}
#mv .mv_pointer li:before{
	background: rgba(180,180,180,0.5);
}
#mv .mv_pointer li.current:before{
	background: rgba(180,180,180,0.9);
}
#mv .mv_arrow{
	margin-top: 0px!important;
}
#mv .mv_arrow li.mv_arrow_prev span:before,
#mv .mv_arrow li.mv_arrow_next span:before{
	border-left: 2px solid rgba(255,255,255,0.5);
	border-top: 2px solid rgba(255,255,255,0.5);
}

@media screen and (max-width: 100vh){
	#mv{
		height: 65vh;
	}
}
@media screen and (max-width: 900px){
	header{
		border-bottom: none;
	}
	#mv_outer{
		top: 0;
	}
	#mv .mv_text>div{
		padding-left: 30px;
		padding-right: 30px;
	}
	#mv .mv_scroll{
		bottom: 30px;
	}
	#mv .mv_text p{
		margin-top: 0px;
	}
}
@media screen and (max-width: 600px){
	#mv .mv_text h2{
		font-size: 5.6vw !important;
		margin-bottom: 10px;
	}
	#mv .mv_text>div{
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 0;
	}
	#mv .mv_arrow{
		display: none !important;
	}
}

/*--------------------------------IV--------------------------------*/

#lv{
	padding-top: 0!important;
	background: #555;
	height: 300px;
	padding-bottom: 0;
	box-shadow: none !important;
	width: 100%;
	z-index: 2;
}
header.over+#lv_outer #lv{
	min-height: 400px;
}
#lv div{
	opacity: 0.7;
}
#lv p{
	left: 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
}
#lv p span{
	display: inline-block;
	font-size: 4.0rem;
	color: #fff;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.3rem;
	padding: 140px 60px 0 60px;
	position: relative;
	word-break: break-all;
	line-height: 1.2;
	text-shadow: 1px 1px 0 var(--i_shadow_color);
}
#lv p span:before,
#lv p span:after{
	content: "";
	display: none;
	width: 40px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: calc(50% + 2px);
	left: 0;
	box-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
#lv p span:after{
	left: auto;
	right: 0;
}
@media screen and (max-width: 900px){
	#lv_outer{
		top: 0;
	}
	#lv p{
		margin-top: 0px;
	}
	#lv p span{
		padding: 60px 60px 0 60px !important;
	}
}

@media screen and (max-width: 800px){
	#lv{
		height: 190px;
	}
	#lv p span{
		font-size: 2.8rem;
		padding: 0 15px;
	}
}
/*----------------------------パンくず----------------------------*/

#pan{
	padding: 0;
}
#pan li{
	font-size: 1.2rem;
	padding: 5px 0 3px 30px;
}
#pan li:before{
	border-top: 2px solid var(--i_sub_color);
	border-right: 2px solid var(--i_sub_color);
	width: 6px;
	height: 6px;
	left: 9px;
	top: calc(50% - 3px);
}
#pan li:after{
	display: none;
}

/*----------------------------other parts----------------------------*/

/*--リスト--*/

.default_ul li:before{
	border-top: 1px solid var(--i_sub_color);
	border-right: 1px solid var(--i_sub_color);
	height: 5px;
	width: 5px;
	transform: rotate(45deg);
	top: 8px;
	left: 0;
}

/*--アーカイブページ カテゴリー--*/

.category1 li a{
	border: 1px solid var(--i_border_color);
	border-radius: 50px;
}
.category1 li a:hover,
.category1 li a.current{
	color: var(--i_btn_txt_color);
	background: var(--i_btn_color);
	border-color: transparent;
}

/*--sidebar--*/

#sidebar section,
#sidebar>div{
	border-bottom: 1px solid var(--i_border_color);
}
#sidebar h2{
	text-align: left;
	font-size: 2.2rem;
}
#sidebar .sidebar_tag li{
	border: 1px solid var(--i_border_color);
	background: var(--i_sub2_color);
}
#sidebar .sidebar_list a{
	position: relative;
	padding-left: 15px;
}
#sidebar .sidebar_list a:before{
	content: "";
	display: block;
	position: absolute;
	border-top: 1px solid var(--i_sub_color);
	border-right: 1px solid var(--i_sub_color);
	height: 5px;
	width: 5px;
	transform: rotate(45deg);
	top: calc(50% - 3px);
	left: 0;
}

/*----------------------------pager----------------------------*/

/*アーカイブページページャー*/
.pager li a{
	height: 45px;
	width: 45px;
	border: 1px solid var(--i_border_color);
	border-radius: 999px;
	line-height: 45px;
}
.pager li:not(.arrow) a:hover,
.pager li:not(.arrow).current a{
	color: var(--i_btn_txt_color);
	background: var(--i_btn_color);
	border-color: transparent;
}


/*----------------------------pager2----------------------------*/

/*シングルページページャー*/
.pager2 li a{
	background: var(--i_btn_color);
	border_color: var(--i_btn_color);
	color: var(--i_btn_txt_color);
	border-radius: 999px;
	line-height: 45px;
	padding: 0 15px;
}

/*----------------------------popup----------------------------*/

/*画像ポップアップ拡大表示*/
.popup{
	background: rgba(255,255,255,0.7);
}
.popclose{
	/*text-shadow: 1px 1px 1px var(--i_border_color);*/
}
.poptxt{
	font-size: 1.2rem;
}

/*----------------------------footer----------------------------*/

#fixbtn{
	margin-bottom: 30px;
	font-size: 1.55rem;
}
#fixbtn .fixbtnwrap{
	background-color: var(--i_main_color);
	border-bottom: 1px solid rgba(0,0,0,0.08);
	box-shadow: 0 1px 0 rgba(0,0,0,0.05) inset;
}
/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn.no .fixbtnwrap{
	background-color: transparent;
}
#fixbtn .fixbtntel,
#fixbtn .fixbtntel a,
#fixbtn .fixbtntel span{
	color: #f2eee5;
}
#fixbtn .fixbtntel{
	border-right: 1px solid rgba(0,0,0,0.1);
}
#fixbtn .fixbtntel:nth-last-of-type(2){
	border-right: none;
}
#fixbtn .fixbtntel a,
#fixbtn .fixbtntel span{
	font-size: 3.4rem;
	line-height: 1;
	margin-right: 10px;
}
#fixbtn .fixbtntel a:last-child,
#fixbtn .fixbtntel span:last-child{
	margin-right: 0;
}
#fixbtn .fixbtntel svg{
	width: 22px;
	height: 22px;
	margin-right: 5px;
	fill: #f2eee5;
}

#fixbtn .contents_btn01{
	border-left: 1px solid rgba(255,255,255,0.1);
}
#fixbtn .contents_btn01:nth-of-type(1){
	border-left: none;
}
#fixbtn .contents_btn01:nth-of-type(1){
	/*▼ TELない場合中央揃え*/
	margin-left: auto;
	margin-right: auto;
}
#fixbtn .contents_btn01 span{
	text-align: center;
	padding: 7px 15px;
}

/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn #scrolltop:nth-of-type(1){
	margin-left: auto;
	/*▼ 右揃え*/
	margin-right: 0;
	/*▼ 中央揃え*/
	margin-right: auto;
}
#fixbtn #scrolltop a{
	height: 40px;
	width: 40px;
}
#fixbtn #scrolltop a:before{
	top: 17px;
	left: 3px;
	transform: rotate(45deg);
	transition: 0.2s ease-in-out;
	border-left: 2px solid rgba(255, 255, 255, 0.8);
	border-top: 2px solid rgba(255, 255, 255, 0.8);
	width: 30px;
	height: 30px;
}
#fixbtn #scrolltop a:hover:before{
	border-left: 2px solid rgba(255, 255, 255, 0.4);
	border-top: 2px solid rgba(255, 255, 255, 0.4);
}
/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn.no #scrolltop a:before{
	border-color: rgba(120,120,120,0.6) ;
}
#fixbtn.no #scrolltop a:hover:before{
	border-left: 2px solid rgba(120,120,120,1);
	border-top: 2px solid rgba(120,120,120,1);
}

@media screen and (max-width: 600px){
	#fixbtn{
		margin-bottom: 0;
	}
	#fixbtn,
	#fixbtn .fixbtntel a,
	#fixbtn .fixbtntel span{
		font-size: 1.7rem;
	}
	#fixbtn .fixbtntel a,
	#fixbtn .fixbtntel span{
		font-size: 2rem;
	}
	#fixbtn .fixbtntel svg{
		width: 18px;
		height: 18px;
	}
	#fixbtn .contents_btn01 a{
		padding: 0;
	}
	#fixbtn .contents_btn01 a:before{
		display: none;
	}
}

footer{
	background: url(/common/upload_data/gentilsaloncom/image/20201001103537.jpg) #381905;
	padding: 0;
	color: #fff;
	text-align: center;
	font-size: 1.35rem;
}
footer a{
	color: #f2eee5;
	font-weight: 500;
}
footer nav li{
	letter-spacing: 0.2rem;
	padding: 5px 0;
}
footer .logo{
	width: 150px;
}
footer .sns{
	margin: 0 auto 30px;
}
footer .sns svg{
	width: 40px;
	height: 40px;
	padding: 10px 10px;
	fill: #e8dbc5;
	transition: 0.2s ease-in-out;
}
footer .sns a:hover svg{
	opacity: 0.8;
}
#cp{
	padding: 15px 0;
	font-size: 1.1rem;
	letter-spacing: 0.1rem;
	border-top: 1px solid rgba(36, 24, 0, 0.7);
	box-shadow: 0 1px 0 rgba(255, 255, 255,0.07) inset;
	color: #f2eee5;
}
@media screen and (max-width: 600px){
	footer{
		padding: 0 0 20px;
	}
}
@media screen and (max-width: 600px){
	footer nav ul li{
		border-top: 1px solid rgba(255,255,255,0.1);
		border-bottom: 1px solid rgba(0,0,0,0.13);
	}
	footer nav ul li:nth-last-of-type(2n){
		border-right: 1px solid rgba(0,0,0,0.13);
	}
	footer nav ul li:nth-last-of-type(2n+1){

		border-left: 1px solid rgba(255,255,255,0.1);
	}
	footer nav ul li:nth-of-type(1),
	footer nav ul li:nth-of-type(1),
	footer nav ul li:nth-of-type(2),
	footer nav ul li:nth-of-type(3):nth-last-of-type(2n-1){
		border-top: 1px solid rgba(0,0,0,0.13);
	}
	footer nav ul li:nth-last-of-type(1),
	footer nav ul li:nth-last-of-type(2){
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	footer nav ul{
		border-bottom: 1px solid rgba(0,0,0,0.13);
	}
	footer .logo{
		width: 110px;
		margin-bottom: 15px!important;
	}
}

/*------------------------------------------------------------------*/
/*----------------------------widget--------------------------------*/
/*------------------------------------------------------------------*/

/*----------------------------contents_faq01----------------------------*/

.contents_faq01 dl{
	border-bottom: 1px solid rgba(0,0,0,0.13);
}
.contents_faq01 dl:nth-of-type(1){
	border-top: 1px solid rgba(0,0,0,0.13);
}
.contents_faq01 dt{
	padding-left: 5rem;
	margin-bottom: 25px;
	min-height: 35px;
	width: 100%;
	padding-right: 15px;
	box-sizing: border-box;
 
}
.contents_faq01 dd{
	padding-left: 7.3rem;
	margin-bottom: 15px;
	width: 100%;
	padding-right: 15px;
	box-sizing: border-box;
}
.contents_faq01 dt:before,
.contents_faq01 dd:before{
	width: 4rem;
	height: 4rem;
	font-size: 2.6rem;
	line-height: 1.3;
	padding-left: 1rem;
	box-sizing: border-box;
	font-weight: 400;
	color: #fff;
	background: #3a1b09;
}
.contents_faq01 dt:after,
.contents_faq01 dd:after{
	display: block;
	content: "";
	width: calc(4rem - 6px);
	height: calc(4rem - 6px);
	border: 1px solid rgba(255,255,255,0.5);
	background: transparent;
	position: absolute;
	top: 2px;
	left: 2px;
}
.contents_faq01 dd:after{
	left: calc(2.3rem + 2px);
}
.contents_faq01 dd:before{
	color: #fff;
	background: var(--i_btn_color);

}
.contents_faq01 dd::before{
	padding-top: 2px;
	padding-left: 11px !important;
}
.contents_faq01 dt::before{
	padding-top: 1px;
}
@media screen and (max-width: 500px){
	.contents_faq01 dt{
		margin-bottom: 0px;
	}
}

/*----------------------------contents_related_tags----------------------------*/

.contents_related_tags .inner_item{
	border: 1px solid var(--i_border_color);
}
.contents_related_tags .inner_item a:hover{
	background: var(--i_sub2_color);
}

/*----------------------------block_table_1----------------------------*/

.block_table_1 table thead{
	background: var(--i_sub2_color);
}
.block_table_1 table thead th,
.block_table_1 table thead td{
	background-color: var(--i_sub2_color);
}
.block_table_1 table th{
	background-color: var(--i_sub2_color);
	border: 1px solid var(--i_border_color);
	text-align: center;
	vertical-align: middle;
}
.block_table_1 table td{
	background-color: #fffdf9;
	border: 1px solid var(--i_border_color);
	vertical-align: middle;
}
.block_table_1 table thead td{
	text-align: center;
	font-weight: bold;
}

/*----------------------------block_table_2,5,6----------------------------*/

.block_table_2 table thead,
.block_table_2 table thead th,
.block_table_2 table thead td,
.block_table_5 table thead,
.block_table_5 table thead th,
.block_table_5 table thead td,
.block_table_6 table thead,
.block_table_6 table thead th,
.block_table_6 table thead td{
	background-color: var(--i_sub2_color);
}
.block_table_2 table th,
.block_table_5 table th,
.block_table_6 table th{
	background-color: var(--i_sub2_color);
	border: 1px solid var(--i_border_color);
	text-align: center;
	vertical-align: middle;
}
.block_table_2 table td,
.block_table_5 table td,
.block_table_6 table td{
	background-color: var(--i_bg_color);
	border: 1px solid var(--i_border_color);
	vertical-align: middle;
}
.block_table_2 table thead td,
.block_table_5 table thead td,
.block_table_6 table thead td{
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 500px){
	.block_table_2 table{
		border-bottom: 1px solid var(--i_border_color);
	}
	.block_table_2 table th{
		border-top: 1px solid var(--i_border_color);
	}
	.block_table_2 table td{
		border-top: 1px dotted var(--i_border_color);
	}
}

/*----------------------------block_table_3----------------------------*/

.block_table_3 table thead,
.block_table_3 table thead th,
.block_table_3 table thead td,
.block_table_7 table thead,
.block_table_7 table thead th,
.block_table_7 table thead td{
	background-color: var(--i_sub2_color);
}
.block_table_3 table th,
.block_table_7 table th{
	background-color: var(--i_sub2_color);
	border: 1px solid var(--i_border_color);
	text-align: center;
	vertical-align: middle;
}
.block_table_3 table td,
.block_table_7 table td{
	background-color: var(--i_bg_color);
	border: 1px solid var(--i_border_color);
	vertical-align: middle;
}
@media screen and (max-width: 500px){
	.block_table_3 table{
		border-bottom: 1px solid var(--i_border_color);
	}
	.block_table_3 table th{
		border-top: 1px solid var(--i_border_color);
	}
	.block_table_3 table td{
		border-top: 1px dotted var(--i_border_color);
	}
}
.block_table_3_item li{
	vertical-align: middle;
}

/*----------------------------gallery_archive / gallery_single----------------------------*/

.gallery_archive .inner_item a,
.gallery_single .inner_item a{
	transition: 0.2s ease-in-out;
	background-color: transparent;
}
.gallery_archive .inner_item a:hover,
.gallery_single .inner_item a:hover{
	background-color: #333;
}
.gallery_archive .inner_item a:hover img,
.gallery_single .inner_item a:hover img{
	opacity: 0.8;
}
.gallery_archive .inner_item a:after,
.gallery_single .inner_item a:after{
	color: #fff;
}
.gallery_archive .inner_item p span,
.gallery_single .inner_item p span{
	color: #fff;
}
.gallery_single_slider .slick-arrow::before{
	border-color: var(--i_btn_color);
}

/*----------------------------widget_gallery01----------------------------*/

.widget_gallery01 .slick-arrow{
	height: 40px;
	width: 30px;
	top: calc(50% - 20px);
	left: 0;
}
.widget_gallery01 .slick-next{
	left: auto;
	right: 0;
}

/*----------------------------gallery hover効果----------------------------*/

main .widget_gallery01 a,
main .gallery_archive .inner_item a,
main .gallery_single .inner_item a{
	overflow: hidden;
}
main .widget_gallery01 a img,
main .gallery_archive .inner_item a img,
main .gallery_single .inner_item a img{
	/*▼ 位置調整 美容院などの人物の場合は50% 30%あたり*/
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
	backface-visibility: visible;
	transition: 1s ease-out !important;
	transition-property: transform opacity !important;
	transform: scale(1.001,1.001);
}
main .widget_gallery01 a:hover img,
main .gallery_archive .inner_item a:hover img,
main .gallery_single .inner_item a:hover img{
	transform: scale(1.1,1.1);
	opacity: 0.8;
}

/*----------------------------news_archive----------------------------*/

.news_archive article .inner_item_img:hover{
	opacity: 0.8;
}
.news_archive article .entry_meta{
	font-size: 1.3rem;
}

.add_design5 #primary article .inner_item_img a i:nth-last-child(1){
	background-size: 50%!important;
}
#sidebar .widget_news02 li a div span i{
	background-size: 50%!important;
}

/*----------------------------widget_coupon----------------------------*/

.widget_coupon .content_wrapper{
	max-width: 900px !important;
}
.widget_coupon .inner_item>div,
.widget_coupon .inner_item>dl{
	font-size: 1.4rem;
	line-height: 1.7;
}

/*----------------------------widget_form----------------------------*/

.widget_form .privacypolicy{
	border: 1px solid var(--i_border_color);
}
.widget_form form{
	border-top: 1px solid var(--i_border_color);
}
.widget_form form dl{
	border-bottom: 1px solid var(--i_border_color);
}
.widget_form form dt,
.widget_form form dd{
	vertical-align: middle;
}
.widget_form form dt span{
	border-bottom: 1px solid var(--i_border_color);
	font-size: 1.2rem;
	font-weight: bold;

}

@media screen and (max-width: 770px){
	.widget_form form dt{
		border-bottom: 1px dotted var(--i_border_color);
	}
}
main form dl input,
main form textarea{
	background: var(--i_sub2_color);
	border: 1px solid transparent;
	letter-spacing: 1px;
}
main form dl input:focus,
main form textarea:focus{
	background: var(--i_bg_color);
	border: 1px solid var(--i_border_color);
}
main form .submit input{
	letter-spacing: 3px;
	border: none;
}
main form select{
	background: var(--i_bg_color);
	border: 1px solid var(--i_border_color);
	letter-spacing: 1px;
}
main form input[type=radio] + label,
main form input[type=checkbox] + label{
	padding: 0 15px 0 22px;
}
main form input[type=radio] + label::before,
main form input[type=checkbox] + label::before{
	top: 50%;
	left: 0;
	width: 17px;
	height: 17px;
	margin-top: -9px;
	background: var(--i_sub2_color);
}
main form input[type=radio] + label::before{
	border-radius: 30px;
}
main form input[type=radio]:checked + label::after,
main form input[type=checkbox]:checked + label::after{
	left: 4px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: var(--i_sub_color);
}
main form input[type=radio]:checked + label::after{
	border-radius: 100%;
}
main form input[type=checkbox]:checked + label::after{
}

/*----------------------------widget_link----------------------------*/

.widget_link .inner_item_txt{
	font-size: 2rem;
}

/*----------------------------widget_lp01----------------------------*/

.widget_lp01 li a:hover{
	opacity: 0.8;
}
.widget_lp01 li a div span{
	background-size: 60% auto;
}

/*----------------------------widget_menu01----------------------------*/

.widget_menu01 h3{
	vertical-align: central;
	font-size: 1.7rem;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.widget_menu01 li dd{
	font-size: 1.3rem;
	letter-spacing: 0;
}

/*----------------------------widget_menu02----------------------------*/

.widget_menu02 h3{
	vertical-align: central;
	font-size: 1.7rem;
	letter-spacing: 1px;
}
.widget_menu02 li>p{
	font-size: 1.3rem;
	letter-spacing: 0;
}

/*----------------------------widget_news02----------------------------*/

.block_news_2 li a{
	padding: 30px;
}
.block_news_2 li a:hover:after{
	border-width: 15px;
}

/*----------------------------widget_shop01----------------------------*/

.widget_staff01 .inner_item a:hover *{
	opacity: 0.8;
}
.widget_staff01 .sub{
	font-size: 1.2rem;
	font-weight: bold;
}

/*----------------------------widget_tel----------------------------*/

.widget_tel .inner_item_tel a,
.widget_tel .inner_item_tel span{
	font-size: 3.6rem;
	letter-spacing: 0.1rem;
	line-height: 1.1;
	padding: 20px;
}
@media screen and (max-width: 450px){
	.widget_tel .inner_item_tel a,
	.widget_tel .inner_item_tel span{
		font-size: 2.6rem;
		padding: 15px 10px;
	}
	.widget_tel .inner_item_tel img{
		margin: 0 5px -2px 0;
	}
	.widget_tel .inner_item_tel svg{
		height: 16px;
		width: 16px;
	}
}

/*------------------glossary_archive------------------------*/

.glossary_archive .content_wrapper article{
	margin-bottom: 30px;
	padding-bottom: 30px;/*★1*/
}
.glossary_archive .content_wrapper .heading.block_header_2{
	margin-bottom: 10px;
}
.glossary_archive .content_wrapper .heading.block_header_2 .h{
	font-size: 1.8rem;
}
.glossary_archive .content_wrapper .heading.block_header_2 a:after{
	content: "View More";
	position: absolute;
	width: 150px;
	bottom: 32px;/*★1 + 数px*/
	right: 0;
	text-align: center;
	font-size: 1.5rem;
	font-weight: normal;
	padding: 3px 10px;
}
.glossary_archive .content_wrapper article .entry_body{
	padding-right: 180px;
}

@media screen and (max-width: 1224px){
	.glossary_archive .content_wrapper .heading.block_header_2 a:after{
		bottom: calc(32px + 1.8rem);/*★1 + 数px*/
	}
}
@media screen and (max-width: 650px){
	.glossary_archive .content_wrapper article{
		padding-bottom: 60px;
	}
	.glossary_archive .content_wrapper .heading.block_header_2 a:after{
		bottom: 30px;/*★1*/
	}
	.glossary_archive .content_wrapper article .entry_body{
		padding-right: 0;
	}
}

/*------------------recruit------------------------*/

.recruit_archive.add_design1 .recruitment_list .inner_item{
	background: rgba(255,255,255,.8);
}

.index main>section:first-child +div.composite_box01 .heading.block_header_4 .h,
.index main>section:first-child +div+div.composite_box01 .heading.block_header_4 .h{
	font-size: 2.5rem;
	letter-spacing: 0.1rem;
}
@media screen and (max-width: 800px){
	.index main>section:first-child +div.composite_box01 .heading.block_header_4 .h,
	.index main>section:first-child +div+div.composite_box01 .heading.block_header_4 .h{
		font-size: 2.1rem;
	}
}


/*------------------------------------------------------------------*/
/*---------------------------original-------------------------------*/
/*------------------------------------------------------------------*/

:root {
  /*使用しない場合も必ず設定*/
    --i_bg_color: #f9f0e8;
    --i_txt_color: #241201;
    --i_main_color: #301c06;
    --i_sub_color: #241505;
    --i_sub2_color: #ede4da;
    --i_btn_color: #8b612d;
    --i_btn_hover_color: #830606;
    --i_btn_txt_color: #fff;
    --i_btn_hover_txt_color: #fff;
    --i_shadow_color: rgba(0,0,0,0.05);
    --i_border_color: #e4ddce;
    --i_noimg_bg_color: #ded6ce;
}


/*--------------------------------------------------------------
common
--------------------------------------------------------------*/

* {
  image-rendering: -webkit-optimize-contrast;
}


/*--------------------------------------------------------------
load
--------------------------------------------------------------*/

#load div:nth-of-type(1) {
  background: var(--i_bg_color);
}
#load img {
  max-width: 120px;
  max-height: 80px;
}


/*--------------------------------------------------------------
font
--------------------------------------------------------------*/

/*見出し/MV/ボタン/ヘッダー/フッター*/
body.ft07 :is(.h,.heading p,#lv p span,header *,header span,header .tel a,header .tel span,#mv .mv_text h2,#mv .mv_text p,footer, footer nav li a span, footer nav li a, #fixbtn .fixbtntel, .contents_btn01 a span, header .header_contents .btn, header .header_contents .btn a, main form .submit span input,),.contents_faq01 dt:before,.contents_faq01 dd:before{
	font-family: "Times New Roman",'Shippori Mincho','Noto Serif JP',"游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}



/*--------------------------------------------------------------
ボタン共通
--------------------------------------------------------------*/

/*通常ボタン*/
.contents_btn01 a, .glossary_archive .content_wrapper .heading.block_header_2 a::after, main form .submit {
  letter-spacing: 0.2rem;
  border-radius: 0;
  padding: 5px !important;
}

.contents_btn01 a:hover:before, main form .submit:hover:before {
	width: 20px;
	left: 10px;
}

/*ブログ記事内ボタンのhover*/
.pager2 li a:hover {
  background: var(--i_btn_hover_color);
}

/*お問い合わせボタン*/
.widget_form form .submit input {
  /*display: inline-block;
    width: auto;
    cursor: pointer;
    padding: 10px;
    min-width: 240px;*/
}

main form .submit span:hover input {
  color: var(--i_btn_hover_txt_color);
}

main form .submit:hover,main form .submit span {
	background: none;
}
.widget_form form .submit span:hover input {
    background: var(--i_btn_hover_color);
}

 main form .submit span, main form .submit span input,
.pager2 li a {
	border-radius: 0;
}

/*ヘッダー・フッターボタン*/
header .header_contents .header_col1 .btn > a, footer .contents_btn01 a {
  letter-spacing: 0.2rem;
  border-radius: 0;
  padding: 12px 20px;
}

/*パーツ内ボタンのセンター揃え*/
.contents_box01 .inner_item_txt .contents_btn01 .content_wrapper {
  text-align: center !important;
}

/*SP時フッターボタン内余白*/
@media screen and (max-width: 600px) {
  #fixbtn .contents_btn01 a span {
    padding: 5px 20px;
  }
}


/*--------------------------------------------------------------
パーツ共通
--------------------------------------------------------------*/
.heading.block_header_1 p, .heading.block_header_6 .h {
	font-weight: bold;
	padding: 0 105px;
}

/*囲みテキストの横幅制限*/
.block_text_4 > .content_wrapper {
  width: calc(100% - 40px);
  max-width: 1160px !important;
}

/*
囲みテキストの横幅制限-公開時期によっては以下の場合あり
.block_text_4 > .content_wrapper {
  width: 96%;
  max-width: calc(1200px - 4%) !important;
}*/

/*テキスト内テーブルのセル余白*/
.inner_item_txt table th, .inner_item_txt table td {
  padding: 5px;
}

/*テキスト内テーブルの罫線の種類*/
body:not(.edit_view) table, body:not(.edit_view) .inner_item_txt table th, body:not(.edit_view) .inner_item_txt table td {
  border: 1px solid;
}

/*視差効果の秒数指定*/
.delayActive > *:not(.parallax_img), 
.delay1Active > *:not(.parallax_img),
.delay2Active > *:not(.parallax_img), 
.delay3Active > *:not(.parallax_img), 
.delay4Active > *:not(.parallax_img), 
.delay5Active > *:not(.parallax_img) {
  transition: 0.8s ease-in-out;
}

/*tab時画像サイズ制限*/
@media screen and (max-width: 900px) {
  #img_resize + section .inner_item_img, #img_resize + div .inner_item_img {
    max-width: 400px !important;
    margin-left: auto;
    margin-right: auto;
  }

}

/*画像の比率統一
#img_aspect + section .inner_item_img img, #img_aspect + div .inner_item_img img {
  aspect-ratio: 4/3;
  object-fit: cover;
}*/

.contents_box01.block_image_text_9.width_full:not([class*=' mw']) .inner_item_txt {
  padding-right: calc((100vw - 1400px)/2 + var(--i_padding, 20px));
}

.contents_box01.block_image_text_10.width_full:not([class*=' mw']) .inner_item_txt {
  padding-left: calc((100vw - 1400px)/2 + var(--i_padding, 20px));
}

.composite_box01.block_images_8 .inner_item,
.contents_related .inner_item a,
.block_text_4 .wrapper_item,
.contents_box01.block_fukidashi_1 .inner_item_txt,
.contents_box01.block_fukidashi_1 .inner_item_txt:before,
main form select,
main form dl input:focus, main form textarea:focus {
	background: #fffaf5;
}

.widget_staff01 .inner_item_img img {
	object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 220px;
}


@media screen and (max-width: 1350px){
	.heading.block_header_1 p, .heading.block_header_6 .h {
	  font-size:3rem !important;
	}
}

@media screen and (max-width: 1400px) {
	.contents_box01.block_image_text_9.width_full .inner_item_txt {
		padding-right: var(--i_padding, 20px) !important;
	}
	.contents_box01.block_image_text_10.width_full .inner_item_txt {
	    padding-left: var(--i_padding, 20px) !important;
	}
}

@media screen and (max-width: 800px){
	.widget_staff01 .inner_item .inner_item_txt dt, .widget_staff01 .inner_item .inner_item_txt dd {
		padding: 10px !important;
	}
	.widget_staff01 .inner_item .inner_item_txt dt {
	    background: var(--i_sub2_color);
	}
}

@media screen and (max-width: 768px){
	.heading.block_header_1 p, .heading.block_header_6 .h {
		padding: 0 66px;
	}
}

/*--------------------------------------------------------------
header
--------------------------------------------------------------*/
header {
  background: #e3c8b1 url(/common/upload_data/gentilsaloncom/image/20230502134921.png);
}

/*ロゴサイズ*/
header .logo, header .logo a {
  max-width: 250px;
}

header .logo a img {
  max-height: 120px;
}

/*サブナビ表示ボタン*/
header#pattern4 nav ul.nav_1st > li i::before, header#pattern4 nav ul.nav_1st > li i::after {
  background-color: var(--i_bg_color); /*表示される色を指定*/
}

body.scrolled header {
  background: #e3c8b1 url(/common/upload_data/gentilsaloncom/image/20230502134921.png);
}

/*sp時ヘッダー展開後の背景色*/
@media screen and (max-width: 900px) {
  header.open:after, header .header_contents {
    background: var(--i_bg_color);
  }
  header,header nav ul.nav_2nd li a{
  	font-size: 1.7rem;
  }
}


/*--------------------------------------------------------------
TOPページ・MV
--------------------------------------------------------------*/

#mv {
  height: 100vh;
  height: 100dvh;
}

#mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 120px);
  background: url(/common/upload_data/gentilsaloncom/image/20230508160100.png) no-repeat;
  z-index: 7;
  opacity: 0.5;
  background-size: contain;
  background-position: center;
  background-size: 20vw;
  mix-blend-mode: overlay;
}

#mv::after {
	display: none;
}

#mv .mv_text {
	height: calc(100vh - 145px);
  top: 0;
}

/*-----MVによって矢印などあしらいを載せない場合-------*/
/*youtubeで画像切り替え用の矢印やスクロールダウン非表示*/
.mv_mov + .mv_text + .mv_nav {
  display: none;
}

/*動画で画像切り替え用の矢印を非表示*/
.mv_mp4 + .mv_text + .mv_nav .mv_arrow {
  display: none !important;
}

@media screen and (max-width: 1200px) {
	#mv .mv_text h2 {
		font-size: 5rem !important;
	}
}

@media screen and (max-width: 500px) {
  #mv {
    height: 100vh;
    height: 100dvh;
  }
  #mv::before {
  	background-size: 50vw;
  }
  #mv .mv_text h2 {
    font-size: 3.8rem !important;
    line-height: 1.5;
	}
}


/*--------------------------------------------------------------
top-about
--------------------------------------------------------------*/
#top-about + .contents_box01 .inner_item_img {
	position: relative;
}

#top-about + .contents_box01 .inner_item_txt .contents_btn01 {
	padding-top: 30px;
}

#top-about + .contents_box01.block_image_text_9 .inner_item_txt {
  padding-left: 4%;
}

#top-about + .contents_box01.block_image_text_10 .inner_item_txt {
  padding-right: 4%;
}

#top-about + .contents_box01 .inner_item_txt .heading {
  text-align: center;
}

#top-about + .contents_box01 .inner_item_txt .heading::before {
  content: "";
  display: block;
  position: absolute;
  background: url(/common/upload_data/gentilsaloncom/image/20230508093956.png) no-repeat;
  width: 50px;
  height: 100%;
  background-size: contain;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#top-about + .contents_box01 .inner_item_txt .heading h3 {
  font-size:3.5rem;
  padding: 32px 0 0 0;
  border-bottom: 0;
}

#top-about + .contents_box01 .inner_item_txt .heading h3::before {
	display: none;
}

#top-about + .contents_box01 .inner_item_img::before,
#top-about + .contents_box01 .inner_item_img::after {
  content: "";
  position: absolute;
  width: 121px;
  height: 121px;
  background: url(/common/upload_data/gentilsaloncom/image/20230502141631.png) no-repeat;
  opacity: 0.8;
  top: 6px;
  right: 6px;
  background-size: contain;
  z-index: 1;
}

#top-about + .contents_box01 .inner_item_img::after {
	transform: scale(-1);
  left: 6px;
  bottom: 6px;
  top: auto;
}

@media screen and (max-width: 1350px){
	#top-about + .contents_box01 .inner_item_txt .heading h3 {
	  font-size:3rem !important;
	}
}

@media screen and (max-width: 900px){
	#top-about + .contents_box01.block_image_text_9 .inner_item_txt {
    padding-bottom: 60px !important;
	}
}

@media screen and (max-width: 768px){
	#top-about + .contents_box01 .inner_item_img::before, #top-about + .contents_box01 .inner_item_img::after {
    width: 70px;
    height: 70px;
	}
	#top-about + .contents_box01 .inner_item_txt .heading::before {
		width: 40px;
	}
	#top-about + .contents_box01 .inner_item_txt .heading h3 {
		padding-top: 23px;
	}
}

/*--------------------------------------------------------------
top-banner
--------------------------------------------------------------*/
#top-banner + .composite_box01 .inner_item {
  width: 100% !important;
}

#top-banner + .composite_box01.block_images_10 .inner_item_txt,
#top-banner + .composite_box01.block_images_10 .inner_item_img img {
	height: 40vh !important;
	height: 40dvh !important;
}

#top-banner + .composite_box01 .inner_item_txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(48 28 6 / 30%);
}

#top-banner + .composite_box01 .inner_item_txt h3 {
  font-size: 3.5rem;
  text-shadow: 0 0 20px var(--i_txt_color),0 0 2px var(--i_txt_color);
  display: inline-block;
  position: relative;
  padding: 0px 105px;
}

#top-banner + .composite_box01 .inner_item_txt h3::before,
#top-banner + .composite_box01 .inner_item_txt h3::after,
.heading.block_header_6 .h::before,
.heading.block_header_6 .h::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 88px;
  height: 100%;
  background: url(/common/upload_data/gentilsaloncom/image/20230502141539.png) no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}

#top-banner + .composite_box01 .inner_item_txt h3::before,
.heading.block_header_6 .h::before {
	right: auto;
	left: 0;
	transform: scale(-1,1);
}


@media screen and (max-width: 1350px){
	#top-banner + .composite_box01 .inner_item_txt h3 {
		font-size: 3rem !important;
	}
}

@media screen and (max-width: 768px){
	#top-banner + .composite_box01 .inner_item_txt h3,
	.heading.block_header_1 p, .heading.block_header_6 .h {
		padding: 0px 40px;
	}
	#top-banner + .composite_box01 .inner_item_txt h3::before,
	#top-banner + .composite_box01 .inner_item_txt h3::after,
	.heading.block_header_6 .h::before, .heading.block_header_6 .h::after {
		width: 35px;
	}
	#top-banner + .composite_box01.block_images_10 .inner_item_txt,
	#top-banner + .composite_box01.block_images_10 .inner_item_img img {
		height: 30vh !important;
		height: 30dvh !important;
		min-height: 200px;
	}
}

/*--------------------------------------------------------------
top-reserve
--------------------------------------------------------------*/

#top-reserve + .composite_box01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(76 48 18 / 40%);
  backdrop-filter: blur(3px);
}

#top-reserve + .composite_box01 .wrapper_item {
	justify-content: space-around;
}

#top-reserve + .composite_box01 .wrapper_item .inner_item {
	width: 18%;
}

#top-reserve + .composite_box01.block_images_9 .inner_item_img {
	height: auto;
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

#top-reserve + .composite_box01.block_images_9 .inner_item_img img {
	border-radius: 100%;
}

#top-reserve + .composite_box01.block_images_9 .inner_item_txt .heading {
  height: 100%;
}

#top-reserve + .composite_box01.block_images_9 .inner_item_txt .heading::before {
	width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  z-index: 0;
  border: solid 1px #fff;
}

#top-reserve + .composite_box01.block_images_9 .inner_item a+.inner_item_txt {
  margin-top: 0;
}

@media screen and (max-width: 920px) {
	#top-reserve + .composite_box01.block_images_9 .inner_item_img,
	#top-reserve + .composite_box01.block_images_9 .inner_item_txt .heading {
		height: 100% !important;
	}
}

@media screen and (max-width: 900px){
	#top-reserve + .composite_box01 .wrapper_item {
    justify-content: center;
    column-gap: 5%;
    row-gap: 30px;
	}
	#top-reserve + .composite_box01 .wrapper_item .inner_item {
    width: 35% !important;
    margin: 0 !important;
	}
}

/*--------------------------------------------------------------
top-blog
--------------------------------------------------------------*/
#top-blog + .block_news_1 .content_wrapper {
	background: #fff;
  padding: 60px 0;
  border-right: 20px solid var(--i_bg_color);
  border-left: 20px solid var(--i_bg_color);
}

#top-blog + .block_news_1 li a {
	transition: .3s;
}

#top-blog + .block_news_1 li a:hover {
  color: var(--i_btn_hover_color);
}


/*--------------------------------------------------------------
top-link
--------------------------------------------------------------*/
#top-link + .composite_box01.block_images_9 .inner_item_txt .heading:before {
	opacity: 1;
  background: linear-gradient(to right, rgb(48 28 6 / 80%) 40% , rgb(48 28 6 / 30%));
}

#top-link + .composite_box01.block_images_9 a:hover+.inner_item_txt .heading:before {
	opacity: 0.8;
}

/*--------------------------------------------------------------
top-bg
--------------------------------------------------------------*/
#top-bg+.contents_box01 {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: -1;
  transform: translateY(-50%);
}

/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/

footer {
  background: var(--i_sub_color);
}

/*追従footerの背景色とボーダーライン*/
#fixbtn .fixbtnwrap {
  /* background-color: var(--i_main_color);
    border-bottom: 1px solid rgba(0,0,0,0.08);*/
}

/*ロゴサイズ*/
footer .logo {
  width: 150px;
}

/*snsアイコン*/
footer .sns svg {
  fill: var(--i_bg_color) ;
}

@media screen and (max-width: 900px){
	header.open .cls-1 {
		fill: var(--i_txt_color)!important;
	}
}

/*--------------------------------------------------------------
内容ページテンプレート
--------------------------------------------------------------*/

/*ページタイトル_パララックス打消し*/
/*blur、width、height、marginの値は案件ごとに調整*/
#lv .parallax_img {
  transform: translateY(0) !important;
  top: 0;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  height: calc(100% + 10px) !important;
  width: calc(100% + 10px) !important;
  margin-top: -5px !important;
  margin-left: -5px !important;
}

/*パンくずの背景色変更*/
#pan {
  background: var(--i_sub2_color);
}

/*FAQ装飾*/
.contents_faq01 dt::before {
  /*color: var(--i_main_color);*/
}

.contents_faq01 dd::before {
  /*color: var(--i_sub_color);*/
}

/*テキストリンクのアンカーライン*/
.inner_item_txt p a, .inner_item_txt_before a, .inner_item_txt_after a {
  text-underline-offset: 5px;
}

/*大見出し下の英語いらないとき*/
.view_archive .heading.block_header_6 p {
  display: none;
}

/*ブログぺージの下部に余白*/
.view_archive .news_archive #primary {
  padding-bottom: 60px;
}

/*ブログカテゴリ装飾*/
article .entry_meta a {
  background: var(--i_sub2_color);
  padding: 5px 10px;
}


