@charset "utf-8";

/*PCSP共通設定*/
section:nth-of-type(odd){
	background-image: url("../images/bg_img.png");
	background-size: contain;
	background-color:rgba(255,255,255,0.5);
background-blend-mode:lighten;
		
}
section:nth-of-type(even){background-color:#fffdf1;}
html {scroll-behavior: smooth;}/*smooth scroll*/


.marker {
    background: linear-gradient(transparent 50%, #fff571 50%);
}

.btnone{
	pointer-events: none;
	background-color: #585858;
	border: 2px solid #585858;
}


article {
	margin: 0;
	padding: 0;
	font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* 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%;
}

.inner{
	width: 96%;
	margin: 0 2%;
	padding: 24px 0;
	box-sizing: border-box;
}


	
.midasi1 {
  font-weight: bold;
        padding-bottom: 25px;
        text-align: center;
        position: relative;
        font-size: 24px;
        margin: 0 auto 40px;
 }
	
.midasi1::before, .midasi1::after {
  content: '';
  position: absolute;
  margin:auto;
  left: 0;
  bottom: 0;
  width: 2em;
  background-color: #bcd400;
  height: 5px;
  right: 2em; 
}
.midasi1::before { 
  background-color:#139c7e;
  left:2em;
  width:4em;
}
	
.midasi2 {
  font-weight: bold;
  padding: 0.5em 1em;
  margin-left: 5px;
	text-align: center;
  margin-right: 5px;
	margin-bottom: 40px;
  outline: 3px solid #139c7e;
  outline-offset: 5px;
  background: linear-gradient(-45deg, transparent 0 20px, #fff 20px calc(100% - 20px), transparent calc(100% - 20px)),
              repeating-linear-gradient(-45deg, #139c7e 0 2px, #fff 2px 6px);
	font-size: 18px;
}
	
	
	
	.midasi3 {
           display: flex;
        justify-content: center;
        align-items: center;
        color: #333333;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin: 0 0 15px 0;
}

.midasi3::before,
.midasi3::after {
    width: 3px;
    height: 40px;
    background-color: #139c7e;
    content: '';
}

.midasi3::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.midasi3::after {
    transform: rotate(35deg);
    margin-left: 30px;
}
	
	.midasi4{
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		margin: 0 0 30px 0;
		padding: 0 0 20px 0;
		border-bottom: dashed 2px #139c7e;
	}
	
	.coupon{
		max-width: 600px;
		margin: 0 auto 40px;
		
	}
	
	.coupon img{
		width: 100%;
	}
	
/*title*/

#title{
	max-width: 760px;

}


	#title img{
		width: 100%;
	}
	
		
	.oshirase{
		padding: 20px;
		font-size: 24px;
		text-align: center;
		font-weight: bold;
		color: #FF0004;
	}
	.oshirase2{
		margin: 0 0 40px 0;
		font-size: 20px;
		text-align: center;
		font-weight: bold;
		color: #FF0004;
	}
	
	#navi{
	text-align:center;
	padding:0px 0 0px;
    background: #139c7e;
    
}
	
	#navi ul{
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: wrap;
		max-width: 760px;
		margin: 0 auto;
	}
	

#navi li{
	    width: 49.8%;
        letter-spacing: normal;
        display: flex;
	justify-content: center;
	align-items: center;
		border-right:1px dashed #fff;
	border-bottom:1px dashed #fff;
	margin: 0 0 0px 0;

}
	
	#navi li:nth-of-type(2),
	#navi li:nth-of-type(4){
		border-right:none;
}
	
	#navi li:nth-of-type(3),
	#navi li:nth-of-type(4){
		border-bottom:none;
}


	/*#navi li:nth-of-type(n+4){
		margin: 0 0 0 0;
	}*/

#navi li.coupon{
	display:inline-block;
	letter-spacing:normal;
    font-size: 14px;
    font-weight: bold;
    padding:10px 20px 30px;
    color: #fff;
    height:20px;
    border-right:1px dashed #fff;
}
#navi li:first-child{
   
}
#navi li:last-child{
}
#navi li a{
	width: 100%;
	display:block;
	color: #fff;
	font-size: 13px;
        font-weight: 400;
        padding: 10px 10px 10px;
        color: #FFF;
        display: flex;
        justify-content: center;
        align-items: center;
}
	
	#navi li a.mousikomi{
		margin: 0 20px 0 20px;
		background-color: #f6ff02 !important;
		color: #FF0004 !important;
	}



#navi li a:hover{
	transition: 0.2s ;
	/*opacity: 0.5 ;*/
	text-decoration:none!important;
	background-color: #fc9202;
}
	
#navi .caption {
    max-width: 950px;
    margin: 0 auto 20px;
    text-align: right;
    color: #fff;
    letter-spacing: -0.1em;
    font-size: 11px;
}

	.introbox{
		margin: 0 auto 40px;
        padding: 15px;
        background-color: #ffffff;
        box-shadow: 10px 10px #d2dfa4;
        border: 2px solid #139c7e;
        width: 85%;
  
	}
	
	.minitxt{
		font-size: 12px;
	}
	
	.introbox p.notearea{
		        font-size: 14px;
        /*text-align: center;*/
        background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */ linear-gradient(180deg, #ccc 1px, transparent 1px);
        background-size: 8px 100%, /* 点線1のサイズ */ 100% 2.5em;
        line-height: 2.5em;
        padding-bottom: 1px;

	}
	
	.introbox p.btnarea{
		margin: 20px 0 0 0;
	}
	
	  /*ボタン通常*/
	
	.camp_btnL{
		width: 80% !important;
		margin: 0 auto !important;
		max-width: 1080px !important;
	}
.camp_btn{
	
	display: block;
 
margin:0 auto;
  position: relative;
  background-color:#ff8309; /* 背景色 */
  border: 2px solid #ff8309;
  padding: 0.5em 0.5em;
  font-weight: bold;
  color: #fff !important; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
	border-radius: 10px;
	font-size: 14px;
	
}

	.btnarea2 .camp_btn{
		font-size: 14px !important; 
	}
	
.camp_btn::after {
	 content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff; /* 矢印の色 */
  border-right: 2px solid #fff; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
}	

.camp_btn:hover {
    opacity: 0.8;
}
.camp_btn i {
    float: right!important;
    position: absolute;
    right: 15px;
    top:35%;
}
.camp_btn a,
.camp_btn a:hover {
    text-decoration: none!important;
    display: block;
    color: #fff;
}

	
	.boxarea1{
		margin: 0 0 20px 0;
	}
	
	.slidebox1{
		background-color: #ffffff;
		box-shadow: 10px 10px #d2dfa4;
        border: 2px solid #139c7e;
		
		padding: 15px;
		margin: 0 10px 20px;
	}
	
	.siidebox1_img{
		width: 100%;
		margin: 0 auto 20px;
		max-width: 400px;
	}
	
	.siidebox1_img img{
		width: 100%;
	}
	
	.slidebox1_detail{
		width: 100%;
	}
	
	.slidebox1_detail dl dt{
		text-align: center;
		margin: 0 0 10px 0;
		font-size: 16px;
		font-weight: bold;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	
	.slidebox1_detail dl dd{
		font-size: 14px;
		background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
                    linear-gradient(180deg, #ccc 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, /* 点線1のサイズ */
                   100% 2.5em; /* 点線2のサイズ */
  line-height: 2.5em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
	}
	
	.boxarea2{
		margin: 0 0 40px 0;
	}
	
	.boxarea2in{
		display: flex;
		overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	}
	
	.slidebox2{
       flex: 0 0 75%;
        max-width: 400px;
        margin: 0 7% 40px 0;
        box-shadow: 10px 10px #d2dfa4;

	}
	
	.slidebox2_img{
		max-width: 100%;
	}
	
	.slidebox2_img img{
		width: 100%;
	}
	
	.slidebox2_tit{
		background-color: #139c7e;
		padding: 10px;
		text-align: center;
		color: #ffffff;
		font-size: 14px;
	}
	
	.slidebox2_txt{
		border: 2px solid #139c7e;
		background-color: #ffffff;
		font-size: 14px;
		padding: 20px;
		
		
	}
	
	.slidebox2_txt p{
		background-color: #ffffff;
		background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
                    linear-gradient(180deg, #ccc 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, /* 点線1のサイズ */
                   100% 2.5em; /* 点線2のサイズ */
  line-height: 2.5em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
	}
	
	.boxarea3{
		margin: 0 0 40px 0;
	}
	
	.box1{
		max-width: 450px;
		width: 95%;
		margin: 0 auto 40px;
		box-shadow: 10px 10px #d2dfa4;
	}
	
	.box1 img{
		width: 100%;
	}
	
	
	.boxarea4{
		margin:0 0 0 0; 
}
	/*
	.boxarea4in{
		display: flex;
		justify-content: space-between;
	}*/
	
	.slidebox3{
		width: 95%;
        box-shadow: 10px 10px #d2dfa4;
        margin: 0 auto 30px;
	}
	
	.slidebox3_imgarea{
		display: flex;
		justify-content: space-between;
	}
	
	.slidebox3_img{
		width: 49.8%;
		max-width: 400px;
	}
	
	.slidebox3_imgarea2 .slidebox3_img{
		max-width: 760px;
		width: 100%;
	}
	
	.slidebox3_img img{
		width: 100%;
	}
	
	.slidebox3_tit{
		background-color: #139c7e;
		padding: 10px;
		text-align: center;
		color: #ffffff;
		font-size: 14px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.slidebox3_txt{
		border: 2px solid #139c7e;
		background-color: #ffffff;
		font-size: 14px;
		padding: 20px;
	}
	
	.slidebox3_txt p{
		background-color: #ffffff;
		background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
                    linear-gradient(180deg, #ccc 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, /* 点線1のサイズ */
                   100% 2.5em; /* 点線2のサイズ */
  line-height: 2.5em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
	}
	
	
	.boxarea5{
		margin: 0 0 0 0;
	}
	
	/*.boxarea5in{
		display: flex;
		justify-content: space-between;
	}*/
	
	.slidebox4{
		width: 85%;
		margin: 0 auto 40px;
		padding: 15px;
		box-shadow: 10px 10px #d2dfa4;
		border: 2px solid #139c7e;
		background-color: #ffffff;
	}
	
	.slidebox4 dl{
		margin: 0 0 0px 0;
		
	}
	
	
	
	.slidebox4 dl dt {
    position: relative;
    padding: .3em 0 .2em 1.5em;
    border-bottom: 3px solid #139c7e;
    color: #333333;
		font-size: 16px;
		font-weight: bold;
		margin: 0 0 0px 0;
}

.slidebox4 dl dt::before {
    position: absolute;
    top: 0;
    left: .3em;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background: #139c7e;
    content: '';
}

.slidebox4 dl dt::after {
    position: absolute;
    transform: rotate(15deg);
    top: .6em;
    left: 0;
    height: 8px;
    width: 8px;
    background: #139c7e;
    content: '';
}
	
	.slidebox4 dl dd{
		padding: 15px 0;
		font-size: 14px;
	}
	
	.slidebox4 dl dd p{
		background-color: #ffffff;
		background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
                    linear-gradient(180deg, #ccc 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, /* 点線1のサイズ */
                   100% 2.5em; /* 点線2のサイズ */
  line-height: 2.5em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
	}
	
	/*.slidebox4_detail{
		display: flex;
		justify-content: space-between;
	}*/
	
	.slidebox4_detail ul{
		list-style: none;
		margin: 0 0 20px 0;
	}
	
	.slidebox4_detail ul li{
		display: flex;
		justify-content: flex-start;
		font-size: 14px;
	}
	
	.koumoku{
		word-break: keep-all;
	}
	
	.slidebox4_detail .slidebox4_img{
		margin: 0 auto 0;
		max-width: 400px;
	}
	
	.slidebox4_detail .slidebox4_img img{
		width: 100%;
	}
	
	.boxarea6{
		margin: 0 0 0 0;
	}
	
	.box2{
		padding: 15px;
        box-shadow: 10px 10px #d2dfa4;
        border: 2px solid #139c7e;
        margin: 0 auto 40px;
        background-color: #ffffff;
        width: 85%;
	}
	
	/*.box2in{
		display: flex;
		justify-content: space-between;
	}*/
	
	.box2_imgarea{
		width: 95%;
		margin: 0 auto 20px;
	}
	
	.box2_img{
		max-width: 400px;
	}
	
	.box2_img img{
		width: 100%;
	}
	
	.box2_img_tit{
		background-color: #139c7e;
		padding: 10px;
		font-size: 14px;
		text-align: center;
		color: #ffffff;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.box2_detail{
		margin: 0 0 0 0;
	}
	
	.box2_txt{
		padding: 0px 0px 20px 0px;
		font-size: 14px;
		margin: 0 0 0 0;
	}
	
	.box2_txt p{
		background-color: #ffffff;
		background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
                    linear-gradient(180deg, #ccc 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, /* 点線1のサイズ */
                   100% 2.5em; /* 点線2のサイズ */
  line-height: 2.5em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
	}
	
		
/*.box2_btnarea{
	display: flex;
	justify-content: space-between;
}*/
	
.box2_btnarea p{
	width: 100%;
	margin: 0 0 20px 0;
	}

.box2_btnarea p:last-of-type{
	margin: 0 0 0 0;
}
	
	.box2_coupon{
		padding: 10px;
		margin: 0 auto 20px;
		max-width: 500px;
		
	}
	
	.box2_coupon img{
		width: 100%;
	}
	
	
	.box2_coupon p{
		padding: 10px;
		font-size: 18px;
		text-align: center;
		font-weight: bold;
		
		background-color: #ffffff;
	}
	
	.box2_coupon p span.gold_txt{
		display: block;
		color: transparent;
	background: linear-gradient(0deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%); 
	-webkit-background-clip: text;

	}
	
	
	.gold{
  background: linear-gradient(45deg, #DAAF08 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #DAAF08 90% 100%);
  background-size: 800% 400%;
  animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}
}
	




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

/* 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;
}

.inner{
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: 0 auto;
	padding:50px 0;
	display: block;
	position: relative;
	z-index: 1;
}
	
	

	
.midasi1 {
  font-weight: bold;
  padding-bottom: 25px;
  text-align: center;
  position: relative;
	font-size: 40px;
	margin: 0 0 40px 0;
 }
.midasi1::before, .midasi1::after {
  content: '';
  position: absolute;
  margin:auto;
  left: 0;
  bottom: 0;
  width: 2em;
  background-color: #bcd400;
  height: 5px;
  right: 2em; 
}
.midasi1::before { 
  background-color:#139c7e;
  left:2em;
  width:4em;
}
	
.midasi2 {
  font-weight: bold;
  padding: 0.5em 1em;
  margin-left: 5px;
	text-align: center;
  margin-right: 5px;
	margin-bottom: 40px;
  outline: 3px solid #139c7e;
  outline-offset: 5px;
  background: linear-gradient(-45deg, transparent 0 20px, #fff 20px calc(100% - 20px), transparent calc(100% - 20px)),
              repeating-linear-gradient(-45deg, #139c7e 0 2px, #fff 2px 6px);
	font-size: 30px;
}
	
	
	
	.midasi3 {
           display: flex;
        justify-content: center;
        align-items: center;
        color: #333333;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        margin: 0 0 20px 0;
}

.midasi3::before,
.midasi3::after {
    width: 3px;
    height: 40px;
    background-color: #139c7e;
    content: '';
}

.midasi3::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.midasi3::after {
    transform: rotate(35deg);
    margin-left: 30px;
}
	
	.midasi4{
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		margin: 0 0 30px 0;
		padding: 0 0 20px 0;
		border-bottom: dashed 2px #139c7e;
	}
	
	.coupon{
		max-width: 600px;
		margin: 0 auto 40px;
		
	}
	
	.coupon img{
		width: 100%;
	}
	
/*title*/

#title{
	width:100%;
	background:#139c7e url(../images/bg.jpg) no-repeat center top;
	text-align:center;
	height:500px;

}


	#title img{
		/*width: 940px;
        padding-top: 52px;*/
        text-align: center;
	}
	
		
	.oshirase{
		padding: 20px;
		font-size: 24px;
		text-align: center;
		font-weight: bold;
		color: #FF0004;
	}
	.oshirase2{
		margin: 0 0 40px 0;
		font-size: 20px;
		text-align: center;
		font-weight: bold;
		color: #FF0004;
	}
	
	#navi{
	text-align:center;
	padding:10px 0 10px;
    background: #139c7e;
    
}
	
	#navi ul{
		display: flex;
		justify-content: center;
		align-items: stretch;
		flex-wrap: wrap;
		max-width: 1080px;
		margin: 0 auto;
	}
	

#navi li{
	    width: 24%;
        letter-spacing: normal;
        display: flex;
	justify-content: center;
	align-items: center;
	 border-left:1px dashed #fff;
	margin: 0 0 0px 0;

}
	
	#navi li:nth-of-type(4),
	#navi li:nth-of-type(6){
		border-right:1px dashed #fff;
		border-left:1px dashed #fff;
}

	/*#navi li:nth-of-type(n+4){
		margin: 0 0 0 0;
	}*/

#navi li.coupon{
	display:inline-block;
	letter-spacing:normal;
    font-size: 20px;
    font-weight: bold;
    padding:10px 20px 30px;
    color: #fff;
    height:20px;
    border-right:1px dashed #fff;
}
#navi li:first-child{
   
}
#navi li:last-child{
}
#navi li a{
	width: 100%;
	display:block;
	color: #fff;
	font-size: 18px;
        font-weight: 400;
        padding: 10px 10px 10px;
        color: #FFF;
        display: flex;
        justify-content: center;
        align-items: center;
}
	
	#navi li a.mousikomi{
		margin: 0 20px 0 20px;
		background-color: #f6ff02 !important;
		color: #FF0004 !important;
	}



#navi li a:hover{
	transition: 0.2s ;
	/*opacity: 0.5 ;*/
	text-decoration:none!important;
	background-color: #fc9202;
}
	
#navi .caption {
    max-width: 950px;
    margin: 0 auto 20px;
    text-align: right;
    color: #fff;
    letter-spacing: -0.1em;
    font-size: 11px;
}

	.introbox{
		margin: 0 0 80px 0;
		padding: 20px;
		background-color: #ffffff;
		box-shadow: 10px 10px #d2dfa4;
        border: 2px solid #139c7e;
  
	}
	
	.minitxt{
		font-size: 14px;
	}
	
	.introbox p.notearea{
		font-size: 20px;
		text-align: center;
		
		background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
                    linear-gradient(180deg, #ccc 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, /* 点線1のサイズ */
                   100% 2.5em; /* 点線2のサイズ */
  line-height: 2.5em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */

	}
	
	.introbox p.btnarea{
		margin: 20px 0 0 0;
	}
	
	  /*ボタン通常*/
	
	.camp_btnL{
		width: 80% !important;
		margin: 0 auto !important;
		max-width: 1080px !important;
	}
.camp_btn{
	
	display: block;
 
margin:0 auto;
  position: relative;
  background-color:#ff8309; /* 背景色 */
  border: 2px solid #ff8309;
  padding: 0.5em 0.5em;
  font-weight: bold;
  color: #fff !important; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
	border-radius: 20px;
	font-size: 18px;
	
}

	.btnarea2 .camp_btn{
		font-size: 16px !important; 
	}
	
.camp_btn::after {
	 content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff; /* 矢印の色 */
  border-right: 2px solid #fff; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
}	

.camp_btn:hover {
    opacity: 0.8;
}
.camp_btn i {
    float: right!important;
    position: absolute;
    right: 15px;
    top:35%;
}
.camp_btn a,
.camp_btn a:hover {
    text-decoration: none!important;
    display: block;
    color: #fff;
}

	
	.boxarea1{
		margin: 0 0 80px 0;
	}
	
	.slidebox1{
		background-color: #ffffff;
		box-shadow: 10px 10px #d2dfa4;
        border: 2px solid #139c7e;
		max-width: 950px;
		display: flex;
		justify-content: space-between;
		padding: 20px;
		margin: 0 10px 20px;
	}
	
	.siidebox1_img{
		width: 48%;
		max-width: 400px;
	}
	
	.siidebox1_img img{
		width: 100%;
	}
	
	.slidebox1_detail{
		width: 48%;
	}
	
	.slidebox1_detail dl dt{
		text-align: center;
		margin: 0 0 10px 0;
		font-size: 24px;
		font-weight: bold;
	}

	
	.slidebox1_detail dl dd{
		font-size: 18px;
		background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
                    linear-gradient(180deg, #ccc 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, /* 点線1のサイズ */
                   100% 2.5em; /* 点線2のサイズ */
  line-height: 2.5em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
	}
	
	.boxarea2{
		margin: 0 0 40px 0;
	}
	
	.boxarea2in{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.slidebox2{
		width: 30%;
		max-width: 400px;
		margin: 0 0 40px 0;
		box-shadow: 10px 10px #d2dfa4;

	}
	
	.slidebox2_img{
		max-width: 100%;
	}
	
	.slidebox2_img img{
		width: 100%;
	}
	
	.slidebox2_tit{
		background-color: #139c7e;
		padding: 10px;
		text-align: center;
		color: #ffffff;
		font-size: 20px;
	}
	
	.slidebox2_txt{
		border: 2px solid #139c7e;
		background-color: #ffffff;
		font-size: 18px;
		padding: 20px;
		
		
	}
	
	.slidebox2_txt p{
		background-color: #ffffff;
		background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
                    linear-gradient(180deg, #ccc 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, /* 点線1のサイズ */
                   100% 2.5em; /* 点線2のサイズ */
  line-height: 2.5em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
	}
	
	.boxarea3{
		margin: 0 0 80px 0;
	}
	
	.box1{
		max-width: 450px;
		width: 95%;
		margin: 0 auto 40px;
		box-shadow: 10px 10px #d2dfa4;
	}
	
	.box1 img{
		width: 100%;
	}
	
	
	.boxarea4{
		margin:0 0 0 0; 
}
	
	.boxarea4in{
		display: flex;
		justify-content: space-between;
	}
	
	.slidebox3{
		width: 48%;
		box-shadow: 10px 10px #d2dfa4;
	}
	
	.slidebox3_imgarea{
		display: flex;
		justify-content: space-between;
	}
	
	.slidebox3_img{
		width: 49.8%;
		max-width: 400px;
	}
	
	.slidebox3_img img{
		width: 100%;
	}
	
	.slidebox3_imgarea2 .slidebox3_img{
		width: 100%;
		max-width: 521px;
	}
	
	
	.slidebox3_tit{
		background-color: #139c7e;
		padding: 10px;
		text-align: center;
		color: #ffffff;
		font-size: 16px;
	}
	
	.slidebox3_txt{
		border: 2px solid #139c7e;
		background-color: #ffffff;
		font-size: 20px;
		padding: 20px;
	}
	
	.slidebox3_txt p{
		background-color: #ffffff;
		background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
                    linear-gradient(180deg, #ccc 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, /* 点線1のサイズ */
                   100% 2.5em; /* 点線2のサイズ */
  line-height: 2.5em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
	}
	
	
	.boxarea5{
		margin: 0 0 0 0;
	}
	
	.boxarea5in{
		display: flex;
		justify-content: space-between;
	}
	
	.slidebox4{
		width: 28%;
		padding: 20px;
		box-shadow: 10px 10px #d2dfa4;
		border: 2px solid #139c7e;
		background-color: #ffffff;
	}
	
	.slidebox4 dl{
		margin: 0 0 20px 0;
		
	}
	
	
	
	.slidebox4 dl dt {
    position: relative;
    padding: .3em 0 .2em 1.5em;
    border-bottom: 3px solid #139c7e;
    color: #333333;
		font-size: 20px;
		font-weight: bold;
		margin: 0 0 0px 0;
}

.slidebox4 dl dt::before {
    position: absolute;
    top: 0;
    left: .3em;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background: #139c7e;
    content: '';
}

.slidebox4 dl dt::after {
    position: absolute;
    transform: rotate(15deg);
    top: .6em;
    left: 0;
    height: 8px;
    width: 8px;
    background: #139c7e;
    content: '';
}
	
	.slidebox4 dl dd{
		padding: 20px 0;
		font-size: 16px;
	}
	
	.slidebox4 dl dd p{
		background-color: #ffffff;
		background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
                    linear-gradient(180deg, #ccc 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, /* 点線1のサイズ */
                   100% 2.5em; /* 点線2のサイズ */
  line-height: 2.5em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
	}
	
	/*.slidebox4_detail{
		display: flex;
		justify-content: space-between;
	}*/
	
	.slidebox4_detail ul{
		list-style: none;
		margin: 0 0 20px 0;
		}
	
	.slidebox4_detail ul li{
		display: flex;
		justify-content: flex-start;
		font-size: 16px;
	}
	
	.koumoku{
		word-break: keep-all;
	}
	
	.slidebox4_detail .slidebox4_img{
		max-width: 400px;
		margin: 0 auto;
	}
	
	.slidebox4_detail .slidebox4_img img{
		width: 100%;
	}
	
	.boxarea6{
		margin: 0 0 0 0;
	}
	
	.box2{
		padding: 20px;
		box-shadow: 10px 10px #d2dfa4;
		border: 2px solid #139c7e;
		margin: 0 0 40px 0;
		background-color: #ffffff;
	}
	
	.box2in{
		display: flex;
		justify-content: space-between;
	}
	
	.box2_imgarea{
		width: 48%;
	}
	
	.box2_img{
		max-width: 400px;
	}
	
	.box2_img img{
		width: 100%;
	}
	
	.box2_img_tit{
		background-color: #139c7e;
		padding: 10px;
		font-size: 20px;
		text-align: center;
		color: #ffffff;
	}
	
	.box2_detail{
		width: 48%;
	}
	
	.box2_txt{
		padding: 0px 0px 20px 0px;
		font-size: 18px;
		margin: 0 0 0 0;
	}
	
	.box2_txt p{
		background-color: #ffffff;
		background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
                    linear-gradient(180deg, #ccc 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, /* 点線1のサイズ */
                   100% 2.5em; /* 点線2のサイズ */
  line-height: 2.5em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
	}
	
	.box2_btnarea{
	display: flex;
	justify-content: space-between;
}
	
.box2_btnarea p{
	width: 48%;
}
	
	.box2_coupon{
		padding: 10px;
		margin: 0 auto 20px;
		max-width: 500px;
		
	}
	
	.box2_coupon img{
		width: 100%;
	}
	
	.box2_coupon p{
		padding: 10px;
		font-size: 18px;
		text-align: center;
		font-weight: bold;
		
		background-color: #ffffff;
	}
	
	.box2_coupon p span.gold_txt{
		display: block;
		color: transparent;
	background: linear-gradient(0deg, #B67B03 0%, #DAAF08 45%, #ebbd1d 70%, #DAAF08 85%, #B67B03 90% 100%); 
	-webkit-background-clip: text;

	}
	
	
	.gold{
  background: linear-gradient(45deg, #DAAF08 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #DAAF08 90% 100%);
  background-size: 800% 400%;
  animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}
}
	
	



.swiper-wrapper{
		padding: 0px 0px 0 0;
	}
	
	.swiper-button-next:after, .swiper-button-prev:after{
		font-size: 24px !important;
		font-weight: bold;
		 text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
		
	}
	
	.swiper-button-next, .swiper-button-prev{
		color: #ffffff !important;
	}
	
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: -5px !important;
	}


