@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bubblegum+Sans&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
:root{
	/*使用しない場合も必ず設定*/
	--i_bg_color: #faf7ed;	/*背景色*/
	--i_txt_color: #222222;	/*テキスト*/
	--i_main_color: #fe9301;	/*メイン*/
    --i_main2_color: #ed6f00;	/*少し濃いオレンジ*/
	--i_sub_color: #ffc601;	/*アクセント*/
	--i_sub2_color: #f6efd9;	/*薄い色*/
    --i_sub3_color: #f3f0e8;	/*薄い色*/
	--i_btn_color: #ffc601;	/*ボタン*/
	--i_btn_hover_color: #eab500;	/*ボタンhover*/
	--i_btn_txt_color: #222;	/*ボタンテキスト*/
	--i_btn_hover_txt_color: #222;	/*ボタンテキスト*/
	--i_shadow_color: rgba(0,0,0,0.2);	/*シャドウ*/
	--i_border_color: rgba(0, 0, 0, 0.13);	/*ボーダー*/
	--i_noimg_bg_color: #f1eee4; /*画像無し*/
	--i_padding: 20px;	/*左右余白*/
}
@media screen and (max-width: 500px){
	:root{
		--i_padding: 20px;	/*左右余白*/
	}
}
body.ft02{
   font-family: 'Zen Kaku Gothic New','Noto Sans JP', "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body.ft02 .block_header_1 .h,
body.ft02 .block_header_6 .h,
body.ft02 .block_header_1 p,
body.ft02 .block_header_6 p,
body.ft02 .contents_faq01 dt::before,
body.ft02 .contents_faq01 dd::before,
body.ft02 header .tel a,
body.ft02 header .tel span,
body.ft02 .widget_tel .inner_item_tel a,
body.ft02 .widget_tel .inner_item_tel span, 
body.ft02 #setting_modal .heading_design * {
	font-family:  'Bubblegum Sans','Zen Kaku Gothic New','Noto Sans JP', "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*------------------------------------------------------------------*/
/*-----------------------------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;
    background: var(--i_bg_color);
}
main{
    background: transparent;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, main {
	/* IE11 にのみ適用される */
	  display: block;
  }
}
@media screen and (max-width: 850px){
	html{
		font-size: 60.606%;
	}
	body{
		letter-spacing: 0px;
	}
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, main {
	/* IE11 にのみ適用される */
	  display: block;
  }
}
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%;';
}

@media screen and (max-width: 850px){
	#sidebar{
		border: 5px solid var(--i_sub2_color) !important;
	}
}
.no_img{
	background: var(--i_noimg_bg_color, rgba(200,200,200,0.3));
}

/*----------------------------loader----------------------------*/

#load div:nth-of-type(1){
	background: #fff;
}
#load .loader,
.popup .loader{
	border: 1px solid var(--i_main_color);/*★*/
}
#load .loader,
#load .loader::before,
.popup .loader,
.popup .loader::before{
	border-top-color: var(--i_main_color);
}
#load .loader::before,
#load .loader::after,
.popup .loader::before,
.popup .loader::after{/*★*-1*/
	left: -1px;
	top: -1px;
}

#load img{
	max-width: 60px;
}
#load .loader,
.popup .loader{
	border: 1px solid var(--i_main_color);/*★*/
}
#load .loader,
#load .loader::before,
.popup .loader,
.popup .loader::before{
	border-top-color: var(--i_main_color) !important;
}
#load .loader::before,
#load .loader::after,
.popup .loader::before,
.popup .loader::after{/*★*-1*/
	left: -1px;
	top: -1px;
}
#load img{
	max-width: 150px;
	max-height: 180px;
}
@media screen and (max-width: 650px){
	#load img{
		max-width: 150px;
	}
}

/*----------------------------header----------------------------*/

header{
	font-size: 1.4rem;
}
header .wraper{
	max-width: 1300px;
}
body.scrolled header{
	background: rgba(250,247,237, 0.9);
	box-shadow: 0 -5px 10px var(--i_shadow_color);
}

header h1{
	line-height: 1.5;
	font-size: 1.3rem;
	font-weight: normal;
	opacity: 0.7;
	fill: var(--i_txt_color);
}
body.scrolled header .logo{
	padding: 20px 0 !important;
}
header .logo,
header .logo a{
	max-width: 150px;
}
body.scrolled header .logo a img{
	max-height: 80px;
}
header#pattern2 .header_contents{
    padding-bottom: 10px;
}
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;
	fill: 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 .header_contents .header_col1 .tel svg{
	fill: var(--i_main_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;
}
header .header_contents .header_col1 .btn>a{
	display: block;
	text-align: center;
	background: var(--i_btn_color);
	color: var(--i_btn_txt_color);
	padding: 8px 15px;
	transition: 0.2s ease-in-out;
	font-weight: bold;
    border-radius: 10px;
    border: 2px solid var(--i_btn_txt_color);
}
header .header_contents .header_col1 .btn>a:hover{
	opacity: 1;
	background: var(--i_btn_hover_color);
}
header .header_contents .header_col1 .btn>a:first-child{
    background: var(--i_main_color);
}
header .header_contents .header_col1 .btn>a:first-child:hover{
    background: #e08100;
}

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 .translate a:hover{
	opacity: 0.8;
}
header#pattern1 nav,
header#pattern3 nav{
	position: relative;
}
header nav *{
	color: var(--i_txt_color);
}
header nav ul.nav_1st{
	width: 100%;
	max-width: 1100px !important;/*任意*/
}
header nav ul.nav_1st>li{
	box-sizing: border-box;
	position: relative;
}
header nav ul.nav_1st>li:after{/*罫線*/
	content: "";
	width: 1px;
	height: 50%;
	position: absolute;
	top: 25%;
	left: 0;
	border-left: 0px solid #ccc;
	transform: rotate(15deg);
}
header nav ul.nav_1st>li:last-child:before{/*罫線*/
	content: "";
	width: 1px;
	height: 50%;
	position: absolute;
	top: 25%;
	right: 0;
	border-right: 0px solid #ccc;
	transform: rotate(15deg);
}
header nav ul.nav_1st>li>a{
	font-size: 1.5rem;
	font-weight: bold;
	position: relative;
	padding-left: 1vw;
	padding-right: 1vw;
}
header nav ul.nav_1st>li>a span{
	/*ナビの高さはline-heightで調整*/
	line-height: 3;/* マージン普通選択時 */
	letter-spacing: 0.2rem;
	transition: 0.4s ease-in-out;
	font-weight: 600;
}
header nav ul.nav_1st>li>a:hover span{
	opacity: 1;
	color: var(--i_main_color);
}
header#pattern2 nav ul.nav_1st>li>a span{
	line-height: 2.2;
}
body.margin header nav ul.nav_1st>li>a span{
	line-height: 4;/* マージン広い選択時 */
}

header nav ul.nav_2nd{
	padding-top: 20px;
}
header nav ul.nav_1st>li:hover ul.nav_2nd{
	padding-top: 15px;
}
header nav ul.nav_2nd>li{
	background: rgba(255, 255, 255, 1);
	border-bottom: 1px solid var(--i_border_color);
}
header nav ul.nav_2nd>li:nth-last-of-type(1){
	border-bottom: none;
}
header nav ul.nav_2nd li a{
	padding: 10px 20px;
	font-weight:  600;
	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_main_color);
	border-bottom: 1px solid var(--i_main_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% - 0.5px);
	left: 5px;
}
header .sp_menu[class*="mm"]:not(.mm0) a::before{
    color: var(--i_txt_color);
}
@media screen and (min-width: 901px){
	header nav ul.nav_1st > li > a:after {
		position: absolute;
		bottom: 0px;
		left: 10%;
		content: '';
		width: 80%;
		height: 2px;
		background: var(--i_main_color);
		transform: scale(0, 1);
		transform-origin: left top;
		transition: transform .5s;
	}
	header nav ul.nav_1st > li > a:hover::after {
		transform: scale(1, 1);
	}
    header nav ul.nav_2nd > li:first-child{
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    header nav ul.nav_2nd > li:last-child{
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    header nav ul.nav_2nd > li{
        border-bottom: 2px dotted rgba(0,0,0,0.3);
    }
    header nav ul.nav_1st > li:hover ul.nav_2nd{
        box-shadow: none;
    }
}
@media screen and (max-width: 900px){
	header,
	header *,
	header nav ul.nav_2nd li a{
	}
	body.scrolled header .logo{
		padding: 10px 0 !important;
	}
	header.open:after,
	header .header_contents{
		background: rgba(255, 255, 255, 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-top: 1px solid rgba(255,255,255,0.2);
		border-bottom: 1px solid var(--i_border_color);
	}
	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{
		border-bottom: 1px solid var(--i_border_color);
	}
	header nav ul.nav_1st{
		border-bottom: 1px solid rgba(255,255,255,0.2);
		border-top: 1px solid var(--i_border_color);
	}
	header nav ul.nav_1st li{
		border-bottom: 1px solid var(--i_border_color);
		border-top: 1px solid rgba(255,255,255,0.2);
	}
	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_sub_color);
	}
	header nav ul.nav_2nd{
		border-top: 1px solid var(--i_border_color);
	}
	header nav ul.nav_2nd>li{
		box-shadow: none;
	}
	header nav ul.nav_2nd>li *{
		color: #333;
	}
	header nav ul.nav_3rd{
		border-top: 1px solid var(--i_border_color);
	}
	header nav ul.nav_3rd>li:nth-last-of-type(1){
		border-bottom: none;
	}
	header .logo a img{
		max-height: 52px !important;
	}
	header .logo a{
		max-width: 160px;
	}
	header nav ul.nav_1st>li>a:hover:before{
		transform: scale(0, 0);
	}
	header#pattern1 nav, 
	header#pattern3 nav{
		border-bottom: 0;
		border-top: 0;
	}
	header .header_contents .header_col1 .btn > a{
		padding: 7px 15px 9px;
	}
}

/*----------------------------余白設定----------------------------*/

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 .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: 40px;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: center;
}
.index .heading.block_header_1,
.index .heading.block_header_6{
	flex-direction: row-reverse;
	align-items: baseline!important;
}
.index .heading.block_header_1.align-left,
.index .heading.block_header_6.align-left{
    justify-content: flex-end;
}
.index .heading.block_header_1.align-right,
.index .heading.block_header_6.align-right{
    justify-content: flex-start;
}
.heading.block_header_1 p,
.heading.block_header_6 .h{
	font-weight: 600;
	font-size: 3.7rem;
	line-height: 1;
	position: relative;
    letter-spacing: 0.2rem;
    margin-bottom: 15px;
}
.index .heading.block_header_1 p,
.index .heading.block_header_6 .h{
    font-size: 6.7rem!important;
    font-weight: 400;
    letter-spacing: 0.3rem;
    margin-bottom: 0;
}
.heading.block_header_1 .h,
.heading.block_header_6 p{
	font-size: 1.5rem;
	font-weight: 500;
    margin-left: 15px;
    background: var(--i_main_color);
    color: #fff;
    padding: 3px 15px 0;
    border-radius: 50px;
}
@media screen and (max-width: 800px){
	.heading.block_header_1,
	.heading.block_header_6{
		margin-bottom: 30px;
	}
    .index .heading.block_header_1,
    .index .heading.block_header_6{
        flex-direction: column-reverse;
        align-items: center!important;
    }

	.heading.block_header_1 p,
	.heading.block_header_6 .h{
		font-size: 2.5rem !important;
	}
	.heading.block_header_1 .h,
	.heading.block_header_6 p{
		font-size: 1.4rem;
	}
	.index .heading.block_header_1 p,
	.index .heading.block_header_6 .h{
		font-size: 3.8rem!important;
        margin-bottom: 8px;
	}
    .index .heading.block_header_1 .h,
	.index .heading.block_header_6 p{
		font-size: 1.3rem;
        margin-left: 0;
	}
}

/*--*/

.heading.block_header_2{
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-bottom: solid 1px var(--i_border_color);
}
*[style*="color: rgb(255, 255, 255);"] .heading.block_header_2{
	border-bottom-color: #fff;
}
.heading.block_header_2.align-center{
    padding-bottom: 10px;
}
.heading.block_header_2:before{
	top: auto;
	width: 5px;
	height: 96%;
	bottom: 2%;
	background-color: var(--i_main_color);
}
.heading.block_header_2:after{
	content:'';
	display: block;
	position: absolute;
	bottom: 2%;
	width: 5px;
	height: 48%;
	background: var(--i_sub_color);
}
.heading.block_header_2.align-center:before{
	left: calc(50% - 40px);
	top: auto;
	bottom: 0px;
	width: 80px;
	height: 3px;
}
.heading.block_header_2.align-center:after{
	left: calc(50% - 40px);
	top: auto;
	bottom: 0px;
	width: 40px;
	height: 3px;
}
.heading.block_header_2.align-left:before,
.heading.block_header_2.align-left:after{
	left: 0;
}
.heading.block_header_2.align-right:before,
.heading.block_header_2.align-right:after{
	right: 0;
}
 
.heading.block_header_2 .h{
	padding-left: 20px;
	display: inline-block;
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 1.5;
	position: relative;
	margin-bottom: 0;
}
.heading.block_header_2 p{
	font-size: 1.4rem;
	font-weight: 500;
	padding-left: 20px;
}
.heading.block_header_2.align-right .h{
	padding-left: 0;
	padding-right:20px;
}
.heading.block_header_2.align-right p{
	padding-left: 0;
	padding-right:20px;
}
 
.news_archive .heading.block_header_2,
.glossary_archive .heading.block_header_2,
.widget_gallery01 .heading.block_header_2,
.gallery_archive .heading.block_header_2,
.heading.block_header_2.align-center{
	border: none;
}
.widget_gallery01.add_design4 .inner_item .heading.block_header_2{
	padding-left: 2em!important;
}
@media screen and (max-width: 800px){
	.heading.block_header_2{
		margin-bottom: 20px;
	}
	.heading.block_header_2 .h{
		font-size: 2.1rem;
	}
	.heading.block_header_2 p{
	}
}/*--*/

.heading.block_header_3{
	overflow: hidden;
	background: var(--i_main_color);
	padding: 10px 10px 10px 10px;
	margin-bottom: 30px;
    border-radius: 10px;
}
.heading.block_header_3 .h{
	font-weight: 600;
	font-size: 1.9rem;
	line-height: 1.5;
    color: #fff;
}
.heading.block_header_3 p{
	font-size: 1.4rem;
	font-weight: 600;
    color: #fff;
}
@media screen and (max-width: 800px){
	.heading.block_header_3{
		padding: 5px 5px 5px 5px;
		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: 600;
	line-height: 1.5;
	margin-bottom: 5px;
	color: var(--i_txt_color);
}
.heading.block_header_4 p{
	font-size: 1.4rem;
	font-weight: 600;
	color: var(--i_main_color);
}

/*--*/

.heading.block_header_5{
	margin-bottom: 15px;
}
.heading.block_header_5 .h{
	display: inline;
	font-weight: 600;
	font-size: 1.8rem;
	margin-bottom: 10px;
	letter-spacing: 0.2rem;
}
.heading.block_header_5 p{
	letter-spacing: 0.2rem;
	display: inline;
	font-size: 1.4rem;
}
.heading.block_header_5 p:before{
	content: "　/　";
}
#sidebar .heading.block_header_5{
	padding: 5px 0;
    border-bottom: 2px solid var(--i_txt_color);
}

/*----------------------------背景パララックス----------------------------*/

.parallax{
	box-shadow: 0 0 5px var(--i_shadow_color) inset;
}

/*----------------------------ボタン----------------------------*/

.contents_btn01 a{
    color: var(--i_btn_txt_color)!important;
    background: url(/common/upload_data/kouzu/image/btn_arrow.png) no-repeat right .5em / 26px auto;
    position: relative;
    display: inline-block;
    padding: 0px 35px 14px 0!important;
    text-align: center;
    font-family: inherit;
    font-weight: 400;
    z-index: 1;
    overflow: hidden!important;
    transition: 0.4s ease-in-out;
    min-width: 0;
}
main form .submit,
#fixbtn .contents_btn01 a{
    background: var(--i_btn_color);
    border: 2px solid var(--i_btn_txt_color);
    color: var(--i_btn_txt_color);
    border-radius: 10px;
    margin-top: 20px;
    transition: .2s ease-in-out;
}
#fixbtn .contents_btn01{
	flex-direction: row;
	justify-content: center;
	width: calc(100% - 70px) !important;
}
#fixbtn .contents_btn01 a{
	margin-top: 0;
    padding: 10px 15px!important;
}
#fixbtn .contents_btn01 a span{
    font-weight: 600!important;
}
main form .submit:hover,
#fixbtn .contents_btn01 a:hover{
    background: var(--i_btn_hover_color);
}
.contents_btn01 a span{
    padding: 0!important;
}
main form .submit span{
    display: block;
    position:relative;
    overflow: hidden;
}
.contents_btn01 a:before{
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: var(--i_btn_txt_color);
    position: absolute;
    bottom: 0;
    left: 0;
}
.contents_btn01 a:hover:before{
    animation: underline .5s ease;
}
#fixbtn .contents_btn01 a:before{
    display: none;
}
@-webkit-keyframes underline {
  0% {
    transform: scaleX(1);
    transform-origin: right center;
  }
  50% {
    transform: scaleX(0);
    transform-origin: right center;
  }
  70% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  100% {
    transform: scaleX(1);

    transform-origin: left center;
  }
}

@keyframes underline {
  0% {
    transform: scaleX(1);
    transform-origin: right center;
  }
  50% {
    transform: scaleX(0);
    transform-origin: right center;
  }
  70% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left center;
  }
}
.contents_btn01 a[target=_blank] span:before,
.contents_btn01 a[target=_blank] span:after{
    border: 1px solid var(--i_btn_txt_color);
    transition: ease .4s;
}
.contents_btn01 a[target=_blank] span:hover:before,
.contents_btn01 a[target=_blank] span:hover:after{
    border: 1px solid var(--i_btn_hover_txt_color);
}
.contents_btn01 a span{
    text-align: center;
    line-height: 1.5;
    font-size: 1.6rem;
    font-weight: 400;
}
main .widget_gallery01 .contents_btn01 a,
main .gallery_archive .inner_item .contents_btn01 a, 
main .gallery_single .inner_item .contents_btn01 a, 
main * .contents_btn01 a {
    overflow: visible;
    margin-bottom: 10px;
}
main form .submit span input {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--i_btn_txt_color);
    display: block !important;
    background: transparent;
    font-family: inherit;
}
.widget_form form .submit input{
    padding: 10px 10px 0 10px;
}
#fixbtn .contents_btn01 a{
    background: var(--i_btn_color);
    border: 2px solid 
}

#fixbtn .inner > div {
    padding: 8px 15px!important;
}
input[id="form_submit"], input[type="submit"]{
    -webkit-appearance: none;
    border-radius: 0;
}
@media screen and (max-width: 1300px){
	#fixbtn .contents_btn01{
		max-width: 400px;
	}
}
@media screen and (max-width: 500px){
    #fixbtn .inner > div {
    padding: 8px 1px!important;
}
}

/*--------------------------------MV--------------------------------*/

#mv_outer{
    padding: 10px 20px 0;
}
#mv{
    overflow: hidden;
    height: 83vh;
}
#mv:after{
	/*スライドに重ねる色*/
}
#mv.slide04{
    padding: 0;
}
#mv .mv_img{
    max-width: 1700px;
    margin: 0 auto;
    background: url(/common/upload_data/kouzu/image/osusume.png) no-repeat left bottom 240px/ 36px auto;
    position: relative;
}
#mv .mv_img::before{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url(/common/upload_data/kouzu/image/mv_illust2.png) no-repeat right bottom 110px / 142px auto, url(/common/upload_data/kouzu/image/mv_illust1.png) no-repeat right top 70px / 150px auto;
    pointer-events: none;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
}
#mv .mv_img li{
    overflow: visible;
    width: calc(100% - 100px);
    left: 50px;
    padding-bottom: 60px;
}
#mv .mv_img li img{
    border-radius: 60px;
}
#mv.slide04 .mv_img li img{
    object-fit: cover;
    height: calc(100% - 60px);
}

#mv .mv_mov{
	background: #333;
}
#mv .mv_mov iframe{
	opacity: 0.7;
}

#mv .mv_text{
	height: calc(100% - 140px);
	top: 70px;
	align-items: center;/*垂直方向中央*/
	width: 100% !important;
	left: 0 !important;
}
#mv .mv_text>div{
	max-width: none !important;
	box-sizing: border-box;
}
#mv .mv_text h2{
	font-size: 2.8rem !important;/* ←max-font-size的意味合いで使用する。動作はjs。*/
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 20px;
	animation: ani1 4s forwards;
	color: var(--i_txt_color);
	letter-spacing: .2rem;
}

.ind #mv li .mv_text_ind{
	align-items: flex-start;
    justify-content: flex-start;
	text-align: left;
	width: 70%;
    height: 220px;
    max-width: 570px;
	left: -80px;
	z-index: 1;
    background: var(--i_bg_color)!important;
    top: auto;
    bottom: 60px;
    padding: 60px 30px 0;
    border-top-right-radius: 60px;
}

.ind #mv li .mv_text_ind h2{
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 1.5;
    color: var(--i_txt_color);
    border-left: 3px solid var(--i_main_color);
    padding-left: 0.5em;
}
.ind #mv li .mv_text_ind h2 span{
	font-size: 1.7rem;
	font-weight: 500;
}
.ind #mv li .mv_text_ind p{
    color: #9a9a99;
    font-size: 1.6rem;
    margin-top: 15px;
    padding-left: 27px;
    background: url(/common/upload_data/kouzu/image/ico_mv.png) no-repeat left center / 18px auto;
    padding-bottom: 3px;
}
.ind #mv li .mv_text_ind h2 + p{
    padding-top: 0;
}

#mv .mv_text p{
	display: block;
	font-size: 2rem;
	line-height: 1.8;
	font-weight: 400;
	letter-spacing: 0.1rem;
	color: var(--i_txt_color);
}

#mv .mv_scroll {
    display: none;
}
#mv .mv_arrow {
	display: none;
}
#mv .mv_pointer{
    text-align: right;
    max-width: 1700px;
    bottom: 35px;
}
#mv .mv_pointer li,
#mv .mv_pointer li.current{
    background: #fff;
    border: 1px solid var(--i_txt_color);
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
#mv .mv_pointer li{
    margin-right: 15px;
}
#mv .mv_pointer li.current{
    background: var(--i_main_color);
}
@media screen and (max-width: 1300px){
	#mv:after{
		height: 225px;
	}
}
@media screen and (max-height: 750px){
    #mv .mv_img{
        background-size: auto 40vh;
    }
    .ind #mv li .mv_text_ind h2{
        font-size: 2.3rem;
    }
    .ind #mv li .mv_text_ind{
        height: 210px;
    }
}
@media screen and (max-width: 100vh){
    #mv{
        height: 67vh;
    }  
}
@media screen and (max-width: 900px){
    #mv_outer{
        padding-top: 0;
    }
}
@media screen and (max-width: 800px){
    #mv_outer {
      padding: 0px 5px;
    }
    #mv .mv_img li{
        width: calc(100% - 50px);
        left: 25px;
    }
    #mv .mv_img{
        background-size: 22px auto;
        background-position: left bottom 200px;
    }
    #mv .mv_img li img{
        border-radius: 30px;
    }
    #mv .mv_img::before{
        background-size: 22% auto, 25% auto;
    }
    .ind #mv li .mv_text_ind{
        left: -20px;
        padding: 20px 20px 0 0;
        height: 170px;
        border-top-right-radius: 30px;
    }
    .ind #mv li .mv_text_ind h2{
        font-size: 3vw;
    }
    .ind #mv li .mv_text_ind p{
        font-size: 1.45rem;
    }
    #mv .mv_pointer li,
    #mv .mv_pointer li.current{
        width: 6px;
        height: 6px;
    }
    #mv .mv_pointer li{
        margin-right: 10px;
    }
}
@media screen and (max-width: 500px){
    .ind #mv li .mv_text_ind h2{
        font-size: 4vw;
    }
    #mv .mv_img li{
        width: calc(100% - 30px);
    }
}

/*--------------------------------IV--------------------------------*/
#lv_outer{
	position: relative;
    padding-top: 10px;
}
#lv{
	width: 90%;
	margin-left: auto;
    max-width: 1600px;
	padding-top: 0!important;
	background: var(--i_txt_color);
	height: 250px;
	padding-bottom: 0;
	box-shadow: none !important;
	z-index: 2;
	min-width: 290px;
    border-radius: 60px;
}
header.over+#lv_outer #lv{
	min-height: 250px;
}
#lv div{
	opacity: 0.5;
}
#lv p{
	left: 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}
#lv p span{
	display: inline-block;
	font-size: 4.0rem;
	color: #fff;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.2rem;
	padding: 0 60px;
	position: relative;
	word-break: break-all;
	line-height: 1.2;
}

#lv p span:before,
#lv p span:after{
	display: none;
}
@media screen and (max-width: 800px){
    #lv_outer{
        padding-top: 0;
    }
	#lv{
		margin-left: 2.5%;
		width: 95%;
		height: 250px;
        border-radius: 30px;
	}
	#lv p span{
		font-size: 2.3rem;
		padding: 0px 20px;
	}
}
@media screen and (max-width: 400px){
	#lv{
		height: 170px;
	}
}

/*----------------------------パンくず----------------------------*/
#pan{
	padding: 0;
	padding-bottom: 10px;
}
#pan li{
	font-size: 1.2rem;
	padding: 5px 0 3px 30px;
}
#pan ul li:before,
#pan ul li:after{
	height: 6px;
	width: 6px;
	top: calc(50% - 2px);
	left: 10px;
	border-top: 1px solid var(--i_sub_color);
	border-right: 1px solid var(--i_sub_color);
}
#pan ul li,
#pan ul li a{
	color: var(--i_txt_color);
}

/*----------------------------other parts----------------------------*/

/*--リスト--*/

.default_ul li:before{
	border-top: 1px solid var(--i_main_color);
	border-right: 1px solid var(--i_main_color);
	height: 5px;
	width: 5px;
	transform: rotate(45deg);
	top: 8px;
	left: 0;
}

/*--アーカイブページ カテゴリー--*/

.category1 li a{
	border: 1px solid var(--i_txt_color);
	border-radius: 50px;
	font-size: 1.4rem;
	color: var(--i_txt_color);
    background: #fff;
}
.category1 li a:hover,
.category1 li a.current{
	background: var(--i_sub_color);
}

/*--sidebar--*/

#sidebar section,
#sidebar>div{
	border-bottom: 0px 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_main_color);
	border-right: 1px solid var(--i_main_color);
	height: 5px;
	width: 5px;
	transform: rotate(45deg);
	top: calc(50% - 3px);
	left: 0;
}

/*----------------------------pager----------------------------*/

/*アーカイブページページャー*/

.pager li a{
	height: 45px;
	width: 45px;
	line-height: 45px;
	border: 1px solid var(--i_txt_color);
	font-size: 1.4rem;
	color: var(--i_txt_color);
    border-radius: 99px;
    background: #fff;
    
}
.pager li:not(.arrow) a:hover,
.pager li:not(.arrow).current a{
	background: var(--i_sub_color);
}
.pager li.arrow a{
	background: none;
}

/*----------------------------pager2----------------------------*/

/*シングルページページャー*/
.pager2 li a{
	border: 1px solid var(--i_txt_color);
	line-height: 45px;
	padding: 0 15px;
	font-size: 1.4rem;
	color: var(--i_txt_color);
    background: #fff;
    border-radius: 99px;
}
.pager2 li a:hover{
	background: var(--i_sub_color);
}

/*----------------------------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: rgba(88,82,77, 0.95);
}
/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn.no .fixbtnwrap{
	background-color: transparent;
}
#fixbtn .fixbtntel,
#fixbtn .fixbtntel a,
#fixbtn .fixbtntel span{

}
#fixbtn .fixbtntel{
	border-right: 1px solid var(--i_border_color);
}
#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: var(--i_txt_color);
}
#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;
}
/*▼ 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 #fff;
	border-top: 2px solid #fff;
	width: 30px;
	height: 30px;
}
#fixbtn #scrolltop a:hover:before{
	opacity: 0.7;
}
/*▼ 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;
		letter-spacing: 0;
	}
	#fixbtn .contents_btn01 a:before{
		display: none;
	}
	#fixbtn .contents_btn01 a span{
		padding: 7px 10px 8px;
	}
}
footer{
	background: #58524d;
	padding: 0;
	color: #fff;
	text-align: center;
	font-size: 1.35rem;
}
footer a{
	color: #fff;
}
footer nav li{
	letter-spacing: 0.2rem;
	padding: 5px 0;
}
footer nav li a{
	font-weight: 600 !important;
	letter-spacing: 0.3rem;
}
footer .logo img{
	max-width: 150px;
}
footer .sns{
	margin: 0 auto 30px;
}
footer .sns svg{
	width: 40px;
	height: 40px;
	padding: 10px 10px;
	fill: var(--i_main_color);
	transition: 0.2s ease-in-out;
}
footer .sns a:hover svg{
	opacity: 0.8;
}
#cp{
	font-size: 1.1rem;
	letter-spacing: 0.1rem;
    margin: 0;
    text-align: right;
}
@media screen and (max-width: 600px){
	footer{
		padding: 0 0 20px;
	}
}
@media screen and (max-width: 600px){
	footer{
		background-position: center;
	}
	footer nav ul{
		border-bottom: 0px solid rgba(0,0,0,0.13);
	}
	footer nav ul li{
		border-top: 0px dotted rgba(255,255,255,0.2);
		border-bottom: 0px solid rgba(0,0,0,0.13);
	}
	footer nav ul li:nth-last-of-type(2n){
		border-right: 0px solid rgba(0,0,0,0.13);
	}
	footer nav ul li:nth-last-of-type(2n+1){
		border-left: 0px dotted rgba(255,255,255,0.2);
	}
	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: 0px 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: 0px dotted rgba(255,255,255,0.2);
	}
    footer .logo img{
        max-width: 110px;
    }
	#fixbtn .fixbtnwrap{
		border-bottom: none;
	}
	#fixbtn .inner{
		padding: 0;
	}
}

/*------------------------------------------------------------------*/
/*----------------------------widget--------------------------------*/
/*------------------------------------------------------------------*/

/*----------------------------contents_faq01----------------------------*/

.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.25;
	box-sizing: border-box;
	font-weight: 600;
	background: var(--i_main_color);
	color: #fff;
	text-align: center;
    border-radius: 99px;
}
.contents_faq01 dd:before{
	line-height: 1.35;
	background: var(--i_sub_color);
}

/*----------------------------contents_related_tags----------------------------*/

.contents_related_tags .inner_item{
	border: 1px solid var(--i_border_color);
}
.contents_related_tags .inner_item:hover{
	background: var(--i_sub2_color);
}
.contents_related .inner_item a:hover{
	background: var(--i_sub2_color);
	opacity: 0.8;
}
.contents_related .inner_item_img{

}

/*----------------------------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: #fff;
	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: #000;
}
.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----------------------------*/
main > .news_archive > .content_wrapper{
    max-width: 1400px!important;
}
.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{
	color: var(--i_sub2_color);
	color: #D43B3B !important;
	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: #fff;
	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: #666;
}
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_link .inner_item_url{
	color: #A4A4A4 !important;
	font-weight: 600;
}
.widget_link.block_link_1 .wrapper_item a{
	border-left: 3px solid var(--i_main_color) !important;
}

/*----------------------------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{
	box-shadow: 5px 5px 0 rgba(5px, 5px, 5px, 0.1) !important;
}
.block_news_2 li a{
	padding: 30px;
}
.block_news_2 li a:after{
	border: 0 solid var(--i_sub2_color) !important;
}
.block_news_2 li a:hover:after{
	border-width: 10px !important;;
}
.block_news_2 li:nth-child(2n) {
	background: #fff !important;
}

/*----------------------------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;
	}
}

/*------------------recruit------------------------*/

.recruit_archive.add_design1 .recruitment_list .inner_item{
	background: rgba(255,255,255,.8);
}
/*-------------追加したCSS-----------------------*/
/*-------------header-----------------------*/
header nav ul.nav_1st > li a[href="cat"]{
    pointer-events: none;
}
/*---------------top_new---------------------*/
#top_new+.block_news_1.add_design14 .content_wrapper ul li a span{
    padding-bottom: 66.6%;
    order: 1;
    margin-bottom: 30px;
}
#top_new+.block_news_1.add_design14 .content_wrapper ul li a span img,
#top_event+.block_news_1.add_design4 .content_wrapper ul li a span:not(.no_img) img,
#top_event+.block_news_1.add_design4 .content_wrapper ul li a.noimg span.no_img{
    border-radius: 20px;
    box-shadow: 10px 10px 18px rgba(0,0,0,0.27);
}

#top_new+.block_news_1.add_design14 li > p::before,
#top_new+.block_news_1.add_design14 li a > p::before{
    display: none;
}

#top_new+.block_news_1.add_design14 .content_wrapper ul li a,
#top_event+.block_news_1.add_design4 .content_wrapper ul li a{
    display: flex;
    flex-direction: column;
	align-items: flex-start;
}

#top_new+.block_news_1.add_design14 .content_wrapper ul li a > p,
#top_event+.block_news_1.add_design4 .content_wrapper ul li a > p{
    order: 3;
    color: #9f9f9f;
}
#top_new+.block_news_1.add_design14 .content_wrapper ul li a > div,
#top_event+.block_news_1.add_design4 .content_wrapper ul li a > div{
    order: 2;
    display: flex;
    flex-direction: column-reverse;
}
.block_news_1 li ol li{
    font-size: 1.6rem;
    color: var(--i_main2_color);
    font-weight: 600;
    border: 1px solid var(--i_main2_color) !important;
    margin-bottom: 10px;
}
#top_new+.block_news_1.add_design14 .content_wrapper ul li a > div > p,
#top_event+.block_news_1.add_design4 .content_wrapper ul li a > div > p{
    font-size: 2.0rem!important;
    font-weight: 600;
    line-height: 1.8;
}
.block_news_1.add_design14 .contents_btn01{
    padding-top: 45px;
}
@media screen and (max-width: 800px){
    #top_new+.block_news_1.add_design14 .content_wrapper ul li a > div > p,
	#top_event+.block_news_1.add_design14 .content_wrapper ul li a > div > p{
        font-size: 1.7rem!important;
    }
    #top_new+.block_news_1.add_design14 .content_wrapper ul li a span img,
	#top_event+.block_news_1.add_design4 .content_wrapper ul li a span:not(.no_img) img,
	#top_event+.block_news_1.add_design4 .content_wrapper ul li a.noimg span.no_img{
        border-radius: 15px;
        box-shadow: 5px 5px 10px rgba(0,0,0,0.27);
    }
}
@media screen and (max-width: 650px){
    .block_news_1.add_design14 .content_wrapper li ol{
        display: block!important;
    }
    .block_news_1.add_design14 .content_wrapper li ol li{
        font-size: 1.5rem;
    }
}
/*------------top_about------------------------*/
#top_about+section{
    padding-top: 200px;
}
#top_about+section[style*="background-image: url(/common/upload_data/kouzu/image/bg_island.png)"]{
    background-position: 0 3.8vw!important;
}

#top_about+section::before{
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/common/upload_data/kouzu/image/bg_wave.png) no-repeat center top / 100% auto;
	pointer-events: none;
}
#top_about+section .inner_item_txt .heading.block_header_2{
    border-bottom: 0;
}
#top_about+section .inner_item_txt .heading.block_header_2.align-left::before,
#top_about+section .inner_item_txt .heading.block_header_2.align-left::after{
    display: none;
}
#top_about+section .inner_item_txt .heading.block_header_2 .h,
#top_about+section .inner_item_txt .heading.block_header_2 p{
    padding-left: 0;
}
@media screen and (max-width: 800px){
    #top_about+section{
        padding-top: 100px;
    }
    #top_about+section[style*="background-image: url(/common/upload_data/kouzu/image/bg_island.png)"]{
        background-size: 46vw auto!important;
        background-position: 0 1.8vw!important;
    }
}
/*---------------top_cate_ttl---------------------*/
#top_cate_ttl+section{
    padding-top: 200px;
}
#top_cate_ttl+section[style*="background-image: url(/common/upload_data/kouzu/image/bg_wave_w.png)"]{
    background-size: 100% auto!important;
}
#top_cate_ttl+section::before{
	display: block;
	content: "";
	width: 95%;
    max-width: 1430px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
    transform: translateX(-50%);
	background: url(/common/upload_data/kouzu/image/img_camp.png) no-repeat left top / auto;
	pointer-events: none;
}
@media screen and (max-width: 800px){
    #top_cate_ttl+section{
        padding-top: 24vw;
    }
    #top_cate_ttl+section::before{
        background-size: 35vw;
    }
}
@media screen and (max-width: 500px){
    #top_cate_ttl+section{
        padding-top: 120px;
    }
}
/*---------------top_cate---------------------*/
.composite_box01.block_images_14 .inner_item{
    box-shadow: 10px 10px 10px rgba(0,0,0,0.04);
    background: #fff;
    border-radius: 20px;
    transition: .3s ease-in-out;
}
.composite_box01.block_images_14 .inner_item.clink:hover{
    background: var(--i_main_color);
    opacity: 1;
}
.composite_box01.block_images_14 .inner_item.clink{
    cursor: pointer;
}
a[id*="top_cate"]+.composite_box01.block_images_14 .inner_item{
    justify-content: center;
    padding: 3.5% 2%;
}
a[id*="top_cate"]+div.composite_box01 .inner_item_img{
    max-width: 90px;
    transition: .2s ease-in-out;
}
.composite_box01.block_images_14 .inner_item.clink *{
    opacity: 1!important;
}
a[id*="top_cate"]+div.composite_box01 .inner_item.clink:hover .inner_item_img img{
	animation: clinkimg  2s forwards ease-out;
    opacity: 1;
}
@keyframes clinkimg{
	0%{
		filter: invert(0%) brightness(100%);
	}
	10%{
		filter: invert(70%) brightness(250%);
	}
	100%{
		filter: invert(100%) brightness(600%);
	}
}
a[id*="top_cate"]+div.composite_box01 .heading.block_header_4 .h,
a[id*="top_cate"]+div.composite_box01 .heading.block_header_4 p{
    color: var(--i_txt_color);
    transition: .2s ease-in-out;
}
a[id*="top_cate"]+div.composite_box01 .inner_item.clink:hover .heading.block_header_4 .h,
a[id*="top_cate"]+div.composite_box01 .inner_item.clink:hover .heading.block_header_4 p{
    color: #fff;
    opacity: 1;
}
a[id*="top_cate"]+div.composite_box01 .heading.block_header_4 .h{
    margin-bottom: 0;
}
a[id*="top_cate"]+div.composite_box01 .heading.block_header_4 p{
    font-weight: 500;
}
a[id*="top_cate"]+div.composite_box01.block_images_14 .inner_item a + .inner_item_txt{
    margin-top: 5px;
}
@media screen and (max-width: 800px){
    .composite_box01.block_images_14 .inner_item{
        box-shadow: 5px 5px 8px rgba(0,0,0,0.04);
        border-radius: 15px;
    }

}
@media screen and (max-width: 480px){
    a[id*="top_cate"]+div.composite_box01:not(.col2):not(.block_images_7):not(.block_images_8):not(.block_images_10):not(.block_images_11):not(.block_images_12):not(.block_images_15):not(.block_images_17):not(.block_images_21) .inner_item {
        width: 48% !important;
        margin-left: 4% !important;
    }
    a[id*="top_cate"]+div.composite_box01:not(.col2):not(.block_images_7):not(.block_images_8):not(.block_images_10):not(.block_images_11):not(.block_images_12):not(.block_images_15):not(.block_images_17):not(.block_images_21) .inner_item:nth-of-type(2n-1){
        margin-left: 0!important;
    }
    a[id*="top_cate"] + div.composite_box01 .inner_item_img{
        max-width: 60px;
    } a[id*="top_cate"]+div.composite_box01.block_images_14:not(.no_responsive) .inner_item:nth-last-of-type(1) {
        margin-bottom: 20px !important;
    }
    #top_cate1+div.composite_box01.block_images_14:not(.no_responsive) .inner_item:nth-last-of-type(1),
     #top_cate1+div.composite_box01.block_images_14:not(.no_responsive) .inner_item:nth-last-of-type(2){
        margin-bottom: 0px !important;
    }
}
/*------------top_ranking------------------------*/
#top_ranking+div .wrapper_item{
    counter-reset: num 0;
    overflow: visible;
}
#top_ranking+div .inner_item{
    position: relative;
    padding-top: 20px;
    padding-right: 10px;
}
#top_ranking+div .inner_item::before{
    counter-increment: num 1;
	content: counter(num);
	width: 56px;
	height: 56px;
	position: absolute;
	top: 0px;
	left: auto;
    right: 0;
    line-height: 56px;
    color: var(--i_txt_color);
    background: var(--i_sub_color);
    z-index: 2;
    font-size: 3.2rem;
    font-family: 'Bubblegum Sans','Zen Kaku Gothic New','Noto Sans JP', "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	pointer-events: none;
    text-align: center;
    border-radius: 50%;
}
#top_ranking+div .inner_item_img{
    margin-bottom: 30px!important;
    position: relative;
}
#top_ranking+div .inner_item_img img{
    border-radius: 20px;
    box-shadow: 10px 10px 18px rgba(0,0,0,0.27);
    height: 100%!important;
}
#top_ranking+div .inner_item_img picture{
    display: block;
    height: calc(1200px * 0.31 * 0.66);
}
#top_ranking+div .inner_item_txt .heading.block_header_4 .h{
    color: var(--i_txt_color);
    font-size: 2.0rem!important;
    line-height: 1.8;
}
#top_ranking+div .inner_item_txt .heading.block_header_4 p{
    font-size: 1.6rem!important;
}
#top_ranking+div .inner_item_txt > p{
    color: #9f9f9f;
}
@media screen and (max-width: 1200px){
    #top_ranking+div .inner_item_img picture{
        height: 20vw;
    }
}


@media screen and (max-width: 800px){
    #top_ranking+div .inner_item_txt .heading.block_header_4 .h{
        fon-size: 1.7rem!important;
    }
    #top_ranking+div .inner_item::before{
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 2.5rem;
    }
    #top_ranking + div .inner_item {
        padding-top: 10px;
        padding-right: 5px;
    }
    #top_ranking+div .inner_item_img img{
        border-radius: 15px;
        box-shadow: 5px 5px 10px rgba(0,0,0,0.27);
    }

}
@media screen and (max-width: 700px){
   #top_ranking+div .inner_item_img picture{
        height: 31.68vw;
    } 
}
@media screen and (max-width: 480px){
   #top_ranking+div .inner_item_img picture{
        height: 66vw;
    } 
}
/*-------------top_info-----------------------*/
#top_info+div.block_news_1 .inner{
    background: #fff;
    padding: 65px 5%;
    border-radius: 30px;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.17);
    width: 90%;
    margin: 0 auto;
    position: relative;
}
#top_info+div.block_news_1 .inner::before{
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
    top: -74px;
    left: -63px;
	background: url(/common/upload_data/kouzu/image/img_info1.png) no-repeat left top / 204px;
    z-index: 1;
	pointer-events: none;
}
#top_info+div.block_news_1::before{
	display: block;
	content: "";
	width: 95%;
    max-width: 1600px;
	height: 100%;
	position: absolute;
	top: auto;
    bottom: 0;
	left: 50%;
    transform: translateX(-50%);
	background: url(/common/upload_data/kouzu/image/img_info2.png) no-repeat right bottom / 280px;
    pointer-events: none;
    z-index: 2;
}
#top_info+.block_news_1 li > p::before,
#top_info+.block_news_1 li a > p::before{
    border-color: var(--i_main_color);
}
#top_info+.block_news_1 li a{
    padding: 15px 0;
}
#top_info+.block_news_1:not(.add_design3):not(.add_design4):not(.add_design12) ul li:nth-of-type(1) {
    border-top: 2px dotted rgba(0,0,0,0.3);
}
#top_info+.block_news_1 ul > li{
    border-bottom: 2px dotted rgba(0,0,0,0.3);
}
#top_info+.block_news_1 ul li div >p{
    font-weight: 600;
}
@media screen and (max-width: 1400px){
    #top_info+div.block_news_1::before{
        background-size: 200px;
    }
    #top_info+div.block_news_1 .inner::before{
        left: 0;
    }
}
@media screen and (max-width: 900px){
    #top_info+div.block_news_1 .inner::before{
        background-size: 137px;
        top: -30px;
    } 
}
@media screen and (max-width: 800px){
    #top_info+div.block_news_1 .inner{
        padding: 50px 20px;
        border-radius: 20px;
        box-shadow: 5px 5px 10px rgba(0,0,0,0.17);
    }
    #top_info+div.block_news_1::before{
        background-size: 130px;
    }
}
@media screen and (max-width: 500px){
    #top_info+div.block_news_1 .inner::before{
        background-size: 100px;
        top: -15px;
    }
}
/*----------------parallax--------------------*/
main .parallax .parallax_img{
	filter: blur(10px) brightness(110%);
	opacity: 0.5;
}

/*-------------top_contact-----------------------*/
#top_contact+.parallax .parallax_img{
    filter: blur(1px) brightness(110%);
    opacity: 0.1;
}
#top_contact+section .heading.block_header_1 .h{
    background: #fff;
    color: var(--i_main_color);
}
#top_contact+section .inner_item_txt .contents_btn01 a{
    background: var(--i_btn_color);
    border-radius: 15px;
    border: 2px solid var(--i_txt_color);
    padding: 10px 15px!important;
    min-width: 180px;
}
#top_contact+section .inner_item_txt .contents_btn01 a span{
    font-weight: 600;
}
#top_contact+section .inner_item_txt .contents_btn01 a::before{
    display: none;
}
#top_contact+section .inner_item_txt .contents_btn01 a:hover{
    background: var(--i_btn_hover_color);
}

/*------------共通フッター------------------------*/
#common_footer #bnr+div{
    background-size: 100% auto!important;
}
/*--------------footer----------------------*/
#sns_wrap{
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px 80px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255,255,255,0.13);
}
#footer_sns ul{
    display: flex;
    gap: 0 10px;
}
#footer_sns ul li a{
    font-size: 1px;
    text-indent: -99999px;
    width: 35px;
    height: 35px;
    display: block;
    background-size: contain;
    background-position: center;
}
#footer_sns ul li a[href*="twitter.com"]{
    background-image: url(/common/upload_data/kouzu/image/sns_x.png);
}
#footer_sns ul li a[href*="instagram.com"]{
    background-image: url(/common/upload_data/kouzu/image/sns_insta.png);
}
#footer_sns ul li a[href*="facebook.com"]{
    background-image: url(/common/upload_data/kouzu/image/sns_fb.png);
}
#footer_sns ul li a[href*="youtube.com"]{
    background-image: url(/common/upload_data/kouzu/image/sns_youtube.png);
}
@media screen and (max-width: 480px){
    #sns_wrap{
        flex-direction: column;
        align-items: center;
    }
    #footer_sns ul li a{
        width: 25px;
        height: 25px;
    }
}

/*---------------記事一覧---------------------*/

.news_archive.add_design7 article{
    background: #fff;
    border-bottom: none;
    border: none;
    border-radius: 20px;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.04);
    padding: 30px;
    margin-bottom: 40px;
}
article .entry_meta ul li{
    border: 1px solid var(--i_main2_color);
    padding: 2px 5px;
}
article .entry_meta ul li a{
    color: var(--i_main2_color);
}
@media screen and (max-width: 800px){
    .news_archive.add_design7 article{
        border-radius: 15px;
        padding: 20px;
        box-shadow: 5px 5px 8px rgba(0,0,0,0.04);

    }

}
aside#common_footer {
    display: none;
}
#mv .mv_img li {
    overflow: hidden;
}
#mv .mv_img li img {
    border-radius: 0;
}
.ind #mv li .mv_text_ind {
    bottom: 60px;
    left: 0;
}
@media screen and (max-width: 900px) {
#mv_outer #mv {
    min-height: 410px !important;
    padding-top: 20px;
}
#mv .mv_img li {
    padding: 0;
}
#mv .mv_img li a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}
#mv .mv_img li img {
    height: auto !important;
}
.ind #mv li .mv_text_ind {
    bottom: 30px;
}
section.news_single div#primary .block_html * {
    box-sizing: border-box;
    width: 100% !important;
}
section.news_single div#primary .block_html table table tr {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 10px;
}
section.news_single div#primary .block_html table table tr td img {
    max-height: 300px;
    object-fit: contain;
}
section.news_single div#primary .block_html table table tr td:nth-child(2) {
    margin-top: 10px;
}
section.news_single div#primary .block_html table table tr td:nth-child(2) > div {
    margin: 15px 0 0 !important;
}
}

/*---------------コラムbody[data-type*="column_detail"]---------------------*/

body[data-type*="column_detail"] .widget_shop01.add_design3 .info{
	background: #fff;
	padding: 15px 15px 10px;
	border-radius: 10px;
}
body[data-type*="column_detail"] .entry_body .composite_box01+.composite_box01{
	padding-top: 150px;
}
body[data-type*="column_detail"] .entry_body .composite_box01+.composite_box01:before{
	content: "";
	display: block;
	width: 75px;
	height: 0;
	position: absolute;
	top: 55px;
	left: calc(50% - 40px);
	border-width: 0 0 5px;
	border-style: solid;
	border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="rgba(254, 149, 1, 1)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
	transform: rotate(90deg);
	transform-origin: 50% 50%;
}
body[data-type*="column_detail"] .entry_body .block_header_6{
	border-left: 3px solid #fe9301;
	padding-left: 13px;
}
body[data-type*="column_detail"] .entry_body .block_header_6 .h{
	font-size: 3rem;
	line-height: 1.3;
}
body[data-type*="column_detail"] .entry_body .block_header_6 .h:last-child{
	margin-bottom: 0;
}
body[data-type*="column_detail"] .entry_body .block_header_4 .h{
	color: #57514d;
}
@media screen and (max-width: 768px){
	body[data-type*="column_detail"] .entry_body .composite_box01+.composite_box01{
		padding-top: 100px;
	}
	body[data-type*="column_detail"] .entry_body .composite_box01+.composite_box01:before{
		top: 22px;
	}
}
/*------------------------------------*/
#top_event + .block_news_1.add_design4 .content_wrapper ul li a{
	position: relative;
}
#top_event + .block_news_1.add_design4 .content_wrapper ul li a::before{
	display: block;
	content: "";
	width: 100px;
	height: 50px;
	background: url(/common/upload_data/kouzu/image/flag.png) no-repeat left top / contain;
	position: absolute;
	top: -22px;
	left: 20px;
	z-index: 1;
	pointer-events: none;
	transform: rotate(7deg);
}
@media screen and (max-width: 800px){
	#top_event + .block_news_1.add_design4 .content_wrapper ul li a::before{
		top: -15px;
		height: 45px;
	}
}
@media screen and (max-width: 480px){
	top_event + .block_news_1.add_design4 .content_wrapper ul li a::before{
		height: 40px;
		top: -7px;
		left: 10px;
	}
	
}
.news_archive.add_design4 .entry_header .heading.block_header_2:after{
	display: none;
}
header .header_contents .header_col1 .btn>a:nth-of-type(3) {
    background: #fff154;
}
header .header_contents .header_col1 .btn>a:nth-of-type(3):hover {
    background: #dbcf48;
}
#fixbtn .contents_btn01 a:nth-of-type(n+2) {
    margin-left: 10px;
}
@media screen and (max-width: 900px) {
#fixbtn .inner>div.contents_btn01 {
    flex-direction: row;
    width: 100% !important;
}
#fixbtn .contents_btn01 a {
    box-sizing: border-box;
    max-width: calc(100% / 3 - (20px/2));
    min-width: auto;
    width: 100% !important;
    margin: 0 10px 0 0 !important;
    padding: 10px 0 !important;
}
#fixbtn .contents_btn01 a:nth-of-type(3) {
    margin: 0 !important;
}
.ft02 #fixbtn .contents_btn01 span {
    font-size: 2.8vw !important;
    text-align: center;
}
}