@charset "utf-8";

/*PCSP共通設定*/
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&display=swap');

#wrapper{
	font-family: 'BIZ UDPGothic', sans-serif;
}

section:nth-of-type(odd){background-color:#FFF;}
section:nth-of-type(even){background-color:#F0F0F0;}
html {scroll-behavior: smooth;}smooth scroll

img {
    image-rendering: -webkit-optimize-contrast;
}

a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

.textLeft {
	text-align: left;
    font-size: 123.1%;
}

.textCenter {
	text-align: center;
    font-size: 123.1%;
}

.textRight {
	text-align: right;
    font-size: 123.1%;
}

.red { 
    color: #FF0000;
}

.blue { 
    color: #0066cc;
}

strong {
    font-weight: bold;
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;letter-spacing: 0.2px;}
.spnone{display:none !important;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}

#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}

.inner {
	width: 96%;
	margin: 0 auto;
	padding: 6% 2%;
}

.titlePc {
	display: none !important;
}

.titleSp {
	width: 100%!important;
    text-align: center;
}

.titleSp img{
    width: 100%;
    vertical-align: bottom;
}

h1 {
	font-size: 12px;
	margin: 0 1%;
}

h2 img {
	text-align: center;
    width: 40%!important;
    margin: 0 30% 2%;
}

h2.reco img {
    text-align: center;
    width: 80%!important;
    margin: 0 10%;
}

h3 {
    padding: 0.5rem;
    border: 3px solid #000;
    font-size: 153.9%;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    margin-top: 5%;
    background: #FFF;
}

h4 {
  text-align: center;
  font-size: 153.9%;
  font-weight: bold;
  margin: 2% 0 0;
  line-height: 1.6;
}

h4 span {
  background: linear-gradient(transparent 60%, #ffff66 0%);
}

.attention {
	font-size: 123.1%;
    line-height: 1.5;
	width: 100%;
	margin: 2% 0;
	border: 2px #F00 solid;
	padding: 2%;
	background: #FFF;
}

.attention span {
    color: #FFFFFF;
    font-weight: bold;
    padding: 0.05rem 0.05rem 0.1rem 0.2rem;
    background: #FF0000;
}

.message {
	width: 96%;
	margin: 4% 2% 2%;
	font-size: 123.1%;
    line-height: 1.5;
	text-align: center;
	background: #fff;
    border: 2px solid #ff6699;
	padding: 4%;
	border-radius: 0.5em;
}

.message span {
    color: #FF0000;
    font-weight: bold;
}

.BnCenter {
	margin: 0 auto;
	text-align: center;
}

.BnCenter img {
	width: 80%; 
    height: auto;
}

/*◆navigation*/
.topNavi {
	width: 100%!important;
	background: #222;
	text-align: center;
}

.topNavi ul {
	text-align: center;
	margin: 0;
	overflow: hidden;
	padding: 0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.topNavi ul li {
	font-size: 116%;
	font-weight: bold;
	display: block;
	width: 49.6%;
	float: left;
	margin: 0;
    padding: 3% 0.4%;
	border-left: 1px dashed rgba(255,255,255,0.5);
	border-bottom: 1px dashed rgba(255,255,255,0.5);
	vertical-align: middle;
	color: #fff;
}

.topNavi ul li .picup {
    background: #ffe600;
    padding: 6% 26%;
}

.topNavi ul li .picup a {
    color: #222;
}
    
.topNavi ul li:nth-child(n+4) { /*4番目以降*/
	border-bottom: none;
}

.topNavi ul li:nth-child(1),
.topNavi ul li:nth-child(2),
.topNavi ul li:nth-child(4) {
	border-left: none;
}

.topNavi ul li:nth-child(1) { 
    width: 99.9%;
}

.topNavi ul li a {
    color: #fff;
}

/*◆デジタルスタンプラリー*/
.intro {
	font-size: 138.5%;
	line-height: 1.8;
    text-align: center;
}

.intro .giftcard img {
    width: 80%;
    height: auto;
    margin-bottom: 10%;
    vertical-align: bottom;
}

.intro .stampget img {
    width: 90%;
    height: auto;
    vertical-align: bottom;
}

.intro strong {
    font-weight: bold;
}

.intro .large {
	font-size: 120%;
}

.unit {
	width: 100%;
	margin: 6% 0 3%;
	font-size: 123.1%;
    line-height: 1.5;
	text-align: center;
	background: #FFF;
	padding: 4% 3%;
	border: 2px solid #EEE;
	box-shadow: 0px 0px 10px 0px rgba(10,10,10,0.1), 0px 1px 0px 0px rgba(0,0,0,0.02);
}

.unit strong {
	font-size: 110%;
    font-weight: bold;
}

/*.unit .appWrap {
    width: 690px;
    height: 190px;
    margin: 10px 50px 0;
    border: 1px solid #FFF;
}*/

.unit .appWrap .logo {
    width: 100%;
    margin-top: 2%;
}

.unit .appWrap .logo img {
	width: 50%;
	height: auto;
    vertical-align: bottom;
}

.unit .appWrap .app {
	width: 100%;
    margin-top: 7%;
}

.unit .appWrap .app img {
	width: 60%;
	height: auto;
    margin: 3% 1%;
    vertical-align: bottom;
}

/*◆対象スポット*/

/*◆tab北陸*/
.tab-hokuriku {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}

.tab-hokuriku > label {
    flex: 1 1;
    order: -1;
    position: relative;
    min-width: 33.33333%;
    padding: 4% 2%;
    background-color: #222;
    color: #FFF;
    font-weight: 600;
    font-size: 138.5%;
    text-align: center;
    cursor: pointer;
}

.tab-hokuriku > label:nth-child(1),
.tab-hokuriku > label:nth-child(3) {
	border-right: 1px solid #F0F0F0;
}

.tab-hokuriku > label:hover,
.tab-hokuriku label:has(:checked) {
    background-color: #660099;
    color: #fff;
}

.tab-hokuriku label:has(:checked)::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 9px;
    background-color: #660099;
    content: '';
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tab-hokuriku input {
    display: none;
}

.tab-hokuriku > div {
    display: none;
    width: 100%;
    padding: 4% 0;
}

.tab-hokuriku label:has(:checked) + div {
    display: block;
}

/*◆tab関西*/
.tab-kansai {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}

.tab-kansai > label {
    flex: 1 1;
    order: -1;
    position: relative;
    min-width: 25%;
    padding: 4% 2%;
    background-color: #222;
    color: #FFF;
    font-weight: 600;
    font-size: 138.5%;
    text-align: center;
    cursor: pointer;
}

.tab-kansai > label:nth-child(1),
.tab-kansai > label:nth-child(3),
.tab-kansai > label:nth-child(5) {
	border-right: 1px solid #F0F0F0;
}

.tab-kansai > label:hover,
.tab-kansai label:has(:checked) {
    background-color: #ff3399;
    color: #fff;
}

.tab-kansai label:has(:checked)::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 9px;
    background-color: #ff3399;
    content: '';
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tab-kansai input {
    display: none;
}

.tab-kansai > div {
    display: none;
    width: 100%;
    padding: 4% 0;
}

.tab-kansai label:has(:checked) + div {
    display: block;
}

/*◆tab山陽*/
.tab-sanyo {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}

.tab-sanyo > label {
    flex: 1 1;
    order: -1;
    position: relative;
    min-width: 33.33333%;
    padding: 4% 2%;
    background-color: #222;
    color: #FFF;
    font-weight: 600;
    font-size: 138.5%;
    text-align: center;
    cursor: pointer;
}

.tab-sanyo > label:nth-child(1),
.tab-sanyo > label:nth-child(3) {
	border-right: 1px solid #F0F0F0;
}

.tab-sanyo > label:hover,
.tab-sanyo label:has(:checked) {
    background-color: #0066ff;
    color: #fff;
}

.tab-sanyo label:has(:checked)::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 9px;
    background-color: #0066ff;
    content: '';
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tab-sanyo input {
    display: none;
}

.tab-sanyo > div {
    display: none;
    width: 100%;
    padding: 4% 0;
}

.tab-sanyo label:has(:checked) + div {
    display: block;
}

/*◆tab山陰*/
.tab-sanin {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}

.tab-sanin > label {
    flex: 1 1;
    order: -1;
    position: relative;
    min-width: 50%;
    padding: 4% 2%;
    background-color: #222;
    color: #FFF;
    font-weight: 600;
    font-size: 138.5%;
    text-align: center;
    cursor: pointer;
}

.tab-sanin > label:nth-child(1) {
	border-right: 1px solid #F0F0F0;
}

.tab-sanin > label:hover,
.tab-sanin label:has(:checked) {
    background-color: #04aa4f;
    color: #fff;
}

.tab-sanin label:has(:checked)::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 9px;
    background-color: #04aa4f;
    content: '';
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tab-sanin input {
    display: none;
}

.tab-sanin > div {
    display: none;
    width: 100%;
    padding: 4% 0;
}

.tab-sanin label:has(:checked) + div {
    display: block;
}

/*◆tab福岡*/
.tab-fukuoka {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}

.tab-fukuoka > label {
    flex: 1 1;
    order: -1;
    position: relative;
    min-width: 100%;
    padding: 4% 2%;
    background-color: #222;
    color: #FFF;
    font-weight: 600;
    font-size: 138.5%;
    text-align: center;
    cursor: pointer;
}

.tab-fukuoka > label:nth-child(1) {
	border-right: 1px solid #F0F0F0;
}

.tab-fukuoka > label:hover,
.tab-fukuoka label:has(:checked) {
    background-color: #ff0000;
    color: #fff;
}

.tab-fukuoka label:has(:checked)::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 9px;
    background-color: #ff0000;
    content: '';
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tab-fukuoka input {
    display: none;
}

.tab-fukuoka > div {
    display: none;
    width: 100%;
    padding: 4% 0;
}

.tab-fukuoka label:has(:checked) + div {
    display: block;
}

/*◆googlemap*/
.map {
  box-sizing: border-box;
  border: 2px solid #eaeaea;
  width: 100%;
}

.map iframe {
  aspect-ratio: 1/1;
  width: 100%;
}

/*◆カテゴリー*/
/*.groupBox {
    display: inline-block;
    border: 3px solid #CB68C4;
    border-image: linear-gradient(to right, #ff0000 0%, #cc0033 100%);
    border-image-slice: 1;
    margin: 5%;
    padding: 5%;
    background: #FFF;
}*/

.groupBox {
    display: inline-block;
    border: 3px solid #ff0000;
    margin: 3% 0;
    padding: 5%;
    background: #FFF;
    border-radius: 3%;
}

.groupBox .photo {
    width: 100%;
	text-align: center;
    font-size: 123.1%;
	line-height: 1.4;
}

.groupBox .photo img {
	width: 60%!important;
    padding-bottom: 1%;
}

.groupBox .detail {
	width: 100%;
    margin-top: 3%;
}

/*◆施設一覧*/
.item_wrap .tb_overwrap {
overflow:auto;
width: 100%;
/*height:calc(100vh/2);*/
height: 224px;
font-size: 123.1%;
}
.item_wrap .disnone {display: none;}

.cell_fix1 {
position: sticky;
top:0;
left:0;
z-index: 2;
}

.cell_fix2 {
position: sticky;
top:0;
left:0;
z-index: 1;
}

.cell_fix1::before,
.cell_fix2::before {
border-top:1px solid #999;
content:'';
height:100%;
width: 100%;
position:absolute;
top:-1px;
left:-1px;
}

.tb_pricelist {
width:120%;
table-layout: fixed;
border-collapse: collapse;
border-spacing: 0;
overflow-x: scroll;
}

.tb_pricelist th,
.tb_pricelist td {
border:1px solid #999;
padding: .5em;
vertical-align: middle;
word-break: break-all;
}

.tb_pricelist th {
background-color: #333;
color:#fff;
text-align: center;
}

.tb_pricelist td {
text-align: left;
}

.tb_pricelist th:first-child::before {
border-right:1px solid #999;
z-index: -1;
}

.tb_pricelist th:first-child {width: 20%; font-weight: bold; }
.tb_pricelist th:nth-child(2) {width: 40%; font-weight: bold;}
.tb_pricelist th:nth-child(3) {width: 40%; font-weight: bold;}

.tb_pricelist td.cell_fix2::before {
background-color: #fff;
border-top:1px solid #999;
border-right:1px solid #999;
border-left:1px solid #999;
z-index: -1;
}

/*◆参加方法*/
.entryBox {
     width: 100%;
    border: 3px solid #003399;
    margin: 4% 0;
    padding: 5%;
    background: #FFF;
}

.entryBox .leadWrap {
    width: 100%;
    border-bottom: 2px dotted #003399;
    margin-bottom: 3%;
    padding-bottom: 3%;
}

.entryBox .leadWrap .ic_step {
    width: 100%;
    text-align: center;
}

.entryBox .leadWrap .ic_step img {
	width: 20%!important;
	height: auto;
}

.entryBox .leadWrap .tx_step {
    width: 100%;
    font-size: 153.9%;
	line-height: 1.4;
    text-align: center;
    margin-top: 2%;
}

/*◆フロー*/
.flowList02,
.flowList03,
.flowList04 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.flowList02 > li {
	width: 100%;
    margin: 5% 0;
}

.flowList03 > li {
	width: 100%;
    margin-bottom: 14%;
}

.flowList04 > li {
	width: 100%;
    margin-bottom: 10%;
}

.flowList02 > li::after,
.flowList03 > li::after,
.flowList04 > li::after {
	border-style: solid;
	border-width: 20px 16px 0 16px;
	border-color: #003399 transparent transparent transparent;
	content:'';
	height: 0;
	width: 0;
	position: absolute;
    left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.flowList02 > li:last-child::after,
.flowList03 > li:last-child::after,
.flowList04 > li:last-child::after {
	border-style: none;
}

.flowList03 > li:last-child {
	margin-bottom: -5%;
}

.flowList02 > li .textTop {
	font-size: 123.1%;
	text-align: center;
    background: #D3ECFF;
    padding: 4%;
    border-radius: 10px;
    font-weight: bold;
}

.flowList02 > li .textTop:first-child {
    margin-bottom: 5%;
}

.flowList03 > li .textTop,
.flowList04 > li .textTop {
	font-size: 123.1%;
	text-align: center;
}

.flowList03 > li .flowImg,
.flowList04 > li .flowImg {
    margin: 2% 0 1%;
}

.flowList03 > li .flowImg img,
.flowList04 > li .flowImg img {
	width: 100%;
    margin: 0;
    padding: 0;
}

.flowList03 > li .textBtm,
.flowList04 > li .textBtm {
	font-size: 108%;
	text-align: center;
    margin-bottom: 6%;
}

/*◆注意事項*/
ul.guideList {
	font-size: 123.1%;
	line-height: 1.4;
	margin-top: 2%;
}

ul.guideList li {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:before {
	content: '◆';
}

ul.guideList li span {
  background: linear-gradient(transparent 60%, #ffff66 0%);
}

ul.guideList li.kome {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li.no1 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -6.5em;
    margin-left: 6.5em;
}

ul.guideList li.no1:before {
	content: '［ステップ1］';
}

ul.guideList li.no2 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -6.5em;
    margin-left: 6.5em;
}

ul.guideList li.no2:before {
	content: '［ステップ2］';
}

ul.guideList li.no3 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -6.5em;
    margin-left: 6.5em;
}

ul.guideList li.no3:before {
	content: '［ステップ3］';
}

/*◆オプション*/
.optiondetailBox img {
	text-align: center;
    width: 86%!important;
    margin: 3% 7% 2%;
}

/*◆list横並び*/
*, *:before, *:after {
	box-sizing: border-box;
}

.itemList2,
.itemList3,
.itemList4 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList2 > div,
.itemList3 > div {
	float: left;
	width: 100%;
	padding: 1%;
}

.itemList3 > div {
    /*margin-top: 3%*/
}

.itemList4 > div {
	float: left;
	width: 50%;
	padding: 1%;
}

.itemList3 > div img {
	width: 70%;
    margin: 0 15%;
}

.itemList4 > div img {
	width: 100%;
}

.itemList3 > div dd,
.itemList4 > div dd {
	font-size: 123.1%;
	text-align: left;
    margin-bottom: 2%
	/*background: #FFF;*/
}

/*◆ボタン*/
.Btn {
  color: #fff;
  width: 100%;
  margin: 15px auto 5px;
  text-align: center;
  position: relative; /* 追記 */
  font-size: 138.5%;
  line-height: 1.4;
  font-weight: bold;
  box-sizing: border-box;
}

.itemList3 > div {
  width: 100%;
}

.Btn a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 10px;
	background: #e72456;
	border-radius: 30px;
}

.Btn a:hover {
	opacity: 0.8;
}

.Btn span {
  font-size: 75%;
  font-weight: normal;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 100%;
  margin: 15px auto 5px;
  text-align: center;
  background: #666;
  border-radius: 30px;
  padding: 10px;
  position: relative; /* 追記 */
  font-size: 138.5%;
  font-weight: bold;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
	
}





/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.4;letter-spacing: 1.8px;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}
	
.pcnone{
    display: none !important;
	}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 10px auto;
	display: block;
	font-size: 12px;
}

#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}

.inner {
	width: 950px;
	margin: 0 auto;
	padding: 50px 0;
}

.titlePc {
	width: 100%!important;
	text-align: center;
	position: relative;
    height: 400px;
}

.bgHokuriku {
	background: #660099;
}

.bgKansai {
	background: #ff3399;
}

.bgSanyo {
	background: #0066ff;
}

.bgSanin {
	background: #04aa4f;
}

.bgFukuoka {
	background: #ff0000;
}

.titleSp {
	display: none !important;
}

h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}

h2 {
	text-align: center;
    margin-bottom: 10px;
} 

h2 img {
    width: 200px;
}

h2.reco img {
    width: 450px;
}

h3 {
    padding: 1rem 2rem;
    margin: 20px 0 10px;
    border: 3px solid #000;
    font-size: 167%;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    background: #FFF;
}

h4 {
  text-align: center;
  font-size: 167%;
  font-weight: bold;
  line-height: 1.6;
  margin: 5px 0;
}

h4 span {
  background: linear-gradient(transparent 60%, #ffff66 0%);
}

.attention {
	font-size: 123.1%;
	line-height: 1.5;
	margin-top: 20px;
	padding: 15px;
	border: 2px #F00 solid;
	text-align: left;
	background: #FFF;
}

.attention span {
	font-size: 120%;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0.05rem 0.05rem 0.2rem 0.2rem;
    background: #FF0000;
}   

.message {
	width: 850px;
	margin: 10px auto;
	font-size: 123.1%;
    line-height: 1.5;
	text-align: center;
	background: #fff;
    border: 2px solid #ff6699;
	padding: 20px;
	border-radius: 0.5em;
}

.message span {
    color: #FF0000;
    font-weight: bold;
}

.BnCenter {
	margin: 0 auto;
	text-align: center;
}

.BnCenter img {
	width: 50%; 
    height: auto;
}

/*◆navigation*/
.topNavi {
	width: 100%!important;
    background: #222;
	text-align: center;
}

.topNavi ul {
	width: 1000px;
	margin: 0 auto;
	padding: 10px;
	display: flex;
    justify-content: center;
	align-items: stretch;
}

.topNavi ul li {
	list-style: none;
	border-left: 1px dashed rgba(255,255,255,0.5);
    font-size: 153.9%;
	font-weight: bold;
    margin: 0;
    padding: 10px;
    text-align: center;
    width: 20%;
    display: flex;
	justify-content: center;
	align-items: center;
}

.topNavi ul li .picup {
    background: #ffe600;
    padding: 15px 25px;
}

.topNavi ul li .picup a {
    color: #222;
}

.topNavi ul li:last-child{
	border-right: 1px dashed rgba(255,255,255,0.5);
}

.topNavi ul li a {
    color: #fff;
}

/*◆デジタルスタンプラリー*/
.intro {
	font-size: 182%;
	line-height: 1.8;
    text-align: center;
}

.intro .giftcard img {
    width: 400px;
    height: auto;
    margin-bottom: 60px;
    vertical-align: bottom;
}

.intro .stampget img {
    width: 510px;
    height: auto;
    vertical-align: bottom;
}

.intro strong {
    font-weight: bold;
}

.intro .large {
	font-size: 130%;
}

.unit {
	width: 850px;
	margin: 50px 50px 10px;
	font-size: 123.1%;
	text-align: center;
	background: #FFF;
	padding: 30px;
	line-height: 1.4;
	border: 3px solid #EEE;
	box-shadow: 0px 0px 10px 0px rgba(10,10,10,0.1), 0px 1px 0px 0px rgba(0,0,0,0.02);
}

.unit strong {
	font-size: 150%;
    font-weight: bold;
}

.unit .appWrap {
    width: 690px;
    height: 190px;
    margin: 10px 50px 0;
    border: 1px solid #FFF;
}

.unit .appWrap .logo {
	float: left;
    width: 180px;
	margin-right: 20px;
}

.unit .appWrap .logo img {
	width: 180px;
	height: auto;
    vertical-align: bottom;
}

.unit .appWrap .app {
	width: 100%;
    margin-top: 20px;
}

.unit .appWrap .app img {
	width: auto;
	height: 70px;
    margin: 10px 2px 2px;
    vertical-align: bottom;
}

/*◆対象スポット*/

/*◆tab北陸*/
.tab-hokuriku {
    display: flex;
    flex-wrap: wrap;
    max-width: 950px;
}

.tab-hokuriku > label {
    flex: 1 1;
    order: -1;
    position: relative;
    min-width: 316px;
    padding: 20px 5px;
    background-color: #222;
    color: #FFF;
    font-weight: 600;
    font-size: 153.9%;
    text-align: center;
    cursor: pointer;
}

.tab-hokuriku > label:nth-child(1),
.tab-hokuriku > label:nth-child(3) {
	border-right: 1px solid #F0F0F0;
}

.tab-hokuriku > label:hover,
.tab-hokuriku label:has(:checked) {
    background-color: #660099;
    color: #fff;
}

.tab-hokuriku label:has(:checked)::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 9px;
    background-color: #660099;
    content: '';
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tab-hokuriku input {
    display: none;
}

.tab-hokuriku > div {
    display: none;
    width: 100%;
    padding: 20px 0;
}

.tab-hokuriku label:has(:checked) + div {
    display: block;
}

/*◆tab関西*/
.tab-kansai {
    display: flex;
    flex-wrap: wrap;
    max-width: 950px;
}

.tab-kansai > label {
    flex: 1 1;
    order: -1;
    position: relative;
    min-width: 237px;
    padding: 20px 5px;
    background-color: #222;
    color: #FFF;
    font-weight: 600;
    font-size: 153.9%;
    text-align: center;
    cursor: pointer;
}

.tab-kansai > label:nth-child(1),
.tab-kansai > label:nth-child(3),
.tab-kansai > label:nth-child(5) {
	border-right: 1px solid #F0F0F0;
}

.tab-kansai > label:hover,
.tab-kansai label:has(:checked) {
    background-color: #ff3399;
    color: #fff;
}

.tab-kansai label:has(:checked)::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 9px;
    background-color: #ff3399;
    content: '';
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tab-kansai input {
    display: none;
}

.tab-kansai > div {
    display: none;
    width: 100%;
    padding: 20px 0;
}

.tab-kansai label:has(:checked) + div {
    display: block;
}

/*◆tab山陽*/
.tab-sanyo {
    display: flex;
    flex-wrap: wrap;
    max-width: 950px;
}

.tab-sanyo > label {
    flex: 1 1;
    order: -1;
    position: relative;
    min-width: 316px;
    padding: 20px 5px;
    background-color: #222;
    color: #FFF;
    font-weight: 600;
    font-size: 153.9%;
    text-align: center;
    cursor: pointer;
}

.tab-sanyo > label:nth-child(1),
.tab-sanyo > label:nth-child(3) {
	border-right: 1px solid #F0F0F0;
}

.tab-sanyo > label:hover,
.tab-sanyo label:has(:checked) {
    background-color: #0066ff;
    color: #fff;
}

.tab-sanyo label:has(:checked)::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 9px;
    background-color: #0066ff;
    content: '';
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tab-sanyo input {
    display: none;
}

.tab-sanyo > div {
    display: none;
    width: 100%;
    padding: 20px 0;
}

.tab-sanyo label:has(:checked) + div {
    display: block;
}

/*◆tab山陰*/
.tab-sanin {
    display: flex;
    flex-wrap: wrap;
    max-width: 950px;
}

.tab-sanin > label {
    flex: 1 1;
    order: -1;
    position: relative;
    min-width: 475px;
    padding: 20px 5px;
    background-color: #222;
    color: #FFF;
    font-weight: 600;
    font-size: 153.9%;
    text-align: center;
    cursor: pointer;
}

.tab-sanin > label:nth-child(1) {
	border-right: 1px solid #F0F0F0;
}

.tab-sanin > label:hover,
.tab-sanin label:has(:checked) {
    background-color: #04aa4f;
    color: #fff;
}

.tab-sanin label:has(:checked)::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 9px;
    background-color: #04aa4f;
    content: '';
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tab-sanin input {
    display: none;
}

.tab-sanin > div {
    display: none;
    width: 100%;
    padding: 20px 0;
}

.tab-sanin label:has(:checked) + div {
    display: block;
}

/*◆tab福岡*/
.tab-fukuoka {
    display: flex;
    flex-wrap: wrap;
    max-width: 950px;
}

.tab-fukuoka > label {
    flex: 1 1;
    order: -1;
    position: relative;
    min-width: 950px;
    padding: 20px 5px;
    background-color: #222;
    color: #FFF;
    font-weight: 600;
    font-size: 153.9%;
    text-align: center;
    cursor: pointer;
}

.tab-fukuoka > label:nth-child(1) {
	border-right: 1px solid #F0F0F0;
}

.tab-fukuoka > label:hover,
.tab-fukuoka label:has(:checked) {
    background-color: #ff0000;
    color: #fff;
}

.tab-fukuoka label:has(:checked)::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 9px;
    background-color: #ff0000;
    content: '';
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tab-fukuoka input {
    display: none;
}

.tab-fukuoka > div {
    display: none;
    width: 100%;
    padding: 20px 0;
}

.tab-fukuoka label:has(:checked) + div {
    display: block;
}

/*◆googlemap*/
.map {
  box-sizing: border-box;
  border: 2px solid #eaeaea;
  width: 100%;
}

.map iframe {
 margin-bottom: -4px;
  aspect-ratio: 16/9;
  width: 100%;
}

/*◆カテゴリー*/
/*.groupBox {
    border: 3px solid #ff0000;
    border-image: linear-gradient(to right, #ff0000 0%, #cc0033 100%);
    border-image-slice: 1;
    margin-top: 30px;
    padding: 20px;
    display: flex;
    background: #FFF;
}*/

.groupBox {
    border: 3px solid #ff0000;
    margin-top: 30px;
    padding: 20px;
    display: flex;
    background: #FFF;
    border-radius: 20px;
}

.groupBox .photo {
	float: left;
    width: 220px;
	margin-right: 10px;
    font-size: 123.1%;
	line-height: 1.4;
}

.groupBox .photo img {
	width: 220px;
	height: auto;
    margin-bottom: 10px;
}

.groupBox .detail {
	width: 100%;
}

/*◆施設一覧*/
.item_wrap .tb_overwrap {
overflow:auto;
width: 100%;
/*height:calc(100vh/2);*/
height: 186px;
font-size: 123.1%;
}
.item_wrap .disnone {display: none;}

.cell_fix1 {
position: sticky;
top:0;
left:0;
z-index: 2;
}

.cell_fix2 {
position: sticky;
top:0;
left:0;
z-index: 1;
}

.cell_fix1::before,
.cell_fix2::before {
border-top:1px solid #999;
content:'';
height:100%;
width: 100%;
position:absolute;
top:-1px;
left:-1px;
}

.tb_pricelist {
width:100%;
table-layout: fixed;
border-collapse: collapse;
border-spacing: 0;
}

.tb_pricelist th,
.tb_pricelist td {
border:1px solid #999;
padding: .5em;
/*white-space:nowrap;*/
vertical-align: middle;
word-break: break-all;
}

.tb_pricelist th {
background-color: #333;
color:#fff;
text-align: center;
}

.tb_pricelist td {
text-align: left;
}

.tb_pricelist th.cell_fix1::before {
border-right:1px solid #999;
z-index: -1;
}

.tb_pricelist th:first-child {width: 20%; font-weight: bold;}
.tb_pricelist th:nth-child(2) {width: 40%; font-weight: bold;}
.tb_pricelist th:nth-child(3) {width: 40%; font-weight: bold;}

.tb_pricelist td.cell_fix2::before {
background-color: #fff;
border-top:1px solid #999;
border-right:1px solid #999;
border-left:1px solid #999;
z-index: -1;
}

/*◆参加方法*/
.entryBox {
    width: 950px;
    border: 3px solid #003399;
    margin-top: 30px;
    padding: 20px;
    background: #FFF;
    border-radius: 20px;
}

.entryBox .leadWrap {
    width: 910px;
    height: 90px;
    border-bottom: 2px dotted #003399;
    margin-bottom: 10px;
}

.entryBox .leadWrap .ic_step {
    float: left;
    width: 80px;
	margin-right: 20px;
}

.entryBox .leadWrap .ic_step img {
	width: 80px;
	height: auto;
}

.entryBox .leadWrap .tx_step {
    float: left;
    width: 810px;
    font-size: 153.9%;
	line-height: 1.4;
}

/*◆フロー*/
.flowList02,
.flowList03,
.flowList04 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.flowList02 > li {
	width: 50%;
	padding: 10px 25px 10px 10px;
    position: relative;
}

.flowList03 > li {
	width: 33.33333%;
	padding: 0 25px 0 10px;
    position: relative;
}

.flowList04 > li {
	width: 25%;
	padding: 0 25px 0 10px;
    position: relative;
}

.flowList02 > li::after {
	border-style: solid;
    border-width: 12px 0 12px 16px;
    border-color: transparent transparent transparent #003399;
    content:'';
    height: 0;
    width: 0;
    position: absolute;
    right: 0;
    top: 40%;
}

.flowList03 > li::after,
.flowList04 > li::after {
	border-style: solid;
    border-width: 12px 0 12px 16px;
    border-color: transparent transparent transparent #003399;
    content:'';
    height: 0;
    width: 0;
    position: absolute;
    right: 0;
    top: 50%;
}

.flowList02 > li:last-child::after,
.flowList03 > li:last-child::after,
.flowList04 > li:last-child::after {
	border-style: none;
}

.flowList02 > li .textTop {
	font-size: 123.1%;
	text-align: center;
    height: 80px;
    background: #D3ECFF;
    padding: 20px;
    border-radius: 10px;
    font-weight: bold;
}

.flowList03 > li .textTop,
.flowList04 > li .textTop {
	font-size: 123.1%;
	text-align: left;
    height: 124px;
}

.flowList03 > li .flowImg,
.flowList04 > li .flowImg {
    margin: 5px 0;
}

.flowList03 > li .flowImg img,
.flowList04 > li .flowImg img {
	width: 100%;
    margin: 0;
    padding: 0;
}

.flowList03 > li .textBtm,
.flowList04 > li .textBtm {
	font-size: 108%;
	text-align: center;
}

.flowList03 > li:nth-child(n+4) {/*4番目以降margin空ける*/
    margin-top: 30px;
}

/*◆注意事項*/
ul.guideList {
	padding: 0;
	font-size: 123.1%;
	line-height: 1.4;
}

ul.guideList li {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li span {
  background: linear-gradient(transparent 60%, #ffff66 0%);
}

ul.guideList li:before {
	content: '◆';
}

ul.guideList li.kome {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li.no1 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -6.5em;
    margin-left: 6.5em;
}

ul.guideList li.no1:before {
	content: '［ステップ1］';
}

ul.guideList li.no2 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -6.5em;
    margin-left: 6.5em;
}

ul.guideList li.no2:before {
	content: '［ステップ2］';
}

ul.guideList li.no3 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -6.5em;
    margin-left: 6.5em;
}

ul.guideList li.no3:before {
	content: '［ステップ3］';
}

/*◆オプション*/
.optiondetailBox {
	text-align: center;
} 

.optiondetailBox img {
    width: 750px;
    margin: 20px 0;
}

/*◆list横並び*/
*, *:before, *:after {
	box-sizing: border-box;
}

.itemList2 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList2 > div {
	width: 50%;
	padding: 5px 5px 0;
    text-align: left;
}

.itemList3 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList3 > div {
	width: 33.33333%;
	padding: 10px 10px 0;
}

.itemList3 > div img {
	width: 100%;
}

.itemList3 > div dd {
	margin: 0; /* これがないとずれる */
	font-size: 123.1%;
	line-height: 1.5;
	text-align: left;
	/*background: #FFF;*/
}

.itemList4 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList4 > div {
	width: 25%;
	padding: 10px 5px;
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dd {
	font-size: 123.1%;
	text-align: left;
	padding: 10px;
	background: #FFF;
}

/*◆ボタン*/
.Btn {
  color: #fff;
  width: 70%;
  margin: 20px auto 5px;
  text-align: center;
  position: relative; /* 追記 */
  font-size: 153.9%;
  line-height: 1.4;
  font-weight: bold;
  box-sizing: border-box;
}

.itemList3 .Btn {
  width: 0;
  width: 100%;
}

.Btn a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 15px;
	background: #e72456;
	border-radius: 30px;
}

.Btn a:hover {
	opacity: 0.8;
}

.Btn span {
  font-size: 75%;
  font-weight: normal;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 100%;
  margin: 20px auto 0;
  text-align: center;
  background: #666;
  border-radius: 30px;
  padding: 20px;
  position: relative; /* 追記 */
  font-size: 153.9%;
  font-weight: bold;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

}