@charset "UTF-8";

.sp_only {
  display: none;
}

.pc_only {
  display: block;
}

p {
  font-size: 18px;
  line-height: 1.5;
}

.note {
  font-size: 14px;
}

article.top {
  padding: 10px 5px!important;
}

.main_visual img {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

article.contents {
  width: 85%;
  max-width: 1120px;
  margin: 20px auto;
  padding: 20px;
}

.contents .cont_ttl h2 {
  font-size: 34px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  padding: 20px 0 5px;
  max-width: 1120px;
}
.contents .cont_ttl h2 .sub_text {
  font-size: 24px;
}

.contents .cont_ttl h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  padding: 15px 0 15px 5px;
  max-width: 1120px;
  text-align: center;
}

.read_text {
  width: 90%;
  max-width: 865px;
  margin: 30px auto 0;
  text-align: left;
}
.read_text p .txt_bold {
  font-size: 120%;
  font-weight: bold;
}
.read_text p .c_red {
  font-size: 120%;
  color: #d42828;
  font-weight: bold;
}
.read_text.message {
  margin-top: 50px;
}
.read_text.message p {
  line-height: 1.6;
}
.read_text.message p + p {
  margin-top: 1.5em;
}
.read_text.message p + p.mt-l {
  margin-top: 2.5em;
}

.contents p img {
  margin: 10px auto;
}

.contents ul{
  width: 85%;
  max-width: 865px;
  margin: 10px auto 0;
}

.contents ul li {
  text-indent:-1em;
  padding-left:1em;
}

.contents.coupon {
  margin: 30px auto;
}

.contents.coupon .read {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.contents.coupon .code {
  width: 80%;
  max-width: 865px;
  margin: 50px auto 10px;
  padding: 20px 20px 10px;
  background-color: #f1ede4;
}

.contents.coupon .code p {
  font-size: 22px;
  margin-bottom: 20px;
}

.contents.coupon .code p.code_n {
  font-size: 22px;
  width: 75%;
  max-width: 400px;
  margin: 10px auto;
  padding: 20px;
  background-color: #fff;
}

.contents.coupon ul li {
  color: #d42828;
}

.order_area {
  width: 90%;
  max-width: 816px;
  margin: 50px auto 10px;
  display: flex;
  justify-content: space-between;
}

.order {
  text-align: center;
  width: 49%;
}

.order p {
  width: 95%;
  max-width: 350px;
  line-height: 1.5;
  margin: 0 auto;
  background-color: #00A273;
  border-radius: 50px;
}

.order span.icon {
  padding: 0 0 0 35px;
  background: url(../../pack/img/campaign/icon_cart.svg?$staticlink$) no-repeat left;
  background-size: 28px auto;
  display: inline-block;
  position: inherit;
  top: inherit;
}

.order p a {
  display: block;
  padding: 10px;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.more {
  text-align: center;
  width: 49%;
}

.more p {
  width: 95%;
  max-width: 350px;
  line-height: 1.5;
  margin: 0 auto;
  background-color: #fff;
  border: 2px solid #00A273;
  border-radius: 50px;
}

.more p a {
  display: block;
  padding: 10px;;
  font-size: 24px;
  color: #00A273;
  text-decoration: none;
  font-weight: bold;
}
/* family-cp */
.target_item {
  display: flex;
  flex-wrap: wrap;
}
.target_item .item {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}
.target_item .item:nth-child(3n) {
  margin-right: 0;
}
.target_item .item:nth-child(n+4) {
  margin-top: 40px;
}
.target_item .item_img {
  position: relative;
}
.target_item .item_name {
  margin-top: .5em;
  font-size: 20px;
  font-weight: bold;
}
.target_item .item_text {
  margin-top: .3em;
  font-weight: bold;
  text-align: right;
}
.target_item .item_text strong {
  font-size: 1.3em;
}
.item_order_btn {
  text-align: center;
}
.item_order_btn a {
  display: inline-block;
  width: 100%;
  max-width: 240px;
  margin: .5em auto 0;
  padding: .5em .5em;
  color: #fff;
  border-radius: 50px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none !important;
  background-color: #00A273;
}
.item_order_btn a span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.item_order_btn a span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  background: url('../../pack/img/family/icon_cart.svg?$staticlink$') 0 0 no-repeat;
  background-size: contain;
}
.target_item .item_detail {
  margin-top: .7em;
  font-size: 16px;
  text-align: center;
}
.target_item .item_detail a {
  text-decoration: underline;
}
.read_text.center_hd {
  margin-bottom: 40px;
}
.read_text.center_hd h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.read_text.center_hd p {
  font-size: 18px;
  text-align: center;
}
/* riyouhouhou */
.pc_only .riyouhouhou_tejun ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin: 20px auto 10px;
  vertical-align: middle;
}
.pc_only .riyouhouhou_tejun ul li {
  width: 18.5%;
  background-color: #666;
  color: #fff;
  align-self: stretch;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  position: relative;
  vertical-align: middle;
  padding-left: 0;
  text-indent: 0;
}
@media only screen and (max-width: 1132px) {
  .pc_only .riyouhouhou_tejun ul li {
    padding-top: 25px;
  }
}
.pc_only .riyouhouhou_tejun ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 102%;
  margin-top: -6px;
  border: 6px solid transparent;
  border-left: 10px solid #666;
}
.pc_only .riyouhouhou_tejun ul li:last-child::after {
  border: none;
  border-left: none;
}
.pc_only .riyouhouhou_tejun ul li.r-box {
  background-color: #ff0100;
}
@media only screen and (max-width: 1132px) {
  .pc_only .riyouhouhou_tejun ul li.r-box {
    padding-top: 15px;
  }
}
.pc_only .riyouhouhou_tejun .arrow {
  text-align: center;
  margin-bottom: 20px;
}
.pc_only .riyouhouhou_tejun .arrow img {
  width: 100%;
  max-width: 51px;
}
.sp_only ul.riyouhouhou_tejun {
  margin-top: 50px;
}
.sp_only ul.riyouhouhou_tejun li {
  position: relative;
  text-align: center;
}
.sp_only ul.riyouhouhou_tejun li::after {
  content: "";
  position: absolute;
  bottom: -42px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #666;
}
.sp_only ul.riyouhouhou_tejun li:last-child::after {
  border: none;
  border-top: none;
}
.sp_only ul.note li {
  text-align: left;
  margin-bottom: 0px;
}
.sp_only ul.note li::after {
  border: none;
  border-top: none;
}
.sp_only ul.riyouhouhou_tejun li .tejun_robon {
  display: block;
  background-color: #666;
  color: #fff;
  margin-bottom: 40px !important;
  padding: 20px 0;
  width: 80%;
  margin: 10px auto 40px;
}
.sp_only ul.riyouhouhou_tejun li .r-box {
  background-color: #ff0100;
  margin-bottom: 20px !important;
}
.sp_only ul.riyouhouhou_tejun .f-box {
  margin-bottom: 50px;
}
.f-box {
  display: flex;
  justify-content: space-between;
}
.f-box .bg_FEF9E5 {
  width: 49%;
}
.f-box .img, .f-box .txt {
  width: 49%;
}
.riyouhouhou .img {
  width: 59%;
}
.fukidashi3 {
  position: relative;
  display: inline-block;
  margin: 30px 0 130px 15px;
  padding: 30px;
  min-width: 120px;
  max-width: 100%;
  width: 38%;
  color: #000;
  font-size: 16px;
  background: #FFF;
  border: solid 2px #999;
  box-sizing: border-box;
}
.fukidashi3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}
.fukidashi3:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #999;
  z-index: 1;
}
/* coupon_code */
.coupon_code {
  margin: 20px auto 0;
  padding: 20px 30px;
  text-align: center;
  background-color: #f0e3d2;
}
.coupon_hd {
  margin-bottom: .7em;
  font-weight: bold;
  font-size: 24px;
}
.coupon_detail {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 30px;
  font-weight: bold;
  background-color: #fff;
}
.coupon_detail .code_text {
  font-size: 28px;
}
.coupon_detail .sub_text {
  font-size: 16px;
}
.coupon_btn {
  margin-top: 20px;
  text-align: center;
}
.coupon_btn button {
  display: inline-block;
  min-width: 300px;
  margin: 0 auto;
  padding: .5em .5em;
  color: #fff;
  border-radius: 50px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none !important;
  background-color: #70440c;
}
.contents .coupon_note {
  width: auto;
  max-width: none;
  margin: 20px auto 0;
}
.marker span {
  background:linear-gradient(transparent 60%, #FCEDB1 60%);
  padding: 0 5px;
  font-weight: bold;
}

/* SP_only */
@media screen and (max-width: 559px) {
  .sp_only {
    display: block;
  }

  .pc_only {
    display: none;
  }

  p {
    font-size: 14px;
    line-height: 1.5;
  }

  article.contents {
    width: 97%;
    margin: 10px auto;
    padding: 0;
  }
  .contents .cont_ttl {
    margin: 20px 0 10px;
  }

  .contents .cont_ttl h2 {
    font-size: 25px;
    line-height: 1.5;
    font-weight: bold;
    padding: 12px 5px 0;
  }
  .contents .cont_ttl h2 .sub_text {
    font-size: 20px;
  }
  .contents .cont_ttl h2 .sub_text .sp_only {
    display: inline-block;
  }

  .contents .cont_ttl h3 {
    font-size: 24px;
    line-height: 1.5;
    padding: 0;
    padding-top: 30px;
  }

  .contents.coupon .read {
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
  }

  .contents.coupon .code {
    margin-top: 20px;
  }

  .contents.coupon .code p {
    font-size: 18px;
  }

  .contents.coupon .code p.code_n {
    font-size: 18px;
  }

  .contents.coupon ul li {
    font-size: 12px;
  }

  .order_area {
    width: auto;
    margin: 30px auto 0;
    display: block;
  }

  .order, .more {
    margin: 20px auto;
    width: 80%;
    max-width: 300px;
  }

  .order p a, .more p a {
    font-size: 20px;
  }

  .order p a {
    padding: 10px;
  }

  .read_text.message {
    margin-top: 40px;
  }
}




/* add printdays */


article.pd {
  padding: 100px 0 0!important;
}


#PD_movie {
  background-color: #E7FCF6;
  text-align: center;
  padding: 60px 10px;
}

#PD_movie .movie {
  width: 98%;
  max-width: 600px;
  margin: 0 auto;
}

#PD_movie .movie_inner {
  /* position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 30px; */
  width: 100%;
  aspect-ratio: 16 / 9;
}

#PD_movie .movie_inner iframe {
  /* position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; */
  width: 100%;
  height: 100%;
}
@media screen and (max-width:767px) {
  #PD_movie .movie_inner iframe {
    min-height: auto;
  }
}


.pd .read_text {
  margin-bottom: 40px;
}

.pd .read_text h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width:767px) {
  .pd .read_text h3 {
    font-size: 22px;
  }
}

.pd .read_text p {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .pd .read_text p {
    text-align: left;
  }
}


.hai4h2 {
  font-size: 30px;
  --x-gradient: linear-gradient(90deg, #01916D 0 0.5em, transparent 0 calc(100% - 0.5em), #01916D calc(100% - 0.5em));
  --y-gradient: linear-gradient(#01916D 0 0.5em, transparent 0 calc(100% - 0.5em), #01916D calc(100% - 0.5em));
  padding: 0.5em 1.5em;
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
  background-position: top, right, bottom, left;
  display: table;
  margin: auto;
  line-height: 1.2;
  font-weight: bolder;
  text-align: center;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  /* font-family: "Noto Sans JP" !important; */
  margin: 60px auto 30px;
}

.hai4h2_2 {
    position: relative;
    min-height: 2.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12.5em;
    padding: 0;
}

.hai4lead1 {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  margin-top: 2.4em;
  margin-bottom: 2.8em;
  /* font-family: "Noto Sans JP" !important; */
}


.hai4lead2 {
  font-size: 16px;
  line-height: 1.66;
  text-align: center;
  margin-bottom: 30px;
  /* font-family: "Noto Sans JP" !important; */
}
.hai4lead2 span {
  display: inline-block;
  font: inherit;
  font-weight: bolder;
  margin-right: 0.5em;
}
.hai4lead2 br {
  display: none;
}

@media screen and (max-width:767px) {
  .hai4h2 {
    font-size: 25px;
    padding: 0.5em 0.8em;
  }
  .hai4lead1 {
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
    width: 86%;
    margin: 1.6em auto 1.8em;
  }
  .hai4lead1 br {
    display: none;
  }
  .hai4lead2 {
    font-size: 16px;
    text-align: justify;
    width: 86%;
    margin: 1.6em auto 6.2em;
  }
  .hai4lead2 br {
    display: block;
  }

  /* family-cp */
  .target_item {
    display: flex;
    flex-wrap: wrap;
  }
  .target_item .item {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }
  .target_item .item:nth-child(3n) {
    margin-right: 10px;
  }
  .target_item .item:nth-child(2n) {
    margin-right: 0;
  }
  .target_item .item:nth-child(n+4) {
    margin-top: 0;
  }
  .target_item .item:nth-child(n+3) {
    margin-top: 20px;
  }
  .target_item .item_name {
    font-size: 14px;
  }
  .target_item .item_text strong {
    font-size: 1.4em;
  }
  .item_order_btn a {
    width: 90%;
    font-size: 16px;
  }
  .item_order_btn a span {
    padding-left: 26px;
  }
  .item_order_btn a span::before {
    width: 20px;
    height: 20px;
  }
  .target_item .item_detail {
    font-size: 13px;
  }
  .read_text.center_hd {
    margin-bottom: 30px;
  }
  .read_text.center_hd h3 {
    font-size: 22px;
  }
  .read_text.center_hd p {
    font-size: 16px;
  }
  .riyouhouhou .read_text.center_hd p {
    text-align: left;
  }
  .contents.coupon {
    margin: 60px auto;
  }
  .contents.riyouhouhou {
    margin: 60px auto;
  }
  /* riyouhouhou */
  .sp_only ul.riyouhouhou_tejun {
    width: 100%;
    margin-top: 50px;
  }
  .sp_only ul.riyouhouhou_tejun li {
    position: relative;
    text-align: center;
    text-indent: 0;
    padding-left: 0;
  }
  .sp_only ul.riyouhouhou_tejun li::after {
    content: "";
    position: absolute;
    bottom: -42px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #666;
  }
  .sp_only ul.riyouhouhou_tejun li:last-child::after {
    border: none;
    border-top: none;
  }
  .sp_only ul.riyouhouhou_tejun li .tejun_robon {
    display: block;
    background-color: #666;
    color: #fff;
    margin-bottom: 40px !important;
    padding: 20px 0;
    width: 80%;
    margin: 10px auto 40px;
  }
  .sp_only ul.riyouhouhou_tejun li .r-box {
    background-color: #ff0100;
    margin-bottom: 20px !important;
  }
  .sp_only ul.riyouhouhou_tejun .f-box {
    margin-bottom: 50px;
  }
  .riyouhouhou .f-box {
    display: block;
  }
  .riyouhouhou .f-box .img {
    width: 80%;
    margin: 10px auto;
  }
  .riyouhouhou .f-box .img img {
    margin-bottom: 0;
  }
  .fukidashi3 {
    position: relative;
    display: inline-block;
    margin: 15px auto 20px;
    padding: 30px;
    min-width: 120px;
    width: 80% !important;
    color: #000;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #999;
    box-sizing: border-box;
    /* left: 10%; */
  }
  .fukidashi3:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #FFF;
    z-index: 2;
  }
  .fukidashi3:after {
    content: "";
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #999;
    z-index: 1;
  }
  .fukidashi3 p {
    font-size: 16px;
  }
  
  /* coupon_code */
  .coupon_code {
    margin: 20px auto 0;
    padding: 20px 30px;
    text-align: center;
    background-color: #f0e3d2;
  }
  .coupon_hd {
    font-size: 20px;
  }
  .coupon_detail {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 30px;
    font-weight: bold;
    background-color: #fff;
  }
  .coupon_detail .code_text {
    font-size: 28px;
  }
  .coupon_detail .sub_text {
    font-size: 16px;
  }
  .coupon_btn {
    margin-top: 20px;
    text-align: center;
  }
  .coupon_btn button {
    font-size: 18px;
  }
  .contents .coupon_note {
    width: auto;
    max-width: none;
    margin: 20px auto 0;
  }
}

/* アコーディオンメニュー */
.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer
}
.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.8em 0.625em 0.625em 1.3em;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  background: #FB0020;
  cursor: pointer;
  height: 50px;
  /* font-family: "Noto Sans JP" !important; */
  text-align: left;
}
.accordion-container .accordion-title:hover i:before, .accordion-container .accordion-title:hover i:active, .accordion-container .content-entry.open i {
  color: white;
}
.accordion-title {
  position: relative;
}
.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 29%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 40%;
}
.accordion-content {
  display: none;
  background-color: #fff;
    padding: 3% 3% 0;
}
.accordion-content ul {
  text-align: center;
  padding-bottom: 15px;
}
/* CSS for CodePen */
.accordion-container {
  width: 80%;
    min-width: 275px;
    max-width: 600px;
  margin: 0 auto;
    padding-top: 30px;
}
.accordion-container ul {
  font-size: 18px;
}
.accordion-container ul .tai {
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0;
  font-family: "Noto Sans JP" !important;
}
.pd_gray {
  color: #A3A3A3;
}
.kome p {
  text-align: initial;
  padding-bottom: 15px;
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
}
