@charset "utf-8";

body {
    -webkit-text-size-adjust: none;
    text-align: left;
    font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-feature-settings: "palt";
    line-height: 1.8em;
    color: #000000;
	min-height: 100vh;
	box-sizing: border-box;
	position: relative;
	padding-bottom: 160px;
}
/* common */
#header {
    padding: 5px 0 5px;
	background-color: #FFFFFF;
}
#header #logo img {
    max-width: 320px;
		height: auto;
}
#header .row {
    width: 100%;
}
a {
    color: #842029;
}
a:hover {
    color: #af414a;
    text-decoration: none;
}
#footer {
 	box-sizing: border-box;
    background: #faf5f6;
    padding: 20px 0 20px;
	width: 100%;
	height: 160px;
	position: absolute;
	bottom: 0;
	overflow: hidden;
}
#footer .nav .nav-item {
    padding:0 15px;
}
#footer-mainte {
    background: #faf5f6;
    padding: 30px 0 50px;

}
#footer-mainte .nav .nav-item {
    padding:0 15px;
}
.bg-icon-maintenance {
    background: #AAA;
}
.base-box {
    background: #ffeef0;
}
.top-base, .base-color {
    background: #F8D7DA;
}
.base-box {
    border-radius: 30px;
}
.mini {
    font-size:85%;
}
.fs-30p {
	font-size:30%;
}
.fs-40p {
	font-size:40%;
}
.fs-50p {
	font-size:50%;
}
.fs-60p {
	font-size:60%;
}
.fs-70p {
	font-size:70%;
}
.fs-80p {
	font-size:80%;
}
.fs-90p {
	font-size:90%;
}
label.mini {
   color:#888;
}
.mt-ext1 {
    margin-top:30px !important;
}
.btn-primary, .btn-primary-top {
    --bs-btn-color: #fff;
    --bs-btn-bg: #842029;
    --bs-btn-border-color: #842029;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #af414a;
    --bs-btn-hover-border-color: #af414a;
    --bs-btn-focus-shadow-rgb: 255, 255, 255;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #af414a;
    --bs-btn-active-border-color: #af414a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #af414a;
    --bs-btn-disabled-border-color: #842029;
}
.btn-primary-top {
    padding: 2px !important;
    line-height: 60px;
    box-shadow: 3px 3px 4px #666666;
    border: solid 2px #330000 !important;
    border-radius: 20px !important;
}
.btn-primary-top div {
    border: solid 1px #330000 !important;
    border-radius: 17px !important;
}
.btn-outline-primary {
    --bs-btn-color: #842029;
    --bs-btn-border-color: #842029;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #842029;
    --bs-btn-hover-border-color: #842029;
    --bs-btn-focus-shadow-rgb: 255, 255, 255;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #842029;
    --bs-btn-active-border-color: #842029;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #842029;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #842029;
    --bs-gradient: none;
}
.btn-warning {
	--bs-btn-color: #FFF;
	--bs-btn-bg: #084298;
	--bs-btn-border-color: #084298;
	--bs-btn-hover-color: #FFF;
	--bs-btn-hover-bg: #084298;
	--bs-btn-hover-border-color: #084298;
	--bs-btn-focus-shadow-rgb: 217, 164, 6;
	--bs-btn-active-color: #FFF;
	--bs-btn-active-bg: #084298;
	--bs-btn-active-border-color: #084298;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
	--bs-btn-disabled-color: #FFF;
	--bs-btn-disabled-bg: #084298;
	--bs-btn-disabled-border-color: #084298;
}
.must:after {
    content: "必須";
    display: inline-block;
    color: #FFF;
    background: #D00;
    width: 3em;
    text-align: center;
    right: 0;
    bottom: 10px;
    border-radius: 5px;
    float: right;
    font-size: 10px;
    line-height: 1.8;
    margin-top:6px;
}
.arr-btn {
	position: relative;
}
.arr-btn:before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 15px;
  width: 10px;
  height: 3px;
  background: #fff;
  transform: rotate(45deg);
}

.arr-btn:after {
  content: "";
  position: absolute;
  top: calc(50% + 3px);
  right: 15px;
  width: 10px;
  height: 3px;
  background: #fff;
  transform: rotate(-45deg);
}
.btn:disabled {
	opacity: 0.3;
}
.icon {
    width: 24px;
    height: auto;;
}

/* top */
.area-name {
	line-height: 1.1em;
}
.h3.area-name img{
	max-height: 90px;
	margin-right:10px;
	width:auto;
}
.h5.area-name img{
	height: 25px;
	margin-right:3px;
	width:auto;	
}
.area-name .area-name-frame{
	max-width: 500px;
	display: inline-block;
	width: 100%;
    display: flex;
    justify-content: center;
	border-bottom:solid 5px #842029;
	font-size: 80%;
    margin: 0 auto;
    padding:0 0 10px;
}
.area-name2 {
	line-height: 1.1em;
}
.h3.area-name2 img{
	height: 55px;
	margin-right:5px;
	height:auto;
}
.h5.area-name2 img{
    width: 25px;
	height:auto;
    margin-right:3px;
}
.area-name2 .area-name-frame{
	max-width: 500px;
	display: inline-block;
	width: 100%;
}
.area-name2 .area-name-frame{
	border:solid 2px #084298;
	padding:5px 10px;
	border-radius: 3em;
	background: #e7f0ff;
	font-size: 110%;
}
.area-name3 {
	line-height: 1.05em;
}
.h3.area-name3 img{
	max-height: 90px;
	margin-right:10px;
	width:auto;
}
.h5.area-name3 img{
    max-width: 25px;
    margin-right:3px;
    display:block;
}
.area-name3 .area-name-frame{
	max-width: 500px;
	display: inline-block;
    display: flex;
    justify-content: center;
    margin: 0 auto;
	border:solid 5px #842029;
	padding:10px 10px 5px;
	border-radius: 2em;
	background: #f9eced;
	font-size: 80%;
}
.area-name-text {
    text-align:left;
}
.city{
	margin: 0;
	font-size: 200%;
	font-weight:bold;
	line-height:1.1;
}

/* header ver2 */
#header.area-header #logo img {
	max-width: 230px;
}
#header .h3.area-name img{
	max-height: 100px;
}
#header .h3.area-name3 img{
	max-height: 80px;
}
#header .area-name-text {
	line-height: 1.1;
}
#header .area-name .area-name-frame{
	font-size: 70%;
	border-bottom: none;
	padding: 0;
	margin-top:8px;
}
#header .area-name3 .area-name-frame{
	font-size: 70%;
	max-width: 700px;
	width: fit-content;
	border:solid 3px #842029;
	padding:5px 20px 5px;
}

.pay-icon {
    height: 20px;
}
.pay-icon2 {
    height: 30px;
}
.box-attention,
.pay-box {
    border-radius:20px;
    background-color:rgba(255,255,255,0.5);
}
.info-icon {
    border-radius: 5px !important;
    padding-right: .5rem !important;
    padding-left: .5rem !important;
    color:#FFF;
    font-size: .875em;
    margin-right: 1rem;
}
@media (min-width: 1400px) {
    .container {
        max-width: 960px;
    }
    .top-base .container {
        max-width: 1200px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 960px;
    }
    .top-base .container {
        max-width: 1200px;
    }
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
    #contents {
        padding:20px 20px;
    }
}
@media (max-width: 576px) {
    body {
        font-size: 85%;
    }
    #header #logo img {
        max-width: 260px;
    }
    #header.area-header #logo img {
			max-width: 220px;
			margin-bottom:10px;
		}
		.area-name .area-name-frame{
        font-size:70%;
    }
    .area-name3 .area-name-frame{
        font-size:70%;
    }
    .h3.area-name img{
	    max-height: 60px;
    }
    .h3.area-name3 img{
	    max-height: 60px;
    }
    .mt-ext1 {
        font-size: 80%;
        margin-top:25px !important;
    }
    .pay-icon2 {
        height: 25px;
    }
}







/******* 地図成形 *******/
#japan-map div div.area div {
	border: 1px #ffffff solid;
	text-align: center;
	font-size: 14px;
 	display: flex;
		display: -webkit-flex;
 	align-items: center; /* 縦方向中央揃え */
 		-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 	justify-content: center; /* 横方向中央揃え */
 		-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	border-radius: 6px;
		-webkit-border-radius: 6px;
	position: absolute;
	box-sizing: border-box;
	transition: 0.2s;
}
#japan-map div div.area div:hover {
	opacity: 0.5;
	transition: 0.2s;
}

#japan-map {
	display: block;
	width: 777px;
	height: 482px;
	background-color: none;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#japan-map p {
    margin-top: revert;
    margin-bottom: revert;
}
#japan-map p.area-title {
	display: none;
}
#japan-map a {
    text-decoration: none;
}

/* 北海道 */

#hokkaido-area {
	width: 136px;
	display: block;
	height: 265px;
	position: absolute;
	left: 638px;
}
#hokkaido-area div.area div {
	background-color: #7478c2;
	color: #ffffff;
}

#hokkaido {	
	width: 133px;
	height: 70px;
}

/* 東北 */

#touhoku {
	width: 136px;
	display: block;
	height: 265px;
	position: absolute;
	left: 638px;
	top: 96px;
}
#touhoku div.area div {
	background-color: #75A9FF;
	color: #ffffff;
}

#aomori {
	width: 93px;
	height: 43px;
	left: 21px;
}
#akita {
	width: 67px;
	height: 42px;
	left: 3px;
	top: 43px;

}
#iwate {
	width: 67px;
	height: 42px;
	left: 70px;
	top: 43px;
}
#yamagata {
	width: 67px;
	height: 42px;
	top: 85px;
	left: 3px;
}
#miyagi {
	width: 67px;
	height: 42px;
	top: 85px;
	left: 70px;
}
#fukushima {
	width: 67px;
	height: 42px;
	top: 127px;
	left: 70px;
}

/* 関東 */

#kantou {
	width: 158px;
	display: block;
	height: 174px;
	position: absolute;
	top: 265px;
	left: 623px;
	z-index: 2;
}
#kantou div.area div {
	background-color: #31beca;
	color: #ffffff;
}
#ibaraki {
	width: 52px;
	height: 85px;
	top: 0px;
	left: 100px;
}
#tochigi {
	width: 50px;
	height: 42px;
	top: 0px;
	left: 50px;
}
#gunma {
	width: 50px;
	height: 42px;
	top: 0px;
	left: 0px;
}
#saitama {
	width: 100px;
	height: 43px;
	top: 42px;
	left: 0px;
}
#chiba {
	width: 52px;
	height: 84px;
	top: 85px;
	left: 100px;
}
#tokyo {
	width: 100px;
	height: 42px;
	top: 85px;
	left: 0px;
}
#kanagawa {
	width: 67px;
	height: 42px;
	top: 127px;
	left: 0px;
}
#yamanashi {
	width: 67px;
	height: 42px;
	left: -67px;
	top: 85px;
}

/* 中部 */

#tyubu {
	width: 270px;
	height: 211px;
	position: absolute;
	left: 438px;
	top: 223px;
}
#tyubu div.area div {
	background-color: #4ab969;
	color: #ffffff;
}

#nigata {
	width: 85px;
	height: 42px;
	left: 185px;
}
#toyama {
	width: 67px;
	height: 42px;
	left: 118px;
}
#ishikawa {
	width: 50px;
	height: 57px;
	left: 68px;
}
#fukui {
	width: 68px;
	height: 42px;
	left: 0px;
	z-index: 2;
}
#nagano {
	width: 67px;
	height: 85px;
	left: 118px;
	top: 42px
}
#gifu {
	width: 50px;
	height: 55px;
	left: 68px;
	top: 57px
}
#shizuoka {
	width: 67px;
	height: 42px;
	left: 118px;
	top: 169px;
}
#aichi {
	width: 50px;
	height: 57px;
	top: 112px;
	left: 68px;
}

/* 近畿 */

#kinki {
	width: 186px;
	height: 211px;
	position: absolute;
	left: 320px;
	top: 223px;
}
#kinki div.area div {
	background-color: #b0b72f;
	color: #ffffff;
}

#kyoto {
	width: 67px;
	height: 84px;
	left: 51px;
}
#shiga {
	width: 68px;
	height: 42px;
	top: 42px;
	left: 118px;
}
#osaka {
	width: 67px;
	height: 85px;
	top: 84px;
	left: 51px;
}
#nara {
	width: 34px;
	height: 85px;
	top: 84px;
	left: 118px;
}
#mie {
	width: 34px;
	height: 85px;
	top: 84px;
	left: 152px;
}
#wakayama {
	width: 113px;
	height: 42px;
	top: 169px;
	left: 61px;
}
#hyougo {
	width: 51px;
	height: 98px;
	left: 0px;
}

/* 中国 */

#tyugoku {
	width: 151px;
	height: 98px;
	position: absolute;
	left: 169px;
	top: 223px;
}
#tyugoku div.area div {
	background-color: #ef9f27;
	color: #ffffff;
}
#tottori {
	width: 50px;
	height: 49px;
	left: 101px;
}
#okayama {
	width: 50px;
	height: 49px;
	top: 49px;
	left: 101px;
}
#shimane {
	width: 51px;
	height: 49px;
	left: 50px;
}
#hiroshima {
	width: 51px;
	height: 49px;
	top: 49px;
	left: 50px;
}
#yamaguchi {
	width: 50px;
	height: 98px;
	left: 0px;
}

/* 四国 */

#shikoku {
	width: 184px;
	height: 84px;
	position: absolute;
	left: 169px;
	top: 350px;
}
#shikoku div.area div {
	background-color: #d08f68;
	color: #ffffff;
}
#kagawa {
	width: 92px;
	height: 42px;
	right: 0px;
}
#ehime {
	width: 92px;
	height: 42px;
	left: 0px;
}
#tokushima {
	width: 92px;
	height: 42px;
	right: 0px;
	top: 42px;
}
#kouchi {
	width: 92px;
	height: 42px;
	left: 0px;
	top: 42px;
}

/* 九州・沖縄 */

#kyusyu {
	width: 152px;
	height: 247px;
	position: absolute;
	left: 0px;
	top: 235px;
}
#kyusyu div.area div {
	background-color: #ff7575;
	color: #ffffff;
}
#fukuoka {
	width: 50px;
	height: 50px;
	left: 101px;
	top: 0px;
}
#saga {
	width: 50px;
	height: 50px;
	left: 51px;
	top: 0px;
}
#nagasaki {
	width: 50px;
	height: 50px;
	left: 1px;
	top: 0px;
}
#oita {
	width: 50px;
	height: 50px;
	left: 101px;
	top: 50px;
}
#kumamoto {
	width: 50px;
	height: 100px;
	left: 51px;
	top: 50px;
}
#miyazaki {
	width: 50px;
	height: 50px;
	left: 101px;
	top: 100px;
}
#kagoshima {
	width: 68px;
	height: 49px;
	left: 83px;
	top: 150px;
}
#okinawa {
	width: 50px;
	height: 50px;
	left: 1px;
	top: 197px;
}


@media (max-width: 991px) {
#japan-map {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-around;
}
#japan-map p.area-title {
	display: inline-block;
	width: 100%;
	font-size: 15px;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 1em;
	color: #000000;
}
#hokkaido-area, #touhoku, #kantou, #tyubu, #kinki, #tyugoku, #shikoku, #kyusyu {
	display: block;
	position: static;
	margin: 0 1em 0 1em;
}
#japan-map div div.area {
	display: block;
	position: relative;
}

#japan-map {
	display: block;
	width: 100%;
	height: auto;
}
#hokkaido-area, #touhoku, #kantou, #tyubu, #kinki, #tyugoku, #shikoku, #kyusyu {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	position: static;
	margin-left: 0px;
	margin-right: 0px;
}
#japan-map div div.area {
	font-size: 14px;
 	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#japan-map div div.area a {
	height: auto;
	width: 25%;
}
#japan-map div div.area div {
 	display: block;
	border-radius: 0px;
	position: static;
	height: auto;
	font-size: 16px;
	width: 100%;
	padding: 0.5em 0.3em 0.5em 0.3em;
}


} /* レスポンシブ max-500px */



/*!
 * bsStepper v1.7.0 (https://github.com/Johann-S/bs-stepper)
 * Copyright 2018 - 2019 Johann-S <johann.servoire@gmail.com>
 * Licensed under MIT (https://github.com/Johann-S/bs-stepper/blob/master/LICENSE)
 */
.bs-stepper{max-width:300px;margin-left:auto;margin-right:auto;} .bs-stepper .step{margin-top:30px;} .bs-stepper .step-trigger{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:0px;font-size:1rem;font-weight:700;line-height:1.5;color:#666;text-align:center;text-decoration:none;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:none;border-radius:.25rem;transition:background-color .15s ease-out,color .15s ease-out}.bs-stepper .step-trigger:not(:disabled):not(.disabled){cursor:pointer}.bs-stepper .step-trigger.disabled,.bs-stepper .step-trigger:disabled{pointer-events:none;opacity:.65}.bs-stepper .step-trigger:focus{color:#666;outline:0}.bs-stepper .step-trigger:hover{text-decoration:none;background-color:rgba(0,0,0,.0)}@media (max-width:520px){.bs-stepper .step-trigger{-ms-flex-direction:column;flex-direction:column;padding:10px}}.bs-stepper-label{display:block;margin:.25rem}.bs-stepper-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media (max-width:520px){.bs-stepper-header{margin:0 -10px;text-align:center}}.bs-stepper .line,.bs-stepper-line{-ms-flex:1 0 32px;flex:1 0 32px;min-width:1px;min-height:2px;margin:auto;background-color:#842029}@media (max-width:400px){.bs-stepper .line,.bs-stepper-line{-ms-flex-preferred-size:20px;flex-basis:20px}}.bs-stepper-circle{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-line-pack:center;align-content:center;-ms-flex-pack:center;justify-content:center;width:2em;height:2em;padding:.5em 0;margin:.25rem;line-height:1em;color:#fff;background-color:#DDD;border-radius:1em}.active .bs-stepper-circle{background-color:#842029}.bs-stepper-content{padding:0 20px 20px}@media (max-width:520px){.bs-stepper-content{padding:0}}.bs-stepper.vertical{display:-ms-flexbox;display:flex}.bs-stepper.vertical .bs-stepper-header{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch;margin:0}.bs-stepper.vertical .bs-stepper-pane,.bs-stepper.vertical .content{display:block}.bs-stepper.vertical .bs-stepper-pane:not(.fade),.bs-stepper.vertical .content:not(.fade){display:block;visibility:hidden}.bs-stepper .content:not(.fade),.bs-stepper-pane:not(.fade){display:none}.bs-stepper .content.fade,.bs-stepper-pane.fade{visibility:hidden;transition-duration:.3s;transition-property:opacity}.bs-stepper .content.fade.active,.bs-stepper-pane.fade.active{visibility:visible;opacity:1}.bs-stepper .content.active:not(.fade),.bs-stepper-pane.active:not(.fade){display:block;visibility:visible}.bs-stepper .content.dstepper-block,.bs-stepper-pane.dstepper-block{display:block}.bs-stepper:not(.vertical) .bs-stepper-pane.dstepper-none,.bs-stepper:not(.vertical) .content.dstepper-none{display:none}.vertical .bs-stepper-pane.fade.dstepper-none,.vertical .content.fade.dstepper-none{visibility:hidden}
