@charset "UTF-8";
@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
/*共通*/
.ehomaki2026 {
  overflow: hidden;
  position: relative;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  color: #000;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #000;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.4;
}

/* -------------------------------------
        FV
------------------------------------- */
.header {
  position: relative;
  padding: 0.5em;
  background: #fff;
  box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.16);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.header__hougaku {
  text-align: center;
  width: 35%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .header__hougaku {
    width: 70%;
    text-align: right;
    margin-left: auto;
  }
}
.header .top_logo {
  position: absolute;
  display: block;
  width: 5%;
  max-width: 80px;
}
@media screen and (max-width: 767px) {
  .header .top_logo {
    position: relative;
    width: 40px;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .header h1 {
    width: 40px;
    top: 10px;
    left: 10px;
  }
}

.fv {
  position: relative;
}
.fv::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 45%;
  background: url(../img/fv-dec-rt.png) no-repeat;
  background-size: contain;
  background-position: top right;
  right: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv::before {
    background: url(../img/fv-dec-sp.png) no-repeat;
    background-size: contain;
    background-position: bottom right;
    top: auto;
    bottom: 0;
    width: 40%;
  }
}
.fv__ttl {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(../img/fv-bgdec.png) no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .fv__ttl {
    display: block;
    padding: 20px 0 40px;
    width: 100%;
    height: 60%;
    background: url(../img/fv-bgdec-sp.png) no-repeat;
    background-size: cover;
    background-position: top;
  }
}
.fv__ttlwrap {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fv__ttlwrap {
    width: 75%;
  }
}
.fv__mainimg {
  width: 70%;
  margin-left: auto;
  margin-right: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .fv__mainimg {
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    padding-top: 70%;
  }
}
.fv__mainimg img {
  width: 100%;
}
.fv__dec {
  position: absolute;
  z-index: 5;
}
.fv__dec--comment {
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 14%;
  top: 40px;
}
@media screen and (max-width: 767px) {
  .fv__dec--comment {
    width: 30%;
    top: 45%;
    left: 2%;
    right: auto;
  }
}
.fv__dec--setsubun {
  width: 15%;
  top: 20px;
  right: 2%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__dec--setsubun {
    top: 43%;
    width: 30%;
    right: 3%;
  }
}
.fv__dec--cloud {
  right: -5%;
  bottom: 10%;
  width: 24%;
}
@media screen and (max-width: 767px) {
  .fv__dec--cloud {
    width: 45%;
    right: auto;
    left: -5%;
    bottom: 2%;
  }
}

/* -------------------------------------
        予約について
------------------------------------- */
.about {
  position: relative;
  padding: 40px 0;
  text-align: center;
  background: #B2003E;
}
.about::before, .about::after {
  content: "";
  position: absolute;
  background: url(../img/dec-wave.png) no-repeat;
  background-size: contain;
  z-index: 0;
}
.about::before {
  width: 40%;
  height: 640px;
  left: -4%;
  top: 5%;
  background-position: top;
}
@media screen and (max-width: 767px) {
  .about::before {
    width: 80%;
    left: auto;
    right: -10%;
    top: 2%;
  }
}
.about::after {
  width: 24%;
  height: 400px;
  right: 0;
  bottom: 5%;
  background-position: right;
}
@media screen and (max-width: 767px) {
  .about::after {
    width: 80%;
    left: -10%;
    bottom: 2%;
    background-position: left bottom;
  }
}
.about__wrap {
  width: 95%;
  margin: 0 auto;
  max-width: 900px;
}
.about__ttl {
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 2em;
  color: #fff;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about__ttl {
    font-size: 1.6em;
  }
}
.about__ttl::before, .about__ttl::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 3px solid #fff;
  top: 10%;
}
.about__ttl::before {
  left: -1.4em;
}
.about__ttl::after {
  right: -1.4em;
}
@media screen and (max-width: 767px) {
  .about__ttl--reserve::before, .about__ttl--reserve::after {
    top: 40%;
  }
}
.about__con {
  position: relative;
  background: #fff;
  border-radius: 24px;
  padding: 1.5em 1em;
  box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.16);
  margin: 20px auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .about__con {
    padding: 1.5em 0.5em;
    max-width: 500px;
  }
}
.about__con--camp {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about__con--camp {
    padding: 50px 0.5em;
  }
}
.about__con--camp::before, .about__con--camp::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 72px;
  background: url(../img/dec-cloud.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .about__con--camp::before, .about__con--camp::after {
    height: 50px;
  }
}
.about__con--camp::before {
  right: -2%;
  top: 10%;
}
@media screen and (max-width: 767px) {
  .about__con--camp::before {
    top: -2%;
    width: 40%;
  }
}
.about__con--camp::after {
  left: -2%;
  bottom: 10%;
}
@media screen and (max-width: 767px) {
  .about__con--camp::after {
    width: 40%;
    bottom: 0;
  }
}
.about__flx {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.about__item {
  width: 49%;
  max-width: 380px;
  padding: 1em 0.5em;
  background: #F5DDE5;
  margin: 0 0.5%;
}
@media screen and (max-width: 767px) {
  .about__item {
    width: 100%;
    padding: 1em;
    margin: 8px 0;
  }
}
.about__item p {
  color: #B2003E;
  font-weight: 700;
  font-size: 1.1em;
}
.about__item p.by {
  width: 90%;
  margin: 0 auto;
  background: #B2003E;
  color: #fff;
  padding: 4px 8px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .about__item p.by {
    width: 100%;
  }
}
.about__item p.plus {
  width: 90%;
  margin: 0 auto;
  margin-top: 6px;
  background: #FFF23F;
  border-radius: 40px;
  padding: 4px 1em;
}
@media screen and (max-width: 767px) {
  .about__item p.plus {
    width: 100%;
  }
}
.about__item p.plus span.small {
  font-size: 0.7em;
}
.about__item p.main {
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1;
}
.about__item p.main span.big {
  font-size: 2em;
}
.about__item p.shintei {
  margin-top: 2px;
  font-size: 1.2em;
  font-weight: 800;
}
.about__item p.itemnotice {
  margin-top: 6px;
  font-weight: 500;
  font-size: 0.85em;
  color: #000;
}
.about .notice {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .about .notice {
    text-align: left;
  }
}

.reserve {
  position: relative;
  background: #5F0063;
}
@media screen and (max-width: 767px) {
  .reserve::before {
    top: 10%;
  }
}
.reserve__img {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 8px;
}
.reserve .linknotice {
  font-size: 0.9em;
  margin-top: 1em;
}
.reserve .linknotice a {
  color: #B2003E;
  border-bottom: 1px solid #B2003E;
  cursor: pointer;
}
.reserve .ttl {
  position: relative;
  display: inline-block;
  color: #B2003E;
  font-weight: 700;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .reserve .ttl {
    font-size: 1.1em;
  }
}
.reserve .ttl::before, .reserve .ttl::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #B2003E;
  bottom: 0;
}
.reserve .ttl::before {
  transform: rotate(-30deg);
  left: -0.8em;
}
.reserve .ttl::after {
  transform: rotate(30deg);
  right: -0.8em;
}
.reserve .about__flx {
  align-items: center;
  margin-top: 8px;
}
.reserve__ticket {
  background: #FFF23F;
  padding: 1em;
  color: #B2003E;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .reserve__ticket {
    padding: 0.8em 0.5em;
  }
}
.reserve__camp {
  font-size: 1.4em;
  color: #B2003E;
  font-weight: 800;
  text-align: left;
  line-height: 1.1;
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .reserve__camp {
    margin-top: 10px;
    text-align: center;
    font-size: 1.2em;
  }
}
.reserve__camp span.big {
  font-size: 1.6em;
}
@media screen and (max-width: 767px) {
  .reserve__camp span.big {
    font-size: 1.5em;
  }
}

.btn {
  position: relative;
  text-align: center;
  border-radius: 40px;
  z-index: 10;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
  }
}
.btn--wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: none;
}
.btn--wrap .orderbtn {
  width: 50%;
}
.btn--wrap .orderbtn a {
  padding: 8px 0;
  font-size: 1em;
  line-height: 1.2;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn a {
  position: relative;
  display: block;
  width: 95%;
  margin: 0 auto;
  padding: 16px 0;
  background: #EBCA1A;
  background: linear-gradient(90deg, rgb(235, 202, 26) 0%, rgb(255, 251, 208) 50%, rgb(235, 202, 26) 100%);
  border-radius: 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 4px solid #fff;
  font-size: 1.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .btn a {
    font-size: 1em;
  }
}
.btn a::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../img/arrow_black.svg) no-repeat;
  background-size: contain;
  background-position: right;
  right: 4%;
  top: 32%;
  transition: all 0.3s;
}
.btn a:hover::before {
  right: 2%;
}

@keyframes spin-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* -------------------------------------
        商品一覧
------------------------------------- */
.con {
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .con {
    padding: 80px 0;
  }
}
.con--limited {
  background: url(../img/limited-bg.png);
  background-size: contain;
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .con--limited {
    padding-top: 100px;
  }
}
.con--limited::before, .con--limited::after {
  content: "";
  position: absolute;
  width: 40%;
  height: 40%;
  background: url(../img/limited-dec.png) no-repeat;
  background-size: contain;
  background-position: left top;
}
.con--limited::before {
  top: 0;
  left: 0;
}
.con--limited::after {
  transform: scale(-1);
  bottom: 0;
  right: 0;
}
.con--tento {
  background: #FFFFFF;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(240, 230, 212) 50%, rgb(255, 242, 177) 100%);
}
.con--other {
  background: linear-gradient(#F1F6DB, #C8DC6D);
}
.con__wrap {
  width: 95%;
  margin: 0 auto;
  max-width: 1300px;
}
.con__main {
  position: relative;
  z-index: 2;
  width: 95%;
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 2em;
}
@media screen and (max-width: 767px) {
  .con__main {
    padding: 0;
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .con__main--limited {
    padding: 0 1em;
  }
}
.con__main--limited::before {
  content: "";
  position: absolute;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, rgb(236, 217, 154) 0%, rgb(150, 107, 51) 50%, rgb(236, 217, 154) 100%);
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -8px;
}
@media screen and (max-width: 767px) {
  .con__main--limited::before {
    border-radius: 20px;
    top: -4px;
  }
}
.con__main--limited::after {
  content: "";
  position: absolute;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  background: #fff;
  border-radius: 40px;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}
@media screen and (max-width: 767px) {
  .con__main--limited::after {
    border-radius: 20px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
}
.con__ttl {
  position: relative;
  z-index: 2;
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .con__ttl {
    width: 90%;
    max-width: 500px;
  }
}
.con__ttl--limited {
  position: absolute;
  left: 0;
  right: 0;
  top: -3%;
}
@media screen and (max-width: 767px) {
  .con__ttl--limited {
    top: -40px;
  }
}
.con__ttl--tento {
  margin-top: 0;
}
.con__subttlwrap {
  text-align: center;
}
.con__subttl {
  text-align: center;
  font-size: 1.6em;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .con__subttl {
    font-size: 1.4em;
  }
}
.con__subttl--limited {
  padding-top: 6%;
  color: #B2003E;
}
@media screen and (max-width: 767px) {
  .con__subttl--limited {
    padding-top: 12%;
    margin-bottom: 10%;
  }
}
.con__subttl--other {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  color: #3E3A39;
}
@media screen and (max-width: 767px) {
  .con__subttl--other {
    margin-top: 20px;
  }
}
.con__subttl--other::after {
  content: "";
  position: absolute;
  width: 2em;
  height: 2em;
  background: url(../img/leaf.png) no-repeat;
  background-size: contain;
  right: -1.6em;
  top: -10px;
}
@media screen and (max-width: 767px) {
  .con__subttl--other::after {
    width: 1.5em;
    height: 1.5em;
    top: auto;
    bottom: 0;
    right: 25%;
  }
}
.con__otoku {
  text-align: center;
}
.con__otoku .ttl {
  display: inline-block;
  position: relative;
  font-size: 1.1em;
  font-weight: 700;
  margin-top: 20px;
}
.con__otoku .ttl::before, .con__otoku .ttl::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #000;
  bottom: 0;
}
.con__otoku .ttl::before {
  transform: rotate(-30deg);
  left: -0.5em;
}
.con__otoku .ttl::after {
  transform: rotate(30deg);
  right: -0.5em;
}
.con__otoku .maintxt {
  display: inline-block;
  color: #C60079;
  font-weight: 700;
  margin-top: 4px;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .con__otoku .maintxt {
    font-size: 1.1em;
  }
}
.con__otoku .maintxt span.big {
  font-size: 1.8em;
}
@media screen and (max-width: 767px) {
  .con__otoku .maintxt span.big {
    font-size: 1.6em;
  }
}
.con__otoku .maintxt span.line {
  background: linear-gradient(transparent 50%, #FFF42B 50%);
}
.con__otoku .miraiaction {
  background: #fff;
  border-radius: 20px;
  padding: 1.5em 1em;
  margin-top: 1em;
}
.con__otoku .miraiaction__flx {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
.con__otoku .miraiaction__flx .sakugen {
  color: #C60079;
  font-size: 1.2em;
  font-weight: 700;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .con__otoku .miraiaction__flx .sakugen {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .con__otoku .miraiaction .txt {
    text-align: left;
  }
}
.con__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.con__list--limited {
  padding-bottom: 40px;
}

.item {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .item {
    margin: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .item--w100flx {
    margin: 20px 0 40px;
  }
}
.item--w100flx .item__img {
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .item--w100flx .item__comment {
    width: 45%;
  }
}
.item--w100 {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.item--w100 .item__img {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .item--w100 .item__img {
    width: 100%;
  }
}
.item--w100 .item__mainttl {
  margin-bottom: 8px;
  font-size: 1.8em;
}
@media screen and (max-width: 767px) {
  .item--w100 .item__mainttl {
    font-size: 1.4em;
  }
}
.item--w100 .item__txtarea {
  width: 50%;
  min-width: 520px;
}
@media screen and (max-width: 767px) {
  .item--w100 .item__txtarea {
    width: 100%;
    margin-top: 1em;
    min-width: auto;
  }
}
.item--w100 .item__comment {
  width: 60%;
  top: -60px;
}
.item--w100tento {
  width: 100%;
  background: #fff;
  padding: 1.5em 1em;
  box-shadow: 3px 3px 3px #BA0007;
  margin-top: 0;
}
.item--w100tento .item__comment {
  width: 80%;
  top: 20px;
}
.item--w50 {
  width: 48.5%;
  background: #fff;
  padding: 1.5em 1em 2em;
  box-shadow: 3px 3px 3px #BA0007;
  display: flex;
  flex-direction: column;
  min-width: 480px;
}
@media screen and (max-width: 767px) {
  .item--w50 {
    width: 100%;
    padding: 1.5em 0.5em;
    min-width: auto;
  }
}
.item--w50 .item__img {
  margin-bottom: 1em;
}
.item--w50 .item__comment {
  width: 40%;
  top: 20px;
}
.item--w50 .item__mainttl {
  margin-bottom: 8px;
  font-size: 1.8em;
}
@media screen and (max-width: 767px) {
  .item--w50 .item__mainttl {
    font-size: 1.4em;
  }
}
.item--w50 .item__txtareaw50 {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 2px solid #B2003E;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.item--w50 .item__txtareaw50:nth-last-child(1) {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.item--w50 .btn {
  margin-top: auto;
}
.item__img {
  position: relative;
}
.item__comment {
  position: absolute;
  width: 30%;
  left: 0;
  top: -40px;
}
.item__imgicon {
  position: absolute;
  width: 32%;
  bottom: 0;
  left: 0;
}
.item__imgicon--zehi {
  width: 22%;
}
.item__set {
  display: inline-block;
  color: #B2003E;
  padding: 2px 4px;
  font-weight: 700;
  border: 1px solid #B2003E;
  margin-bottom: 4px;
}
.item__mainttl {
  font-weight: 800;
  font-size: 2em;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .item__mainttl {
    font-size: 1.4em;
  }
}
.item__mainttl span {
  font-size: 0.7em;
}
.item__flx {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}
.item__flxitem {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .item__flxitem {
    width: 100%;
  }
}
.item__flxitem:nth-child(1) {
  border-right: 3px solid #B2003E;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .item__flxitem:nth-child(1) {
    padding: 0;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border: none;
    border-bottom: 3px solid #B2003E;
  }
}
.item__flxitem:nth-child(2) {
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .item__flxitem:nth-child(2) {
    padding: 0;
  }
}
.item__ttl {
  display: flex;
  align-items: center;
}
.item__ttl .no {
  background: #B2003E;
  color: #fff;
  font-weight: 800;
  font-size: 1.6em;
  width: 1.4em;
  height: 1.4em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .item__ttl .no {
    font-size: 1.2em;
  }
}
.item__ttl .ttl {
  font-size: 1.6em;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .item__ttl .ttl {
    font-size: 1.2em;
  }
}
.item__txt {
  margin-top: 4px;
}
.item__icon {
  margin-top: 8px;
  display: flex;
}
.item__icon .icon {
  display: inline-block;
  padding: 0 4px 2px;
  font-size: 0.9em;
}
.item__icon .icon--reizo {
  color: #81C0E9;
  border: 2px solid #81C0E9;
}
.item__icon .icon--tento {
  background: #C60079;
  color: #fff;
  border: 2px solid #C60079;
  margin-left: 6px;
}
.item__price {
  text-align: right;
  font-weight: 700;
  font-size: 2.5em;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .item__price {
    font-size: 1.8em;
  }
}
.item__price span.yen {
  font-size: 0.7em;
}
.item__price span.small {
  font-size: 0.4em;
}
.item__price span.tax {
  font-size: 0.8em;
}
.item__tokuten {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .item__tokuten {
    font-size: 0.9em;
  }
}
.item__tokuten .ttl {
  color: #fff;
  font-weight: 700;
  padding: 2px 0 4px;
}
.item__tokuten .pay {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .item__tokuten .pay {
    font-size: 0.85em;
  }
}
.item__tokuten .point {
  width: 95%;
  margin: 4px auto 2px;
  padding: 2px 4px;
  border-radius: 20px;
  color: #fff;
  font-size: 0.75em;
}
@media screen and (max-width: 767px) {
  .item__tokuten .point {
    margin-top: 2px;
    line-height: 1.2;
    padding: 2px 8px 4px;
  }
}
.item__tokuten .tuujo {
  font-size: 0.9em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .item__tokuten .tuujo {
    font-size: 0.8em;
  }
}
.item__tokuten .plus {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .item__tokuten .plus {
    font-size: 1.4em;
    margin-bottom: 8px;
  }
}
.item__tokuten .plus span.small {
  font-size: 0.8em;
}
.item__tokuten .tenpo {
  width: 30%;
  margin-right: 8px;
  border: 2px solid #5F0063;
}
@media screen and (max-width: 767px) {
  .item__tokuten .tenpo {
    width: 33%;
  }
}
.item__tokuten .tenpo .ttl {
  background: #5F0063;
}
.item__tokuten .tenpo .pay {
  color: #5F0063;
}
.item__tokuten .tenpo .point {
  background: #5F0063;
}
.item__tokuten .tenpo .tuujo,
.item__tokuten .tenpo .plus {
  color: #5F0063;
}
.item__tokuten .online {
  width: 60%;
  border: 2px solid #B2003E;
}
@media screen and (max-width: 767px) {
  .item__tokuten .online {
    width: 65%;
  }
}
.item__tokuten .online .ttl {
  background: #B2003E;
}
.item__tokuten .online .pay {
  color: #B2003E;
}
.item__tokuten .online .point {
  background: #B2003E;
}
.item__tokuten .online .tuujo,
.item__tokuten .online .plus {
  color: #B2003E;
}
.item__tokuten .online__flx {
  display: flex;
  justify-content: space-between;
}
.item__tokuten .online__item {
  width: 50%;
}
.item__tokuten .online__item:nth-child(1) {
  border-right: 2px solid #B2003E;
}

/* -------------------------------------
        注意文
------------------------------------- */
.mainnotice {
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
  padding-top: 60px;
}
.mainnotice p {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.mainnotice p.main {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 20px;
}
.mainnotice p.main span {
  background: linear-gradient(transparent 50%, #FFF42B 50%);
}

.tentonotice {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tentonotice {
    text-align: left;
  }
}
.tentonotice p {
  font-size: 0.9em;
}

.allergy {
  width: 95%;
  margin: 20px auto 60px;
  max-width: 1100px;
  padding: 0.6em 0.5em;
  border: 1px solid #000;
  text-align: center;
}
.allergy a {
  color: #C60079;
  border-bottom: 1px solid #C60079;
}

.notice--tento {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .notice--tento {
    text-align: left;
  }
}
.notice p {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.9em;
}

/* -------------------------------------
        デジタルカタログ
------------------------------------- */
.catalog {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  background: #f4f1ed;
}
@media screen and (max-width: 767px) {
  .catalog {
    display: block;
    padding-bottom: 40px;
  }
}
.catalog__txtarea {
  width: 45%;
  max-width: 400px;
  margin-right: 20px;
  padding: 3em 0.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .catalog__txtarea {
    width: 95%;
    margin: 0 auto;
    padding: 0 1em 3em 1em;
  }
}
.catalog__ttl {
  margin-bottom: 16px;
  font-size: 1.2em;
  font-weight: 700;
}
.catalog__ttl span.big {
  font-size: 2em;
}
.catalog__txt {
  position: relative;
  margin-bottom: 16px;
  font-size: 1.2em;
}
.catalog__txt span.big {
  font-size: 1.5em;
}
.catalog__btn a {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 340px;
  margin: 0 auto;
  border-radius: 40px;
  padding: 16px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #B2003E;
  color: #fff;
}
.catalog__btn a::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../img/arrow.svg) no-repeat;
  background-size: contain;
  right: 3%;
  top: 32%;
  transition: all 0.3s;
}
.catalog__btn a:hover::before {
  right: 2%;
}
.catalog__img {
  width: 40%;
  max-width: 350px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .catalog__img {
    width: 80%;
    margin: 0 auto;
  }
}
.catalog__img img {
  width: 100%;
}
.catalog__img a {
  display: block;
  text-align: center;
  padding: 0.5em;
  box-shadow: 0 0 10px #919191;
}
.catalog__img a:hover {
  box-shadow: none;
}
.catalog__img--hon a {
  padding: 0;
}

/* -------------------------------------
        イズミグループ各店舗
------------------------------------- */
.grouptenpo {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 980px;
}
.grouptenpo::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 90%;
  background: #FFF6FA;
  bottom: 0;
  z-index: 0;
}
.grouptenpo__ttl {
  position: relative;
  text-align: center;
  z-index: 1;
}
.grouptenpo__ttl p {
  display: inline-block;
  border-bottom: 2px solid #C60079;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .grouptenpo__ttl p {
    display: block;
    font-size: 1.3em;
    padding-bottom: 10px;
    width: 95%;
    margin: 0 auto;
  }
}
.grouptenpo__img {
  position: relative;
  text-align: center;
  padding: 40px 1em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .grouptenpo__img {
    padding: 20px 1em;
  }
}

/*アニメーション*/
.anime-l {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateX(-40px);
}

.anime-b {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px);
}

.anime-o {
  opacity: 0;
  visibility: hidden;
  transition: 2.5s;
}

.anime-o2 {
  opacity: 0;
  visibility: hidden;
  transition: 3.5s;
  transition-delay: 0.4s;
}

.anime-o3 {
  opacity: 0;
  visibility: hidden;
  transition: 3.5s;
  transition-delay: 1.6s;
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

@media (max-width: 767px) {
  #s_footer #s_toPageTop {
    right: -40px;
  }
}
#tenpo,
#s_footer {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.sale__bd {
  border-bottom: none;
  padding-bottom: 40px;
}