@charset "UTF-8";

#flow ul {
  max-width: 800px;
  margin: 0 auto;
}
#flow ul li {
  display: flex;
  align-items: center;
  border: 2px solid #820000;
  padding: 0 40px;
}
#flow ul li .row {
  display: flex;
  align-items: center;
  width: 300px;
}
#flow ul li .row img {
  width: 55px;
}
#flow ul li .row p {
  font-size: 24px;
  font-weight: bold;
  color: #820000;
  padding-left: 20px;
}
#flow ul li .flow_text {
  font-size: 18px;
  width: 480px;
  padding: 22px 0;
  line-height: 30px;
}
#flow .arrow {
  background-image: url("https://gigaplus.makeshop.jp/shinrakanEC/images/home/arrow.png");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 1rem auto 1rem;
  width: 30px;
  height: 30px;
}

#order_tel .tel {
  max-width: 460px;
  background: #D9CEB1;
  /*padding: 40px 40px 30px;*/
  padding: 30px 40px 23px;
  margin: 60px auto;
}
#order_tel dl {
  display: flex;
}
#order_tel dl dt {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  color: #820000;
  padding-top: 8px;
  padding-right: 10px;
}
#order_tel dl dd {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 50px;
    line-height: 16px;
    }
#order_tel dl dd::before {
  content: '';
  display: inline-block;
  width: 45px;
  height: 50px;
  background-image: url("https://gigaplus.makeshop.jp/shinrakanEC/images/home/icon_tel.png");
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  margin-right: -24px;
}
#order_tel dl dd span {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 16px;
  padding-left: 10px;
}
#external {
  margin-top: 60px;
}

.slick-dots {
display: flex;
justify-content: center;
padding-top: 20px;
}

.slick-dots li {
width: 10px;
height: 10px;
border-radius: 60px;
background-color: #ccc;
margin: 0 .6rem;
}

.slick-dots li.slick-active {
background-color: #AF985A;
}

.slick-dots li button {
font-size: 0;
}

#mv {
padding: .5rem 0 0;
padding: 0;
}

#mv .sld .slick-list {
margin-bottom: 1.5rem;
}

.slider li {
   max-width: 1100px;
}

.mv_arrow_l {
 position: absolute;
 width: 30px;
 top: 40%;
 left: 50%;
 transform: translateX( -537px);
 z-index: 1;
}
.mv_arrow_r {
 position: absolute;
 width: 30px;
 top: 40%;
 right: 50%;
 transform: translateX( 537px);
 z-index: 1;
}

.makeshop-calendar1 .day3 {
 background: #820000;
 color: #fff!important;
}
.makeshop-calendar1 .day23 {
 background: #820000;
 color: #fff!important;
}
/* .makeshop-calendar2 .day18 {
 background: #820000;
 color: #fff!important;
} */
/* .makeshop-calendar2 .day3 {
 background: #820000;
 color: #fff!important;
}
.makeshop-calendar2 .day4 {
 background: #820000;
 color: #fff!important;
}
.makeshop-calendar2 .day5 {
 background: #820000;
 color: #fff!important;
} */

@media screen and (max-width: 768px) {
.wrapper {
   padding: 0 20px;
}
#head {
   flex-direction: column;
}

#reason .box .right {
flex-direction: column!important;
}
#reason .box .right_r {
flex-direction: column-reverse!important;
}
}

#pickup {
padding: 5rem 0 0;
}

/* #pickup ul {
display: flex;
flex-wrap: wrap;
}

#pickup ul li {
width: 49.8%;
margin-bottom: .5%;
}

#pickup ul li:nth-child(odd) {
margin-right: .4%;
} */
#pickup .top-bnr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
}

#pickup .top-bnr .grid-item01 {
  grid-row: 1 / 3;
  grid-column: 1 / 2;
}

@media screen and (max-width: 960px) {
/* #pickup ul li {
width: 33%;
margin-right: .5%;
margin-right: .5%;
}
#pickup ul li:nth-child(3n) {
margin-right: 0;
} */

#pickup .top-bnr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
#pickup .top-bnr .grid-item01 {
  grid-row: 1 / 3;
  grid-column: 1 / 3;
}
}

#bnr_area {
padding: 2.5rem 0;
max-width: 800px;
margin: 0 auto;
}

#bnr_area .box:not(:last-child) {
margin-bottom: 2rem;
}

#bnr_area .shop_date {
background-color: #fff;
display: none;
}

#bnr_area .shop_date .in {
border: 2px solid #820000;
padding: 1.4rem 0;
position: relative;
}

#bnr_area .shop_date .before {
text-align: center;
color: #a1141a;
padding: 0.3rem 0;
width: 80%;
margin: 0 auto .4rem;
}

#bnr_area .shop_date .after {
color: #fff;
background-color: #820000;
text-align: right;
font-weight: bold;
margin-bottom: 0.2rem;
}

#bnr_area .shop_date .after span {
font-size: calc( ( 100vw - 80px) / 16.5);
}

#bnr_area .shop_date .cap {
/* text-align: left; */
font-size: 1.1rem;
/* padding: 0 60px; */
line-height: 24px;
}

#bnr_area .shop_date .img {
width: 17%;
position: absolute;
bottom: 1.2rem;
left: 1.3rem;
}

@media screen and (min-width: 360px) {
#bnr_area .shop_date .after span {
font-size: calc( ( 100vw - 80px) / 14.5);
}
#bnr_area .shop_date .img {
width: 18%;
}

#reason .box .right {
display: flex;
flex-direction: row;
margin-bottom: 4rem;
position: relative;
}

}

@media screen and (min-width: 960px) {
#bnr_area .shop_date .before {
font-size: 3rem;
width: 70%;
max-width: 500px;
}
#bnr_area .shop_date .after {
text-align: center;
font-size: 5rem;
/*padding: 20px;*/
padding: 0;
line-height: 1.6em;
}
#bnr_area .shop_date .after span {
font-size: 5rem;
}
#bnr_area .shop_date .cap {
text-align: center;
font-size: 2.1rem;
}
#bnr_area .shop_date .img {
width: 80px;
right: 1rem;
left: auto;
}
}

@media screen and (min-width: 1201px) {
#bnr_area .shop_date .in {
margin: 40px auto 60px;
padding: 1.8rem 0;
}
#bnr_area .shop_date .img {
width: 120px;
}
}

#bnr_area .shop_date .after .fs30 {
font-size: 3.1rem;
}


@media screen and (max-width: 768px) {
  #bnr_area .shop_date {
      background-color: #fff;
      }

  #bnr_area .shop_date .in {
      border: 2px solid #820000;
      padding: 6px 0 10px;
      position: relative;
      }

   #bnr_area .shop_date .before {
   text-align: center;
   color: #a1141a;
   padding: 0.3rem 0;
   width: 80%;
   margin: 0 auto .4rem;
   }

   #bnr_area .shop_date .after {
   color: #fff;
   background-color: #820000;
   font-weight: bold;
   margin-bottom: 0.2rem;
   text-align: center;
   padding: 7px 0;
   }

   #bnr_area .shop_date .after span {
   font-size: calc( ( 100vw - 80px) / 16.5);
   }

   #bnr_area .shop_date .cap {
   text-align: left;
   font-size: 12px;
   padding: 6px 1.5em 0;
   line-height: 1.6em;
   }

   #bnr_area .shop_date .img {
   width: 17%;
   position: absolute;
   bottom: 1.2rem;
   left: 1.3rem;
   }
   #bnr_area .shop_date .after .fs30 {
       font-size: 12px;
       }

}


#ranking {
padding: 3rem 0;
background-image: url("");
background-repeat: repeat-y;
}

#ranking .section_tab:before {
background-image: url("");
width: 36px;
height: 28px;
}

#ranking .rank_sld {
width: 105%;
margin-left: -2.5%;
}

#ranking .rank_sld .slick-list {
margin-bottom: 2.5rem;
}

#ranking .rank_sld .slick-slide {
margin: 0 10px;
}

#ranking .rank_sld .slick-slide .a {
position: relative;
display: block;
}

#ranking .rank_sld .slick-slide .a .num {
font-family: garamond-premier-pro-display, serif;
position: absolute;
top: 0;
left: 0;
}

#ranking .rank_sld .slick-slide .a .detail {
padding: 1rem 1rem 0;
}

@media screen and (min-width: 960px) {
#ranking {
padding: 5rem 0;
background-size: 100%;
}
#ranking .rank_sld .slick-list {
margin-bottom: 4rem;
}
#ranking .rank_sld .slick-slide .a .num .text {
font-size: 3.2rem;
padding-top: 0.6rem;
}
#ranking .rank_sld .slick-slide .detail .price {
font-size: 2.8rem;
}
}

#choose .drawer_navi li {
padding: 1.4rem 3rem;
border-bottom: 1px solid #FFFFFF;
}

#choose .drawer_navi li .parent {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 100%;
}

#choose .drawer_navi li .child {
width: 100%;
display: none;
}

#choose .drawer_navi li .child li {
width: 110%;
margin-left: -10%;
text-indent: 2rem;
}

#choose .drawer_navi li .child li:last-child {
border-bottom: none;
padding-bottom: 0;
}

#choose .drawer_navi li .a {
width: 100%;
display: flex;
justify-content: space-between;
}

#choose .drawer_navi li .arrow {
transform: rotate(90deg);
text-indent: 4px;
transition: .4s;
}

#choose .drawer_navi li .arrow.ac {
transform: rotate(180deg);
text-indent: -2px;
}

#service {
padding: 0 0 4.5rem;
}

#service .section_tab:before {
background-image: url();
width: 120px;
height: 14px;
}

#service .block .box:not(:last-child) {
margin-bottom: 2rem;
}

#service .block .box .detail .in {
width: 100%;
box-sizing: border-box;
}

#service .block .box .detail .in .ttl {
color: #977900;
font-size: calc( ( 100vw - 40px) / 23.6);
margin-bottom: .8rem;
line-height: 1.5;
}

@media screen and (min-width: 360px) {
#service .block .box .detail .in .ttl {
font-size: calc( ( 100vw - 40px) / 23);
}
}

@media screen and (min-width: 600px) {
#service .block .box .detail .in .ttl {
font-size: 1.8rem;
}
}

@media screen and (min-width: 960px) {
#service .box_wrap {
border: 1px solid #a77b42;
padding: .5rem;
}
}

@media screen and (min-width: 1201px) {
#service {
padding: 0 0 13rem;
}
/* #service .box_wrap .inner {
   padding: 9rem; } */
#service .block .box:not(:last-child) {
margin-bottom: 5rem;
}
#service .block .box .detail .in .ttl {
font-weight: bold;
font-size: 2rem;
}
#service .block .box .detail .in .text.min {
font-size: 2rem;
}
}

#voice dl {
display: flex;
}

#voice dl dt {
/*width: 30%;*/
width: 16%;
text-align: center;
padding: 0;
margin: 0;
}

#voice dl dd {
width: 84%;
padding-right: 4em;
box-sizing: border-box;
}

#voice .text {
color: #000;
}

#voice {
padding: 4rem 0 1rem;
}

#voice .section_tab {
color: #FFFFFF;
}

#voice .block {
width: calc( 100% - 10px * 2);
margin: 0 auto;
}

#voice .box {
background-color: #d9ceb1;
padding: 2rem;
}

#voice .box:not(:last-child) {
margin-bottom: 2rem;
}

#voice .box .name {
text-align: right;
padding-top: .5rem;
}

@media screen and (min-width: 960px) {
#voice .block {
width: 100%;
}
#voice .block .box {
width: 100%;
margin-bottom: 4%;
box-sizing: border-box;
}
#voice .block .box:nth-child(odd) {
margin-right: 4%;
}
}

@media screen and (min-width: 1201px) {
#voice {
 padding: 6rem 0 1rem;
}
}

#reason .detail h3 {
font-size: 26px;
color: #af985a;
line-height: 35px;
padding-bottom: 16px;
}
#reason {
padding-bottom: 3.5rem;
}
#reason .section_tab {
padding-top: 2.6rem;
}
#reason .section_tab:before {
background-image: url();
width: 32px;
height: 32px;
position: absolute;
left: 0;
right: 0;
top: -1.6rem;
padding-bottom: 0rem;
}
#reason .box:not(:last-child) {
margin-bottom: 2.5rem;
}
#reason .box .tab {
font-size: 1rem;
text-align: center;
width: 45px;
height: 45px;
position: relative;
}
#reason .box .tab .text {
position: absolute;
top: 1rem;
width: 100%;
z-index: 20;
line-height: 1;
color: #FFFFFF;
position: absolute;
}
#reason .box .tab .text span {
display: block;
}

#reason .right .left_side {
padding-right: 30px!important;
}

#reason .box .right {
display: flex;
/*margin-bottom: 4rem;*/
margin-bottom: 6rem;
position: relative;
}

#reason .box .right .ph {
width: 50%;
position: relative;
margin-bottom: 2rem;
}
#reason .box .right .ph .tab {
position: absolute;
left: 1.8rem;
bottom: -0.5rem;
}
#reason .box .right .ph .tab .bg {
position: absolute;
}
#reason .box .right .ph .tab .text {
font-size: 1rem;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
#reason .box .right .ph .tab .text span {
font-size: 2rem;
}
#reason .box .detail {
width: 50%;
padding: 0 1rem;
}
#reason .box .ttl {
margin-bottom: .8rem;
font-size: calc( ( 100vw - 40px) / 23);
line-height: 1.5;
}

@media screen and (max-width: 600px) {
#reason .box .right .ph {
  width: 100%;
}
#reason .box .detail {
  width: 100%;
  padding: 0;
}
}
@media screen and (min-width: 600px) {
#reason .box .tab {
 width: 60px;
 height: 60px;
}
#reason .box .ttl {
 font-size: 2.4rem;
}

}
@media screen and (min-width: 960px) {
#reason .section_tab:before {
 position: static;
}
#reason .box .cont_wrap {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}
#reason .box .cont_wrap .left {
 /*width: 135px;*/
 width: 100%;
 /*height: 100px;*/
 height: auto;
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 margin: 20px 0 10px 0;
}
#reason .box .cont_wrap .left .tab {
 /*margin: 1.4rem auto 2.6rem;*/
 margin: 1.4rem 2.5rem 1.4rem 0;
 width: 65px;
 height: 65px;
 font-size: 1.4rem;
}
#reason .box .cont_wrap .left .tab span {
 font-size: 3.2rem;
}
#reason .box .cont_wrap .left .ttl {
 height: auto;
 margin: 0;
 -ms-writing-mode: tb-rl;
 font-size: 3rem;
 width: calc( 100% - 110px);
 vertical-align: middle;
}
#reason .box .cont_wrap .left .ttl.pc_nowrap {
 white-space: nowrap;
}
#reason .box .cont_wrap .left .ttl span {
 display: inline-block;
 font-family: 'Noto Serif JP', serif;
}
}

@media screen and (min-width: 1201px) {
#reason {
 padding: 6rem 0 1rem;
}
#reason .box .cont_wrap .left {
 width: 165px;
 width: 100%;
}
#reason .box .cont_wrap .left .ttl {
 font-size: 3.4rem;
}
}

.text_r {
color: #820000;
font-size: 26px;
line-height: 1.3em;
}
#gift_notes {
padding: 1.5rem 0;
background: #fff;
}
#gift_notes .cont {
background-color: #d9ceb1;
padding: 30px;
max-width: 800px;
margin: 0 auto;
}
#gift_notes .cont .in {
text-align: center;
}
#gift_notes .cont .in .text {
display: inline-block;
text-align: left;
color: #FFFFFF;
padding: 1rem 0;
}
@media screen and (min-width: 960px) {
#gift_notes {
 padding: 5rem 0;
}
#gift_notes .cont .in .text {
 font-size: 2rem;
}
}

@media screen and (min-width: 1201px) {
#gift_notes {
 padding: 8rem 0 6rem;
}
#gift_notes .cont .in .text {
 padding: 2rem 0;
 font-size: 3rem;
}
}

#flow .box_wrap {
background: #fff;
}
#flow .box_wrap {
padding: 2.2rem 0 2.5rem;
}
#flow .block {
padding: 0 2rem;
}
#flow .block .box {
display: flex;
border: 2px solid #820000;
}
#flow .block .box .img {
width: 65px;
}
#flow .block .box .detail {
display: flex;
width: calc(100% - 65px);
box-sizing: border-box;
padding-left: 2rem;
}
#flow .block .box .detail .tab {
display: flex;
align-items: center;
justify-content: center;
width: 140px;
height: 30px;
margin-bottom: 1rem;
}
#flow .block .box .detail .tab .text {
font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-weight: bold;
color: #820000;
font-size: calc( ( 100vw - 40px) / 23);
}
#flow .block .arrow {
background-image: url("https://gigaplus.makeshop.jp/shinrakanEC/images/home/arrow.png");
background-size: 200px;
background-repeat: no-repeat;
background-position: center;
margin: 2rem auto 3rem;
width: 200px;
}
@media screen and (min-width: 460px) {
#flow .block .box .detail .tab {
 width: 80%;
}
#flow .block .box .detail .tab .text {
 font-size: 1.6rem;
}

#reason .sec_title {
   font-size: 38px;
   color: #af985a;
}
#reason .sec_title span {
   font-size: 53px;
}
}
@media screen and (min-width: 600px) {
#flow .block .box .img {
 width: 120px;
}
#flow .block .box .detail {
 width: calc(100% - 120px);
}
#flow .block .box .detail .tab {
 height: 46px;
 width: 70%;
}
}
@media screen and (min-width: 960px) {
#flow .box_wrap {
 padding: 4rem 0;
}
#flow .block {
 padding: 0 6rem;
}
#flow .block .box .detail {
 padding-left: 7rem;
}
}
@media screen and (min-width: 960px) {
#flow .box_wrap {
 padding: 6rem 0;
}
}
@media screen and (min-width: 1201px) {
#flow .box_wrap {
 padding: 8rem 0 9rem;
}
#flow .block {
 padding: 0 10rem 0 10rem;
}
#flow .block .arrow {
 background-image: url("https://gigaplus.makeshop.jp/shinrakanEC/images/home/arrow.png");
 background-size: 54px;
 background-repeat: no-repeat;
 background-position: center;
 margin: 2rem auto 3rem;
 width: 100px;
 height: 40px;
}
#flow .block .box .img {
 width: 160px;
}
#flow .block .box .detail {
 width: calc(100% - 140px);
}
#flow .block .box .detail .tab {
 height: 60px;
 width: 400px;
 margin-bottom: 1.6rem;
}
#flow .block .box .detail .tab .text {
 font-size: 3.2rem;
}
}

#cal {
padding: 1.4rem 0 2.5rem;
}
#cal #calendar .calwrap:nth-child(1) {
margin-bottom: 1rem;
}

@media screen and (min-width: 960px) {
#cal {
 padding: 6rem 0 7em;
}
#cal #calendar {
 display: flex;
 justify-content: space-between;
 margin: 0 2rem;
}
#cal #calendar .calwrap {
 box-sizing: border-box;
 width: 48%;
}
#cal #calendar .calwrap:nth-child(1) {
 margin-bottom: 0;
}
}

@media screen and (min-width: 1201px) {
#cal {
 padding: 5.5rem 0 8em;
}
#cal #calendar {
 margin: 0 8rem;
}
}

#area {
padding-bottom: 4.5rem;
}
#area .inner {
max-width: 800px;
margin: 0 auto;
}
#area .map {
position: relative;
}
#area .map p {
margin-bottom: 20px;
}
#area .map ul {
font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#area .map div {
position: absolute;
top: 0;
left: 1rem;
}
#area .map ul li {
font-size: 16px;
line-height: 26px;
}
#area .map ul li:before {
content: '';
width: 12px;
height: 12px;
display: inline-block;
vertical-align: top;
margin: .3rem .5rem 0 0;
}
#area .map ul li:nth-child(1):before {
background-color: #bedbf0;
}
#area .map ul li:nth-child(2):before {
background-color: #cedd9d;
}
#area .map ul li:nth-child(3):before {
background-color: #e6bda4;
}

@media screen and (min-width: 960px) {
#area .map ul li:before {
 margin: 0rem .5rem 0 0;
 vertical-align: middle;
}
#area .map ul li span {
 vertical-align: middle;
}
#area .map img {
 display: block;
 width: 65%;
 margin-left: auto;
}
}

@media screen and (min-width: 960px) and (min-width: 1100px) {
#area .map ul li br {
 display: none;
}
}
@media screen and (min-width: 960px) and (min-width: 1201px) {
#area {
 padding-bottom: 9rem;
}
}

#contact {
padding: 0 0 3.5rem;
}
@media screen and (min-width: 1201px) {
#contact {
 padding: 0 0 2rem;
}
}

#external .line {
position: relative;
margin-bottom: .4%;
}
#external .line .btn {
position: absolute;
bottom: 1.6rem;
left: 0;
right: 0;
margin: auto;
width: 92%;
}
#external .other ul {
display: flex;
}
#external .other ul li {
width: 49.8%;
height: 28vw;
}
#external .other ul li:nth-child(odd) {
margin-right: .4%;
}
#external .other ul li.blog .bg {
background-image: url("");
}
#external .other ul li.mail_magazine .bg {
background-image: url("");
}
#external .other ul li .a {
position: relative;
}
#external .other ul li .a .text {
position: absolute;
top: 50%;
left: 1rem;
transform: translate(0%, -50%);
-webkit-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
font-size: calc( ( 100vw - 40px) / 23);
}
#external .other ul li .a .arrow {
position: absolute;
top: 48%;
right: .4rem;
transform: translate(0%, -48%);
-webkit-transform: translate(0%, -48%);
-ms-transform: translate(0%, -48%);
transform: rotate(90deg);
}
#external .other ul li.blog .a .text {
color: #FFFFFF;
}
#external .other ul li.blog .a .arrow {
color: #FFFFFF;
}
#external .social {
padding: 3.5rem 0;
}
#external .social ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
/* padding: 0 4rem; */
}
#external .social ul li {
width: 18%;
}
/* #external .social ul li:not(:nth-last-child(-n+2)) {
margin-bottom: 6%;
} */

@media screen and (max-width: 600px) {
#external .social ul {
  padding: 0;
}
}

@media screen and (min-width: 600px) {
#external .other ul li .a .text {
 font-size: 1.8rem;
}
}

@media screen and (min-width: 1201px) {
#external .social {
  display: flex;
  width: 300px;
  margin: 0 auto;
}
}

@media screen and (min-width: 960px) {
#external .line .btn {
 width: 500px;
 bottom: 1.6rem;
}
#external .other ul li {
 height: 16vw;
}
#external .other ul li.blog .bg {
 background-image: url("");
}
#external .other ul li.mail_magazine .bg {
 background-image: url("");
}
#external .other ul li .a .text {
 font-size: 2rem;
}
/* #external .social ul li:not(:nth-last-child(-n+2)) {
 margin-bottom: 0;
} */
}

@media screen and (min-width: 1201px) {
#external .line .btn {
 bottom: 4.5rem;
}
#external .other ul li .a .text {
 font-size: 3.4rem;
}
.box_wrap p {
 font-size: 36px;
}
}

@media screen and (max-width: 48em) {
 .box_wrap p {
   font-size: 27px;
 }
}

.slick-prev.slick-arrow {
 font-size: 0;
 background-image: url();
 background-size: 100%;
 width: 45px;
 height: 45px;
 position: absolute;
 top: 32%;
 left: -6%;
 transform: translate(0%, -32%);
 -webkit-transform: translate(0%, -32%);
 -ms-transform: translate(0%, -32%);
 z-index: 1;
}
.slick-next.slick-arrow {
 font-size: 0;
 background-image: url();
 background-size: 100%;
 width: 45px;
 height: 45px;
 position: absolute;
 top: 32%;
 right: -6%;
 transform: translate(0%, -32%);
 -webkit-transform: translate(0%, -32%);
 -ms-transform: translate(0%, -32%);
}
.calender_wrap {
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-pack: justify;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
.calender_wrap .calender_bg {
 flex: 1;
}
.calender_wrap .calender_bg {
 background-color: #D9CEB1;
 text-align: center;
 margin: 0 0.5em 1em;
 padding: 1em;
 font-size: 16px;
 line-height: 1.8em;
}
.calender_wrap .calender_bg table {
 text-align: center;
 margin: auto;
 width: 90%;
 border-collapse: separate;
}
.calender_wrap .calender_bg th.sunday {
 color: #ce6e42;
}
.calender_wrap .calender_bg th.saturday {
 color: #7194e7;
}
.calender_wrap .calender_bg td.sunday {
 background: #820000;
 color: #fff;
}
.calender_wrap .calender_bg td.saturday {
 background: #820000;
 color: #fff;
}
.holiday {
 text-align: center;
}

.cal_bg {
 background: #820000;
 width: 12px;
 height: 12px;
 display: inline-block;
 margin: 0 0 1px 10px;
}
.calender_wrap_text {
 font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 font-size: 20px!important;
 display: inline-block;
}

@media screen and (max-width: 1000px) {
 .mv_arrow_l {
   position: absolute;
   width: 25px;
   top: 40%;
   left: 2%;
   transform: translateX( 0);
   z-index: 1000;
 }
 .mv_arrow_r {
   position: absolute;
   width: 25px;
   top: 40%;
   right: 2%;
   transform: translateX( 0);
   z-index: 1000;
 }
}
.first_line_wrap {
 padding-bottom: 80px;
}
@media screen and (max-width: 48em) {
 .cal_bg {
   margin: 0 0 -1px 10px;
 }
 .calender_wrap_text {
   font-size: 13px!important;
 }
 .first_line_wrap {
   padding-bottom: 35px;
 }
}
#flow ul {
 max-width: 800px;
 margin: 0 auto;
}
#flow ul li {
 display: flex;
 align-items: center;
 border: 2px solid #820000;
 padding: 0 40px;
}
#flow ul li .row {
 display: flex;
 align-items: center;
 width: 300px;
}
#flow ul li .row img {
 width: 55px;
}
#flow ul li .row p {
 font-size: 24px;
 font-weight: bold;
 color: #820000;
 padding-left: 20px;
}
#flow ul li .flow_text {
 font-size: 18px;
 width: 480px;
 padding: 22px 0;
 line-height: 30px;
}
#flow .arrow {
 background-image: url("https://gigaplus.makeshop.jp/shinrakanEC/images/home/arrow.png");
 background-size: 30px;
 background-repeat: no-repeat;
 background-position: center;
 margin: 1rem auto 1rem;
 width: 30px;
 height: 30px;
}

#order_tel .tel {
 max-width: 460px;
 background: #D9CEB1;
 /*padding: 40px 40px 30px;*/
 padding: 30px 40px 23px;
 margin: 60px auto;
}
#order_tel dl {
 display: flex;
}
#order_tel dl dt {
 font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 font-size: 24px;
 color: #820000;
 padding-top: 8px;
 padding-right: 10px;
}
#order_tel dl dd {
   font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
   font-size: 50px;
   line-height: 16px;
   }
#order_tel dl dd::before {
 content: '';
 display: inline-block;
 width: 45px;
 height: 50px;
 background-image: url("https://gigaplus.makeshop.jp/shinrakanEC/images/home/icon_tel.png");
 background-size: 25px;
 background-position: center;
 background-repeat: no-repeat;
 vertical-align: text-bottom;
 margin-right: -24px;
}
#order_tel dl dd span {
 font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 font-size: 16px;
 padding-left: 10px;
}

#external {
 margin-top: 60px;
 /*padding-top: 50px;*/
}
#external .line {
 width: 800px;
 margin: 0 auto;
}
.to_link a {
 position: relative;
}
.to_link a::after {
 content: '';
 display: inline-block;
 width: 45px;
 height: 42px;
 background-image: url("https://gigaplus.makeshop.jp/shinrakanEC/images/home/arrow_r.png");
 background-size: 15px;
 background-position: center;
 background-repeat: no-repeat;
 position: absolute;
 right: 10px;
}
.to_link_down a::after {
 content: '';
 display: inline-block;
 width: 45px;
 height: 42px;
 background-image: url("https://gigaplus.makeshop.jp/shinrakanEC/images/lp/mothersday/icon_down.png");
 background-size: 25px;
 background-position: center;
 background-repeat: no-repeat;
 position: absolute;
 right: 10px;
}
.to_link2 a::after {
 content: '';
 display: inline-block;
 width: 20px;
 height: 205px;
 background-image: url("https://gigaplus.makeshop.jp/shinrakanEC/images/home/arrow_r.png");
 background-size: 10px;
 background-position: center;
 background-repeat: no-repeat;
 position: absolute;
 right: 10px;
}

@media screen and (max-width: 768px) {
  .to_link a {
    position: relative;
  }
  .to_link a::after {
    background-size: 9px;
    position: absolute;
    right: -2px;
  }
  .to_link_down a::after {
    background-size: 12px;
    position: absolute;
    right: -2px;
  }
  .to_link2 a::after {
    height: 20px;
    background-size: 8px;
    right: 10px;
   }
}

.cont_text {
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.3em;
}
.cont_text span {
  display: inline;
}
#shipDatePlus {
  color: #9E3838;
}

.hr_net {
 height: 8px;
 background-image: repeating-linear-gradient(45deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%), repeating-linear-gradient(135deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%);
 background-size: 8px 8px;
 margin-bottom: 50px;
}

#reason .sec_title {
   font-size: 38px;
   color: #af985a;
}
#reason .sec_title span {
   font-size: 53px;
}

@media screen and (max-width: 768px) {
.cont_text {
  padding-left: 0;
  padding-right: 0;
}
.sp_only {
 display: block !important;
}
.pc_only {
 display: none !important;
}
}

#mail_info {
   width: 540px;
   background: #D9CEB1;
   /*padding: 40px 40px 30px;*/
   padding: 30px 40px 23px;
   margin: 60px auto;
   box-sizing: border-box;
}
#mail_info .mail a {
   font-size: 26px;
   color: #000;
}
#mail_info .mail a::before {
 content: '';
 display: inline-block;
 width: 90px;
 height: 50px;
 background-image: url("https://gigaplus.makeshop.jp/shinrakanEC/images/home/mail_icon.png");
 background-size: 35px;
 background-position: center;
 background-repeat: no-repeat;
 vertical-align: text-bottom;
 margin-right: -24px;
}
