@charset "utf-8";
/* CSS Document */


.ec-cartRow__unitPrice {}
.ec-cartRow__unitPrice small{
    font-size: 0.6rem;
}
.price02-default {
    line-height: 0.8;
    font-size: 1.3rem;
    padding: 5px 0px 5px 0px;
    text-align: right;
    color: #DE5D50;
}
.price02-default small{
    font-size: 0.8rem;
}
.ec-price {
    text-align: right;
}
.ec-price .ec-price__price {
    line-height: 0.8;
}
.ec-price .ec-price__price small {
    font-size: 0.8rem;
}

.s-pageheader {
  /* min-height: 90px; */
  position: relative;
  z-index: 999;
  position: fixed;
  width: 100%;
  /* background: #fff; */
  transition: 0.3s;
}
.whitebg {
  background: #fff;
  box-shadow: 0px 0px 8px #ccc;
}
.s-pageheader::before {
  /* display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: .95;*/
}
.s-pageheader--home {
  min-height: 480px;
  padding-top: 222px;
}
.header {
  /* position: absolute; */
  text-align: center;
  /* top: 0px; */
  width: 100%;
  margin: 0px auto;
  overflow: inherit;
  background: #fff;
}
.header__content {
  position: relative;
  padding: 11px 20px;
  max-width: 1170px;
  margin: 0px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  /* flex-wrap: wrap; */
}
.pageheader-content {
  overflow: hidden;
  padding: 0 75px;
  max-width: 1350px;
}
/* -------------------------------------------------------------------


 * ## header logo
 * ------------------------------------------------------------------- */
.header__logo {
  display: inline-block;
  margin: 0;
  padding: 0;
  z-index: 501;
  position: relative;
  bottom: -2px;
}
.header__logo a {
  display: block;
  margin: 0px;
  padding: 0;
  outline: 0;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__logo img {
  width: 118px;
  /* height: 40px; */
}
/* ------------------------------------------------------------------- 
 * ## header-toggle
 * ------------------------------------------------------------------- */
.header__toggle-menu {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 6px;
}
.header__toggle-menu span {
  display: block;
  width: 22px;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  right: 9px;
  top: 50%;
  bottom: auto;
  left: auto;
  background-color: #000;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
.header__toggle-menu span::before, .header__toggle-menu span::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
}
.header__toggle-menu span::before {
  top: -8px;
}
.header__toggle-menu span::after {
  bottom: -8px;
}
.address {
  list-style: none;
  font-size: 23px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.address ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.address li {
  list-style: none;
  font-size: 14px;
  margin: 0px 20px 0px 0px;
}
.address li:first-child {
  font-size: 18px;
}
.address li a {
  background: #ccc;
  color: #fff;
  padding: 10px;
  display: block;
}
.address li a i {}
.address li span {
  display: block;
  font-size: 8px;
}
/* -------------------------------------------------------------------
 * ## main navigation
 * ------------------------------------------------------------------- */
.header__nav-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  /* max-width: 700px; */
  /* flex-wrap: wrap; */
}
.header__nav-wrap a {
  color: rgba(255, 255, 255, 0.6);
}
.header__nav-wrap .header__nav-heading {
  text-align: center;
  font-family: "metropolis-semibold", sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: .3rem;
  margin-top: 6rem;
}
.header__nav-wrap .header__nav-heading, .header__nav-wrap .close-mobile-menu {
  display: none;
}
.header__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.header__nav li {
  display: inline-block;
  position: relative;
  padding: 0 15px;
}
.header__nav li.has-children {
  padding-right: 3.3rem;
}
.header__nav li.sp a {
  display: none;
}
.header__nav li a {
  display: block;
  color: rgba(0, 0, 0, 0.6);
}
.header__nav li a span {
  display: block;
  font-size: 8px;
}
.header__nav li.has-children > a::after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  content: '';
  display: block;
  height: 5px;
  width: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 1.8rem;
  top: 21px;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__nav li:hover > a, .header__nav li:focus > a {
  color: #ccc;
}
.header__nav li:hover li, .header__nav li:focus li {
  background: transparent;
}
.header__nav li.current > a {
  color: #000;
}
.header__nav li ul {
  position: absolute;
  top: 45px;
  left: 0;
  font-size: 14px;
  margin: 0;
  padding: 1.8rem 0;
  background: #050505;
  border-radius: 0 0 3px 3px;
  z-index: 500;
  -webkit-transform: translate3d(0, 15px, 0);
  -ms-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.header__nav li ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  left: calc(100% + 1px);
  border-radius: 0 0 3px 3px;
  padding-top: 1.2rem;
}
.header__nav li ul li {
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
  min-height: 33px;
  width: 100%;
}
.header__nav li ul li a {
  display: block;
  white-space: nowrap;
  padding: 7.5px 3rem 7.5px 2rem;
  font-family: "metropolis-regular", sans-serif;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.6);
}
.header__nav li ul li a:hover, .header__nav li ul li a:focus {
  color: #FFFFFF;
}
.header__nav li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.header_option {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  display: block;
}
.header_option li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
.header_option li:first-child:after {
  content: "";
  width: 1px;
  height: 18px;
  background-color: #ccc;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0;
}
.header_option li.has-children {
  padding-right: 3.3rem;
}
.header_option li a {
  display: block;
  color: rgba(0, 0, 0, 0.6);
}
.header_option li a span {
  /* display: block; */
  font-size: 8px;
}
@media screen and (max-width:1024px) {
  .header__nav-wrap {}
  .header__nav li {
    padding: 0px 12px;
  }
  .header_option {
    padding: 0px 16px;
  }
  .ec-headerRole__cart {
    padding: 0px 12px;
  }
  .header_option li {
    display: block;
    padding: 7px 0px;
  }
  .header_option li:first-child:after {
    top: inherit;
    right: inherit;
    bottom: -2px;
    width: 60px;
    height: 1px;
    left: 11px;
  }
}
@media screen and (max-width:900px) {
  .header_option {
    padding: 0px 5px;
  }
  .ec-cartNavi {
    min-width: 70px;
    padding: 13px 0px 0px 0px;
  }
  .ec-cartNavi__label {
    display: none;
  }
}
@media screen and (max-width:768px) {
    .ec-progress {
        max-width: 100%;
    }
    .ec-cartRole .ec-cartRole__cart {
        margin: 0px;
    }
    .ec-cartRole .ec-cartRole__actions {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}
    .ec-cartRole .ec-cartRole__total {
    width: 100%;
    -webkit-order: 1;
    order: 1;
}
    .ec-cartRole .ec-blockBtn--action {
    display: inline-block;
    width: 57%;
    margin: 0;
    -webkit-order: 3;
    order: 3;
    margin: 0px 0px 0px 2%;
}
.ec-totalBox__btn  .ec-blockBtn--cancel {
  width:100%;
}

    .ec-blockBtn--cancel {
    display: inline-block;
    width: 40%;
    -webkit-order: 2;
    order: 2;
}
    .ec-shelfGrid .ec-shelfGrid__item {
        width: 50%;
    }
  .header_option {
    padding: 0px 5px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 300px;
    border: 1px solid #ccc;
    margin: 0px auto;
    padding: 20px 0px;
  }
  .header_option li a {
    color: #FFF;
    padding: 0px 20px;
    font-size: 16px;
  }
  .header_option li a span {
    font-size: 16px;
  }
  .header_option li {}
  .header_option li:first-child:after {
    width: 1px;
    height: 18px;
    right: 0;
    left: inherit;
    top: 10px;
  }
  .ec-headerRole__cart {
    width: 100%;
    padding: 30px 0px;
  }
  .ec-cartNavi__label {
    display: block;
  }
  .ec-cartNavi .ec-cartNavi__price {
    display: block;
    color: #ed1c24;
    font-size: 24px;
  }
  .ec-cartNavi .ec-cartNavi__icon {
    /* color:#fff; */
    font-size: 33px;
  }
  .ec-cartNavi {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 140px;
    margin: 0px auto;
    background: #eee;
    border-radius: 30px;
    padding: 20px;
  }
}
/* ------------------------------------------------------------------- 
 * responsive:
 * main navigation
 * ------------------------------------------------------------------- */
@media only screen and (min-width:769px) {
  .header__nav li.has-children:hover > a::after, .header__nav li.has-children:focus > a::after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .header__nav li ul {
    display: block !important;
  }
}
@media only screen and (max-width:768px) {
  .header__nav-wrap {
    background-color: #151515;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0;
    border: none;
    z-index: 600;
    overflow-y: auto;
    flex-wrap: wrap;
    display: block;
  }
  .header__nav-wrap .header__nav-heading, .header__nav-wrap .close-mobile-menu {
    display: block;
  }
  .header__nav {
    padding: 170px 40px 50px 40px;
    font-family: "metropolis-semibold", sans-serif;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
  }
  .header__nav li {
    display: block;
    padding: 0;
    text-align: left;
  }
  .header__nav li ul {
    display: none;
    position: static;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    padding: 0 0 1.8rem 0;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .header__nav li.has-children > a::after {
    top: 27px;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    border-right: 1px solid rgba(255, 255, 255, 1);
  }
  .header__nav li.has-children > a.sub-menu-is-open::after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .header__nav li ul li a {
    padding: 7.5px 1.5rem 7.5px 1.5rem;
    border-bottom: 1px solid #555;
  }
  .header__nav li ul li:last-child a {
    border-bottom: 0px;
  }
  .header__nav > li {
    border-top: 1px solid #ccc;
  }
  .header__nav > li:nth-child(4) {
    border-bottom: 1px solid #ccc;
  }
  .header__nav li.sp a {
    display: block;
  }
  .header__nav > li a {
    line-height: 25px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 20px 0px 0px 0px;
  }
  .header__nav li.current > a {
    color: #ccc;
  }
  .header__nav > li a span {
    display: inline;
    position: relative;
    bottom: 2px;
    padding-left: 18px;
    display: block;
  }
  body.nav-wrap-is-visible {
    overflow: hidden;
  }
  .nav-wrap-is-visible .header__nav-wrap {
    opacity: 1;
    visibility: visible;
  }
}
/* ------------------------------------------------------------------- 
 * ## close button for search and mobile navigation 
 * ------------------------------------------------------------------- */
.header__overlay-close {
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  top: 21px;
  right: 20px;
  margin-left: -23px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
.header__overlay-close::before, .header__overlay-close::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 20px;
  top: 12px;
  left: 22px;
  background-color: #FFFFFF;
}
.header__overlay-close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__overlay-close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);



  transform: rotate(-45deg);
}



/***********************************************/
.header__nav li.sp_on {
  display: none;
}
.sp_on {
  display: none;
}
@media only screen and (max-width:768px) {
  .s-pageheader--home {
    padding-top: 120px;
  }
  .header {
    top: 24px;
    width: 100%;
  }
  .header__social {
    display: none;
  }
  .header__toggle-menu {
    top: 18px;
    display: block;
  }
  .header__content {
    width: 100%;
  }
  .address {
    display: none;
  }
}
@media only screen and (max-width:600px) {
}
@media only screen and (max-width:400px) {
  .s-pageheader--home {
    padding-top: 96px;
  }
}

.product_page .ec-layoutRole {
   padding: 190px 0px 0px 0px;
}
.ec-layoutRole {
  padding: 82px 0px 0px 0px;
  background-repeat: repeat;
  overflow: hidden;
}
.ec-layoutRole .ec-layoutRole__contents {
  max-width: 100%;
}
.mainimg {
  width: 100%;
  margin: 0px auto;
  /* background-color: #fff; */
  background-image: url(https://nikunoiijima.co.jp/deli-one/wp-content/uploads/2021/04/delitakeout-1.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 570px;
  position: relative;
  overflow: hidden;
}
.mainimg img {
  position: absolute;
  z-index: 111;
  max-width: 310px;
  left: 630px;
  right: 0;
  bottom: 0;
  top: 0;
  width: 310px;
  height: 250px;
  margin: auto;
}
.season_area {
  /* max-width: 820px; */
  margin: 0px auto;
  padding: 50px 0px;
  background: #fc3;
}
.season_area h2 {
  /* text-align: center; */
  margin: 0;
  padding: 50px 0px;
  color: #Fff;
}
.season_area h2 span {
  /* display: block; */
  /* font-size: 12px; */
}
.seasonimg {
  max-width: 50%;
  margin: 0px auto;
}
.seasonimg img {
  width: 100%;
}
.seasonproduct {
    max-width: 50%;
}
.seasonproduct h4 {
  font-size: 16px;
  color: #fff;
}
.seasonproduct h3 {
  font-size: 24px;
  letter-spacing: normal;
  color: #fff;
}
.seasoncopy {
    color: #fff;
}
.seasonprice {
  color: #ed1c24;
  font-size: 24px;
  padding: 10px 0px 0px 0px;
  text-align: right;
}
.seasonprice span {
  font-size: 12px;
  /* color: #000; */
}
.seasonpricesmall {
  font-size: 16px;
  text-align: right;
  color: #ed1c24;
}
.seasonpricesmall span {
  font-size: 8px;
}
@media screen and (max-width:768px) {
  .seasonproduct {
    max-width: 600px;
    margin: 0px auto;
  }
}
.flex {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.flex.center {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex.center.space {
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px;
  /* border: 22px solid #f1f1f1; */
  margin: 0px 0px 30px 0px;
  /* background: #fff; */
}
.price_link {
  padding: 40px 0px;
  position: relative;
  z-index: 1;
}
.price_link h2 {
  text-align: center;
}
.price_link ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
}
.price_link ul li {
  text-decoration: none;
  list-style: none;
}
.price_link ul li a.tojitubtn {
  background: #daa520;
  color: #000;
}
.price_link ul li a {
  display: block;
  display: inline-block;
  padding: 20px;
  font-size: 18px;
  margin: 10px 10px;
  background: #f7f7f7;
  color: #ff7c5c; /*文字色*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.price_link ul.filter li a span {
  font-size: 18px;
}
.price_link ul li a.active {
  background: #ccc;
  color: #fff;
}
.price_link ul li.a a {
  border-left: solid 6px #ff7c5c;
}
.price_link ul li.b a {
  border-left: solid 6px #FF5B5B;
}
.price_link ul li.c a {
  border-left: solid 6px #FFBC5B;
}
.price_link ul li.d a {
  border-left: solid 6px #AEFF5B;
}
.boxes {}
.menuinner {
  max-width: 1024px;
  margin: 0px auto;
}
.menuinner .ec-shelfGrid .ec-shelfGrid__item {
  width: 264px;
  padding: 0px 30px;
}
.menuinner .ec-shelfGrid .ec-shelfGrid__item a {
  display: block;
  width: 100%;
  padding: 0px 0px 10px 0px;
}
.menuinner .ec-shelfGrid .ec-blockBtn--action {
  color: #fff;
}
.menuinner .ec-shelfGrid .ec-shelfGrid__item-image {
  width: 100%;
  height: auto;
}
.menuinner .ec-shelfGrid .topttl {
  font-size: 18px;
  text-align: center;
}
.menuinner .ec-shelfGrid .price02-default {
  color: #ed1c24;
  text-align: right;
  font-size: 22px;
  padding: 2px 0px 10x 0px;
}
.menuinner .ec-shelfGrid .price02-default span {
  font-size: 12px;
}
.menuinner .ec-shelfGrid .ec-shelfGrid__item-image img {
  width: 100%;
  height: 100%;
}
.menulist_area {
    padding: 50px 0px;
}
.menulist_area h2 {
  text-align: center;
  margin: 0;
  padding: 50px 0px;
}
.menulist_area h2 span {
  display: block;
  font-size: 12px;
}
@media screen and (max-width:768px) {
  .menuinner .ec-shelfGrid .ec-shelfGrid__item {
    width: 50%;
  }
}
.ec-productRole .ec-productRole__description {
  font-weight: normal;
  font-size: 12px;
}
product_detail {}
.product_detail p {
  font-size: 16px;
  line-height: 29px;
}
.size12 {
  font-size: 12px;
}
.size14 {
  font-size: 14px;
}
.menu_main {
  border: 5px solid #eee;
  margin: 5px 0px;
  padding: 5px 10px;
}
.menu_main h3 {
  font-size: 10px;
}
.menu_main dl {
  border-bottom: 1px dotted #ccc;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.menu_main dl:last-child {
  border-bottom: 0px;
}
.ord_area + .menu_main dl dt {
  padding: 10px 0px;
}
.menu_main dl dt {
  display: inline-block;
  font-size: 16px;
}
.menu_main dl dt span {
  font-size: 8px;
  margin: 0px 0px 0px 5px;
}
.menu_main dl dd {
  display: inline-block;
  color: #ed1c24;
  font-size: 22px;
  font-weight: 600;
}
.menu_main dl dd span {
  font-size: 13px;
}
.ec-select select {
  width: 200px;
}
.takeout-page-area h2 {
  margin-bottom: 40px !important;
  text-align: center !important;
  color: #000 !important;
}
h2.ttl-border span.ttl-en {
  margin: 0 auto 12px;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  padding: 10px 0px 0px 0px;
  font-weight: bold;
}
h2.ttl-border span.ttl-en::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #000;
  margin: 15px auto;
}
h2.ttl-border span.ttl-jp {
  display: block;
  font-size: 14px;
  padding: 5px 0px 0px 0px;
}
.content-wrap {
  max-width: 960px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.takeout-page-area .content {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .takeout-page-area .content {
    margin-bottom: 80px;
  }
}
.takeout-page-area h2 {
  margin-bottom: 40px !important;
  text-align: center !important;
  color: #000 !important;
}
.takeout-page-area h4 {}
.takeout-page-area .takeout-img {
  height: 240px;
  background: url(https://nikunoiijima.co.jp/deli-one/wp-content/uploads/2018/09/take_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 32px;
}
.takeout-page-area .takeout-img p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  text-align: center;
}
.takeout-page-area .content:nth-of-type(2) {
  margin-bottom: 56px;
}
.takeout-page-area .content:nth-of-type(2) .takeout-content {
  width: 100%;
  margin-bottom: 24px;
}
.takeout-page-area .content .takeout-content .left i {
  font-size: 33px;
}
.takeout-page-area .content:nth-of-type(2) .takeout-content .left {
  width: 52px;
  padding: 0px 0px 0px 0px;
}
.takeout-page-area .content:nth-of-type(2) .takeout-content .right {
  width: 80%;
}


.takeout-page-area .content:nth-of-type(2) .takeout-content h4 {
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .takeout-page-area .content:nth-of-type(2) .takeout-content {
    width: 32%;
    margin-bottom: 40px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }

}

.takeout-page-area .content:nth-of-type(3) .content-wrap {
  text-align: center !important;
}
.takeout-page-area .content:nth-of-type(3) h3 {
  margin-bottom: 40px;
  color: #000 !important;
}
.border-dotted {
  display: inline-block;
  border-bottom: 2px dotted #000;
}
.takeout-page-area .content:nth-of-type(3) .takeout-method {
  margin-bottom: 56px;
  padding: 0;
}
.takeout-page-area .content:nth-of-type(3) .takeout-method-content {
  width: 48%;
  border: 1px solid #000;
  position: relative;
}
.takeout-page-area .content:nth-of-type(3) .takeout-method-content a {
  padding: 6% 6% 12%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.takeout-page-area .content:nth-of-type(3) .takeout-method-content .right {
  /* width: calc(100% - 40px); */
  text-align: left;
}
.takeout-page-area .content:nth-of-type(3) .takeout-method-content::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 8px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.takeout-page-area .content:nth-of-type(3) .takeout-method-content:first-of-type .left {
  width: 20px;
}
.takeout-page-area .content:nth-of-type(3) .takeout-method-content:last-of-type .left {
  width: 25px;
}
.takeout-page-area ul li {
  list-style: none;
  width: 25%;
  box-sizing: border-box;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .takeout-page-area .content:nth-of-type(3) .takeout-method-content a {
    padding: 10px 0px 10px 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    color: #000;
  }
  .takeout-page-area .content:nth-of-type(3) .takeout-method-content a .right {
    text-align: center;
    font-size: 17px;
  }
  .takeout-page-area .content:nth-of-type(3) .takeout-method-content p {
    text-align: center !important;
  }
  .takeout-page-area .content:nth-of-type(3) .takeout-method-content:first-of-type .left {
    width: 44px;
  }
  .takeout-page-area .content:nth-of-type(3) .takeout-method-content:first-of-type .left i {
    font-size: 28px;
  }
  .takeout-page-area .content:nth-of-type(3) .takeout-method-content:last-of-type .left {
    width: 44px;
  }
  .takeout-page-area .content:nth-of-type(3) .takeout-method-content:last-of-type .left i {
    font-size: 22px;
  }
}
.takeout-page-area .content:nth-of-type(4) h4, .takeout-page-area .content:nth-of-type(4) p {
  margin-bottom: 24px;
}
.takeout-page-area .content:nth-of-type(4) h4 {
  font-size: 20px;
}
.takeout-page-area .content:nth-of-type(4) .takeout-sp-list {
  margin-bottom: 40px;
}
.takeout-page-area .content:nth-of-type(4) .takeout-sp-list li {
  width: 28%;
}
.takeout-page-area .content:nth-of-type(4) .takeout-sp-list li h5 {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 8px;
  font-size: 16px;
  display: block;
}
.takeout-page-area .content:nth-of-type(4) .takeout-sp-list li p {
  margin-bottom: 0;
}
.takeout-page-area .content:nth-of-type(4) .takeout-sp-list li:first-of-type, .takeout-page-area .content:nth-of-type(4) .takeout-sp-list li:nth-of-type(2) {
  position: relative;
}
.takeout-page-area .content:nth-of-type(4) .takeout-sp-list li:first-of-type::before, .takeout-page-area .content:nth-of-type(4) .takeout-sp-list li:nth-of-type(2)::before {
  content: "";
  background-image: url(../img/takeout/ico-orange-arrow.svg);
  display: block;
  width: 8.74px;
  height: 15px;
  position: absolute;
  top: 6px;
  right: -14%;
}
@media screen and (min-width: 768px) {
  .takeout-page-area .content:nth-of-type(4) .takeout-sp-list li:first-of-type::before, .takeout-page-area .content:nth-of-type(4) .takeout-sp-list li:nth-of-type(2)::before {
    top: 16px;
  }
}
.takeout-page-area .content:nth-of-type(4) .btn-orange a {


  height: auto;
  line-height: 1.7;
  padding: 16px 0;
  margin-bottom: 40px;
}
.takeout-page-area .content:nth-of-type(4) .info {}

.takeout-page-area .content:nth-of-type(4) .info .text-small {}
@media screen and (min-width: 768px) {
  .takeout-page-area .content:nth-of-type(4) .info .text-small {}
}
.takeout-page-area .content:nth-of-type(4) .info p {
  margin-bottom: 16px;
}
.takeout-page-area .content:nth-of-type(4) .info dt, .takeout-page-area .content:nth-of-type(4) .info dd {
  display: inline-block;
}
.takeout-page-area .content:nth-of-type(4) .info dl:last-of-type {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .takeout-page-area .content:nth-of-type(4) p {
    margin-bottom: 64px;
  }
  .takeout-page-area .content:nth-of-type(4) .takeout-sp-list {
    margin-bottom: 64px;
  }
  .takeout-page-area .content:nth-of-type(4) .takeout-sp-list li p {
    text-align: center;
  }
}
.takeout-page-area .operating-procedure {
  background-color: #eee;
  padding: 32px 0 8px;
  margin-bottom: 32px;
}
.takeout-page-area .operating-procedure h4 {
  margin-bottom: 40px;
}
.takeout-page-area .operating-procedure h5 {
  margin-bottom: 16px;
}
.takeout-page-area .operating-procedure .operating-content:last-of-type .operating-list {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .takeout-page-area .operating-procedure {
    padding: 56px 0;
  }
}
.takeout-page-area .takeout-tel {
  margin-bottom: 80px;
}
.takeout-page-area .takeout-tel h4 {
  margin-bottom: 24px;
}
.takeout-page-area .takeout-tel h4 {}
.takeout-page-area .takeout-tel h4 + p, .takeout-page-area .takeout-tel .btn-orange {
  margin-bottom: 40px;
}
.takeout-page-area .takeout-tel .box {
  padding: 24px !important;
  border: 1px solid #000;
}
.takeout-page-area .takeout-tel .box h5, .takeout-page-area .takeout-tel .box p {}
@media screen and (min-width: 768px) {
  .takeout-page-area .takeout-tel .box h5, .takeout-page-area .takeout-tel .box p {}
}
@media screen and (min-width: 768px) {
  .takeout-page-area .takeout-sp .content-wrap > h4, .takeout-page-area .takeout-sp .content-wrap > p, .takeout-page-area .operating-procedure h4, .takeout-page-area .takeout-tel .content-wrap > h4, .takeout-page-area .takeout-tel .content-wrap > p {
    text-align: center;
  }
}
.detail-content .content .mb-16 {
    margin-bottom: 16px;
}
.detail-content .content img {
  margin-bottom: 0;
  width: 100%;
}
.detail-content {
  padding-top: 87px !important;
  position: relative;
}
.news-detail-content.detail-content.content-area > .content-wrap {
  width: 100% !important;
  max-width: 100% !important;
}
.detail-ttl {
  background-color: #f4f4f4;
  position: absolute;
  top: 0;
  left: 0;
  padding: 16px 0;
  width: 100%;
}
.detail-ttl h1 {
  max-width: 960px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: block;
  font-size: 14px;
}
.detail-content .btn-black.go-back {
  width: calc(100% - 40px);
}
.takeout-page-area .content:nth-of-type(4) .info .text-small {}
@media screen and (min-width: 961px) {
  .detail-ttl h1, .detail-content .btn-black.go-back {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #takeout-page .mb-60-pc {
    margin-bottom: 60px !important;
  }
  #takeout-page .mb-80-pc {
    margin-bottom: 80px !important;
  }
  .takeout-page-area .content:nth-of-type(4) .info .text-small {}
  #takeout-page .mb-40 {

    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .takeout-page-area .content .takeout-content .right h3{
    font-size: 18px;
}
  .takeout-page-area .content .takeout-content .right p{
    font-size: 12px;
}

  #takeout-page .mb-36-sp {
    margin-bottom: 36px !important;
  }
  #takeout-page .mb-48-sp {
    margin-bottom: 48px !important;
  }
  #takeout-page .mb-60-sp {
    margin-bottom: 60px !important;
  }
  .btn-orange.sp-only {
    width: 100%;
    margin-top: 20px;
  }
  .takeout-page-area .content:nth-of-type(4) .btn-orange a {
    margin-bottom: 20px;
  }

}
/* 202002 */
.link-s {
  text-align: right;
}
.link-s a {
  font-weight: normal;
}
.takeout-page-area .content:nth-of-type(4) .takeout-sp-list li {
  width: 100%;
  flex-wrap: wrap;
}
.takeout-page-area .content:nth-of-type(4) .takeout-sp-list li:first-of-type::before, .takeout-page-area .content:nth-of-type(4) .takeout-sp-list li:nth-of-type(2)::before {
  content: none;
}
.takeout-page-area .content:nth-of-type(4) .takeout-sp-list li p {
  margin-top: 3px;
  font-size: 18px;
}
.step > li {
  position: relative;
}
.step > li:not(:last-child):after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 5.5px 0 5.5px;
  border-color: #F08300 transparent transparent transparent;
  left: 70px;
  top: 80px;
}
.step > li:first-child:after {
  top: 83px;
}
.step {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.delivery_uberEats .content-wrap {
  border-bottom: 2px dotted #ccc;
  margin-bottom: 80px;
  padding-bottom: 40px;
}
.step li.flex {
  justify-content: flex-start;
  padding-bottom: 18px;
  margin-bottom: 14px;
}
.step li.flex:first-of-type {
  margin-bottom: 0;
  padding-bottom: 0
}
.step h5 {
  font-family: 'Oswald', sans-serif;
  letter-spacing: -0.01px;
  margin-bottom: 8px;
  font-weight: bold;
  width: 109px;
}
.step li p {
  width: calc(99.9% - 200px);
  text-align: left !important;
}
.step .qr_box {
  margin-left: auto;
  text-align: center;
  width: 120px;
}
.step .qr_box img {
  width: 100px;
  margin-top: 5px;
}
.note {
  display: block;
  margin-top: 0px;
  font-size: 1.5rem;
  line-height: 1.8;
}
.note span {
    font-size: 1rem;
    border-bottom: 1px solid #da6245;
    color: #da6245;
    /* background: #da6245; */
    padding: 0px 5px  0px 5px;
    margin: 0px 0px 0px 10px;
    /* color: #fff; */
}
.content_wrap_w1060 {
  max-width: 1060px;
  margin: 20px auto;
}
.content_wrap_w1060 .content-wrap {
  background: #fff;
  padding: 70px 50px;
  max-width: 1060px;
}
.content_wrap_w1060 .operating-list li p {}
.content_wrap_w1060 .operating-list li .qr_box02 {
  padding: 40px 0 24px;
  background: #eee;
  text-align: center;
}
.content_wrap_w1060 .operating-list li .qr_box02 p {
  margin-bottom: 10px;
}
.content_wrap_w1060 .operating-list li .qr_box02 img {
  width: 110px;
}
.w_720 {
  max-width: 730px;
  margin: 0 auto 80px !important;
}
.w_720 .btn-black {
  max-width: 350px;
  width: 100%;
}
#takeout_sys h5, #takeout_sys p {}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .step .qr_box {
    margin-right: 20%
  }
}
@media screen and (max-width: 768px) {
  .menu_main dl dt {
    font-size:14px;
  }
  .menu_main dl dd {
    font-size: 18px;
}
.menu_main dl dd span {
  font-size: 8px;
}
  .link-s a {}
  .step li.flex:first-of-type {
    margin-bottom: 14px;
    padding-bottom: 18px;
  }
  .step li p {
    width: calc(99.9% - 72px);
  }
  .step h5 {
    text-align: left !important;
  }
  .step > li:first-child:after {
    top: auto;
  }
  .step > li:not(:last-child):after {
  display: none;
  }
  .content_wrap_w1060 {
    margin: 0;
    padding-bottom: 20px;
  }
  .content_wrap_w1060 .content-wrap {
    padding: 20px 20px 0;
  }
  .operating-procedure .content_wrap_w1060 h4 {
    margin-bottom: 20px !important;
  }
  .w_720 .btn-black:first-child {
    margin-bottom: 20px;



  }
  .takeout-tel .border_dotted {
    margin-top: 50px;
    border-top: 1px dotted #666;
    padding-top: 40px;
  }
}
.takeout-page-area .takeout-img {
  height: 240px;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .takeout-page-area ul li {
    width:50%;
  }
  .takeout-page-area .takeout-img {
    background-position: right 7% bottom 0;
    height: 220px;
  }
}
.takeout-page-area .takeout-img p {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .takeout-page-area .takeout-img p {
    text-shadow: 0px 0px 6px #000;
}
}
#reservation-smartphone {
  position: relative;
  top: -100px;
}
@media screen and (min-width: 768px) {
  #reservation-smartphone {
    top: -160px;
  }
}

#page_product_detail
.price02-default {
  color: #ed1c24;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: right;
  line-height: 1;
}

.price02-default {
  color: #ed1c24;
  font-size: 24px;
  font-weight: bold;
  text-align: right;
}

#page_product_list .detailzeikomi {
  display: block;
  font-size: 1.1rem;
  padding: 0px 0px 20px 0px;
  font-weight: bold;
  text-align: right;
}
.price02-default span {
  display: block;
  font-size: 1.6rem;
}
.cvarea {
  padding: 100px 0px 20px 0px;
}

.cv-attention {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  margin: 0 auto -8.5em;
  padding: 50px;
  max-width: 780px;
  width: 80%;
  background: #524038;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.5);
  color: #f4efb0;

  text-align: center;
}
.cv-attention p {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
}
.cv-attention:after {
  position: absolute;
  top: 99%;
  left: 50%;
  margin-left: -18px;
  width: 0;
  height: 0;
  border-width: 30px 18px 0 18px;
  border-style: solid;
  border-color: #524038 transparent transparent transparent;
  content: "";
}
.cv-attention .cv-holiday {
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #60301b;
  font-size: 18px;
}
.cv-attention p.note {
  margin-top: 12px;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  /* max-width: 240px; */
  margin: 0px auto;
}
/* =================================================================
		cv
================================================================= */
.cv {
  margin: 2vw;
  padding: 11vh 0;
  background: url(https://nikunoiijima.co.jp/so-zai/wp-content/uploads/2021/07/sozaistoreimage.jpg) center center / cover no-repeat;
}
.cv .inner {
  position: relative;
  margin: 0 auto;
  padding: 50px;
  min-width: 720px;
  max-width: 870px;
  width: 60%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
}
.cv-change {
  position: absolute;
  top: 20px;
  right: 4%;
  display: flex;
  width: 134px;
  height: 134px;
  border-radius: 67px;
  background-color: #c4ac5f;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:768px){
  .cv-change {
    position: relative;
    border-radius: 0;
    top: inherit;
    right: inherit;
    width: 100%;
    padding: 10px;
    height: auto;
}
  .cv-change br{ 
  display:none;
  }
}
.cv h3 {
  display: inline-block;
  margin-bottom: 17px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c0c0c0;
  letter-spacing: .15em;
  font-size: 20px;
}
.cv-tel-number {
  display: flex;
  line-height: 1;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}
.cv-tel-number .number {
  color: #fff;
  letter-spacing: .05em;
}
.cv-tel {
  text-align: center;
}
.cv-mail {
  text-align: center;
}
.cv-tel-number {
  margin-bottom: 10px;





}
.cv-tel-number .freedial {
  margin-right: 7px;
  font-size: 25px;
}
.cv-tel-number .freedial img {
  width: 100%;
  ;
}
.cv-tel-number .number {
  letter-spacing: .1em;
  font-size: 31px;
}
.cv-tel-reception {
  margin-bottom: 12px;



  font-size: 15px;
}
.cv-tel-hour {
  font-size: 18px;
}
.cv-mail h3 {
  margin-bottom: 34px;
}
.cv-tel-btn {
  text-align: center;
}
.cv-mail-btn {
  margin-bottom: 3.2em;
  text-align: center;
}
.cv-tel-btn {
  display: none;
}
.cv-mail-btn a, .cv-tel-btn a {
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 10px;
  max-width: 400px;
  background: #f6f3e7;
  background: -moz-linear-gradient(top, #ffffff 0%, #ebe3bf 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ebe3bf 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ebe3bf 100%);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
  color: #000;
  text-align: center;
  letter-spacing: .1em;
  font-weight: bold;
  font-size: 20px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebe3bf', GradientType=0);
  transition: 0.2s;
}
.cv-mail-btn a:hover {
  background: #f6f3e7;
  background: -moz-linear-gradient(top, #d6c890 0%, #a08f4c 100%);
  background: -webkit-linear-gradient(top, #d6c890 0%, #a08f4c 100%);
  background: linear-gradient(to bottom, #d6c890 0%, #a08f4c 100%);
  transition: 0.4s;
  text-decoration: none;
}
.cv-tel-btn a::before {
  position: relative;
  display: inline;
  margin-right: .3em;
  color: #395391;
  content: "\f095";
  font-size: 1.2em;
  font-family: "FontAwesome";
}
.cv-mail-btn a:hover::before {

  color: #fff;
}
.cv .note {
  text-align: left;
  font-size: 15px;
  margin: 0px auto;
  max-width: 500px;
}
@media screen and (max-width:768px) {
  .cv .inner {
    min-width: 100%;
  }
}
@media screen and (max-width:768px) {
  .pct-pharmacy-credit img {
    width: 100%;
  }
}

#planlist {
  background:rgba(150,150,150,0.1);
  padding: 20px 0px;
}
.title-text {
  text-align: center;
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.subtext {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  margin-bottom: 30px;
}
.p-section-plan__list {
  max-width: 960px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-section-plan__item {
  width: 25%;
  max-width: 420px;
  text-align: center;
  padding: 10px;
}
.p-section-plan__item img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.p-section-plan__item .subject {
  font-size: 18px;
  font-weight: 600;
  padding: 18px 0px;
  color: #fff;
  background-color: #000;
  margin: 0;
}
.p-section-plan__item .media {
  margin: 0;
}
.p-section-plan__item .media p {
  text-align: left;
}
.p-section-plan__item .meta {
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 0;
}
.p-section-plan__item_wide {
  width: 100%;
  text-align: left;
}
.p-section-plan__item_wide .subject {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  line-height: 80px;
  color: #000;
  background-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 2px solid #000;
}
@media only screen and (max-width: 768px) {
  .p-section-plan__item {
    width: 50%;
    max-width: 100%;
  }
  .p-section-plan__item_wide .subject {
    font-size: 20px;
  }
}
.p-section-plan__item_wide .itemtext {
  font-size: 16px;
  padding: 15px 30px;
  background-color: #fff;
}
.p-section-plan__item_wide .point {
  text-align: left;
  padding-left: 30px;
  font-size: 14px;
}
.p-section-plan__item_wide .prtext {
  text-align: center;
  font-size: 20px;
  padding: 20px;
  background-color: #fff;
}
.p-section-plan__item_wide .sp_img {
  padding: 20px;
  background-color: #fff;
}








.p-section-plan__item_wide span.point_new {
  color: #ff0000;
  font-size: 20px;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  .p-section-plan__item_wide span.point_new {
    font-size: 12px;
  }
}
#planlist .yasai {
  background: #40B15D;
}
#planlist .gohan {
  background: #FF9E3C;
}
.menuinner .ec-shelfGrid .price02-default.detailzeikomi {
  display: block;
  font-size: 10px;
  padding: 0;
  font-weight: bold;
}
.hidden {
  display: none;
}
.ec-cartRow__sutbtotal {

  font-weight: bold;
}
small {
  font-size: 8px;
}

@media screen and (max-width:960px){
  .mainimg {
    background-position: -330px center;
}
  .mainimg img{
    left: inherit;
    right: 10%;
    top: 30px;
    bottom: inherit;
    background: #fff;
    padding: 20px;
    height: 300px;
}
}

@media screen and (max-width:425px){
  .price02-default {
    font-size: 18px;
}
.detailzeikomi {
    font-size: 12px; 
}
  .ec-select select {
    width:100%;
  }
  .takeout-page-area .content:nth-of-type(4) h4 {
    text-align:center;
  }
  .cv-attention:after {
    border-width: 16px 18px 0px 18px;
}
  .mainimg img {
    left: 0;
    right: 0;
}
  .cv-attention {
    padding: 20px;
    width: 90%;
}
.cv-attention .cv-holiday {
  font-size:14px;
}
.cv h3 {
  font-size:14px;
}
.cv-attention p {
  font-size: 16px;
}
h2 {
  font-size:20px;
}
.season_area {
  padding:20px;
}
.seasonproduct h3 {
  letter-spacing:inherit;
}
.price_link ul.filter li a span {
  font-size:12px;
}
.menuinner .ec-shelfGrid .ec-shelfGrid__item {
  padding:0px 10px;
}
.sec-ttl h2 {
  font-size:20px;
}
.faq-question p {
  font-size:20px;
}
.title-text {
  font-size:20px;
}
.subtext {
  padding:0px 20px;
}
.cv-tel-number .number {
    font-size: 20px;
}
.cv-tel-number .freedial {
    font-size: 17px;
}
.cv-tel-hour {
  font-size:14px;
}
.cv-tel-reception {
  font-size:12px;
}
.cv-mail-btn a, .cv-tel-btn a {
  font-size:14px;
}
.cv .note {
  font-size:14px;
}
.cv .inner {
    padding: 50px 20px;
}
.cv-change {
  font-size:14px;
  margin:20px 0px 0px 0px;
}
.header__nav {
      padding: 90px 40px 50px 40px;
}
.ec-productRole__price .ec-price {
  text-align:right;
}

.ec-productRole__price .ec-price .ec-price__price {
    font-size: 30px;
}
.header__content {
    padding: 15px 10px 10px 10px;
}
.header__logo a {}

.header__logo a img{
    width: 90px;
}
.header__toggle-menu {
    top: 17px;
}
.menuinner .ec-shelfGrid .price02-default {
    line-height: 20px;
    font-size: 18px;
}
.menuinner .ec-shelfGrid .price02-default span {
    line-height: 14px;
    font-size: 10px;
}
.ec-inlineBtn--cancel {
  max-width:250px;
  display: block;
  margin: 0px auto;
}
.ec-inlineBtn--action {
  max-width:250px;
  display: block;
  margin: 10px auto;
}
.takeout-page-area .content:nth-of-type(4) .takeout-sp-list {
  padding:0;
}
.step li p {
  width:100%;
}
.takeout-page-area ul li {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding: 10px;
}
.operating-list {
    padding: 0;
}
.detail-content .content img{width: 50%;}
.takeout-page-area ul li p{
}
.takeout-page-area .operating-procedure h5 {
  background:#eee  ;
  padding:10px;
}

  .takeout-page-area .takeout-img p {
   font-size:18px;
}
}

.ec-cartRole .ec-cartRole__cart {
  margin:0;
}
.cart_clear a{
    display: block;
    border: 1px solid #ed1c24;
    color: #ed1c24;
    width: 90px;
    margin: 10px 0px 0px 0px;
}

.c-event__hero {
  width: 100%;
  height: 505px;
  display: flex;
  position: relative;
}
@media screen and (max-width:767px) {
  .c-event__hero {
    flex-wrap: wrap;
    height: 590px;
    padding: 0px 0px;
  }
}
.c-event__hero h1 {
  width: 100%;
  max-width: 235px;
  margin: 0 auto 5%
}
@media screen and (max-width:1299px) {
  .c-event__hero h1 {
    width: 70%
  }
}
@media screen and (max-width:767px) {
  .c-event__hero h1 {
    width: 171px;
    max-width: 100%;
    /* height: 171.5px; */
    margin-bottom: 0;
  }
}
.c-event__hero-left {
  width: calc(50% - 205px);
  height: 505px;
  position: relative;
  background: url(https://nikunoiijima.co.jp/deli-one/wp-content/uploads/2021/07/mainimagleft.jpg) 50% no-repeat;
  background-size: cover;
  order: 1;
}
@media screen and (max-width:767px) {
  .c-event__hero-left {
    width: 100%;
    height: 50%;
    /* background: url(/img/event/hero-ph-01_sp.jpg) 50% no-repeat; */
    background-size: cover;
  }
}
.c-event__hero-left-image {
  position: absolute;
  width: 193.33333px;
  height: 193.33333px;
  left: 8%;
  top: 20px
}
@media screen and (max-width:767px) {
  .c-event__hero-left-image {
    width: 116px;
    height: 116px;
    right: 1.5%;
    left: auto;
    top: 10px
  }
}
.c-event__hero-left-image img {
  width: 100%
}
.c-event__hero-right {
  width: calc(50% - 205px);
  height: 505px;
  position: relative;
  background: url(https://nikunoiijima.co.jp/deli-one/wp-content/uploads/2021/07/mainimagright.jpg) 50% no-repeat;
  background-size: cover;
  order: 3;
}
@media screen and (max-width:767px) {
  .c-event__hero-right {
    width: 100%;
    height: 50%;
    /* background: url(/img/event/hero-ph-02_sp.jpg) 50% no-repeat; */
    background-size: cover;
  }
}
.c-event__hero-right-image {
  position: absolute;
  width: 191.33333px;
  height: 192px;
  left: 8%;
  top: 20px
}
@media screen and (max-width:767px) {
  .c-event__hero-right-image {
    width: 114.8px;
    height: 115.2px;
    top: auto;
    left: 3%;
    bottom: 5px
  }
}
.c-event__hero-right-image img {
  width: 100%
}
.c-event__hero-info {
  width: 410px;
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  padding: 5% 30px;
  background: #f2f2f2;
  z-index: 100;
  text-align: center;
  font-size: 1.6rem;
  order: 2;
}
@media screen and (max-width:1299px) {
  .c-event__hero-info {
    padding: 2% 30px 7%;
    font-size: 1.28676vw
  }
}
@media screen and (max-width:991px) {
  .c-event__hero-info {
    font-size: 11px;
  }
}
@media screen and (max-width:767px) {
  .c-event__hero-info {
    position: absolute;
    /* background: transparent; */
    padding: 30px 0px 30px 0px;
    right: 0;
    margin: auto;
    width: 100%;
    height: 300px;
    display: block;
    /* justify-content: center; */
    /* align-items: center; */
    /* flex-wrap: wrap; */
    box-sizing: border-box;
  }
}
@media screen and (max-width:767px) {
  .c-event__hero-info a {
    /* display: none */
  }
}
.c-event__hero-info-copy {
  margin-bottom: 18px;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: .1em
}
@media screen and (max-width:767px) {
  .c-event__hero-info-copy {
    /* display: none */
  }
}
.c-event__hero-info-copy span {
  display: inline-block

}
@media screen and (max-width:767px) {
  .c-event__hero-info-copy span {
    display: none
  }
}
.c-event__hero-info-tel {
  margin-top: 10px;
  padding-top: 14px;
  margin-bottom: 0;
  font-size: 2.375em;
  line-height: 1;
  color: #ed1c24;
  font-weight: 700;
  border-top: 1px solid #ccc
}
@media screen and (max-width:767px) {
  .c-event__hero-info-tel {
    /* display: none */
  }
}
.c-event__hero-info-tel span {
  display: inline-block;
  width: 15%;
  max-width: 33px;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -3px;
  font-size: 26px;
}
@media screen and (max-width:767px) {
  .c-event__hero-info-tel span {
    width: 12%;
    max-width: 30px;
    top: -1px
  }
}
.c-event__hero-info-tel span img {
  width: 100%
}
.c-event__hero-info-hour {
  font-size: 18px;
  margin-left: 10px;
}
@media screen and (max-width:767px) {
  .c-event__hero-info-hour {
    /* display: none */
    font-size: 14px;
  }
}
.c-event__hero-reserve {
  max-width: 320px;
  width: 98%;
  margin: 10px auto 0;
  display: block;
  text-align: center;
  border-radius: 50px;

  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  cursor: pointer;
  padding: 12px 14px 12px 34px;
  color: #fff;
  background: #ed1c24 url(/img/common/icon_btn_arrow_white.png);
  background-repeat: no-repeat;
  background-position: 16px 50%;
  background-size: 25px 25px
}
@media screen and (max-width:767px) {
  .c-event__hero-reserve {
    width: auto;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 27px 10px 47px;
    background-position: 18px 50%
  }
}
.c-event__hero-reserve:hover {
  color: #000
}
@media screen and (max-width:767px) {
  .c-event__hero-reserve:hover {



    color: #fff
  }
}
.c-event__hero-attention {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 5px
}
.section_shop {
  position: relative;
  width: 100%;
  padding: 0px 0px 50px 0px;
  background: url(/img/user/lp/v2021/shop_bg_sp.png) no-repeat left top 5vw/54.21% auto;
}

  .section_shop {
    background: url(/img/user/lp/v2021/shop_bg_pc.png) no-repeat left 40px/392px 145px
  }

.shop_inner {
  width: 100%;
  padding: 12.48vw 0 5vw;
  margin: 0px auto;
}

  .shop_inner {
    width: 1080px;
    padding: 0px 0px;
  }

.shop_title {
  width: 88.32%;
  background: url(/img/user/202107/shop_titlebg_sp.png) no-repeat right bottom .5em/21.96% auto
}

  .shop_title {
    width: auto;
    background: url(/img/user/202107/shop_titlebg_pc.png) no-repeat 0 0/10px 105px
  }
.ec-newItemRole .ec-newItemRole__list {
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.ec-newItemRole .ec-newItemRole__listItem {
    width: 32.3333%;
    margin: 0px 0px 43px 0px !important;
}
.shop_list {
  width: 88.32%
}

  .shop_list {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
  }

.shop_list li {
  width: 47.48%
}

  .shop_list li {
    width: 31.3333%;
    list-style: none;
  }
  .shop_list li img{
    width: 100%;
    height:auto;
  }


.text-item {
  font-size: 4.68vw;
  font-weight: 700;
  padding: 1em 0 0
}

  .text-item {
    font-size: 17px
  }

.text-price span {
  font-size: 3.28vw
}

  .text-price span {
    font-size: 12px
  }

.shop_profile dl {
  width: 88.32%;
  display: table;
  padding: 2em 0;
  /* border-top: 1px dotted #979797 */
}

  .shop_profile dl {
    max-width: 286px;
    padding: 20px 0 30px;
    margin: 0px auto;
  }

.shop_profile dt {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin-bottom: 0;
  text-align: right;
  font-weight: 400;
  line-height: 1.4;
}

  .shop_profile dt {
    display: inline-block;
    width: 25%
  }

.shop_profile dd {
  display: inline-block;
  vertical-align: top;
  width: 70%;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.4;
}

  .shop_profile dd {
    display: inline-block;
    width: 70%
  }


.title_h2 {
  font-size: 6.31vw;
  font-weight: 700
}

  .title_h2 {
    font-size: 32px;
    padding: 0px 0px 40px 0px;
    text-align: center;
  }

.title_h2_en {
  font-size: 3.74vw;
  margin-bottom: .2em
}

  .title_h2_en {
    font-size: 19px;
    margin-bottom: 10px;
    color: #f93;
    display: block;
  }


  .d-lg-none {
    display: none !important
  }
    .d-lg-block {
    display: block !important
  }

.text-colorSub {
}
.section_faq {
  position: relative;
  width: 100%;
  background-color: #eafdff;
}

  .section_faq {
    background-color: #eafdff;
    padding: 50px 0px;
  }

.faq_inner {
  width: 100%;
  padding: 12.48vw 0
}

  .faq_inner {
    width: 1080px;
    padding: 106px 0
  }

.faq_title {
  width: 88.32%;
  background: url(/img/user/lp/v2021/faq_titlebg_sp.png) no-repeat right bottom .5em/21.96% auto;
  margin-bottom: 10vw
}

  .faq_title {
    width: auto;
    background: url(/img/user/lp/v2021/faq_titlebg_pc.png) no-repeat 0 0/10px 105px;
    margin-bottom: 46px
  }

.faq_list {
  width: 88.32%
}

  .faq_list {
    width: 1080px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
  }



.faq_list li {
  width: 100%
}

  .faq_list li {
    width: 42.97%;
    list-style: none;
    padding: 0px 0px 60px 0px;
    position: relative;
  }

.faq_h3 {
  position: relative;
  font-size: 12px;
  /* font-weight: 600; */
  margin-bottom: 10px;
}

  .faq_h3 {
    font-size: 18px;
    margin-bottom: 34px;
  }
.faq_h3 span {
  display: inline-block;
}
.faq_h3 span:before {
  content:"Q";
  font-size: 28px;
  color: #fff;
  margin: 0px 10px 0px 0px;
  background: #eee;
  border-radius: 30px;
  padding: 5px 17px 10px 17px;
  line-height: 28px;
}


  .faq_h3 span {
  }
.faq_answer {
  text-align: justify;
  text-justify: inter-ideograph
}
.faq_answer:before {
  content:"A";
  font-size: 28px;
  color: #000;
  margin: 0px 10px 0px 0px;
  border:1px solid #ccc;
  background: #fff;
  border-radius: 30px;
  padding: 9px 16px 12px 16px;
  line-height: 28px;
  position: absolute;
  top: 0;
  left: 0;
}

  .faq_answer {
  padding: 20px 0px 0px 60px;
  position: relative;
  }
.c-event__bulk-list, .c-event__party-list {
  background-color: #e0d2c2
}
@media screen and (max-width:767px) {
  .ec-newItemRole .ec-newItemRole__listItem {
    width: 50%;
}
  .c-event__bulk-list, .c-event__party-list {
    padding-bottom: 3.5em
  }
}
.c-event__bulk-list ul, .c-event__party-list ul {
  display: flex;
  width: 1000px;
  margin: 0 auto;
  position: relative;
  top: -66px;
  bottom: -10px
}
@media screen and (max-width:767px) {
  .c-event__bulk-list ul, .c-event__party-list ul {
    display: block;
    width: 80%;
    top: -60px;
    bottom: -3.5em;
    padding: 0;
  }
}
.c-event__bulk-list ul li, .c-event__party-list ul li {
  width: 280px;
  margin-left: 80px;
  text-align: center;
  list-style: none;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width:767px) {
  .c-event__bulk-list ul li, .c-event__party-list ul li {
    width: 100%;
    margin: 40px auto 0
  }
}
.c-event__bulk-list ul li:first-child, .c-event__party-list ul li:first-child {
  margin-left: 0
}
@media screen and (max-width:767px) {
  .c-event__bulk-list ul li:first-child, .c-event__party-list ul li:first-child {
    margin-top: 0
  }
}
.c-event__bulk-list ul li h3, .c-event__party-list ul li h3 {
  margin: 10px 0 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
}
@media screen and (max-width:767px) {
  .c-event__bulk-list ul li h3, .c-event__party-list ul li h3 {
    margin: 10px 0 15px;
    font-size: 1.5rem
  }
}
.c-event__bulk-list ul li p, .c-event__party-list ul li p {
  font-size: 1.5rem
}
.c-event__bulk-list ul li p span, .c-event__party-list ul li p span {
  display: block;
  margin-top: 10px;
  font-size: 1.3rem
}
.c-event__bulk-list-slide-01, .c-event__bulk-list-slide-02, .c-event__bulk-list-slide-03, .c-event__party-list-slide-01, .c-event__party-list-slide-02, .c-event__party-list-slide-03 {
  overflow: hidden;
  border-radius: 50%;
  border: 8px solid #e0d2c2;
  pointer-events: none;
  background-size: cover;
}

.c-event__bulk-list-slide-01 img{
  height:auto;
  width: 100%;
}
.c-event__bulk-list-slide-02 img{
  height:auto;
  width: 100%;
}

.c-event__bulk-list-slide-03 img{
  height:auto;
  width: 100%;
}

@media screen and (max-width:767px) {
  .c-event__bulk-list-slide-01, .c-event__bulk-list-slide-02, .c-event__bulk-list-slide-03, .c-event__party-list-slide-01, .c-event__party-list-slide-02, .c-event__party-list-slide-03 {
    width: 70%;
    margin: 0 auto
  }
}
.c-event__bulk-list-slide-01 > div img, .c-event__bulk-list-slide-02 > div img, .c-event__bulk-list-slide-03 > div img, .c-event__party-list-slide-01 > div img, .c-event__party-list-slide-02 > div img, .c-event__party-list-slide-03 > div img {
  border-radius: 50%
}
.c-event__bulk-list-btn, .c-event__party-list-btn {
  font-size: 1.6rem;
  margin: auto 0px 0px 0px;

}
.c-event__bulk-list-btn a, .c-event__party-list-btn a {
  display: block;
  padding: 12px 20px 12px 35px;
  background-color: #ed1c24;
  border-radius: 50px;
  color: #fff;
  position: relative
}
.c-event__bulk-list-btn a:before, .c-event__party-list-btn a:before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(/img/common/icon_btn_arrow_white.png);
  background-size: 100% 100%;
  position: absolute;
  left: 15px;
  top: calc(50% - 12px)
}
.c-event__bulk-list-btn a:hover, .c-event__party-list-btn a:hover {
  color: #000
}
@media screen and (max-width:767px) {
  .c-event__bulk-list-btn a:hover, .c-event__party-list-btn a:hover {
    color: #fff
  }
}

.flow_inner {
    width: 1080px;
    padding-top: 65px;
    margin: 0px auto;
}
.flow_text {
    width: auto;
    padding-left: 46px;
    margin-bottom: 5em;
}
.flow_list {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
}
.flow_list li {
    width: 48.3%;
    list-style: none;
}
.flow_list li img{
  width:100%;

}

.ec-price {
    line-height: 0.5;
    text-align: right;
    /* font-size: 3rem; */
}

.menuinner .ec-shelfGrid .ec-blockBtn--action {
    color: #fff;
    background-color: #ed1c24;
    border-color: #ed1c24;
}



.ec-shelfGrid .ec-shelfGrid__item-image {
    height: auto;
}
.ec-shelfGrid p:nth-child(3) {
  font-size:12px;
}

.ec-shelfGrid p.price02-default {
  font-size: 2rem;
}

.ec-price .ec-price__price {
    display: block;
    font-size: 2.5rem;
    line-height: 1;
}

#page_product_detail .ec-price__price.price02-default {
    font-size: 3rem;
    line-height: 1.2;
}

@media screen and (max-width:768px) {
  .ec-shelfGrid .ec-shelfGrid__item-image {
    height: auto;
}
.product_page .ec-layoutRole {
    padding: 64px 0px 0px 0px;
}
}

@media screen and (max-width:425px) {
  .ec-shelfGrid .ec-shelfGrid__item-image {
    height: auto;
}
}
.ec-blockTopBtn {
  z-index:9999;
}
@media only screen and (max-width:768px) {
  .flow_list {
    width:90%;
  }
  .seasonimg {
    max-width:100%;
  }
  .flow_list li {
    width:100%;
  }
  .title_h2 {
    text-align: center;
    font-size: 24px;
}
  .title_h2 span{
    font-size: 12px;
}
  .shop_list li {
    width: 48%;
    padding: 0px 0px 40px 0px;
}
  .shop_inner {
    width:100%;
  }
  .flow_inner {
    width:100%; 
  }
  .cv-attention .cv-holiday {
    max-width: 200px;
    font-size: 14px;
}
  .cv-attention p {
    max-width: 240px;
    margin: 0px auto;
    font-size: 14px;
}
  .cv .note {
    max-width: 300px;
    font-size: 12px;
    padding: 0px 0px 30px 0px;
}
}

@media screen and (max-width:425px) {
}


.canselpolicy {
    background: #f1f1f1;
    padding: 20px 5px 20px 5px;
    margin: 20px auto 30px auto;
    max-width: 600px;
}
.canselpolicy h4{
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    display: block;
    max-width: 200px;
    margin: 0px auto 10px auto;
}
.canselpolicy h5{
    text-align: center;
    color: #daa520;
    padding: 0;
    margin: 12px 0px 0px 0px;
}
.canselpolicy p{
    text-align: center;
    color: #000;
    font-size: 14px;
}


@media screen and (max-width: 768px) {
  .canselpolicy {}
  .canselpolicy h4{
    font-size: 12px;
    max-width: 150px;
    padding: 0px 0px 3px 0px;
    margin: 0px auto 5px auto;
}
  .canselpolicy h5{
    font-size: 12px;
}
  .canselpolicy p{}
}
.ec-productRole__priceRegularPrice {
    text-align: right;
    display: block;
    line-height: 1;
}

.ec-productRole__priceRegularPrice .zeikomi {
    font-size: 1.2rem;
}
.xmasicon {
    background: #900;
    color: #fff;
    padding: 0px;
    display: block;
    width: 65px;
    text-align: center;
    font-size: 8px;
    border-radius: 3px;
}

.xmasinfo {
    max-width: 980px;
    margin: 0px auto;
}
.xmasinfo img{
  width:100%;
}
.xmasinfo p {
    border: 2px solid #900;

    padding: 5px;
}

.xmasiconl {background: #900;
    color: #fff;
    padding: 0px;
 text-align: center;
    font-size: 8px;
    border-radius: 3px;}


/* section 05
-------------------------------------------*/
#section05 {
  background-color: #efeee5;
  padding: 100px 0;
  margin: 50px 0px;
}
#section05 .wrap {
  overflow: hidden;
  width: 1040px;
  margin: 0 auto;
  font-size: 14px;
}
#section05 h2 img {
  margin-bottom: 80px;
}
#section05 .left {
}
#section05 .left img {
  width: 242px;
  margin-bottom: 30px;
}
#section05 .left p {
  line-height: 2.2;
}
#section05 .right {
  padding: 10px 40px 20px;
  border: 1px solid #333;
  box-sizing: border-box;
}
#section05 .shop li {
  float: left;
}
#section05 .shop ul {padding: 0;margin: 0;}
#section05 .shop .txt1 {
  padding-top: 10px;
  list-style: none;
}
#section05 .shop li dl {
  padding-top: 10px;
}
#section05 .shop li dt, #section05 .shop li dd {
  padding-top: 10px;
  line-height: 1.6;
}
#section05 .shop li dt {
  float: left;
  width: 130px;
}
#section05 .shop li dd {
  margin-left: 130px;
}


.order {}
.order .wrap {
    display: -webkit-flex;
    display: flex;
     -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}
.order .wrap h2 {
    width: 100%;
    text-align: left;
    line-height: 30px;
}
.order .wrap h2 span{
  display:block;
}

.order .wrap .right{
    width: 60%;
}
.order .wrap .left{
    width: 35%;
    padding: 0;
}

.orderflow {
    max-width: 1040px;
    margin: 30px auto;
    background: #C9BF8D;
    padding: 20px;
    box-sizing: border-box;
}
.orderflow dl{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #777;
    padding: 20px 0px;
    margin: 0;
}
.orderflow dl:last-child{
  border:0;
}
.orderflow dl dt{
    width: 220px;
}
.orderflow dl dd{
    width: 710px;
    line-height: 24px;
}
.orderflow dl dd span{
    padding: 1px 5px;
    display: block;
    max-width: 130px;
    text-align: center;
    border: 1px solid #777;
}

.specialbanner {
    max-width: 800px;
    margin: 50px auto;
    
}
.specialbanner {
    width: 100%;

}
.specialbanner img{
    width: 100%;

}

#page_product_list .kikaku_info {
    font-size: 12px;
}
#page_product_list .ec-select label {
    font-size: 12px;
    font-weight: normal;
}

.xmasinfop {
    border: 1px solid #ed1c24;
    color: #ed1c24;
    margin: 0px 0px 10px 0px;
    padding: 5px;
}


.hidden_box {
    padding: 0px 0px 0px 0px;
    background: #fff;
    text-align: center;
max-width: 980px;margin: 50px auto 0px auto;}


.hidden_box label {
    padding: 5px 15px;
    font-weight: bold;
    border: solid 2px #e60012;
    cursor :pointer;
    text-align: center;
    color: #e60012;
    width: 100%;
    display: inline-block;
}


.hidden_box label:hover {
    background: #efefef;
}


.hidden_box input {
    display: none;
}


.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}


.hidden_box input#label1:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.cart_infomation {
    max-width: 600px;
    margin: 0px auto 40px auto;
    padding: 10px;
    border: 2px solid #900;
    font-size: 12px;
}
.ec-radio p img {
    max-width: 320px;
}

.banquetinfo {
  text-align: center;
  margin: 20px auto;
  color: #424242;
  font-size: 14px;
  font-weight: bold;
  max-width: 980px;
  padding: 10px;
  border: 2px solid #C00;
    background: #fff;
}
.banquetinfo span {
  color: #c00;
  text-align: center;
  display: block;
}

.seasonbanner {
    margin: 0 auto;
    max-width: 1170px;
    display: flex;
    justify-content: space-between;
    padding: 50px 0px 0px 0px;
    flex-wrap: wrap;
}
.seasonbanner a img{width: 100%;}



.osechi_special {
    /* background: #947918; */
    padding: 0px 0px 10px 0px;
    margin: 0;
}

.specialinner {
    max-width: 980px;
    background: #fff;
    padding: 40px;
    margin: 0px auto;
}
.specialinner .sub-heading{
    text-align: center;
    margin: 0;
    padding: 0px;
    max-width: 100%;
}
.specialinner .xmas_info {
    margin: 0;
    text-align: center;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
div.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.osechi_special div.btn-coupon {
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 620px;
  padding: 0;
  color: #fa4141;
  border-radius: 0;
  flex-direction: unset;
  -webkit-flex-direction: unset;
  margin: 0px 0px 0px auto;
  align-items: center;
  height: auto;
  background: #df302d;
}

div.btn-coupon .left {
  font-size: 15px;
  line-height: 1;
  width: 280px;
  padding: 1rem 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  border-left: 2px dashed #fff;
}

div.btn-coupon .left span {
  font-family: "Roboto", sans-serif;
  font-size: 4rem;

  color: #fff100;
}

div.btn-coupon .right {
  font-size: 1.5rem;
  line-height: 1.5;
  
  padding: 1rem 0;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  color: #df302d;
  background: #fcb6a6;

  -webkit-box-flex: 1;

  -ms-flex: 1;

  flex: 1;
}

div.btn-coupon .right span {
  font-size: 1.1rem;

  display: inline-block;

  padding: 0.2rem 1rem;

  letter-spacing: 0.05rem;

  color: #fff;
  border-radius: 100vh;
  background: #df302d;
}

div.btn-coupon i {
  position: absolute;
  top: 0;
  right: calc(280px - 0.5rem);
  width: 1rem;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: rotate(90deg) translateX(0.5rem) translateY(0);
  transform: rotate(90deg) translateX(0.5rem) translateY(0);
  text-align: right;
  color: #fff;
}

@media screen and (max-width:1024px) {
  .seasonbanner {
    width: 90%;
}
.seasonbanner a{
    width: 48%;
    display: block;
}
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:425px) {
    #page_cart .ec-cartRole {
        padding: 0 10px;
    }
     #page_cart .ec-progress .ec-progress__label {
    font-size: 1rem;
}
     #page_cart .ec-cartRole .ec-cartRole__totalText {
    font-size: 1.3rem;
}
  #page_cart .ec-cartRow .ec-cartRow__img {
    width: 25%;
}
   #page_cart .ec-cartRow .ec-cartRow__summary .ec-cartRow__sutbtotalSP {
    font-size: 1.5rem;
}
    #page_cart .ec-cartRow .ec-cartRow__summary .ec-cartRow__name {
    font-size: 1.5rem;
}
   #page_cart .ec-cartRole .ec-cartRole__totalAmount {
     font-size: 3rem;
   }
}
@media screen and (max-width: 768px) {
  div.btn-coupon .right span {
      font-size: 1rem;
  }
  div.btn-coupon .right {
      font-size: 1rem;
      width: 50%;
  }
  div.btn-coupon .left {
      font-size: 1rem;
      width: 50%;
  }
  div.btn-coupon .left span {
    font-size: 1.5rem;
}
}
@media screen and (max-width: 425px) {
}



.seasongrade {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0px 10px 0px;
    background: #fff;
  }
  .seasongrade p.selectssl {
    font-size: 12px;
    margin-bottom: 0;
    background: rgba(255, 40, 65, 0.1);
    text-align: center;
    padding: 10px;
  }
  .seasongrade dl {
    display: flex;
    /* flex-wrap: wrap; */
    border-bottom: 1px solid #ccc;
    margin: 0px;
    /* align-items: center; */
    /* justify-content: space-between; */
    padding: 10px 10px;
  }
  .seasongrade dl:last-child {
    border:0;
  }
  .seasongrade dt,.seasongrade  dd {
    padding: 8px;
  }
  .seasongrade dt {
    /* font-weight: bold; */
    width: 63%;
    line-height: 14px;
  }
.fancybox-content .seasongrade dt {font-size: 19px;line-height: 19px;}
.fancybox-content .seasongrade dd {text-align: right;font-size: 32px;line-height: 17px;}
.seasongrade dt small {
    display: block;
    font-size: 14px;
}
.seasongrade  dd {
      width: 34%;
      font-size: 2rem;
      text-align: right;
      line-height: 1;
      color: #D40000;
  }
  .seasongrade dd span {
    font-size: 1rem;
    color: #D40000;
  }
.seasongrade dd span:last-child {display: block;}
.ec-halfInput input{
  font-size: 1.2rem;
}
.ec-input input,.ec-input select .ec-birth input, .ec-select input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input {
  font-size: 1.2rem;
}
.ec-input select, .ec-birth select, .ec-select select, .ec-halfInput select, .ec-numberInput select, .ec-zipInput select, .ec-telInput select {
  font-size: 1.2rem;
}
.ec-input textarea, .ec-birth textarea, .ec-select textarea, .ec-halfInput textarea, .ec-numberInput textarea, .ec-zipInput textarea, .ec-telInput textarea{
  font-size: 1.2rem;
}
.ec-blockBtn--action {
  font-size: 1.2rem;
}
.ec-blockBtn--cancel{
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .seasongrade  dd {
  font-size: 23px;
  line-height: 12px;
  width: 35%;
  }
  .seasongrade dd span {
    font-size: 10px;
}
  .seasongrade  dt {
  width: 63%;
  }
}

  @media screen and (max-width: 600px) {
    .seasongrade dl {
      grid-template-columns: auto;
    }
    .seasongrade dt,.seasongrade  dd {
      padding: 6px;
    }
    .seasongrade p.selectssl {
      font-size: 14px;
    }
    .seasongrade dd span {
      font-size: 12px;
    }
  }
  @media screen and (max-width: 425px) {
    .seasongrade dd {
    font-size: 14px;
    width: 100%;
    padding: 0px 5px 0px 0px;
}
    .seasongrade dt br{
      display:none;
    }
    .seasongrade dt {
    font-size: 12px;
    width: 100%;
    padding: 5px 5px 0px 5px;
    font-weight: normal;
}
    .seasongrade dd span {
    font-size: 8px;

}
    .seasongrade dt small {
    font-size: 10px;
}
    .seasongrade dd span:last-child {
   
}
    .seasongrade p.selectssl {
    font-size: 8px;
    text-align: center;
    padding: 5px;
}
  
  }
