@charset "utf-8";

/*PCSP共通設定*/
section:nth-of-type(odd){background-color:#f0f0f0;}
section:nth-of-type(even){background-color:#fff;}
html {scroll-behavior: smooth;}/*smooth scroll*/
main * { font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
	margin: 0 1%;
}
/*h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom: 5px dotted #111;
	margin: 0 auto 3%;
	padding-bottom: 5px;
	width: 94%;
	clear: both;
}*/
.inner{
	width: 96%;
	margin: 0 2%;
	padding: 24px 0;
	box-sizing: border-box;
}

/*title*/
img#mainphoto {
	width: 100%;
	margin-bottom: 5%;
}
}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 14px;
    width: auto;
	max-width:970px;
	min-width:760px;
    margin: 0 auto 5px;
}
/*h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-bottom: 5px dotted #111;
	margin-bottom: 3%;
	padding-bottom: 5px;
	clear: both;
}*/
.inner{
	width: 96%;
	max-width:970px;
	min-width:760px;
	margin: 0 auto;
	padding:50px 0;
	display: block;
}

/*title*/
img#mainphoto {
	width: 100%;
	max-width:970px;
	margin:0 auto 2%;
	display:block;
}
}


main img{ border-radius: 2px; width: 100%; }

/* ナビゲーション 
----------------------------------------*/
.cp_nav { background: #e50038; }
.cp_nav .inner{ padding: 1em 0 0.5em; }

.cp_nav ul{
	flex-wrap: wrap;
    display: flex;
	justify-content: space-around;
	width: 96%;
    margin: auto;
}
.cp_nav li{
	width: 21%;	
    padding: 0;
}
.cp_nav li span{
    padding: 0.5em 0;
    color: #fff;
    font-size: 0.7rem;
    text-align: center;
    display: block;
}
.cp_nav li:hover { }	
@media screen and (min-width: 760px) {
.cp_nav .inner{ padding: 1.7em 0 1.5em; }
.cp_nav ul{ justify-content: space-between; }
.cp_nav li{
	width: 10%;
    padding: 1em;
}
.cp_nav li span{
    font-size: 0.9rem;
}
}

/* section 
---------------------------------*/
#banner,
#map,
#event,
#plan,
#link,
#dands,
#trip_a{
	color: #554236;
	font-size: 14px;
	line-height: 1.6;
}
@media screen and (min-width: 760px) {
#banner,
#map,
#event,
#plan,
#link,
#dands,
#trip_a{
	font-size: 16px;
	line-height: 2;
}
}

/* banner 
---------------------------------*/
.banner{
	margin: auto;
	width: 90%;
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
/*popular_hotels*/
#popular_hotels_section h2.ti_main {
    width: 80%;
    margin: 0 auto 3em;
}
#popular_hotels {margin-bottom:2%;}
#popular_hotels li a {
	display: block;
	padding: 10px;
	color: #333;
	position:relative;
}
#popular_hotels li a > span{
	position: absolute;
	top: 0;
	right: 0;
	background: #e50038;
	z-index: 1;
	color: #FFF;
	padding: 2px 10px;
	font-size: 14px;
	border-radius: 2px;
}
#popular_hotels li > a dl > dt {margin-bottom: 5%;}
#popular_hotels li > a dl > dt h4{
	font-size: 16px;
	margin: 15px 0;
	color: #0065d6;
}
#popular_hotels li > a dl > dd dl dt{text-align: center;}
#popular_hotels li > a dl > dd dl dt h5{
	color: red;
	font-size: 20px;
	font-weight: bold;
}
#popular_hotels li > a dl > dd dl dt h5 small{
	color: #333;
	font-size: 0.6em;
}
#popular_hotels li > a dl > dd dl dt p {font-size: 10px;}
#popular_hotels li > a dl > dd dl dd {font-size: 14px;}
p.caution_txt{
	font-size: 12px;
	text-align: right;
	margin-bottom: 5%;
}
#popular_hotels > h4 {
	font-size: 15px;
	font-weight: bold;
	margin: 15px 0 10px;
}

/*------------------------------
scrollbar
------------------------------*/
.scrollbox_wraper:not(.pc_no_slider) {
	width: 94%;
	margin: auto;
}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
/*popular_hotels*/
#popular_hotels_section h2.ti_main {
    width: 430px;
    margin: 0 auto 5em;
}
#popular_hotels {
	display: flex;
	margin-bottom:2%;
}
#popular_hotels li a {
	display: block;
	color: #333;
	position:relative;
}
#popular_hotels li a > span{
	position: absolute;
	top: 0;
	right: 0;
	background: #e50038;
	z-index: 1;
	color: #FFF;
	padding: 2px 10px;
	font-size: 14px;
	border-radius: 2px;
}
/*#popular_hotels li > a dl > dt {margin-bottom: 5%;}*/
#popular_hotels li > a dl > dt h4{
	font-size: 16px;
	margin: 15px 0;
	color: #0065d6;
}
#popular_hotels li > a dl > dd dl dt{text-align: center;}
#popular_hotels li > a dl > dd dl dt h5{
	color: red;
	font-size: 20px;
	font-weight: bold;
}
#popular_hotels li > a dl > dd dl dt h5 small{
	color: #333;
	font-size: 0.6em;
}
#popular_hotels li > a dl > dd dl dt p {font-size: 10px;}
#popular_hotels li > a dl > dd dl dd {font-size: 14px;}
p.caution_txt{
	font-size: 12px;
	text-align: right;
	margin-bottom: 5%;
}
#popular_hotels > h4 {
	font-size: 15px;
	font-weight: bold;
	margin: 15px 0 10px;
}

}

/*------------------------------
scroll contents
------------------------------*/
.scrollbox_wraper {position: relative;}
.scrollbox_wraper .scroll_left_btn:before {content: "\e5cb";}
.scrollbox_wraper .scroll_right_btn:before {content: "\e5cc";}
.scrollbox_wraper .scroll_left_btn.non_scloll,
.scrollbox_wraper .scroll_right_btn.non_scloll {background: #ccc;}
.scrollbox {
	overflow-x: scroll !important;
	margin-bottom: 2%;
}
.scrollbox > ul,
.scrollbox > div {
	width: fit-content !important;
	display: flex !important;
	margin-bottom: 15px !important;
}
@media screen and (max-width: 759.9px) {
.scrollbox_wraper .scroll_left_btn,
.scrollbox_wraper .scroll_right_btn {
	width: 28px;
	height: 28px;
	border-radius: 20px;
	background: #e50038;
	position: absolute;
	top: calc(50% - 32px);
	display: block;
	z-index: 1;
	border: none;
}
.scrollbox_wraper .scroll_left_btn {left: -2%;}
.scrollbox_wraper .scroll_right_btn {right: -2%;}
.scrollbox_wraper .scroll_left_btn:before,
.scrollbox_wraper .scroll_right_btn:before {
	display: block;
	width: 0;
	height: 0;
	width: 28px;
	height: 28px;
	font-family: "Material Symbols Rounded";
	line-height: 1;
	font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 28px;
	color: #FFF;
}
.scrollbox {padding: 0 calc((100% - 245px) / 2);}
}
@media screen and (min-width: 760px),print {
.scrollbox_wraper .scroll_left_btn,
.scrollbox_wraper .scroll_right_btn {
	width: 32px;
	height: 32px;
	border-radius: 20px;
	background: #e50038;
	position: absolute;
	top: calc(50% - 32px);
	display: block;
	z-index: 1;
	border: none;
}
.scrollbox_wraper .scroll_left_btn {left: -50px;}
.scrollbox_wraper .scroll_right_btn {right: -50px;}
.scrollbox_wraper .scroll_left_btn:before,
.scrollbox_wraper .scroll_right_btn:before {
	display: block;
	width: 0;
	height: 0;
	width: 32px;
	height: 32px;
	font-family: "Material Symbols Rounded";
	line-height: 1;
	font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 32px;
	color: #FFF;
}
.scrollbox_wraper.pc_no_slider > button,
.scrollbox_wraper.pc_no_slider .scrollbox::-webkit-scrollbar,
.scrollbox_wraper.pc_no_slider .scrollbox::-webkit-scrollbar-track,
.scrollbox_wraper.pc_no_slider .scrollbox::-webkit-scrollbar-thumb {display:none!important;}
}
.scrollbox_wraper .scrollbox li,
.scrollbox_wraper .scrollbox .kanko {
	width: calc(930px / 4);
	margin: 0 5px;
	padding: 10px;
	border: 1px solid #b5e4f8;
	background: #FFF;
	box-sizing: border-box;
	transition: 0.2s;
}
.scrollbox::-webkit-scrollbar {height: 5px!important;}
.scrollbox::-webkit-scrollbar-track {
	margin: 0 5px!important;
	background: #eee!important;
	border-radius: 5px!important;
}
.scrollbox::-webkit-scrollbar-thumb {
	border-radius: 5px!important;
	background: #999!important;
}

/* map 
---------------------------------*/
#map{ background: #079f3e; }
#map ul.col2Box{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#map ul.col2Box::before{
	position: absolute;
    content: '';
    background: url("../images/il_map_sp.png") ;
    width: 117px;
    height: 147px;
    left: 0;
	bottom: -20%;
}

#map ul.col2Box li:nth-child(odd) { width: 50%; }
#map ul.col2Box li:nth-child(even) { width: 48%; }
#map p { color: #fff; margin-top: 1em; }
#map span { display: block; color: #fff; margin-top: 1em; font-size: 0.8rem; }
@media screen and (min-width: 760px) {
#map ul.col2Box::before{
	position: absolute;
    content: '';
    background: url("../images/il_map.png") ;
    width: 225px;
    height: 284px;
    left: 3%;
	bottom: -15%;
}
#map h2.ti_map{ width: 100%; }
#map ul.col2Box{ }
#map ul.col2Box li:nth-child(odd) { width: 30%; }
#map ul.col2Box li:nth-child(even) { width: 60%; }

}

/* EVENT 
----------------------------------------*/
#event{ 
	padding: 4em 0;
}

#event h2.ti_main{
	width: 80%;
	margin: auto;
}
#event .schedule{
	margin-bottom: 5px;
	display: flex;
}
#event .schedule h4{
	background: #e50038;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 0.3em 1em 0.1em;
    border-radius: 20px;	
}
#event .schedule span{
	margin-left: 0.5em;
	padding-top: 0.2em;
	font-size: 1em;
}
#event h3.ttl{
	font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 0.5em;
}
#event ul.col3Box{
	display: block;
	margin: 3em 0 0;
}
#event ul.col3Box li{ 
	width: 92%;
    margin: 2em auto;
}
#event ul.col3Box li img{ border-radius: 8px; }
#event ul.col3Box li p{ 
	margin-top: 1em;
	font-size: 15px;
	line-height: 2;
}
@media screen and (min-width: 760px) {
	
#event h2.ti_main{
	width: 430px;
}
#event .schedule span{
	font-size: 0.9em;
}
#event h3.ttl{
	    font-size: 1.1rem;
}
#event ul.col3Box{
	display: flex;
	justify-content: space-between;
}
#event ul.col3Box li{ width: 30%; }

}


/*背景イラスト*/	
#eventarea{	position: relative; }
#gourmet{ position: relative; }
#nature { position: relative; }
#experience{ position: relative; }

#eventarea::before{
	position: absolute;
    content: '';
    background: url("../images/il_02_sp.png") ;
    width: 60px;
    height: 85px;
    top: 9%;
    right: 0%;
}
#gourmet::before{
	position: absolute;
    content: '';
    background: url("../images/il_03_sp.png") ;
    width: 100px;
    height: 55px;
    top: 9%;
    right: 0%;
}
#nature::before{
	position: absolute;
    content: '';
    background: url("../images/il_04_sp.png") ;
    width: 70px;
    height: 100px;
    top: 8%;
    right: 0%;
}
#experience::before{
	position: absolute;
    content: '';
    background: url("../images/il_05_sp.png") ;
    width: 90px;
    height: 92px;
    top: 8%;
    right: 0%;
}
@media screen and (min-width: 760px) {

#eventarea::before{
	position: absolute;
    content: '';
    background: url("../images/il_01.png") ;
    width: 224px;
    height: 35px;
	top: 20%;
    left: -20%;
}
#eventarea::after{
	position: absolute;
    content: '';
    background: url("../images/il_02.png") ;
    width: 110px;
    height: 155px;
    top: 60%;
    right: -20%;
}
#gourmet::before{
	position: absolute;
    content: '';
    background: url("../images/il_01.png") ;
    width: 224px;
    height: 35px;
	top: 25%;
    right: -20%;
}
#gourmet::after{
	position: absolute;
    content: '';
    background: url("../images/il_03.png") ;
    width: 196px;
    height: 107px;
    top: 60%;
    left: -30%;
}
#nature::before{
	position: absolute;
    content: '';
    background: url("../images/il_01.png") ;
    width: 224px;
    height: 35px;
	top: 20%;
    left: -20%;
}
#nature::after{
	position: absolute;
    content: '';
    background: url("../images/il_04.png") ;
    width: 117px;
    height: 166px;
    top: 60%;
    right: -20%;
}
#experience::before{
	position: absolute;
    content: '';
    background: url("../images/il_01.png") ;
    width: 224px;
    height: 35px;
	top: 25%;
    right: -20%;
}
#experience::after{
	position: absolute;
    content: '';
    background: url("../images/il_05.png") ;
    width: 142px;
    height: 146px;
    top: 60%;
    left: -20%;
}
}


/* プラン 
----------------------------------------*/
#plan{ 	background: #e50038; }
#plan h2.ti_plan {
    font-size: 2rem;
    letter-spacing: 3px;
    font-weight: bold;
    color: #231816;
    text-align: center;
    margin-bottom: 0.5em;
}
#plan h2.ti_plan span{ color: #fff; }
#plan p{ 
	color: #fff;
	font-size: 1rem;
	text-align: center;
	padding-top: 2rem;
}
@media screen and (min-width: 760px) {

#plan h2.ti_plan {
    font-size: 2.8rem;
    letter-spacing: 5px;
}
}

/* リンク 
----------------------------------------*/
#link{ padding: 3em 0;}
#link h2.ti_link {
	position: relative;
	font-size: 1.3rem;
    letter-spacing: 1px;
    font-weight: bold;
    color: #231816;
    text-align: center;
    margin-bottom: 2em;
}
#link h2.ti_link::before{
	position: absolute;
    content: '';
    background: url("../images/ti_link_line.png") ;
    width: 302px;
    height: 27px;
	bottom: -70%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 100;
}
#link .btnlink{ margin: 5em; }
@media screen and (min-width: 760px) {
	
#link{ padding: 3em 0 4em 0; }
#link h2.ti_link {
	font-size: 2rem;
    letter-spacing: 3px;
}
#link h2.ti_link::before{
	bottom: -65%;
	left: 50%;
}
#link .btnlink{ margin: 5em; }
}

.carbonzero{
	margin: 0 auto 4em;
    text-align: center; 
}
.carbonzero img{ 
	width: 90%;
	margin-bottom: 2em;
}
@media screen and (min-width: 760px) {
.carbonzero img{ 
	width: 70%;
}
}


/* D&S 
----------------------------------------*/
#dands{ padding: 3em 0; }
#dands h2.ti_dands{
	position: relative;
	width: 70%;
	margin: 0 auto 3em;
}
#dands h2.ti_dands::before{
	position: absolute;
    content: '';
    background: url("../images/ti_dands_line_sp.png") ;
    width: 260px;
    height: 13px;
	bottom: -35px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 100;
}
#dands h2.ti_dands::after{
	position: absolute;
    content: '';
    background: url("../images/bg_dands_sp.png") ;
    width: 49px;
    height: 182px;
    bottom: -60px;
    left: -65px;
}
#dands .copy{ text-align: left; padding-top: 3em; }
#dands .dandsBox{
	position: relative;
	border: 5px solid #e50038;
	padding: 3em 1em;
	border-radius: 15px;
	margin: 3em 0;
}
#dands .dandsBox .dsBox {
	position: absolute;
    display: inline-block;
    top: -4px;
    right: 20px;
    padding: 4px 16px;
    border-radius: 5px;
    font-size: 0.8rem;
    background: #e50038;
    color: #fff;
}
#dands .ti_dands03{
	font-size: 2rem;
	font-weight: normal;
    margin-bottom: 0.7em;
	text-align: center;
	}
#dands .ti_dands03 span{
	display: block;
    font-size: 1rem;
    margin-top: -7px;
    line-height: 1.5;
}

#dands ul.col3Box,#dands ul.col2Box{
	display: block;
}
#dands ul.col3Box li,#dands ul.col2Box li{ 
	width: 92%;
    margin: 2em auto;
}
#dands ul.col3Box li img,#dands ul.col2Box li img{
	border-radius: 8px; 
}
@media screen and (min-width: 760px) {

#dands h2.ti_dands {
	margin: 0 auto 4em;
	width: 347px;
}
#dands h2.ti_dands::before{
    background: url("../images/ti_dands_line.png") ;
    width: 386px;
    height: 18px;
	bottom: -50px;
}

#dands h2.ti_dands::after{
    background: url("../images/bg_dands.png") ;
    width: 99px;
    height: 371px;
    top: -60px;
    left: -300px;
}
#dands .copy{ text-align: center; }

#dands .dandsBox{
	border: 7px solid #e50038;
	padding: 2em;
}
#dands .dandsBox .dsBox {
    top: -4px;
    right: 20px;
    padding: 7px 16px;
    border-radius: 5px;
    line-height: 25px;
    font-size: 1rem;
}
	
#dands .ti_dands03{
	font-size: 3rem;
    margin-bottom: 0.7em;
	}
#dands .ti_dands03 span{
    font-size: 1.3rem;
    margin-top: -10px;
}

#dands ul.col3Box{
	display: flex;
	justify-content: space-between;
}
#dands ul.col3Box li{ width: 30%; }
#dands ul.col2Box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 65%;
    margin: 2em auto;
}
#dands ul.col2Box li{ width: 47%; }
#dands .dandsBox{ text-align: center; }
}
	
/* Trip+a 
----------------------------------------*/
#trip_a{
	background: #e9e4e1;
    padding: 3em 0;
}
#trip_a .tripa .c_tripa{
	display: block;
	text-align: center;
	padding-bottom: 1em;
}
#trip_a .tripa .c_tripa h2.ti_tripa{
	position: relative;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
}
#trip_a .tripa .c_tripa h2.ti_tripa:before{
	position: absolute;
    content: '';
    background: url("../images/ic_tripa_check_sp.png") ;
    width: 65px;
    height: 53px;
    left: -55px;
    bottom: 20px;
}
#trip_a ul.col_tripa {
    display: flex;
    margin: 1.5em 0 2.5em;
	padding-bottom: 1.5em;
    border-bottom: 1px dashed #554236;
}
#trip_a ul.col_tripa:last-child {
    border-bottom: none;
    margin: 0;
}
#trip_a ul.col_tripa li:nth-child(odd) { width: 30%; margin: 0 10px 0 0; }
#trip_a ul.col_tripa li:nth-child(odd) img { border-radius: 3px; }
#trip_a ul.col_tripa li:nth-child(even) { width: 60%; }
#trip_a .tripa h3.ti_tripa02{
	font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.5em;
}
#trip_a .tripa p{
	font-size: 13px;
	line-height: 1.6;
}
@media screen and (min-width: 760px) {
#trip_a .tripa .c_tripa h2.ti_tripa{
	font-size: 32px;
}
#trip_a .tripa .c_tripa h2.ti_tripa:before{
    background: url("../images/ic_tripa_check.png") ;
    width: 91px;
    height: 74px;
	left: -130px;
    bottom: -7px;
}
#trip_a ul.col_tripa {
    display: flex;
    justify-content: space-between;
    margin: 1.5em 0;
}
#trip_a ul.col_tripa li:nth-child(odd) { width: 20%; margin-bottom: 0; }
#trip_a ul.col_tripa li:nth-child(even) { width: 78%; }
#trip_a .tripa h3.ti_tripa02{ font-size: 20px; }
#trip_a .tripa p{
	font-size: 14px;
	line-height: 1.6;
}
}

/*-----ボタン-----*/
a.btnCp,a.btnCp_r {
	display: block;
	color: #fff;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	padding: 1.3em .5em;
	background: #c7c7c7;
	border-radius: 60px;
	box-sizing: border-box;
	max-width: 360px;
	margin: 0 auto;
	position: relative;
}
a.btnCp span,a.btnCp_r span {
	position: relative;
	display: block;
	transform: translate(-3px, -3px);
	transition: 0.3s;
	z-index: +1;
}
a.btnCp:after,a.btnCp_r:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: #231816;
	border-radius: 60px;
	box-sizing: border-box;
	transform: translate(-3px, -3px);
	transition: 0.3s;
}
a.btnCp_r:after {/*赤*/
	background: #e50038;
}
a.btnCp:hover span,a.btnCp_r:hover span {
  transform: translate(0, 0);
}
a.btnCp:hover:after,a.btnCp_r:hover:after {
  transform: translate(0, 0);
}
@media screen and (min-width: 760px) {
a.btnCp,a.btnCp_r {
	font-size: 1rem;
	max-width: 430px;
}
a.btnCp span,a.btnCp_r span { }
a.btnCp:after,a.btnCp_r:after { }
a.btnCp:hover span,a.btnCp_r:hover span { }
a.btnCp:hover:after,a.btnCp_r:hover:after { }
}


/*------inview.ふわっと表示-------------------------------*/

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 1s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}


@media only screen and (max-width: 759px) {
	.for_pc{ display: none; }	
}
@media only screen and (min-width: 760px) {
	.for_sp{ display: none; }
}

/* gadget
----------------------------------------*/
#gadget h2.ti_plan {
    font-size: 25px;
    letter-spacing: 3px;
    font-weight: bold;
    color: #231816;
    text-align: center;
    margin-bottom: 0.5em;
}
#gadget h2.ti_plan span{
    color: #fff;
}
@media screen and (min-width: 760px) {
#gadget h2.ti_plan {
    font-size: 28px;
    letter-spacing: 5px;
}
}

/* ↓↓gadget color↓↓ */
!:root {
	--gadget-accent-color: #383838;
	--gadget-noactive-color: #fff;
	--gadget-botton-color: #ffa41d;
}
.search_kokunaiBar .fw-top .fw-checkbox__label:before {border-color: var(--gadget-accent-color);}
.search_kokunaiBar .fw-top .fw-checkbox__input:checked + .fw-checkbox__label:before {
    background-color: var(--gadget-accent-color);
    border-color: var(--gadget-accent-color);
}
.search_kokunaiBar .fw-top .fwnta-modal-tab__list {border-bottom-color: var(--gadget-accent-color);}
.search_kokunaiBar .fw-top .fwnta-modal-tab__list > li.fw-is-active {background: var(--gadget-accent-color);}
.search_kokunaiBar .fw-top .fwnta-modal-btn-clear {
    border-color: var(--gadget-accent-color);
    color: var(--gadget-accent-color);
}
.search_kokunaiBar .fw-top .fwnta-modal-tab__list > li {background-color: var(--gadget-noactive-color);}
.search_kokunaiBar .fw-top .fw-btn-detail-01, .fw-top .fw-btn-fix-01 {background-color: var(--gadget-botton-color);}
.search_kokunaiBar .fw-top .fwnta-btn-search{background-color: var(--gadget-botton-color);}
/*↑↑gadget color↑↑*/