@charset='utf-8';


/* =1 base
------------------------------------------------------------ */

body{
	margin:auto;
	padding:0px;
	background-color:#fff;
	color:#333;
	font-family: heisei-maru-gothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align:center;
}
.bold{
	font-family: heisei-maru-gothic-std, sans-serif;
	font-weight: 800;
	font-style: normal;
}

.bg01{
	background-color:#fff;
}
.bg02{
	background-color:#FDD32B;
}

a{
	color:#ff6000;
}
img{
    max-width: 100%;
    height: auto;
    width /***/:auto;
}
iframe{
    max-width: 100%;
    height: auto;
    width /***/:auto;
}

.blur{
	-ms-filter: blur(6px);
	filter: blur(6px);
}

article{
	padding-top:80px;
	padding-bottom:120px;
}
.article_02{
	padding-top:0px!important;
}
.article_03{
	padding-top:45px!important;
}
header{
	position:fixed;
	z-index:99999;
	margin:auto;
	padding:5px 0px 0px 0px;
	width:100%;
	height:53px;
	background-color:#222;
	color:#fff;
	font-size:16px;
	text-align:center;
                                font-weight:normal;
}
header p{
	color:white;
	margin-bottom: 2px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.8em;
	text-align: center;
                                font-weight:normal;
}
header h1{
	margin:15px auto 0;
	color:#fff;
	font-size:16px;
                                font-weight:normal;
}
.wrap_navi{
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	display:block;
	width: 40px;
	height: 40px;
}
#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
	background: center center no-repeat transparent;
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	display: block;
	width: 30px;
	height: 30px;
	top:7px;
	left:10px;
	position: fixed;
	z-index:99999;
	cursor: pointer;
}

#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background:#fff;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 45px;
  left: 0;
  z-index: 99999;/*最前面に*/
  width: 80%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 450px;/*最大幅（調整してください）*/
  height: 100%;
  background: #F4AA0A;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}
#nav-content ul{
	margin:auto;
	padding:0px 0px 45px 0px;
	text-align:center;
}
#nav-content ul li{
	margin:auto;
	padding:0px;
	text-align:left;
}
#nav-content ul li a{
	display:block;
	padding:10px 5px 10px 20px;
	background-color:#F4AA0A;
	border-bottom:dotted 1px #F7C455;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	position:relative;
}
#nav-content ul li a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-top: -5px;
}
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .4;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
}



footer{
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	z-index:10000;
	margin:auto;
	width:100%;
	height:115px;
	background:#e8e8e8;
	text-align:center;
}

.footer-sr{
	background:url('../img/footer-bg.png') repeat-x bottom left;
}

.footer_navi{
	margin:auto;
	padding:0 20px 0 20px;
	width:calc(100% - 10px);
	max-width:400px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	text-align:center;
	list-style-type:none;
}
.footer_navi li{
	margin:0px 3px 0px 3px;
	width:calc(19.5% - 6px);
                                line-height:1em;
}
.footer_navi li a{
	font-size:12px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}
.footer_navi li a img{
                                margin-bottom:4px;
}

.stamp_footer02{
	margin:auto;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:start;
	align-items:flex-start;
	text-align:center;
	border-top:solid 1px #D7D7D7;
}
.stamp_footer02 div{
	display:block;
	margin:0px 0px 0px 0px;
	padding:15px 0px 15px 0px;
	width:50%;
	border-right:solid 1px #D7D7D7;
	font-size:11px;
	color:#333;
	letter-spacing:0.1em;
	line-height:1.5em;
	text-align:center;
}
.stamp_footer02 div img{
	width:18px;
	margin-top:-3px;
	margin-right:4px;
}

p{
	margin:auto;
	margin-bottom:15px;
	color:#333;
	font-size:16px;
	font-weight:normal;
	line-height:1.8em;
	text-align:center;
}
p.text_left{
	width:95%;
	max-width:400px;
	text-align:left;
}
.ul01{
	margin:auto;
	margin-top:10px;
	margin-bottom:20px;
	width:100%;
	max-width:400px;
	text-align:center;
	list-style-type:disc;
                                margin-left:-10px;
}
.ul01 li{
	margin:0px 0px 10px 0px;
	color:#333;
	font-size:16px;
	line-height:1.8em;
	text-align:left;
                                font-weight:bold;
}
.ol01{
	margin:auto;
	margin-bottom:30px;
	width:90%;
	max-width:400px;
	text-align:center;
	list-style-type:decimal;
}
.ol01 li{
	margin:0px 0px 10px 0px;
	color:#333;
	font-size:14px;
	line-height:1.8em;
	text-align:left;
}
.dl01{
	margin:auto;
	margin-bottom:30px;
	width:90%;
	max-width:400px;
	text-align:center;
	list-style-type:disc;
}
.dl01 dt{
	margin:0px 0px 10px 0px;
	color:#333;
	font-size:16px;
	font-weight:bold;
	line-height:1.8em;
	text-align:left;
}
.dl01 dd{
	margin:0px 0px 20px 0px;
	padding:0px 0px 20px 20px;
	border-bottom:dotted 1px #999;
	color:#333;
	font-size:16px;
	line-height:1.8em;
	text-align:left;
                                font-weight:bold;
}

.link01{
	background:none;
	border:none;
	color:#ff6000;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}
.link02{
	padding:0px;
	background:none;
	border:none;
	color:#ff6000;
	font-weight:bold;
	letter-spacing:0em;
	text-decoration:underline;
	cursor:pointer;
	display:inline;
}
.link03{
	padding:0px;
	background:none;
	border:none;
	color:#A0A0A0;
	font-weight:bold;
	letter-spacing:0em;
	text-decoration:none;
	cursor:pointer;
	display:inline;
}
.link04{
	padding:0px;
	background-color:#FEF6DF;
	border:none;
	color:#ff6000;
	font-weight:bold;
	letter-spacing:0em;
	text-decoration:none;
	cursor:pointer;
	display:inline;
}

.btn01{
	display:block;
	margin:auto;
	margin-bottom:10px;
	padding:15px 0px 15px 0px;
	width:60%;
	max-width:350px;
	background-color:#ff5722;
	border-radius:50px;
	color:#fff;
	font-size:16px;
	letter-spacing:0em;
	line-height:1.5em;
	text-align:center;
        font-weight:bold;
	cursor:pointer;
                                border:none;
}
.btn-stamping{
	background-color:#ea5800!important;
}


.btn01:hover{
	color:#fff;
}
.btn01 img{
	margin:-5px 5px 0px 10px;
}
.btn02{
	display:block;
	margin:auto;
	margin-bottom:20px;
	padding:15px 0px 15px 0px;
	width:60%;
	max-width:350px;
	background-color:#fff;
	border-radius:50px;
	border:solid 1px #545454;
	color:#333;
	font-size:16px;
	letter-spacing:0em;
	line-height:1.5em;
	text-align:center;
                                font-weight:bold;
}
.btn03{
	display:block;
	margin:auto;
	margin-bottom:10px;
	padding:5px 10px 5px 10px;
	width:90%;
	max-width:350px;
	background-color:#ff6000;
	border-radius:50px;
	color:#fff;
	font-size:16px;
	letter-spacing:0em;
	line-height:1.5em;
	text-align:center;
                                font-weight:bold;
}
.btn03:hover{
	color:#fff;
}
.btn04{
    display: block;
    margin: auto;
    margin-bottom: 10px;
    padding: 5px 10px 5px 10px;
    width: 98%;
    max-width: 350px;
    background-color: #fff;
    border-radius: 50px;
    color: #333;
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.5em;
    text-align: center;
    font-weight: bold;
    border: solid 1px #ccc;
}
.btn05{
	display:block;
	margin:auto;
	margin-bottom:20px;
	padding:15px 0px 15px 0px;
	width:60%;
	max-width:350px;
	background-color:#efefef;
	border:solid 1px #ccc;
	border-radius:50px;
	color:#333;
	font-size:16px;
	letter-spacing:0em;
	line-height:1.5em;
	text-align:center;
                                font-weight:bold;
}

.btn06{
	margin:auto;
	margin-top:10px;
	padding:14px 0px 14px 0px;
	width:80%;
	max-width:350px;
	background-color:#FF6000;
	border-radius:50px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	line-height:1em;
	text-align:center;
	cursor: pointer;
	border: none;
	outline: none;
	position:relative;
}
.btn06 i{
	position: absolute;
	right:10px;
	font-size:16px;
}
.btn06:hover{
	color:#fff;
}
.btn07{
	display:block;
	margin:auto;
	margin-bottom:10px;
	padding:5px 10px 5px 10px;
	width:98%;
	max-width:350px;
	background-color:#ff6000;
	border-radius:50px;
	color:#fff;
	font-size:16px;
	letter-spacing:0em;
	line-height:1.5em;
	text-align:center;
                                font-weight:bold;
}
.btn07:hover{
	color:#fff;
}
.return-btn {
	 display: block;
	 margin: auto;
	 margin-bottom: 10px;
	 padding: 5px 10px 5px 10px;
	 width: 98%;
	 max-width: 350px;
	 background-color: #fff;
	 border-radius: 50px;
	 color: #333;
	 font-size: 16px;
	 letter-spacing: 0em;
	 line-height: 1.5em;
	 text-align: center;
	 font-weight: bold;
}
.btn-primary{
	 display: block!important;
	 margin: auto!important;
	 margin-bottom: 10px!important;
	 padding: 5px 10px 5px 10px!important;
	 width: 40%!important;
	 max-width: 350px!important;
	 background-color: #fff!important;
	 border-radius: 50px!important;
	 color: #333!important;
	 font-size: 16px!important;
	 letter-spacing: 0em!important;
	 line-height: 1.5em!important;
	 text-align: center!important;
	 font-weight: bold!important;
	 border: solid 1px #ccc!important;
	 background-image:none!important;
	 background-repeat:none!important;
	 text-shadow:none!important;
	 box-shadow:none!important;
	 -webkit-appearance: none!important;
	 background-position: none!important;
}


option:first-child{
	font-size: 16px;
	transform: scale(0.9);
}
input[type=text] {
	font-size: 16px;
	transform: scale(0.9);
}
input[type=password] {
	font-size: 16px;
	transform: scale(0.9);
}
input[type=tel] {
	font-size: 16px;
	transform: scale(0.9);
}
input.form01{
	display:block;
	margin:auto;
	margin-bottom:30px;
	padding:10px;
	width:70%;
	max-width:400px;
	border:solid 1px #ccc;
	border-radius:15px;
	box-shadow:none;
	font-size:16px;
}
input.form01:focus{
	outline:none;
}

input.form02{
	margin:auto;
	padding:10px;
	min-width:200px;
	border:solid 1px #ccc;
	border-radius:10px;
	box-shadow:none;
	font-size:18px;
	text-align:left;
}
input.form02:focus{
	outline:none;
}
input.form03{
	margin:10px 0px 0px 15px;
	padding:5px 10px 5px 10px;
	border:solid 1px #ccc;
	border-radius:10px;
	box-shadow:none;
	font-size:16px;
	text-align:left;
}
input.form03:focus{
	outline:none;
}
input.form04{
	margin:0px 0px 0px 10px;
	padding:10px 10px 10px 10px;
	max-width:300px;
	border:solid 1px #ccc;
	border-radius:10px;
	box-shadow:none;
	font-size:16px;
	text-align:left;
}
input.form04:focus{
	outline:none;
}
input.form05{
	display:block;
	margin:auto;
	padding:10px;
	width:70%;
	max-width:400px;
	border:solid 1px #ccc;
	border-radius:15px;
	box-shadow:none;
	font-size:16px;
}
input.form05:focus{
	outline:none;
}

input.form06{
	display:block;
	margin-bottom:20px;
	padding:10px;
	width:100%;
	max-width:400px;
	border:solid 1px #ccc;
	border-radius:15px;
	box-shadow:none;
	font-size:16px;
	text-align:left;
}
input.form06:focus{
	outline:none;
}
input.form07{
	display:block;
	margin:auto;
	margin-bottom:30px;
	padding:10px;
	width:100%;
	max-width:400px;
	border:solid 1px #ccc;
	border-radius:15px;
	box-shadow:none;
	font-size:18px;
}
input.form07:focus{
	outline:none;
}
input.form08{
	margin:10px 0px 0px 0px;
	padding:5px 10px 5px 10px;
	border:solid 1px #ccc;
	border-radius:10px;
	box-shadow:none;
	font-size:16px;
	text-align:left;
}
input.form08:focus{
	outline:none;
}
input.form09{
	margin:0px 0px 0px -15px;
	padding:10px 10px 10px 10px;
	max-width:300px;
	border:solid 1px #ccc;
	border-radius:10px;
	box-shadow:none;
	font-size:16px;
	text-align:left;
}
input.form09:focus{
	outline:none;
}
input.form10{
	margin:0px 0px 0px 0px;
	padding:5px 10px 5px 10px;
	width:100%;
	border:solid 1px #ccc;
	border-radius:10px;
	box-shadow:none;
	font-size:16px;
	text-align:left;
}
input.form10:focus{
	outline:none;
}
input.form11{
	margin:0px 0px 0px 0px;
	padding:5px 10px 5px 10px;
	width:120px;
	border:solid 1px #ccc;
	border-radius:10px;
	box-shadow:none;
	font-size:16px;
	text-align:left;
}
input.form11:focus{
	outline:none;
}
input.form12{
	margin:10px 0px 0px 15px;
	padding:5px 10px 5px 10px;
	border:solid 1px #ccc;
	border-radius:10px;
	box-shadow:none;
	font-size:16px;
	text-align:left;
}
input.form12:focus{
	outline:none;
}
input.form13{
	margin:10px 0px 0px 0px;
	padding:5px 10px 5px 10px;
	border:solid 1px #ccc;
	border-radius:10px;
	box-shadow:none;
	font-size:16px;
	text-align:left;
}
input.form13:focus{
	outline:none;
}

select.form01{
	margin:0px 0px 0px 0px;
	padding:5px 10px 5px 10px;
	min-width:200px;
	border:solid 1px #ccc;
	border-radius:10px;
	box-shadow:none;
	font-size:16px;
	text-align:left;
}
select.form01:focus{
	outline:none;
}
select.form01{
	font-size: 18px;
	transform: scale(1);
	background:white;
}
select.form02{
	margin:0px 0px 0px 10px;
	padding:5px 10px 5px 10px;
	min-width:200px;
	border:solid 1px #ccc;
	border-radius:10px;
	box-shadow:none;
	font-size:16px;
	text-align:left;
}
select.form02:focus{
	outline:none;
}
select.form03{
	margin:0px 0px 0px -10px;
	padding:3px 4px 3px 4px;
	border:solid 1px #ccc;
	border-radius:10px;
	box-shadow:none;
	font-size:16px;
	transform: scale(0.8);
	text-align:left;
}
select.form03:focus{
	outline:none;
}
textarea.form06{
	display:block;
	margin-bottom:20px;
	margin-left:15px;
	padding:10px;
	width:90%;
	max-width:400px;
	border:solid 1px #ccc;
	border-radius:15px;
	box-shadow:none;
	font-size:16px;
	text-align:left;
}
textarea.form06{
	outline:none;
}


.section_border{
	padding-top:40px;
	border-top:solid 1px #ccc;
}

.top_20{
	margin-top:20px;
}
.top_30{
	margin-top:30px;
}
.top_40{
	margin-top:40px;
}
.top_50{
	margin-top:50px;
}
.top_80{
	margin-top:80px;
}
.top_100{
	margin-top:100px;
}

.bottom_0{
	margin-bottom:0px;
}
.bottom_5{
	margin-bottom:5px;
}
.bottom_10{
	margin-bottom:10px;
}
.bottom_20{
	margin-bottom:20px;
}
.bottom_30{
	margin-bottom:30px;
}
.bottom_40{
	margin-bottom:40px;
}
.bottom_50{
	margin-bottom:50px;
}
.bottom_60{
	margin-bottom:60px;
}
.bottom_100{
	margin-bottom:100px;
}
.bottom_150{
	margin-bottom:150px;
}
.font_12{
	font-size:14px;
}
.font_13{
	font-size:13px;
}
.font_14{
	font-size:14px;
}
.font_15{
	font-size:15px;
}
.font_16{
	font-size:16px;
}
.font_18{
	font-size:18px;
}
.font_21{
	font-size:21px;
}
.font_24{
	font-size:24px;
}
.font_black{
	color:#000;
}
.font_grey{
	color:#999;
}
.font_red{
	color:#E73828;
}
.font_blue{
	color:#3286C7;
}
.font_orange{
	color:#ff6000;
}

.title01{
	margin:auto;
	margin-bottom:15px;
	padding:5px 0px 0px 0px;
	width:90%;
	max-width:400px;
	background-color:#ffd698;
	border-radius:50px;
	font-size:17px;
	color:#40210F;
	font-weight:bold;
	line-height:2em;
	text-align:center;
}

.box01{
	margin:auto;
	margin-bottom:30px;
	padding:15px 10px 15px 10px;
	width:90%;
	max-width:400px;
	background-color:#fff;
	border-radius:20px;
	text-align:center;
}
.box02{
	margin:auto;
	margin-bottom:30px;
	padding:20px 10px 1px 10px;
	width:90%;
	max-width:400px;
	background-color:#fffbd7;
	border-radius:20px;
	text-align:center;
}
.clear{
	clear:both;
	margin:0px;
	padding:0px;
}
.clear hr{
	margin:0px;
	padding:0px;
	display:none;
}

::placeholder {
  color: #bbbbbb;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #bbbbbb;
}
/* IE対応 */
:-ms-input-placeholder {
  color: #bbbbbb;
}




/* =1 register
------------------------------------------------------------ */

.register_box01{
	margin:auto;
	margin-top:-20px;
	margin-bottom:20px;
	width:90%;
	letter-spacing:0em;
}
.register_box02{
	margin:auto;
	margin-bottom:20px;
	width:90%;
	letter-spacing:0em;
}
.register_box03{
	margin:auto;
	padding:0px;
	width:80%;
	max-width:400px;
}
.register_box03 dt{
	margin:0px 0px 10px 0px;
	color:#717171;
	font-size:16px;
	letter-spacing:0.1em;
	line-height:1.5em;
	font-weight:normal;
	text-align:left;
	display:flex;
	flex-wrap: wrap;
}
.register_box03 dd{
	color:#333;
	font-size:16px;
	letter-spacing:0.1em;
	line-height:1.5em;
	text-align:left;
}
.register_box03 dd label{
	font-weight:normal!important;
}
.register_box04{
	margin:0px 0px 10px 15px;
	padding:0px;
}
.register_box04 dt{
	margin:10px 0px 5px 0px;
	color:#333;
	font-size:16px;
	letter-spacing:0.1em;
	line-height:1.5em;
	font-weight:normal;
	text-align:left;
	display:flex;
	flex-wrap: wrap;
}
.register_box04 dd{
	color:#333;
	font-size:16px;
	letter-spacing:0.1em;
	line-height:1.5em;
	text-align:left;
}

.err_msg{
	margin-bottom:20px!important;
	padding:10px!important;
	background-color:#FDF3F2!important;
	font-size:16px!important;
	color:#E73828!important;
}



/* =1 base
------------------------------------------------------------ */
.base_body{
	padding-bottom:150px;
	background-color:#fff;
}







/* =1 home
------------------------------------------------------------ */
.wrap_home{
	margin:auto;
	width:100%;
	max-width:750px;
	background-image:url("../img/home_bg002.png");
	background-repeat:repeat-y;
	background-size: contain;
}
.wrap_home_top{
	margin-top:-35px;
	width:100%;
	max-width:750px;
	background: url('../img/home_bg.png') top center no-repeat;
	background-size: contain;
}
.wrap_home_center{
	width:100%;
	max-width:750px;
	background-image:url("../img/home_bg001.png");
	background-repeat:repeat-y;
	background-size: contain;
}

.home_box01{
	margin:auto;
	margin-top:40px;
	margin-bottom:15px;
	padding:15px 10px 15px 10px;
	width:90%;
	max-width:750px;
	background-color:#fff;
	border-radius:20px;
	text-align:center;
	position:relative;
}
.home_box01 dt{
	position: absolute;
	top:-20px;
	left:50%;
	transform: translateX(-50%);
	margin:auto;
	width:100%;
}
.home_box01 span{
	display:inline-block;
	margin:auto;
	padding:10px 20px 10px 20px;
	max-width:90%;
	background-color:#E60000;
	border-radius:50px;
	color:#fff;
	font-size:17px;
	line-height:1.4em;
	text-align:center;
        font-weight:bold;
}
.home_box01 dd{
	margin:auto;
	margin-top:25px;
	padding:0px 20px 0px 0px;
}
.home_ul01{
                                margin-left:-10px;
}
.home_ul01 li{
	margin:0px 0px 15px 0px;
	color:#E60000;
	font-size:16px;
	line-height:1.4em;
	text-align:left;
        font-weight:bold;
}
.home_box02{
	margin:auto;
	margin-bottom:15px;
	padding:15px 10px 1px 10px;
	width:90%;
	max-width:750px;
	background-color:#fff;
	border-radius:20px;
	text-align:center;
}
.home_btn01{
	width: auto;
	padding:0;
	margin:0px 0px 10px 0px;
	background:none;
	border:0;
	font-size:0;
	line-height:0;
	overflow:visible;
	cursor:pointer;
}
.home_box02 p{
	font-size:16px;
	margin-bottom:20px!important;
}
.home_box03{
	margin:auto;
	margin-bottom:15px;
	width:90%;
	max-width:750px;
	color:#333;
	font-size:16px;
	line-height:1.8em;
	text-align:left;
}
.home_box03 a{
	color:#333;
	text-decoration:underline;
}
.home_dl01{
	margin:auto;
	margin-bottom:10px;
	padding:0px;
	background-color:#fff;
	border:solid 1px #4FA7D3;
	border-radius:20px;
	text-align:left;
	display:flex;
	flex-wrap:wrap;
}
.home_dl01 dt{
	padding:4px 0px 4px 10px;
	width:100px;
	background-color:#4FA7D3;
	border-radius:20px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
}
.home_dl01 dd{
	padding:4px 10px 4px 5px;
	width:calc(100% - 100px);
	color:#3399CC;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
.home_dl02{
	margin:auto;
	margin-bottom:10px;
	padding:0px;
	background-color:#fff;
	border:solid 1px #FF6000;
	border-radius:20px;
	text-align:left;
	display:flex;
	flex-wrap:wrap;
}
.home_dl02 dt{
	padding:4px 0px 4px 10px;
	width:100px;
	background-color:#FF6000;
	border-radius:20px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
}
.home_dl02 dd{
	padding:4px 10px 4px 5px;
	width:calc(100% - 100px);
	color:#FF6000;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
.home_box03 .red_new{
	margin-left:6px;
	padding:3px 10px 3px 10px;
	background-color:#E50012;
	border-radius:50px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	-webkit-animation:blink 0.75s ease-in-out infinite alternate;
	-moz-animation:blink 0.75s ease-in-out infinite alternate;
	animation:blink 0.75s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
.home_box04{
	margin:auto;
	margin-top:25px;
	margin-bottom:20px;
	text-align:center;
}
.home_btn02{
	margin:auto;
	padding:10px 20px 8px 0px;
	width:130px;
	background-color:#fff;
	border:solid 1px #158AC5;
	border-radius:50px;
	color:#158AC5;
	font-size:14px;
	font-weight:bold;
	line-height:1em;
	text-align:center;
	cursor: pointer;
	outline: none;
	position:relative;
}
.home_btn02 i{
	position: absolute;
	right:14px;
	font-size:15px;
}

.home_box05{
	padding-bottom:35px;
	width:100%;
	max-width:750px;
	background-image:url("../img/home_bg003.png");
	background-repeat:no-repeat;
	background-position:bottom;
	background-size: contain;
}
.home_ul02{
	margin:auto;
	margin-top:5px;
	padding:0px;
	width:96%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
	text-align:center;
	list-style-type:none;
}
.home_ul02 li{
	margin:0px 0px 15px 0px;
	width:48%;
	color:#333;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

.wrap_home_bottom01{
	margin-top:-20px;
	padding-top:60px;
	width:100%;
	background-image:url(../img/footer_bg02.png);
	background-repeat:repeat-x;
	background-position:top center;
	text-align:center;
}
.home_box06{
	padding:0px 0px 0px 0px;
	width:100%;
	background-color:#FEEDA8;
}
.home_ul03{
	margin:auto;
	padding:0px;
	width:90%;
	max-width:400px;
	text-align:center;
	list-style-type:none;
}
.home_ul03 li{
	margin:0px 0px 15px 0px;
}
.home_btn03{
	margin:auto;
	padding:15px 0px 12px 0px;
	width:90%;
	background-color:#fff;
	border-radius:50px;
	color:#9B6000;
	font-size:15px;
	font-weight:bold;
	line-height:1em;
	text-align:center;
	cursor: pointer;
	border:none;
	outline: none;
	position:relative;
}
.home_btn04{
	margin:auto;
	margin-bottom:20px;
	padding:15px 0px 12px 0px;
	width:90%;
	background-color:#fff;
	border-radius:50px;
	color:#4A4A4A;
	font-size:15px;
	font-weight:bold;
	line-height:1em;
	text-align:center;
	cursor: pointer;
	border:none;
	outline: none;
	position:relative;
}

.wrap_home_bottom02{
	margin-top:-20px;
	padding-top:40px;
	width:100%;
	background-color:#FEEDA8;
	background-image:url(../img/footer_bg03.png);
	background-repeat:repeat-x;
	background-position:top center;
	text-align:center;
}
.home_box07{
	padding:0px 0px 15px 0px;
	width:100%;
	background-color:#F4AA0A;
	color:#fff;
	font-size:14px;
	text-align:center;
}

.btn-flash{
	animation: flash 1.5s linear infinite;
}
@keyframes flash {
	0% {
	opacity: 1;
	}
	40% {
	opacity: 0;
	}
	75% {
	opacity: 1;
	}
	100% {
	opacity: 1;
	}
}




/* =1 stamp
------------------------------------------------------------ */

.wrap_map{
	position: relative;
	margin:auto;
	margin-top:-35px;
	padding:0px;
	width:100%;
	height:calc(100vh - 35px);
}
.map{
	margin:auto;
	padding:0px;
	width:100%;
	height: calc(100% - 80px);
}
.map_embed{
    max-width: 100%;
    height: auto;
    width /***/:auto;
}


.map_btn_home img{
	cursor: pointer;
	position: fixed;
	top: 55px;
	left: 8px;
	width:50px;
	z-index:9999;
}
.map_btn_pointer01 img{
	cursor: pointer;
	position: fixed;
	bottom: 95px;
	bottom: 120px;
	left: 6px;
	width:62px;
	z-index:9999;
}
.map_btn_road img{
	cursor: pointer;
	position: fixed;
	bottom: 120px;
	right: 8px;
	width:58px;
	z-index:9999;
}
.map_btn01{
	margin:0px;
	padding:0px;
	background-color:#fff;
	border-radius:5px;
	cursor: pointer;
	position: fixed;
	top: 55px;
	right:10px;
	display:flex;
	flex-wrap:wrap;
	filter: drop-shadow(0px 0px 3px #999);
	list-style-type:none;
	z-index:9999;
}
.map_btn01 li:nth-child(1) a{
	display:block;
	padding:10px 20px 10px 20px;
	border-right:solid 1px #e0e0e0;
	font-size:13px;
	color:#666;
	text-decoration:none;
}
.map_btn01 li:nth-child(2) a{
	display:block;
	padding:10px 20px 10px 20px;
	font-size:13px;
	color:#666;
	text-decoration:none;
}
.map_btn01 li a.active{
	color:#000;
}
.map_btn02{
	margin:0px;
	padding:0px;
	background-color:#fff;
	border-radius:5px;
	cursor: pointer;
	position: fixed;
	top: 110px;
	right:10px;
	filter: drop-shadow(0px 0px 3px #999);
	list-style-type:none;
	z-index:9999;
}
.map_btn02 li:nth-child(1) a{
	display:block;
	padding:13px;
	border-bottom:solid 1px #e0e0e0;
	font-size:13px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
}
.map_btn02 li:nth-child(2) a{
	display:block;
	padding:13px;
	font-size:13px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
}


.stamped {
	z-index: 1;
}



.modal {
	margin-top:45px;
    max-height:calc(100% - 120px);
    overflow-y: auto;
	padding-bottom:40px;
	z-index:9999;
}
.modal-header_bordernone{
	border:none;
}

.modal-footer{
	text-align:center!important;
}

.mapmodal_text01{
	margin:auto;
	margin-bottom:10px;
	padding:0px 0px 0px 40px;
	width:calc(90% - 0px);
	max-width:400px;
	font-size:21px;
	font-weight:bold;
	color:#004C85;
	line-height:1.2em;
	text-align:left;
	vertical-align:sub;
	text-indent:-40px;
}
.mapmodal_text01 img{
	margin:0px 5px 0px 0px;
	width:40px;
	vertical-align:sub;
}

.mapmodal_btn01{
	margin:auto;
	padding:14px 20px 10px 20px;
	background-color:#FF6000;
	border-radius:50px;
	box-shadow: 0 6px 0 #D9D9D9;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	line-height:1em;
	text-align:center;
	cursor: pointer;
	border: none;
	outline: none;
	display:flex;
	flex-wrap:wrap;
}
.mapmodal_btn01 img{
	display:block;
	margin:-4px 10px 0px 0px;
	width:24px;
}
.mapmodal_btn01 i{
	display:block;
	margin:0px 0px 0px 10px;
	font-size:16px;
}
.mapmodal_box01{
	margin:auto;
	margin-bottom:15px;
	padding:10px;
	width:calc(90% - 20px);
	max-width:400px;
	border:solid 3px #C8C8C8;
	border-radius:15px;
	text-align:center;
}
.mapmodal_text02{
	margin:auto;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
	color:#333;
	line-height:1.2em;
	text-align:center;
}
.mapmodal_text03{
	margin:auto;
	font-size:14px;
	color:#787878;
	line-height:1.2em;
	text-align:center;
}
.mapmodal_box02{
	margin:auto;
	margin-bottom:30px;
	padding:20px 10px 20px 10px;
	width:calc(90% - 20px);
	max-width:400px;
	background-color:#FEF6DF;
	border-radius:15px;
	color:#333;
	font-size:18px;
	font-weight:bold;
	line-height:2.4em;
	text-align:center;
}
.mapmodal_box02 img{
	margin-top:5px;
	width:35px;
}
.mapmodal_text04{
	margin:auto;
	font-size:21px;
	color:#E73828;
	line-height:1.2em;
	text-align:center;
}
.mapmodal_btn02{
	margin:auto;
	margin-top:10px;
	padding:14px 0px 14px 0px;
	width:240px;
	background-color:#FF6000;
	border-radius:50px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	line-height:1em;
	text-align:center;
	cursor: pointer;
	border: none;
	outline: none;
	position:relative;
}
.mapmodal_btn02 i{
	position: absolute;
	right:10px;
	font-size:16px;
}
.mapmodal_text05{
	margin:auto;
	margin-bottom:15px;
	padding:10px 0px 10px 0px;
	width:90%;
	max-width:400px;
	background-color:#3286C7;
	border-radius:50px;
	color:#fff;
	font-size:17px;
	font-weight:bold;
	line-height:1em;
	text-align:center;
}
.mapmodal_dl01{
	margin:auto;
	margin-bottom:10px;
	width:90%;
	max-width:400px;
	text-align:center;
}
.mapmodal_dl01 dt{
	margin-bottom:10px;
	width:90px;
	color:#787878;
	font-size:15px;
	line-height:1.4em;
	text-align:left;
	float: left;
}
.mapmodal_dl01 dd{
	margin-bottom:10px;
	margin-left:90px;
	color:#333;
	font-size:15px;
	font-weight:bold;
	line-height:1.4em;
	text-align:left;
}
.mapmodal_dl01 dd a{
	color:#333;
	text-decoration:none;
}
.mapmodal_text06{
	display:inline-block;
	margin:auto;
	margin-bottom:25px;
	padding:0px 0px 3px 0px;
	border-bottom:solid 3px #1F50B7;
	font-size:28px;
	font-weight:bold;
	color:#1F50B7;
	line-height:1.2em;
	text-align:center;
	vertical-align:sub;
}
.mapmodal_text06 img{
	margin:0px 10px 0px 0px;
	width:35px;
	vertical-align:sub;
}

.mapmodal_box03{
	margin:auto;
	width:90%;
	max-width:400px;
	text-align:center;
}
.mapmodal_box03_youtube{
	position: relative;
	margin:auto;
	padding-top: 56.25%;
	width:100%;
}
.mapmodal_box03_youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border:0;
}

.mapmodal_box04{
	margin:auto;
	margin-bottom:30px;
	padding:0px 0px 30px 0px;
	width:90%;
	max-width:400px;
	border-bottom:solid 1px #787878;
	border-bottom:none;
	text-align:center;
}
.mapmodal_btn03{
	margin:auto;
	margin-top:10px;
	padding:16px 0px 16px 0px;
	width:240px;
	background-color:#fff;
	border:solid 1px #158AC5;
	border-radius:50px;
	box-shadow: 0 6px 0 #D9D9D9;
	color:#158AC5;
	font-size:18px;
	font-weight:bold;
	line-height:1em;
	text-align:center;
	cursor: pointer;
	outline: none;
	position:relative;
}
.mapmodal_btn03 i{
	position: absolute;
	right:10px;
	font-size:16px;
}

.mapmodal_btn04{
	margin:auto;
	margin-top:10px;
	padding:16px 0px 16px 0px;
	width:140px;
	background-color:#fff;
	border:solid 1px #787878;
	border-radius:50px;
	color:#333;
	font-size:15px;
	font-weight:bold;
	line-height:1em;
	text-align:center;
	cursor: pointer;
	outline: none;
	position:relative;
}
.mapmodal_btn04 i{
	position: absolute;
	right:10px;
	font-size:16px;
	color:#787878;
}




.swiper{
	margin:auto;
	margin-left:-0%;
	margin-right:0%;
	width:calc(100% + 0%);
	text-align:center;
	overflow: hidden;
	position: relative;
}
.swiper-wrapper{
	margin:auto;
	margin-bottom:30px;
	text-align:center;
}
.swiper-slide{
	display:block;
	margin:auto;
	padding:0px 0px 30px 0px;
	position: relative;
	text-align:center;
}
.swiper-slide img{
	margin:auto;
	padding:0px 5px 0px 5px;
    width:calc(100% - 10px);
    height:auto;
	border-radius:30px;
	text-align:center;
}
.swiper-slide dl{
	position: absolute;
	left:0;
	right:0;
	bottom:-15px;
	margin:auto;
	text-align:center;
}
.swiper-slide dt{
	margin:auto;
	padding:6px 10px 6px 10px;
	width:75%;
	max-width:350px;
	background-color:#425eab;
	border-radius:20px;
	color:#fff;
	font-size:16px;
	text-align:center;
}
.swiper-slide dd{
	margin:5px 0px 0px 0px;
	padding:0px;
}
.swiper-slide a{
	color:#425eab;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

.swiper-wrapper02{
	margin:auto;
	margin-bottom:30px;
	width:67%!important;
	text-align:center;
}

.swiper-button-prev{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 28%;
  left: 12%!important;
  width: 30px!important;
  height: 30px!important;
z-index:9999!important;
background-image:url("../img/prev-arrow.svg");
background-size:30px 30px!important;
background-repeat:no-repeat;
text-indent:-9999px;
}
.swiper-button-next{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 28%;
  right: 12%!important;
  width: 30px!important;
  height: 30px!important;
z-index:9999!important;
background-image:url("../img/next-arrow.svg");
background-size:30px 30px!important;
background-repeat:no-repeat;
text-indent:-9999px;
}

.stamp_distance_box_separate{
	cursor: pointer;
	position: fixed;
	bottom: 100px;
	left: 10px;
	padding:15px 0px 15px 0px;
	width: calc(100% - 20px);
	z-index:99995;
}

.box_gidance,.box_distancedetail,.totaldistance{
	border-radius: 15px;
	font-size:13px;
	filter: drop-shadow(0px 0px 3px #999);
	background-color:#fff;
	color:#333;
	letter-spacing:0em;
	line-height:1.4em;
	text-align:center;
                                margin-bottom:6px;
                                padding:8px 0;
                                font-weight:bold;
}
.totaldistance{margin-bottom:0;}




.stamp_distance_box01{
	cursor: pointer;
	position: fixed;
	bottom: 115px;
	left: 10px;
	padding:15px 15px 15px 15px;
	min-width:200px;
	width:70%;
	background-color:#fff;
	filter: drop-shadow(0px 0px 3px #999);
	font-size:13px;
	color:#333;
	letter-spacing:0em;
	line-height:1.4em;
	text-align:center;
	z-index:99995;
	border-radius: 10px;
}
.stamp_distance_box01 p{
	margin-bottom:10px;
}
.stamp_distance_box02{
	cursor: pointer;
	position: fixed;
	bottom: 140px;
	left: 10px;
	padding:10px;
	min-width:200px;
	min-height:140px;
	width:70%;
	background-color:#fff;
	filter: drop-shadow(0px 0px 3px #999);
	font-size:13px;
	color:#333;
	letter-spacing:0em;
	line-height:1.4em;
	text-align:center;
}
.stamp_distance_box02 p{
	margin-bottom:10px;
}

.stamp_distance_closebtn{
	background-color:#fff;
	border:none;
	font-size:16px;
	float:right;
	cursor: pointer;
	position: absolute;
	top: -15px;
	right: -15px;
	z-index:99995;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	box-shadow: 0px 0px 3px #999;
}

.distance_result{
                                width:100%;
                                background:white;
                                margin-bottom:15px;
                                padding:10px;
                                max-height:300px;
                                overflow-y:scroll;
                                overflow-x:none;
}

.distance_result p{
                                text-align:left;
                                line-height:1.3em;
                                border-bottom: 2px dotted #ccc;
                                padding-bottom: 6px;
                                font-size:15px;
}
.distance_result img{
                                width:15px;
                                height:15px;
                                margin-top:-2px;
                                margin-right:5px;
}
.distance_number{
                                background: #333;color: white;
                                padding: 0 10px;
                                margin-right: 5px;
                                border-radius: 3px;
}

@keyframes stampfade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#img_on{
animation-name: stampfade;
animation-duration: 1s;
}
#img_off{
animation-name: stampfade;
animation-duration: 0.5s;
}

.kekka-title{
    display:none;
}
#route-blk hr{
margin-top: 5px;
margin-bottom: 5px;
}
.acd-label{
margin-bottom:0;
}
#route-blk{
    overflow-y: scroll;
    height: 200px;
    text-align:left;
}
.shuppatsu-label,.time-label{
    background: #7d7d7d;
    color: white;
    padding: 2px 3px;
    margin-right: 3px;
    border-radius: 3px;
}


/* =1 road
------------------------------------------------------------ */
.road_header{
	margin:auto;
	margin-bottom:20px;
	width:50%;
	max-width:400px;
	background-color:#fff;
	text-align:center;
}
.road_header img{
	width:80%;
}
.road_point_text01{
	margin:auto;
	margin-bottom:10px;
	width:90%;
	font-size:13px;
	color:#333;
	/*letter-spacing:0.1em;*/
	line-height:2em;
	text-align:center;
}
.road_point_ul01{
	margin:auto;
	margin-bottom:20px;
	padding:0px 0px 0px 0px;
	width:60%;
	max-width:350px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items: center;
	list-style-type:none;
	text-align:center;
}
.road_point_ul01 li{
	margin:0px 0px 5px 0px;
	width:10%;
	text-align:center;
}
.road_point_ul02{
	margin:auto;
	margin-bottom:5px;
	padding:0px 0px 0px 0px;
	width:60%;
	max-width:350px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items: center;
	list-style-type:none;
	text-align:center;
}
.road_point_ul02 li{
	margin:0px 3px 5px 3px;
	width:15%;
	text-align:center;
}
.road_point_ul02 li img{
	width:100%;
}
.road_point01{
	font-size:18px;
	color:#BCA921;
	text-align:center;
}
.road_point02{
	font-size:18px;
	color:#ccc;
	text-align:center;
}
.road_point_text02{
	font-size:15px;
	color:#375FBC;
	font-weight:bold;
}
.road_point_text02 big{
	font-size:150%;
}

.road_table01{
	margin:auto;
	margin-bottom:30px;
	width:90%;
	max-width:400px;
	text-align:center;
}
.road_table01 th{
	padding:10px;
	background-color:#EFEFEF;
	border:solid 1px #E0E0E0;
	font-size:13px;
	color:#333;
	font-weight:bold;
	/*letter-spacing:0.1em;*/
	line-height:1.5em;
	text-align:center;
}
.road_table01 td{
	padding:10px;
	background-color:#fff;
	border:solid 1px #E0E0E0;
	font-size:13px;
	color:#333;
	/*letter-spacing:0.1em;*/
	line-height:1.5em;
	text-align:left;
}
.road_dl01{
	margin:auto;
	margin-bottom:30px;
	width:90%;
	max-width:400px;
	text-align:center;
}
.road_dl01 dt{
	margin:auto;
	font-size:15px;
	color:#375FBC;
	/*letter-spacing:0.1em;*/
	line-height:1.5em;
	text-align:left;
}
.road_dl01 dd{
	margin:15px 0px 30px 15px;
	font-size:15px;
	color:#666;
	/*letter-spacing:0.1em;*/
	line-height:1.5em;
	text-align:left;
}
.road_dl02{
	margin:auto;
	margin-bottom:30px;
	width:90%;
	max-width:400px;
	text-align:center;
}
.road_dl02 dt{
	margin:auto;
	margin-bottom:20px;
	font-size:15px;
	color:#375FBC;
	/*letter-spacing:0.1em;*/
	line-height:1.5em;
	text-align:left;
}
.road_dl02 dd{
	margin:0px 0px 30px 50px;
	font-size:15px;
	color:#666;
	/*letter-spacing:0.1em;*/
	line-height:1.5em;
	text-align:left;
}
.road_form_hissu{
	margin:0px 10px 0px 0px;
	padding:2px 5px 2px 5px;
	background-color:#FF3300;
	border-radius:5px;
	color:#fff;
	font-size:12px;
	text-align:center;
}
.road_dl02 dd img{
	margin:auto;
	margin-bottom:15px;
	width:80%;
	max-width:400px;
	text-align:center;
}
.road_form_nini{
	margin:0px 10px 0px 0px;
	padding:2px 5px 2px 5px;
	background-color:#666;
	border-radius:5px;
	color:#fff;
	font-size:12px;
	text-align:center;
}

.road_select02_text {
  display: none;
}
.road_select02_text01 {
  display: block;
}

.road_form_ul01{
	list-style-type:none;
	margin:auto;
	padding:0px 0px 0px 0px;
	width:100%;
	font-size:15px;
	color:#666;
	line-height:1.5em;
	text-align:left;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
}
.road_form_ul01 li{
	margin:0px 0px 10px 0px;
	padding:0px;
	width:47%;
	text-align:left;
}
.road_form_ul01 li img{
    max-width: 100%;
    height: auto;
    width /***/:auto;
}

#problem_type_id{font-size:16px!important;}
.form02{font-size:16px!important;width:95%;}


.road_point_table01{
	margin:auto;
	margin-bottom:20px;
	width:100%;
	max-width:400px;
	text-align:center;
}
.road_point_table01 th{
	padding:10px;
	width:140px;
	background-color:#EFEFEF;
	border:solid 1px #E0E0E0;
	font-size:13px;
	color:#333;
	font-weight:bold;
	/*letter-spacing:0.1em;*/
	line-height:1.5em;
	text-align:center;
}
.road_point_table01 td{
	padding:10px;
	background-color:#fff;
	border:solid 1px #E0E0E0;
	font-size:13px;
	color:#333;
	/*letter-spacing:0.1em;*/
	line-height:1.5em;
	text-align:left;
}
.road_point_table01 td img{
	margin-right:5px;
}

.btn_area01{
	margin:auto;
	margin-bottom:30px;
	width:100%;
	max-width:400px;
	display:flex;
	flex-wrap:wrap;
	justify-content:start;
	align-items:flex-start;
	text-align:center;
}
.btn_area01_left{
	display:block;
	margin:auto;
	margin-bottom:20px;
	margin-right:20px;
	padding:15px 0px 15px 0px;
	width:150px;
	background-color:#fff;
	border-radius:10px;
	border:solid 1px #ccc;
	color:#333;
	font-size:15px;
	letter-spacing:0.1em;
	line-height:1.5em;
	text-align:center;
                                font-weight:bold;
}
.btn_area01_right{
	display:block;
	margin:auto;
	margin-bottom:20px;
	padding:15px 0px 15px 0px;
	width:150px;
	background-color:#fff;
	border-radius:10px;
	border:solid 1px #ccc;
	color:#333;
	font-size:15px;
	letter-spacing:0.1em;
	line-height:1.5em;
	text-align:center;
                                font-weight:bold;
}




/* =1 roadclosed
------------------------------------------------------------ */

.roadclosed_box01{
	margin:auto;
	padding:0px 0px 0px 0px;
	width:100%;
	height:100vh;
	text-align:center;
}







/* =1 stamp
------------------------------------------------------------ */
.stamp_box01{
	margin:-20px 0px 10px 0px;
	font-size:16px;
	color:#3286C7;
	font-weight:bold;
}
.stamp_box01 big{
	font-size:160%;
}
.stamp_box02{
	margin:auto;
	padding:0px;
	width:90%;
	max-width:400px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
	text-align:center;
	list-style-type:none;
}
.stamp_box02 li{
	margin:0px;
	padding:0px;
	width:33.3%;
}
.stamp_btn01{
	display:block;
	margin:auto;
	margin-bottom:10px;
	padding:15px 0px 15px 0px;
	width:90%;
	background-color:#fff;
	border:solid 1px #A0A0A0;
	border-radius:50px;
	color:#333;
	font-size:13px;
	letter-spacing:0.1em;
	line-height:1.0em;
	text-align:center;
        font-weight:bold;
	cursor:pointer;
}
.stamp_btn01_active{
	background: #ff6600;
	border: 1px solid #ff6600;
	color: white;
}
.stamp_box03{
	margin:auto;
	padding:0px;
	width:90%;
	max-width:400px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	text-align:center;
	list-style-type:none;
}
.stamp_box03 li{
	margin:0px 0px 15px 0px;
	padding:15px 10px 15px 10px;
	width:48%;
	background-color:#fff;
	border-radius:20px;
	color:#333;
	font-size:16px;
	line-height:1.6em;
	text-align:center;
        font-weight:bold;
}
.stamp_box04{
	display:inline-block;
	margin:auto;
	margin-top:15px;
	margin-bottom:10px;
	padding:5px 12px 5px 12px;
	background-color:#3286C7;
	border-radius:50px;
	color:#fff;
	font-size:16px;
	line-height:1.4em;
	text-align:center;
        font-weight:bold;
}
.stamp_box04_off{
	display:inline-block;
	margin:auto;
	margin-top:15px;
	margin-bottom:10px;
	padding:5px 12px 5px 12px;
	background-color:#3286C7;
	border-radius:50px;
	color:#fff;
	font-size:16px;
	line-height:1.4em;
	text-align:center;
        font-weight:bold;
}
.stamp_box05{
	margin-top:5px;
	font-size:13px;
	line-height:1.6em;
	color:#787878;
}
.stamp_box06{
	margin:auto;
	margin-top:10px;
	padding:10px 5px 10px 5px;
	background-color:#E50012;
	border-radius:20px;
	color:#fff;
	font-size:16px;
	line-height:1.4em;
	text-align:center;
        font-weight:bold;
}

.stamp_box07{
	margin:auto;
	margin-top:-20px;
	padding:0px;
	width:90%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	text-align:center;
	list-style-type:none;
}
.stamp_box07 li{
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	width:48%;
	background-color:#fff;
	border-radius:20px;
	color:#333;
	font-size:16px;
	line-height:1.6em;
	text-align:center;
        font-weight:bold;
}
.stamp_box07 li img{
	width:94%;
}
.stamp_box08{
	margin:auto;
	margin-top:15px;
	padding:0px;
	width:100%;
	border:solid 1px #333;
	text-align:center;
}
.stamp_box08 dt{
	margin:auto;
	background-color:#F8E2BF;
	color:#333;
	font-size:13px;
	text-align:center;
}
.stamp_box08 dd{
	margin:auto;
	background-color:fff;
	color:#333;
	font-size:13px;
	text-align:center;
}


/* =1 point
------------------------------------------------------------ */

.point_box01{
	margin:-25px 0px 5px 0px;
	font-size:16px;
	color:#E73828;
	font-weight:bold;
}
.point_box01 big{
	font-size:160%;
}
.point_box02{
	margin:auto;
	padding:0px;
	width:90%;
	max-width:400px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
	text-align:center;
}
.point_box02_left{
	width:55%;
	font-size:15px;
	text-align:left;
}
.point_box02_right{
	width:45%;
	font-size:16px;
	text-align:right;
}
.point_box03{
	margin:auto;
	margin-bottom:15px;
	padding:15px 10px 5px 10px;
	width:90%;
	max-width:400px;
	background-color:#fff;
	border-radius:20px;
	text-align:center;
}
.point_dl01{
	margin:auto;
	width:100%;
	max-width:400px;
	text-align:center;
}
.point_dl01 dt{
	margin-bottom:10px;
	padding:3px 0px 3px 0px;
	width:100px;
	background-color:#EBEBEB;
	border-radius:20px;
	color:#333;
	font-size:15px;
	line-height:1.4em;
	text-align:center;
	float: left;
}
.point_dl01 dd{
	margin-bottom:10px;
	margin-left:110px;
	padding:3px 0px 3px 0px;
	color:#333;
	font-size:15px;
	font-weight:bold;
	line-height:1.4em;
	text-align:left;
}

.point_box04{
	margin:auto;
	padding:0px;
	width:90%;
	max-width:400px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
	text-align:center;
	list-style-type:none;
}
.point_btn01 li:nth-child(1){
	margin:0px;
	padding:0px;
	width:50%;
	text-align:left;
}
.point_btn01 li:nth-child(2){
	margin:0px;
	padding:0px;
	width:50%;
	text-align:right;
}
.point_btn01{
	display:block;
	margin:auto;
	margin-bottom:10px;
	padding:15px 30px 15px 30px;
	background-color:#fff;
	border:solid 1px #A0A0A0;
	border-radius:50px;
	color:#333;
	font-size:16px;
	letter-spacing:0.1em;
	line-height:1.0em;
	text-align:center;
        font-weight:bold;
	cursor:pointer;
}


/* =1 present
------------------------------------------------------------ */
.present_box01{
	margin:auto;
	padding:0px;
	width:90%;
	max-width:400px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
	text-align:center;
	list-style-type:none;
}
.present_box01 li{
	margin:0px;
	padding:0px;
	width:47%;
}
.present_btn01{
	display:block;
	margin:auto;
	margin-bottom:10px;
	padding:15px 0px 15px 0px;
	width:100%;
	background-color:#fff;
	border:solid 1px #A0A0A0;
	border-radius:50px;
	color:#333;
	font-size:16px;
	letter-spacing:0em;
	line-height:1.0em;
	text-align:center;
        font-weight:bold;
	cursor:pointer;
}
.present_btn02{
	display:block;
	margin:auto;
	margin-bottom:10px;
	padding:15px 0px 15px 0px;
	width:100%;
	background-color:#ff6000;
	border:solid 1px #ff6000;
	border-radius:50px;
	color:#fff;
	font-size:16px;
	letter-spacing:0em;
	line-height:1.0em;
	text-align:center;
        font-weight:bold;
	cursor:pointer;
}

.present_box02{
	margin:auto;
	margin-bottom:15px;
	padding:15px 10px 5px 10px;
	width:90%;
	max-width:400px;
	background-color:#fff;
	border-radius:20px;
	text-align:center;
}
.present_dl01{
	margin:auto;
	width:100%;
	max-width:400px;
	text-align:center;
}
.present_dl01 dt{
	margin-bottom:10px;
	padding:3px 0px 3px 0px;
	width:100px;
	background-color:#F9C75F;
	border-radius:20px;
	color:#333;
	font-size:15px;
	line-height:1.4em;
	text-align:center;
	float: left;
}
.present_dl01 dd{
	margin-bottom:10px;
	margin-left:110px;
	padding:3px 0px 3px 0px;
	color:#333;
	font-size:15px;
	font-weight:bold;
	line-height:1.4em;
	text-align:left;
}

.present_dl02{
	margin:auto;
	width:100%;
	max-width:400px;
	text-align:center;
}
.present_dl02 dt{
	margin:5px 0px 10px 0px;
	padding:10px 0px 10px 0px;
	width:100%;
	background-color:#FBE6B1;
	border-radius:20px;
	color:#40210F;
	font-size:15px;
	line-height:1.4em;
	text-align:center;
	float: left;
}
.present_dl02 dd{
	margin-bottom:10px;
	padding:5px 10px 5px 10px;
	width:100%;
	color:#333;
	font-size:15px;
	font-weight:bold;
	line-height:1.4em;
	text-align:left;
}

.present_box03{
	margin-bottom:15px;
	color:#FF6000;
	font-size:20px;
	font-weight:bold;
	line-height:1.2em;
	text-align:center;
}

.present_btn03{
	margin:auto;
	margin-top:10px;
	margin-bottom:15px;
	padding:14px 0px 14px 0px;
	width:100%;
	background-color:#fff;
	border:solid 1px #A0A0A0;
	border-radius:50px;
	color:#A0A0A0;
	font-size:16px;
	font-weight:bold;
	line-height:1em;
	text-align:center;
	cursor: pointer;
	outline: none;
	position:relative;
}
.present_btn04{
	margin:auto;
	margin-top:10px;
	margin-bottom:15px;
	padding:14px 0px 14px 0px;
	width:100%;
	background-color:#FF6000;
	border-radius:50px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	line-height:1em;
	text-align:center;
	cursor: pointer;
	border: none;
	outline: none;
	position:relative;
}
.present_btn04 i{
	position: absolute;
	right:20px;
	font-size:16px;
}
.present_btn05{
	margin:auto;
	margin-top:10px;
	margin-bottom:15px;
	padding:14px 0px 14px 0px;
	width:100%;
	background-color:#C9C9C9;
	border-radius:50px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	line-height:1em;
	text-align:center;
	cursor: pointer;
	border: none;
	outline: none;
	position:relative;
}
.present_btn05 i{
	position: absolute;
	right:20px;
	font-size:16px;
}
.present_box04{
	margin-bottom:15px;
	color:#333;
	font-size:16px;
	font-weight:bold;
	line-height:1.0em;
	text-align:center;
}

#tel1,#tel2,#tel3{width:70px;display:table-cell;}


/* spotlist
------------------------------------------------------------ */
.spotlist_box01{
	margin:auto;
	padding:0px;
	width:90%;
	max-width:400px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
	text-align:center;
	list-style-type:none;
}
.spotlist_box01 li{
	margin:0px;
	padding:0px;
	width:47%;
}
.spotlist_btn01{
	display:block;
	margin:auto;
	margin-bottom:10px;
	padding:15px 0px 15px 0px;
	width:100%;
	background-color:#fff;
	border:solid 1px #A0A0A0;
	border-radius:50px;
	color:#333;
	font-size:16px;
	letter-spacing:0em;
	line-height:1.0em;
	text-align:center;
        font-weight:bold;
	cursor:pointer;
}
.spotlist_btn02{
	display:block;
	margin:auto;
	margin-bottom:10px;
	padding:15px 0px 15px 0px;
	width:100%;
	background-color:#ff6000;
	border:solid 1px #ff6000;
	border-radius:50px;
	color:#fff;
	font-size:16px;
	letter-spacing:0em;
	line-height:1.0em;
	text-align:center;
        font-weight:bold;
	cursor:pointer;
}

.spotlist_box02{
	margin:auto;
	margin-bottom:45px;
	padding:15px 10px 5px 10px;
	width:90%;
	max-width:400px;
	background-color:#fff;
	border-radius:20px;
	text-align:center;
}
.spotlist_dl01{
	margin:auto;
	width:97%;
	max-width:400px;
	text-align:center;
                                border-bottom:2px dotted #ccc;
                                padding:0 0 5px 0;
}

.spotlist_box02 .spotlist_dl01:last-child{
                                border-bottom:none;
                                margin-bottom:15px;
                                }

.spotlist_dl01 dt{
	padding:3px 0px 3px 0px;
	width: 85%;
	background-color:#fff;
	color:#333;
	font-size:15px;
	line-height:1.4em;
	text-align:left;
                                display:inline-flex;
}
.spotlist_dl01 dt span.spot_number{
                                display:inline-flex;
                                width:35px;
                                text-align:right;
                                padding-right:4px;
                                min-width:35px;
                                justify-content: flex-end;
}
.spotlist_dl01 dd{
	padding:8px 0px 3px 0px;
	color:#333;
                                width:10%;
	font-size:15px;
	font-weight:bold;
	line-height:1.4em;
	text-align:right;
                                display:inline-block;
}
.spotlist_dl01 dd img{
	width:80%;
                                height:80%;
                                margin-top:-3px;
}




/* =1 coupon
------------------------------------------------------------ */
.coupon_box01{
	margin:auto;
	margin-bottom:30px;
	width:90%;
	max-width:400px;
	font-size:16px;
	text-align:center;
}
.coupon_box02{
	margin:auto;
	padding:10px 0px 10px 0px;
	background-color:#FF6000;
	width:90%;
	max-width:400px;
	border-radius:20px;
	color:#fff;
	font-size:16px;
	line-height:1.6em;
	text-align:center;
        font-weight:bold;
                                margin-bottom:45px;
}

.coupon_box03{
	margin:auto;
	padding:0px;
	width:90%;
	max-width:400px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	text-align:center;
	list-style-type:none;
}
.coupon_box03 li{
	margin:0px 0px 5px 0px;
	padding:15px 10px 65px 10px;
	width:100%;
	background-color:#fff;
	border-radius:20px;
	color:#333;
	font-size:13px;
	line-height:1.6em;
	text-align:center;
        font-weight:bold;
	position:relative;
}
.coupon_box03 li img{
	padding:22px 0px 10px 0px;
	width:40px;
}
.coupon_box04{
	position: absolute;
	top:-12px;
	left:50%;
	transform: translateX(-50%);
	margin:auto;
	width:100%;
}
.coupon_box04 span{
	display:inline-block;
	margin:auto;
	padding:5px 10px 5px 10px;
	max-width:90%;
	background-color:#3286C7;
	border-radius:50px;
	color:#fff;
	font-size:16px;
	line-height:1.4em;
	text-align:center;
	font-weight:bold;
	min-width:160px;
}
.coupon_box05{
	margin:auto;
	margin-bottom:8px;
	color:#E73828;
	font-size:30px;
	line-height:1.4em;
	text-align:center;
        font-weight:bold;
}
.coupon_box06{
	margin:auto;
	margin-bottom:5px;
	color:#333;
	font-size:16px;
	line-height:1.4em;
	text-align:center;
	font-weight:bold;
}
.coupon_btn01{
	margin:auto;
	margin-top:10px;
	margin-bottom:15px;
	padding:14px 0px 14px 0px;
	width:90%;
	background-color:#FF6000;
	border-radius:50px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	line-height:1em;
	text-align:center;
	cursor: pointer;
	border: none;
	outline: none;
	position: absolute;
	left: 5%;
	bottom: 0px;
}
.btn_grayout{
	background-color:#ccc!important;
                                color:white;
                                border:none;
}
.coupon_btn01 i{
	position: absolute;
	right:10px;
	font-size:14px;
}

.coupon_modal{
	margin:auto;
	margin-top:-10px;
	padding:0px 0px 30px 0px;
	width:90%;
	max-width:400px;
	text-align:center;
}
.coupon_box07{
	margin:auto;
	margin-bottom:30px;
	color:#333;
	font-size:20px;
	line-height:1.4em;
	text-align:center;
        font-weight:bold;
}
.coupon_box08{
	margin:auto;
	margin-bottom:10px;
	width:40px;
}
.coupon_box09{
	margin:auto;
	margin-bottom:10px;
	color:#E73828;
	font-size:20px;
	line-height:1.4em;
	text-align:center;
        font-weight:bold;
}
#coupon01_coupon_name{font-size:24px!important;}
#coupon01_coupon_naiyo{font-size:18px!important;}
.coupon_box10{
	margin:auto;
	margin-top:-10px;
	margin-bottom:15px;
	color:#E50012;
	font-size:15px;
	line-height:1.4em;
	text-align:center;
        font-weight:bold;
}
.coupon_btn02{
	margin:auto;
	margin-top:10px;
	margin-bottom:15px;
	padding:14px 0px 14px 0px;
	width:100%;
	background-color:#FF6000;
	border-radius:50px;
	color:#fff;
	font-size:22px;
	font-weight:bold;
	line-height:1em;
	text-align:center;
	cursor: pointer;
	border: none;
	outline: none;
	position:relative;
}
.coupon_btn02 i{
	position: absolute;
	right:20px;
	font-size:22px;
}
.coupon_box11{
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	color:#333;
	font-size:22px;
	line-height:1.4em;
	text-align:center;
        font-weight:bold;
}
.coupon_box12{
	display:inline-block;
	margin:auto;
	padding:10px 15px 10px 15px;
	border:solid 1px #333;
	border-radius:5px;
	color:#333;
	font-size:20px;
	line-height:1.4em;
	text-align:center;
        font-weight:bold;
}
.coupon_box13{
	margin:auto;
	margin-top:-10px;
	margin-bottom:30px;
	color:#333;
	font-size:35px;
	line-height:1.0em;
	text-align:center;
        font-weight:bold;
}
.coupon_box13 small{
	font-size:17px;
}
.coupon_box14{
	display:inline-block;
	margin:auto;
	margin-bottom:20px;
	padding:14px 0px 14px 0px;
	width:90%;
	max-width:300px;
	background-color:#fff;
	border-radius:50px;
	border:solid 1px #A0A0A0;
	color:#A0A0A0;
	font-size:16px;
	line-height:1.4em;
	text-align:center;
        font-weight:bold;
}

/*inc_coupon04.php不要により一時削除*/
.coupon_dialog01 p{
	margin-top:10px!important;
	line-height:1.5em!important;
}
.coupon_btn03{
	margin:auto;
	padding:14px 0px 14px 0px;
	width:180px;
	background-color:#FF6000;
	border-radius:50px;
	color:#fff;
	font-size:22px;
	font-weight:bold;
	line-height:1em;
	text-align:center;
	cursor: pointer;
	border: none;
	outline: none;
	position:relative;
}
.coupon_box15{
	margin:auto;
	margin-top:-10px;
	padding:0px;
	list-style-type:none;
}
.coupon_box15 li{
	margin:auto;
	margin-bottom:15px;
	text-align:center;
}


/* =1 faq
------------------------------------------------------------ */

.faq_ul01{
	margin:auto;
	padding:0px;
	width:90%;
	max-width:400px;
	text-align:center;
}
.faq_ul01 li{
	margin-bottom:15px;
	list-style-type:none;
}
.faq_btn01{
	margin:auto;
	padding:25px 0px 25px 20px;
	width:calc(100% - 0px);
	background-color:#fff;
	border-radius:20px;
	color:#333;
	font-size:16px;
	font-weight:bold;
	line-height:1em;
	text-align:left;
	cursor: pointer;
	border: none;
	outline: none;
	position:relative;
}
.faq_btn01 i{
	position: absolute;
	right:20px;
	font-size:14px;
	color:#A0A0A0;
}
.faq_btn02{
	display:block;
	margin:auto;
	margin-bottom:10px;
	padding:15px 30px 15px 30px;
	background-color:#fff;
	border:solid 1px #A0A0A0;
	border-radius:50px;
	color:#333;
	font-size:13px;
	letter-spacing:0.1em;
	line-height:1.0em;
	text-align:center;
        font-weight:bold;
	cursor:pointer;
	outline: none;
}
.faq_box02{
	margin:auto;
	margin-bottom:0px;
                                margin-top:20px;
	padding:20px;
	width:90%;
	max-width:400px;
	background-color:#FBE6B1;
	border-radius:20px;
	color:#333;
	font-size:16px;
	font-weight:bold;
	line-height:1.8em;
	text-align:left;
                                text-indent: -1em;
                                padding-left:40px;
}
.faq_box02 span,.answer span{
                                color:#F4AA0A;
}
.answer{
                                text-indent: -1em;
                                padding-left:20px;
}
ul.answer-list li{
                                margin: auto;
                                margin-bottom: 15px;
                                color: #333;
                                font-size: 16px;
                                font-weight: bold;
                                line-height: 1.8em;
                                padding-right:20px;
}
ul.answer-list li:last-child{
                                margin-bottom: 40px;
}
.faq_box03{
	margin:auto;
	margin-top:-15px;
	padding:0px;
	width:280px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
	text-align:center;
	list-style-type:none;
}
.faq_box03 li:nth-child(1){
	margin:0px;
	padding:0px;
	width:130px;
	text-align:left;
}
.faq_box03 li:nth-child(2){
	margin:0px;
	padding:0px;
	width:130px;
	text-align:right;
}
.faq_btn03{
	display:block;
	margin:auto;
	margin-bottom:10px;
	padding:15px 0px 15px 0px;
	width:130px;
	background-color:#fff;
	border:solid 1px #A0A0A0;
	border-radius:50px;
	color:#333;
	font-size:13px;
	letter-spacing:0.1em;
	line-height:1.0em;
	text-align:center;
        font-weight:bold;
	cursor:pointer;
	outline: none;
}




/* =1 info
------------------------------------------------------------ */
.info_box01{
	margin-top:-10px;
	margin-bottom:20px;
	font-size:18px;
	color:#375FBC;
	font-weight:bold;
	text-align:center;
}
.info_box01 img{
	margin-top:15px;
}









/* =1 contact
------------------------------------------------------------ */
.contact_dl01{
	margin:auto;
	width:90%;
	max-width:400px;
	text-align:center;
}
.contact_dl01 dt{
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-size:16px;
	color:#333;
	font-weight:bold;
	/*letter-spacing:0.1em;*/
	line-height:1.5em;
	text-align:left;
}
.contact_dl01 dd{
	margin:0px 0px 15px 20px;
	padding:0px 0px 0px 0px;
	font-size:13px;
	color:#333;
	font-weight:normal;
	/*letter-spacing:0.1em;*/
	line-height:1.5em;
	text-align:left;
}

.contact_dl02{
	margin:auto;
	width:90%;
	max-width:400px;
	text-align:center;
}
.contact_dl02 dt{
	margin:0px 0px 10px 0px;
	padding:10px 0px 10px 0px;
	font-size:13px;
	color:#333;
	font-weight:bold;
	/*letter-spacing:0.1em;*/
	line-height:1.5em;
	text-align:left;
}
.contact_dl02 dd{
	margin:0px 0px 15px 20px;
	padding:0px 0px 10px 0px;
	font-size:13px;
	color:#333;
	font-weight:normal;
	/*letter-spacing:0.1em;*/
	line-height:1.5em;
	text-align:left;
}


/*20210311追記：map.phpのモーダル内お知らせ関連*/
.info-from-michinoeki{
width:90%;
margin:0 auto;
}
.info-from-michinoeki p.title {
background:#266abf;
color:white;
font-weight:bold;
border-radius:3px;
padding:3px 0 1px 0;
margin-bottom:15px;
}
.info-from-michinoeki dl{
padding:0;
}
.info-from-michinoeki dl dt{
padding:2px 0 0 0;
clear:both;
float:left;
text-align:left;
font-size:10px;
width:22%;
font-weight:normal;
font-weight:bold;
}
.info-from-michinoeki dl dd{
padding: 0 0 10px;
float:left;
text-align:left;
width:78%;
font-size:14px;
}
.info-from-michinoeki dl dd a{
color:#333;
}
.info-from-michinoeki dl dd .icon-link{
width:17px;
margin-top:-5px;
margin-left:2px;
height:auto;
}

#layer_board_area {
	display: none;
	position: fixed;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 3vw;
    overflow-y: auto;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none; /*スクロールバーを非表示*/
    z-index: 2;
}
#layer_board_area::-webkit-scrollbar {
	display:none; /*スクロールバーを非表示*/
}
.layer_board_bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	cursor: pointer;
	background: #000;
	z-index: 0;
}
/* --modalWindow ポップアップ部分-- */
.layer_board {
	display: none;
	position: relative;
	width: 90%;
	max-width: 400px;
	margin: 3em auto;
	padding:10px 0px 20px 0px;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 0 0 10px #333;
	background: #fff;
	z-index: 10;
}
.layer_board.shortLayer {
	margin: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
/* --close ボタン-- */
.layer_board .mdl_btn_close.circle_btn {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 30px;
	height: 30px;
	background-image: url("../img/modal_closebtn.png");
	background-repeat: no-repeat;
	transition: .15s;
	filter: drop-shadow(2px 2px 5px rgb(0, 0, 0));
}

/* --コンテンツ部分の装飾-- */
.layer_borad_title {
	font-size: 200%;
	font-weight: 200;
	color: #ED344E;
}
.layer_borad_content {
	margin: 1em auto 1.5em;
}

.camp20210723_text01{
	margin:auto;
	margin-bottom:20px;
	color:#000;
	font-size:18px;
	font-weight:bold;
	line-height:1.6em;
	text-align:center;
}
.camp20210723_text02{
	margin:auto;
	margin-bottom:30px;
	padding:10px 0px 10px 0px;
	width:90%;
	max-width:400px;
	border:solid 2px #e70d5a;
	border-radius: 10px;
	color:#e70d5a;
	font-size:18px;
	font-weight:bold;
	line-height:1.6em;
	text-align:center;
}
.camp20210723_text03{
	margin:auto;
	margin-bottom:20px;
	color:#0c419a;
	font-size:18px;
	font-weight:bold;
	line-height:1.6em;
	text-align:center;
}

.camp20210723_ul01{
	margin:auto;
	margin-bottom:30px;
	text-align:center;
	list-style: none;
}
.camp20210723_ul01 li{
	margin-bottom:5px;
	padding-left:34px;
	min-height:32px;
	background: url(../img/camp20210723_img003.png) left 0px top 3px no-repeat;
	background-size: 25px 25px;
	font-size:16px;
	font-weight:bold;
	line-height: 1.8em;
	text-align:left;
}
.camp20210723_dl01{
	margin:auto;
	width:90%;
	max-width:400px;
	text-align:center;
}
.camp20210723_dl01 dt{
	margin:auto;
	padding:5px 0px 5px 0px;
	background-color:#999;
	border:solid 1px #999;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	font-size:14px;
	color:#fff;
	font-weight:normal;
	text-align:center;
}
.camp20210723_dl01 dd{
	margin:auto;
	padding:15px 0px 10px 0px;
	background-color:#fff;
	border:solid 1px #999;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
}
.camp20210723_ul02{
	margin:auto;
	text-align:center;
	list-style:disc;
}
.camp20210723_ul02 li{
	margin:0px 20px 10px 0px;
	font-size:13px;
	color:#000;
	line-height: 1.6em;
	text-align:left;
}


/**/
/* --アンケートキャンペーン-- */

.anq-status{
                                border-top:2px solid #c1c1c1;
                                border-bottom:2px solid #c1c1c1;
                                padding:2em 0 0 0;
                                margin:2em auto;
                                width:95%;
}
.anq-status p{
                                font-size:1.25em;
}
.anq-q{
                                border-bottom: 4px solid #ea5e1d;
                                text-indent: -1.6em;
                                padding-left: 1.6em!important;
                                margin-bottom: 1.5em!important;
                                padding-bottom: 0.7em!important;
                                margin-top: 4em!important;
                                font-size:1.25em!important;
}
.anq-dd{
                                margin: 0px 0px 15px 0px!important;
}




.btn-au{
                                 display: block;
                                  margin: auto;
                                  margin-bottom: 10px;
                                  margin-top: 20px;
                                  padding: 10px 0px 10px 0px;
                                  width: 100%;
                                  max-width: 350px;
                                  background-color: #ff3d2f;
                                  border-radius: 10px;
                                  color: #fff;
                                  font-size: 16px;
                                  letter-spacing: 0em;
                                  line-height: 1.5em;
                                  text-align: center;
                                  font-weight: bold;
                                  white-space: pre-line;
                                  box-shadow:0px 8px 0px rgba(0, 0, 0, .08)
}




.btn-stampfail{
    position: absolute;
    bottom: 65px;
    left: 75px;
    z-index: 9999;
    background: #ff5500;
    padding: 9px 10px 9px 15px;
    border-radius: 19px;
    font-weight: bold;
    box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 20%);
    color: #fff;
}


/*=======*/

.stamp-area{
    display: flex;
    flex-wrap: wrap;
    gap: 15px 15px;
    width: 100%;
    padding: 0 20px;
    margin-top:30px;
}

.stamp-frame{
    border: 5px solid #d3d3d3;
    border-radius: 20px;
    width: 40%;
    flex: 2 2 auto;
                                padding:15px;
}
.stamp-frame-space{
    border: none;
    border-radius: 20px;
    width: 40%;
    flex: 2 2 auto;
                                padding:15px;
}


.header_shop{
background:#e91e63;
}

table.edit{
margin:0 auto;
width:90%;
}
table.edit td,table.edit th{
padding:4px;
border:1px solid #ddd;
text-align:center;
}
table.edit th{
background:#f7f7f7;
}
table.edit td img{
width:35px;
}

.point-btn{
    position: fixed;
    z-index: 999999;
    width: 75px;
    right: 20px;
    top: 15px;
}

.minus{
background:#f4b036;
}
.plus{
background:#b2e2e8;
}