@charset "UTF-8";
/*
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 default
==================================================================================*/
/* -------------------------------------------
 * initialize
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1MzY2NTA1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1MzY2NTE1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjUzNjY0RTVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjUzNjY0RjVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3ggHcAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC");
}

/* For Android */
body * {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, main {
  display: block;
}

sup {
  font-size: 10px;
  vertical-align: super;
}

sub {
  font-size: 10px;
  vertical-align: sub;
}

div {
  line-height: 0;
}

ul li {
  list-style: none;
}

input, select {
  vertical-align: middle;
}

.hide {
  display: none;
}

body {
  font-family: YuGothic, Yu Gothic, "游ゴシック", sans-serif;
}

img {
  -ms-interpolation-mode: bicubic;
}

a {
  text-decoration: none;
}
@media (min-width: 1001px) {
  a:hover {
    opacity: 0.7;
  }
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.serif {
  font-family: YuMincho, Yu Mincho, "游明朝", serif;
}

.bold {
  font-weight: bold;
}

.wrap {
  margin: 0 auto;
  max-width: 1100px;
}

.pc {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

img.sp {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  a.tel {
    pointer-events: none;
  }
}

@media (max-width: 768px) {
  sup,
.sub {
    font-size: 8px;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
/*==================================================================================
 common
==================================================================================*/
main {
  overflow: hidden;
  padding-top: 118px;
}

img {
  max-width: 100%;
}

.hideAnchor {
  display: block;
  height: 1px;
  overflow: hidden;
  position: relative;
  top: -80px;
}

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

.commonArea {
  background: url(../../static/img/page_bg.png) center top;
  padding: 67px 0 104px;
}
.commonArea .achievement {
  margin: 0 auto;
  padding: 50px 0 40px;
  text-align: center;
  width: 94%;
}

.commonBtns {
  margin: 0 auto;
  width: 94%;
}
@media (max-width: 768px) {
  .commonBtns {
    width: auto;
    padding: 0 7.161vw;
  }
}
.commonBtns li {
  line-height: 0;
  padding-bottom: 0;
  text-align: center;
}
.commonBtns li:last-child {
  padding: 0;
}
.commonBtns .consreq-holder {
  width: 100%;
  max-width: 814px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .commonBtns .consreq-holder {
    margin-top: 1.51vw;
  }
}
.commonBtns .consreq-holder .consreq-anchor {
  cursor: pointer;
}
@media (max-width: 768px) {
  .commonBtns .consreq-holder .consreq-anchor {
    width: 40.365vw;
  }
}

/*==================================================================================
 Shop
==================================================================================*/
#shops {
  padding-top: 110px;
}

.circleTitle {
  border: 18px solid #dcdddd;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 26px;
  height: 200px;
  margin: 0 auto 40px;
  position: relative;
  text-align: center;
  width: 200px;
}
.circleTitle span {
  display: block;
  left: 0;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  width: 100%;
}
.circleTitle.white {
  border-color: #fff;
}

#shops > .lead {
  font-size: 18px;
  line-height: 2;
  padding-bottom: 40px;
  text-align: center;
}
#shops > .lead .text {
  font-weight: bold;
}
#shops > .lead .text .emphasis {
  color: #d41338;
  display: inline-block;
  font-size: 120%;
  padding: 0 5px;
}

#shops {
  padding-bottom: 100px;
}
#shops .image {
  margin-bottom: 50px;
}
#shops .shopList {
  padding: 0 100px;
}
#shops .shopList > li {
  padding-bottom: 30px;
}
#shops .shopList > li:last-child {
  padding: 0;
}
#shops .shopList > li .areaName,
#shops .shopList > li a {
  text-decoration: underline;
}
#shops .shopList > li .areaName:hover,
#shops .shopList > li a:hover {
  opacity: 1;
}
#shops .shopList > li .areaName {
  display: inline-block;
  font-size: 20px;
  padding-left: 17px;
  position: relative;
}
#shops .shopList > li .areaName:before {
  border-bottom: 8px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #d41338;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-15%);
  transform: translateY(-15%);
}
#shops .shopList > li ul {
  margin-bottom: -10px;
  padding-top: 15px;
}
#shops .shopList > li ul li {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 0 35px 0 17px;
  position: relative;
}
#shops .shopList > li ul li:last-child {
  padding-right: 0;
}
#shops .shopList > li ul li:nth-child(3) ul li:last-child {
  display: none;
}
#shops .shopList > li ul li:before {
  content: ">";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#shops .shopList > li ul li a {
  color: #000;
}
#shops .shopList > li ul li .new {
  color: #d41338;
  font-size: 90%;
}

@media (min-width: 1001px) {
  #shops .shopList > li .areaName:hover,
#shops .shopList > li a:hover {
    text-decoration: none;
  }
}
@media (min-width: 769px) {
  #shops .shopList > li ul {
    display: block !important;
  }
}
/*==================================================================================
 Navigation
==================================================================================*/
.flexContainer {
  margin-bottom: 50px;
}
.flexContainer a {
  color: inherit;
  display: block;
}

.flexItem {
  background: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
.flexItem a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 40px;
}
.flexItem .ico {
  display: inline-block;
  padding-right: 33px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 170px;
}
.flexItem.concierge {
  background: #fff5e0;
}
.flexItem.concierge a {
  padding: 25px 40px 19px;
}
.flexContent {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.flexContent h3 {
  font-size: 40px;
  line-height: 1.1;
  padding: 0 0 20px;
}
.flexContent p {
  font-size: 21px;
  line-height: 1.8;
  padding-top: 15px;
  text-align: left;
}
.flexContent p.txtRed {
  line-height: 1;
  padding-top: 0;
}

/*==================================================================================
 siteHeader
==================================================================================*/
.siteHeader {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  height: 80px;
  left: 0;
  padding: 10px 36px 10px 30px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.siteHeader .wrap {
  max-width: none;
}
.siteHeader .header-logo {
  float: left;
  line-height: 0;
  margin: 7px 0;
  width: 247px;
}
.siteHeader .header-button {
  float: right;
}
.siteHeader .header-button .btns {
  font-size: 0;
  font-weight: bold;
  overflow: hidden;
}
.siteHeader .header-button .btns li {
  display: inline-block;
  line-height: 1.2;
}
.siteHeader .header-button .btns li + li {
  margin-left: 10px;
}
.siteHeader .header-button .links {
  font-size: 14px;
  margin-top: 7px;
  overflow: hidden;
}
.siteHeader .header-button .links li {
  float: left;
  text-align: left;
}
.siteHeader .header-button .links li + li {
  margin-left: 12px;
}
.siteHeader .header-button .links li a {
  color: #000;
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
  padding-left: 23px;
  position: relative;
}
.siteHeader .header-button .links li a:before {
  background: url("../img/icon_store.png") no-repeat;
  content: "";
  display: block;
  height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  top: 50%;
  width: 18px;
}
.siteHeader .header-button .links li:last-child a:before {
  background-image: url("../img/icon_yen.png");
}

/*==================================================================================
 siteFooter
==================================================================================*/
.siteFooter {
  border-top: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 0 0;
  position: relative;
}
.siteFooter .content {
  padding: 0 65px;
}
.siteFooter .notes {
  font-size: 11px;
  padding-bottom: 80px;
}
.siteFooter .notes dt,
.siteFooter .notes dd {
  line-height: 1.4;
}
.siteFooter .notes dt {
  padding-bottom: 20px;
  padding-left: 7px;
}
.siteFooter .notes dd {
  margin-top: 5px;
}
.siteFooter .notes dd:last-of-type {
  padding-bottom: 0;
}
.siteFooter .notes dd.indent {
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 50px;
  text-indent: -20px;
}
.siteFooter .notes dd.indent.indentCustom {
  padding-left: 28px;
  text-indent: -2px;
}
.siteFooter .logo {
  padding-bottom: 20px;
}
.siteFooter .companyInfo {
  font-size: 13px;
  line-height: 1.4;
  padding-bottom: 15px;
}
.siteFooter .companyInfo a {
  color: #000;
}
.siteFooter .companyInfo a:hover {
  opacity: 1;
}
@media (min-width: 1001px) {
  .siteFooter .companyInfo a:hover {
    text-decoration: underline;
  }
}
.siteFooter .links {
  font-size: 13px;
  padding-bottom: 15px;
}
.siteFooter .links li {
  border-right: 1px solid #000;
  float: left;
  margin-right: 10px;
  padding-right: 10px;
}
.siteFooter .links li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.siteFooter .links li a {
  color: #000;
}
.siteFooter .links li a:hover {
  opacity: 1;
}
@media (min-width: 1001px) {
  .siteFooter .links li a:hover {
    text-decoration: underline;
  }
}
.siteFooter .siteCopy {
  font-size: 11px;
}
.siteFooter .illustCopy {
  background: #fff5e0;
  margin-top: 70px;
  text-align: center;
}

/**
 * New Nav
 */
._list-title {
  text-align: center;
  font-size: 58px;
  margin-bottom: 50px;
}

._list-wrap {
  background: #f2f2f2;
  padding: 50px 0 80px;
  position: relative;
}
._list-wrap.is-women {
  background: url(../img/list/b_women.png);
}
._list-wrap.is-men {
  background: url(../img/list/b_men.png);
}
._list-wrap.is-special {
  background: url(../img/list/b_special.png);
  background-repeat: repeat;
}
._list-wrap__title {
  text-align: center;
  margin-bottom: 45px;
}

._page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
._page-nav__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 480px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 20px;
  padding: 25px 20px;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  color: inherit;
  position: relative;
}
._page-nav__button:nth-child(n+3) {
  margin-top: 40px;
}
._page-nav__button.is-special {
  background-color: #fff5e0;
}
._page-nav__button.is-new::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 102px;
  height: 86px;
  background-size: contain;
  background-image: url(../img/list/ribon-special.png);
}
._page-nav__button.is-reading {
  pointer-events: none;
  cursor: default;
}
._page-nav__button.is-reading::after {
  content: "";
  border-radius: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}
._page-nav__button.is-reading ._page-nav__icon::before {
  content: "";
  display: block;
  background-size: contain;
  background-image: url(../img/list/reading_special.png);
  width: 217px;
  height: 54px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0%;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.is-women ._page-nav__button.is-new::before {
  background-image: url(../img/list/ribon-women.png);
}
.is-women ._page-nav__button.is-reading ._page-nav__icon::before {
  background-image: url(../img/list/reading_women.png);
}
.is-men ._page-nav__button.is-new::before {
  background-image: url(../img/list/ribon-men.png);
}
.is-men ._page-nav__button.is-reading ._page-nav__icon::before {
  background-image: url(../img/list/reading_men.png);
}
._page-nav__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
._page-nav__info {
  width: 300px;
}
._page-nav__name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
._page-nav__meta {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: bold;
}
._page-nav__caption {
  margin-bottom: 10px;
}
._page-nav__descript {
  font-size: 14px;
}

._list-buttons {
  margin: 50px auto 60px;
}
._list-buttons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  ._list-buttons ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
._list-buttons li {
  margin: 0 10px;
}

/*==================================================================================
 top
==================================================================================*/
#top .mainVisual {
  padding-bottom: 42px;
}
#top .mainVisual ul li.is-women {
  background: url(../img/index/pc/main_visual_back1.png) repeat-x center center;
}
#top .mainVisual ul li.is-men {
  background: url(../img/index/pc/main_visual_back2.png) repeat-x center center;
}
#top .mainVisual ul li.is-special {
  background: url(../img/index/pc/main_visual_back3.png) repeat-x center center;
}
#top .mainVisual img {
  height: auto;
  margin-left: 20px;
  max-width: 100%;
  vertical-align: bottom;
}
#top .mainVisual area {
  outline: none;
}
#top .swiper-container {
  width: 100%;
  height: 100%;
}
#top .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#top .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: 1px solid #cccccc;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
  margin: 0 13px;
}
#top .swiper-pagination-bullet-active {
  background: #ccc;
}
#top .buttons {
  margin: 50px auto 60px;
}
#top .buttons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  #top .buttons ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#top .buttons ul li {
  width: 100%;
  max-width: 350px;
}
#top .background-box {
  background: url(../../static/img/page_bg.png) center top;
}
#top .background-box .commonArea {
  background: none;
  padding: 55px 0 72px;
}
#top .pages {
  padding-top: 65px;
  display: none;
}
#top #shops {
  padding-bottom: 44px;
}

/*==================================================================================
 list
==================================================================================*/
#list .head {
  text-align: center;
  margin-bottom: 40px;
}

/*==================================================================================
 inner pages
==================================================================================*/
#inner h2 {
  color: #b4914f;
  font-size: 39px;
  line-height: normal;
  padding-bottom: 27px;
  text-align: center;
}
#inner h2 a {
  color: #b4914f;
}
#inner h2.txtRed {
  color: #d41338;
  padding: 76px 0 30px;
}
#inner h2.txtRed a {
  color: #d41338;
}
#inner h2 img {
  vertical-align: middle;
}
#inner .imgTop {
  margin-top: 10px;
  max-width: none;
}
#inner .storyLinks {
  margin-top: 20px;
}
#inner .storyLinks li {
  display: inline-block;
  font-size: 12px;
}
#inner .storyLinks li:after {
  content: ">";
}
#inner .storyLinks li:last-child::after {
  content: "";
}
#inner .storyLinks li:last-child a {
  color: #000;
}
#inner .storyLinks li a {
  color: #d41338;
}
#inner .imgCenter {
  padding: 42px 0 23px;
  text-align: center;
}
#inner .imgCenter li ~ li {
  margin-top: 10px;
}
#inner .imgCenter img {
  width: 100%;
  max-width: 880px;
}
#inner .commonArea {
  padding: 70px 0;
  background: none;
}
#inner .commonArea .achievement {
  padding: 70px 0 0;
}
#inner .box {
  background: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 640px;
}
#inner .box a {
  display: block;
}
#inner .box .boxContent {
  padding: 67px 57px 40px 22px;
}
#inner .box .boxContent .icon {
  position: absolute;
  right: -1px;
  top: -1px;
}
#inner .background-box {
  background: url(../../static/img/page_bg.png) center top;
  padding-bottom: 48px;
}
#inner .background-box .commonArea {
  background: none;
}
#inner .topBtn {
  color: #fff;
  background: #d41338;
  text-align: center;
  padding: 25px 0;
  width: 300px;
  font-size: 22px;
  margin: 50px auto;
  display: block;
  font-weight: bold;
  position: relative;
}
#inner .topBtn span {
  padding-left: 50px;
}
#inner .topBtn::before {
  content: "";
  position: absolute;
  height: 14px;
  width: 36px;
  background: url(../../static/img/common/pc/arrow_btn.png) no-repeat;
  top: 29px;
  left: 36px;
  margin-right: 7px;
}
#inner .pages {
  padding-top: 65px;
}
#inner .pages_head {
  font-size: 58px;
  color: #d41338;
  text-align: center;
}

.fee-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 800px;
	margin: 20px auto 60px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.fee-area {
		width: 100%;
		margin-bottom: calc(15vw - 20px);
	}
}

.fee-area li {
	width: 70%;
	text-align: left;
	margin: 0 0 20px;
	border-bottom: dotted 1px #888;
	padding: 0 0 20px;
	line-height: 1.6;
}

.fee-area li a {
	color: #33322e;
	margin: 0 10px;
	text-decoration: underline!important;
}

@media (max-width: 768px) {
	.fee-area li a {
		margin: 0 7px;
	}
}

.fee-area li.fee-area-ttl {
	width: 30%;
	font-weight: bold;
	font-size: 20px;
}

@media (max-width: 768px) {
	.fee-area li.fee-area-ttl {
		font-size: 15px;
	}
}

.faq-box {
	max-width: 800px;
	margin: 0 auto 25px;
	border-bottom: solid 2px #aaa;
	padding: 0 0 20px;
	text-align: left;
}

@media (max-width: 768px) {
	.faq-box {
		width: 85%;
		padding: 0 0 10px;
		margin: 0 auto 20px;
	}
}

.faq-area {
	background: #fff;
	padding: 120px 0 0;
	margin: 0;
}

@media (max-width: 768px) {
	.faq-area {
		padding: 15vw 0 calc(15vw - 20px);
	}
}

.faq-area__contents {
	max-width: 950px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.faq-area__contents {
		max-width: 91vw;
	}
}

.faq-area__contents h2 {
	margin: 0 0 40px;
}

.faq-area dt a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #333;
	text-decoration: none;
	font-size: 28px;
	line-height: 120%;
	padding: 0 0 5px 0;
	position: relative;
}

@media (max-width: 768px) {
	.faq-area dt a {
		padding: 0 0 10px;
	}
}

.faq-area dt a::after {
	content: url(../img/ico_plus.png);
	position: absolute;
	top: 0;
	right: 0;
}

@media (max-width: 768px) {
	.faq-area dt a::after {
		content: "";
		display: inline-block;
		width: 26px;
		height: 26px;
		background-image: url(../img/ico_plus.png);
		background-size: contain;
		vertical-align: middle;
	}
}

.faq-area dt a p:first-of-type {
	/* font-weight: bold; */
	font-size: 26px;
	margin: 0 20px 0 0;
	width: 7%;
}

@media (max-width: 768px) {
	.faq-area dt a p:first-of-type {
		font-size: 14px;
		line-height: 150%;
		margin: 0 15px 0 0;
		width: 8%;
	}
}

.faq-area dt a p:last-of-type {
	padding: 0 0 0 0;
	width: 80%;
}

@media (max-width: 768px) {
	.faq-area dt a p:last-of-type {
		padding: 3px 0 0 0;
		width: 75%;
		font-size: 14px;
		line-height: 150%;
		text-align: left;
	}
}

.faq-area dt a .faq-q span {
	width: 48px;
	display: block;
	height: 48px;
	background: #a3762b;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 48px;
}

@media (max-width: 768px) {
	.faq-area dt a .faq-q span {
		width: 24px;
		height: 24px;
		line-height: 24px;
	}
}

.faq-area dt.close-btn a::after {
	content: url(../img/ico_minus.png);
	position: absolute;
	top: 0;
	right: 0;
}

@media (max-width: 768px) {
	.faq-area dt.close-btn a::after {
		content: "";
		display: inline-block;
		width: 30px;
		height: 30px;
		background-image: url(../img/ico_minus.png);
		background-size: contain;
		vertical-align: middle;
	}
}

.faq-area dd {
	display: none;
	margin: 0 0 0 7%;
	background: url(../img/bg-a.png) no-repeat right top #f1ece6;
	padding: 20px;
}

@media (max-width: 768px) {
	.faq-area dd {
		font-size: 14px;
		line-height: 180%;
		text-align: left;
	}
}

/*.hide {
	height: 90px;
	overflow: hidden;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}*/

@media (max-width: 768px) {
	/*.hide {
		height: 75px;
	}*/
}

.none {
	display: none !important;
}

/*# sourceMappingURL=style.css.map */