@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	共通css

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* ================================================================================

	Google Fonts FOUT対策

================================================================================ */

html {
	opacity: 0;
	transition-property: opacity;
	transition-duration: 0.3s;
	transition-timing-function: ease-in;
	transition-delay: 0s;
}
html.wf-active {
	opacity: 1;
}

/* ================================================================================

	文字タグの調整

================================================================================ */

#wrapper p{
	line-height: 2.25em;
	font-weight: 300;
}


/* ================================================================================

	サイトスタイル

================================================================================ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	position: relative;
	color: #2E2E2E;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	word-wrap: break-word;
	font-family: 'Noto Serif JP', serif;
    }
	
	

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	body {
		-moz-text-size-adjust: none;
		-ms-text-size-adjust: none;
		-webkit-text-size-adjust: none;
		text-size-adjust: none;
	}

	/* Elementor：フレックスアイテムを単一行に配置 */
	.elementor-row {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	body {
		-moz-text-size-adjust: none;
		-ms-text-size-adjust: none;
		-webkit-text-size-adjust: 100%;
		text-size-adjust: 100%;
	}
}


#wrapper {
	position: relative;
	max-width: none;
	/* max-width: 1920px; 固定幅レイアウト時 */
	width: 100%;
	margin: 0 auto;
	min-height: 100vh;
	display: block;
	overflow: hidden;
}

h1{
	margin: 0;
	font-weight: 300;
}
h2, h3, h4 {
	margin: 0;
	font-weight: 700;
}

img {
	vertical-align: bottom;
	image-rendering: -webkit-optimize-contrast;
}
/* Safariハック */
_:lang(x)+_:-webkit-full-screen-document, img {
	image-rendering: auto;
}

li,dt,dd {
	vertical-align: top;
}

iframe {
	vertical-align: bottom;
}


/* リンク：透過アクション付 */
a {
	color: #ff0000;
	opacity: 1;
	transition-property: opacity,color,background-color,filter;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}
a:hover {
	opacity: 0.6;
}





/* ================================================================================

	404.php

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.not-found {
		position: relative;
		width: 1000px;
		margin: 0 auto;
	}
}





/* ================================================================================

	display:none

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* SP改行消し */
	.br-pc {
		display: none;
	}
	/* SPコンテンツ消し */
	.pc_none {
		display: none;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* PC改行消し */
	.br-sp {
		display: none;
	}
	/* PCコンテンツ消し */
	.sp_none {
		display: none;
	}

}





/* ================================================================================

	pointer-events: none;

================================================================================ */

/* FAX */
.fax_num {
	pointer-events: none;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	.pointer-events {
		pointer-events: none;
	}

}





/* ================================================================================

	フロート回り込み解除 clearfix

================================================================================ */

.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
	content: "";
	overflow: hidden;
	float: none;
}
.clearfix {
	display: block; /* for IE8 */
}





/* ================================================================================

	エディター共通設定

================================================================================ */

p + * {
	margin-top: 1.5em;
}
p:not(:first-child) {
	margin-top: 1.5em;
}

strong,b {
	font-weight: 700;
}
big {
	font-size: larger;
}
small {
	font-size: smaller;
}
em {
	font-style: italic;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	body {
		font-size: 3.5vw;
	}

	/* youtube siteorigin */
	.youtube-player {
		width: 100%;
		height: 36.5vw;
		margin-top: 4vw;
	}

	/* エディターで画像の下に隙間ができるの解除 */
	img + br {
		display: none;
	}
}


/* ================================================================================

	SP余白

================================================================================ */

@media (max-width: 767px) {
	.section{
		padding-left: 4.6vw;
		padding-right: 4.6vw;
	}
}

/* ================================================================================

	SECTION 1000px幅

================================================================================ */
@media (min-width: 768px) {
	.subContainer.elementor-section .elementor-container{
		max-width: 1000px;

	}
}

/* ================================================================================

	SECTION 1000px幅の カラムの余白

================================================================================ */
@media (min-width: 768px) {
	.flex_mrs.elementor-section .elementor-container,.flex_mrl .elementor-container,.flex_mrm .elementor-container{
		max-width: 1000px !important;
	}
	
	.flex_mrs.elementor-section .elementor-container .elementor-column{
		width: calc((100% - 3.05%) / 2) !important;
	}
	
	.flex_mrs.elementor-section .elementor-container .elementor-column:first-of-type{
		margin-right: 3.05%;
	}	
	
	.flex_mrl.elementor-section .elementor-container .elementor-column{
		width: calc((100% - 11.4345%) / 2) !important;
	}
	
	.flex_mrl.elementor-section .elementor-container .elementor-column:first-of-type{
		margin-right: 11.4345%;
	}	
	
	.flex_mrm.elementor-section .elementor-container .elementor-column{
		width: calc((100% - 2.9%) / 2) !important;
	}
	
	.flex_mrm.elementor-section .elementor-container .elementor-column:first-of-type{
		margin-right:2.9%;
	}
}

/* ================================================================================

	ヘッダー

================================================================================ */

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {

	header.bs_header {
		position: relative;
	}


	/* ロゴ
	----------------------------------------------- */
	.h_logo {
		position: absolute;
		top:3.2vw;
		left:4.45vw;
		z-index: 10;
	}
	
	.h_logo #siteTitle {
		font-size: 0.73vw;
		color: #FFFFFF;
	}
	
	/* 連絡先
	----------------------------------------------- */
	.contact_space {
		display: flex;
		/*align-items: center;*/
		position: absolute;
		z-index: 10;
		top:3.9vw;
		right:3vw;
	}
	
	.contact_space .contact_space_tel{
		text-align: center;
		margin-right: 1.83vw;
		margin-top: -0.1em;
	}
	
	.contact_space .contact_space_tel a {
		font-size: 1.5623vw;
		line-height: 1em;
		font-weight: 300;
		letter-spacing: .015em;
	}
	
	#wrapper .contact_space .contact_space_tel p {
		font-size: 0.7291667vw;
		margin-top: 0;
		letter-spacing: .2em;
		line-height: 1.4em;
	}
	
	.contact_space .contact_space_tel a,.contact_space .contact_space_tel p{
		color: #FFFFFF;
	}
	
	.contact_space .contact_space_reserve a{
		width: 8.99166667vw;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1px solid #FFFFFF;
		color: #FFFFFF;
		font-size: 0.9375vw;
		padding: 0.232em 0.5em 0.222em 0;
		min-width: 172.64px;
		letter-spacing: .05em;
	}
	
	.contact_space .contact_space_reserve a::before{
		content: url("../img/line-w.png");
		display: block;
		margin-right: 7%;
		transform: translateY(9%);
	}


	/* H1
	----------------------------------------------- */
	.sp_h1 {
		display: none;
	}
	.pc_h1 {
		position: absolute;
		top: 8px;
		right: 8px;
		text-align: right;
		/*
		left: 8px;
		text-align: left;
		*/
		z-index: 1;
	}
	.pc_h1 h1 {
		font-size: 13px;
		line-height: 1;
		color: inherit;
	}


	/* グローバルナビゲーション
	----------------------------------------------- */
	.navi_pc {
		background-color:rgba(20,46,85,.41);
		width: 100%;
		position: absolute;
		left:0;
		bottom: 0;
	}
	.navi_pc ul {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 5.6vw;
		width: 70%;
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
	.navi_pc  ul > li {
		display: block;
		font-size: 16px;
		margin-top: 0.2em;
		/*margin-left: 4.218575vw;
		margin-right: 4.218575vw;*/
	}


	.navi_pc  ul > li > button {
		background: transparent;
		border: none;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		margin: 0;
		padding: 0;
		font-size: 100%;
		vertical-align: baseline;
		text-decoration: none;
	}
	
	
	.navi_pc  ul > li > a{
		font-family: 'EB Garamond', serif;
		letter-spacing: .1em;	
	}
	
	
	.navi_pc  ul > li > a,
	.navi_pc  ul > li > button {
		display: block;
		font-size: 0.9375vw;
		color: rgba(255,255,255,1.00);
	}


	/* ドロップメニュー
	----------------------------------------------- */
	#dropmenu > ul > li > ul {
		list-style: none;
		position: absolute;
		z-index: 99999;
		top: 100%;
		left: -4px;
		margin:0;
		padding: 0;
		overflow: hidden;
		transition: 0.3s ease-in-out;
	}
	#dropmenu > ul > li > ul > li {
		overflow: hidden;
		font-size: 15px;
		width: 15em;
		height: 0;
		border-bottom: 1px solid #cccccc;
		transition: 0.3s ease-in-out;
		opacity: 0;
	}
	#dropmenu > ul > li:hover > ul {
		overflow: visible;
		padding-top: 10px;
	}
	#dropmenu > ul > li:hover > ul > li {
		overflow: visible;
		opacity: 1;
		height: 100%;
	}
	#dropmenu > ul > li > ul > li > a {
		display: block;
		background-color: #888888;
		color: #ffffff;
		padding: 0.8em 1em;
		text-align: left;
		font-weight: 700;
		border-bottom: none;
	}
	#dropmenu > ul > li > ul > li > a:hover {
		opacity: 1;
		background-color: #aaaaaa;
	}

}


/* 1366対策
------------------------------------------- */
@media (max-width: 1366px) {
	.h_logo #siteTitle {
		font-size: 1.025vw;
	}
	.contact_space .contact_space_tel a {
		font-size: 2.2vw;
	}
	
	#wrapper .contact_space .contact_space_tel p {
		font-size: 1.025vw;
	}
	
	.contact_space .contact_space_reserve a{
		font-size: 1.32vw;
		margin-top: 5px;
	}
	
	.navi_pc  ul > li > a,
	.navi_pc  ul > li > button {
		font-size: 1.32vw;
	}
}



/* SP設定
------------------------------------------- */
@media (max-width: 767px) {

	header.bs_header {
		position: relative;
	}


	/* ロゴ
	----------------------------------------------- */
	.h_logo {
		position: absolute;
		top:2vw;
		left:4vw;
		z-index: 10;
	}
	
	.h_logo #siteTitle {
		display: none;
	}
	
	
	/* 連絡先
	----------------------------------------------- */
	.contact_space {
		display: none;
	}


	/* H1
	----------------------------------------------- */
	.pc_h1 {
		display: none;
	}
	.sp_h1 {
		position: relative;
		background-color: #cccccc;
		padding: 2vw;
	}
	.sp_h1 h1 {
		font-size: 3.2vw;
		line-height: 1.3;
	}


	/* グローバルナビゲーション
	------------------------------------------- */
	.navi_pc {
		display: none;
	}

}
/* SP設定
------------------------------------------- */
@media (max-width: 490px) {
	.h_logo {
		width: 40vw;
	}
	.h_logo a img{
		width: 100%;
	}

}

/* ================================================================================

	予約

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
	.reserve_title {
		text-align: center;
		color: rgba(255,255,255,1.00);
	}
	.reserve_title span{
		display: block;
		font-size: 40px;
		font-family: 'EB Garamond', serif;
		line-height: .9em;
		letter-spacing: .22em;
	}
	.reserve_title h2{
		font-size: 20px;
		font-weight: 400;
		line-height: 1.85em;
	}
	
	.reserve_title::after{
		content: url('https://www.luna-e-lumen.com/wordpress/wp-content/uploads/2023/04/reserveTitle_icon.png');
		display: block;
		margin-top: 13px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.reserve_tel{
		text-align: center;
	}
	.reserve_tel a{
		color: #FFFFFF;
		font-size: 40px;
		line-height: 1em;
	}
	
	.reserve_tel p{
		font-size: 16px;
		margin-top: 0;
		color: rgba(255,255,255,1.00);
		line-height: 1.65em !important;
	}
	
	.reserve_exp{
		text-align: center;
		margin-top: 0;
	}
	.reserve_exp p{
		line-height: 1.6em!important;
		margin-top: 0.5em;
	}
	
	#sns_area{
		margin-top: 63px;
	}
	
	.snsBanner{ 
		box-shadow: 10px 3px 31px #000E15;
	}
}

/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	.reserve_title {
		text-align: center;
		color: rgba(255,255,255,1.00);
	}
	.reserve_title span{
		display: block;
		font-size: 8vw;
		font-family: 'EB Garamond', serif;
		line-height: .9em;
		letter-spacing: .2em;
	}
	.reserve_title h2{
		font-size: 4vw;
		font-weight: 400;
	}
	
	.reserve_title::after{
		content: url('https://www.luna-e-lumen.com/wordpress/wp-content/uploads/2023/04/reserveTitle_icon.png');
		display: block;
		margin-top: 2vw;
		margin-left: auto;
		margin-right: auto;
	}
	
	.reserve_tel{
		text-align: center;
		
	}
	.reserve_tel a{
		color: #FFFFFF;
		font-size: 8vw;
		line-height: 1.2em;
	}
	
	.reserve_tel p{
		margin-top: 0;
		color: rgba(255,255,255,1.00);
	}
	
	.reserve_exp{
		text-align: center;
		margin-top: 0;
	}
	.reserve_exp p{
		line-height: 1.45em!important;
	}
	
	#sns_area{
		margin-top: 25px;
	}
	
	#sns_area .elementor-column:not(:first-of-type){
		margin-top: 30px;
	}
	.snsBanner{ 
		box-shadow: 10px 3px 31px #000E15;
	}

	
}


/* ================================================================================

	フッター

================================================================================ */

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	footer.bs_footer {
		position: relative;
		background: url("../img/site_bg.jpg") repeat top center;
	}

	.f_wrap {
		position: relative;
		width: calc( 100% - 60px );
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}


	
	/* -------------------------------------------
	 3列
	------------------------------------------- */
	.f_flex{
		display: flex;
		justify-content: space-between;
		padding-top: 85px;
		padding-bottom: 81px;
	}
	
	
	/* ロゴと店舗情報
	------------------------------------------- */	
	.f_flex .f_main .f_logo{
 
	}
	
	.f_flex .f_main .f_guide{
		margin-top: 28px;
	}
	
	.f_flex .f_main .f_guide p{
		font-size: 0.833vw;
		color: rgba(255,255,255,1.00);
		line-height: 1.6em !important;
	}
	
	.f_flex .f_main .f_guide p span{
		display: inline-block;
		width: 4em;
	}
	
	.f_flex .f_main .f_share{
		margin-top: 22px;
		display: flex;
	}
	.f_flex .f_main .f_share a:not(:last-of-type){
		margin-right: 1vw;
	}


	/* フッターリンク
	------------------------------------------- */
	.f_navi {
		
	}
	.f_navi > ul {
		font-size: 0;
		margin-top: 80px
	}

	.f_navi > ul > li:not(:first-child) {
		margin-top: 1em;
	}


	.f_navi > ul > li a {
		font-size: 1.04167vw;
		color: #FFFFFF;
		line-height: 1.75em;
	}
	
	/* 公式LINE
	------------------------------------------- */
	.f_banner > a{
		width: 249px;
	}
	
	.f_banner > a{
		display: block;
		margin-top: 84px;
	}
	
	.f_banner > a img{
		max-width: 100%;
		height: auto;
	}




	/* コピーライト */
	.f_copy {
		position: relative;
	}
	.f_copy p {
		font-size: 0.833vw;
		text-align: center;
		padding-top: 15px;
		padding-bottom: 15px;
		color: #FFFFFF;
	}
	
	.f_copy::before {
		content: "";
		position: absolute;
		border-top: 1px solid #FFFFFF;	
		width: calc(100% + 84px);
		top:0;
		left: 50%;
		transform: translate(-50% , 0)
	}

}

/* 1366対策
------------------------------------------- */
@media (max-width: 1366px) {
	/* ロゴと店舗情報
	------------------------------------------- */	

	.f_flex .f_main .f_guide p{
		font-size: 1.171vw;
	}


	/* フッターリンク
	------------------------------------------- */
	.f_navi > ul > li a {
		font-size: 1.25vw;
	}
	
	/* コピーライト */
	.f_copy p {
		font-size: 1.1vw;
		text-align: center;
		padding-top: 2vw;
		padding-bottom: 4vw;
		color: #FFFFFF;
	}
}



/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	footer.bs_footer {
		position: relative;
		background: url("../img/site_bg.jpg") repeat-y top center / cover;
	}

	.f_wrap {
		position: relative;
		padding: 16vw 8vw;
	}


	/* ロゴと店舗情報
	------------------------------------------- */	
	.f_flex .f_main .f_logo{
 
	}
	
	.f_flex .f_main .f_guide{
		margin-top: 4vw;
	}
	
	.f_flex .f_main .f_guide p{
		font-size: 3.5vw;
		color: rgba(255,255,255,1.00);
	}
	
	.f_flex .f_main .f_share{
		margin-top: 8vw;
		display: flex;
	}
	.f_flex .f_main .f_share a:not(:last-of-type){
		margin-right: 1vw;
	}
	
	.f_flex .f_banner{
		margin-top: 8vw;
		text-align: center;
	}
	
	.f_flex .f_banner a{
		display: block;
	}
	
	.f_flex .f_banner a img{
		max-width: 100%;
	}



	/* SP用フッターリンク type01 ※ボーダー下線のタイプ
	------------------------------------------- */
	.f_navi > ul {
		margin-top: 4vw;
		overflow: auto;
	}
	.f_navi > ul > li {
		float: left;
		width: 48%;
		padding: 2vw 2vw;
		border-bottom: 1px solid #FFFFFF;
	}
	.f_navi > ul > li:nth-of-type(2n-1) {
		margin-right: 2%;
	}
	.f_navi > ul > li:nth-of-type(2n) {
		margin-left: 2%;
	}
	.f_navi > ul > li > a {
		display: block;
		font-size: 3.5vw;
		text-decoration: none;
		color: #FFFFFF;
	}

	/* SP用フッターリンク type02 ※ボタンタイプ
	------------------------------------------- */
	/*
	.f_navi > ul {
		margin-top: 4vw;
		overflow: auto;
	}
	.f_navi > ul > li {
		float: left;
		width: 50%;
	}
	.f_navi > ul > li:nth-of-type(2n-1) {
		width: 50%;
		padding-right: 1px;
	}
	.f_navi > ul > li > a {
		background-color: #000000;
		color: #ffffff ;
		display: block;
		font-size: 3.5vw;
		font-weight: 700;
		text-decoration: none;
		padding:3vw 0;
		margin-bottom: 1px;
		text-align: center;
	}
	.f_navi > ul > li > a:hover {
		background-color: #222222;
	}
	*/
	/* ボタンが奇数の場合
	.f_navi > ul > li:first-child {
		width: 100%;
	}
	.f_navi > ul > li:nth-of-type(2n) {
		width: 50%;
		padding-right: 1px;
	}
	.f_navi > ul > li:nth-of-type(2n-1) {
		width: 50%;
		padding-right: 0;
	}
	*/


	/* シェアボタン */
	footer .addtoany_shortcode > div {
		text-align: center;
		display: block;
	}


	/* コピーライト */
	.f_copy {
		margin-top: 6vw;
	}
	.f_copy p {
		text-align: center;
		color: #FFFFFF;
	}

}





/* ================================================================================

	ページトップボタン

================================================================================ */

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	#page_top {
		position: fixed;
		z-index: 9996;
		bottom: 0px;
		right: 10px;
		opacity: 0;
		transition-property: opacity,bottom;
		transition-duration: 0.3s;
		transition-timing-function: ease-in-out;
		transition-delay: 0s;
	}
	/* スクロールして出現後 */
	#page_top.page_top_scroll {
		bottom: 10px;
		opacity: 1;
	}

	#page_top a {
		display: block;
		background: url(../img/pagetop.png) center top / contain no-repeat;
		width: 80px;
		height: 80px;
		text-indent: -9999px;
	}
}

/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	#page_top {
		position: fixed;
		z-index: 9996;
		bottom: 0vw;
		right: 3vw;
		opacity: 0;
		transition-property: opacity,bottom;
		transition-duration: 0.3s;
		transition-timing-function: ease-in-out;
		transition-delay: 0s;
	}
	/* スクロールして出現後 */
	#page_top.page_top_scroll {
		bottom: 3vw;
		opacity: 1;
	}

	#page_top a {
		display: block;
		background: url(../img/pagetop.png) center top / contain no-repeat;
		width: 15vw;
		height: 15vw;
		text-indent: -9999px;
	}
}





/* ================================================================================

	パンくずリスト

================================================================================ */

/* 背景色 */
#breadcrumb {
	background-color: transparent;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#breadcrumb {
		position: relative;
		max-width: none;
		width: 100%;
		padding: 16px 0;
		z-index: 1;
	}

	#breadcrumb > ul {
		max-width: 1020px;
		width: 100%;
		padding: 0 10px;
		margin: 0 auto;
		font-size: 0;
	}
	#breadcrumb > ul > li {
		display: inline-block;
		font-size: 14px;
	}
	#breadcrumb > ul > li + li:before {
		padding: 0 0.6em 0 0.7em;
		content: '>';
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#breadcrumb {
		position: relative;
		width: 100%;
		padding: 4vw 0;
		z-index: 1;
	}

	#breadcrumb > ul {
		position: relative;
		width: 100%;
		padding: 0 4vw;
		font-size: 0;
	}
	#breadcrumb > ul > li {
		display: inline-block;
		font-size: 3.5vw;
	}
	#breadcrumb > ul > li + li:before {
		padding: 0 0.6em 0 0.7em;
		content: '>';
	}
}





/* ================================================================================

	Elementor Lightbox フッター非表示

================================================================================ */
.elementor-slideshow__footer {
	display: none;
}





/* ================================================================================

	Addtoanyボタン

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.addtoany_shortcode {
		margin: 14px -4px 0;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.f_share {
		margin-top: 8vw;
		font-weight: 600;
		text-align: center;
	}
	.addtoany_shortcode {
		margin: 2vw -4px 0;
	}
}


/* 翻訳プラグインバグ対策 */
.addtoany_shortcode font {
	display: none;
}





/* ================================================================================

	共通スクロールバーデザイン

================================================================================ */

/* 新構文 ※2022現在 Firefoxのみ
------------------------------------------- */
html {
	scrollbar-color: #c1c1c1 #f1f1f1; /* サム(つまみ)カラー トラックカラー */
	scrollbar-width: thin; /* auto ブラウザ準拠  thin 狭い */
}


/* 旧構文
------------------------------------------- */
/* スクロールバーの幅 */
::-webkit-scrollbar {
	width: 8px;
}

/* スクロールバーのサム(つまみ) */
::-webkit-scrollbar-thumb {
	background-color: #c1c1c1;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #c1c1c1;
}

/* スクロールバーのトラック */
::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}


/* 幅1366px以上ディスプレイ用 スクロールバーの幅
----------------------------------------------- */
@media (min-width: 1366px) {
	html {
		scrollbar-width: auto; /* auto ブラウザ準拠  thin 狭い */
	}
	::-webkit-scrollbar {
		width: 17px;
	}
}





/* ================================================================================

	指定クラスのスクロールバーデザイン　.scrollbar

================================================================================ */

/* スクロールバーの設定 */
.scrollbar {
	overflow-y: auto;
}


/* 新構文 ※2022現在 Firefoxのみ
------------------------------------------- */
/* スクロールバーのカラー*/
.scrollbar {
	scrollbar-color: #c1c1c1 #f1f1f1; /* サム(つまみ)カラー トラックカラー */
	scrollbar-width: thin; /* auto ブラウザ準拠  thin 狭い */
}


/* 旧構文
------------------------------------------- */
/* スクロールバーの幅 */
.scrollbar::-webkit-scrollbar {
	width: 8px;
}

/* スクロールバーのサム(つまみ) */
.scrollbar::-webkit-scrollbar-thumb {
	background-color: #c1c1c1;
}
.scrollbar::-webkit-scrollbar-thumb:hover {
	background-color: #c1c1c1;
}

/* スクロールバーのトラック */
.scrollbar::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}





/* ================================================================================

	IEハック

================================================================================ */

/* IE10以上 */
@media all and (min-width: 768px) and (-ms-high-contrast: none) {
	.elementor-image a {
		display: inline !important;
	}
}