@charset "UTF-8";

/*------------------------------------------------------------------*/
/*-----------------------------base---------------------------------*/
/*------------------------------------------------------------------*/
:root{
	--footer-color: #313945;
}
html{
	font-size: 62.5%;
}
body{
	background: #fff;
	font-size: 1.55rem;
	line-height: 1.8;
	color: #333 !important;
	letter-spacing: 0.02rem;
	-webkit-text-size-adjust: 100%;
	font-weight: 500 !important;
        font-family: Inter, Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Noto Sans JP', sans-serif !important;
}
main{
	background: #fff;
	position: relative;
}
@media (max-width: 400px) {
	main{
		margin-top: 70px;
	}
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, main {
    /* IE11 にのみ適用される */
	  display: block;
  }
}
/*
.index main:before{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: top right;
	pointer-events: none;
}
*/
@media screen and (max-width: 850px){
	html{
		font-size: 55%;
	}
	body{
		letter-spacing: 0px;
	}
}
span{
        display: inline-block;
}
a{
	outline: 0;
	text-decoration: none;
	color: #333;
}
.inner_item_txt a, 
.inner_item_txt_before a, 
.inner_item_txt_after a {/*テキストリンクカラー*/
	color: #333;
}
section[style*="color:"] a,
div[style*="color:"] a{
	color: inherit;
}

/*composite_boxの最大高さとトリミングの起点*/
/*基本はjsにより各カラム中から最大の画角に設定*/
.composite_box01 .inner_item_img img{
	object-position: 50% 50%;
}

@media screen and (max-width: 850px){
	#sidebar{
		border: 5px solid rgba(0, 0, 0, 0.13);
	}
}

/*----------------------------logging_in(custom)----------------------------*/

#logging_in{
    width: fit-content !important;
    background: transparent !important;
    bottom: 10px !important;
}
#logging_in p:first-child{
    display: none;
}
#logging_in span{
    color: transparent !important;
}
#logging_in p:last-child{
    background: #2D3A4C;
    border-radius: 30px;
    padding: 5px 10px;
}

/*----------------------------loader----------------------------*/

#load div:nth-of-type(1){
	background: #fff;
}
#load .loader,
.popup .loader{
	border: 1px solid #f7b52c;/*★*/
}
#load .loader,
#load .loader::before,
.popup .loader,
.popup .loader::before{
	border-top-color: #f7b52c !important;
}
#load .loader::before,
#load .loader::after,
.popup .loader::before,
.popup .loader::after{/*★*-1*/
	left: -1px;
	top: -1px;
}
#load img{
	max-width: 200px;
}
@media screen and (max-width: 450px){
	#load img{
		max-width: 130px;
	}
}

/*----------------------------header----------------------------*/

header{
	font-size: 1.4rem;
	background: #ffffff;
}
header *{
}
header .wraper {
	max-width: 100% !important;
        position: absolute;
}
body.scrolled header{
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
	background: rgba(255, 255, 255, 0.9);
}

header h1{
        position: relative !important;
	line-height: 1.5;
	font-size: 1.3rem;
	font-weight: normal;
	letter-spacing: -0.05rem;
        right: 150px !important;
        transition: all 0.5s;
        left: auto !important;
        right: 0 !important;
        top: 3px !important;
}
body.scrolled header:not(.nofixed) h1{
        display: block;
        margin-top: -20px;
}
header h1 span{
        margin-left: 20px;
        font-size: 1.2rem;
        line-height: 1;
}

header .wraper>.inner{
        align-items: flex-end;
        justify-content: flex-end;
        padding-top: 0 !important;
        flex-direction: column;
}
body.scrolled header .logo{
	padding: 0 !important;
}
header .logo{
	width: auto;
	padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 4%;
        margin: auto;
        gap: 20px;
}
header .logo a{
	width: auto !important;
}
header .logo a img{
        width: 100%;
	max-width: 180px;
}
header .logo .camp_data{
}
@media (max-width: 1100px){
	header .logo .camp_data{
		display: none;
	}
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, header#pattern2 .logo {
    /* IE11 にのみ適用される */
	  top: 10px;
  }
  *::-ms-backdrop, body.scrolled header#pattern2 .logo {
    /* IE11 にのみ適用される */
	  top: 5px;
  }
  *::-ms-backdrop, header .logo a img {
    /* IE11 にのみ適用される */
  }
}


body.scrolled header .logo a img{
	max-height: 60px;
}
header .header_contents{
        background-color: #000000dd;
        z-index: 1000;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overscroll-behavior: contain;
}
header .header_contents::-webkit-scrollbar{
        display: none;
}
header .header_contents a{
        color: #fff;
        transition: all 0.2s;
}
header .header_contents a:hover{
        color: #f7b52c;
}
header .header_contents .header_col1{
	/* ▼水平方向レイアウト */
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
        gap: 10px;
        flex-wrap: nowrap;
	/* ▼垂直方向レイアウト */
	/*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;
        white-space: nowrap;
}
header .header_contents .header_col1 .tel svg,
header .header_contents .header_col1 .btn .translate a svg,
header .burger li.sp_translate a svg,
header .header_contents .header_sns li svg{
	fill: #333;
}
header .header_contents .header_col1 .tel a, 
header .header_contents .header_col1 .tel span{
	color: #333;
}
header .sp_menu a{
        top: -2px;
}
header .sp_menu a div span,
header .sp_menu a div:before,
header .sp_menu a div:after{
	background: #333;
}
header.open .sp_menu a div:before,
header.open .sp_menu a div:after{
	background: #333;
}
@media (max-width: 900px){
header.open .sp_menu a div:before,
header.open .sp_menu a div:after{
	background: #fff;
}
}
header .header_contents .header_col1 .tel svg{
	width: 22px;
	height: 22px;
	top: calc(50% - 11px);
	left: 0;
}

header .header_contents .header_col1 .btn{
    gap: 15px;
}

header .header_contents .header_col1 .btn>a{
	position: relative;
	display: inline-block;
        width: 150px;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	font-family: inherit;
	background: #f7b52c;
	border: 1px solid #f7b52c;
	color: #fff !important;
	transition: .4s;
	letter-spacing: 0.2rem;
        border-radius: 50px;
}
header .header_contents .header_col1 .btn>a:hover{
	background: transparent;
	color: #f7b52c !important;
}
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.7;
}

/* headerナビゲーション */

li.header_nav{
	width: fit-content !important;
	height: auto !important;
	padding: 0;
	position: static;
        font-size: 1.2rem;
}
@media (max-width: 900px){
li.header_nav{
	display: none !important;
}
}
li.header_nav a{
	width: auto !important;
	height: auto !important;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	padding: 25px 20px !important;
	position: relative;
}
li.header_nav a:hover{
	background-color: #f7b52c;
	color: #fff;
}
/*
li.header_nav::after{
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: #f7b52c;
	bottom: 15px;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform 0.3s;
}
li.header_nav:hover::after{
	transform: scale(1, 1);
}
*/
li.header_nav:hover ul.header_nav_2{
	visibility: visible;
	opacity: 1;
	transition: all 0.5s;
}
ul.header_nav_2{
	width: 100% !important;
	padding-right: 2%;
	background: #eeeeee;
	visibility: hidden;
	box-sizing: border-box;
	cursor: auto;
	position: absolute;
	top: 100%;
	left: 0;
	justify-content: flex-start !important;
	align-items: stretch !important;
	flex-direction: row;
	gap: 2%;
	opacity: 0;
	transition: all 0.2s;
}
ul.header_nav_2::before{
        content: '';
        width: 100%;
        height: 100vh;
        background: #00000099;
        position: absolute;
        top: 100%;
        pointer-events: none;
}

ul.header_nav_2 li {
        width: 100%;
        max-width: 200px;
        height: auto;
        transition: background 0.3s;
}
ul.header_nav_2 li a{
        padding: 15px 0 !important;
        transition: all 0.3s;
        color: #333 !important;
}
ul.header_nav_2 li a:hover{
	background: transparent;
	opacity: 0.8;
}
ul.header_nav_2 li a img{
	width: 100%;
	border-radius: 5px;
}
ul.header_nav_2 li a p{
	padding-top: 5px;
}
ul.header_nav_2 li:first-child{
	padding: 0 2%;
	background-color: #f7b52c;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: 10px;
}
ul.header_nav_2 li:first-child p{
	font-size: 1.1rem;
}
ul.header_nav_2 li:first-child h3{
	font-size: 2rem;
	font-weight: 900;
}

/*
li.header_nav:has(.header_nav_2)::before{
        content: '';
        position: absolute;
        right: -3px;
        bottom: 48%;
        width: 5px;
        height: 5px;
        border-top: 1px solid;
        border-right: 1px solid;
        transform: rotate(135deg);
}
li.sp_menu{
        margin-left: 10px;
}
*/

.header_contents nav p{
        color: #aaa;
        position: relative;
        margin: 20px 0 10px;
        font-size: 1.2rem !important;
}
.header_contents nav p::before{
        content: '';
        position: absolute;
        height: 1px;
        background: #aaa;
        width: calc(100% - 125px);
        top: 0;
        bottom: 0;
        left: 110px;
        margin: auto;
}

ul.inner_nav_sns{
        display: flex;
        flex-direction: row;
        gap: 20px;
}
ul.inner_nav_sns i{
        font-size: 3rem !important;
}
@media (max-width: 900px){
ul.inner_nav_sns i{
        font-size: 5rem !important;
}
}
ul.inner_nav{
}
ul.inner_nav li{
        padding: 10px 0;
}
div.nav_contact{
        display: flex;
        gap: 10px;
}
div.nav_contact a{
        display: block;
        border: 1px solid;
        padding: 20px 0;
        font-size: 1.4rem !important;
        width: 130px;
        text-align: center;
        transition: all 0.3s;
}
div.nav_contact a:hover{
        background-color: #fff;
        color: #333;
}

li.link_re{
        width: fit-content;
}
li.link_re a{
        background-color: #08f;
        padding: 5px 10px !important;
        color: #fff;
}

header#pattern2 nav{
	margin-right: 0;
}
header nav{
        padding-right: 0 !important;
        margin-bottom: 100px;
}
header nav ul.nav_1st{
	width: 100%;
	max-width: 1300px !important;
        flex-wrap: nowrap !important;
        align-items: flex-end;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, header nav ul.nav_1st {
    /* IE11 にのみ適用される */
	  min-height:36px !important;
  }
}

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 solid rgba(0, 0, 0, 0.13);
	box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.5);
}
*/
header nav ul.nav_1st>li:first-child:after{
	display: none;
}
header nav ul.nav_1st>li:last-child:after{
        display: none;
}
/*
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 solid rgba(0, 0, 0, 0.13);
	box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.5);
}
*/
header nav ul.nav_1st>li>a{
	font-size: 1.3rem;
	font-weight: bold;
	position: relative;
	padding-left: 1vw;
	padding-right: 1vw;
	letter-spacing: 0.3rem;
}
header nav ul.nav_1st>li>a span{
	/*ナビの高さはline-heightで調整*/
	line-height: 3;/* マージン普通選択時 */
	transition: .3s;
}
body.margin header nav ul.nav_1st>li>a span{
	line-height: 3;/* マージン広い選択時 */
}
header nav ul.nav_1st>li>a:hover span{
	color: #f7b52c !important;
}
header nav ul.nav_1st>li>a:before{
	position: absolute;
  	bottom: 0px;
  	left: 0;
  	content: '';
  	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
  	height: 2px;
  	background: #f7b52c;
  	transform: scale(0, 1);
  	transform-origin: center top;
  	transition: transform .3s;
}
-->
header nav ul.nav_1st>li>a:hover:before{
	transform: scale(1, 1);
}
header nav ul.nav_2nd{
	padding-top: 20px;
}
header nav ul.nav_1st>li:hover ul.nav_2nd{
	padding-top: 10px;
}
header nav ul.nav_2nd>li{
	background: rgba(255, 255, 255, 0.9);
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
	box-shadow: 2px 2px 5px 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 a{
	padding: 10px 20px;
	font-weight:  normal;
	font-size: 1.4rem;
	color: #333 !important;
}
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 #f7b52c;
	border-bottom: 1px solid #f7b52c;
	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: #f7b52c;
	top: calc(50% - 0.5px);
	left: 5px;
}
@media screen and (max-width:1150px) {
header#pattern2 nav ul.nav_1st > li > a span {
	font-size: 1.2rem;
}
}
@media screen and (max-width: 900px){
        header{
                min-height: 70px !important;
                display: flex;
                align-items: center;
        }
        header .wraper {
                min-width: 0;
        }
	header nav{
		min-width: 300px;
	}
	header,
	header *,
	header nav ul.nav_2nd li a{
                color: #fff;
                font-size: 2rem !important;
	}
	header nav ul.nav_1st>li i{
		border: 1px solid #f7b52c;
		width: 25px;
		height: 25px;
		top: 17px;
		right: 10px;
	}
	body.scrolled header .logo{
		padding: 10px 0 !important;
	}
	header .header_contents{
    		height: 100dvh !important;
                top: 0 !important;
	}
        header .header_contents .inner{
                padding-top: 60px;
        }
	header .burger li.sp_translate a svg{
		height: 28px;
		width: 28px;
		margin: 10% auto;
	}
	header .header_sns{
		border-bottom: none;
	}

        header .header_contents .header_col1{
                flex-direction: column !important;
        }
	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-bottom: 1px solid rgba(255,255,255,0.2);
		border-top: 1px solid rgba(0, 0, 0, 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.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: #f7b52c;
	}
	header nav ul.nav_2nd{

		border-top: 1px solid rgba(0, 0, 0, 0.13);
	}
	header nav ul.nav_2nd>li{
		box-shadow: none;
	}
	header nav ul.nav_3rd{
		border-top: 1px solid rgba(0, 0, 0, 0.13);
	}
	header nav ul.nav_3rd>li:nth-last-of-type(1){
		border-bottom: none;
	}
	header nav ul.nav_1st>li>a:hover:before{
  		transform: scale(0, 0);
	}
	header .logo a img{
		max-width: 140px;
	}
}

/*--▼ヘッダー余白広くしたい時はON--*/
/*
	body header#pattern2 h1{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	body header .logo{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	body header .header_contents{
		padding-top: 50px;
		padding-bottom: 35px;
	}
	body header#pattern2 .header_contents{
		padding-top: 50px;
		padding-bottom: 15px;
	}
	body header#pattern2 .header_contents{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	body header .header_contents .header_col1 .tel,
	body header .header_contents .header_col1 .btn,
	body header .header_contents .header_col2 .add{
		margin-top: 7px;
		margin-bottom: 7px;
	}
*/

/*--▼ヘッダー余白広い 且つ ヘッダーとナビの背景が同色のときはON--*/
/*
	body header#pattern2 h1{
		padding-bottom: 30px;
	}
	body header#pattern2 .logo{
		padding-bottom: 30px;
	}
	body header#pattern2 nav{
		padding-bottom: 10px;
	}
*/

/*----------------------------余白設定----------------------------*/

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: 100px;
}
@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;
}
.heading+.heading{
    margin: 0;
}

/*--*/

section:not([class*="pt"]) .content_wrapper>.heading:first-child:last-child{
	margin-bottom: 0;
}

.heading.block_header_1,
.heading.block_header_6{
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.heading.block_header_1 p{
	display: inline-block;
	font-weight: bold;
	font-weight: 600;
	font-size: 2.5rem !important;
	line-height: 1.4;
	color: #f7b52c !important;
	padding: 0;
	position: relative;
	letter-spacing: 0.2rem;
}
.heading.block_header_6 .h{
	position: relative;
	display: inline-block;
	font-weight: 600;
	font-size: clamp( 3rem, calc( 2rem + 4vw ), 5rem ) !important;
        line-height: 1.3;
	letter-spacing: 0.2rem;
        color: transparent;
}
.heading.block_header_6 .h.active{
        animation-name: bh6-a;
        animation-duration: 0s;
        animation-delay: 1.5s;
        animation-fill-mode: forwards;
}
.heading.block_header_6 .h:before{
        content: "";
        position: absolute;
        z-index: 1;
        top: 0%;
        right: 100%;
        bottom: 0%;
        left: 0%;
        background: #333;
}
.heading.block_header_6 .h.active:before{
        animation-name: bh6-b;
        animation-duration: 1s;
        animation-delay: 1s;
        animation-fill-mode: forwards;
}
@keyframes bh6-a{
        100%{
        color: inherit;
        }
}
@keyframes bh6-b{
        50%{
        left: 0%; right: 0%;
        }
        100%{
        left: 100%; right: 0%;
        }
}
/*
.heading.block_header_1 p:before,
.heading.block_header_1 p:after,{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 40px;
	height: 1px;
	border-top: 3px double #f7b52c;
}
.heading.block_header_6 .h:before,
.heading.block_header_6 .h:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 40px;
	height: 1px;
	border-top: 3px double #f7b52c;
}
.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;
}
*/
.align-left.heading.block_header_1 p,
.align-left.heading.block_header_6 .h{
	padding-right: 0;
}
.align-left.heading.block_header_1 p:after,
.align-left.heading.block_header_6 .h:after{
	display: none;
}
.align-right.heading.block_header_1 p,
.align-right.heading.block_header_6 .h{
	padding-left: 0;
}
.align-right.heading.block_header_1 p:before,
.align-right.heading.block_header_6 .h:before{
	display: none;
}
.heading.block_header_1 .h,
.heading.block_header_6 p{
	font-size: 1.7rem;
	font-weight: 600;
	letter-spacing: 0.2rem;
}
@media screen and (max-width: 800px){
	.heading.block_header_1,
	.heading.block_header_6{
		margin-bottom: 20px;
	}
	.heading.block_header_1 p{
		padding: 0;
		text-align: center;
	}
	.heading.block_header_1  .h,
	.heading.block_header_6  p{
		font-size: 1.5rem !important;
	}
	.index .heading.block_header_1 p,
	.index .heading.block_header_6 .h{
		font-size: 2.8rem;
	}
	.heading.block_header_1 p:before,
	.heading.block_header_1 p:after,{
		width: 30px;
	}
}

/*--*/

/*背景色指定あり且つ文字色指定#FFFのときの見出しデザイン1*/

section[style*="color: #ffffff;"] .heading.block_header_1 p, 
div[style*="color: #ffffff;"] .heading.block_header_1 p, 
section[style*='color: rgb(255, 255, 255);'] .heading.block_header_1 p, 
div[style*='color: rgb(255, 255, 255);'] .heading.block_header_1 p,
section[style*="color: #ffffff;"] .heading.block_header_1 .h:last-child, 
div[style*="color: #ffffff;"] .heading.block_header_1 .h:last-child, 
section[style*='color: rgb(255, 255, 255);'] .heading.block_header_1 .h:last-child,
div[style*='color: rgb(255, 255, 255);'] .heading.block_header_1 .h:last-child{
	color: #fff !important;
}
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{
	border-top: 3px double #fff;
}

/*--*/

section[style*="color"] .heading.block_header_1 .h:last-child,
div[style*="color"] .heading.block_header_1 .h:last-child,
section[style*="color"] .heading.block_header_1 p,
div[style*="color"] .heading.block_header_1 p,
section[style*="color"] .heading.block_header_2 .h,
div[style*="color"] .heading.block_header_2 .h,
section[style*="color"] .heading.block_header_3 .h,
div[style*="color"] .heading.block_header_3 .h,
section[style*="color"] .heading.block_header_4 .h,
div[style*="color"] .heading.block_header_4 .h,
section[style*="color"] .heading.block_header_5 .h,
div[style*="color"] .heading.block_header_5 .h,
section[style*="color"] .heading.block_header_1,
div[style*="color"] .heading.block_header_1,
section[style*="color"] .heading.block_header_2,
div[style*="color"] .heading.block_header_2,
section[style*="color"] .heading.block_header_3,
div[style*="color"] .heading.block_header_3,
section[style*="color"] .heading.block_header_4,
div[style*="color"] .heading.block_header_4,
section[style*="color"] .heading.block_header_5,
div[style*="color"] .heading.block_header_5{
	color: inherit;
}

/*--*/

.heading.block_header_2 {
	margin-bottom: 30px;
}
.heading.block_header_2 .h{
	display: inline-block;
	font-weight: bold;
	font-size: 2.1rem;
	line-height: 1.5;
	padding-left: 20px;
	position: relative;
	letter-spacing: 0.1rem;
}
.heading.block_header_2 .h:before,.heading.block_header_2 .h:after{
	display: block;
	content:'';
	position: absolute;
}
.heading.block_header_2 .h:before{
        width: 10px;
        height: 100%;
        background: #333;
        left: 0;
/*
	top: .3em !important;
	left: .3em;
	width: 14px;
	height: 14px;
	background: rgba(247, 181, 44, 0.8);
*/
}
/*
.heading.block_header_2 .h:after{
	top: .7em;
	left: .7em;
	width: 11px;
	height: 11px;
	background: rgba(247, 181, 44, 0.5);
}
*/
.heading.block_header_2 p{
	font-size: 1.4rem;
	padding-left: 20px;
	letter-spacing: 0.1rem;
}
@media screen and (max-width: 800px) {
.heading.block_header_2 {
	margin-bottom: 20px;
}
.heading.block_header_2 .h {
	font-size: 2.1rem !important;
	line-height: 1.65;
/*
	padding-left: 32px;
*/
}
.heading.block_header_2 p {
	font-size: 1.3rem !important;
	letter-spacing: 0rem;
/*
	padding-left: 32px;
*/
}
}
.news_archive .heading.block_header_2,
.glossary_archive .heading.block_header_2,
.widget_gallery01 .heading.block_header_2,
.gallery_archive .heading.block_header_2{
	border: none;
}

/*--*/

.heading.block_header_3{
	overflow: hidden;
	background: #f7b52c;
	padding: 10px 10px 10px 30px;
	margin-bottom: 30px;
	color: #fff;
}
.heading.block_header_3 .h{
	font-weight: bold;
	font-size: 1.9rem;
	line-height: 1.5;
	letter-spacing: 0.1rem;
}
.heading.block_header_3 p{
	font-size: 1.4rem;
	letter-spacing: 0.1rem;
}
@media screen and (max-width: 800px){
	.heading.block_header_3{
		padding: 5px 15px 5px 15px;
		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;
        position: relative;
}
.heading.block_header_4:before{
        display: none;
/*
	content: '';
        position: absolute;
        background: #f7b52c33;
        width: 45px;
        height: 52px;
        left: -15px;
        top: 0;
        bottom: 0;
        margin: auto;
        clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
*/
}
.heading.block_header_4 .h{
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 5px;
        color: #f7b52c;
}
.heading.block_header_4 p{
	font-size: 1.4rem;
}

/*--*/

.heading.block_header_5{
	margin-bottom: 15px;
        display: flex;
        align-items: center;
}
.heading.block_header_5.align-center{
        justify-content: center;
}
.heading.block_header_5 .h{
	display: inline;
	font-weight: bold;
	font-size: 2.5rem;
}
.heading.block_header_5 p{
	display: inline;
	font-size: 1.4rem;
}
.heading.block_header_5 p:before{
	content: "　/　";
}
#sidebar .heading.block_header_5{
	padding: 5px 15px;
	background: rgba(247, 181, 44, 0.13);
	color: #f7b52c;
	border-bottom: 3px solid rgba(247, 181, 44, 0.5);
}

.heading.block_header_7{
    flex-direction: column;
    padding-bottom: 30px;
}
.heading.block_header_7.align-left{
    align-items: flex-start;
}
.heading.block_header_7.align-right{
    align-items: flex-end;
}
.heading.block_header_7 .h{
    position: relative;
    padding-left: 0 !important;
    margin-bottom: 40px;
    font-size: 3rem;
}
.heading.block_header_7 .h::before{
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    background-color: #333;
    bottom: -15px;
}
.heading.block_header_7.align-center .h::before{
    left: 0;
    right: 0;
    margin: auto;
}
.heading.block_header_7.align-left .h::before{
    left: 0;
}
.heading.block_header_7.align-right .h::before{
    right: 0;
}
.heading.block_header_7 p{
    border-radius: 0;
    padding: 0;
    width: initial;
    height: initial;
}

/* ========== ギャラリー用ヘッダー ========== */

/*
.view_gallery_archive .contents_box01.mb .content_wrapper,
.view_archive .contents_box01.mb .content_wrapper,
.view_gallery_detail .contents_box01.mb .content_wrapper{
    background: #f3f1ee;
    border-radius: 5px;
    min-width: 350px;
    width: 50%;
    padding: 70px 0 10px;
    margin: auto;
}
.view_gallery_archive .contents_box01.mb .content_wrapper::before,
.view_archive .contents_box01.mb .content_wrapper::before,
.view_gallery_detail .contents_box01.mb .content_wrapper::before{
    content: '';
    position: absolute;
    right: 5%;
    top: 0;
    width: 30px;
    height: 40px;
    background: #f7b52c;
}

.view_gallery_archive .contents_box01.mb .content_wrapper::after,
.view_archive .contents_box01.mb .content_wrapper::after,
.view_gallery_detail .contents_box01.mb .content_wrapper::after{
    content: '';
    position: absolute;
    right: 5%;
    top: 40px;
    width: 0;
    height: 0;
    border-left: 15px solid #f7b52c;
    border-right: 15px solid #f7b52c;
    border-bottom: 10px solid transparent;
}
.view_gallery_archive .contents_box01.mb .heading.block_header_6,
.view_archive .contents_box01.mb .heading.block_header_6,
.view_gallery_detail .contents_box01.mb .heading.block_header_1{
    width: fit-content;
    margin: 0 auto 50px;
}
.view_gallery_archive .contents_box01.mb .heading.block_header_6::before,
.view_archive .contents_box01.mb .heading.block_header_6::before,
.view_gallery_detail .contents_box01.mb .heading.block_header_1 p::before{
    content:'';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #f7b52c;
    bottom: -10px;
}
.view_gallery_archive .contents_box01.mb .heading.block_header_6::after,
.view_archive .contents_box01.mb .heading.block_header_6::after{
    position: absolute;
    z-index: -1;
    color: #f2e1be;
    font-family: "Allura", cursive;
    white-space: nowrap;
}
.view_gallery_archive .contents_box01.mb .heading.block_header_5,
.view_archive .contents_box01.mb .heading.block_header_5{
    padding: 10px 0 !important;
    background: #f7e7c8;
    color: #f7b52c;
    margin: 0 10px;
    border-radius: 10px;
}
.view_gallery_archive .contents_box01.mb .heading.block_header_5 .h,
.view_archive .contents_box01.mb .heading.block_header_5 .h{
    font-size: 1.4rem;
}
.view_gallery_detail .contents_box01.mb .heading.block_header_1 .h{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.4rem;
}
*/

/*----------------------------背景パララックス----------------------------*/

.parallax{
	/*	box-shadow: 0 0 5px rgba(0,0,0,0.05) inset;*/
}
.parallax_img{
	/*opacity: 0.4;*/
    -webkit-filter: blur(10px);
}
.parallax .content_wrapper:empty{
	/*空のパララックスの高さ（下記高さ+余白設定の上下padding）*/
	height: 50px !important;
}

/*----------------------------ボタン----------------------------*/

.contents_btn01 a{
	position: relative;
	display: inline-block;
	text-align: center;
	border: 1px solid #212121;
	border-radius: 3px;
	font-family: inherit;
	letter-spacing: 0.2rem;
        background: #ffffff66;
}
.contents_btn01 a:hover{
	background: #212121;
	color: #fff !important;
}

/*
.contents_btn01 a:before{
	position: absolute;
	content: " ";
	width: 20px;
	height: 1px;
	background-color: #fff;
	top: calc(50% - 0.5px);
	right: 15px;
	z-index: 10;
}
.contents_btn01 a:after{
	position: absolute;
	content: " ";
	width: 9px;
	height: 1px;
	background-color: #ffffff;
	right: 15px;
	top: calc(50% - 0.5px);
	-webkit-transform: rotate(35deg);
	-webkit-transform-origin: right bottom;
	transform: rotate(35deg);
	transform-origin: right bottom;
}
.contents_btn01 a:hover:before{
	animation:0.18s steps(200) 0.1s normal forwards 1 thearrowlink;
	-webkit-animation-name: thearrowlink;
	-webkit-animation-duration:0.18s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: steps(200);
	-webkit-animation-delay: 0;
	-webkit-animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
}
.contents_btn01 a:hover:after{
	animation:0.18s steps(200) 0.1s normal forwards 1 thearrowlink;
	-webkit-animation-name: thearrowlink;
	-webkit-animation-duration:0.18s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: steps(200);
	-webkit-animation-delay: 0;
	-webkit-animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
}
*/

.glossary_archive .content_wrapper .heading.block_header_2 a:after,
main form .submit{
	color: #fff!important;
	background: #f7b52c;
	position: relative;
	display: inline-block;
	padding-left: 25px;
	padding-right: 40px;
	text-align: center;
	border: 1px solid #f7b52c;
	border-radius: 0;
	font-family: inherit;
	letter-spacing: 0.2rem;
}
main form .submit span{
	display: inline-block;
	position:relative;
}
main form .submit:before{
	position: absolute;
	content: " ";
	width: 20px;
	height: 1px;
	background-color: #fff;
	top: calc(50% - 0.5px);
	right: 15px;
	z-index: 10;
}
main form .submit:after{
	position: absolute;
	content: " ";
	width: 9px;
	height: 1px;
	background-color: #ffffff;
	right: 15px;
	top: calc(50% - 0.5px);
	-webkit-transform: rotate(35deg);
	-webkit-transform-origin: right bottom;
	transform: rotate(35deg);
	transform-origin: right bottom;
}
.glossary_archive .content_wrapper .heading.block_header_2 a:hover:after,
main form .submit:hover{
	background: #fff;
	color: #f7b52c!important;
}
main form .submit:hover:before{
	animation:0.18s steps(200) 0.1s normal forwards 1 thearrowlink;
	-webkit-animation-name: thearrowlink;
	-webkit-animation-duration:0.18s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: steps(200);
	-webkit-animation-delay: 0;
	-webkit-animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
}
main form .submit:hover:after{
	animation:0.18s steps(200) 0.1s normal forwards 1 thearrowlink;
	-webkit-animation-name: thearrowlink;
	-webkit-animation-duration:0.18s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: steps(200);
	-webkit-animation-delay: 0;
	-webkit-animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
	}
@-webkit-keyframes thearrowlink{
	0%{right:35px}
	10%{right:35px;background-color:#f7b52c}
	100%{right:15px;background-color:#f7b52c}
}
@keyframes thearrowlink{
	0%{right:35px}
	10%{right:35px;background-color:#f7b52c}
	100%{right:15px;background-color:#f7b52c}
}
.contents_btn01 a[target=_blank] span:before,
.contents_btn01 a[target=_blank] span:after{
	border: 1px solid #fff;
}
.contents_btn01 a[target=_blank] span:hover:before,
.contents_btn01 a[target=_blank] span:hover:after{
	border: 1px solid #f7b52c;
}
.contents_btn01 a span{
	text-align: center;
	line-height: 1.5;
	font-size: 1.4rem;
        padding: 10px 50px;
        min-width: 160px;
}
main form .submit{
	position: relative;
	display: inline;
	padding: 10px 10px;
	padding-left: 25px;
	padding-right: 40px;
}
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 {
	position: relative;
}
main form .submit span input {
	font-family: inherit;
	font-size: 1.5rem;
	font-weight:500;
	color: #fff;
	padding: 0 !important;
	display: block !important;
	background: none;
}
main form .submit:hover span input{
	color: #f7b52c !important;
}
#fixbtn .inner > div {
	padding: 8px 15px!important;
}
input[id="form_submit"], input[type="submit"]{
	-webkit-appearance: none;
	border-radius: 0;
}
input::placeholder{
        font-size: 1.2rem;
}

/*----------------------------ヘアライン----------------------------*/

.contents_hr hr{
	width: 100%;
	height: 1px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.contents_hr2 hr{
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.13);
}

/*--------------------------------MV--------------------------------*/

#mv_outer{
	/*mvに背景とかはここを利用する*/
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
        border: none !important;
}
#mv_outer::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    background: #ffffff44;
    z-index: 10;
}
#mv_outer::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #fff;
    animation: sDown 3s ease-in-out infinite;
    z-index: 11;
}

@keyframes sDown {
  0% {
    transform: translateY(-80px);
    opacity: 0;
  }
  50%, 100% {
    transform: translateY(20px);
    opacity: 1;
  }
}

#mv{
	width: 100%;
	height: 80svh;
	min-height: 800px;
}
#mv::before{
        content: 'scroll';
        font-weight: 100;
        font-size: 1.2rem;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: fit-content;
        bottom: 110px;
        color: #fff;
        letter-spacing: 1rem;
        z-index: 10;
        animation: sText 3s ease-in-out infinite;
}
#mv::after{
	/*スライドに重ねる色*/
	background: rgba(0, 0, 0, 0.3);
	pointer-events: none;
}

@keyframes sText {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
  
}

#mv .mv_mov{
	background: #333;
}
#mv .mv_mov iframe{
	opacity: 0.7;
}
#mv .mv_text{
        text-align: center;
	align-items: center;
	width: 100%;
	left: 0!important;
	color: #fff;
	height: 80%;
	bottom: 15%;
}
#mv .mv_text>div{
	width: 95%;
	box-sizing: border-box;
	padding-top: 5px !important;
	padding-bottom: 5px;
	color: #fff;
	text-shadow: none;
	position: relative;
        font-family: serif;
}
#mv .mv_text h2{
	font-size: 60px !important;/* ←max-font-size的意味合いで使用する。動作はjs。*/
	position: relative;
	line-height: 1;
	letter-spacing: 2px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
        font-family: serif;
        padding-top: 200px;
        padding-bottom: 0;
        width: 100%;
        max-width: 800px;
}
#mv .mv_text p{
	padding-top: 0;
	font-size: 2rem;
	font-weight: 100;
}
#mv .mv_scroll{
	display: none;
}
#mv .mv_pointer{
	padding: 0 2.5%;
}
#mv .mv_pointer li:before{
	background: rgba(255,255,255,0.5);
	height: 2px;
}
#mv .mv_pointer li.current:before{
	background: rgba(255,255,255,0.9);
}
#mv .mv_arrow{
	display: none;
}
@media screen and (max-width: 100vh){
	#mv{
                min-height: 500px;
	}
}
@media screen and (max-width: 800px){
	#mv .mv_text p{
		padding-top: 0;
	}
	#mv .mv_pointer{
		/*text-align: center;*/
	}
/*
	#mv .mv_text h2 {
	font-size: 30px !important;
	}
*/
}
@media screen and (max-width: 600px){
	#mv .mv_text h2{
		line-height: 1.5;
	}
}
@media screen and (max-width: 650px) {
/*
	#mv .mv_text > div{
		width: 90%;
		padding-left: 60px;
	}
*/
	#mv .mv_text{
		bottom: 13%;
	}
/*
	#mv .mv_text p {
		display: none !important;
		font-size: 1.6rem !important;
	}
*/
	#mv .mv_text h2 {
		font-size: 4rem !important;
		line-height: 1;
                padding-top: 0;
	}
	#mv .mv_text > div::before{
		background-size: 40px;
	}
}
@media screen and (max-width: 375px){
	#mv .mv_text > div::before{
		background-size: 25px;
		background-position: top left;
	}
	#mv .mv_text > div{
		padding-left: 0px;
		padding-top: 40px !important;
	}
}
	
/*--------------------------------IV--------------------------------*/

#lv{
	background: #333;
	height: 50dvh;
	padding-bottom: 0;
	width: 100%;
}
#lv_outer{
	/*mvに背景とかはここを利用する*/
	margin-left: auto;
	margin-right: auto;
}
header.over+#lv_outer #lv{
	min-height: 300px;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #lv.parallax div {
    /* IE11 にのみ適用される */
	  margin-top: -150px;
  }
}

#lv div{
	opacity: 0.7;
	background-color: #333;
	background-image: url("/common/upload_data/tsubaki-stylejp/image/lv.jpg"); /*デフォルトLV画像*/
}
#lv p{
	left: 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	z-index: 3;
        mix-blend-mode: overlay;
}
#lv p span{
	display: inline-block;
	font-size: 3rem;
	text-align: center;
	letter-spacing: 0.2rem;
	position: relative;
	word-break: break-all;
	line-height: 1.2;
	font-weight: bold;
        width: 100%;
        color: #fff;
}
.view_gallery_archive #lv p span::before,
.view_archive #lv p span::before,
.view_gallery_detail #lv p span::before,
.view_detail #lv p span::before{
    position: absolute;
    display: block;
    color: #fff;
    left: 0;
    right: 0;
    animation: blur 2.5s 0s ease both;
    opacity: 0;
    filter: blur(10px);
    animation-delay: 1s;
}

.view_single #lv p span{
    animation: blur 2.5s 0s ease both;
    opacity: 0;
    filter: blur(10px);
    animation-delay: 1s;
}

@keyframes blur {
0% {
  opacity: 0;
  filter: blur(10px);
}
100% {
  opacity: 1;
  filter: blur(0);
}
}
/*
@media screen and (max-width:900px) {
	#lv {
		height: 240px;
	}
	}
@media screen and (max-width: 400px) {
	#lv {
		height: 240px;
	}
}
*/

/*----------------------------パンくず----------------------------*/

#pan{
	padding: 0;
}
#pan ul li{
	font-size: 1.2rem;
	padding: 5px 0 3px 30px;
}
#pan ul li a{
}
#pan ul li:before{
        content: "";
        display: block;
        height: 10px;
        width: 10px;
        transform: rotate(45deg);
        position: absolute;
        top: calc(50% - 5px);
        left: 7px;
	border-top: 1px solid rgba(0, 0, 0, 0.13);
	border-right: 1px solid rgba(0, 0, 0, 0.13);
}

/*----------------------------other parts----------------------------*/

/*--リスト--*/

.default_ul li:before{
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	height: 5px;
	width: 5px;
	transform: rotate(45deg);
	top: 8px;
	left: 0;
}

/*--アーカイブページ カテゴリー--*/

.category1{
	display: flex;
	justify-content: space-around;
	width: fit-content;
	gap: 10px;
}
.category1 li a:hover,
.category1 li a.current{
	background: #f7b52c;
	color: #fff;
	border: 1px solid #f7b52c;
}
.category1 li a{
	font-size: 1.4rem;
	padding: 10px 20px;
	border: 1px solid;
	font-weight: 600;
	margin: 0;
}

/*--sidebar--*/

#sidebar section,
#sidebar>div{
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
#sidebar h2{
	text-align: left;
	font-size: 2.2rem;
}
#sidebar .sidebar_tag li{
	background: rgba(247, 181, 44, 0.13);
}
#sidebar .sidebar_tag li a{
        font-size: 1rem !important;
}
#sidebar .sidebar_list a{
	position: relative;
	padding-left: 15px;
}
#sidebar .sidebar_list a:before{
	content: "";
	display: block;
	position: absolute;
	border-top: 1px solid #f7b52c;
	border-right: 1px solid #f7b52c;
	height: 5px;
	width: 5px;
	transform: rotate(45deg);
	top: calc(50% - 3px);
	left: 0;
}

.siidenav ul{
	border-top: 1px solid rgba(0, 0, 0, 0.13);
}
.siidenav li{
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}


/*----------------------------pager----------------------------*/

/*アーカイブページページャー*/
.pager li:not(.arrow) a:hover,
.pager li:not(.arrow).current a{
	background: #f2e1be;
}
.pager li a{
	height: 45px;
	width: 45px;
	border: 1px solid #f2e1be;
	line-height: 45px;
	font-size: 1.3rem;
	font-weight: 500;
}
.pager li.arrow a{
	background: none;
}

/*----------------------------pager2----------------------------*/

/*シングルページページャー*/
.pager2 li a{
	border: 1px solid #f2e1be;
	line-height: 45px;
	font-size: 1.3rem;
	padding: 0 15px;
	font-weight: 500;

}
.pager2 li a:hover {
	background: #f2e1be;
}

/*----------------------------popup----------------------------*/

/*画像ポップアップ拡大表示*/
.popup{
	background: rgba(255, 255, 255, 0.7);
}
.popclose{
	font-size: 5rem;
	font-weight: normal;
	color: #f7b52c;
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.13);*/
}
.popimg img{
	background: #fff;
	max-height: 90vh;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.13);
}
.poptxt{
	font-size: 1.2rem;
	background: rgba(0,0,0,0.6);
	background: rgba(255, 255, 255, 0.8);
}
.poptxt:empty{
	opacity: 0 !important;
}
.popnav li{
	background: #f7b52c;
}
.popnav li:before{
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;

}

/*----------------------------footer----------------------------*/

#fixbtn{
	margin-bottom: 30px;
	font-size: 1.55rem;
        min-height: 0 !important;
}
#fixbtn .fixbtnwrap{
	background: rgba(249, 249, 249, 0.9);
	border-top: 1px solid rgba(0, 0, 0, 0.13);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.13);
}
/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn.no .fixbtnwrap{
	background-color: transparent;
}
#fixbtn .fixbtntel,
#fixbtn .fixbtntel a,
#fixbtn .fixbtntel span{
	color: #333;
}
#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: #333;
}
#fixbtn .contents_btn01 a{
	padding-left: 15px;
	padding-right: 15px;
}
#fixbtn .contents_btn01 a:hover{
	transform: none;
}
#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 a:before,
#fixbtn .contents_btn01 a:after{
	/*background: #333;*/
	display: none;
}
#fixbtn .contents_btn01 a:hover{
	/*background: #333;*/
}
#fixbtn .contents_btn01 span{
	text-align: center;
}
/*▼ 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 #333;
	border-top: 2px solid #333;
	width: 30px;
	height: 30px;
}
#fixbtn #scrolltop a:hover:before {
	opacity: 0.5;
}
#fixbtn #scrolltop a:hover:before{
}
/*▼ 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{
                display: none;
                padding: 0;
		font-size: 2rem;

	}
	#fixbtn .fixbtntel svg{
		width: 18px;
		height: 18px;
	}

	#fixbtn .contents_btn01 a{
		padding: 0;
	}
	#fixbtn .contents_btn01 a:before{
		display: none;
	}
	#fixbtn .contents_btn01 a span{
		padding: 5px;
	}
}
footer{
	background: var(--footer-color);
	padding: 0;
	color: #fff;
	text-align: left;
	font-size: 1.35rem;
}
footer a{
	color: #fff;
}
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: #333;
	transition: 0.2s ease-in-out;
}
footer .sns a:hover svg{
	opacity: 0.7;
}
#cp{
	padding: 10px 0;
	font-size: 1.1rem;
	letter-spacing: 0.1rem;
	background: #f7b52c;
	color: #fff;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #fixbtn .fixbtntel p {
    /* IE11 にのみ適用される */
	  margin-left: 30px;
	  width: 500px;
}
}
@media screen and (max-width: 600px){
	footer{
		padding: 0 0 80px !important;
	}
}
@media screen and (max-width: 600px){
#fixbtn.scrolled .fixbtnwrap, 
#fixbtn .fixbtnwrap{
	border-bottom: none;
	box-shadow: none;
}
footer nav ul {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
footer nav ul li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	border-top: 1px solid rgba(255, 255, 255, 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(0, 0, 0, 0.08);
}
footer nav ul li:nth-last-of-type(2n) {
	border-right: 1px solid rgba(0, 0, 0, 0.08);
}
footer nav ul li:nth-last-of-type(2n+1) {
	border-left: 1px solid rgba(255, 255, 255, 0.13);
}
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-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
#fixbtn .inner > div.fixbtntel {
	padding-left: 3px !important;
}
#fixbtn .contents_btn01 a {
	padding: 0 !important;
}
#fixbtn {
	margin-bottom: 0px;
}
footer .logo {
	width: 120px;
}
#fixbtn .inner > div {
    padding: 0 !important;
}
#fixbtn .inner{
    padding: 0 !important;
}
#fixbtn .contents_btn01 a span {
    padding: 5px !important;
}	
}

/*----------------------------tooltip--------------------------------*/

.tip{
	background: #fff;
	color: #333;
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
.tip span{
	background: #fff;
}

/*------------------------------------------------------------------*/
/*----------------------------widget--------------------------------*/
/*------------------------------------------------------------------*/

/*----------------------------beforeafter_archive----------------------------*/

.beforeafter_archive .wrapper_item:after{
	width: 1px;
	height: 100%;
	left: calc(50% - 0.5px);
	top: 0;
	background: rgba(0, 0, 0, 0.13);
}
.beforeafter_archive article:nth-of-type(n+3){
	border-top: 1px solid rgba(0, 0, 0, 0.13);
}
.beforeafter_archive .before:before{
	height: 10px;
	width: 10px;
	transform: rotate(-45deg);
	border-top: 2px solid #f7b52c;
	border-left: 2px solid #f7b52c;
	top: calc(50% - 5px);
	left: calc(-10% - 3px);
}

/*----------------------------contents_faq01----------------------------*/

.contents_faq01 dt {
	padding-left: 7rem;
	margin: 10px 0;
        /*
	min-height: 35px;
        */
	width: 100%;
	padding-right: 15px;
	box-sizing: border-box;
        font-weight: 900;
}
.contents_faq01 dd {
        padding: 15px 0;
	padding-left: 7rem;
        margin: 15px 0;
	width: 100%;
	padding-right: 15px;
	box-sizing: border-box;
        background: #f2e1be;
        border-radius: 10px;
}
.contents_faq01 dt:before, .contents_faq01 dd:before {
	width: 4rem;
	height: 4rem;
	font-size: 2.6rem;
	line-height: 1.4;
	box-sizing: border-box;
	font-weight: 600;
	color: #fff;
	background: #f7b52c;
	border: 1px solid #f7b52c;
        border-radius: 50%;
	text-align: center;
        bottom: 0;
        left: 10px;
        margin: auto;
        transform: translate(0);
}
.contents_faq01 dd:before {
        background: #fff;
	color: #f7b52c;
}
@media screen and (max-width: 500px) {
.contents_faq01 dl {
	padding: 15px 0 0!important;
}
.contents_faq01 dt {
	margin-bottom: 0;
}
.contents_faq01 dd {
	margin-bottom: 0;
}
.contents_faq01 dl {
	padding: 15px 0px!important;
}
}

/*----------------------------contents_related----------------------------*/

.contents_related .inner_item{
	border: 1px solid rgba(0, 0, 0, 0.13);
}
.contents_related .inner_item a:hover{
	background: rgba(180, 180, 180, 0.13);
}
.contents_related .inner_item_img{
	background-color: #f3f3f3;
}

/*----------------------------contents_related_tags----------------------------*/

.contents_related_tags{
	margin-top: 50px;
}

.contents_related_tags .inner_item{
	border: 1px solid rgba(0, 0, 0, 0.13);
}
.contents_related_tags .inner_item a:hover{
	background: rgba(180, 180, 180, 0.13);
	opacity: 0.8;
}

/*----------------------------block_table_1----------------------------*/

.block_table_1 table thead{
	background: rgba(180, 180, 180, 0.13);
}
.block_table_1 table thead th,
.block_table_1 table thead td{
	background-color: rgba(180, 180, 180, 0.13);
}
.block_table_1 table th{
	background-color: rgba(180, 180, 180, 0.13);
	border: 1px solid rgba(0, 0, 0, 0.13);
	text-align: center;
	vertical-align: middle;
}
.block_table_1 table td{
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.13);
	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: rgba(180, 180, 180, 0.13);
}
.block_table_2 table th,
.block_table_5 table th,
.block_table_6 table th{
	background-color: rgba(180, 180, 180, 0.13);
	border: 1px solid rgba(0, 0, 0, 0.13);
	text-align: center;
	vertical-align: middle;
}
.block_table_2 table td,
.block_table_5 table td,
.block_table_6 table td{
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.13);
	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 rgba(0, 0, 0, 0.13);
	}
	.block_table_2 table th{
		border-top: 1px solid rgba(0, 0, 0, 0.13);
	}
	.block_table_2 table td{
		border-top: 1px dotted rgba(0, 0, 0, 0.13);
	}
}

/*----------------------------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: rgba(180, 180, 180, 0.13);
}
.block_table_3 table th,
.block_table_7 table th{
	background-color: rgba(180, 180, 180, 0.13);
	border: 1px solid rgba(0, 0, 0, 0.13);
	text-align: center;
	vertical-align: middle;
}
.block_table_3 table td,
.block_table_7 table td{
	/* background-color: #fff; */
	border: 1px solid rgba(0, 0, 0, 0.13);
	vertical-align: middle;
}
@media screen and (max-width: 500px){
	.block_table_3 table{
		border-bottom: 1px solid rgba(0, 0, 0, 0.13);
	}
	.block_table_3 table th{
		border-top: 1px solid rgba(0, 0, 0, 0.13);
	}
	.block_table_3 table td{
		border-top: 1px dotted rgba(0, 0, 0, 0.13);
	}
}
.block_table_3_item li{
	vertical-align: middle;
}

/*----------------------------gallery_archive / gallery_single----------------------------*/

.gallery_archive .inner_item{
background: #ffffff;
}

.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;
}

/*----------------------------widget_gallery01----------------------------*/

.widget_gallery01 .slick-arrow{
        display: none !important;
	height: 40px;
	width: 30px;
	top: calc(50% - 20px);
	left: 0;
}
.widget_gallery01 .slick-next{
	left: auto;
	right: 0;
}
.widget_gallery01 .slick-arrow:before{
	width: 15px;
	height: 15px;
	top: calc(50% - 7px);
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}

.widget_gallery01 .slick-prev:before{
	transform: rotate(-45deg);
	left: calc(50% - 4px);
}
.widget_gallery01 .slick-next:before{
	transform: rotate(135deg);
	left: calc(50% - 12px);
}

/*----------------------------gallery hover効果----------------------------*/

main .widget_gallery01 a,
main .gallery_archive .inner_item a,
main .gallery_single .inner_item a{
	overflow: hidden;
}
main .widget_gallery01 a,
main .gallery_archive .inner_item a{
}
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%;
	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{
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
        overflow: hidden !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: 80%!important;
}
#sidebar .widget_news02 li a div span i{
	background-size: 100%!important;
}

#primary{
    width: 100% !important;
}
#sidebar{
    display: none !important;
}

/*----------------------------widget_coupon----------------------------*/

.widget_coupon .content_wrapper{
	max-width: 900px !important;
}
.widget_coupon .inner_item{
	border: 5px solid rgba(0, 0, 0, 0.13);
}
.widget_coupon .inner_item h3{
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.widget_coupon .inner_item>div{
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.widget_coupon .inner_item>div,
.widget_coupon .inner_item>dl{
	font-size: 1.4rem;
	line-height: 1.7;
}
.widget_coupon .coupon_limit{
	background: rgba(0, 0, 0, 0.13);
}

/*----------------------------widget_form----------------------------*/

.widget_form .privacypolicy{
        height: auto;
        font-size: 1.2rem;
        border: 1px solid #ddd;
}
.widget_form form dl{
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
        padding: 10px 0 30px;
        display: flex;
        flex-direction: column;
}
.widget_form form dt{
        width: auto;
        font-weight: 600;
        margin: 5px 0;
}
.widget_form form dt span{
	color: #D43B3B;
	font-size: 1.2rem;
	font-weight: bold;
}
.widget_form form dd{
	display: flex;
        flex-direction: column;
}
main form dl input,
main form textarea{
	background: #f3f3f3;
	border: 1px solid transparent;
	letter-spacing: 1px;
}
main form dl input:focus,
main form textarea:focus{
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.13);
}
main form .submit input{
	letter-spacing: 3px;
	border: none;
}
main form select{
	background: #fff;
	border: 1px solid #ccc;
	letter-spacing: 1px;
}
main form input[type=radio] + label,
main form input[type=checkbox] + label{
	padding: 0 15px 0 22px;
        margin: 5px 0;
        width: fit-content;
}
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: #FFF;
}
main form input[type=radio] + label::before{
	background: #f3f3f3;
	border-radius: 30px;
}
main form input[type=checkbox] + label::before{
	background: #f3f3f3;
}
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: #f7b52c;
}
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: #f7b52c;
}

/*-.block_link_1-*/

.widget_link.block_link_1 .wrapper_item a{
	border-left: 1px solid #f7b52c;
}
.widget_link.block_link_1 .wrapper_item a:hover{
	background: rgba(180, 180, 180, 0.05);
}

/*----------------------------widget_lp01----------------------------*/

.widget_lp01 li{
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.widget_lp01 li:nth-of-type(1){
	border-top: 1px solid rgba(0, 0, 0, 0.13);
}
.widget_lp01 li a:hover{
	opacity: 0.8;
}
.widget_lp01 li a div span{
	background: #f0f0f0;
	background-size: 60% auto;
}
.widget_lp01 li p:nth-of-type(1):before{
	height: 5px;
	width: 5px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg);
	top: calc(50% - 3px);
	left: 20px;
}

/*----------------------------widget_lp02----------------------------*/

.widget_lp02 li{
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.widget_lp02 li:nth-of-type(-n+2){
	border-top: 1px solid rgba(0, 0, 0, 0.13);
}
.widget_lp02 li a div span{
	background: #f0f0f0;
}
.widget_lp02 li p:nth-of-type(1):before{
	height: 5px;
	width: 5px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg);
	top: calc(50% - 3px);
	left: 20px;
}

/*----------------------------widget_menu01----------------------------*/

.widget_menu01 h3{

	vertical-align: central;
	font-size: 1.7rem;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.widget_menu01 li{
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.widget_menu01 li:nth-of-type(1){
	border-top: 1px solid rgba(0, 0, 0, 0.13);
}
.widget_menu01 li dt:before{
	height: 5px;
	width: 5px;
	border-top: 1px solid #f7b52c;
	border-right: 1px solid #f7b52c;
	transform: rotate(45deg);
	top: calc(50% - 4px);
	left: 0;
}
.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{
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.widget_menu02 li:nth-of-type(1),
.widget_menu02 li:nth-of-type(2){
	border-top: 1px solid rgba(0, 0, 0, 0.13);
}
.widget_menu02 li dt:before{
	height: 5px;
	width: 5px;
	border-top: 1px solid #f7b52c;
	border-right: 1px solid #f7b52c;
	transform: rotate(45deg);
	top: calc(50% - 4px);
	left: 0;
}
.widget_menu02 li>p{
	font-size: 1.3rem;
	letter-spacing: 0;
}
@media screen and (max-width: 800px){
	.widget_menu02 li{
		border-bottom: 1px solid rgba(0, 0, 0, 0.13);
	}
}

/*----------------------------widget_news01----------------------------*/

.block_news_1 li{
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.block_news_1:not(.add_design3):not(.add_design4) li:nth-of-type(1),
.block_news_1.add_design2 li:nth-of-type(2),
.block_news_1.add_design6 li:nth-of-type(2){
	border-top: 1px solid rgba(0, 0, 0, 0.13);
}
.block_news_1 li p:nth-of-type(1):before{
	height: 5px;
	width: 5px;
	border-top: 1px solid #f7b52c;
	border-right: 1px solid #f7b52c;
	transform: rotate(45deg);
	top: calc(50% - 3px);
	left: 5px;
}
@media screen and (max-width: 500px){
	.block_news_1 li:nth-of-type(1){
		border-top: 1px solid rgba(0, 0, 0, 0.13);
	}
}

/*----------------------------widget_news02----------------------------*/

.block_news_2 li{
	box-shadow: 5px 5px 10px rgba(0,0,0,0.05);
	background: #fff !important;
	border: 1px solid rgba(0, 0, 0, 0.13);
}
.block_news_2 li:nth-child(2n){
	background: #f9f9f9 !important;
}
.block_news_2 li a{
	padding: 30px;
}
.block_news_2 li a:after{
	border: 0 solid #ddd;
	transition: 0.2s ease-in-out;
}
.block_news_2 li a:hover:after{
	border-width: 10px;
}
.block_news_2 li a div span{
	background: #f0f0f0;
}
.block_news_2 li p:nth-of-type(1):before,
.widget_news02 li p:nth-of-type(1):before{
	height: 5px;
	width: 5px;
	border-top: 1px solid #f7b52c;
	border-right: 1px solid #f7b52c;
	transform: rotate(45deg);
	top: calc(50% - 3px);
	left: 0;
}
#sidebar .widget_news02 li a div span{
	background-color: #f3f3f3;
}

/*----------------------------widget_shop01----------------------------*/

.widget_shop01 .wrapper_item{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.widget_shop01 .inner_item_img img{
    object-fit: cover;
    height: 100%;
    max-width: 100% !important;
}

.widget_shop01 dl{
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.widget_shop01 dl:nth-of-type(1){
	border-top: 1px solid rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 700px){
	.widget_shop01 dt{
		border-bottom: 1px dotted rgba(0, 0, 0, 0.13);
		font-weight: bold;
	}
}

/*----------------------------widget_sitemap----------------------------*/

.widget_sitemap li{
	border-bottom: 1px solid rgba(0,0,0,0.13);
}
.widget_sitemap .content_wrapper>ul{
	border-top: 1px solid rgba(0,0,0,0.13);
}
.widget_sitemap .content_wrapper>ul>li>a:before{
	background: #f7b52c;
	height: 13px;
	width: 13px;
	border-radius: 20px;
	top: calc(50% - 6.5px);
	left: 0;
}
.widget_sitemap .content_wrapper>ul>li>a:after{
	height: 4px;
	width: 4px;
	top: calc(50% - 2.5px);
	left: 3px;
	transform: rotate(45deg);
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.widget_sitemap ul ul{
	border-top: 1px dotted rgba(0,0,0,0.13);
}
.widget_sitemap ul ul li{
	border-bottom: 1px dotted rgba(0,0,0,0.13);
}
.widget_sitemap .content_wrapper>ul>li li>a:after{
	height: 4px;
	width: 4px;
	top: calc(50% - 2.5px);
	left: 3px;
	transform: rotate(45deg);
	border-top: 1px solid #f7b52c;
	border-right: 1px solid #f7b52c;
}

/*----------------------------widget_staff01----------------------------*/

.widget_staff01 .inner_item a:hover *{
	opacity: 0.8;
}
.widget_staff01 .inner_item_img{
	border: 1px solid #e9e9e9;
}
.widget_staff01 .sub{
	font-size: 1.2rem;
	font-weight: bold;
}
.widget_staff01 .contents_btn01{
	border-top: 1px solid rgba(0, 0, 0, 0.13);
}

.widget_staff01 dl,
.widget_staff01 dt{
	border-color: rgba(0, 0, 0, 0.13)!important
}

/*----------------------------widget_tel----------------------------*/

.widget_tel .inner_item_txt {
	border: 1px solid #f7b52c;
}
.widget_tel .inner_item_tel {
	border: 1px solid #f7b52c;
}
.widget_tel .inner_item_tel a, 
.widget_tel .inner_item_tel span {
	font-size: 3.6rem;
	letter-spacing: 0.1rem;
	line-height: 1.1;
	color: #fff;
	padding: 20px;
	background: #f7b52c;
}
.widget_tel .inner_item_tel a:hover {
	background: #f7b52c;
	color: #fff;
}
.widget_tel .inner_item_tel svg {
	height: 22px;
	width: 22px;
	margin: 1px 5px 0 0;
	fill: #fff;
	transition: 0.2s ease-in-out;
}
.widget_tel .inner_item_tel a:hover svg {
	fill: #fff;
}

@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 article{
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.glossary_archive article .inner_item_img:hover{
	opacity: 0.8;
}
.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;
}
.glossary_archive .content_wrapper .heading.block_header_2{
	border-bottom: 0;
}
.glossary_archive .content_wrapper .heading.block_header_2:before{
	height: calc(50% - 2.1em) !important;
}
@media screen and (max-width: 1224px){
	.glossary_archive .content_wrapper .heading.block_header_2 a:after{
	}
}
@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;
	}
	.glossary_archive .content_wrapper .heading.block_header_2::before {
    	height: 20px !important;
	}
}

/*------------------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;
	}
}

/*------------------contents_related p------------------------*/

.contents_related p{
	padding-top: 0 !important;
}

/*------------------widget_gallery01------------------------*/

.widget_gallery01.add_design3.align-left .wrapper_item .inner_item .heading.block_header_2{
	border-bottom: none;
}


.contents_btn01 a[target=_blank] span:before, .contents_btn01 a[target=_blank] span:after {
    border: 1px solid #fff;
    border: none;
}


.contents_btn01 a[target=_blank] span {
    position: relative;
    padding: 10px 50px !important;
}

@media screen and (max-width: 768px) {
header .header_contents .header_col1 .btn {
    position: relative;
    min-height: 35.2px;
    min-width: 44px;
/*    display: contents; */
}
}

@media screen and (max-width: 768px) {
header .header_contents .header_col1 .btn>a {
    position: relative;
    display: inline-block;
    padding: 8px 0;
    width: 105px;
    margin: 0 !important;
    text-align: center;
    text-decoration: none;
    font-family: inherit;
    background: #f7b52c;
    border: 1px solid #f7b52c;
    color: #fff !important;
    transition: .4s;
    letter-spacing: 0.2rem;
}
}

.contents_btn01 a[target=_blank] span:hover:before, .contents_btn01 a[target=_blank] span:hover:after {
    border: none;
}
/*------------------へっだーSNS------------------------*/
.header_contents .inner2 {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
}

header .header_contents .header_sns ul {
    display: flex;
    justify-content: flex-end;
    width: fit-content;
    max-width: 400px;
    margin: 0 0 5px 0;
}
@media screen and (max-width:900px){
header .header_contents .header_sns {
    display: none !important;
}
}

/*---スマホヘッダーSNSアイコン調整
-------------------------------------------------*/
header .burger{
        z-index: 1001;
        position: static !important;
}
header .burger li a {
	text-indent: unset;
}

header .sp_menu a div span {
	font-size: 0;
}

#fixbtn .fixbtntel {
    display: flex!important;
    flex-direction: column;
}

@media screen and (max-width: 700px) {
#fixbtn .inner>div.contents_btn01 {
    flex-direction: row;
    gap: 10px;
    flex-grow: unset;
    flex-shrink: unset;
}

#fixbtn .contents_btn01 a:nth-of-type(2):nth-last-of-type(1) {
    margin-left: 0;
}
}


/* ==========追加css========== */

.block_image_text_11 .wrapper_item{
    background-color: #fff;
}
.block_image_text_11 .inner_item_img{
    margin-bottom: 0;
}

.slick-track {
    gap:10px;
}
.gallery_single_slider{
    max-width: 100%;
}

.gallery_single {
    background-size: cover !important;
}

.block_news_1,
.block_html {
    background-size: cover !important;
}

.contents_btn_footer {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.contents_btn_footer a {
    color: #fff;
    background-color: #f7b52c;
    position: relative;
    display: inline-block;
    padding: 10px 40px;
    text-align: center;
    border: 1px solid #f7b52c;
    border-radius: 0;
    font-family: inherit;
    letter-spacing: 0.2rem;
    white-space: nowrap;
    transition: 0.3s;
    text-align: center;
}

.contents_btn_footer a:hover {
    color: #f7b52c;
    background-color: #fff;
}

.mv_text_ind{
    padding-bottom: 100px !important;
    justify-content: flex-end !important;
}

.nav_sns{
    max-width: 50px;
    display: none !important;
}
.nav_sns::after{
    content: none !important;
}
.nav_sns a{
    line-height: 3;
}
.nav_sns i{
    display: inline !important;
}

.sample .heading_design .heading.block_header_1 p,
.sample .heading_design .heading.block_header_6 .h,
.view_category_tag .heading.block_header_6 .h{
    font-size: 3rem !important;
}

@media screen and (max-width: 900px){
.contents_btn_footer a{
    padding: 10px 20px;
}
.nav_sns{
    display: none !important;
}
}

.pager ul{
    margin-top: 20px;
}
.block_text_4 .content_wrapper{
    padding: 0 2%;
    border: none;
}
.block_text_4 .heading{
    width: 100% !important;
    margin: 0 !important;
}
.block_text_4 .wrapper_item{
    margin-top: 0 !important;
    border: 1px solid #f7b52c !important;
}

@media screen and (max-width: 600px){
header .header_contents .header_col1{
    gap: 5px;
}
.contents_btn_footer {
    gap: 2px;
}
.contents_btn_footer a {
    padding: 10px 20px;
    font-size: 1.3rem;
}
#fixbtn .inner {
    justify-content: center;
    min-height: 50px;
}
.mv_text_ind{
    padding-bottom: 40px !important;
}
}

#nbp2165005\ 2165005 .content_wrapper{
    background: #f3f1ee;
}

/* ==========独自フッター用CSS========== */

.footer_logo{
    text-align: center;
    padding: 30px;
}
.footer_wrapper{
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    min-width: 920px;
    margin: 0 auto;
    padding: 30px 50px;
    position: relative;
    box-sizing: border-box;
}
.footer_nav a,
.footer_left a{
    transition: 0.4s;
}
.footer_nav a:hover,
.footer_left a:hover{
    opacity: 0.6;
}
.footer_left{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer_left p{
    text-align: center;
}
.footer_left img{
    max-width: 200px;
}
.footer_sns_btn{
    font-size: 2rem;
    display: flex;
    gap: 20px;
    padding: 20px;
}
.site-map{
    font-size: 1.4rem;
    color: #eeeeee;
    text-align: center;
    margin-top: 10px;
}
.footer_nav{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0 30px;
}
.footer_nav dl{
    margin: 0;
    white-space: nowrap;
}
.footer_nav dl dd{
    margin: 10px 0 10px 15px;
    position: relative;
    font-size: 1.4rem;
}
.footer_nav dl dd::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid;
}
.footer_nav dl dt{
    margin-top: 30px;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
}
.footer_nav dl dt:first-child{
    margin: 0;
}
.footer_right{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.footer_right .footer_btn i{
    margin-right: 10px;
}
.footer_btn,
.footer_right span{
    border-top: 1px dotted #fff;
    width: 100%;
    min-width: 200px;
    padding: 25px 0;
    text-align: center;
    line-height: 1.5rem;
    cursor: pointer;
    max-height: 65px;
    box-sizing: border-box;
    transition: all 0.3s;
}
.footer_right span{
    border-bottom: 1px dotted #fff;
    font-size: 2rem;
}
.footer_btn:hover,
.footer_right span:hover{
    background-color: #f7b52c;
    color: #fff;
}
.copy{
    position: absolute;
    bottom: 10px;
    font-size: 1rem;
    color: #aaa;
    white-space: nowrap;
}
@media screen and (max-width:1100px){
.footer_wrapper{
    flex-wrap: wrap;
    gap: 20px;
}
.footer_right{
    flex-direction: row;
    flex-basis: 100%;
    flex-wrap: wrap;
}
.footer_btn,
.footer_right span{
    border-top: none;
    border-bottom: none;
    border-left: 1px dotted #fff;
    width: 25%;
}
.footer_right span{
    border-right: 1px dotted #fff;
}
}
@media screen and (max-width:860px){
.footer_wrapper{
    flex-direction: column;
    gap: 20px;
    padding: 0 50px 50px;
    min-width: initial;
}
.footer_nav{
    margin: 0 auto;
    width: fit-content;
}
.footer_right{
    flex-direction: column;
    gap: 10px;
    font-size: 2rem;
}
.footer_btn,
.footer_right span{
    width: 100%;
}
.footer_btn{
    border-right: 1px dotted #fff;
}
}
@media screen and (max-width:550px){
.footer_nav{
    flex-direction: column;
}
}

/* ========== fixアイテム ========== */

.fix_btn_wrapper{
    position: fixed;
    bottom: 150px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    z-index: -1;
    transition: 0.2s;
    opacity: 0;
    padding: 8px 0 8px 8px;
    background: #ffffffcc;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 2px 10px #00000033;
}
.fix_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    transition-duration: .3s;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    background-color: #313945;
    padding: 20px 8px;
    box-sizing: border-box;
    writing-mode: vertical-rl;
    transition-duration: .3s;
    white-space: nowrap;
}
.fix_btn:hover{
    background-color: #f7b52c;
}
.fix_btn span{
    line-height: 0;
}
@media (max-width: 500px){
.fix_btn_wrapper{
    bottom: 0;
    left: 0;
    flex-direction: row;
    gap: 1px;
    width: 100%;
    padding: 0 46px 0 0;
    box-sizing: border-box;
    box-shadow: 0 -1px 10px #00000033;
}
.fix_btn{
    border-radius: 0;
    padding: 10px;
    writing-mode: horizontal-tb;
    height: 45px;
    flex-grow: 1;
}
.fix_btn img{
    margin-bottom: 0;
    margin-right: 5px;
}
}

.fix_top_wrapper{
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 10;
}
.fix_top{
    cursor: pointer;
    width: 45px;
    height: 45px;
    background: #333;
    color: #fff;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    box-sizing: border-box;
    transition-duration: .3s;
}
.fix_top:hover{
    background: #f7b52c !important;
}
@media(max-width: 500px){
.fix_top_wrapper{
    bottom: 0;
    right: 0;
}
} 

/* ========== 共通フッター ========== */
#nbp12969240\ 12969240 .wrapper_item{
    gap: 5px;
}
#nbp12969240\ 12969240 .inner_item{
    flex-grow: 1;
    width: calc(50% - 5px);
}
#nbp12969240\ 12969240 .inner_item_img img{
    opacity: 0.8;
}
#nbp12969240\ 12969240 .inner_item_txt{
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    color: #fff;
}
#nbp12969240\ 12969240 .inner_item_txt .heading h3.h{
    font-size: 2.8rem !important;
    margin: 0;
}
#nbp12969240\ 12969240 .common_footer_btn{
    border: 1px solid;
    font-size: 1.2rem;
    border-radius: 3px;
    padding: 10px 20px;
    width: fit-content;
    transition: 0.3s;
}
#nbp12969240\ 12969240 .inner_item:hover .common_footer_btn{
    background: #333;
    border-color: #333;
}
/* ステータスバー透過防止 */
.for-status-bars {
  position: fixed;
  top: 0;
  pointer-events: none;
  height: 5px;
  width: 100%;
  background-color: #000;
  mix-blend-mode: lighten;
}
/* タブバー透過防止 */
.for-tab-bars {
  position: fixed;
  bottom: 0;
  pointer-events: none;
  height: 4px;
  width: 100%;
  background-color: #000;
  mix-blend-mode: lighten;
}