@charset "UTF-8";
/* ==============================================
 ### ガイド系コンテンツ　共通
=================================================*/
.ctm_guide-content {
  padding-top: 50px;
}
@media screen and (min-width: 1241px) {
  .ctm_guide-content {
    padding-top: 100px;
    margin-bottom: 80px;
    width: 1180px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 600px) and (max-width: 1240px) {
  .ctm_guide-content {
    padding-top: 50px;
    margin-bottom: 80px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    padding-left: 2.6%;
    padding-right: 2.6%;
  }
}

.ctm_guide-article {
  padding-left: 2.6%;
  padding-right: 2.6%;
}
@media screen and (min-width: 1241px) {
  .ctm_guide-article {
    order: 1;
    padding: 0;
    width: 820px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1240px) {
  .ctm_guide-article {
    order: 1;
    padding: 0;
    width: calc(100% - 200px);
  }
}
.ctm_guide-article .column {
  padding-bottom: 40px;
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 600px) {
  .ctm_guide-article .column {
    padding-bottom: 60px;
  }
}
.ctm_guide-article .column:last-of-type {
  border-bottom: none;
}
@media screen and (min-width: 600px) {
  .ctm_guide-article .column .column-inner {
    align-items: flex-start;
  }
  .ctm_guide-article .column .column-inner .ttl {
    width: 100%;
  }
}

/* ==============================================
  ## ガイドメニュー
=================================================*/
.guide-menu {
  background-color: #f8f8f8;
}
@media screen and (min-width: 1241px) {
  .guide-menu {
    order: 0;
    width: 280px;
    background-color: transparent;
  }
}
@media screen and (min-width: 600px) and (max-width: 1240px) {
  .guide-menu {
    width: 180px;
    outline: 0;
    background-color: transparent;
  }
}

.ctm_guide-menu {
  padding: 45px 2.6%;
}
@media screen and (min-width: 600px) {
  .ctm_guide-menu {
    padding: 0;
  }
}
.ctm_guide-menu .guide-menu-ttl {
  display: block;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  line-height: 1em;
  font-family: "Noto Serif JP", serif, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  margin-bottom: 5px;
}
@media screen and (min-width: 600px) {
  .ctm_guide-menu .guide-menu-ttl {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}
.ctm_guide-menu .guide-menu-list li {
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 600px) {
  .ctm_guide-menu .guide-menu-list li {
    border: none;
  }
}
.ctm_guide-menu .guide-menu-list li a {
  display: block;
  display: flex;
  align-items: center;
  line-height: 1em;
  padding: 13px 0;
}
@media screen and (min-width: 600px) {
  .ctm_guide-menu .guide-menu-list li a {
    padding: 10px 0;
  }
}
.ctm_guide-menu .guide-menu-list li a::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: auto;
  margin-right: 2px;
}
@media screen and (min-width: 600px) {
  .ctm_guide-menu .guide-menu-list li a::after {
    display: none;
  }
}

/* ==============================================
 ### ご注文の流れ
=================================================*/
.fs-body-category-guide-order .guide-info {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .fs-body-category-guide-order .guide-info {
    margin-bottom: 80px;
  }
}
.fs-body-category-guide-order .column {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #cccccc;
}
.fs-body-category-guide-order .column .ttl {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .fs-body-category-guide-order .column {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.fs-body-category-guide-order .column .column-inner {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .fs-body-category-guide-order .column .column-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.fs-body-category-guide-order .column .column-inner:last-of-type {
  margin-bottom: 0;
}
.fs-body-category-guide-order .column .text {
  margin-bottom: 15px;
}

/* ==============================================
 ### AmazonPay
=================================================*/
.fs-body-category-guide-amazonpay .amazonpay-entrytype {
  border: 1px solid #cccccc;
  padding: 15px;
}
@media screen and (min-width: 600px) {
  .fs-body-category-guide-amazonpay .amazonpay-entrytype {
    padding: 30px;
  }
}

/* ==============================================
 ### お届けについて
=================================================*/
.fs-body-category-guide-shipping .delivery-days-table {
  width: 100%;
  margin-bottom: 20px;
}
.fs-body-category-guide-shipping .delivery-days-table th {
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  padding: 3px;
}
.fs-body-category-guide-shipping .delivery-days-table td {
  border: 1px solid #cccccc;
  text-align: center;
  padding: 3px;
}
.fs-body-category-guide-shipping .column-inner {
  margin-bottom: 10px;
}
.fs-body-category-guide-shipping .column-inner .ttl {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .fs-body-category-guide-shipping .column-inner {
    margin-bottom: 30px;
  }
}

/* ==============================================
 ### よくある質問
=================================================*/
.fs-body-category-guide-faq .faq-list .faq-item {
  margin-bottom: 30px;
}
.fs-body-category-guide-faq .faq-list .faq-item:last-of-type {
  margin-bottom: 0;
}
.fs-body-category-guide-faq .faq-list .faq-item .question {
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 2em;
  position: relative;
}
.fs-body-category-guide-faq .faq-list .faq-item .question:before {
  content: 'Q.';
  margin-right: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.fs-body-category-guide-faq .faq-list .faq-item .answer {
  padding-left: 2em;
  position: relative;
}
.fs-body-category-guide-faq .faq-list .faq-item .answer:before {
  margin-left: 1px;
  content: 'A.';
  margin-right: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.fs-body-category-guide-faq .faq-list .faq-item .answer .text {
  width: 100%;
}
