.about, .point, .shop, .cta {
  padding: 60px 10%;
}
.point dl{
  margin: 0 5%;
}

ul{list-style-type: none;}

@media (min-width: 768px) {
.sp{display:none;
}

}
@media (max-width: 1280px) {
  .about, .point, .shop, .cta {
    padding: 60px 10%;
  }
}

@media (max-width: 768px) {
  .about, .point,.shop, .cta {
    padding: 60px 5%;
  }
  .pc{display:none;
  }
}

html {
  background-color: #87c229;
}

body {
  margin: 0 auto;
  max-width: 1080px;
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #fce622;

}

@media (max-width: 768px) {
  body {  
    width:100%;
  }
}

h2{margin-bottom: 30px;}

h3{
  margin: 30px auto;
  font-size:1.6em;
  font-weight:500;
  text-align:center;
}
a,a:visited{text-decoration: none;color:inherit;
}
a:hover{
  color:#73a6e1;
}


}
.fd-in {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}

.fd-done {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

section {
  position: relative;
  margin: 0 auto;
  overflow: visible;
  transition: .8s;
}

section .main {
  max-width: 100%;
}

.section__title {
  font-size: 48px;
  text-align: center;
}

.receipt{
  position: relative;
  display: block;
  text-align: center;
  min-height:150px;
  background-image: url(../images/receipt.png);
  background-size: 150px;
  background-position: 10% 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {

  .receipt{
    position: relative;
    display: block;
    text-align: center;
    min-height:150px;
    background-image: none;
    background-size: 0;
    background-position: 0;
    margin-bottom: 20px;
  }
}

.top-30{
  display: block;
  position: relative;
  top:-30px;
}

.section__title--discription {
  position: relative;
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 20px;
  z-index: 100;
}

.myhead {
  position: relative;
  padding: 0 auto;
  color: #ff3399;
  text-align: center;
  overflow: hidden;
}

.myhead img {
  width: 100%;
  max-width: 1280px;
  padding: 0 auto;
}

@media (max-width: 768px) {
  .myhead {
    width: 100%;
    overflow: hidden;
  }
  .myhead img {
    position: relative;
    width: 120%;
    overflow: hidden;
    margin-left: -10%;
  }
}  


.myhead h1 {
  font-size: 80px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 20px;

}

.myhead p {
  position: absolute;
  width:100%;
  text-align: center;
  top:15px;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color:#ff3399;
}
.kome1{
  text-align: right;
  padding-right: 40px;
}
@media (max-width: 768px) {

  .kome1{
    text-align: left;
    font-size: 12px;
    padding: 0px 27vw 5px 20px;
  }
}



.c-container{
  position: relative;
}
.circle-position{
  position: absolute;
  right:-10px;
  bottom:50px;
}

.pop-circle {
  position: relative;
  display: inline-flex;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #66ccff;
  color: #FFF;
  font-size: 28px;
  line-height: 1.2em;
  text-align: center;
 }


.pop-circle > span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  width :200px;
  text-align:center;
}

@media (max-width: 768px) {
  .circle-position{
    position: absolute;
    right:-4%;
    bottom:5px;
  }
  
  .pop-circle {
    position: relative;
    display: inline-block;
    padding: 5px;
    width: 6em;
    height: 6em;
    border-radius: 50%;
    background-color: #66ccff;
    color: #FFF;
    font-size: 22px;
    text-align: center;
   }
  
  
   .pop-circle > span {
    position: relative;
    display: inline-block;
    left: inherit;
    top: inherit;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width :auto;
    text-align:center;
  }
}

.about__container {
  display: flex;
  flex-wrap: wrap;
}

/*toTOP*/
.ScrollTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  box-sizing: border-box;
  background: rgba(37,153,195, 0.5);
  color: #fff;
  text-decoration: none;
  transition: all 0.65s;
}
.ScrollTop::after{
  display: block;
  position: relative;
content:"";
width:16px;
height: 16px;
border-top: 3px #FFFFFF solid ;
border-left: 3px #FFFFFF solid ;
transform: rotate(45deg);

}



@media (max-width: 768px) {
  .about__image {
    width: 100%;
 
  }
}

.about__image img {
  width: 200px;
  height: auto;
  border:1px #666 solid;
}

.about__text {
  width: 70%;
}
.about__text p.poster{
  font-size: 2em;
}
.about__text p {
  line-height: 2;
  margin-left: 50px;
  font-size: 18px;
  font-weight: 500;
}


@media (max-width: 768px) {
  .about__image img {
    width: 100%;
  }
  .about__text {
    width: 100%;
    text-align: center;
  }
  .about__text p {
    margin-left: 0px;

  }
}


.item__list {
  background-color: #fff;
  border-radius: 15px;
  list-style-type: none;
}
.item__list>li{
padding: 10px 20px;
display: inline-block;
text-align: left;
width: 100%;
font-size:130%;
font-weight:600;
}

.item__list>li:nth-child(even) {
background-color: #ecf6ff;
}

.item__list>li:last-child{
  border-radius: 0 0 15px 15px  ;
} 

.item__list>li:nth-child(-n+4){
  font-size:180%  ;
  font-weight: 600;
} 


.item__list>li span{
  display: inline-block;
  float: right;
  padding-left: 15px;
}
.item__list>li span span{
  display: inline-block;
  width:3em;
  color:#73a6e1;
  text-align: right;
}

.item__list>li p{
  position: relative;
  display: inline-block;
}

.item__list>li div{
  position: relative;
  display: block;
  width:100%;
}
.item__list>li li{
  display: block;
  font-weight:500;
    margin: 15px 50px 0 100px;
  border-bottom: #73a6e1 1px solid;
}


.item__list .foods li:nth-child(1),.item__list .foods li:nth-child(8),
.item__list .toyu li:nth-child(1),.item__list .toyu li:nth-child(4),.item__list .toyu li:nth-child(7),
.item__list .onsen li:nth-child(1),.item__list .onsen li:nth-child(4)
{
  border-bottom: none;
  color:#73a6e1;
  margin-bottom: -15px;
}



@media (max-width: 768px) {
.item__list>li li{
    margin: 15px 15px 0 30px;
}
}



.point__list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}





.check_list li{
  height:2em;
  margin: 5px 0 5px 50px;
  padding: 0.3em 2.5em;
  position: relative;
  display: inline-block;
  color:#FFF;
  background-color: #33cc33;
  border-radius: 1em;
}

.check_list li:before {
  content: "";
  position: absolute;
  top: .5em;
  left: 1em;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 6px;
  height: 12px;
  border-right: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
}

@media (max-width: 768px) {
  .check_list li{
  margin: 5px 0 ;
  }
  .point__item {
    width: 100%;
  }
  .point__item:not(:first-child) {
    margin: 30px 0 0;
  }
}

.point__item i {
  font-size: 44px;
  font-weight: 900;
  width: 50px;
  border-bottom: 4px solid #000;
  display: inline-block;
  text-align: center;
  padding: 0 0 8px;
  margin: 0 0 20px;
}

.point__item p {
  text-align: left;
  font-size: 18px;
}

/*応募要綱*/
.table-col2 {
  border-collapse: collapse;
  width: 100%;
}

.table-col2 th,.table-col2 td {
 padding: 8px;
 vertical-align: top;
}

.table-col2 td {
  padding-left: 16px;
 }

 .table-col2 td span {
  float:right;
  display: inline-block;
 }


.table-col2 th {
  text-align: left;
  width: 120px;
}

@media only screen and (max-width: 768px) {
  .table-col2 tr,
  .table-col2 th,
  .table-col2 td {
    display: block;
    width: auto;

  }
  
 
  .table-col2 th,
  .table-col2 td {
    border-top: none;

  }
  .table-col2 th{
  padding-bottom:0px;
  }

  /*shoplist*/
  .table-col2 td span{
    display: inline-block;
    float: right;
    }
  


}

/*注意事項*/
ul.caution{
  margin:20px 0 20px 30px;
  list-style-type: circle;
}

ul.caution li{
  line-height:2em;
}

.indent{
  display: block;
  margin-left: 2em;
}

.blue{
  color:#66ccff;
}


.orange{
  color:#ff9900;
}



/*店舗一覧*/
.shop ul{
  background-color: #fff;
  border-radius: 10px;
  list-style-type: none;
}
.shop li{
padding: 5px 30px;
display: inline-block;
text-align: left;
width: 100%;
}

@media (max-width: 768px) {
.shop li{
  padding: 5px 10px;
  }
}

.shop li:nth-child(even) {
background-color: #ecf6ff;
}

.shop ul li:last-child{
  border-radius: 0 0 15px 15px  ;
} 

.shop li span{
  display: inline-block;
  float: right;
  padding-left: 15px;
}



/*touch*/
.cta__btn {
  display: block;
  text-align: center;
}
.cta__btn img{
  vertical-align: middle;
  margin: 30px;
}


.cta__btn a {
  display: block;
  background: #66ccff;
  padding: 15px 40px;
  margin: 0px 0 0;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: .5s;
  border-radius: 15px;
  position: relative;
}
.cta__btn .cta__text{
  display: inline-block;
}

@media (max-width: 768px) {
  .cta__btn a {
    display: block;
  }
  .cta__btn .cta__text{
    display: inline-block;
    width:100%;
  }
  
}


.cta__btn a:hover {
  background: #96ecff;
  color:#050099;
}

.cta__btn a:hover::after {
  border-color: #66ccff;
}

a.disable{
  pointer-events:none;
  opacity:0.8;
}

a.disable::after{
  width: 300px;
  display:block;
  position: absolute;
  top:1.5em;
  left:50%;
  margin-left:-150px;
  content:"Comming Soon";
  font-weight:600;
  transform:rotate(-25deg);
  opacity:1;
color:#050099;
}



.info{
  display: block;
  margin:10px 40px 50px 40px;
  padding:20px 20px 20px 20px;
  text-align: center;
  background: rgba(255,255,255, 0.5);
  clip-path: polygon(8% 0%, 92% 0%, 100% 8%, 100% 92%, 92% 100%, 8% 100%, 0% 92%, 0% 8%);

}

.tel{
  margin: -20px 0 50px;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
}
.small-80{
  font-size: 80%;
}
.right{  text-align: right;}
.center{  text-align: center;}
/*# sourceMappingURL=style.css.map */