@charset "utf-8";

/* ----------------------------------------

guide

---------------------------------------- */
#header .box_logo a {
  pointer-events: none;
}
.select_button_back {
  margin-top: 60px;
}
.select_button_back a {
  min-width: 300px;
  text-decoration: none;
}
.select_button_back a:before {
  content: none;
}

/* index
------------------------------- */
.guide_top h2 {
  margin-bottom: 15px;
  padding-bottom: 4px;
  font-size: 157.2%;
  font-weight: bold;
  color: #5e230d;
  border-bottom: 1px solid #5e230d;
}
.guide_top p {
  font-size: 107.2%;
  margin-bottom: 40px;
}
.guide_top ul {
  display: flex;
  justify-content: space-between;
}
.guide_top li {
  width: 31.5%;
  background: #fff;
  border-radius: 8px;
}
.guide_top li:hover {
  background: #ff833c;
}
.guide_top li a {
  width: 100%;
  padding: 135px 0 35px;
  background: url(../../../images/md/guide/ico_link01.png) no-repeat center 40px;
  color: #5e230d;
  text-decoration: none;
  font-weight: bold;
  font-size: 128.6%;
  border-radius: 8px;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.guide_top li:nth-child(2) a {
  background: url(../../../images/md/guide/ico_link02.png) no-repeat center 40px;
}
.guide_top li:nth-child(3) a {
  background: url(../../../images/md/guide/ico_link03.png) no-repeat center 40px;
}
.guide_top li:hover a {
  background: url(../../../images/md/guide/ico_link01_on.png) no-repeat center 40px;
  color: #fff;
}
.guide_top li:nth-child(2):hover a {
  background: url(../../../images/md/guide/ico_link02_on.png) no-repeat center 40px;
}
.guide_top li:nth-child(3):hover a {
  background: url(../../../images/md/guide/ico_link03_on.png) no-repeat center 40px;
}

/* order
------------------------------- */
.guide_order_pickup {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding: 40px 60px;
  background: #fff;
  border-radius: 8px;
}
.guide_order_pickup_img {
  flex-basis: 300px;
}
.guide_order_pickup_box {
  flex-basis: 615px;
  position: relative;
}
.guide_order_pickup_box p {
  font-size: 107.2%;
  color: #5e230d;
  margin-bottom: 15px;
}
.guide_order_pickup_list {
  margin-bottom: 12px;
  font-size: 107.2%;
  color: #5e230d;
}
.guide_order_pickup_list li {
  margin-bottom: 4px;
  font-weight: bold;
}
.guide_order_pickup_box .select_panel_btn {
  margin: 40px auto 0;
  width: 468px;
}
.guide_order_pickup_box .select_panel_btn a {
  width: 100%;
  padding: 17.5px 0;
  font-size: 107.2%;
  text-align: center;
}
.guide_order_pickup_box .select_panel_btn .mod_button_cart02:after {
  border-width: 0.27em;
}
.guide_order_flow {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.guide_order_flow {
  padding-bottom: 20px;
}
.guide_order_flow li {
  padding-top: 18px;
}
.guide_order_flow li a {
  display: block;
  position: relative;
  width: 228px;
  height: 228px;
  border-radius: 50%;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.15);
}
.guide_order_flow li a:before {
  content: "";
  position: absolute;
  top: -18px;
  left: 89px;
}
.guide_order_flow li:nth-child(1) a{
  background: url(../../../images/md/guide/flow_img01_off.png) no-repeat center bottom;
}
.guide_order_flow li:nth-child(1) a:hover {
  background: url(../../../images/md/guide/flow_img01_on.png);
}
.guide_order_flow li:nth-child(1) a:before {
  content: url(../../../images/md/guide/flow_num01.png);
}
.guide_order_flow li:nth-child(2) a{
  background: url(../../../images/md/guide/flow_img02_off.png) no-repeat center bottom;
}
.guide_order_flow li:nth-child(2) a:hover {
  background: url(../../../images/md/guide/flow_img02_on.png);
}
.guide_order_flow li:nth-child(2) a:before {
  content: url(../../../images/md/guide/flow_num02.png);
}
.guide_order_flow li:nth-child(3) a{
  background: url(../../../images/md/guide/flow_img03_off.png) no-repeat center bottom;
}
.guide_order_flow li:nth-child(3) a:hover {
  background: url(../../../images/md/guide/flow_img03_on.png);
}
.guide_order_flow li:nth-child(3) a:before {
  content: url(../../../images/md/guide/flow_num03.png);
}
.guide_order_flow li:nth-child(4) a{
  background: url(../../../images/md/guide/flow_img04_off.png) no-repeat center bottom;
}
.guide_order_flow li:nth-child(4) a:hover {
  background: url(../../../images/md/guide/flow_img04_on.png);
  backface-visibility: hidden;
}
.guide_order_flow li:nth-child(4) a:before {
  content: url(../../../images/md/guide/flow_num04.png);
}
.guide_order .mod_shop_detail .shop_detail_inner .guide_order_app {
  margin-top: 40px;
  width: 100%;
  display: block;
}
.guide_order .mod_shop_detail .shop_detail_inner .guide_order_app p {
  font-size: 24px;
  font-weight: bold;
  color: #fa554b;
  text-align: center;
}
.guide_order .mod_shop_detail .shop_detail_inner .guide_order_app div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: 24px;
}
.guide_order .mod_shop_detail .shop_detail_inner .guide_order_app div .guide_order_app_google {
  width: 240px;
}
.guide_order .mod_shop_detail .shop_detail_inner .guide_order_app div .guide_order_app_app {
  width: 200px;
}
.guide_order .mod_shop_detail .shop_detail_inner .guide_order_app div a:hover {
  opacity: 0.7;
}
.guide_order .mod_shop_detail .shop_detail_inner .guide_order_app div a img {
  display: block;
}
.mod_shop_detail .shop_detail_head .shop_detail_title.icon_box {
  padding-left: 50px;
}
.mod_shop_detail .shop_detail_head .shop_detail_title.icon_box::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 5px;
  width: 41px;
  height: 26px;
  background: url(../../../images/md/guide/icon_box.png) no-repeat left bottom;
  background-size: 41px auto;
}
.mod_shop_detail .shop_detail_inner_guide {
  padding: 40px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.shop_detail_inner_guide section {
  margin-top: 40px;
  width: 100%;
}
.shop_detail_inner_guide section h3 {
  margin-bottom: 15px;
  padding-bottom: 4px;
  font-size: 142.9%;
  font-weight: bold;
  color: #5e230d;
  border-bottom: 1px solid #5e230d;
}
.shop_detail_inner_guide section h3 span {
  display: inline-block;
  color: #fa554b;
  margin-right: 0.5em;
}
.shop_detail_inner_guide section p + p {
  margin-top: 20px;
}
.shop_detail_inner_guide .guide_order_step {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.shop_detail_inner_guide .guide_order_step:last-child {
  margin-bottom: 0;
}
.shop_detail_inner_guide .guide_order_step h4 {
  font-size: 107.2%;
  color: #5e230d;
  font-weight: bold;
  margin-bottom: 10px;
}
.shop_detail_inner_guide .guide_order_step h4 span {
  display: inline-block;
  margin-right: 0.5em;
}
.shop_detail_inner_guide .guide_order_step p {
  padding-left: 1.5em;
}
.shop_detail_inner_guide .guide_order_step figure {
  flex: none;
  margin-left: 30px;
  width: 408px;
}
.shop_detail_inner_guide .guide_order_step figure a {
  position: relative;
  display: block;
}
.shop_detail_inner_guide .guide_order_step figure div {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.shop_detail_inner_guide .guide_order_step figure div a {
  border: 1px solid #ccc;
  width: calc(50% - 10px);
  align-self: flex-start;
}
.shop_detail_inner_guide .guide_order_step figure span {
  display: block;
  width: 48px;
  height: 48px;
  background: #ff833c;
  border-radius: 50%;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.15);
  position: absolute;
  bottom: -9px;
  right: -6px;
  z-index: 2;
}
.shop_detail_inner_guide .guide_order_step figure span:before {
  content: "";
  background: url(../../../images/md/guide/search-solid.svg) no-repeat center;
  background-size: 26px auto;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 3;
}
.shop_detail_inner_guide .guide_order_step figure span:after {
  content: "";
  background: url(../../../images/md/guide/plus-solid-w.svg) no-repeat center;
  background-size: 12px auto;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 3;
}
.shop_detail_inner_guide .guide_order_step figure a:hover {
  opacity: .7;
}
img.mfp-img {
  -webkit-backface-visibility: hidden;
}
.mfp-zoom-out-cur {
  cursor: default!important;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer!important;
}


/* servicepolicy
------------------------------- */
.mod_main_head_title.icon_servicepolicy {
  padding-left: 55px;
  padding-bottom: 10px;
  margin-bottom: 35px;
}
.mod_main_head_title.icon_servicepolicy:before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: -4px;
  width: 35px;
  height: 40px;
  background: url(../../../images/md/guide/icon_servicepolicy.png) no-repeat left bottom;
  background-size: 35px auto;
}
.policy_panel section {
  margin-top: 40px;
}
.policy_panel section h2 {
  position: relative;
  padding: 12px 30px;
  font-size: 157.2%;
  background: #5e230d;
  color: #fff;
  font-weight: bold;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.policy_panel section h3 {
  position: relative;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 4px;
  padding-left: 10px;
  font-size: 142.9%;
  font-weight: bold;
  color: #5e230d;
  border-bottom: 1px solid #5e230d;
}
.policy_panel section h3:first-child {
  margin-top: 0;
}
.policy_panel section div {
  background: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 30px 40px;
}
.policy_panel section.policy_index {
  background: #fff;
  border-radius: 8px;
  padding: 30px 40px 40px;
}
.policy_panel section p + p {
  margin-top: 20px;
}
.policy_panel section ol {
  list-style: decimal;
  padding-left: 2em;
}
.policy_panel section h4 {
  margin-bottom: 5px;
}
.policy_panel section ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.policy_panel section table {
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
}
.policy_panel section table th {
  font-weight: bold;
  background: #ddd;
  width: 30%;
}
.policy_panel section table td {
  background: #fff;
  width: 70%;
}
.policy_panel section table th,
.policy_panel section table td {
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding: 15px 20px;
  font-size: 107.2%;
}
.policy_panel section table p {
  margin-bottom: 0;
}
.policy_panel section table ul {
  margin-left: 1.5em;
}
.policy_panel section table ul li {
  list-style: disc;
  padding-left: inherit;
  text-indent: inherit;
}
.policy_panel_memo {
  margin-top: 30px;
  padding: 15px 40px;
  background: #fff;
  border-radius: 8px;
}



/* faq
------------------------------- */
.guide_faq .mod_main_head_title.icon_question {
  padding-left: 55px;
  padding-bottom: 10px;
  margin-bottom: 35px;
}
.guide_faq .mod_main_head_title.icon_question:before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: -4px;
  width: 40px;
  height: 40px;
  background: url(../../../images/md/guide/icon_question.png) no-repeat left bottom;
  background-size: 40px auto;
}
.guide_faq_index {
  background: #fff;
  /* padding: 10px; */
  margin:  30px 0 60px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.guide_faq_index:after {
  content: '';
  width: calc(100% - 20px);
  height: 1px;
  position: absolute;
  bottom: 0;
  background: #fff;
  z-index: 8;
}
.guide_faq_index ul {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  z-index: 7;
}
.guide_faq_index li {
  width: calc(100% / 4);
  border-right: dotted 1px #ccc;
  border-bottom: dotted 1px #ccc;
}
@media all and (-ms-high-contrast: none) {
  .guide_faq_index li {
    width: 33.33333%;
  }
}
.guide_faq_index li:nth-child(4n) {
  border-right: none;
}
.guide_faq_index li a {
  display: block;
  color: #5e230d;
  padding: 15px 20px;
  text-decoration: none;
  /* text-align: center; */
  font-size: 107.2%;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.guide_faq_index li a:hover {
  background: #5e230d;
  color: #fff;
}
.guide_faq_index li a:hover:before {
  border-color: transparent transparent #fff #fff;
}
.guide_faq dl {
  border: 1px solid #5e230d;
  border-radius: 8px;
  margin-top: 0;
  width: 100%;
}
.guide_faq dl + dl {
  margin-top: 40px
}
.guide_faq dt {
  font-size: 128.6%;
  font-weight: bold;
  color: #5e230d;
  padding: 17px 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.guide_faq dt span {
  font-size: 133.3%;
  color: #ff833c;
  display: block;
  margin-right: 0.5em;
  flex: none;
  line-height: 1.2em;
}
.guide_faq dt:after {
  content: "";
  background: url(../../../images/md/guide/plus-solid.svg) no-repeat center;
  background-size: 20px auto;
  width: 20px;
  height: 20px;
  margin-left: auto;
  padding-left: 20px;
  flex: none;
}
.guide_faq dt.open:after {
  background: url(../../../images/md/guide/minus-solid.svg) no-repeat center;
}
.guide_faq .accordion-content.open {
  display: block;
}
.guide_faq dd p {
  font-size: 107.2;
  margin: 0;
  padding: 17px 30px;
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #e3e3e3;
}
.guide_faq dd span {
  font-size: 160%;
  font-weight: bold;
  color: #333;
  display: block;
  margin-right: 0.5em;
  flex: none;
  line-height: 0.8em;
}
.shop_detail_inner_faq {
  position: relative;
  z-index: 8;
}