@charset "UTF-8";
@media screen and (max-width: 767px) {
  .only-lg {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
/*共通*/
.unagi2024 {
  overflow: hidden;
  position: relative;
}



.allWrap{
	font-family: "Noto Serif JP", serif;
}


body {
  padding: 0;
  margin: 0;
  
  font-weight: 500;
  color: #000;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.4;
}
p span.youbi {
  font-size: 0.8em;
}
p span.line-yellow {
  background: linear-gradient(transparent 60%, #FFD200 0%);
  display: inline;
}
p span.line-white {
  background: linear-gradient(transparent 98%, #fff 0%);
  padding-bottom: 4px;
  display: inline;
}

/* -------------------------------------
        ＴＯＰ
------------------------------------- */
.top_logo {
  position: absolute;
  z-index: 2;
  width: 80px;
  left: 10px;
  top: 16px;
}
@media screen and (max-width: 767px) {
  .top_logo {
    width: 50px;
    top: 10px;
  }
}

.fv {
  position: relative;
  padding: 40px 0 100px 0;
  background: url(../img/fv-bg.png?aaa) no-repeat;
  background-size: cover;
  background-position: center;
}
.fv::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 120px;
  background: url(../img/line.png) no-repeat;
  background-size: cover;
  left: 0;
  bottom: -10px;
}
@media screen and (max-width: 767px) {
  .fv::after {
    height: 64px;
  }
}
.fv__main {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 522px;
  display: flex;
  justify-content: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv__main {
    max-width: 500px;
  }
}
.fv__day {
  margin-top: 10%;
}

.wave {
  position: absolute;
  bottom: -10px;
  z-index: 0;
}

@keyframes fuwafuwa {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -10px);
  }
}
.top {
  position: relative;
  padding-top: 40px;
  background: #000;
}
.top::before, .top::after {
  content: "";
  position: absolute;
  width: 45%;
  height: 800px;
  background: url(../img/circle.png) no-repeat;
  background-size: contain;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top::before, .top::after {
    width: 80%;
    height: 500px;
  }
}
.top::before {
  left: -20%;
  top: 2%;
  background-position: right;
}
@media screen and (max-width: 767px) {
  .top::before {
    top: 10%;
	  left: -45%;
  }
}
.top::after {
  right: -20%;
  top: 30%;
}
@media screen and (max-width: 767px) {
  .top::after {
    content: none;
	  right: -45%
  }
}


@media screen and (max-width: 767px){
	.fv__ttl{
	        margin-top: 3%;
        margin-right: -41%;

	}
	
	
	.fv__ttl img{
        width: 67%;
        margin: 0 auto;
        padding-left: 11%;
	}
	
	
	
	
	.fv__day{
        margin-top: -4%;
        width: 34%;
        /* right: 0; */
        margin-right: -2%;
	}
	
	
.fv {
  position: relative;
  padding: 40px 0 100px 0;
  background: url("../img/sp-bk.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}	
	
	
}




/* -------------------------------------
        動画
------------------------------------- */

.movie {
    width: 100%;
    margin: 0 auto;
    max-width: 1100px;
}

@media screen and (min-width: 768px) {
    .movie-youtube {
        text-align: center;
        margin: auto;
    }
}

.movie-youtube .movieframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}


@media screen and (max-width: 767px) {
    .movie-youtube {
        margin: 0 auto;
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        overflow: hidden;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 767px) {
    .movie-youtube iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
}





/* -------------------------------------
        承り期間
------------------------------------- */
.order {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.order__ttl {
  margin-bottom: 3em;
  text-align: center;
	margin-top: 2em;
}
.order__ttl p {
  display: inline-block;
  font-size: 1.6em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .order__ttl p {
    font-size: 1.2em;
    line-height: 1.8;
  }
}
.order__select {
  width: 95%;
  margin: 0 auto;
  max-width: 950px;
}
.order__select-btn {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.order__select-img {
  max-width: 950px;
  padding: 1em;
  background: #fff;
  border-radius: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .order__select-img {
    padding: 0.5em;
    border-radius: 8px;
  }
}
.order__btn {
  width: 45%;
  max-width: 340px;
  margin: 0 8px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .order__btn {
    width: 40%;
  }
}
.order__btn p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000;
  border-radius: 8px 8px 0 0;
  padding: 10px 0;
  font-size: 1.4em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .order__btn p {
    font-size: 0.9em;
    padding: 8px 0;
  }
}

/* -------------------------------------
        ゆめオンライン予約限定特典
------------------------------------- */
.limited {
  position: relative;
  z-index: 1;
/*
	
	margin-right: 15px;
*/
}
.limited__ttl {
width: 100%;
    margin: 0 auto;
    max-width: 1000px;
    margin-bottom: 16px;
    padding: 18px 0;
    background: rgb(255, 210, 0);
    background: linear-gradient(120deg, rgb(255, 210, 0) 0%, rgb(255, 255, 255) 50%, rgb(255, 210, 0) 100%);
    /* border-radius: 40px; */
    box-shadow: 3px 3px 6px #fff;
    text-align: center;
	margin-top: 8em;
}
.limited__ttl p {
  font-weight: 700;
  font-size: 1.9em;
}
@media screen and (max-width: 767px) {
  .limited__ttl p {
    font-size: 1.2em;
  }
}
.limited__ttl--unaju {
  box-shadow: none;
}



.limited__online{
	width: 95%;
    margin: 0 auto;
    max-width: 747px;
    margin: 16px auto;
    padding: 2em 2em;
    background: #C70079;
    text-align: center;	
	margin-top: 3em;
}

.limited__online-title{
	max-width: 454px;
	margin: 0 auto;
	width: 100%;
}

.limited__online-info{
	max-width: 742px;
	margin: 0 auto;
	width: 100%;
}






.limited__con {
	width: 95%;
    margin: 0 auto;
    max-width: 1000px;
    margin: 16px auto;
    padding: 2em 2em;
    background: #fff;
    text-align: center;
}
@media screen and (max-width: 767px) {
  .limited__con {
    padding: 1em;
    max-width: 560px;
  }
}
.limited__con .ttl {
  display: inline-block;
  font-weight: 700;
  font-size: 1.5em;
  border-bottom: 1px solid #000;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .limited__con .ttl {
    font-size: 1.3em;
  }
}
.limited__con .ttl--gift {
  color: #C50372;
  border-bottom: 1px solid #C50372;
}
.limited__con .boldtxt {
  font-weight: 700;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .limited__con .boldtxt {
    font-size: 1.1em;
  }
}
.limited__con .point {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 30px;
  font-weight: 700;
}
.limited__con .point p {
  color: #C50372;
}
.limited__con .point p.taisyo {
  margin-right: 4px;
  text-align: left;
  line-height: 1.2;
}
.limited__con .point p.x5 {
  font-size: 6em;
  line-height: 0.5;
}
@media screen and (max-width: 767px) {
  .limited__con .point p.x5 {
    font-size: 7em;
  }
}
.limited__con .point p span.t-small {
  font-size: 0.6em;
}
@media screen and (max-width: 767px) {
  .limited__con .point + p.txt {
    text-align: left;
  }
}
.limited__con .notice {
  margin-top: 8px;
  font-size: 0.9em;
  text-align: left;
}
.limited__con .orderkigen {
  width: 60%;
  min-width: 440px;
  margin: 12px auto;
}
@media screen and (max-width: 767px) {
  .limited__con .orderkigen {
    width: 100%;
    min-width: auto;
  }
}
.limited__con .orderkigen table {
  width: 100%;
}
.limited__con .orderkigen table tr:nth-child(1) {
  border-bottom: 1px solid #fff;
}
.limited__con .orderkigen table tr td {
  font-size: 1.1em;
}
@media screen and (max-width: 767px) {
  .limited__con .orderkigen table tr td {
    font-size: 1em;
  }
}
.limited__con .orderkigen table tr td:nth-child(1) {
  background: #C50372;
  color: #fff;
  padding: 4px 8px;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .limited__con .orderkigen table tr td:nth-child(1) {
    width: 50%;
  }
}
.limited__con .orderkigen table tr td:nth-child(2) {
  background: #FCF0F7;
  padding: 4px 8px;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .limited__con .orderkigen table tr td:nth-child(2) {
    width: 50%;
  }
}
.limited__btntxt {
  text-align: center;
  margin-bottom: 4px;
}
.limited__btntxt p {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .limited__btntxt p {
    font-size: 1em;
  }
}
.limited__btntxt p::before, .limited__btntxt p::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #fff;
  bottom: 0;
}
.limited__btntxt p::before {
  transform: rotate(-40deg);
  left: -1em;
}
.limited__btntxt p::after {
  transform: rotate(40deg);
  right: -1em;
}


.limited__btn-flex{
	display: flex;
	justify-content: center;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 3em;
	flex-wrap: wrap;
}





.limited__btn {
  text-align: center;
	width: calc((100% - 20px) / 2);
}
.limited__btn a {
  position: relative;
  display: block;
  width: 95%;
  margin: 0 auto;
  max-width: 440px;
  padding: 20px 0;
  background: #FFD200;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 1.3em;
  font-weight: 700;
  color: #000;
	border: solid 3px #FFD200;
}



.limited__btn--white a{
	background-color: #fff;
	border: solid 3px #FFD200;
}



@media screen and (max-width: 767px) {
  .limited__btn a {
    font-size: 1.1em;
  }
}
.limited__btn a::after {
  content: "";
  position: absolute;
  background: url("../img/arrow_black.svg") no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  right: 4%;
  top: 34%;
  transition: all 0.3s;
}
.limited__btn a:hover {
  box-shadow: none;
  opacity: 1;
}
.limited__btn a:hover::after {
  right: 2%;
}


.catalogFlex{
	display:flex;
	justify-content: space-around;
	align-items: center;
}



.catalog-info .ttl{
	margin-bottom: 1.5em;
}


.catalog-info .notice{
	margin-top: 1.2em;
	font-size: 0.85em;
}


.catalog-img{
	max-width: 280px;
	margin: 0 auto;
	width: 100%;
	margin-left: 2.5em;
}

.catalog-img img{
	width: 100%;
}




@media screen and (max-width: 767px){
	.limited__online{
		padding: 1em 1em;
	}
	
	
	.catalogFlex{
		display: block;
	}
	
	.catalog-img{
		margin: 2em auto;
	}
	
	.limited__btn{
		width: calc((100% - 20px) / 1);
		margin-bottom: 1em;
	}
	
}
















/* -------------------------------------
        メイン
------------------------------------- */
.con {
  position: relative;
  z-index: 1;
  padding: 60px 0 80px;
}
@media screen and (max-width: 767px) {
  .con {
    padding: 40px 0 20px;
  }
}
.con__ttl {
  width: 90%;
  margin: 0 auto;
  max-width: 840px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .con__ttl {
    max-width: 480px;
  }
}
.con__subttl {
  margin: 20px auto 12px;
  padding: 8px 0;
  background: #1F2C5C;
  text-align: center;
}
.con__subttl p {
  color: #fff;
  font-size: 1.6em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .con__subttl p {
    font-size: 1.2em;
  }
}
.con__subttl--gift {
  background: #fff;
  margin-bottom: 56px;
}
.con__subttl--gift p {
  color: #79161B;
}
.con__notice {
  text-align: center;
  font-size: 0.9em;
}

.unagi__notice {
  text-align: center;
}
.unagi__notice--gift {
  width: 95%;
  margin: 0 auto;
  max-width: 950px;
  background: #fff;
  padding: 1em;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .unagi__notice--gift {
    padding: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .unagi__notice p {
    font-size: 0.9em;
  }
}
.unagi__main {
  position: relative;
  z-index: 1;
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
  margin-top: 40px;
	margin-bottom: 5em;
}
.unagi__main--topunagi {
  width: 100%;
}
.unagi__main--topunagi .about {
  width: 95%;
  margin: 0 auto;
}
.unagi__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.unagiitem__flx {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .unagiitem__flx {
    display: block;
  }
}
.unagiitem__flx .left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .unagiitem__flx .left {
    width: 100%;
  }
}
.unagiitem__flx .right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .unagiitem__flx .right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .unagiitem__flx .img {
    text-align: center;
  }
}
.unagiitem__w50 {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .unagiitem__w50 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .unagiitem__w50 .img {
    text-align: center;
  }
}
.unagiitem .ttl {
  font-size: 2em;
  font-weight: 700;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .unagiitem .ttl {
    font-size: 1.4em;
  }
}
.unagiitem .ttl span.small {
  font-size: 0.7em;
}
@media screen and (max-width: 767px) {
  .unagiitem .comment {
    font-size: 0.9em;
  }
}
.unagiitem .comment span.big {
  font-size: 1.2em;
}
.unagiitem__about {
  font-size: 1.1em;
}
@media screen and (max-width: 767px) {
  .unagiitem__about {
    font-size: 1em;
  }
}
.unagiitem__pricearea {
  margin-top: 16px;
  text-align: right;
}
.unagiitem__pricearea .price {
  font-weight: 700;
  font-size: 1.6em;
}
@media screen and (max-width: 767px) {
  .unagiitem__pricearea .price {
    font-size: 1.4em;
  }
}
.unagiitem__pricearea .price span.small {
  font-size: 0.7em;
}
.unagiitem__pricearea .price span.tax {
  margin-left: 4px;
  font-size: 0.7em;
}
.unagiitem__pricearea .online {
  display: inline-block;
  padding: 2px 4px;
  background: #C50372;
  color: #fff;
  margin-top: 8px;
}
.unagiitem__detail {
  display: flex;
  margin-bottom: 8px;
}
.unagiitem__no {
  background: #DCAC19;
  text-align: center;
  background: #DCAC19;
  text-align: center;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.unagiitem__no p {
  font-size: 1.4em;
  font-weight: 700;
  color: #000;
}
.unagiitem__btn {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 12px;
	margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .unagiitem__btn {
    justify-content: center;
  }
}
.unagiitem__btn .orderbtn {
  max-width: 260px;
  text-align: center;
  cursor: pointer;
  transition: 0.6s;
	 box-shadow: 6px 6px 6px 0px rgba(181, 181, 181, 0.64);
	border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .unagiitem__btn .orderbtn {
    margin: 0 4px;
  }
}
.unagiitem__btn .orderbtn a {
  position: relative;
  display: block;
  padding: 16px 4px;
  border-radius: 10px;

  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .unagiitem__btn .orderbtn a {
    font-size: 0.9em;
  }
}
.unagiitem__btn .orderbtn a:hover {
  box-shadow: none;
  opacity: 0.8;
}
.unagiitem__btn .orderbtn--tenpo {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .unagiitem__btn .orderbtn--tenpo {
    width: 42%;
  }
}
.unagiitem__btn .orderbtn--tenpo a {
  background: #fff;
  border: 1px solid #480007;
}
.unagiitem__btn .orderbtn--online {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .unagiitem__btn .orderbtn--online {
    width: 53%;
  }
}
.unagiitem__btn .orderbtn--online a {
  background: #FFD200;
	border: solid 0.5px #FFD200;
	
}
.unagiitem__notice {
  margin-top: 8px;
  font-size: 0.9em;
}
.unagiitem__icon {
  margin: 8px 0;
  width: 32%;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .unagiitem__icon {
    width: 36%;
  }
}

.topunagi {
  position: relative;
}
.topunagi::before, .topunagi::after {
  content: "";
  position: absolute;
  width: 45%;
  height: 800px;
  background: url(../img/circle.png) no-repeat;
  background-size: contain;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .topunagi::before, .topunagi::after {
    width: 80%;
    height: 500px;
  }
}
.topunagi::before {
  left: -20%;
  top: 10%;
  background-position: right;
}
@media screen and (max-width: 767px) {
  .topunagi::before {
    top: 22%;
	  left: -45%;
  }
}
.topunagi::after {
  right: -20%;
  bottom: 10%;
}
@media screen and (max-width: 767px) {
  .topunagi::after {
    bottom: 22%;
	  right: -45%;
  }
}
.topunagi p {
  color: #fff;
}


.red-con{
    display: inline-block;
    background: #fff;
    border: solid 2px #E60012;
    color: #E60012;
    padding: 4px 8px;
    font-size: 1.1em;

}




.topunagi .unagiitem__no p {
  color: #000;
}
.topunagi .about {
  position: relative;
  display: flex;
  justify-content: space-around;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: -80px;
}
@media screen and (max-width: 767px) {
  .topunagi .about {
    display: block;
    max-width: 560px;
    margin-top: -20px;
  }
}
.topunagi .about .left {
  width: 50%;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .topunagi .about .left {
    width: 100%;
    margin: 0;
	  
  }
}
.topunagi .about .right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .topunagi .about .right {
    width: 100%;
    margin-top: 16px;
  }
}


.item1column-info{
	margin-top: -4em;
    margin-bottom: 9em;
	position: relative;
	padding: 0 10px;
}



.ice{
	position: relative;
}

.ice::after{
	position: absolute;
    content: "";
    background:url("../img/ice.png") no-repeat;
	
    background-position:center;
	background-size: contain;
    width: 55px;
   height: 100%;
	right: -15%;
    top: 25%;
	
    transition: all 0.3s;
	
}



.topunagi .unagi__notice {
  margin: 60px auto 40px;
}
@media screen and (max-width: 767px) {
  .topunagi .unagi__notice {
    margin: 20px auto 40px;
  }
}
.topunagi .unagi__notice p {
  color: #fff;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .topunagi .unagi__notice p {
    font-size: 0.9em;
  }
}
.topunagi .limited {
  display: inline-block;
  background: #E60012;
  color: #fff;
  padding: 4px 8px;
  
  font-size: 1.1em;
}





.limited-box{
	display: flex;
	justify-content: flex-start;
}


.pdg{
	padding: 4em 0 0 3em;
}





.topunagi .unagiitem {
	margin-top: 4em;
  margin-bottom: 8em;
}
.topunagi .unagiitem .ttl {
  position: relative;
  margin-bottom: 30px;
	display: inline-block;
}
.topunagi .unagiitem .ttl::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  background: url(../img/item-ttlline.png) no-repeat;
  background-size: contain;
  left: 0;
  bottom: -30px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .topunagi .unagiitem .ttl::before {
    bottom: -24px;
  }
}

.unaju {
  background: url("../img/con2-bg.jpg") repeat-y;
  background-size: cover;
}
.unaju .unagiitem {
  padding: 1em;
  background: rgba(255, 255, 255, 0.4);
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .unaju .unagiitem {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 16px;
    padding: 1em 0.5em;
  }
}
.unaju .unagiitem .ttl {
  font-size: 1.6em;
}
@media screen and (max-width: 767px) {
  .unaju .unagiitem .ttl {
    font-size: 1.4em;
  }
}
.unaju .unagiitem__brown {
  background: rgba(195, 152, 75, 0.4);
}

.gift {
  background: url("../img/con3-bg.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .gift {
    background-position: right 30% top;
	  background: url("../img/con3-bg-sp.png") repeat-y;
  }
}
.gift .unagiitem {
  padding: 1em;
  background: #fff;
  margin-bottom: 16px;
	position: relative;
}

.gift .unagiitem::before{
	position: absolute;
    content: "";
    background:url("../img/yumecard-icon.png");
	background-repeat: no-repeat;
    background-position: center;
	background-size: contain;
    width: 140px;
    height: 88px;	
	left: 0%;
    top: 0%;
    transition: all 0.3s;
	
}







@media screen and (max-width: 767px) {
  .gift .unagiitem {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 16px;
    padding: 1em 0.5em;
  }
}
.gift .unagiitem .ttl {
  font-size: 1.6em;
}
@media screen and (max-width: 767px) {
  .gift .unagiitem .ttl {
    font-size: 1.4em;
  }
}
.gift .giftcom {
  padding: 0.5em;
  background: #E8DDD4;
  margin: 8px 0;
}
.gift .wno {
  display: flex;
  margin: 8px 0;
}
.gift .wno p {
  margin-right: 4px;
  font-weight: 700;
}
.gift .wno p.doyouno {
  padding-left: 4px;
  border: 1px solid #480007;
  color: #480007;
}
.gift .wno p.doyouno span.no {
  display: inline-block;
  margin-left: 4px;
  padding: 4px;
  background: #480007;
  color: #fff;
}
.gift .wno p.ninono {
  padding-left: 4px;
  border: 1px solid #1F2C5C;
  color: #1F2C5C;
}
.gift .wno p.ninono span.no {
  display: inline-block;
  margin-left: 4px;
  padding: 4px;
  background: #1F2C5C;
  color: #fff;
}



.ice-notice-box{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90%;
	max-width: 780px;
	margin: 0 auto;
}


.ice-notice{
	text-align: center;
	font-size: 1em;
	font-weight: 400;
	color: #fff;

}

.ice-img{
	max-width: 70px;
	padding: 5px;
	
}
.ice-img img{
	width: 100%

}



/***アレルギー****/
.allergy{
	background: #DBBEA1;
	padding: 2em 20px;
	max-width: 714px;
	margin: 0 auto;
	margin-top: 3em;
	margin-bottom: 5em;
}

.allergy-title{
	text-align: center;
	font-size: 2em;
	color: #652D00;
	font-weight: bold;
	margin-bottom: 12px;
}


.allergy-txt{
	text-align: center;
	font-size: 1em;
	color: #000;
	font-weight: 400;	
}


.allergy__btn{
	margin-top: 2em;
}




.allergy__btn a{
text-align: center;
    position: relative;
    display: block;
    width: 95%;
    margin: 0 auto;
    max-width: 440px;
    padding: 15px 0;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-size: 1.3em;
    font-weight: 700;
    color: #652D00;

}


.allergy__btn a::after {
    content: "";
    position: absolute;
    background: url(../img/arrow_brown.svg) no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
    right: 4%;
    top: 34%;
    transition: all 0.3s;
}


.allergy__btn a:hover {
  box-shadow: none;
  opacity: 1;
}
.allergy__btn a:hover::after {
  right: 2%;
}







.unaju .red-con{
	margin-bottom: 10px;
}

.bg-red{
	background-color: #92181E;

}

.bg-red p{
		color: #fff;
}

@media screen and (max-width: 820px){
	.pdg {
    padding: 4em 0 0 2em;
}
	
	.unagiitem__btn .orderbtn a{
		font-size: 0.9em;
	}
}


@media screen and (max-width: 767px) {
	.item1column-info{
		    margin-top: -1.5em;
		margin-bottom: 2em;
	}
	
	.limited-box{
		display: block;
	}
	
	.red-con{
		margin-top: 5px;
		margin-left: 0;
	}
	
	.ice::after{
		left: 0px;
    	bottom: -70%;
		    width: 45px;
		top: auto;
	}
	
	.pdg{
		padding: 0;
	}
	
	.ice-notice-box{
		margin-top: -3em;
    margin-bottom: 4em;
		    align-items: flex-start;
	}
	
	.ice-notice{
		text-align: left;
	}
	
	
	
	.gift .unagiitem::before{
        width: 108px;
        height: 69px;
	}
	
	.allergy-title{
		    font-size: 1.6em;
	}
	
	.allergy-txt{
		    font-size: 0.9em;
	}
	
	.allergy__btn a{
		font-size: 1.1em;
	}
	
	

	
}




















/* -------------------------------------
        あたため方
------------------------------------- */
.atatame {
  background: url(../img/atatame-bg.png);
  padding-top: 80px;
  padding-bottom: 120px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .atatame {
    padding-bottom: 40px;
  }
}
.atatame--ttl {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .atatame--ttl {
    width: 80%;
    max-width: 500px;
  }
}
.atatame--ttl__sp::before {
  content: "";
  position: absolute;
  width: 64px;
  height: 32px;
  background: url(../img/atatame-dec.png?aaa) no-repeat;
  background-size: contain;
  left: -30px;
  top: 0;
  z-index: -1;
}
.atatame--step {
  position: relative;
  width: 95%;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .atatame--step {
    width: 90%;
    margin-top: 20px;
    max-width: 500px;
  }
}
.atatame--step__pc3::before {
  content: "";
  position: absolute;
  width: 108px;
  height: 64px;
  background: url(../img/atatame-dec.png?aaa) no-repeat;
  background-size: contain;
  left: -40px;
  top: 40%;
  z-index: -1;
}
.atatame--step__sp2::before {
  content: "";
  position: absolute;
  width: 64px;
  height: 32px;
  background: url(../img/atatame-dec.png?aaa) no-repeat;
  background-size: contain;
  right: -20px;
  top: 10%;
  z-index: 0;
}
.atatame--step__sp3::before {
  content: "";
  position: absolute;
  width: 64px;
  height: 32px;
  background: url(../img/atatame-dec.png?aaa) no-repeat;
  background-size: contain;
  left: -30px;
  bottom: 5%;
  z-index: -1;
}

/* -------------------------------------
        注意文
------------------------------------- */
.mainnotice {
  width: 90%;
  margin: 0px auto;
  max-width: 900px;
  font-size: 0.9em;
  margin-top:3em;
}
@media screen and (max-width: 767px) {
  .mainnotice {
    margin-bottom: 40px;
  }
}
.mainnotice__top {
  text-align: center;
  margin-bottom: 32px;
  font-size: 1.2em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .mainnotice__top {
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .mainnotice p.other {
    font-size: 0.9em;
  }
}

/*アニメーション*/
.anime-l {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateX(-40px);
}

.anime-b {
  opacity: 0;
  visibility: hidden;
  transition: 1.5s;
  transform: translateY(50px);
}

.anime-o {
  opacity: 0;
  visibility: hidden;
  transition: 2.5s;
}

.anime-o2 {
  opacity: 0;
  visibility: hidden;
  transition: 3.5s;
  transition-delay: 0.8s;
}

.anime-o3 {
  opacity: 0;
  visibility: hidden;
  transition: 3.5s;
  transition-delay: 1.6s;
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* -------------------------------------
        スマホ版フローティングバナー
------------------------------------- */
.sp_footer_menu {
  position: fixed;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: rgba(116, 116, 116, 0.7);
}
.sp_footer_menu li {
  list-style: none;
  width: 85%;
  margin: 8px auto;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  border-radius: 5px;
}
.sp_footer_menu a {
  text-align: center;
  display: block;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 8px 0;
  line-height: 1.5;
  color: #c70079;
  font-weight: 700;
  font-size: 1.1em;
}

@media (max-width: 767px) {
  #s_footer #s_toPageTop {
    right: -40px;
    bottom: 22px;
  }
}/*# sourceMappingURL=2024unagi.css.map */