@charset "utf-8";

/* ============================================================
カラー
============================================================ */
:root {
/*ページカラー*/
	--accent-color: #7acfdb;/*background: var(--accent-color); アクセントカラー*/
	--back-thin-color: #fff;/*background: var(--back-thin-color); 背景①*/
	--back-color: #e0f6f9;/*background: var(--back-color); 背景②*/
	--action-color: #5dbdc9;/*background: var(--action-color); ボタンカラー・リンクカラー・hover*/
/*ガシェットカラー*/
/*	--gadget-accent-color: #FF8787;background: var(--gadget-accent-color); ガシェットアクセントカラー
	--gadget-noactive-color: #F9F6F4;background: var(--gadget-noactive-color); ガシェットノーアクティブカラー
	--gadget-botton-color: #FF8787;background: var(--gadget-botton-color); ガシェットボタンカラー*/
}
.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);}
.search_kaigaiBar .serchBox.kaigaiS > ul li {
	background: var(--gadget-noactive-color);
	color: #A6ACAF;
}
.search_kaigaiBar .serchBox.kaigaiS > ul li.select {
	color: #FFF;
	background: var(--gadget-accent-color);
}
.search_kaigaiBar .serchBox.kaigaiS > ul {border-bottom: 2px solid var(--gadget-accent-color);}
.search_kaigaiBar .btnSeach01 {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	background-color: var(--gadget-botton-color);
}
.search_kaigaiBar button.btnSeach, .search_kaigaiBar p.btnSeach a {background-color: var(--gadget-botton-color);}
/*カラーここまで*/

/*PCSP共通設定*/
section:nth-of-type(odd){background:var(--back-thin-color);}
section:nth-of-type(even){background:var(--back-color);}
/*section:nth-of-type(odd) .scrollbox > ul > li {background-color:var(--back-color);}
section:nth-of-type(even) .scrollbox > ul > li {background-color:var(--back-thin-color);}*/
section:nth-of-type(odd) .scrollbox > ul > li,
section:nth-of-type(even) .scrollbox > ul > li {
	background-color:#FFF;
	border: solid 1px var(--back-color);
}
html {scroll-behavior: smooth;}/*smooth scroll*/
section img {
    width: 100%;
    height: auto;
}
main article {color:#414540;}
main a,
main a:link,
main a:visited,
main a:active {color: #414540;}

/*リンク青箇所*/
main #IDfaq a,
main #IDfaq a:link,
main #IDfaq a:visited,
main #IDfaq a:active {color: #0065d6;}

/*発地選択*/
.syutoken, .chubu, .hokuriku, .kansai, .chugoku, .kyushu {display:none;}
.disnone {display:none;}

/*borderline*/
hr.borderline {
    display: block;
    width: 100%;
    margin: 0 auto 50px;
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock {
	overflow-x: scroll;
	overflow-y: hidden;
	margin: 2px;
}
#dirPathBlock p {width: max-content;}
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1%;
}
#dirPathBlock p,
#anchorLinkBlock a {font-size: 10px;}
h1 {
	font-size: 10px;
	margin: 0 1%;
}
h2.items {
	background: #111;
	color: #FFF;
	margin: 0 auto 25px;
	padding: 5px 25px !important;
	font-size: 16px !important;
	width: fit-content;
	font-weight: bold;
	position: relative;
}
h2.items::before, h2.items::after {
	content: "";
	display: block;
	width: 100px;
	height: 1px;
	background: #111;
	position: absolute;
	top: 49%;
	left: -80px;
}
h2.items::after {
	right: -80px;
	left: unset;
}
h2.headline {
    margin-bottom: 20px;
    padding: 30px 0 0;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    position: relative;
	color: #111;
}
.news h2.headline {padding: 0;}
h2.headline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
h2.headline span {
    display: block;
    font-size: 1rem;
}
h3 {
	font-weight: bold;
	font-size: 20px;
}
.titleH3 {
	margin: 0 0 15px;
	text-align: center;
}
h3.head_search{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 20px 0;
	padding: 0;
	font-size: 1rem;
	text-align: center;
	line-height: 1.2;
}
h3.head_search span{
	font-size: 2rem;
	color: var(--action-color);
	display: block;
	margin-bottom: 10px;
	padding-bottom: 0;
	border-bottom: 2px solid var(--action-color);
}
.inner{
	width: 96%;
	margin: 0 2%;
	padding: 24px 0;
	box-sizing: border-box;
	font-size: 14px;
}

/* ------------------------------------------
title
------------------------------------------ */
#title{
    position: relative;
    width:100%;
    height:60vh;
    overflow: hidden;
    text-align: center;
    background-size: cover;
    background-image: url(../images/bg_mv_sp.jpg);
    background-position: center center;
}
#title .inner{
    position: relative;
    width: 100%;
    height:100%;
    margin: 0;
    padding:0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#title #title_mv img{
    width: calc(100% - 200px);
    min-width: 200px;
    min-width: 220px;
}
#title #title_menu {
	width: 90%;
	position: absolute;
	bottom: 25px;
	display: flex;
}
#title #title_menu li {
    width: 45%;
    margin: 0 auto 3%;
    background: #fff;
    box-shadow: 1px 1px 2px #ccc, 3px 3px 5px #ccc;
    font-size: 16px;
    border-radius: 5px;
    position: relative;
}
#title #title_menu li a{
	width: 100%;
	display: block;
	padding: 8px 0;
	font-weight: bold;
	position: relative;
	color: #333;
}
#title #title_menu li:first-child a span,
#title #title_menu li:last-child a span {
	transform: scale(0.70, 1.5);
	font-size: 15px;
	color:var(--action-color);
}
#title #title_menu li:first-child a span {
	position: absolute;
	left: 10px;
}
#title #title_menu li:last-child a span {
	position: absolute;
	right: 10px;
}
/*閲覧中*/
#title #title_menu li.now-browsing {
	pointer-events: none;
	background: var(--back-color);
}
#title #title_menu li.now-browsing a span {
	transform: rotate(-90deg) scale(0.70, 1.5);
	top: 25%;
	color: #FFF;
}

/* ------------------------------------------
nav
------------------------------------------ */
nav.summer_vNav.commonNav {background: var(--accent-color);}
.fixNav {
	position: fixed;
	top: 5px;
	width: 100%;
	z-index: 998;
}
nav.summer_vNav.commonNav .inner {
    width: 100%;
    margin: 0;
    padding: 5px;
}
nav.summer_vNav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1%;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0 0 2px #888;
}
nav.summer_vNav ul li {width: calc(97% / 4);}
nav.summer_vNav ul li a {
    font-size: 0.75rem;
    display: block;
    position: relative;
    margin: 8px 0 18px 0;
    background: #fff;
    border-right: 1px solid #ddd;
    font-weight: bold;
    text-align: center;
}
nav.summer_vNav ul li a::after {
    content: '';
    position: absolute;
    left: 48%;
    bottom: -8px;
    width: 6px;
    height: 6px;
    border-top: 2px solid var(--action-color);
    border-right: 2px solid var(--action-color);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.selectbox {
    display: inline-flex;
    align-items: center;
    position: relative;
    width: 100%;
}
.selectbox::after {
    position: absolute;
    right: 5px;
    width: 13px;
    height: 7px;
    background-color: var(--action-color);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}
.selectbox select {
    appearance: none;
	min-width: 100%;
	padding: 10px 0 12px 10px;
	background-color: #fff;
	color: #333;
	font-size: 0.75rem;
	cursor: pointer;
	border-radius: 5px;
	font-weight: bold;
}

/* ------------------------------------------
	news
------------------------------------------ */
.news {position: relative;}
.news .inner {padding-bottom: 50px;}
.list_news {overflow: hidden;}
.list_news li{
    padding: 10px 20px 10px 5px;
    border-bottom:1px dotted #ccc;
    position: relative;
    display: flex;
}
.list_news li:last-child{border-bottom: none;}
.list_news a{
	width:100%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	/*font-size: 14px;*/
}
.list_news a:hover{color:var(--action-color) !important;}
.list_news li .icon {
	background: var(--action-color);
	color: #FFF;
	margin-right: 10px;
	padding: 2px 10px;
	display: inline-block;
	height: 24px;
	box-sizing: border-box;
}
.list_news a::before,
.list_news a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: -18px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.list_news a:before{
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	background: var(--action-color);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.list_news a:after{
	right: -12px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*banner*/
.recommend_bnr li {
	width: fit-content;
	margin: auto;
}

/* ------------------------------------------
calendar
------------------------------------------ */
.bnz {
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	line-height: 1;
	font-weight: normal;
}
.bnz::before, .bnz::after {
    width: 1px;
    height: 28px;
    content: "";
    background-color: #414540;
}
.bnz::before {
    margin-right: 0.7em;
    transform: rotate(-30deg);
}
.bnz::after {
    margin-left: 0.7em;
    transform: rotate(30deg);
}

.IDsearch ol.month_btn {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 10px 0 30px;
	border-bottom: solid 1px #5dbdc9;
}
.IDsearch ol.month_btn li {
	position: relative;
	bottom: -1px;
    width: 30%;
    text-align: center;
	background: #FFF;
	border-radius: 10px 10px 0 0;
}
.IDsearch ol.month_btn p {
	display: block;
	padding: 2px 24px;
	border: solid 1px #5dbdc9;
	border-radius: 10px 10px 0 0;
	font-size: 16px;
	font-weight: bold;
}
.IDsearch ol.month_btn p.on,
.IDsearch ol.month_btn p:hover {
	background: #5dbdc9;
	color: #fff!important;
}
.IDsearch ol.month_btn p span {font-size: 26px;}

ol.month_tab {
	max-width: 0;
	max-height: 0;
	visibility: hidden;
	opacity: 0;
	/*transition: opacity .2s ease-in;*/
}
ol.month_tab.on {
	max-width: 100%;
	max-height: 100%;
	visibility: visible;
	opacity: 1;
}
ol.month_tab {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ol.month_tab.mouseOnLink li {
	position: relative;
    cursor: pointer;
}
ol.month_tab > li {
    width: calc(100% / 4 - 10px);
    margin-bottom: 10px;
    border-radius: 10px;
    background: #FFF;
    border: solid 1px var(--action-color);
}
ol.month_tab.mouseOnLink li:hover > a{
	background: var(--action-color);
	color: #fff;
	border-radius: 8px;
}
ol.month_tab > li a {
    display: flex;
    justify-content: center;
    padding: 12px 0;
    font-size: clamp(14px, 1.54vw, 19.2px);
    line-height: 1;
}
ol.month_tab > li a span.month {font-weight: bold;}
ol.month_tab > li a span.weekday,
ol.month_tab > li a span.holiday {
	flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 5px;
    width: 20px;
    height: 20px;
    margin-left: 2px;
    color: #fff;
    background: #888;
    border-radius: 50%;
}
ol.month_tab.mouseOnLink li:hover a span.weekday,
ol.month_tab.mouseOnLink li:hover a span.holiday{
    background: #fff;
    color: var(--action-color);
}
ol.month_tab > li a span.holiday {background: #ed676a;}
ol.month_tab.mouseOnLink li > a {
	pointer-events: none;
    transition: 0.2s;
}
ol.month_tab > li a span.day {
    margin-left: -2px;
    font-size: 180%;
    font-weight: bold;
    letter-spacing: -0.04em;
}
ol.month_tab.mouseOnLink li ul {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 4;
	padding: 10px 20px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.7);
	visibility: hidden;
	opacity: 0;
	transition: all .2s ease-in;
    display: block;
    width: 15em;
}
ol.month_tab.mouseOnLink li:hover ul {
	width: calc(200% + 1.75em);
	visibility: visible;
	opacity: 1;
    z-index: 4;
    display: block;
    margin-top: 5px;
}
ol.month_tab.mouseOnLink li:hover ul li {
    width: 100%;
    margin-bottom: 10px;
}
ol.month_tab.mouseOnLink li:hover ul li:last-child {margin-bottom: 0;}
ol.month_tab.mouseOnLink li ul a,
ol.month_tab.mouseOnLink li:hover ul a {
	display: block;
	padding: 6px 2em 6px 0;
	font-size: 14px;
	line-height: 1;
	border: none;
	border-radius: 0;
    background: rgba(0, 0, 0, 0);
	position: relative;
	white-space: nowrap;
	color: #fff;
    pointer-events: auto;
}
ol.month_tab.mouseOnLink li:hover ul a:hover {
    background: rgba(0, 0, 0, 0);
	color: var(--action-color);
}
ol.month_tab.mouseOnLink li:hover ul::before {
	content: '';
	position: absolute;
	top: -9px;
	left: calc(50% - 6px);
	background: rgba(0, 0, 0, 0.7);
	height: calc(tan(60deg) * 12px / 2);
	width: 12px;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
ol.month_tab.mouseOnLink li:hover ul a::after {
	content: '';
	position: absolute;
	top: 0.6em;
	right: -10px;
	width: 7px;
	height: 7px;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	transform: rotate(135deg);
}
ol.month_tab.mouseOnLink li:hover ul a:hover::after {
	border-top: solid 2px var(--action-color);
	border-left: solid 2px var(--action-color);
}
ol.month_tab.mouseOnLink li ul {
    width: calc(200% + 1.75em);
    left: 0;
	transform: translateX(0);
}
ol.month_tab.mouseOnLink li:hover ul {
    width: calc(200% + 1.75em);
}
ol.month_tab.mouseOnLink li:hover ul::before {
	left: 15%;
}
ol.month_tab.mouseOnLink li:nth-child(4n + 1) ul {
    left: 68%;
	transform: translateX(-50px);
}
ol.month_tab.mouseOnLink li:nth-child(4n + 3) ul {
	transform: translateX(-100px);
}
ol.month_tab.mouseOnLink li:nth-child(4n + 3):hover ul::before {
    left: 70%;
}
ol.month_tab.mouseOnLink li:nth-child(4n + 4) ul {
    left: auto;
    right: -62%;
	transform: translateX(-50px);
}
ol.month_tab.mouseOnLink li:nth-child(4n + 4):hover ul::before {
    left: auto;
    right: 15%;
}

/* ------------------------------------------
rankBox
------------------------------------------ */
.rankBox{position: relative;}
.rankBox .rankNo{
	display: flex;
	align-items: center;
	line-height: 1.3;
}
.kaigai_rankingbox .rankBox .rankNo {height: 90px;}
.rankBox .rankNo .no{
	font-size: 18px;
	color: var(--action-color);
	border-bottom: solid 1px var(--action-color);
}
.rankBox .rankNo .number {
	font-size: 42px;
	color: var(--action-color);
	letter-spacing: -5px;
}
.rankBox h3 {
	position: absolute;
	top:-10px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	text-align: center;
	line-height: 1.2;
}
.rankBox h3 .area_rank{
	font-size: 20px;
	font-weight: bold;
}
.rankBox h3 .read_rank{
	font-size: 12px;
	color: #999;
}
.name_rank{
    font-weight: bold;
	font-size: 15px;
    max-width: 520px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
	padding: 10px 0 10px 0;
}
.osusume_place{
	text-align: right;
	margin: 0 0 15px;
	font-size: 12px;
}
.txt_rank {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:6;
	height: 102px;
    /*text-align: justify;*/
	font-size: 14px;
	line-height: 1.231;
	word-break: break-all;
}
.img_rank {
	margin: 0px auto 15px;
	text-align: center;
}
.img_rank2 {
	margin: 0px auto 15px;
    text-align: center;
}
.img_rank2 img{
	width: 100%;
	max-width: 520px;
}
.txt_price {
    width: 100%;
    padding: 0.25rem;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: -0.005rem;
	line-height: 1;
}
.txt_price strong {
    font-weight: bold;
    color: #c22a39;
	font-size: 19px;
}
.txt_price small {font-size: 0.75rem;}
.planlist_rank{
	margin: 0 auto;
	width: calc(100% - 5px);
	max-width: 520px;
}
.planlist_rank .btn a{
	width: 100%;
	margin: 10px auto;
	box-sizing: border-box;
}
.planlist_rank .btn.noplan{display:none;}
.link_area a{
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 10px auto 0 auto;
	width: calc(100% - 40px);
	max-width: 520px;
	padding:5px 2em 20px 0;
	font-size: 14px;
}
.link_area a::after {
	content: '';
	position: absolute;
	top:10px;
	right:12px;
	width: 6px;
	height: 6px;
	border-top: 2px solid var(--action-color);
	border-right: 2px solid var(--action-color);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* ------------------------------------------
	keyword
------------------------------------------ */
#keyword {position: relative;}
#keyword .inner {padding-bottom: 75px;}
.list_keyword{
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    gap:10px;
    overflow: hidden;
}
.list_keyword li a{
    display: block;
    padding: 10px 15px;
    border-radius: 100vh;
    border:solid 1px var(--action-color);
    background: #fff;
}
.list_keyword li a:hover{
    border:solid 1px var(--action-color);
    background: var(--action-color);
    color: #fff !important;
}
/*more*/
.list_news li.list_news_more,
.list_keyword li.list_keyword_more {height: 0;}
.list_news li.open.list_news_more,
.list_keyword li.open.list_keyword_more {height: 100%;}
.list_news li.open.list_news_more {
    padding: 0;
    display: block;
    box-sizing: border-box;
}
.list_news li.list_news_more ul,
.list_keyword li.list_keyword_more ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
#news_more-btn {
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
	cursor: pointer;
}
#kw_more-btn {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    padding-top: 25px;
    text-align: center;
    font-weight: bold;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(224, 246, 249, 1) 50%);
    cursor: pointer;
}

/* ------------------------------------------
area
------------------------------------------ */
ul.area {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4vw;
}
ul.area li {width: calc(50% - 2vw);}
ul.area a {
	width: 100%;
	font-size: 14px;
}

/* ------------------------------------------
faq
------------------------------------------ */
.accordion {background-color: #fff;}
.accordion:not([open]) {margin-bottom: 2px;}
.accordion summary {
    display: flex;
    align-items: center;
    position: relative;
    padding:1em 4em 1em 1em;
	background: var(--action-color);
	color: #111;
    cursor: pointer;
}
.accordion summary::-webkit-details-marker {display: none;}
.accordion summary::before {
	content: 'Q';
	color: #111;
	font-size: 20px;
	margin-right: 20px;
}
.accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #111;
    border-right: 3px solid #111;
    content: '';
    transition: transform .3s;
    position: absolute;
    right:2em;
}
.accordion[open] summary::after {transform: rotate(225deg);}
.accordion div {
	display: flex;
	align-items: center;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1.4em 1em ;
    color: #414540;
    transition: transform .5s, opacity .5s;
}
.accordion div::before {
	content: 'A';
	color: var(--accent-color);
	font-size: 20px;
	margin-right: 20px;
}
.accordion[open] div {
    transform: none;
    opacity: 1;
}

/*------------------------------
contact
------------------------------*/
#contact p.txt {
	width: 72%;
    font-size: 16px;
    margin: 0 auto 35px;
    background: #20208c;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    position: relative;
}
#contact p.txt:after {
	content: "";
    position: absolute;
    top: 98%;
    left: 50%;
    margin-left: -10px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 15px solid #20208c;
}
#contact .contactWrap a{
	display: flex;
	padding: 15px 5px;
}
#contact .contactWrap li {
    width: 90%;
	background: #FFF;
	border: 1px solid #7acfdb;
    border-radius: 10px;
    margin: 0 auto 15px;
}
#contact .contactWrap img{width: 64px;}
#contact .contactWrap p{
	display: grid;
    align-items: center;
    color: #222;
    font-size: 14px;
    font-weight: bold;
}
#contact .contactWrap p small{font-weight: normal;}

/*------------------------------
under_menu
------------------------------*/
.under_menu ul {
	display: flex;
	flex-wrap: wrap;
	margin: 25px 0;
}
.under_menu ul li {
	width: calc(100% / 3 - 1px);
	margin-bottom: 10px;
	text-align: center;
	border-right: 1px dashed #333;
}
.under_menu ul li:first-child,
.under_menu.nk_menu ul li:first-child {
    width: 100%;
    border-right: none; 
}
.under_menu ul li:nth-of-type(4) {border-right: none; }
.under_menu.nk_menu ul {width: 100%;}
.under_menu.nk_menu ul li {width: calc(100% / 2 - 1px);}
.under_menu ul li:last-child {border-right: none;}

/*------------------------------
scroll item
------------------------------*/
.scrollbox_wraper {
	margin-bottom: 25px;
	position: relative;
}
.scrollbox_wraper .scroll_left_btn,
.scrollbox_wraper .scroll_right_btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: calc(50% - 32px);
    display: block;
    z-index: 1;
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0px 0px 6px #888;
}
.scrollbox_wraper .scroll_left_btn {left: 0;}
.scrollbox_wraper .scroll_right_btn {right: 0;}
.scrollbox_wraper .scroll_left_btn:after,
.scrollbox_wraper .scroll_right_btn:after,
.scrollbox_wraper .scroll_left_btn:before,
.scrollbox_wraper .scroll_right_btn:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
}
.scrollbox_wraper .scroll_left_btn:after {
	position: absolute;
	top: 16px;
	left: 11px;
    border-left: 2px solid;
    border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top;
}
.scrollbox_wraper .scroll_right_btn:after {
	position: absolute;
	top: 16px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top;
}
.scrollbox_wraper .scroll_left_btn:before {
	position: absolute;
	top: 7px;
	left: 11px;
    border-left: 2px solid;
    border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom;
}
.scrollbox_wraper .scroll_right_btn:before {
	position: absolute;
	top: 7px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom;
}
.scrollbox_wraper .scroll_left_btn.non_scloll,
.scrollbox_wraper .scroll_right_btn.non_scloll {
	transition: 0.1s;
	display:none!important;
}
.scrollbox_wraper .scrollbox {overflow-x: scroll!important;}
.scrollbox_wraper .scrollbox > ul {
    width: fit-content !important;
    display: flex !important;
    margin: 0 auto 15px !important;
	padding: 0 calc(calc(100% - calc(1040px / 4)) / 2);
}
.scrollbox_wraper .scrollbox > ul > li.sliderBox {
	width: calc(1038px / 4) !important;
	margin: 0 5px !important;
	padding: 15px;
	box-sizing: border-box;
}
.scrollbox_wraper .scrollbox > ul > li h3 {
	display: grid;
	flex-direction: column;
	text-align: center;
	line-height: 1.2;
	padding: 10px 0;
	align-items: center;
	/*word-break: keep-all;*/
}
.scrollbox_wraper .scrollbox > ul > li .txt {font-size: 14px;}
.scrollbox_wraper .scrollbox::-webkit-scrollbar {height: 5px!important;}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-track {
	margin: 0 5px !important;
	background: #eee !important;
	border-radius: 5px !important;
}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-thumb {
	border-radius: 5px !important;
	background: #999 !important;
}

}

/*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:1080px;
	min-width:760px;
	margin: auto;
}
#dirPathBlock,
h1,
.iframe_end-content_gadget{max-width:1080px;}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	display: block;
	font-size: 12px;
}
#anchorLinkBlock {margin: 1% auto;}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
    margin: 0 auto 5px;
}
h2.items {
	background: #111;
	color: #FFF;
	margin: 0 auto 50px !important;
	padding: 8px 50px !important;
	font-size: 20px !important;
	width: fit-content;
	font-weight: bold;
	letter-spacing: 5px;
	position: relative;
}
h2.items::before, h2.items::after {
	content: "";
	display: block;
	width: 100px;
	height: 1px;
	background: #111;
	position: absolute;
	top: 49%;
	left: -80px;
}
h2.items::after {
	right: -80px;
	left: unset;
}
h2.headline {
    margin-bottom: 20px;
    padding: 30px 25px 0;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    position: relative;
	color: #111;
}
.news h2.headline {padding: 0 25px;}
h2.headline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
h2.headline span {
    display: block;
    font-size: 20px;
}
h3 {
	font-weight: bold;
	font-size: 20px;
}
.titleH3 {
	margin: 0 0 15px;
	font-size: 22px;
	text-align: center;
}
h3.head_search{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 20px auto;
	padding: 0;
	text-align: center;
}
h3.head_search span{
	margin-bottom: 15px;
	padding: 0;
	font-size: 38px;
	color: var(--action-color);
	border-bottom: 2px solid var(--action-color);
}
.inner{
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: 0 auto;
	padding:50px 0;
	display: block;
	font-size: 16px;
}

/* ------------------------------------------
title
------------------------------------------ */
#title{
    position: relative;
    width:100%;
    height:500px;
    overflow: hidden;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/bg_mv_pc.jpg);
}
#title .inner{
    position: relative;
    width: 96%;
    height:500px;
    max-width:1080px;
    background: 0;
    margin: 0 auto;
    padding:0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}
#title #title_mv img{
    width: 235px;
    min-width: 280px;
}
#title #title_menu {
	width: 440px;
	display: flex;
	position: absolute;
	bottom: 50px;
}
#title #title_menu li {
	width: 200px;
	margin: 0 10px;
	background: #fff;
	box-shadow: 1px 1px 2px #ccc, 3px 3px 5px #ccc;
	font-size: 18px;
	border-radius: 5px;
	position: relative;
	transition: 0.2s;
}
#title #title_menu li:hover {
	background: var(--action-color);
	opacity: 1;
	scale: 1.05;
}
#title #title_menu li a{
	width: 100%;
	display: block;
	padding: 10px 0;
	font-weight: bold;
	position: relative;
	color: #333;
}
#title #title_menu li:hover a{color: #FFF;}
#title #title_menu li:first-child a span,
#title #title_menu li:last-child a span {
	transform: scale(0.75, 1.6);
	font-size: 15px;
	color:var(--action-color);
}
#title #title_menu li:hover a span{color: #FFF;}
#title #title_menu li:first-child a span {
	position: absolute;
	left: 10px;
}
#title #title_menu li:last-child a span {
	position: absolute;
	right: 10px;
}
/*閲覧中*/
#title #title_menu li.now-browsing {
	pointer-events: none;
	background: var(--back-color);
}
#title #title_menu li.now-browsing a span {
	transform: rotate(-90deg) scale(0.70, 1.5);
	top: 26%;
	left:12px;
	color: #FFF;
}

/* ------------------------------------------
nav
------------------------------------------ */
nav.summer_vNav.commonNav {background: var(--accent-color);}
.fixNav {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 998;
}
nav.summer_vNav.commonNav .inner {
    width: 100%;
    padding: 10px 0;
}
nav.summer_vNav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1%;
    background: #FFF;
    border-radius: 5px;
}
nav.summer_vNav ul li {width: calc(97% / 4);}
nav.summer_vNav ul li a {
    font-size: 16px;
    display: block;
    position: relative;
    margin: 15px 0;
    background: #fff;
    border-right: 1px solid var(--accent-color);
    font-weight: bold;
    text-align: center;
}
nav.summer_vNav ul li a::after {
    content: '';
    position: absolute;
    left: 48%;
    bottom: -8px;
    width: 6px;
    height: 6px;
    border-top: 2px solid var(--action-color);
    border-right: 2px solid var(--action-color);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.selectbox {
    display: inline-flex;
    align-items: center;
    position: relative;
}
.selectbox::after {
    position: absolute;
    right: 15px;
    width: 13px;
    height: 7px;
    background-color: var(--action-color);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}
.selectbox select {
	appearance: none;
	min-width: 230px;
	padding: 15px 0;
	background-color: #fff;
	color: #333;
	font-size: 16px;
	cursor: pointer;
    font-weight: bold;
	text-align: center;
}

/* ------------------------------------------
	news
------------------------------------------ */
.news {position: relative;}
.news .inner {padding-bottom: 100px;}
.list_news {overflow: hidden;}
.list_news li{
    padding: 10px 20px 10px 5px;
    border-bottom:1px dotted #ccc;
    position: relative;
    display: flex;
}
.list_news li:last-child{border-bottom: none;}
.list_news a{
	width:100%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	/*font-size: 14px;*/
}
.list_news a:hover{color:var(--action-color) !important;}
.list_news li .icon {
	background: var(--action-color);
	color: #FFF;
	margin-right: 10px;
	padding: 2px 10px;
	display: inline-block;
	height: 24px;
	box-sizing: border-box;
}
.list_news a::before,
.list_news a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: -18px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.list_news a:before{
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	background: var(--action-color);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.list_news a:after{
	right: -12px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*banner*/
.recommend_bnr li {
	width: fit-content;
	margin: auto;
}
.recommend_bnr li img {
	width: 640px;
	height: 120px;
}

/* ------------------------------------------
calendar
------------------------------------------ */
.bnz {
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	line-height: 1;
	font-weight: normal;
}
.bnz::before, .bnz::after {
    width: 1px;
    height: 28px;
    content: "";
    background-color: #414540;
}
.bnz::before {
    margin-right: 0.7em;
    transform: rotate(-30deg);
}
.bnz::after {
    margin-left: 0.7em;
    transform: rotate(30deg);
}

.IDsearch ol.month_btn {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 10px 0 30px;
	border-bottom: solid 1px #5dbdc9;
}
.IDsearch ol.month_btn li {
	position: relative;
	bottom: -1px;
    width: 30%;
    text-align: center;
	background: #FFF;
	border-radius: 10px 10px 0 0;
}
.IDsearch ol.month_btn p {
	display: block;
	padding: 2px 24px;
	border: solid 1px #5dbdc9;
	border-radius: 10px 10px 0 0;
	font-size: 16px;
	font-weight: bold;
}
.IDsearch ol.month_btn p.on,
.IDsearch ol.month_btn p:hover {
	background: #5dbdc9;
	color: #fff!important;
}
.IDsearch ol.month_btn p span {
	font-size: 36px;
	font-weight: bold;
}

ol.month_tab {
	max-width: 0;
	max-height: 0;
	visibility: hidden;
	opacity: 0;
	/*transition: opacity .2s ease-in;*/
}
ol.month_tab.on {
	max-width: 100%;
	max-height: 100%;
	visibility: visible;
	opacity: 1;
}
ol.month_tab {
	width: 1000px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}
ol.month_tab.mouseOnLink li {
	position: relative;
    cursor: pointer;
}
ol.month_tab > li {
    width: calc(100% / 6 - 10px);
    margin-bottom: 10px;
    border-radius: 10px;
    background: #FFF;
    border: solid 1px var(--action-color);
}
ol.month_tab.mouseOnLink li:hover > a{
	background: var(--action-color);
	color: #fff;
	border-radius: 8px;
}
ol.month_tab > li a {
    display: flex;
    justify-content: center;
    padding: 12px 0;
    font-size: 18px;
    font-size: clamp(12px, 1.54vw, 19.2px);
    line-height: 1;
}
ol.month_tab > li a span.month {font-weight: bold;}
ol.month_tab > li a span.weekday,
ol.month_tab > li a span.holiday {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 7px;
    width: 20px;
    height: 20px;
    margin-left: 2px;
    font-size: 70%;
    color: #fff;
    background: #888;
    border-radius: 50%;
}
ol.month_tab.mouseOnLink li:hover a span.weekday,
ol.month_tab.mouseOnLink li:hover a span.holiday{
    background: #fff;
    color: var(--action-color);
}
ol.month_tab > li a span.holiday {background: #ed676a;}
ol.month_tab.mouseOnLink li > a {
	pointer-events: none;
    transition: 0.2s;
}
ol.month_tab > li a span.day {
    margin-left: -2px;
    font-size: 180%;
    font-weight: bold;
    letter-spacing: -0.04em;
}
ol.month_tab.mouseOnLink li ul {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 4;
	padding: 10px 20px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.7);
	visibility: hidden;
	opacity: 0;
	transition: all .2s ease-in;
    display: block;
    width: 15em;
}
ol.month_tab.mouseOnLink li:hover ul {
	visibility: visible;
	opacity: 1;
    z-index: 4;
    display: block;
    width: 15em;
    margin-top: 5px;
}
ol.month_tab.mouseOnLink li:hover ul li {
    width: 100%;
    margin-bottom: 10px;
}
ol.month_tab.mouseOnLink li:hover ul li:last-child {margin-bottom: 0;}
ol.month_tab.mouseOnLink li ul a,
ol.month_tab.mouseOnLink li:hover ul a {
	display: block;
	padding: 6px 2em 6px 0;
	font-size: 16px;
	line-height: 1;
	border: none;
	border-radius: 0;
    background: rgba(0, 0, 0, 0);
	position: relative;
	white-space: nowrap;
	color: #fff;
    pointer-events: auto;
}
ol.month_tab.mouseOnLink li:hover ul a:hover {
    background: rgba(0, 0, 0, 0);
	color: var(--action-color);
}
ol.month_tab.mouseOnLink li:hover ul::before {
	content: '';
	position: absolute;
	top: -9px;
	left: calc(50% - 6px);
	background: rgba(0, 0, 0, 0.7);
	height: calc(tan(60deg) * 12px / 2);
	width: 12px;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
ol.month_tab.mouseOnLink li:hover ul a::after {
	content: '';
	position: absolute;
	top: 0.6em;
	right: 0;
	width: 7px;
	height: 7px;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	transform: rotate(135deg);
}
ol.month_tab.mouseOnLink li:hover ul a:hover::after {
	border-top: solid 2px var(--action-color);
	border-left: solid 2px var(--action-color);
}

/* ------------------------------------------
rankBox
------------------------------------------ */
.rankBox{
    font-size: 14px;
	position: relative;
}
.rankBox .rankNo{
	display: flex;
	align-items: center;
	line-height: 1.3;
}
.kaigai_rankingbox .rankBox .rankNo {height: 90px;}
.rankBox .rankNo .no{
	font-size: 18px;
	color: var(--action-color);
	border-bottom: solid 1px var(--action-color);
}
.rankBox .rankNo .number {
	font-size: 42px;
	color: var(--action-color);
	letter-spacing: -5px;
}
.rankBox h3 {
	position: absolute;
	top:-10px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	text-align: center;
	line-height: 1.2;
}
.rankBox h3 .area_rank{
	font-size: 20px;
	font-weight: bold;
}
.rankBox h3 .read_rank{
	font-size: 12px;
	color: #999;
}
.name_rank{
    font-weight: bold;
	font-size: 15px;
    max-width: 520px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
	padding: 10px 0 10px 0;
}
.osusume_place{
	text-align: right;
	margin-bottom: 10px;
	font-size: 12px;
}
.img_rank2 {
	margin: 0px auto 15px;
    text-align: center;
}
.img_rank {
	margin: 0px auto 15px;
	text-align: center;
}
.img_rank img{
	width: 100%;
	max-width: 520px;
}
.txt_rank {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:6;
	height: 102px;
    /*text-align: justify;*/
	font-size: 14px;
	word-break: break-all;
}
.txt_price {
	padding: 10px 0;
	font-size: 1.25rem;
	text-align: center;
	letter-spacing: -0.005rem;
	line-height: 1;
}
.txt_price strong {
    font-weight: bold;
    color: #c22a39;
	font-size: 19px;
}
.txt_price small {font-size: 0.75rem;}
.planlist_rank{
	margin: 0 auto;
	width: calc(100% - 5px);
	max-width: 520px;
}
.planlist_rank .btn a{
	width: 100%;
	margin: 10px auto;
	box-sizing: border-box;
}
.planlist_rank .btn.noplan{display:none;}
.link_area a{
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 10px auto 0 auto;
	width: calc(100% - 40px);
	max-width: 520px;
	padding:5px 2em 20px 0;
	font-size: 14px;
}
.link_area a::after {
	content: '';
	position: absolute;
	top:10px;
	right:12px;
	width: 6px;
	height: 6px;
	border-top: 2px solid var(--action-color);
	border-right: 2px solid var(--action-color);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* ------------------------------------------
keyword
------------------------------------------ */
#keyword {position: relative;}
#keyword .inner {padding-bottom: 100px;}
.list_keyword{
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    gap:10px;
    overflow: hidden;
}
.list_keyword li a{
    display: block;
    padding: 10px 15px;
    border-radius: 100vh;
    border:solid 1px var(--action-color);
    background: #fff;
	font-size: 0.9em;
}
.list_keyword li a:hover{
    border:solid 1px var(--action-color);
    background: var(--action-color);
    color: #fff !important;
}

/*more*/
.list_news li.list_news_more,
.list_keyword li.list_keyword_more {height: 0;}
.list_news li.open.list_news_more,
.list_keyword li.open.list_keyword_more {height: 100%;}
.list_news li.open.list_news_more {
    padding: 0;
    display: block;
    box-sizing: border-box;
}
.list_keyword li.list_keyword_more ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
#news_more-btn {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    padding-top: 25px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    transition: bottom 0.2s;
}
#kw_more-btn {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    padding-top: 25px;
    text-align: center;
    font-weight: bold;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(224, 246, 249, 1) 50%);
    cursor: pointer;
    transition: bottom 0.2s;
}

/* ------------------------------------------
area
------------------------------------------ */
ul.area {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
ul.area.verCenter {justify-content: center;}
ul.area li {width: calc((100% - 30px)/4);}

/* ------------------------------------------
gadget 970
------------------------------------------ */
#plansearch .inner{
	width: 100%;
	max-width:970px;
	min-width:760px;
}

/* ------------------------------------------
faq
------------------------------------------ */
.accordion {
    max-width:1080px;
    background-color: #fff;
}
.accordion:not([open]) {margin-bottom: 2px;}
.accordion summary {
	display: flex;
	align-items: center;
	position: relative;
	padding: 15px 2em;
	background: var(--action-color);
	color: #111;
	cursor: pointer;
}
.accordion summary::-webkit-details-marker {display: none;}
.accordion summary::before {
	content: 'Q';
	color: #111;
	font-size: 28px;
	margin-right: 25px;
}
.accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #111;
    border-right: 3px solid #111;
    content: '';
    transition: transform .3s;
    position: absolute;
    right:2em;
}
.accordion[open] summary::after {transform: rotate(225deg);}
.accordion div {
	display: flex;
	align-items: center;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 2em 2em 2em 2em;
    color: #414540;
    transition: transform .5s, opacity .5s;
}
.accordion div::before {
	content: 'A';
	color: #111;
	font-size: 28px;
	margin-right: 25px;
}
.accordion[open] div {
    transform: none;
    opacity: 1;
}

/*------------------------------
contact
------------------------------*/
/* contact */
#contact p.txt {
	width: 500px;
    font-size: 18px;
    margin: 0 auto 25px;
    background: #20208c;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
	position:relative;
}
#contact p.txt:after {
	content: "";
    position: absolute;
    top: 98%;
    left: 50%;
    margin-left: -10px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 15px solid #20208c;
}
#contact .contactWrap,
#contact .contactWrap a{
	display: flex;
	padding: 15px 5px;
}
#contact .contactWrap li{
	width: calc(94% / 3);
	background: #FFF;
	border: 1px solid #7acfdb;
    border-radius: 10px;
    margin: 0 1%;
}
#contact .contactWrap img{width: 80px;}
#contact .contactWrap p{
	display: grid;
    align-items: center;
    color: #222;
    font-size: 16px;
    font-weight: bold;
}
#contact .contactWrap p small{font-weight: normal;}

/*------------------------------
under_menu
------------------------------*/
.under_menu ul {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 80px;
}
.under_menu ul li {
    width: calc(100% / 7);
    border-right: 1px dashed #333;
    text-align: center;
}
.under_menu ul li:last-child {border-right: none;}
.under_menu.nk_menu ul {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}
.under_menu.nk_menu ul li {width: calc(100% / 3);}

/*------------------------------
scroll item
------------------------------*/
.scrollbox_wraper {
	margin-bottom: 50px;
	position: relative;
}
.scrollbox_wraper .scroll_left_btn,
.scrollbox_wraper .scroll_right_btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: calc(50% - 32px);
    display: block;
    z-index: 1;
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0px 0px 6px #888;
}
.scrollbox_wraper .scroll_left_btn {left: -40px;}
.scrollbox_wraper .scroll_right_btn {right: -40px;}
.scrollbox_wraper .scroll_left_btn:after,
.scrollbox_wraper .scroll_right_btn:after,
.scrollbox_wraper .scroll_left_btn:before,
.scrollbox_wraper .scroll_right_btn:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
}
.scrollbox_wraper .scroll_left_btn:after {
	position: absolute;
	top: 16px;
	left: 11px;
    border-left: 2px solid;
    border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top;
}
.scrollbox_wraper .scroll_right_btn:after {
	position: absolute;
	top: 16px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top;
}
.scrollbox_wraper .scroll_left_btn:before {
	position: absolute;
	top: 7px;
	left: 11px;
    border-left: 2px solid;
    border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom;
}
.scrollbox_wraper .scroll_right_btn:before {
	position: absolute;
	top: 7px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom;
}
.scrollbox_wraper .scroll_left_btn.non_scloll,
.scrollbox_wraper .scroll_right_btn.non_scloll {
	transition: 0.1s;
	display:none!important;
}
.scrollbox_wraper .scrollbox {overflow-x: scroll!important;}
.scrollbox_wraper .scrollbox > ul {
    width: fit-content !important;
    display: flex !important;
    margin: 0 auto 15px !important;
}
.scrollbox_wraper .scrollbox > ul > li.sliderBox {
	width: calc(1038px / 4) !important;
	margin: 0 5px !important;
	padding: 15px;
	box-sizing: border-box;
}
.scrollbox_wraper .scrollbox > ul > li h3 {
	display: grid;
	flex-direction: column;
	text-align: center;
	line-height: 1.2;
	padding: 10px 0;
	align-items: center;
	/*word-break: keep-all;*/
}
.scrollbox_wraper .scrollbox > ul > li .txt {font-size: 14px;}
.scrollbox_wraper .scrollbox::-webkit-scrollbar {height: 5px!important;}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-track {
	margin: 0 5px !important;
	background: #eee !important;
	border-radius: 5px !important;
}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-thumb {
	border-radius: 5px !important;
	background: #999 !important;
}
@media (min-width: 760px) and (max-width: 900px){
	/*------------------------------
	for Tablet
	------------------------------*/
	.scrollbox_wraper .scrollbox {
		overflow-x: scroll!important;
		padding: 0;
	}
	.scrollbox_wraper .scrollbox > ul > li {
		width: 270px !important;
	    margin: 0 5px;
		background: #fff;
	}
	.scrollbox_wraper .scrollbox::-webkit-scrollbar {height: 5px!important;}
	.scrollbox_wraper .scrollbox::-webkit-scrollbar-track {
		margin: 0 5px!important;
		background: #eee!important;
		border-radius: 5px!important;
	}
	.scrollbox_wraper .scrollbox::-webkit-scrollbar-thumb {
		border-radius: 5px!important;
		background: #999!important;
	}
}

/*スクロールなし*/
.scrollbox_wraper.pc_no_slider {
	margin-bottom: 15px;
	position: relative;
}
.scrollbox_wraper.pc_no_slider .scroll_left_btn,
.scrollbox_wraper.pc_no_slider .scroll_right_btn,
.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.pc_no_slider .scrollbox > ul{flex-wrap: wrap;}
.scrollbox_wraper.pc_no_slider .scrollbox > ul li{margin-bottom: 10px !important;}
}

/* ------------------------------------------
PCSP共通
------------------------------------------ */
/*h2 アイコン*/
#IDranking h2.headline::before{
    width: 20px;
    height: 24px;
    background: url("../images/ico_ranking.png") no-repeat;
    background-size: 20px;
}
.IDlocation h2.headline::before,
#kokunai_osusume_plan h2.headline::before{
    width: 16px;
    height: 25px;
    background: url("../images/ico_location.png") no-repeat;
    background-size: 16px;
}
#keyword h2.headline::before,
.IDsearch h2.headline::before,
#plansearch h2.headline::before{
    width: 24px;
    height: 24px;
    background: url("../images/ico_search.png") no-repeat;
    background-size: 26px;
}
#IDfaq h2.headline::before,
#contact h2.headline::before{
    width: 26px;
    height: 24px;
    background: url("../images/ico_faq.png") no-repeat;
    background-size: 26px;
}
#tripaBOX h2.headline::before{
    width: 27px;
    height: 21px;
    background: url("../images/ico_book.png") no-repeat;
    background-size: 27px;
}

/* ------------------------------------------
area
------------------------------------------ */
ul.area a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 1;
	padding-left: 1.5em;
	color: #FFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.50);
	border-radius: 6px;
	background-size: 102% auto !important;
	background-position: center center !important;
	box-sizing: border-box;
}
ul.area a.a01 {background: url(../images/area/pb-pixta89890706.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}/*札幌*/
ul.area a.a02 {background: url(../images/area/pb-pixta81312001.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}/*函館*/
ul.area a.a03 {background: url(../images/area/pb-pixta68229064.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}/*仙台*/
ul.area a.a04 {background: url(../images/area/pb-pixta54119087.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}/*東京*/
ul.area a.a05 {background: url(../images/area/pb-pixta48268823.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}/*横浜*/
ul.area a.a06 {background: url(../images/area/pb-pixta66943611.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}/*名古屋*/
ul.area a.a07 {background: url(../images/area/pb-pixta90413223.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}/*金沢*/
ul.area a.a08 {background: url(../images/area/pb-pixta70571544.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}/*京都*/
ul.area a.a09 {background: url(../images/area/pb-pixta98391217.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}/*大阪*/
ul.area a.a10 {background: url(../images/area/pb-pixta81896174.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}/*広島*/
ul.area a.a11 {background: url(../images/area/pb-pixta78790816.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}/*博多*/
ul.area a.a12 {background: url(../images/area/pb-pixta75444691.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}/*那覇*/
ul.area a.k01 {background: url(../images/area/area_k01.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
ul.area a.k02 {background: url(../images/area/area_k02.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
ul.area a.k03 {background: url(../images/area/area_k03.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
ul.area a.k04 {background: url(../images/area/area_k04.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
ul.area a.k05 {background: url(../images/area/area_k05.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
ul.area a.k06 {background: url(../images/area/area_k06.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
ul.area a.k07 {background: url(../images/area/area_k07.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
ul.area a.k08 {background: url(../images/area/area_k08.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
ul.area a.k09 {background: url(../images/area/area_k09.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
ul.area a.k10 {background: url(../images/area/area_k10.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
ul.area a.k11 {background: url(../images/area/area_k11.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
ul.area a.k12 {background: url(../images/area/area_k12.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
ul.area a.k13 {background: url(../images/area/area_k13.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
ul.area a.k14 {background: url(../images/area/area_k14.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
ul.area a.k15 {background: url(../images/area/area_k15.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}

/*------------------------------
tripa
------------------------------*/
#tripaBOX h3 {
    font-size: 16px;
    text-align: left;
    /*word-break: break-all;*/
}
#tripaBOX .published{
	font-size: 0.8em;
	color: #ed676a;
	text-align: right;
	padding: 5px 0;
}
#tripaBOX .link_rowbox a{
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 10px auto 0 auto;
	max-width: 320px;
	padding:5px 2em 15px 0;
}
#tripaBOX .link_rowbox a::after {
	content: '';
	position: absolute;
	top:10px;
	right:12px;
	width: 6px;
	height: 6px;
	border-top: 2px solid var(--action-color);
	border-right: 2px solid var(--action-color);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* gadget tab */
#switching_tab_menu {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
#switching_tab_menu li {
	position: relative;
	margin: 0 8px;
	padding: 12px 0;
	flex: 1;
	order: -1;
	border-radius: 10px;
	background: var(--gadget-noactive-color);
	transition: .5s;
	cursor: pointer;
	text-align: center;
	line-height: 1.2;
	font-size: 18px;
}
#switching_tab_menu li.select {
	background: var(--gadget-accent-color);
	color: #fff;
}
#switching_tab_menu li.select::after,
#switching_tab_menu li:hover::after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
    position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: var(--gadget-accent-color);
	border-width: 14px;
	margin-left: -14px;
}
#switching_tab_menu li:hover {
	background: var(--gadget-accent-color);
	color: #fff;
}
.tab_wrap .disnone {display:none;}

/*プランコメント*/
p.comment_txt {
    font-size: 12px;
    margin: -2% 0 5%;
}

/*btn(白)*/
.btn a {
	width: 80%;
	margin-top: 10px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #fff;
	padding: 15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #414540;
	margin: 25px auto;
	transition: 0.2s;
	font-size:14px;
}
.sliderBox .btn a {padding: 10px;}
.btn a::after {
	position: absolute;
	right: 15px;
	content: '';
	width: 6px;
	height: 6px;
	border-top: 2px solid var(--action-color);
	border-right: 2px solid var(--action-color);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn a[href^="#"]::after{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
/*btn(色アリ)*/
.important-btn a {
	width: 80%;
    margin-top: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: var(--action-color);
    padding: 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px var(--action-color);
    margin: 25px auto;
    transition: 0.2s;
    color: #FFF !important;
    font-size:16px;
}
.important-btn a::after {
	position: absolute;
	right: 15px;
	content: '';
	width: 6px;
	height: 6px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn a[href^="#"]::after,
.important-btn a[href^="#"]::after{
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}