@charset "UTF-8";
/* CSS Document */

.text_i {
	text-indent: -1em;
	padding-left: 1em;
}








/*-
	PC版（769px以上）ここから
------------------------------------------------- */
@media screen and (min-width:769px), print{
	
	body{
		padding-top: 0;
	}
	
	section{
		padding-top: 60px;
		margin: 0;
	}
	
	#topImage{
		/*padding-top: 100px;*/
		padding-top: 150px;
	}
	#topImage h2{
		display: block;
		width: 900px;
		height: 205px;
		margin: 0 auto 30px;
		background-image: url("../images/top_title-pc.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 900px auto;
	}
	#topImage h2::after{
		display: none;
	}

	#topImage dl{
		display: block;
		width: 100%;
		
	}
	#topImage dl dt{
		display: block;
		position: relative;
		/*padding: 40px 0 280px;*/
		padding: 40px 0 225px;
		/*padding: 140px 0 280px;*/
		/*padding: 120px 0 300px;*/
		/*background-color: #F7B515;*/
		background-image: url("../images/top_mican.png");
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 430px auto;
	}
	#topImage dl dt ul{
		display: flex;
		/*justify-content: space-between;*/
		width: 1020px;
		margin: 0 auto;
		
		justify-content: center;
		flex-wrap: wrap;
	}
	#topImage dl dt ul li{
		width: 325px;
		
		padding: 10px;
	}
	#topImage dl dt ul li:nth-of-type(4), #topImage dl dt ul li:nth-of-type(5) {
		width: 450px;
	}
	#topImage dl dt ul li a{
		display: block;
		position: relative;
		top: 0;
		/*border-radius: 50%;*/
		box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.5);
		transition: 0.1s linear;
		
		border-radius: 150px;
	}
	#topImage dl dt ul li a:hover{
		top: 6px;
		box-shadow: 0 0;
		opacity: 0.90;
	}
	
	#topImage dl dt ul li a img{
		display: block;
		width: 100%;
		height: auto;
	}
	#topImage dl dt > p{
		display: block;
		position: absolute;
		bottom: 10px;
		left: calc(50% + 190px);
		text-align: center;
		font-size: 13px;
		font-weight: bold;
		line-height: 1.3;
	}

	#topImage dl dd{
		display: block;
		padding: 12px;
	}
	#topImage dl dd p{
		display: block;
		width: 600px;
		height: 80px;
		margin: 0 auto;
		background-image: url("../images/top_catch.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	
	
	#otoku{
		padding: 30px 0 40px;
		background-color: #F7B515;
	}
	#otoku dl{
		display: block;
		width: 100%;
	}
	#otoku dl dt{
		display: block;
		position: relative;
		padding-bottom: 20px;
		/*padding: 120px 0 300px;*/
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 430px auto;
	}
	#otoku dl dt ul{
		display: flex;
		/*justify-content: space-between;*/
		width: 1040px;
		margin: 0 auto;
		
		justify-content: center;
		flex-wrap: wrap;
	}
	#otoku dl dt ul li{
		width: 260px;
		
		padding: 10px;
	}
	/*#otoku dl dt ul li:nth-of-type(4), #otoku dl dt ul li:nth-of-type(5) {
		width: 450px;
	}*/
	#otoku dl dt ul li a{
		display: block;
		position: relative;
		top: 0;
		/*border-radius: 50%;*/
		box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.5);
		transition: 0.1s linear;
		/*border-radius: 150px;*/
	}
	#otoku dl dt ul li a:hover{
		top: 6px;
		box-shadow: 0 0;
		opacity: 0.90;
	}
	
	#otoku dl dt ul li a img{
		display: block;
		width: 100%;
		height: auto;
	}
	#otoku dl dt > p{
		display: block;
		position: absolute;
		bottom: 10px;
		left: calc(50% + 190px);
		text-align: center;
		font-size: 13px;
		font-weight: bold;
		line-height: 1.3;
	}

	#otoku dl dd{
		display: block;
		/*padding: 12px;*/
	}
	#otoku dl dd p{
		display: block;
		width: 600px;
		height: 80px;
		margin: 0 auto;
		background-image: url("../images/top_catch.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	#otoku .linkButton{
		display: block;
		width: 290px;
		margin: 0 auto;
	}
	#otoku .linkButton a{
		display: block;
		width: 100%;
		text-align: center;
		padding: 7px;
		color: #EA9A00;
		font-weight: bold;
		border-radius: 25px;
		border: 1.5px solid #EA9A00;
		background-image: url("../images/link_arrow.png");
		background-repeat: no-repeat;
		background-position: right 12px center;
		background-size: auto 12px;
		background-color: #fff;
	}
	
	#catv {
		width: 850px;
		margin: 0 auto 80px;
	}
	#catv a {
		border: solid 2px #999;
	}
	#catv a img {
		width: 100%;
	}


	#use{
		background-color: #FFF9EA;
		padding-bottom: 50px;
	}
	#use #movie{
		display: flex;
		flex-wrap: wrap;
		width: 1100px;
		margin: 40px auto;
	}
	#use #movie li{
		width: 50%;
		height: 298px;
		margin-bottom: 20px;
		padding: 0 10px;
	}
	#use #movie li iframe{
		display: block;
		width: 100%;
		height: 100%;
	}
	
	#use dl.how_to{
		display: block;
		width: 100%;
		margin: 0 auto 20px;
	}
	#use dl.how_to dt{
		display: block;
		position: relative;
		width: 100%;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 20px;
		padding: 10px 25px;
		background-color: #EA9A00;
		cursor: pointer;
	}
	
	#use dl.how_to dt::after{
		content: "＋";
		display: block;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		font-size: 40px;
	}
	#use dl.how_to.open dt::after{
		content: "－";
	}
	
	#use dl.how_to dd{
		display: none;
		padding-top: 30px;
		/*background-color: #FFF3D6;*/
		background-color: #FFFFFF;
	}
	
	#use dl.how_to dd ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 92%;
		margin: 0 auto;
	}
	#use dl.how_to dd ul li{
		width: 48.5%;
		height: 490px;
		margin-bottom: 30px;
		padding: 15px;
		border-radius: 7px;
		background-color: #FFFFFF;
		background-repeat: no-repeat;
		background-size: auto 350px;
		background-position: center bottom 30px;
	}
	
	#use dl.how_to:nth-of-type(1) dd ul li:nth-of-type(1){ background-image: url("../images/pay1-1.png"); }
	#use dl.how_to:nth-of-type(1) dd ul li:nth-of-type(2){ background-image: url("../images/pay1-2.png"); }
	#use dl.how_to:nth-of-type(1) dd ul li:nth-of-type(3){ background-image: url("../images/pay1-3.png"); }
	#use dl.how_to:nth-of-type(1) dd ul li:nth-of-type(4){ background-image: url("../images/pay1-4.png"); }

	#use dl.how_to:nth-of-type(2) dd ul li:nth-of-type(1){ background-image: url("../images/pay2-1.png"); }
	#use dl.how_to:nth-of-type(2) dd ul li:nth-of-type(2){ background-image: url("../images/pay2-2.png"); }
	#use dl.how_to:nth-of-type(2) dd ul li:nth-of-type(3){ background-image: url("../images/pay2-3.png"); }
	#use dl.how_to:nth-of-type(2) dd ul li:nth-of-type(4){ background-image: url("../images/pay2-4.png"); }

	#use dl.how_to:nth-of-type(3) dd ul li:nth-of-type(1){ background-image: url("../images/pay3-1.png"); }
	#use dl.how_to:nth-of-type(3) dd ul li:nth-of-type(2){ background-image: url("../images/pay3-2.png"); }


	#use dl.how_to dd ul li p{
		display: table;
		width: 100%;
		min-height: 50px;
		padding-left: 65px;
		background-repeat: no-repeat;
		background-size: 50px;
		background-position: left top;
	}
	
	#use dl.how_to dd ul li:nth-of-type(1) p{ background-image: url("../images/pay1.png"); }
	#use dl.how_to dd ul li:nth-of-type(2) p{ background-image: url("../images/pay2.png"); }
	#use dl.how_to dd ul li:nth-of-type(3) p{ background-image: url("../images/pay3.png"); }
	#use dl.how_to dd ul li:nth-of-type(4) p{ background-image: url("../images/pay4.png"); }
	
	#use dl.how_to dd ul li p > span{
		display: table-cell;
		vertical-align: middle;
		width: 100%;
		font-weight: bold;
	}
	#use dl.how_to dd ul li > span{
		display: block;
		width: 100%;
		padding-left: 65px;
		text-indent: -1.2em;
	}
	

	/*cm*/
	#cm{
		background-color: #F1F9CC;
		padding-bottom: 40px;
		text-align: center;
	}
	#cm p {
		font-size: 40px;
		font-weight: bold;
		color: #00913a;
	}
	
	/*#cm #cm_movie{
		display: block;
		width: 720px;
		margin: 40px auto 80px;
	}
	#cm #cm_movie li{
		width: 100%;
		height: 405px;
		margin-bottom: 45px;
	}
	#cm #cm_movie li iframe{
		display: block;
		width: 100%;
		height: 100%;
	}*/
	
	
	#cm_movie{
		display: flex;
		flex-wrap: wrap;
		width: 1100px;
		margin: 40px auto;
	}
	#cm_movie li{
		width: 50%;
		height: 298px;
		margin-bottom: 20px;
		padding: 0 10px;
	}
	#cm_movie li iframe{
		display: block;
		width: 100%;
		height: 100%;
	}
	


	
/*	#begin{
		padding-top: 130px;
	}*/
	#begin .wrapper{
		margin-bottom: 80px;
		padding: 45px 0 20px;
		border-radius: 25px;
		background-color: #F1F9CC;
	}
	#begin h2{
		display: block;
		width: 750px;
		height: 50px;
		margin: 0 auto 30px;
		background-image: url("../images/begin.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	#begin h2::after{
		display: none;
	}

	#begin ul{
		display: flex;
		justify-content: space-between;
		width: 85%;
		margin: 0 auto 30px;
	}
	#begin ul li{
		display: block;
		width: 270px;
	}
	
	#begin ul li dl{}
	#begin ul li dl dt{
		display: block;
		position: relative;
		width: 270px;
		height: 270px;
		border-radius: 10px;
		background-color: #FFFFFF;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		margin-bottom: 15px;
	}
	#begin ul li dl dt::after{
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: -47px;
		transform: translateY(-50%);
		width: 26px;
		height: 45px;
		background-image: url("../images/begin_arrow.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	#begin ul li:nth-of-type(3) dl dt::after{
		display: none;
	}
	
	#begin ul li.step1 dl dt{ background-image: url("../images/begin1.png"); }
	#begin ul li.step2 dl dt{ background-image: url("../images/begin2.png"); }
	#begin ul li.step3 dl dt{ background-image: url("../images/begin3.png"); }
	
	#begin ul li dl dd{
		display: block;
	}
	#begin ul li dl dd p:nth-of-type(1){
		display: block;
		width: 100%;
		height: 55px;
		margin: 0 auto;
		padding: 3px;
		color: #FFFFFF;
		font-weight: bold;
		background: linear-gradient(0deg, #00913A 35px, rgba(241, 249, 204, 0) 35px);
	}
	#begin ul li dl dd p:nth-of-type(1) span{
		display: block;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	
	#begin ul li:nth-of-type(1) dl dd p:nth-of-type(1) span{ background-image: url("../images/step1.png"); }
	#begin ul li:nth-of-type(2) dl dd p:nth-of-type(1) span{ background-image: url("../images/step2.png"); }
	#begin ul li:nth-of-type(3) dl dd p:nth-of-type(1) span{ background-image: url("../images/step3.png"); }
	
	#begin ul li dl dd p:nth-of-type(2){
		display: block;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		line-height: 1.0;
		padding: 7px 0 4px;
		color: #00913A;
		border-bottom: 2.5px solid #00913A;
		margin-bottom: 7px;
	}
	#begin ul li dl dd p:nth-of-type(3){
		display: block;
		padding: 0 3px;
		font-weight: bold;
	}	
	#begin .step_btn {
		padding: 0 0;
		margin-top: 5px;
	}
	#begin .step_btn a{
		text-decoration: none;
		width: 100%;
		text-align: center;
	}
	
	/*#download{
		padding: 50px 0;
	}
	#download .wrapper{
		width: 950px;
		margin: 0 auto;
		text-align: center;
		padding: 20px 30px 10px;
		border-radius: 25px;
	}
	#download h2{
		color: #E95738;
		margin-bottom: 12px;
		font-size: 28px;
	}
	#download h2::after{
		display: none;
	}
	
	#download ul{
		display: flex;
		justify-content: space-between;
		margin-bottom: 8px;
	}
	#download ul li{
		width: 440px;
		padding: 15px 18px;
		border-radius: 15px;
		background-color: #FFFFFF;
	}
	
	#download ul li dl{
		display: flex;
		justify-content: space-between
	}
	#download ul li dl dt{
		width: 280px;
		text-align: center;
		padding: 15px 0 10px 8px;
	}
	#download ul li dl dt p:nth-of-type(1){
		display: block;
		height: 65px;
		text-align: center;
		margin: 0 auto 15px;
	}
	#download ul li dl dt p:nth-of-type(1) a{
		display: inline-block;
		height: 100%;
	}
	#download ul li dl dt p:nth-of-type(1) a img{
		display: block;
		width: auto;
		height: 100%;
	}
	#download ul li dl dt p:nth-of-type(2){
		display: block;
		margin: 0 auto;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.2;

	}
	#download ul li dl dd{
		width: 130px;
		height: auto;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	
	#download ul li:nth-of-type(1) dl dd{ background-image: url("../images/app_qr.png");}
	#download ul li:nth-of-type(2) dl dd{ background-image: url("../images/google_qr.png");}

	#download .register{
		display: inline-block;
		text-align: center;
		font-size: 12px;
	}
	*/
	
	#special{
		/*background-color: #FFF9EA;*/
		padding-bottom: 20px;
	}
 /*#special{
		background-color: #FFF9EA;
		padding-bottom: 40px;
	}*/
	#special h2{
		margin-bottom: 60px;
	}
	#special #date{
		text-align: right;
	}
 
 #special #privilege{
  margin-top: 10px;
  }
	#special #privilege a {
		background-image: url("../images/bn_list_pc.png");
		height: 101px;
		background-size: 100%;
		background-repeat: no-repeat;
		width: 100%;
		display: block;
	}
 
 #otoku .linkButton{
		display: block;
		width: 290px;
		margin: 0 auto;
	}
 #otoku .linkButton a{
		display: block;
		width: 100%;
		text-align: center;
		padding: 7px;
		color: #EA9A00;
		font-weight: bold;
		border-radius: 25px;
		border: 1.5px solid #EA9A00;
		background-image: url("../images/link_arrow.png");
		background-repeat: no-repeat;
		background-position: right 12px center;
		background-size: auto 12px;
  background-color: #fff;
	}
 
	#special .shopCategory{
		display: block;
		padding: 15px 60px 30px;
		margin: 30px 0;
		background-color: #FFFFFF;
	}
	#special .area1 {
		display: block;
		font-size: 16px;
		font-weight: bold;
		color: #FFFFFF;
		padding: 5px 22px;
		margin: 15px auto;
		background-color: #EA9A00;
	}
	#special dl.area2 {
		margin: 15px 0;
	}
	#special dl.area2 dt {
		display: block;
		position: relative;
		font-size: 16px;
		font-weight: bold;
		padding: 5px 22px;
		background-color: #F1F1F1;
		cursor: pointer;
	}
	#special dl.area2 dt::after {
		content: "＋";
		display: block;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		font-size: 30px;
	}
	#special dl.area2.open dt::after {
		content: "－";
	}
	#special dl.area2 dd {
		display: none;
	}
	#special dl.area2 table tr th {
		padding-left: 20px;
		padding-right: 5px;
	}

	#special table{
		width: 100%;
	}
	#special table tbody{
		width: 100%;
	}
	#special table tr{
		height: 2.5em;
		border-bottom: 1.5px dashed #BBBBBB;
	}
	#special table tr:last-of-type{
		border-bottom: 3px solid #BBBBBB;
	}
	#special table:last-of-type tr:last-of-type{
		border-bottom: 1.5px dashed #BBBBBB;
	}
	#special table tr th{
		position: relative;
		padding-left: 60px;
		width: 330px;
		border-right: 1.5px dashed #BBBBBB;
	}
	#special table tr th::before{
		display: block;
		width: 44px;
		height: 22px;
		font-size: 14px;
		font-weight: bold;
		color: #FFFFFF;
		line-height: 1.0;
		position: absolute;
		top: 50%;
		left: 8px;
		transform: translateY(-50%);
		padding: 4px;
		border-radius: 15px;
		margin-right: 5px;
		text-align: center;
	}
	
	#special table tr th.chuyo::before{ content: "中予"; background-color: #EA5D82; }
	#special table tr th.touyo::before{ content: "東予"; background-color: #70AB15; }
	#special table tr th.nanyo::before{ content: "南予"; background-color: #009ACE; }
	#special table tr th.kengai::before{ content: "県外"; background-color: #EA9A00; }

	
	#special table tr td{
		padding-left: 20px;
	}
	
	#special .new {
		display: block;
		color: #e9472d;
	}

	#special ul#shortcut {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 1100px;
		margin: 20px auto 0;
	}
	#special ul#shortcut li {
		display: block;
		width: 200px;
		margin: 10px 0;
	}
	#special ul#shortcut li a {
		display: block;
		width: 100%;
		text-align: center;
		padding: 7px;
		color: #000000;
		border: 1.5px solid #707070;
		border-radius: 7px;
		background-image: url("../images/menu_arrow.png");
		background-repeat: no-repeat;
		background-position: right 12px center;
		background-size: 10px auto;
		background-color: #fff;
	}
	
 .newCuopon {
		margin: 30px 0;
		border: solid 2px #e9472d;
		background-color: #fff;
	}
	.newCuopon h3 {
		background-color: #e9472d;
		padding: 5px 30px;
		color: #fff;
		margin: 0;
	}
	.newCuopon h3::before {
		content: none;
	}
	.newCuopon .listCuopon {
		padding: 15px 60px 30px;
		height: 200px;
		overflow: auto;
	}

	
	#info{
		display: block;
		margin: 0;
		/*padding-bottom: 50px;*/
	}
	#info ul{
		display: block;
		width: 80%;
		margin: 0 auto;
	}
	#info ul li{
		display: block;
		border-bottom: 1px solid #000000;
	}
	
	#info ul li dl{
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 12px 3px;
	}
	#info ul li dl dt{
		width: 115px;
	}
	#info ul li dl dd{}
	#info ul li dl.new dd::before{
		content: "NEW";
		display: inline-block;
		width: 5em;
		margin-right: 0.7em;
		text-align: center;
		color: #FFFFFF;
		font-weight: bold;
		line-height: 1.3;
		border-radius: 4px;
		background-color: #EC694B;
	}
	
	#info .linkButton,
	#use .linkButton{
		display: block;
		width: 290px;
		margin: 30px auto;
	}
	#info .linkButton a,
	#use .linkButton a{
		display: block;
		width: 100%;
		text-align: center;
		padding: 7px;
		color: #EA9A00;
		font-weight: bold;
		border-radius: 25px;
		border: 1.5px solid #EA9A00;
		background-image: url("../images/link_arrow.png");
		background-repeat: no-repeat;
		background-position: right 12px center;
		background-size: auto 12px;
	}
	
	#event_bn {
		text-align: center;
		width: 800px;
		margin-bottom: 50px;
	}
	#event_bn img{
		width: 100%;
		height: auto;
	}
	
	
	
}
/*-
	SP版（768px以下）ここから
------------------------------------------------- */
@media screen and (max-width: 768px) {
	
	body{
		padding-top: 0;
	}
	
	section{
		margin: 0;
		padding-top: 50px;
	}
	
 #top_logo {
   padding-top: 10px;
 }
/* #top_logo .logo h4 {
	font-size: 18px;
}*/
 
 
#logo_text {
	text-align: center;
	margin: 20px 0 10px;
 padding: 15px 0;
 background-color: #FFF9EA;
}
#logo_text a {
 position: relative;
 display: inline-block;
 width: 80%;
 font-size: 22px;
	font-weight: bold;
	color: #e9472d;
}
#logo_text a::before {
  position: absolute;
  content: '';
  width: 2px;
  height: 58px;
  border-left: 3px solid #e9472d;
  top: 7px;
  left: 0;
  transform: rotate(-35deg);
}
#logo_text a::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 58px;
  border-right: 3px solid #e9472d;
  top: 7px;
  right: 0;
  transform: rotate(35deg);
}

.logo_note {
  
  margin-right: 30px;
  font-size: 12px;
  text-align: right;
}
	
	#topImage{
		padding-top: 70px;
	}
	/*#topImage h2{
		display: block;
		width: 93%;
		height: 20vw;
		margin: 0 auto calc(25px + 48vw);
		background-image: url("../images/top_title-pc.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	#topImage h2::after{
		display: none;
	}*/

	#topImage dl{
		display: flex;
		flex-direction: column;
		width: 100%;
		
	}
	#topImage dl dt{
		/*order: 2;*/
		display: block;
		/*position: relative;*/
		/*padding: 30px 0 0;*/
		/*padding: 40px 0 0;*/
		margin-top: 5px;
		/*background-color: #F7B515;*/
		background-image: url("../images/top_mican.png");
		background-repeat: no-repeat;
		background-position: center bottom;
		/*background-position: center top calc(50px + 41vw);*/
		/*background-position: center top calc(50% + 1.5vw);*/
		background-size: 60% auto;
	}
	#topImage dl dt ul{
		display: flex;
		/*flex-direction: column;
		width: 80%;*/
		max-width: 400px;
		margin: 0 auto;
		
		flex-wrap: wrap;
	}
	#topImage dl dt ul li{
		/*margin-bottom: 7vw;*/
		
		width: 50%;
		box-sizing: border-box;
		padding: 5px 10px 10px;
	}
	#topImage dl dt ul li:last-of-type{
		width: 100%;
	}
	#topImage dl dt ul li a{
		display: block;
		position: relative;
		top: 0;
		border-radius: 50%;
		box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.5);
	}
	#topImage dl dt ul li:last-of-type a{
		border-radius: 100px;
	}
	#topImage dl dt ul li a img{
		display: block;
		width: 100%;
		height: auto;
	}
	#topImage dl dt > p{
  display: block;
  text-align: center;
  font-size: 8px;
  font-weight: bold;
  line-height: 1.3;
  /*margin-top: 21vh;*/
  margin-top: 16vh;
  margin-left: 80%;
	}

	#topImage dl dd{
		/*order: 1;*/
		display: block;
		/*padding: 12px;*/
  padding: 10px 12px 12px;
	}
	#topImage dl dd p{
		display: block;
		width: 95%;
		height: 10vw;
		max-width: 400px;
		max-height: 70px;
		margin: 0 auto;
		background-image: url("../images/top_catch.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
 
 #otoku{
		padding-top: 0px;
  background-color: #F7B515;
	}
	#otoku dl{
		display: flex;
		flex-direction: column;
		width: 100%;
		
	}
 #otoku dl dt{
		/*order: 2;*/
		display: block;
		position: relative;
		padding: 20px 0 ;
		
		/*background-image: url("../images/top_mican.png");*/
		background-repeat: no-repeat;
		background-position: center top calc(50px + 20vw);
		background-size: 75% auto;
	}
 #otoku dl dt ul{
		display: flex;
		/*flex-direction: column;
		width: 80%;*/
		max-width: 400px;
		margin: 0 auto;
		
		flex-wrap: wrap;
	}
	#otoku dl dt ul li{
		/*margin-bottom: 7vw;*/
		
		width: 50%;
		box-sizing: border-box;
		padding: 5px 10px 10px;
	}
/*	#otoku dl dt ul li:last-of-type{
		width: 100%;
	}*/
	#otoku dl dt ul li a{
		display: block;
		position: relative;
		top: 0;
		/*border-radius: 50%;*/
		box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.5);
	}
	/*#otoku dl dt ul li:last-of-type a{
		border-radius: 100px;
	}*/
	#otoku dl dt ul li a img{
		display: block;
		width: 100%;
		height: auto;
	}
	#otoku dl dt > p{
		display: block;
		text-align: center;
		font-size: 13px;
		font-weight: bold;
		line-height: 1.3;
		margin-bottom: 4vw;
	}


	#otoku .linkButton{
		display: block;
		width: 80%;
		max-width: 350px;
		margin: 0 auto;
		padding-bottom: 30px;
	}
	#otoku .linkButton a{
		display: block;
		width: 100%;
		text-align: center;
		padding: 10px;
		color: #EA9A00;
		font-weight: bold;
		border-radius: 30px;
		border: 1.5px solid #EA9A00;
		background-image: url("../images/link_arrow.png");
		background-repeat: no-repeat;
		background-position: right 12px center;
		background-size: auto 12px;
		background-color: #fff;
	}
	
	#catv {
		width: calc(100% - 40px);
		margin: 0 auto;
		padding-top: 0;
	}
	#catv a {
		border: solid 2px #999;
	}
	#catv a img {
		width: 100%;
	}
	
	#use{
		background-color: #FFF9EA;
		padding: 50px 0 20px;
	}
	#use #movie{
		display: block;
		width: 95%;
		margin: 30px auto 40px;
	}
	#use #movie li{
		display: block;
		position: relative;
		width: 100%;
		padding-top: 56.25%;
		margin-bottom: 30px;
	}
	#use #movie li iframe{
		display: block;
		position: absolute;
		top: 0;
		left :0 ;
		width: 100%;
		height: 100%;
	}
	
	#use dl.how_to{
		display: block;
		width: 100%;
		margin: 0 auto 15px;
	}
	#use dl.how_to dt{
		display: block;
		position: relative;
		width: 100%;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 18px;
		padding: 10px 25px;
		background-color: #EA9A00;
		cursor: pointer;
	}
	
	#use dl.how_to dt::after{
		content: "＋";
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		font-size: 35px;
	}
	#use dl.how_to.open dt::after{
		content: "－";
	}
	
	#use dl.how_to dd{
		display: none;
		padding: 30px 0;
		/*background-color: #FFF3D6;*/
		background-color: #FFF;
	}
	
	#use dl.how_to dd ul{
		display: block;
		width: 92%;
		margin: 0 auto;
	}
	#use dl.how_to dd ul li{
		display: block;
		width: 100%;
		margin-bottom: 30px;
		padding: 15px 15px 72vw 15px;
		border-radius: 7px;
		background-color: #FFFFFF;
		background-repeat: no-repeat;
		background-size: auto 60vw;
		background-position: center bottom 30px;
	}
	#use dl.how_to dd ul li:last-of-type{
		margin-bottom: 0;
	}
	
	#use dl.how_to:nth-of-type(1) dd ul li:nth-of-type(1){ background-image: url("../images/pay1-1.png"); }
	#use dl.how_to:nth-of-type(1) dd ul li:nth-of-type(2){ background-image: url("../images/pay1-2.png"); }
	#use dl.how_to:nth-of-type(1) dd ul li:nth-of-type(3){ background-image: url("../images/pay1-3.png"); }
	#use dl.how_to:nth-of-type(1) dd ul li:nth-of-type(4){ background-image: url("../images/pay1-4.png"); }

	#use dl.how_to:nth-of-type(2) dd ul li:nth-of-type(1){ background-image: url("../images/pay2-1.png"); }
	#use dl.how_to:nth-of-type(2) dd ul li:nth-of-type(2){ background-image: url("../images/pay2-2.png"); }
	#use dl.how_to:nth-of-type(2) dd ul li:nth-of-type(3){ background-image: url("../images/pay2-3.png"); }
	#use dl.how_to:nth-of-type(2) dd ul li:nth-of-type(4){ background-image: url("../images/pay2-4.png"); }

	#use dl.how_to:nth-of-type(3) dd ul li:nth-of-type(1){ background-image: url("../images/pay3-1.png"); }
	#use dl.how_to:nth-of-type(3) dd ul li:nth-of-type(2){ background-image: url("../images/pay3-2.png"); }

	#use dl.how_to dd ul li p{
		display: table;
		width: 100%;
		min-height: 50px;
		padding-left: 65px;
		background-repeat: no-repeat;
		background-size: 50px;
		background-position: left top;
	}
	
	#use dl.how_to dd ul li:nth-of-type(1) p{ background-image: url("../images/pay1.png"); }
	#use dl.how_to dd ul li:nth-of-type(2) p{ background-image: url("../images/pay2.png"); }
	#use dl.how_to dd ul li:nth-of-type(3) p{ background-image: url("../images/pay3.png"); }
	#use dl.how_to dd ul li:nth-of-type(4) p{ background-image: url("../images/pay4.png"); }
	
	#use dl.how_to dd ul li p > span{
		display: table-cell;
		vertical-align: middle;
		width: 82%;
		min-height: 50px;
		font-weight: bold;
	}
	#use dl.how_to dd ul li > span {
		display: block;
		width: 100%;
		padding-left: 65px;
		margin-top: 5px;
		text-indent: -1.2em;
	}
	
/*	#use .linkButton{
		display: block;
		width: 100%;
		margin: 50px auto 0;
	}
	#use  .linkButton a{
		display: block;
		width: 100%;
		text-align: center;
		border: 2px solid #EA9A00;
		border-radius: 8px;
		padding: 10px;
		color: #EA9A00;
		font-size: 15px;
		font-weight: bold;
		background-image: url("../images/link_arrow.png");
		background-repeat: no-repeat;
		background-size: auto 12px;
		background-position: right 10px center;
	}*/
	
	#use .linkButton{
		display: block;
		width: 80%;
		max-width: 350px;
		margin: 40px auto;
	}
	#use .linkButton a{
		display: block;
		width: 100%;
		text-align: center;
		padding: 10px;
		color: #EA9A00;
		font-weight: bold;
		border-radius: 30px;
		border: 1.5px solid #EA9A00;
		background-image: url("../images/link_arrow.png");
		background-repeat: no-repeat;
		background-position: right 12px center;
		background-size: auto 12px;
	}
	

	#begin{
		padding: 0 0 50px;
	}
	#begin .wrapper{
		padding: 3vw 0;
		border-radius: 15px;
		background-color: #F1F9CC;
	}
	#begin h2{
		display: block;
		width: 90%;
		height: 50px;
		margin: 0 auto 3vw;
		background-image: url("../images/begin.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	#begin h2::after{
		display: none;
	}

	#begin ul.slide{
		width: 270px;
		margin: 0 auto;
		padding-bottom: 10px;
		margin-bottom: 50px;
	}
	#begin ul.slide li{
	}
	
	#begin ul.slide li dl{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#begin ul.slide li dl dt{
		display: block;
		position: relative;
		width: 250px;
		height: 250px;
		border-radius: 10px;
		background-color: #FFFFFF;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		margin-bottom: 15px;
	}
	
	#begin ul.slide li.step1 dl dt{ background-image: url("../images/begin1.png"); }
	#begin ul.slide li.step2 dl dt{ background-image: url("../images/begin2.png"); }
	#begin ul.slide li.step3 dl dt{ background-image: url("../images/begin3.png"); }
	
	#begin ul.slide li dl dd{
		display: block;
		width: 260px;
		padding-bottom: 15px;
	}
	#begin ul li dl dd p:nth-of-type(1){
		display: block;
		width: 100%;
		height: 55px;
		margin: 0 auto;
		padding: 3px;
		color: #FFFFFF;
		font-weight: bold;
		background: linear-gradient(0deg, #00913A 35px, rgba(241, 249, 204, 0) 35px);
	}
	#begin ul li dl dd p:nth-of-type(1) span{
		display: block;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	
	#begin ul li:nth-of-type(1) dl dd p:nth-of-type(1) span{ background-image: url("../images/step1.png"); }
	#begin ul li:nth-of-type(2) dl dd p:nth-of-type(1) span{ background-image: url("../images/step2.png"); }
	#begin ul li:nth-of-type(3) dl dd p:nth-of-type(1) span{ background-image: url("../images/step3.png"); }
	
	#begin ul li dl dd p:nth-of-type(2){
		display: block;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		line-height: 1.0;
		padding: 7px 0 4px;
		color: #00913A;
		border-bottom: 2.5px solid #00913A;
		margin-bottom: 7px;
	}
	#begin ul li dl dd p:nth-of-type(3){
		display: block;
		padding: 0 3px;
		font-weight: bold;
	}	

	/*-----------slick矢印----------*/
	.slick-prev{ left: calc(-7vw) !important; }
	.slick-next{ right: -7vw !important; }
	.slick-prev:before{
		background: url("../images/slick_arrow-l.png") !important;
		background-size: contain !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
	 
	}
	.slick-next:before{
		background: url("../images/slick_arrow-r.png") !important;
		background-size: contain !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
	}
	.slick-arrow{
		z-index: 2 !important;
		width: 25px !important;
		height: 25px !important;
	}
	.slick-arrow:before{
		content: "" !important;
		width: 100% !important;
		height: 100% !important;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 1 !important;
	}
	button.slick-disabled{
		display: none !important;
	}
	
	/*-----------slickドットナビ----------*/
	.slick-dots li button::before {
		font-size: 16px !important;
	}
	.slick-dots li.slick-active button:before {
		color: #00913A !important;
	}
	
	
	/*#download{
		padding: 30px 0;
	}
	#download .wrapper{
		padding: 20px;
		border-radius: 15px;
	}
	#download h2{
		color: #E95738;
		margin-bottom: 12px;
	}
	#download h2::after{
		display: none;
	}
	
	#download ul{
		display: flex;
		flex-direction: column;
		margin-bottom: 8px;
	}
	#download ul li{
		width: 100%;
		padding: 20px 10px 15px;
		border-radius: 12px;
		background-color: #FFFFFF;
	}
	#download ul li:last-of-type{
		margin-bottom: 20px;
	}

	#download ul li dl{
		display: block;
	}
	#download ul li dl dt{
		width: 100%;
		text-align: center;
	}
	#download ul li dl dt p:nth-of-type(1){
		display: block;
		height: 70px;
		text-align: center;
		margin: 0 auto 10px;
	}
	#download ul li dl dt p:nth-of-type(1) a{
		display: inline-block;
		height: 100%;
	}
	#download ul li dl dt p:nth-of-type(1) a img{
		display: block;
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}
	#download ul li dl dt p:nth-of-type(2){
		display: block;
		margin: 0 auto;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.2;
		padding: 0 5px;
	}
	#download ul li dl dt p:nth-of-type(2) span{
		display: inline-block;
	}
	
	#download ul li dl dd{
		display: none;
	}
	
	#download ul li:nth-of-type(1) dl dd{ background-image: url("../images/app_qr.png");}
	#download ul li:nth-of-type(2) dl dd{ background-image: url("../images/google_qr.png");}

	#download .register{
		display: block;
		font-size: 12px;
		margin-right: -1em;
		text-indent: -1em;
	}*/
	
	
	#special{
		/*background-color: #FFF9EA;*/
		padding: 0 0 60px;
	}
	#special h3{
		padding: 0;
		text-indent: -0.2em;
		margin-bottom: 20px;
	}
	#special #date{
		text-align: right;
	}

	#special #privilege{
		margin: 15px 0 -15px;
	}
	
	#special #privilege a {
		background-image: url("../images/bn_list_sp.png");
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
		max-width: 340px;
		height: 70px;
		display: block;
		margin: auto;
	}
	#special .shopCategory{
		display: block;
		padding: 22px 15px 12px 18px;
		margin: 30px 0;
		background-color: #FFFFFF;
	}
	#special .area1 {
		display: block;
		font-size: 16px;
		font-weight: bold;
		color: #FFFFFF;
		padding: 5px 18px;
		margin: 12px auto;
		background-color: #EA9A00;
	}
	#special dl.area2 {
		margin: 12px 0;
	}
	#special dl.area2 dt {
		display: block;
		position: relative;
		font-size: 16px;
		font-weight: bold;
		padding: 5px 18px;
		background-color: #F1F1F1;
		cursor: pointer;
	}
	#special dl.area2 dt::after {
		content: "＋";
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		font-size: 20px;
	}
	#special dl.area2.open dt::after {
		content: "－";
	}
	#special dl.area2 dd {
		display: none;
	}
	#special dl.area2 table tr th {
		padding-left: 3px;
	}
	
	#special table{
		display: block;
		width: 100%;
	}
	#special table tbody{
		display: block;
		width: 100%;
	}
	#special table tr{
		display: block;
		width: 100%;
		border-bottom: 1.5px dashed #BBBBBB;
		margin-bottom: 10px;
	}
	#special table tr:last-of-type{
		border-bottom: 3px solid #BBBBBB;
	}
	#special table:last-of-type tr:last-of-type{
		border-bottom: 1.5px dashed #BBBBBB;
	}
	#special table tr th{
		display: block;
		width: 100%;
		font-weight: bold;
		position: relative;
		padding-left: 60px;
		margin-bottom: 3px;
	}
	#special table tr th::before{
		display: block;
		width: 44px;
		height: 22px;
		font-size: 14px;
		font-weight: bold;
		color: #FFFFFF;
		line-height: 1.0;
		position: absolute;
		top: 50%;
		left: 3px;
		transform: translateY(-50%);
		padding: 4px;
		border-radius: 15px;
		margin-right: 5px;
		text-align: center;
	}
	
	#special table tr th.chuyo::before{ content: "中予"; background-color: #EA5D82; }
	#special table tr th.touyo::before{ content: "東予"; background-color: #70AB15; }
	#special table tr th.nanyo::before{ content: "南予"; background-color: #009ACE; }
	#special table tr th.kengai::before{ content: "県外"; background-color: #EA9A00; }

	#special table tr td{
		display: block;
		width: 100%;
		padding-left: 3px;
		margin-bottom: 3px;
		line-height: 1.4;
	}
	
	#special .new {
		display: block;
		color: #e9472d;
	}
	
	#special ul#shortcut {
		display: block;
		width: 85%;
		margin: 40px auto 0;
	}
	#special ul#shortcut li {
		display: block;
		width: 100%;
		margin: 18px 0;
	}
	#special ul#shortcut li a {
		display: block;
		width: 100%;
		text-align: center;
		padding: 7px;
		color: #000000;
		border: 1.5px solid #707070;
		border-radius: 7px;
		background-image: url("../images/menu_arrow.png");
		background-repeat: no-repeat;
		background-position: right 12px center;
		background-size: 10px auto;
		background-color: #fff;
	}
	
	.newCuopon {
		margin: 30px 0;
		border: solid 2px #e9472d;
		background-color: #fff;
	}
	.newCuopon h3 {
		background-color: #e9472d;
		color: #fff;
		margin: 0;
		text-indent: 0 !important;;
		padding: 5px !important;;
	}
	.newCuopon h3::before {
		content: none;
	}
	.newCuopon .listCuopon {
		padding: 22px 15px 12px 18px;
		height: 200px;
		overflow: auto;
	}
	
	#info{
		display: block;
		margin: 0;
		/*padding-bottom: 50px;*/
	}
	#info ul{
		display: block;
		width: 97%;
		margin: 0 auto;
	}
	#info ul li{
		display: block;
		margin-bottom: 12px;
		border-bottom: 1px solid #000000;
	}
	
	#info ul li dl{
		display: block;
		padding: 5px 3px;
	}
	#info ul li dl dt{
		display: block;
		width: 100%;
		font-size: 14px;
		margin-bottom: 4px
	}
	#info ul li dl.new dt::after{
		content: "NEW";
		display: inline-block;
		width: 5em;
		margin-left: 0.7em;
		text-align: center;
		font-size: 13px;
		color: #FFFFFF;
		font-weight: bold;
		line-height: 1.3;
		border-radius: 4px;
		background-color: #EC694B;
	}
	#info ul li dl dd{}

	#info .linkButton{
		display: block;
		width: 80%;
		max-width: 350px;
		margin: 40px auto;
	}
	#info .linkButton a{
		display: block;
		width: 100%;
		text-align: center;
		padding: 10px;
		color: #EA9A00;
		font-weight: bold;
		border-radius: 30px;
		border: 1.5px solid #EA9A00;
		background-image: url("../images/link_arrow.png");
		background-repeat: no-repeat;
		background-position: right 12px center;
		background-size: auto 12px;
	}

	/*cm*/
	#cm{
		background-color: #F1F9CC;
		padding: 40px 0 10px;
		text-align: center;
	}
	#cm p {
		padding-bottom: 10px;
		font-size: 26px;
		font-weight: bold;
		color: #00913a;
	}
	#cm{
		display: block;
		margin: 30px auto 40px;
	}
	#cm ul {
	  width: 90%;
	  margin: 0 auto;
	}
	#cm li{
		display: block;
		position: relative;
		width: 100%;
		padding-top: 56.25%;
		margin-bottom: 30px;
	}
	#cm li iframe{
		display: block;
		position: absolute;
		top: 0;
		left :0 ;
		width: 100%;
		height: 100%;
	}

	#event_bn {
		text-align: center;
		/*margin-top: -35px;*/
	}
	#event_bn img{
		width: 100%;
		height: auto;
	}


}
