@charset "utf-8";
/* CSS Document */
/* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; */
/*background-image: url(img/peter_bg.png);*/
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	color: #333333;
	/* background-color: #f0f8ff; */
  font-size: 1.6rem;
	}
article,
footer {
	box-sizing : border-box;
	/* width : 80%; */
	margin : 0 auto;
	background-color: #fff;
	}
a {
  text-decoration: none;
  color:#fff;
}
/* a:hover {
  color:#808080;
} */

/*============================
header style
============================*/
#top-head {
  width: 100%;
  height: 90px;
  background: #fff;
  opacity: 0.9;
  display: flex;
  position: fixed;
  z-index: 999;
}
#top-head .inner {
  float: left;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*logo style*/
.inner h1 a {
  color: #e99a6d;
  text-decoration: none;
  font-weight: bold;
	height: 60px;
	margin-top: 0;
}
.logo {
  margin-top: 1rem;
  width: 83%;
}

#top-head nav ul {
  display: flex;
  list-style-type: none;
  margin-top: 1.5rem;
}
/*nav link style*/
#top-head nav ul li a {
  text-decoration: none;
  padding: 6px;
  color: #404040;
  font-size: 1rem;
}
#top-head nav ul li a:hover {
  color: #10597a;
  transition: all 0.3s ease-in-out 0s;
}
#nav_toggle {
  display: none;
}
.va{
	display: block;
  margin: 0 auto;
	width: 60%;

}
/* img {
  margin-top: 100px;
} */
/* article{
	max-width: 1000px;
} */
.img_wrap img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}
/* トップ下リンク　*/
.ttl{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	margin-bottom:1vw;
  margin-top:1vw;
}
.ttl_child{
  width: 23%;
  height: auto;
}
article h1 {
	/* font-size : 2em; */
	/* border-bottom : 1px solid; */
	/* margin-bottom : 1em; */
	/* margin: 0 auto;
	text-align: center; */
	}
article > p {
	margin-top : 10em;
	margin-bottom : 10em;
	}
/* article > section { */
	/* overflow : hidden; */
	/* padding : 1rem; */
	/* padding-top : 1rem;
  width: 95%;
  margin: 0 auto;

	} */
/* article > section > p {
	margin-bottom :3em;
	} */
article > section > section {
	float : left;
	width : 46%;
	margin : 2% ;
	padding : 2em;
	text-align : center;
	box-sizing : border-box;
	background-color : #ffffff;
	border:solid 1px #000;
	display:block;
	}
article > section > section:nth-of-type(3) {
	margin-right : 0;
	}
.headimg{
	margin-top:120px;
}
.price{
	font-weight: bold;
	font-size: 2em;
	color: #f00;
}
section p a {
  text-decoration: none;
  color: #fff;
}
section  a:hover {
  color: #c0c0c0;
}
/* h2 {
　width: 90%;
  position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: #000080;
  margin: 0 auto;
  text-align: center;
 font-weight: bold;
  font-size: 2em;
}
h2:after {
  position: absolute;
  bottom: -9px;
  left: 12em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #000080 transparent transparent transparent;
} */
.cart {
  position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: #f00;
　font-weight: bold;
  font-size: 2em;
}
.cart:hover{
    background: #993300;
}
.bnr {
  width: 90%;
  position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: #f00;
　font-weight: bold;
  font-size: 2em;
  margin: 20px auto;
  text-align: center;
}
.bnr:hover{
    background: #993300;
}
.itemname{
	font-weight: bold;
	font-size: 1.5em;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*フッター-------------------------------------------------*/

footer {
	width: 100%;
	border-top: solid 1px #014c80;
  margin-top : 15em;
  margin-bottom : 5em;
  text-align:center;
}

footer ul{
	width:100%;
	background-color:#FFFFFF;
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0 auto;
}

footer ul li{
	color: #000000;
	font-size: 14px;
	padding: 20px;
}

footer a{
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	color: black;
}

footer a:hover {
	color: #014c80;
	text-decoration:underline;
}

footer > p{
	padding: 20px;
	font-size: 12px;
}








/* 211204 */

.w-980 {
  max-width: 980px;
  margin: 0 auto;
}

.w-880 {
  max-width: 880px;
  margin: 0 auto;
}

.main_ttl , .sub_ttl {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.8rem;
  margin: 0 auto;
	text-align: center;
  font-weight: bold;
}


.event_area .sub_ttl {
  padding-bottom: 2.5rem;
}

.main_ttl::after , .sub_ttl::after {
  content: "";
  display: block;
  border-bottom: 3px dotted #E80047;
  max-width: 200px;
  margin: 1rem auto 2.5rem;
}

div span.solid {
  border-top: solid 1px #ccc;
  display: block;
  width: 25%;
  margin: 1.5rem  auto;
}



.item-container .label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.item-container .label-wrap .icon, .item-container .label-wrap .icon__free, .item-container .label-wrap .icon__off {
  border-radius: 4px;
  display: block;
  padding: 2px 8px;
  margin-right: 5px;
  color: #fff;
  font-size: 1.2rem;
}

.item-container .label-wrap .icon__off {
  background: #f32727;
}
.item-container .label-wrap .icon__free {
  background: #6FAFDD;
}
.item-container .item .lead {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.item-container .item .item-name {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.item-container .item .item-name a {
  text-decoration: none;
  color: #2e2928;
}

.item-container .item figure img {
  width: 100%;
  height: auto;
}
.item-container .item .item-price {
  color: #f32727;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: roboto-condensed, sans-serif;
  text-align: left;
}

.item-container .item .item-price span {
  font-size: 0.6em;
}
.item-container .item-col1 .label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.item-container .item-col1 .label-wrap .icon, .item-container .item-col1 .label-wrap .icon__off, .item-container .item-col1 .label-wrap .icon__free {
  border-radius: 4px;
  display: block;
  padding: 2px 8px;
  margin-right: 5px;
  color: #fff;
  font-size: 1rem;
}
.item-container .item-col1 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-container .item-col1 .item figure {
  width: 46.5%;
}

.item-container .item-col1 .item .detail {
  width: 50%;
}

.item-container .item-col1 .item .detail .item-price {
  font-size: 1.8rem;
}
.item-container .item-col1 .item .detail .item-price span {
  font-size: 0.6em;
}
.item-container .item-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 750px;
  margin: 0 auto;
}
.item-container .item-col2 .item {
  width: 48%;
  margin-bottom: 1.8em;
}
.item-container .item-col2 .item figure {
  width: 100%;
}
.item-container .item-col2 .item .detail {
  width: 100%;
}
.item-container .item-col2 .item .detail .item-name {
  font-size: 1.7rem;
  margin-bottom: 0.5em;
  text-align: left;
}
.item-container .item-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.item-container .item-col3:after {
  content: "";
  width: 31%;
  display: block;
}
.item-container .item-col3 .item {
  width: 31%;
  margin-bottom: 1.8em;
}
.item-container .item-col3 .item figure {
  width: 100%;
}
.item-container .item-col3 .item .detail {
  width: 100%;
}
.item-container .item-col3 .item .detail .item-price {
  font-size: 1.8rem;
}

.item-container .item-col3 .item .item-name {
  font-size: 1.6rem;
}

.item-container .label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}




.item-container .label-wrap .icon, .item-container .label-wrap .icon__free, .item-container .label-wrap .icon__off {
  border-radius: 4px;
  display: block;
  padding: 2px 8px;
  margin-right: 5px;
  color: #fff;
  font-size: 1.2rem;
}

.item-container .item .item-price span {
  font-size: 0.6em;
}


.page-navi {
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0,0,0);
  -webkit-perspective: 1000;
  z-index: 200;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  opacity: 0;
  will-change: transform;
}
.page-navi__container ul {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  height: 60px;
  padding: 0px;
  width: 70%;
  margin: 0 auto;
}
.page-navi__container ul li {

  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-self: stretch;
  width: 25%;
  text-align: center
}
.page-navi__container ul li:nth-child(1) {
  background-color: #ff6b99;
  border: #ff6b99 solid 4px;
}
/* .page-navi__container ul li:nth-child(1) a .icon {
  width: 30px
} */
.page-navi__container ul li:nth-child(2) {
  background-color: #4eb9ae;
  border: #4eb9ae solid 4px;
}
/* .page-navi__container ul li:nth-child(2) a .icon {
  width: 38px
} */
.page-navi__container ul li:nth-child(3) {
  background-color: #ffc854;
  border: #ffc854 solid 4px;
}
/* .page-navi__container ul li:nth-child(3) a .icon {
  width: 27px
} */
.page-navi__container ul li:nth-child(4) {
  background-color: #66cbff;
  border: #66cbff solid 4px;
}
/* .page-navi__container ul li:nth-child(4) a .icon {
  width: 40px
} */
.page-navi__container ul li:nth-child(5) {
  background-color: #b5b5b5;
  border: #b5b5b5 solid 4px;
}
/* .page-navi__container ul li:nth-child(5) a .icon {
  width: 40px
} */
.page-navi__container ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all .5s ease;
  color: #fff;
}
.page-navi__container ul li a .icon {
  height: auto;
  padding-right: 12px
}
.page-navi__container ul li a .text {
  font-size: 17px;
  font-size: 1rem;
  font-weight: 600;
}
/* .page-navi__container ul li a:hover {
  opacity: .8
} */
.page-navi__container ul li:nth-child(1) a:hover{
  background-color: #fff;
  color: #ff6b99;
}
.page-navi__container ul li:nth-child(2) a:hover{
  background-color: #fff;
  color: #4eb9ae;
}
.page-navi__container ul li:nth-child(3) a:hover{
  background-color: #fff;
  color: #ffc854;
}
.page-navi__container ul li:nth-child(4) a:hover{
  background-color: #fff;
  color: #66cbff;
}
.page-navi__container ul li:nth-child(5) a:hover{
  background-color: #fff;
  color: #b5b5b5;
}



.icon img {
    width: 100%;
    height: auto;
    border: 0;
    font-size: 1px;
    font-size: .0625rem;
    line-height: 1;
    vertical-align: top;
}

.sp_br {
  display: none;
}

.pc_br {
  display: none;
}

.event_area,
#sele_area,
#coupon_area,
#point10_area,
#deal_area,
#allitem_area {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

.lead_text{
  font-size: 1.3rem;
}

.icon__off span {
  font-size: .85rem;
}

.coupon_img {
  padding: 0;
}

.allitem_coupon {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.allitem_coupon a{
  display: block;
  width: 100%;
  max-width: 50%;
  margin: 0 auto;
}

.allitem_coupon img{
  width: 100%;
  text-align: center;
}

.event_area .point {
  position: relative;
  padding: 1rem;
  text-align: center;
  border: 3px solid #000;
  color: #000;
  /* background: #fff; */
}

.event_area .point:before,
.event_area .point:after {
  position: absolute;
  content: '';
}

.event_area .point:hover {
  color: #000;
  transition: all 0.3s ease-in-out 0s;

}

.event_area .point:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 3px solid #000;
  border-radius: 50%;
  background: #f2fefe;
}

.event_area .point:hover:after {
  background: #fff;
   transition: all 0.3s ease-in-out 0s;
}

.event_area .point:hover:before {
  background: #fff;
   transition: all 0.3s ease-in-out 0s;
}

.event_area .point:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2fefe;
}

.event_area .point .num {
  /* font-size: 30px; */
  font-size: 1.6rem;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
  font-weight: bold;
}

.event_area .point span {
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
}

.event_link {
  color: #000;
}

.event_link:hover{
    display: block;
    transition: all 0.3s ease-in-out 0s;
}

.event_area_bg {
  background-color: rgba(242, 254, 254, 0.5);
  background-image: -webkit-radial-gradient(rgb(136, 172, 234) 10%, transparent 0), -webkit-radial-gradient(rgb(136, 172, 234) 10%, transparent 0);
      background-image: radial-gradient(rgb(136, 172, 234) 10%, transparent 0), radial-gradient(rgb(136, 172, 234) 10%, transparent 0);
  background-position: 0 0, 10px 10px;
      -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}

.section_wrap {
  padding: 4.5rem 0 0 0;
}

.sub_ttl_pickup {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.8rem;
  margin: 0 auto;
	text-align: center;
  font-weight: bold;
}

.peter_code_container {
  background: rgba(179, 237, 255, 0.432);
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.peter_code {
  color: #f52768;
}
.peter_code::first-line {
  color: #333333;
}


@media only screen and (max-width: 768px){
  .item-container .label-wrap {
    flex-direction: column;
  }

  .item-container .label-wrap .icon,
    .item-container .label-wrap .icon__free,
    .item-container .label-wrap .icon__off {
      border-radius: 4px;
      padding: 2px 8px;
      font-size: 1rem;
    }

    #allitem_area .label-wrap .icon__off{
      margin-bottom: .2rem;
    }

    .item-container .item .lead {
      font-size: 1.3rem;
    }

    .item-container .item .item-name {
      margin-bottom: 0.5em;
      font-size: 1.2rem;
    }

    .item-container .item .item-price {
      font-size: 1.2rem;
    }

    .item-container .item-col1 .item {
      display: block;
      width: 100%;
      margin: 0 auto 20px auto;
    }

    .item-container .item-col1 .item figure {
      width: 100%;
    }

    .item-container .item-col1 .item .detail {
      width: 100%;
    }

    .item-container .item-col3 .item .detail .item-price {
      font-size: 1.2rem;
    }

    .item-container .item-col3__spcol2 .item {
      width: 48%;
    }

    .item-container .item-col3__spcol2 .item-name {
      font-size: 1.2rem;
    }

  .item-container .item-col2 .item .detail .item-name {
    font-size: 1.25rem;
  }

  .item {
    margin-bottom: 2rem;
  }

/* bottom menu 下部メニューここから */

  .page-navi {
    height: 62px
  }
  .page-navi__container ul {
    height: 62px;
    width: 100%;
  }
  .page-navi__container ul li:nth-child(1) a .icon {
    width: 21px
  }
  .page-navi__container ul li:nth-child(2) a .icon {
    width: 27px
  }
  .page-navi__container ul li:nth-child(3) a .icon {
    width: 19px
  }
  .page-navi__container ul li:nth-child(4) a .icon {
    width: 31px
  }
  .page-navi__container ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-between;
    padding: 11px 0;
    display: flex;
    justify-content: center;
  }
  .page-navi__container ul li a .icon {
    padding-right: 0;
  }
  .page-navi__container ul li a .text {
    /* font-size: .6875rem; */
    font-size: 1rem;
  }

/* bottom menu 下部メニューここまで */

    /*hamburger menu style*/
      #nav_toggle {
        display: block;
        width: 30px;
        height: 30px;
        position: relative;
        top: 4px;
        z-index: 100;
      }
      #nav_toggle div {
        position: relative;
      }
    /*hamburger menu close style*/
      #nav_toggle span {
        display: block;
        height: 2px;
        background: #404040;
        position:absolute;
        width: 100%;
        left: 0;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
      }
      #nav_toggle span:nth-child(1) {
        top:0px;
      }
      #nav_toggle span:nth-child(2) {
        top:10px;
      }
      #nav_toggle span:nth-child(3) {
        top:20px;
      }
    /*hamburger menu open style*/
      .open #nav_toggle span:nth-child(1) {
        top: 10px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
      }
      .open #nav_toggle span:nth-child(2) {
        width: 0;
        left: 50%;
      }
      .open #nav_toggle span:nth-child(3) {
        top: 10px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        transform: rotate(-135deg);
      }
    /*nav style*/
      #top-head nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #4eb9ae;
        color: #fff;
        z-index: 999;
      }
      #top-head nav ul {
        display: block;
        /* width: 100%; */
        padding: 0;
        margin: 40% 0;
      }
      #top-head nav ul li {
        text-align: center;
        list-style: none;
        /* border-bottom: 1px solid #fff; */
        color: #fff!important;
        line-height: 3.5rem;
        font-weight: 500;
      }
      #top-head nav ul li:last-child {
        border: none;
      }
    /*nav link style*/
      #top-head nav ul li a {
        /* display: block; */
        padding: 10px;
        color: #fff;
        font-size: 1.6rem;
      }
    /*navここまで*/

    .w-980 {
      width: 100%;
    }

    .only-pc {
      display: none;
    }

    .pc_br {
      display: none;
    }

    .sp_br {
      display: block;
    }

    .w-880 {
      max-width: 880px;
      margin: 0 auto;
    }

    footer {
      margin-top: 15vw;
      margin-bottom: 5vw;
      box-sizing: border-box;
      width: 100%;
      margin: 0 auto;
      text-align: center;
  }

  footer ul {
    width: 100%;
    padding: 0px;
    font-size: 3vw;
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
  }
  footer ul li {
    width: 50%;
    list-style-type: none;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    background: #191970;
    opacity: 0.8;
  }

  footer ul li a {
    color: #fff;
    font-size: 1rem;
  }

  .main_ttl , .sub_ttl , .sub_ttl_pickup {
    font-size: 1.4rem;
  }

  .lead_text{
    font-size: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .logo {
    width: 67%;
    margin: 8px 0 0 0;
  }
  #top-head {
    height: 65px;
  }
  .headimg {
    margin-top: 70px;
  }
  .allitem_coupon a {
    max-width: 70%;
  }

  .event_bannner_img{
    margin-top: -1.5rem;
  }

}

@media only screen and (max-width: 1400px){
  .pc_br {
    display: block;
  }
}

@media only screen and (max-width: 1024px){
  .page-navi__container ul {
    width: 100%;
  }

}

@media only screen and (max-width: 600px){
  .event_area .point span {
    font-size: 1rem;
  }
  .event_area .point {
    padding: 0.3rem;
  }
  .point_pd {
    padding: 0 .2rem;

  }
}
