@charset "utf-8";

/*PCSP共通設定*/
section:nth-of-type(odd){background-color:#FEFFD5;}
section:nth-of-type(even){background-color:#fff;}
html {scroll-behavior: smooth;}/*smooth scroll*/
main{
	margin-top: 0px !important;
}
/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}


.btnone{
		background-color: #cccccc !important;
		pointer-events: none;
	}
.btnone:after { 
	background-color: #cccccc !important;
	}
	
/* CSS */
#dirPathBlock {
	overflow-x: scroll;
	overflow-y: hidden;
}
#dirPathBlock,
#anchorLinkBlock {margin: 0 1%;}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
#dirPathBlock p {width: max-content;}
h1 {
	font-size: 12px;
	margin: 0 1% 1%;
}
/*h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom: 5px dotted #111;
	margin: 0 auto 3%;
	padding-bottom: 5px;
	width: 94%;
	clear: both;
}*/
.inner{
	width: 96%;
	margin: 0 2%;
	padding: 24px 0;
	box-sizing: border-box;
}

/*title*/

.title {
	width: 100%!important;
    max-width: 760px;
	margin: 0 auto;
}
.title img {
width: 100%;
height: auto;
}

.cap{
	padding: 10px;
	background-color: #391f6c;
}

.cap p{
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	margin: 0;
}


.tit1 {
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	color: #000;
	padding: 0.5em 0;
	border-top: solid 3px #06F;
	border-bottom: solid 3px #06F;
	margin-bottom: 3%;
}
.tit2 {
font-size: 140%;
font-weight: bold;
text-align: center;
color: #fff;
background-color: #06f;
border-radius: 10px;
padding: 10px 0px;
margin: 0px 0px 10px 0px;
}


.subtit{
	display: block;
	font-size: 90%;
	text-align: center;
	margin: 0 0 10px 0;
}


a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

p.lead {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	margin-top: 2%;
}

p.lead span {
	color: #F00;
}

#anchorLinkBlock p.pageBackBlock {
	font-size: 11px !important;
	padding: 1%;
}

.smpnone{
	display: none;
}


/* =========================================================
◆photoswipe
========================================================= */
figure {
	position: relative;
	margin-top: 2%;
}

figure img {
	width: 100%;
	height: auto;
	padding: 0 2%;
}

figure:hover:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	display: block;
	z-index: 99;
	background: url(../images/ic_zoom.png) no-repeat;
	background-size: 100% auto;
}

p.text {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	margin: 5% 0 2% 0;
}

p.attention {
	font-size: 94%;
	width: 96%;
	border: 2px #F00 solid;
	margin: 2%;
	padding: 2%;
	background: #FFF;
}

p.attention span {
	font-weight: bold;
	text-align: center;
	color: #F00;
}

*, *:before, *:after {
	box-sizing: border-box;
}

/* =========================================================
◆ボタン
========================================================= */


.btn_txt{
	/*color: #FF0004;*/
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 20px 0;
}

.btn_txt span{
	font-size: 14px;
}

.Btn {
	overflow: hidden;
    width: 94%;
	margin: 3%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 123.1%;
    font-weight: bold;
    display: block;
    position: relative;
    text-align: center;
    color: #333;
    text-decoration: none;
}

.Btn a {
	display: block;
	position: relative;
	text-align: center;
	background: #F60;
	color: #fff;
	text-decoration :none;
	padding: 10px 0px;
}

.Btn a:hover {
	background: #F30;        /* マウスオーバーカラー */  
}

.Btn a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.Btn a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 5px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #F60;
}

.Btn a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #F30;
}
.Btn_yet {
	overflow: hidden;
    width: 94%;
	margin: 3%;
    border-radius: 4px;
    font-size: 123.1%;
    font-weight: bold;
	text-align: center;
	background: #aaa;
	color: #fff;
}

.Btn_navy {
	overflow: hidden;
    width: 94%;
	margin: auto 3%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 123.1%;
    font-weight: bold;
    display: block;
    position: relative;
    text-align: center;
    color: #333;
    text-decoration: none;
}

.Btn_navy a {
	display: block;
	position: relative;
	text-align: center;
	background: #006;
	color: #fff;
	text-decoration :none;
	padding: 5%;
}

.Btn_navy a:hover {
	background: #003;        /* マウスオーバーカラー */  
}

.Btn_navy a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.Btn_navy a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #006;
}

.Btn_navy a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #003;
}


ul.attentionList {
	width: 96%;
	margin: 2% 2% 5% 2%;
	border: 2px #F00 solid;
	padding: 2%;
	background: #FFF;
}

ul.attentionList li {
    font-size: 94%;
	line-height: 1.5;
	padding-bottom: 2%;
	text-indent: -1em;
    margin-left: 1em;
    list-style: none;
}

ul.attentionList li:before {
	content: '●';
}


ul.attentionList li.list1:before {
	content: '1.' !important;
}



ul.attentionList li.list2:before {
	content: '2.' !important;
}


ul.attentionList li.list3:before {
	content: '3.' !important;
}


ul.attentionList li.list4:before {
	content: '4.' !important;
}


ul.attentionList li.list5:before {
	content: '5.' !important;
}


ul.attentionList li.list6:before {
	content: '6.' !important;
}


ul.attentionList li.no:before {
	content: '';
}



.dejipanarea{
	display: flex;
	flex-wrap: wrap;
	/*justify-content:space-between;*/
	justify-content:center;
	align-items: stretch;
}

.dejipanbox{
	width: 48%;
	margin: 0 0% 2% 0%;
	background-color: #ffffff;
}

.dejipanimg{
	width: 100%;
	margin: 0 0 0px 0;
}

.dejipanimg img{
	width: 100%
}

.dejipantxt{
	    font-size: 12px;
    font-weight: bold;
    padding: 10px 5px;
    margin: 0;
}

/* =========================================================
◆slider
========================================================= */
.slider img {
	max-width: 100%;
	width: 100%;
	height: auto;
	padding: 0 1%;
}

.slider div p {
	font-size: 123.1%;
	padding: 2% 1%;
	text-align: left;
}

.slider div p img {
    float: left;
	max-width: 22px; 
    height: auto;
	padding: 0;
    margin-right: 1%;
}

.slider div p .lead {
	font-size: 110%;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.prev-arrow {
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}
.next-arrow {
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-slide {
	opacity: 0.5;
	background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-active {
	opacity: 0.5 ;
}
.slick-center {
	opacity: 1 !important;
}

.slide_selector{
	z-index: 1 !important;
	position: relative;
	overflow: hidden;
}


.kankoarea{
	margin: 30px 0 0 0;
	padding: 0 0 0 0;
}

.kankoarea h3{
	text-align: center;
	background-color: #0074FF;
	color: #ffffff;
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 10px 10px;
}

.kanko_txt{
	font-size: 14px;
	margin: 0 0 20px 0;
}



.txtlink{
	margin: 20px 0 0;

}

.txtlink p{
	text-align: center;
}

.txtlink p a{
	color: #FF0004;
	font-weight: bold;
	font-size: 16px;
}

.btnboxarea{
	border: 3px #FF0004 solid;
	border-radius: 20px;
	padding: 10px;
	margin: 0 0 20px 0;
}

.btnboxarea .Btn{
	margin: 0 auto 10px;
}


.btn_txt2{
	font-size: 14px;
	margin: 0 0 20px 0;
	text-align: center;
}


.osusumearea{
	/*display: flex;
	justify-content: space-around;
	align-items: flex-start;*/
}


.osusumebox{
	width: 95%;
	margin: 0 auto 20px;
	max-width: 400px;
}

.osusumebox dl{
	border: 2px solid #cccccc;
	padding: 10px 10px;
}

.osusumebox dl dt{
	background-color: #007CFF;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	font-size: 14px;
	margin: 0 0 20px 0;
	
}

.osusumebox dl dd{
	margin: 0 0 20px 0;
}

.osusume_txt{
	font-size: 12px;
	line-height: 1.5;
}

.osusume_img {
	max-width: 400px;
}

.osusume_img img{
	width: 100%;
}

.osusume_btn{
	margin: 0 0 0 0 !important;
}

.osusume_btn a{
	display: block;
	text-align: center;
	background-color: #FF8600;
	text-align: center;
	color: #FFFFFF;
	padding: 20px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	border-radius: 10px;
}


.osusume_btn a:hover{
	opacity: 0.5;
}


/*tripa*/
#useWrap{
	padding:0;
	margin-bottom:0;
}
	
#useWrap h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}	


#useWrap div{
	overflow:hidden;
	padding:10px;
	margin:0 0 0 0;
	float:none!important;
	width:auto!important;
	border-bottom:1px dashed #CCC
}
#useWrap div > div {background:#FFF;}
#useWrap div p{
	float:left;
	margin:0 20px 0 0;
	width:75px;
	height:75px;
}
#useWrap div p img{
	width:100%;
	height:auto;
}
#useWrap div dl{
	overflow:hidden;
	display:block;
	padding:0 0 0 0;
}
#useWrap div:last-child{border-bottom:none}
#useWrap div dl dt{
	font-size:14px;
	margin:0 0 10px 0;
	padding:0;
}
#useWrap div dl dd{
	font-size:12px;
	color:#000;
	margin:0;
	padding:0;
}
#useWrap div dl dd > span{
	display:block;
	margin:5px 0 0 0;
}
#useWrap div dl dd > span a{
	color:#CCC;
	display:inline-block;
	background:none;
	padding:0;
	text-align:center;
	margin-top:0;
	font-size:14px;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom:none;
}
#useWrap div dl dd > span span{
	color:#F69;
	display:inline;
}






.title1 {
  position: relative;
  padding: 0 0.5rem 0.5rem;
  text-align: center;
   font-size: 130%;
   margin-bottom: 3%;
}

.title1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#00458C), to(#0066cc));
  background-image: -webkit-linear-gradient(right, #00458C 0%, #0066cc 100%);
  background-image: linear-gradient(to left, #00458C 0%, #0066cc 100%);
}
.coupondetailalea .step_unit {

	margin: 30px 0 20px;
}
.coupondetailalea .step_box {
	margin: 70px 0px 0px 0;
	background: #FFFFFF;
	border: 2px solid #ffe100;
	border-radius: 20px;
	text-align: center;
	padding: 35px 15px 10px;
	position: relative;
	font-size: 14px;
}

.coupondetailalea .step_box h4 {
	position: absolute;
	top:-55px;
	left: 0;
	right: 0;
	width: 100%;
	background: url("../images/bg_title_step.svg")no-repeat center center;
  background-size: contain;
	font-size: 160%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0 20px;
}



.coupondetailalea .step_box img {
	max-width: 90%;
	margin: 10px auto;
}
img#qrcode {
	width: 70%;
}
.coupondetailalea .step_box .fukidashi {
	background: url("../images/fukidashi.png")no-repeat center center;
  background-size: contain;
	padding:30px 0 20px;
	margin-top: -10px;
}



.coupondetailalea a.link_pdf {
	width: 94%;
	display: block;
	margin: 30px auto 80px;
	background: #e2201b;
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 60px;
	text-decoration: none;
}
.coupondetailalea a.link_pdf img{
	width: 25px;
  vertical-align: middle !important;
  margin-left: 5px;
}
.coupondetailalea a.link_pdf:hover {
	text-decoration: none !important;
	color: #FFFFFF !important;
	opacity: 0.8;
}
.access_site {
	background: url("../images/icon_access.jpg")no-repeat left center;
  background-size: 40px;
	padding-left: 45px;
	text-align: left;

}
.entry_site {
	/*background: url("images/receiving_screen.png")no-repeat left top;
  background-size: 60%;
	padding: 40px 0 20px 60%;*/
	text-align: left;
	margin: 10px 0 15px;
	list-style: none;
	padding: 0;
}
.entry_site li{
	margin-bottom: 15px;
	text-indent: -1em;
	margin-left: 1em;
}
.entry_site li p.attention2{
	margin-left: 1em;
}


.couponlistarea{
	background-color: #0A75CD;
	padding: 20px 20px;
	margin: 0 0 40px 0;
}

.couponlistbox{
	margin: 0 0 20px 0;
	background-color: #ffffff;
	padding: 10px;
}


.couponlistbox .slide-box p.point {
	background: #ffffcc;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	margin: 10px 0 0 0;
}

.areatit{
	padding: 0px 0px 15px 0px;
	text-align: center;
	font-size: 24px;
	background-color: #0A75CD;
	color: #ffffff;
	font-weight: bold;
}
	
/* =========================================================
◆slide
========================================================= */
.slide-wrap {
	background: rgba(255,255,255,0); /*背景白を透過*/
	display: flex;
	margin: 0 auto;
	width: 100%;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.slide-box {
	margin:0 5% 0 0;
    flex: 0 0 80%;
	text-align: center;
	word-break: break-all;
	max-width: 400px;
	background-color: #ffffff;
	border: 4px solid #0a549d;
	padding: 10px;

}

.slide-box img {
	padding: 2% 0;
	width: 100%;
}
	
.boxtit{
		margin: 0 0 10px 0;
		font-size: 18px;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}


.slide-box p {
	text-align: left;
	font-size: 16px;
	padding-top: 2%;
}

.slide-box p span {
	font-weight: bold;
}

.slide-box p.point {
	background: #FCE9DF;
	padding: 2%;
	margin-top: 1%;
	font-size: 13px;
}

.slide-box p.point span {
	color: #F00;
}

.slide-box p.detail {
	line-height: 1.5;
	font-size: 16px;
}

.slide-box .detail dl {
	font-size: 16px;
	line-height: 1.5;
	padding: 2% 0;
	border-bottom: 1px dotted #333;
	text-align: left;
}

.slide-box .detail dl span {
	font-size: 14px;
}

.slide-box .detail dt {
	clear: left;
	float: left;
	width: 30%;
	font-weight: bold;
}

.slide-box .detail dd {
	margin-left: 30%;
}

.slide-box .detail dl:last-child {
	border-bottom: none;
}

.slide-box p.heed {
	font-size: 123.1%;
	background: #FFF;
	margin: 3% 0;
}

.slide-box2 {
	margin: 1% 3% 0 0;
    flex: 0 0 50%;
	text-align: center;
}

.slide-box2 p {
	text-align: left;
	font-size: 16px;
	padding: 2% 0;
}

.slide-box2 p span {
	font-weight: bold;
}

.slide-box2 .Btn {
	overflow: hidden;
    width: 98%;
	margin: 0 1%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 123.1%;
    font-weight: bold;
    display: block;
    position: relative;
    text-align: center;
    color: #333;
    text-decoration: none;
}

.slide-box2 .Btn a {
	display: block;
	position: relative;
	text-align: center;
	background: #F60;
	color: #fff;
	text-decoration :none;
	padding: 8% 5%;
}

.slide-box2 .Btn a:hover {
	background: #F30;        /* マウスオーバーカラー */  
}

.slide-box2 .Btn a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.slide-box2 .Btn a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 5px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #F60;
}

.slide-box2 .Btn a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #F30;
}

.slide-box2 .Btn_gray {
	overflow: hidden;
    width: 98%;
	margin: 0 1%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 123.1%;
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    text-decoration: none;
	background: #666;
	padding: 8% 5%;
}

.slide-box2 .Btn_gray:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.slide-box2 .Btn_gray:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 5px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #666;
}
.couponlistarea_txt {
font-size: 14px;
color: red;
padding: 0px 10px;
margin: 0px;
}
.couponarea_txt {
	background: #ffffcc;
	padding: 10px;
	text-align: center;
	font-size: 14px;
}



.osusume_plan {
	padding: 10px 0px;
	margin: 0px auto 20px auto;
	background-color: #fff;
	border-radius: 30px;
}
.osusume_plan h3 {
font-size: 35px;
font-weight: bold;
color: #7030a0;
text-align: center;
text-shadow: 3px 3px 3px #aaaaaa;
padding: 0px;
margin: 0px 0px 10px 0px;
}
.o_tx1 {
font-size: 14px;
font-weight: bold;
text-align: center;
color: red;
padding: 0px;
margin: 0px 0px 5px 0px;
}
.o_tx2 {
font-size: 11px;
font-weight: bold;
text-align: center;
border: 2px solid red;
text-align: center;
padding: 7px 0px;
margin: 0px 10px 10px 10px;
}
.o_tx3 {
font-size: 12px;
line-height: 1.6em;
text-align: center;
padding: 0px;
margin: 0px;
}
.o_txt4 {
padding: 0px;
margin: 0px auto 20px auto;;
}
.o_txt4 p {
font-size: 12px;
background-color: #fff;
border: 2px solid red;
padding: 10px;
margin: 0px;
}
.o_txt4 p span {
color: red;
}

.yoyaku_oidemase {
font-size: 18px;
font-weight: bold;
color: #7030a0;
text-align: center;
text-shadow: 2px 2px 2px #aaaaaa;
padding: 0px;
margin: 0px 0px 10px 0px;
}

.couponarea {
position: relative;
}
.soon {
position: absolute;
left: 0px;
top: 0px;
z-index: 100;
width: 100%;
height: 98%;
}
.soon_txt {
position: absolute;
left:50%;
top: 50%;
z-index: 100;
color: #fff;
font-size: 30px;
text-indent: -110px;
font-weight: bold;
}

	
	
.spotboxarea{
	/*display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;*/
	display: flex;
	margin: 0 auto 20px;
	width: 100%;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	
}

.spottit{
	    position: relative;
    padding: 1rem 1rem;
    border-radius: 10px;
    font-size: 4.5vw;
    font-weight: bold;
    margin: 0 0 20px 0;
  
}

.spottit:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;

}

.spottit02{
		background-color: #06F;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		padding: 10px 0;
		color: #ffffff;
	border: 1px solid #06F;
		
	}
.spottit1{
	color: #2f5597;
	background: #c6d9ff;
}

.spottit1:after {
  
  border-color: #c6d9ff transparent transparent transparent;
}


.spottit2{
	color: #d1296d;
	background: #ffbcd7;
}

.spottit2:after {
  
  border-color: #ffbcd7 transparent transparent transparent;
}

.spotbox{
	    border: 1px solid #cccccc;
    margin: 5px 1% 20px 1%;
    width: 80%;
	flex-shrink:0;
	background-color: #ffffff;
	position: relative;
}
	
	.spotbox .cp_box{
		padding: 0 10px;
	}

.spotimg{
	max-width: 400px;
	width: 100%;
}

.spotimg img{
	width: 100%;
}

.spotdetail{
	padding: 10px 10px;
}

.spotdetail dt{
	margin: 0px 0 10px 0;
	font-size: 16px;
	color: #b20f06;
	font-weight: bold;
}

.spotdetail dt span{
	display: block;
	color: #000000;
	font-size:14px;
	margin: 10px 0 0 0;
}

.spotdetail dd{
	padding: 10px;
	background-color: #FFFFD9;
	font-size: 16px;
	line-height: 1.8;
	margin: 0;
}


/* =========================================================
◆アコーディオン
========================================================= */
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cp_box {
	width: auto;
	margin: 1em auto;
}

.cp_box label {
	position: relative;
	display: block;
	width: 100%;
	padding: 3%;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	color: #FFF;
	background: #000066;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
}

.cp_box label span {
	font-size: 14px;
}

.cp_box label:hover {
	transition: all 0.3s;
	color: #ffffff;
	background: #000099;
}

.cp_box label::after {
	font-family: 'FontAwesome';
	content: ' \f067';
	color: #FFF;
}

.cp_box label:hover::after {
	color: #FFF;
}

.cp_box input:checked ~ label::after {
	font-family: 'FontAwesome';
	content: ' \f068';
	color: #FFF;
}

.cp_box input:checked ~ label:hover::after {
	color: #FFF;
}

.cp_box input {
	display: none;
}

.cp_box .cp_container {
	position: relative;
	z-index: 10;
	overflow: hidden;
	height: 0;
	margin-top: -1px;
	transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
}

.cp_box input:checked ~ div {
	transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
}

/* 続きを読むを押すと表示されるテキストの高さ */
.cp_box input:checked ~ div.cp_container {
	height: auto;
}
	
	.detail {
		padding: 10px;
	}
.detail dl {
	font-size: 14px;
	line-height: 1.5;
	padding: 2% 0;
	border-bottom: 1px dotted #333;
	text-align: left;
}

.detail dl span {
	font-size: 12px;
}

.detail dt {
	clear: left;
	float: left;
	width: 30%;
	font-weight: bold;
}

.detail dd {
	margin-left: 30%;
}

.detail dl:last-child {
	border-bottom: none;
}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
#wrapper {line-height: 1.231;}


.pcnone{display:none!important;}

.btnone{
		background-color: #cccccc !important;
		pointer-events: none;
	}
.btnone:after { 
	background-color: #cccccc !important;
	}
/* CSS */
#dirPathBlock,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: auto;
}
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
    width: 100%;
	max-width:1080px;
	min-width:760px;
    margin: 0 auto 5px;
}
/*h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-bottom: 5px dotted #111;
	margin-bottom: 3%;
	padding-bottom: 5px;
	clear: both;
}*/
.inner{
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: 0 auto;
	padding:50px 0;
	display: block;
}
	
	

.spotboxarea {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
	margin: 0 0 30px 0;
}


.spottit{
	    position: relative;
    padding: 1rem 1rem;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px 0;
  
}

.spottit:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;

}

	.spottit02{
		background-color: #06F;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		padding: 10px 0;
		color: #ffffff;
		border: 1px solid #06F;
		
	}

/*
.spotbox{
	border: 1px solid #cccccc;
	margin: 0 0 20px 0;
	width: 32.5%;
	background-color: #ffffff;
}
*/

.spotbox {
    border: 1px solid #cccccc;
    margin: 0 10px 20px;
    /*width: 30.5%;*/
    width: 22.5%;
    background-color: #ffffff;
	position: relative;
}

	.spotbox .cp_box{
		padding: 0px 10px;
	}
.spotimg{
	max-width: 400px;
	width: 100%;
}

.spotimg img{
	width: 100%;
}

.spotdetail{
	padding: 10px 10px;
}

.spotdetail dt{
	margin: 0px 0 10px 0;
	font-size: 16px;
	color: #b20f06;
	font-weight: bold;
}

.spotdetail dt span{
	display: block;
	color: #000000;
	font-size: 14px;
	margin: 10px 0 0 0;
}

.spotdetail dd{
	padding: 10px;
	background-color: #FFFFD9;
	font-size: 16px;
	line-height: 1.8;
	margin: 0;
}


/* =========================================================
◆アコーディオン
========================================================= */
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cp_box {
	width: auto;
	margin: 0.5em auto 2em;
}

.cp_box label {
	position: relative;
	display: block;
	width: 100%;
  padding: 10px;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	color: #FFF;
	background: #000066;
	border-radius: 0.2em;
	font-size: 16px;
}

.cp_box label span {
	font-size: 70%;
}

.cp_box label:hover {
	transition: all 0.3s;
	color: #ffffff;
	background: #000099;
}

.cp_box label::after {
	font-family: 'FontAwesome';
	content: ' \f067';
	color: #FFF;
}

.cp_box label:hover::after {
	color: #FFF;
}

.cp_box input:checked ~ label::after {
	font-family: 'FontAwesome';
	content: ' \f068';
	color: #FFF;
}

.cp_box input:checked ~ label:hover::after {
	color: #FFF;
}

.cp_box input {
	display: none;
}

.cp_box .cp_container {
	position: relative;
	z-index: 10;
	overflow: hidden;
	height: 0;
	margin-top: -1px;
	transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
}

.cp_box input:checked ~ div {
	transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
}

/* 続きを読むを押すと表示されるテキストの高さ */
.cp_box input:checked ~ div.cp_container {
	height: auto;
}
	
.detail {
		padding: 10px;
	}
.detail dl {
	font-size: 16px;
	line-height: 1.4;
	padding: 0;
	margin: 0;
	padding: 6px 0;
	border-bottom: 1px dotted #333;
}

.detail dl span {
	font-size: 80%;
}

.detail dt {
	clear: left;
	float: left;
	width: 30%;
	font-weight: bold;
}

.detail dd {
	margin-left: 30%;
}

.detail dl:last-child {
	border-bottom: none;
}


/*title*/

.title {
	width: 100%!important;
	text-align: center;
	background: url(../images/bg_title.jpg) repeat center 0;
	position:relative;
}


.cap{
	padding: 10px;
	background-color: #391f6c;
}

.cap p{
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	margin: 0;
}
	

.tit1 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #000;
	padding: 0.5em 0;
	border-top: solid 5px #06F;
	border-bottom: solid 5px #06F;
	margin-bottom: 50px;
}
.tit2 {
font-size: 30px;
font-weight: bold;
text-align: center;
color: #fff;
background-color: #06f;
border-radius: 10px;
padding: 10px 0px;
margin: 0px 0px 20px 0px;
}

.subtit{
	display: block;
	font-size: 24px;
	text-align: center;
	margin: 0 0 10px 0;
}

a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

p.lead {
	font-size: 197%;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

p.lead span {
	color: #F00;
}

.txtlink{
	margin: 50px 0 0;
}

.txtlink p{
	text-align: center;
}

.txtlink p a{
	color: #FF0004;
	font-weight: bold;
	font-size: 24px;
}

.btnboxarea{
	border: 3px #FF0004 solid;
	border-radius: 20px;
	padding: 20px;
	margin: 0 0 20px 0;
}

.btnboxarea .Btn{
	margin: 0 auto 10px;
}


.btn_txt2{
	font-size: 18px;
	margin: 0 0 20px 0;
	text-align: center;
}

/* =========================================================
◆navigation
========================================================= */
.topNavi {
	width: 100%!important;
	background: #06F;
	text-align: center;
}

.topNavi ul {
	display: table;
	width: 100%;
	margin: 0 auto;
}

.topNavi ul li {
	display: table-cell;
        vertical-align: middle;
        height: 80px;
        border-left: 1px dashed rgba(255, 255, 255, 0.5);
        font-size: 16px;
        /* font-size: 153.9%; */
        font-weight: bold;
        margin: 0;
        padding: 0 20px;
        text-align: center;
}
/*
.topNavi ul li:last-child{
	border-right: 1px dashed rgba(255,255,255,0.5);
	background-color: #2f5597;
}*/
/*
.topNavi ul li:nth-child(4){
	background-color: #2f5597;
}*/

.topNavi ul li:last-child{
	border-right: 1px dashed rgba(255,255,255,0.5);
	
}
.topNavi ul li a {
    color: #fff;
}

/* =========================================================
◆photoswipe
========================================================= */
figure {
	position: relative;
	margin-top: 20px;
}

figure img {
	width: 100%;
}

figure:hover:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100px;
	height: 100px;
	display: block;
	z-index: 99;
	background: url(../images/ic_zoom.png) no-repeat;
	background-size: 100% auto;
}

p.text {
	font-size: 197%;
	font-weight: bold;
	text-align: center;
	margin: 30px 0 5px 0;
}

p.attention {
	font-size: 123.1%;
	margin: 20px 0;
	padding: 10px;
	border: 2px #F00 solid;
	background: #FFF;
	text-align: center;
}

p.attention span {
	font-weight: bold;
	text-align: center;
	color: #F00;
}

/* =========================================================
◆ボタン
========================================================= */

.btn_txt{
	/*color: #FF0004;*/
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0 20px 0;
}

.btn_txt span{
	font-size: 16px;
}
	
.btnarea3{
		display: flex;
		/*justify-content: space-between;*/
		justify-content: center;
		flex-wrap: wrap;
	}
   
.btnarea3 .Btn{
		width: 48% !important;
		margin: 0 1% 20px 1%;
	}

.Btn {
	overflow: hidden;
	width: 70%;
	/*height: 80px;*/
	margin:0 auto;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 30px;
}

.Btn a {
	display: block;
	position: relative;
	text-align: center;
	background: #F60;
	color: #fff;
	/*line-height: 80px;*/
	padding: 15px 0;
	text-decoration :none;
}

.Btn a:hover {
	background: #F30;        /* マウスオーバーカラー */  
}

.Btn a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.Btn a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #F60;
}

.Btn a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #F30;
}

.Btn_yet {
	overflow: hidden;
	width: 70%;
	margin:0 auto;
	border-radius: 4px;
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	background: #aaa;
	color: #fff;
	padding: 15px 0;
}

.Btn_navy {
	overflow: hidden;
	width: 70%;
	height: 80px;
	margin:0 auto;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 240%;
	font-weight: bold;
}

.Btn_navy a {
	display: block;
	position: relative;
	text-align: center;
	background: #006;
	color: #fff;
	line-height: 80px;
	text-decoration :none;
}

.Btn_navy a:hover {
	background: #003;        /* マウスオーバーカラー */  
}

.Btn_navy a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.Btn_navy a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #006;
}

.Btn_navy a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #003;
}

.btn_fs1{
	font-size: 1.3rem;
}


ul.attentionList {
	padding: 20px;
	border: 2px #F00 solid;
	text-align: left;
	background: #FFF;
	max-width: 830px;
    margin: 20px auto;
}

ul.attentionList li {
    font-size: 123.1%;
	line-height: 1.5;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    list-style: none;
}

ul.attentionList li:before {
	content: '●';
}

ul.attentionList li.list1:before {
	content: '1.' !important;
}



ul.attentionList li.list2:before {
	content: '2.' !important;
}


ul.attentionList li.list3:before {
	content: '3.' !important;
}


ul.attentionList li.list4:before {
	content: '4.' !important;
}


ul.attentionList li.list5:before {
	content: '5.' !important;
}


ul.attentionList li.list6:before {
	content: '6.' !important;
}






ul.attentionList li.no:before {
	content: '';
}


.dejipanarea{
	display: flex;
	flex-wrap: wrap;
	/*justify-content: flex-start;*/
	justify-content: center;
	align-items: stretch;
}

.dejipanbox{
	width: 23%;
	margin: 0 1% 2% 1%;
	background-color: #ffffff;
}

.dejipanimg{
	width: 100%;
	margin: 0 0 0px 0;
}

.dejipanimg img{
	width: 100%
}

.dejipantxt{
	    font-size: 14px;
    font-weight: bold;
    padding: 10px 5px;
    margin: 0;
}

/* =========================================================
◆slider
========================================================= */
.slider img {
	max-width: 100%;
	width: 100%;
	height: auto;
	padding: 0 10px;
}

.slider div p {
	font-size: 123.1%;
	padding: 0 10px 10px;
	text-align: left;
	line-height: 1.5;
}

.slider div p img {
    float: left;
	max-width: 32px; 
    height: auto;
	padding: 0;
    margin-right: 4px;
}

.slider div p .lead {
	font-size: 140%;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -180px; /*矢印の高さ*/
  cursor: pointer;
}

.prev-arrow {
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}
.next-arrow {
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-slide {
	opacity: 0.5;
	background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-active {
	opacity: 0.5 ;
}

.slick-center {
	opacity: 1 !important;
}

.slide_selector {
	z-index: 1 !important;
	position: relative;
	overflow: hidden;
}

.introtxt{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 20px 0;
}

.kankoarea{
	margin: 30px 0 0 0;
	padding: 0 0 0 0;
}

.kankoarea h3{
	text-align: center;
	background-color: #0074FF;
	color: #ffffff;
	font-size: 24px;
	margin: 0 0 10px 0;
	padding: 10px 10px;
}

.kanko_txt{
	font-size: 16px;
	margin: 0 0 20px 0;
}


.osusumearea{
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}


.osusumebox{
	width: 48%;
	max-width: 400px;
}

.osusumebox dl{
	border: 2px solid #cccccc;
	padding: 15px 15px;
}

.osusumebox dl dt{
	background-color: #007CFF;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	font-size: 16px;
	margin: 0 0 20px 0;
	
}

.osusumebox dl dd{
	margin: 0 0 20px 0;
}

.osusume_txt{
	font-size: 16px;
	line-height: 1.5;
}

.osusume_img {
	max-width: 400px;
}

.osusume_img img{
	width: 100%;
}

.osusume_btn{
	margin: 0 0 0 0 !important;
}

.osusume_btn a{
	display: block;
	text-align: center;
	background-color: #FF8600;
	text-align: center;
	color: #FFFFFF;
	padding: 20px;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	border-radius: 10px;
}


.osusume_btn a:hover{
	opacity: 0.5;
}



/*tripa*/
#useWrap {
  padding: 10px;
  margin-bottom: 30px;
}
#useWrap h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}	

#useWrap div > div {
  overflow: hidden;
  padding: 15px;
  margin: 0 0 0 0;
  background: #FFF;
  float: none !important;
  width: auto !important;
  border-bottom: 1px dashed #CCC;
}
#useWrap div p {
  float: left;
  margin: 0 20px 0 0;
  width: 150px;
  height: auto;
}
#useWrap div p img {
  width: 100%;
  height: auto;
}
#useWrap div dl {
  overflow: hidden;
  display: block;
  padding: 0 0 0 0;
}
#useWrap div dl dt {
  font-size: 16px;
  margin: 0 0 10px 0;
  padding: 0;
}
#useWrap div dl dd {
	margin: 0;
	font-size: 14px;
}
#useWrap div dl dd > span {
  display: block;
  margin: 5px 0 0 0;
  /*font-size:*/
}
#useWrap div dl dd > span a {
  color: #CCC;
  display: inline-block;
  background: none;
  padding: 0;
  text-align: center;
  margin-top: 0;
  font-size: 14px;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-bottom: none;
}
#useWrap div dl dd > span span {
  color: #F69;
  display: inline;
  font-size: 14px;
}





.title1 {
  position: relative;
  padding: 0 0.5rem 0.5rem;
  text-align: center;
   font-size: 153.9%;
   margin-bottom: 3%;
}

.title1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#00458C), to(#0066cc));
  background-image: -webkit-linear-gradient(right, #00458C 0%, #0066cc 100%);
  background-image: linear-gradient(to left, #00458C 0%, #0066cc 100%);
}
.coupondetailalea .step_unit {
	width: 100%;
	display: flex;

	margin: 60px 0 20px;
}
.coupondetailalea .step_box {
	width: 30.3%;
	margin: 0 1.5%;
	background: #FFFFFF;
	border: 2px solid #ffe100;
	border-radius: 20px;
	text-align: center;
	padding: 35px 15px 10px;
	position: relative;
	font-size: 14px;
}

.coupondetailalea .step_box h4 {
	position: absolute;
	top:-55px;
	left: 0;
	right: 0;
	width: 100%;
	background: url("../images/bg_title_step.svg")no-repeat center center;
  background-size: contain;
	font-size: 160%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0 20px;
}



.coupondetailalea .step_box img {
	max-width: 90%;
	margin: 10px auto;
}
img#qrcode {
	width: 70%;
}
.coupondetailalea .step_box .fukidashi {
	background: url("../images/fukidashi.png")no-repeat center center;
  background-size: contain;
	padding:30px 0 20px;
	margin-top: -10px;
}



.coupondetailalea a.link_pdf {
	width: 50%;
	display: block;
	margin: 30px auto 80px;
	background: #e2201b;
	font-size: 180%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 60px;
	text-decoration: none;
}
.coupondetailalea a.link_pdf img{
	width: 25px;
  vertical-align: middle !important;
  margin-left: 5px;
}
.coupondetailalea a.link_pdf:hover {
	text-decoration: none !important;
	color: #FFFFFF !important;
	opacity: 0.8;
}
.access_site {
	background: url("../images/icon_access.jpg")no-repeat left center;
  background-size: 40px;
	padding-left: 45px;
	text-align: left;

}
.entry_site {
	/*background: url("images/receiving_screen.png")no-repeat left top;
  background-size: 60%;
	padding: 40px 0 20px 60%;*/
	text-align: left;
	margin: 10px 0 15px;
	list-style: none;
	padding: 0;
}
.entry_site li{
	margin-bottom: 15px;
	text-indent: -1em;
	margin-left: 1em;
}
.entry_site li p.attention2{
	margin-left: 1em;
}


.couponlistarea{
	background-color: #0A75CD;
	padding: 20px 20px;
	margin: 0 0 40px 0;
}

.couponlistbox{
	margin: 0 0 20px 0;
	background-color: #ffffff;
	padding: 10px;
}

	.couponlistbox .slide-box{
		width: 30%;
	}
	
	.couponlistbox .slide-box img{
		display: block;
		margin: 0 0 10px 0;
	}
	

.couponlistbox .slide-box p.point {
	background: #ffffcc;
	padding: 10px;
	text-align: center;
	font-size: 14px;
}

.areatit{
	padding: 0px 0px 15px 0px;
	text-align: center;
	font-size: 30px;
	background-color: #0A75CD;
	color: #ffffff;
	font-weight: bold;
}

/* =========================================================
◆slide
========================================================= */
.slide-wrap {
  width: 100%;
  margin: 0;
  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;
	/*justify-content: flex-start;*/
	justify-content: space-between;
}

.slide-box {
         /* width: 31.2%;*/
	width: 46%;
        padding: 10px;
        word-break: break-all;
        background-color: #ffffff;
        border: 4px solid #0a549d;
        /*margin: 0 10px 20px 10px;*/
        margin: 0 0px 20px 0px;
}
/*
.slide-box:nth-child(4n){
  margin-right: 0;
}

.slide-box:nth-child(-n+4){
  margin-top: 0;
}*/

.slide-box img {
  display: block;
  height: auto;
  width: 100%;
}

	.boxtit{
		margin: 0 0 10px 0;
		font-size: 20px !important;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
.slide-box p {
  font-size: 16px;
}

.slide-box p span {
	font-weight: bold;
}

.slide-box p.point {
	background: #FCE9DF;
	padding: 10px;
	margin-top: 10px;
	line-height: 1.4;
	font-size: 15px;
}

.slide-box p.point span {
	color: #F00;
}

.slide-box .detail dl {
	font-size: 123.1%;
	line-height: 1.4;
	margin: 0;
	padding: 6px 0;
	border-bottom: 1px dotted #333;
}

.slide-box .detail dl span {
	font-size: 80%;
}

.slide-box .detail dt {
	clear: left;
	float: left;
	width: 30%;
	font-weight: bold;
}

.slide-box .detail dd {
	margin-left: 30%;
}

.slide-box .detail dl:last-child {
	border-bottom: none;
}

.slide-box p.heed {
	font-size: 123.1%;
	background: #FFF;
	margin: 5px 0;
}


.slide-box2 {
  width: 25%;
  padding: 10px 14px;
}

.slide-box2:nth-child(5n){
  margin-right: 0;
}

.slide-box2:nth-child(-n+5){
  margin-top: 0;
}

.slide-box2 img {
  display: block;
  height: auto;
  width: 100%;
}

.slide-box2 p {
  font-size: 153.9%;
  font-weight: bold;
  margin: 0;
  margin: 5px 0;
}

.slide-box2 p span {
	font-weight: bold;
}

.slide-box2 .Btn {
	overflow: hidden;
	width: 100%;
	height: 60px;
	margin:0 auto;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 153.9%;
	font-weight: bold;
	margin-bottom: 30px;
}

.slide-box2 .Btn a {
	display: block;
	position: relative;
	text-align: center;
	background: #F60;
	color: #fff;
	line-height: 60px;
	text-decoration :none;
}

.slide-box2 .Btn a:hover {
	background: #F30;        /* マウスオーバーカラー */  
}

.slide-box2 .Btn a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.slide-box2 .Btn a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #F60;
}

.slide-box2 .Btn a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #F30;
}

.slide-box2 .Btn_gray {
	overflow: hidden;
	width: 100%;
	height: 60px;
	padding-top: 12px;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 123.1%;
	display: block;
	position: relative;
	text-align: center;
	background: #666;
	color: #FFF;
	text-decoration :none;
}

.slide-box2 .Btn_gray:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.slide-box2 .Btn_gray:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #666;
}
.couponlistarea_txt {
font-size: 14px;
color: red;
padding: 0px 10px;
margin: 0px;
}
.couponarea_txt {
	background: #ffffcc;
	padding: 10px;
	text-align: center;
	font-size: 18px;
}

.osusume_plan {
	width: 870px;
	padding: 15px 0px;
	margin: 0px auto 20px auto;
	background-color: #fff;
	border-radius: 30px;
}
.osusume_plan h3 {
font-size: 50px;
font-weight: bold;
color: #7030a0;
text-align: center;
text-shadow: 3px 3px 3px #aaaaaa;
padding: 0px;
margin: 0px 0px 10px 0px;
}
.o_tx1 {
font-size: 18px;
font-weight: bold;
text-align: center;
color: red;
padding: 0px;
margin: 0px 0px 10px 0px;
}
.o_tx2 {
font-size: 16px;
font-weight: bold;
text-align: center;
border: 2px solid red;
text-align: center;
padding: 7px 0px;
margin: 0px 100px 10px 100px;
}
.o_tx3 {
font-size: 16px;
line-height: 1.6em;
text-align: center;
padding: 0px;
margin: 0px;
}
.o_txt4 {
width: 870px;
padding: 0px;
margin: 0px auto 30px auto;;
}
.o_txt4 p {
font-size: 14px;
background-color: #fff;
border: 2px solid red;
padding: 15px;
margin: 0px;
}
.o_txt4 p span {
color: red;
}


.yoyaku_oidemase {
font-size: 30px;
font-weight: bold;
color: #7030a0;
text-align: center;
text-shadow: 2px 2px 2px #aaaaaa;
padding: 0px;
margin: 0px 0px 20px 0px;
}
.couponarea {
position: relative;
}
.soon {
position: absolute;
left: 0px;
top: 0px;
z-index: 100;
}

}