@charset "utf-8";
@import url('/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
/* CSS Document */
html {
  scroll-behavior: smooth;
}
#wrapper {
	width: 100%;
	/*max-width:950px;*/
	margin:0 auto 10px;
	padding-bottom:20px;
 	font-size:14px;
	line-height:1.6;
	/*font-family: 'Noto Serif JP', serif;*/
  overflow: hidden;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(0deg, transparent, transparent 8px, rgba(255, 252, 209, 1) 8px, rgba(255, 252, 209, 1) 16px );
}
#wrapper * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#wrapper a{
  word-break: break-all;  
}
#wrapper img{
  vertical-align: bottom;
} 
#wrapper h2,
#wrapper h3,
#wrapper h4 {
	font-weight: bold;
}
@media screen and (min-width: 760px){
   .pc_none{
    	display: none;
  }
}
@media screen and (max-width: 759.9px){
   .sp_none{
    	display: none;
  }
}
.disnon {
	display:none;
}
.text_red {
	color: #B20202;
	border-bottom: 1px solid #B20202;
}	
.marker {
	/*background: linear-gradient(transparent 80%, #ffd22c 80%);*/
	background: linear-gradient(transparent 80%, #ff0000 80%);
	font-weight: bold;
}
a.godetail{
	width: 80%;
	max-width: 350px;
	display: block;
	margin: 10px auto 10px;
  padding: 20px 5px 25px;
	text-align: center;
	text-decoration: none;
	background: url("images/button.png") no-repeat center bottom;
	background-size: 100% ;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
}
a.godetail:hover,
a.godetail_jr:hover{
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}
.yoyaku {
  width: 90%;
  max-width: 950px;
  margin: 30px auto;
	text-align: center;
  background: #FFFFFF;
  border:10px solid #FAE469;
  padding-bottom: 25px;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}
.yoyaku h2{
  font-size: 130%;
  margin-bottom: 20px;
}

.yoyaku_unit {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.yoyaku_unit a.godetail{
  width: 45%;
  margin: 0 2%;
}
@media screen and (max-width: 759.9px){
  .yoyaku h2{
    font-size: 110%;
  }
  .yoyaku_unit a.godetail{
    width: 100%;
    margin-bottom: 20px;
  }
}

.deco{
	font-weight: normal;
  display: inline-block;
	padding: 0 20px;
	background: url("../common/images/deco_left.png") no-repeat center left,url("../common/images/deco_right.png") no-repeat center right ;
	background-size: auto 15px;
	margin:20px auto 10px;
}
@media screen and (max-width: 759.9px){
  a.godetail{
    width: 80%;
    padding: 15px 0 20px;
    font-size: 90% ;
  }
  .deco{
    display: inline-block;
		padding: 0 16px;
		background: url("images/deco_left.png") no-repeat center left,url("images/deco_right.png") no-repeat center right ;
		background-size: 12px;
	}
}
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
}
.paddingTop{
	padding-top: 180px;
}
.pageContent a{
   word-break: break-all;  
} 
#pagetop {
  z-index: 100;
}
/*--------section-------------*/
section {
	width: 100%;
  /*max-width: 950px;*/
	margin:30px auto 20px;

}
@media screen and (max-width: 759.9px){
  section .inner > h2{
    font-weight: bold;
  }
}
#campaign_top {
  width: 100%;
  background: url("images/top.jpg") no-repeat center center;
  background-size: cover;
	margin: 0 0 30px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
#campaign_top .inner {
	width: 100%;
	margin: 0 auto;
  position: relative;
  padding-top: 450px;
}
#campaign_top h2{
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
	width: 100%;
	margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#campaign_top h2 img{
	height: 75%;
}
@media screen and (max-width: 759.9px){
	#campaign_top .inner {
		padding-top: 40%;
	}
}
.pageContent {
	width: 100%;
  margin: 0 auto 20px;
}
.pageContent .inner{
	width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
/*------------トップリード-------------*/
#pageTopLead {
	margin-bottom: 30px;
}
#pageTopLead > .inner {
	text-align: center;
}

#pageTopLead > .inner p{
	font-size: 130%;
	font-weight: bold;
	line-height: 1.8;
}
@media screen and (max-width: 759.9px){
	#pageTopLead > .inner p{
		font-size: 110%;
	}
}
/*---------------------------*/
.pageContent h2.title1 {
  width: 60%;
	margin: 20px auto;
	font-size: 180%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
  background: #E2201B;
  padding:4px;
  box-shadow: -4px 4px 0px -2px #E2201B;
  line-height: 1.4;
}
.pageContent h2.title1 span{
  border: 4px solid  #FFFFFF;
  width: 100%;
  display: block;
  padding: 15px 4px;
}

@media screen and (max-width: 759.9px){
	.pageContent h2.title1 {
    width: 80%;
    font-size: 110%;
    padding:3px;
    box-shadow: -4px 4px 0px -2px #E2201B;
	}
  .pageContent h2.title1 span{
    border: 3px solid  #FFFFFF;
    padding: 10px 3px;
  }
}
.pageContent .comment_box{
  width: 90%;
	margin: 20px auto 40px;
	background: rgba(255,255,255,0.8);
	padding: 30px 20px;
  text-align: center;
	border-radius: 30px;
	box-shadow: 2px 2px rgba(0,0,0,0.1);
}
.pageContent .comment_box .chart{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.pageContent .comment_box .box{
  display: flex;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 5px;
  border-radius: 10px;
  font-size: 120%;
  font-weight: bold;
  width: 40%;
  line-height: 1.4;
  padding: 10px 0;
  background: #FFFFFF;
}
.pageContent .comment_box .color1{
  border-color: #45C244;
  color: #45C244;
}
.pageContent .comment_box .color2{
  border-color:#8487F1;
  color:#8487F1;
}
.pageContent .comment_box .plus{
  font-size: 300%;
  font-weight: bold;
  margin: 0 15px;
}
.pageContent .comment_box h3{
	font-size: 120%;
	line-height: 1.8;
  text-align: left;
}
.pageContent .comment_box p{
	font-size: 120%;
	line-height: 1.6;
	margin: 0 0 5px 0.5em;
  text-align: left;
}
.pageContent .comment_box ul.attention_unit{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
  margin:0 0 20px 1em;
}
.pageContent .comment_box ul.attention_unit li{
	margin: 0 1em;
	text-align: left;
	text-indent: -1em;
}
@media screen and (max-width: 759.9px){
  .pageContent .comment_box .chart{
    flex-direction: column;
	 }
  .pageContent .comment_box .box{
    font-size: 110%;
    font-weight: bold;
    width: 90%;
  }
	.pageContent .comment_box h3{
		font-size: 115%;
	}
  .pageContent .comment_box p{
		font-size: 110%;
	}
	.pageContent .comment_box ul.attention_unit{
		width: 90%;
		flex-direction: column;
		align-items: flex-start;
		margin: 0 auto 10px;
	}

}
.pageContent .step_unit {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 60px 0 20px;
}
.pageContent .step_box {
	width: 30.3%;
	margin: 0 1.5%;
	background: #FFFFFF;
	border: 2px solid #ffe100;
	border-radius: 20px;
	text-align: center;
	padding: 55px 15px 10px;
	position: relative;
}
@media screen and (max-width: 759.9px){
	.pageContent .step_box {
		width: 80%;
		margin: 0 auto 50px;
	}
}
.pageContent .step_box h3 {
	position: absolute;
	top:-30px;
	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;
}
.pageContent .step_box img {
	max-width: 90%;
	margin: 10px auto;
}
img#qrcode {
	width: 70%;
}
.pageContent .step_box .fukidashi {
	background: url("images/fukidashi.png")no-repeat center center;
  background-size: contain;
	padding:30px 0 20px;
	margin-top: -10px;
}
.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;
}
.entry_site li{
	margin-bottom: 15px;
	text-indent: -1em;
	margin-left: 1em;
}
.pageContent a.link_pdf {
	width: 50%;
	margin: 30px auto 80px;
	background: #e2201b;
	font-size: 180%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 60px;
	text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageContent a.link_pdf img{
	width: 25px;
  margin-left: 5px;
}
.pageContent a.link_pdf:hover {
	text-decoration: none !important;
	color: #FFFFFF !important;
	opacity: 0.8;
}
@media screen and (max-width: 759.9px){
  .pageContent a.link_pdf {
    width: 60%;
    margin: -20px auto 60px;
    font-size: 120%;
    height: 50px;
  }
  .pageContent a.link_pdf img{
    width: 20px;
    margin-left: 5px;
  }
}
#shoplist .bg_gifu{
  background: #FFFCA1;
}
#shoplist .bg_shizuoka{
  background: #C9FCE3;
}
#shoplist .bg_aichi{
  background: #F4D4EF;
}
#shoplist .bg_mie{
  background: #CCFFFF;
}
#shoplist .bg_nagano{
  background:#E7D0F3;
}
#shoplist .inner{
  padding: 50px 0 0;
  position: relative;
}
#shoplist h2.ribbon{
  position: absolute;
  top:-25px;
  left: 0;
  right: 0;
  color: #FFFFFF;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
}
#shoplist h2.ribbon span{
  background: url("images/bg_title_ribbon.png")no-repeat center center;
  background-size: contain;
  padding: 30px 80px;
}
#shoplist p.attention {
	width: 80%;
	max-width: 640px;
	margin: 0 auto 50px;
	text-indent: -1em;
}
@media screen and (max-width: 759.9px){
	#shoplist .inner{
		padding: 40px 0 0;
	}
  #shoplist h2.ribbon{
    position: absolute;
    top:-30px;
    font-size: 130%;
    width: 95%;
    margin: 0 auto;
  }
  #shoplist h2.ribbon span{
    display: block;
    width: 100%;
    background: url("images/bg_title_ribbon.png")no-repeat center center;
    background-size: contain;
    padding: 20px 0;
  }
}
.shop_unit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.shop_unit .shop_box{
  width: 30.3%;
  margin:0 1.5% 30px;
  position: relative;
}
.shop_unit .shop_box .bg{
  background: rgba(255,255,255,0.6);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
  margin-bottom: 10px;
}
.shop_unit .shop_box .photo{
	width: 100%;
	padding-top: 66%;
	background: #CCC;
	position: relative;
}
.shop_unit .shop_box .photo img{
  width: 100%;
  position: absolute;
  top:0;
  left:0;
  height: 100%;
  object-fit: cover;
}
.shop_unit .shop_box .photo h4{
  width: 100%;
  position: absolute;
  top:0;
  left:0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop_unit .shop_box .region{
  position: absolute;
  top:-35px;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url("images/bg_region.png")no-repeat center center;
  background-size: contain;
  color: #FFFFFF;
  font-size: 110%;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.shop_unit .shop_box h3{
  position: relative;
  margin-top: -15px;
  width: 100%;
  height: 70px;
  background: url("images/bg_shop.png")no-repeat center center;
  background-size: contain;
  color: #9D221B;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.4;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.shop_unit .shop_box h4{
	margin: 5px 10px;
  font-size: 90%;
  color: #9D221B;
	text-align: center;
}

.shop_unit .shop_box .tokuten{
	padding: 5px 10px 15px;
	text-align: center;
}
.shop_unit .shop_box .fs-small{
  font-size: 90%;
}

.shop_unit .shop_box .tokuten ul{
	width: 11em;
	margin: 5px auto 0;
}
.shop_unit .shop_box .tokuten li{
	text-align: left;
}
.shop_unit .shop_box .note{
	width: 100%;
	padding:0 0 0 10px;
}
.shop_unit .shop_box .note li{
	font-size: 80%;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 3px;
}
@media screen and (max-width: 759.9px){
  .shop_unit .shop_box{
    width: 47%;
    margin:0 1.5% 30px;
  }
  .shop_unit .shop_box .region{
    height: 60px;
    line-height: 60px;
    font-size: 110%;
  }
  .shop_unit .shop_box h3{
    position: relative;
    margin-top: -15px;
    width: 100%;
    height: 60px;
    background: url("images/bg_shop.png")no-repeat center center;
    background-size: 100% 100%;
    font-size: 100%;
		line-height: 1.4;
  }

}

