@charset "UTF-8";
html,
body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
}

body {
  padding-top: 60px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
  background: white;
}

@media all and (min-width: 768px) {
  body {
    padding-top: 120px;
  }
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: none;
}

button:hover, button:active, button:focus {
  outline: none !important;
}

.ec-blockBtn--action {
  background: #85430d;
  border: none;
  color: white;
}

.ec-blockBtn--action:hover, .ec-blockBtn--action:active, .ec-blockBtn--action:focus {
  background: #572c08 !important;
}

.ec-blockBtn--cancel {
  background: white;
  border: solid 2px #e5e5e5;
  color: black;
}

.ec-blockBtn--cancel:hover, .ec-blockBtn--cancel:active, .ec-blockBtn--cancel:focus {
  background: #e5e5e5 !important;
  border-color: transparent !important;
  color: black !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.have_curtain .ec-overlayRole {
  z-index: 1000;
}

.ec-layoutRole .ec-layoutRole__contents {
  max-width: 1136px;
  padding: 0 23px;
}

.ec-contactRole,
.ec-contactConfirmRole {
  color: black;
}

.other_page .ec-layoutRole__main {
  padding: 140px 0 65px;
}

@media all and (min-width: 768px) {
  .other_page .ec-layoutRole__main {
    padding: 140px 0 115px;
  }
}

.custom_page .ec-layoutRole__main {
  padding: 45px 0 25px;
}

.custom_page .ec-layoutRole__main img {
  display: block;
  width: 100%;
  height: auto;
}

.custom_page .title {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 15px;
  text-align: center;
}

.custom_page .title::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 22px);
  width: 44px;
  height: 2px;
  background-color: #85430d;
  content: '';
}

.custom_page .title_jp {
  margin: 0 0 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  letter-spacing: .1em;
}

.custom_page .title_en {
  margin: 0;
  font-size: 1rem;
  letter-spacing: .15em;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.custom_page h2 {
  margin: 50px 0 12px;
  padding: 15px;
  line-height: 1.63;
  font-size: 1.9rem;
  text-align: center;
  background-color: #fdf7ec;
}

.custom_page h2:first-of-type {
  margin-top: 0;
}

.custom_page ul {
  margin: 0;
  padding: 0;
}

.custom_page li {
  list-style: none;
}

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

@media all and (min-width: 768px) {
  .custom_page .ec-layoutRole__main {
    padding-top: 90px;
    padding-bottom: 40px;
  }
  .custom_page .title {
    margin: 0 0 40px;
    padding: 0 0 30px;
  }
  .custom_page .title::after {
    left: calc(50% - 30px);
    width: 60px;
  }
  .custom_page .title_jp {
    margin-bottom: 18px;
    font-size: 3.6rem;
    letter-spacing: .2em;
  }
  .custom_page .title_en {
    font-size: 1.2rem;
    -webkit-transform: none;
            transform: none;
  }
  .custom_page h2 {
    margin-top: 70px;
    margin-bottom: 25px;
    padding: 25px;
    font-size: 2.2rem;
  }
}

br.forPC {
  display: none;
}

@media all and (min-width: 768px) {
  br.forPC {
    display: inherit;
  }
  br.forSP {
    display: none;
  }
}

/* ==========
ヘッダー
========== */
.ec-headerNaviRole {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  max-width: 100%;
  padding: 0;
  z-index: 100;
  background-color: rgba(209, 160, 71, 0.3);
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

.ec-headerNaviRole::after {
  content: none;
}

.ec-headerNaviRole.scrolled {
  background-color: #f1e2c6;
}

.ec-headerNaviRole .ec-headerNaviRole__nav {
  display: none;
}

.ec-headerNaviRole .ec-headerRole__globalNav {
  display: none;
}

@media all and (min-width: 768px) {
  .ec-headerNaviRole {
    height: 120px;
    padding: 0 30px;
  }
  .ec-headerNaviRole .ec-headerNaviRole__nav {
    display: block;
  }
  .ec-headerNaviRole .ec-headerRole__globalNav {
    display: block;
    width: 100%;
  }
}

.ec-headerNaviRole__inner {
  position: relative;
  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: 100%;
  max-width: 1090px;
  margin: auto;
  padding: 0 45px 0 12px;
}

@media all and (min-width: 768px) {
  .ec-headerNaviRole__inner {
    padding: 0;
  }
}

.ec-headerRole__title {
  width: 174px;
}

.ec-headerRole__title img {
  display: block;
}

@media all and (min-width: 768px) {
  .ec-headerRole__title {
    width: 35%;
    max-width: 307px;
  }
}

.ec-headerNaviRole__right {
  width: 20%;
}

@media all and (min-width: 768px) {
  .ec-headerNaviRole__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 65%;
  }
}

.ec-headerNavSP {
  position: absolute;
  top: calc(50% - 20px);
  left: auto;
  right: 0;
  background: transparent;
}

.ec-headerNavSP .nav-bar {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 5px);
  width: 10px;
  height: 2px;
  background-color: #85430d;
}

.ec-headerNavSP .nav-bar:nth-child(1) {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.ec-headerNavSP .nav-bar:nth-child(3) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.ec-headerTitle .ec-headerTitle__title a {
  display: block;
  margin: 0;
}

.ec-headerRole__cart {
  margin-left: 15px;
}

.ec-headerNav .ec-headerNav__item {
  font-size: 1.4rem;
}

.ec-headerNav .ec-headerNav__itemIcon,
.ec-headerNav .ec-headerNav__itemLink {
  color: #85430d;
}

.ec-cartNavi {
  min-width: 0;
  height: auto;
  padding: 0;
  background: none;
  color: #85430d;
}

.ec-cartNaviIsset::before,
.ec-cartNaviNull::before {
  right: 24px;
}

.ec-headerSearch {
  display: none;
}

.ec-headerRole__globalNav {
  margin-top: 15px;
}

.ec-headerRole__globalNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  padding: 0;
}

.ec-headerRole__globalNav li {
  margin: 5px 0;
  font-size: 1.5rem;
  list-style: none;
}

.ec-headerRole__globalNav li:first-child {
  margin-left: 0;
}

.ec-headerRole__globalNav li:not(:first-child) {
  margin-left: 2em;
}

.ec-headerRole__globalNav a {
  color: #85430d;
}

/* ==========
フッター
========== */
.footer-bnrArea {
  position: relative;
  padding: 20px;
}

.footer-bnrArea::before {
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  border-top: dotted 2px #dddddd;
  content: '';
}

.footer-bnrArea img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-bnrArea .bnr-wrap {
  margin: 16px 0;
}

@media all and (min-width: 768px) {
  .footer-bnrArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1130px;
    margin: auto;
    padding: 40px 20px 100px;
  }
  .footer-bnrArea .bnr-wrap {
    width: calc(50% - 15px);
    margin: 0;
  }
}

.ec-footerRole {
  margin: 0;
  border: none;
  background: #48290f;
}

@media all and (min-width: 768px) {
  .ec-footerRole {
    padding-top: 60px;
  }
}

.ec-footerNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}

.ec-footerNavi .ec-footerNavi__link {
  width: 50%;
}

.ec-footerNavi .ec-footerNavi__link:nth-child(2n) {
  border-left: solid 1px white;
}

.ec-footerNavi .ec-footerNavi__link a {
  font-size: 1.1rem;
  border-bottom-color: white;
}

@media all and (min-width: 768px) {
  .ec-footerNavi {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ec-footerNavi .ec-footerNavi__link {
    display: block;
    width: auto;
  }
  .ec-footerNavi .ec-footerNavi__link:nth-child(3) {
    border-left: solid 1px white;
  }
  .ec-footerNavi .ec-footerNavi__link a {
    margin: 0 20px;
    font-size: 1.6rem;
    text-decoration: none;
  }
  .ec-footerNavi .ec-footerNavi__link a:hover {
    text-decoration: underline;
  }
}

.ec-footerTitle {
  padding: 16px 20px 46px;
}

.ec-footerTitle .ec-footerTitle__copyright {
  font-size: 1rem;
}

@media all and (min-width: 768px) {
  .ec-footerTitle {
    padding: 35px 20px 100px;
  }
}

.ec-drawerRole {
  width: 100%;
  height: auto;
  background: #85430d;
  -webkit-transform: none;
          transform: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.ec-drawerRole.is_active {
  opacity: 1;
  pointer-events: all;
}

.ec-drawerRole .ec-headerNaviRole__copy {
  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: 100%;
  height: 60px;
}

.ec-drawerRole .ec-headerNaviRole__right {
  width: calc(100% * 2 / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ec-drawerRole .ec-cartNavi {
  color: white;
}

.ec-drawerRole .pageNav {
  padding: 0 12px;
}

.ec-drawerRole .pageNav ul {
  margin: 0;
  padding: 0;
}

.ec-drawerRole .pageNav li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  list-style: none;
}

.ec-drawerRole .pageNav li:first-child {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}

.ec-drawerRole .pageNav a {
  display: block;
  padding: 20px 10px;
  color: white;
}

.ec-drawerRole .ec-headerLinkArea {
  background: #85430d;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__list {
  padding: 5px 12px 10px;
  border-top: none;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
  margin: 10px 0;
  border-bottom: none;
  border-radius: 5px;
  background-color: #9d693d;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
}

.ec-drawerRoleClose {
  top: 9px;
  right: 0;
  left: auto;
  z-index: 200000;
  display: block;
  background: transparent;
  color: white;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ec-drawerRoleClose.is_active {
  display: block;
  opacity: 1;
  pointer-events: all;
}

@media all and (min-width: 768px) {
  .ec-drawerRoleClose.is_active {
    display: none;
  }
}

/* ====================
方位盤レイアウト
==================== */
/* --------------------
外周・内周共通
-------------------- */
.container_box {
  position: relative;
  width: 100%;
}

.container_box img {
  display: block;
  width: 100%;
  height: auto;
}

.container_box .redmark {
  color: #e8504e;
}

.container_box .lucky {
  padding: 2px 5px;
  line-height: 1;
  color: white;
  background-color: #e8504e;
  border-radius: 3px;
}

.container_box .unlucky {
  color: #00f;
}

.container_box .counterbalancing {
  color: #000;
}

.container_box .direction {
  position: absolute;
  /* z-index付与 */
  z-index: 0;
}

.container_box .center,
.container_box .south,
.container_box .north {
  left: 50%;
}

.container_box .center,
.container_box .west,
.container_box .east {
  top: 50%;
}

/* --------------------
外周
-------------------- */
.container_box .outer {
  position: absolute;
  top: 0;
  left: 0;
  /* z-index付与 */
  z-index: 10;
  width: 100%;
  height: 100%;
}

.container_box .outer .south {
  top: 18%;
  /* z-index付与 */
  z-index: 4;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.container_box .outer .south-west {
  top: 30%;
  right: 28%;
  /* z-index付与 */
  z-index: 3;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.container_box .outer .west {
  right: 18%;
  /* z-index付与 */
  z-index: 2;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.container_box .outer .north-west {
  right: 28%;
  bottom: 30%;
  /* z-index付与 */
  z-index: 1;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

.container_box .outer .north {
  bottom: 17.5%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.container_box .outer .north-east {
  bottom: 30%;
  left: 28%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.container_box .outer .east {
  left: 18%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.container_box .outer .south-east {
  top: 30%;
  left: 28%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* --------------------
内周
-------------------- */
.container_box .inner {
  position: absolute;
  top: 25%;
  left: 25%;
  /* z-index付与 */
  z-index: 5;
  width: 50%;
  height: 50%;
}

.container_box .inner .goanha {
  display: inline-block;
  /* 内周の文字のmargin調整 */
  margin: .1em;
}

.container_box .inner .center {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.container_box .inner .south {
  top: 12%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.container_box .inner .south-west {
  top: 26%;
  right: 25%;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
}

.container_box .inner .south-west .goanha {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.container_box .inner .west {
  right: 12%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.container_box .inner .north-west {
  right: 25%;
  bottom: 25%;
  -webkit-transform: translate(50%, 50%) rotate(135deg);
          transform: translate(50%, 50%) rotate(135deg);
}

.container_box .inner .north-west .goanha {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.container_box .inner .north {
  bottom: 11%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.container_box .inner .north-east {
  bottom: 25%;
  left: 25%;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
          transform: translate(-50%, 50%) rotate(45deg);
}

.container_box .inner .north-east .goanha {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.container_box .inner .east {
  left: 12%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.container_box .inner .south-east {
  top: 26%;
  left: 25%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.container_box .inner .south-east .goanha {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/* --------------------
出立時間
-------------------- */
.timelist {
  position: relative;
  font-size: 1.4rem;
}

.timelist::before, .timelist::after {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.timelist::before {
  content: "";
  border: 10px solid transparent;
  border-bottom-color: #000;
  top: 10px;
  left: 10px;
}

.timelist::after {
  content: attr(data-timelist);
  display: block;
  padding: 10px;
  background: black;
  text-align: left;
  color: #fff;
  border-radius: 2px;
  top: 30px;
  left: -20px;
  width: 108px;
  z-index: 10;
}

.timelist:hover::before {
  top: 16px;
  opacity: 1;
}

.timelist:hover::after {
  top: 36px;
  opacity: 1;
}

.front_page {
  padding-top: 0 !important;
  /* ==========
  TOPページスライダー
  ========== */
  /* ==========
  本日の吉方位
  ========== */
  /* ==========
  TOPICS
  ========== */
  /* ==========
  新着情報
  ========== */
  /* ==========
  インスタ
  ========== */
  /* ==========
  フッター
  ========== */
}

.front_page .ec-layoutRole .ec-layoutRole__contents {
  max-width: 100%;
  padding: 0;
}

.front_page .slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.front_page .slick-dots li {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.front_page .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.front_page .slick-dots li button::before {
  content: '';
  line-height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  text-align: center;
  background-color: white;
  border-radius: 50%;
}

.front_page .slick-dots li.slick-active button::before {
  background-color: #b24900;
}

@media all and (min-width: 768px) {
  .front_page .slick-dots {
    margin-bottom: 36px;
  }
  .front_page .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 10px;
  }
  .front_page .slick-dots li button {
    width: 12px;
    height: 12px;
  }
  .front_page .slick-dots li button::before {
    width: 12px;
    height: 12px;
  }
}

.front_page .ec-sliderRole {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.front_page .ec-container {
  padding: 20px 0 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffbee), color-stop(20%, white));
  background: linear-gradient(to bottom, #fffbee 0%, white 20%);
}

@media all and (min-width: 768px) {
  .front_page .ec-container {
    padding: 50px 0 90px;
  }
}

.front_page .ec-eyecatchBlock {
  padding: 0 20px;
}

.front_page .ec-eyecatchBlock .head {
  margin: 0 0 20px;
}

.front_page .ec-eyecatchBlock .head .title {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
}

.front_page .ec-eyecatchBlock .head .info {
  margin-top: 10px;
  padding: 10px 30px;
  background-color: #fdf3e5;
}

.front_page .ec-eyecatchBlock .head .info span {
  display: inline-block;
  margin: 2px 1em 2px 0;
  font-size: 1.4rem;
}

.front_page .ec-eyecatchBlock .houiBox {
  margin: 0 0 20px;
}

.front_page .ec-eyecatchBlock .houiBox .back {
  position: relative;
}

.front_page .ec-eyecatchBlock .houiBox .back img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(10px 10px 20px rgba(139, 140, 141, 0.3));
          filter: drop-shadow(10px 10px 20px rgba(139, 140, 141, 0.3));
}

.front_page .ec-eyecatchBlock .houiBox b {
  display: none;
}

.front_page .ec-eyecatchBlock .houiBox .container_box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 68%;
  font-size: 1.2rem;
}

.front_page .ec-eyecatchBlock .houiBox .container_box .inner .center {
  font-size: 2rem;
}

.front_page .ec-eyecatchBlock .houiBox .container_box .timelist {
  font-size: 1.2rem;
}

.front_page .ec-eyecatchBlock .houiBox .container_box .timelist::before {
  border-width: 0 10px 10px 10px;
}

.front_page .ec-eyecatchBlock .houiBox .container_box .timelist::after {
  top: 25px;
  width: 85px;
  font-size: 1rem;
}

.front_page .ec-eyecatchBlock .houiBox br {
  display: none;
}

.front_page .ec-eyecatchBlock .textArea dl {
  margin: 10px 0;
}

.front_page .ec-eyecatchBlock .textArea dt {
  display: inline-block;
  width: 90px;
  height: 25px;
  line-height: 25px;
  font-size: 1.5rem;
  font-weight: 400;
  border-radius: 3px;
  text-align: center;
}

.front_page .ec-eyecatchBlock .textArea dt.gold {
  background: linear-gradient(-99deg, rgba(233, 165, 35, 0.5), rgba(251, 233, 170, 0.5));
  background-color: #f0c75a;
}

.front_page .ec-eyecatchBlock .textArea dt.silver {
  background: linear-gradient(-99deg, rgba(170, 170, 170, 0.5), rgba(255, 255, 255, 0.5));
  background-color: #d4d4d4;
}

.front_page .ec-eyecatchBlock .textArea dd {
  margin-top: 7px;
  font-size: 1.4rem;
}

.front_page .ec-eyecatchBlock .caption {
  font-size: 1rem;
}

@media all and (min-width: 768px) {
  .front_page .ec-eyecatchBlock {
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
    grid-template: 'title board' auto 'detail board' 1fr 'caption caption' auto / 1fr 450px;
    max-width: 1130px;
    margin: 0 auto 50px;
  }
  .front_page .ec-eyecatchBlock .head {
    grid-area: title;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
  }
  .front_page .ec-eyecatchBlock .head .title {
    font-size: 2.6rem;
  }
  .front_page .ec-eyecatchBlock .head .info {
    margin-top: 15px;
    padding: 25px 30px;
  }
  .front_page .ec-eyecatchBlock .head .info span {
    margin: 0 1em 0 0;
    font-size: 1.6rem;
  }
  .front_page .ec-eyecatchBlock .houiBox {
    grid-area: board;
    margin: 0;
  }
  .front_page .ec-eyecatchBlock .houiBox .container_box .timelist::after {
    width: 95px;
    font-size: 1.2rem;
  }
  .front_page .ec-eyecatchBlock .textArea {
    grid-area: detail;
  }
  .front_page .ec-eyecatchBlock .textArea dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
  }
  .front_page .ec-eyecatchBlock .textArea dl:first-child {
    margin-top: 0;
  }
  .front_page .ec-eyecatchBlock .textArea dt {
    width: 127px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    font-size: 1.8rem;
  }
  .front_page .ec-eyecatchBlock .textArea dd {
    width: calc(100% - 125px);
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 1.6rem;
  }
  .front_page .ec-eyecatchBlock .caption {
    grid-area: caption;
    font-size: 1.2rem;
  }
}

.front_page .kantei {
  max-width: 1110px;
  margin: 15px auto 0;
  padding: 0 10px;
}

.front_page .kantei .head {
  padding: 15px 20px 10px;
  background-color: #e6a524;
  border-radius: 10px 10px 0 0;
  color: white;
}

.front_page .kantei .head .title {
  width: 126px;
  margin: 0 auto 10px;
}

.front_page .kantei .head .title img {
  display: block;
  width: 100%;
  height: auto;
}

.front_page .kantei .head .text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: justify;
}

.front_page .kantei .body {
  padding: 20px;
  background-color: #fbf2dc;
  border-radius: 0 0 10px 10px;
}

.front_page .kantei .body .catch {
  font-size: 1.2rem;
}

.front_page .kantei .birthday-form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 13px 0 15px;
}

.front_page .kantei .birthday-form-wrap span {
  display: inline-block;
  padding: 0 15px 0 3px;
}

.front_page .kantei .birthday-form-wrap span:last-child {
  padding-right: 0;
}

.front_page .kantei .selectbox-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 2px;
  background: #ffffff;
}

.front_page .kantei .selectbox-wrap .fa-angle-down {
  position: absolute;
  top: calc(50% - .5em);
  right: 8px;
  pointer-events: none;
}

.front_page .kantei .selectbox-wrap select {
  width: 100%;
  padding: 10px 24px 10px 10px;
  color: black;
  cursor: pointer;
  font-size: 1.4rem;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.front_page .kantei .selectbox-wrap select::-ms-expand {
  display: none;
}

.front_page .kantei .selectbox-wrap.bd_year {
  width: calc((100% - 3em - 39px) * 5 / 10);
}

.front_page .kantei .selectbox-wrap.bd_month, .front_page .kantei .selectbox-wrap.bd_day {
  width: calc((100% - 3em - 39px) * 25 / 100);
}

.front_page .kantei .ec-blockBtn--action {
  width: 200px;
  height: 40px;
  margin: 0 auto;
  line-height: 40px;
  border-radius: 3px;
  font-size: 1.5rem;
  font-weight: normal;
}

@media all and (min-width: 768px) {
  .front_page .kantei .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 40px;
  }
  .front_page .kantei .head .title {
    width: 200px;
    margin: 0;
  }
  .front_page .kantei .head .text {
    width: calc(100% - 200px);
    max-width: 700px;
    padding-left: 40px;
    font-size: 1.7rem;
  }
  .front_page .kantei .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 30px 15px;
  }
  .front_page .kantei .body .catch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 0 10px;
    font-size: 1.6rem;
  }
  .front_page .kantei form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .front_page .kantei .birthday-form-wrap {
    margin: 0;
    padding-right: 45px;
  }
  .front_page .kantei .birthday-form-wrap span {
    padding: 0 20px 0 10px;
  }
  .front_page .kantei .selectbox-wrap select {
    padding: 16px 30px 16px 15px;
    font-size: 1.5rem;
  }
  .front_page .kantei .selectbox-wrap.bd_year {
    width: 120px;
  }
  .front_page .kantei .selectbox-wrap.bd_month, .front_page .kantei .selectbox-wrap.bd_day {
    width: 90px;
  }
  .front_page .kantei .selectbox-wrap .fa-angle-down {
    right: 12px;
    font-size: 1.6rem;
  }
  .front_page .kantei .ec-blockBtn--action {
    width: 260px;
    height: 58px;
    margin: 0;
    line-height: 58px;
    font-size: 1.6rem;
  }
}

@media all and (min-width: 940px) {
  .front_page .kantei .body .catch {
    width: 150px;
    margin: 0 20px 0 0;
  }
}

.front_page .ec-topicRole {
  position: relative;
  padding: 20px 0;
  background-color: #fbf2dc;
}

.front_page .ec-topicRole .ec-secHeading {
  margin: 0 0 15px;
  text-align: center;
}

.front_page .ec-topicRole .ec-secHeading .sub {
  margin: 0 0 5px;
  font-size: 1.2rem;
}

.front_page .ec-topicRole .ec-secHeading .title {
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  font-size: 2.3rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
}

.front_page .ec-topicRole .ec-topicRole__listItem {
  margin-bottom: 15px;
}

.front_page .ec-topicRole .ec-topicRole__listItem a {
  display: block;
  background-color: white;
}

.front_page .ec-topicRole .ec-topicRole__listItemTitle {
  margin: 0;
  padding: 20px 15px;
  background: url(../img/top/icn_angle-right.png) no-repeat right 15px center/33px 33px;
  font-size: 1.5rem;
}

.front_page .ec-topicRole .date {
  padding: 0 10px 10px;
  font-size: .9rem;
  color: #936564;
}

.front_page .ec-topicRole .viewAll {
  width: 250px;
  height: 40px;
  margin: auto;
  background-color: #f8e7bc;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0 #e4d4ad;
          box-shadow: 0 2px 0 #e4d4ad;
}

@media all and (min-width: 768px) {
  .front_page .ec-topicRole {
    padding: 60px 15px;
    background-size: 197px 191px;
  }
  .front_page .ec-topicRole .ec-role {
    max-width: 1090px;
    padding: 0;
  }
  .front_page .ec-topicRole .ec-secHeading .sub {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  .front_page .ec-topicRole .ec-secHeading .title {
    font-size: 3.6rem;
  }
  .front_page .ec-topicRole .ec-topicRole__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px 0 -15px;
  }
  .front_page .ec-topicRole .ec-topicRole__listItem {
    width: calc(100% / 3);
  }
  .front_page .ec-topicRole .ec-topicRole__listItem:not(:last-of-type), .front_page .ec-topicRole .ec-topicRole__listItem:last-of-type {
    margin: 0;
    padding: 15px;
  }
  .front_page .ec-topicRole .ec-topicRole__listItemTitle {
    padding: 20px 25px;
  }
  .front_page .ec-topicRole .viewAll {
    width: 560px;
    height: 58px;
    margin-top: 30px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 0 #e4d4ad;
            box-shadow: 0 3px 0 #e4d4ad;
  }
}

.front_page .ec-role.news {
  margin-top: 16px;
  background-color: #fdf7eb;
}

@media all and (min-width: 768px) {
  .front_page .ec-role.news {
    max-width: 100%;
    margin: 0;
  }
}

.front_page .ec-newsRole {
  padding: 25px 0;
}

.front_page .ec-newsRole .ec-setHeading {
  width: 70px;
  margin: 0 auto 10px;
}

.front_page .ec-newsRole .ec-setHeading img {
  display: block;
  width: 100%;
  height: auto;
}

.front_page .ec-newsRole .ec-newsRole__news {
  padding: 10px;
  background-color: white;
}

.front_page .ec-newsRole .ec-newsRole__newsItem:not(:last-of-type) {
  border: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(66%, white), color-stop(33%, #9d9d9d)) repeat-x bottom/5px 1px;
  background: linear-gradient(to right, white 66%, #9d9d9d 33%) repeat-x bottom/5px 1px;
}

.front_page .ec-newsRole .ec-newsRole__newsItem:last-of-type {
  margin: 0;
}

.front_page .ec-newsRole .ec-newsRole__newsDate {
  margin: 10px 0 5px;
  color: rgba(0, 0, 0, 0.6);
  font-size: .9rem;
}

.front_page .ec-newsRole .ec-newsRole__newsTitle {
  color: black;
  font-size: 1.2rem;
  font-weight: normal;
}

@media all and (min-width: 768px) {
  .front_page .ec-newsRole {
    padding: 55px 0 60px;
  }
  .front_page .ec-newsRole .ec-setHeading {
    width: 112px;
    margin-bottom: 30px;
  }
  .front_page .ec-newsRole .ec-newsRole__news {
    max-width: 1090px;
    margin: auto;
    padding: 25px 40px;
    border: none;
  }
  .front_page .ec-newsRole .ec-newsRole__newsItem {
    padding: 15px 0;
  }
  .front_page .ec-newsRole .ec-newsRole__newsHeading {
    display: block;
    cursor: default;
  }
  .front_page .ec-newsRole .ec-newsRole__newsColumn {
    display: block;
    width: 100%;
  }
  .front_page .ec-newsRole .ec-newsRole__newsDate,
  .front_page .ec-newsRole .ec-newsRole__newsTitle {
    font-size: 1.4rem;
  }
  .front_page .ec-newsRole .ec-newsRole__newsDate {
    margin: 0 0 5px;
  }
}

.front_page .instaArea {
  padding: 25px 20px;
  background-color: #fbf2dc;
}

@media all and (min-width: 768px) {
  .front_page .instaArea {
    padding: 60px 20px;
    background-size: 197px 191px;
  }
}

.front_page .instaBlock .head {
  margin: 0 0 5px;
}

.front_page .instaBlock .head img {
  display: block;
  width: 100%;
  height: auto;
}

@media all and (min-width: 768px) {
  .front_page .instaBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1090px;
    margin: auto;
  }
  .front_page .instaBlock .head {
    width: calc(20% + 15px);
    margin: 0 30px 0 0;
  }
  .front_page .instaBlock .snapwidget-widget {
    width: calc(80% - 15px);
    height: auto !important;
  }
}

.front_page .footer-bnrArea::before {
  content: none;
}

@media all and (min-width: 768px) {
  .front_page .footer-bnrArea {
    padding: 60px 20px;
  }
}

.custom_page h3 {
  margin: 30px 0 15px;
  padding: 12px 0 0 15px;
  line-height: 1.62;
  color: #85430d;
  font-size: 1.6rem;
  font-weight: 600;
  background: url(../img/about/deco_section-head.png) no-repeat left top/11px 11px;
}

.custom_page p {
  line-height: 1.78;
  font-size: 1.4rem;
}

.custom_page th, .custom_page td {
  padding: 10px 15px;
  border: solid 2px #e0dcd3;
  font-size: 1.4rem;
}

.custom_page th {
  background-color: #fcf8f0;
  white-space: nowrap;
  font-weight: 600;
}

.custom_page .tbl_wrapper {
  margin-right: -23px;
  overflow: scroll;
}

.custom_page .tbl_style1,
.custom_page .tbl_style2 {
  margin-top: 15px;
}

.custom_page .tbl_style1 th {
  text-align: center;
}

.custom_page .tbl_style2 th {
  padding: 17px 18px;
}

.custom_page .tbl_style2 td {
  padding: 13px 18px;
}

.custom_page .tbl_style2 td:first-child {
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

.custom_page .tbl_style2 td:not(:first-child) {
  text-align: center;
}

.custom_page .tbl_style2 tr:not(:last-child) td:first-child {
  white-space: nowrap;
}

.about .image {
  margin: 0 0 15px;
}

.about .profile {
  margin: 25px 0 0;
  background: url(../img/about/bg_profile.png) repeat center/contain;
}

.about .profile .text {
  padding: 30px 20px;
}

.about .profile .job {
  line-height: 1;
  font-size: 1.5rem;
}

.about .profile .name {
  margin: 12px 0 18px;
  line-height: 1;
  font-size: 2.3rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}

.about .profile .name .en {
  margin: 0 0 0 1em;
  font-size: 1.4rem;
}

.about .profile .desc {
  line-height: 1.76;
  font-size: 1.3rem;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

@media all and (min-width: 768px) {
  .about h3 {
    margin: 40px 0 20px;
    padding: 10px 0 0 24px;
    font-size: 1.8rem;
    background-size: 14px 14px;
  }
  .about p {
    line-height: 2;
    font-size: 1.5rem;
  }
  .about .txt_img_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .about .txt_img_wrapper .image {
    width: 42%;
    margin: 0;
  }
  .about .txt_img_wrapper p {
    width: 58%;
    padding-right: 30px;
  }
  .about .tbl_style1,
  .about .tbl_style2 {
    margin-top: 20px;
  }
  .about .tbl_style1 th, .about .tbl_style1 td {
    font-size: 1.5rem;
  }
  .about .tbl_style1 th {
    padding: 10px 40px;
  }
  .about .tbl_style1 td {
    padding: 10px 75px 10px 30px;
  }
  .about .tbl_style2 th {
    font-size: 1.5rem;
  }
  .about .tbl_style2 th:first-child {
    padding: 20px 30px;
  }
  .about .tbl_style2 th:not(:first-child) {
    padding: 20px 23px;
  }
  .about .tbl_style2 td {
    font-size: 1.6rem;
    padding: 12px 30px;
  }
  .about .profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .about .profile .photo {
    width: 39%;
  }
  .about .profile .text {
    width: 61%;
    padding: 60px 30px 50px 60px;
  }
  .about .profile .job {
    font-size: 1.8rem;
  }
  .about .profile .name {
    margin: 15px 0 20px;
    font-size: 2.4rem;
  }
  .about .profile .desc {
    font-size: 1.4rem;
  }
}

.profile_page .photo {
  margin-bottom: 17px;
}

.profile_page .name {
  margin: 0 0 14px;
  line-height: 1;
  font-size: 1.9rem;
  font-weight: 600;
}

.profile_page .desc {
  margin: 0;
}

.profile_page p {
  margin: 35px 0;
  line-height: 1.78;
  font-size: 1.4rem;
}

.profile_page p:last-child {
  margin-bottom: 0;
}

@media all and (min-width: 768px) {
  .profile_page .biography {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .profile_page .biography .photo {
    width: 39%;
    margin: 0;
  }
  .profile_page .biography .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 61%;
    padding-right: 40px;
  }
  .profile_page .name {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .profile_page p {
    margin: 25px 0;
    font-size: 1.5rem;
  }
}

.faq .lead {
  margin: 0 0 15px;
  line-height: 1.78;
  font-size: 1.4rem;
}

.faq .faq-list dl {
  margin-bottom: 13px;
}

.faq .faq-list dl:last-child {
  margin-bottom: 0;
}

.faq .question {
  position: relative;
  padding: 12px 50px;
  line-height: 1.31;
  font-size: 1.6rem;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  color: #85430d;
  background-color: #fdf7ec;
  border: solid 1px #e5daba;
  border-radius: 4px;
}

.faq .question::before, .faq .question::after {
  position: absolute;
}

.faq .question::before {
  top: calc(50% - 15px);
  left: 10px;
  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;
  width: 30px;
  height: 30px;
  line-height: 1;
  background-color: white;
  border-radius: 50%;
  content: 'Q';
}

.faq .question::after {
  top: calc(50% - 6px);
  right: 10px;
  width: 13px;
  height: 13px;
  background: url(../img/faq/icn_plus.png) no-repeat center/contain;
  content: '';
}

.faq .question.open::after {
  background-image: url(../img/faq/icn_minus.png);
}

.faq .answer {
  display: none;
  padding: 15px 0 13px;
  line-height: 1.78;
  font-size: 1.4rem;
}

@media all and (min-width: 768px) {
  .faq .lead {
    margin-bottom: 25px;
    font-size: 1.5rem;
  }
  .faq .faq-list dl {
    margin-bottom: 18px;
  }
  .faq .question {
    padding: 20px 65px;
    font-size: 2rem;
  }
  .faq .question::before {
    top: calc(50% - 20px);
    left: 14px;
    width: 40px;
    height: 40px;
  }
  .faq .question::after {
    top: calc(50% - 10px);
    right: 20px;
    width: 20px;
    height: 20px;
  }
  .faq .answer {
    padding: 25px 0 18px;
    font-size: 1.5rem;
  }
}

.mypage .ec-layoutRole__main,
.registration_page .ec-layoutRole__main {
  padding: 45px 0;
}

@media all and (min-width: 768px) {
  .mypage .ec-layoutRole__main,
  .registration_page .ec-layoutRole__main {
    padding: 140px 0 115px;
  }
}

.mypage h1 {
  color: black;
}

.mypage .ec-login {
  background: #fdf7ec;
}

.mypage .ec-navlistRole .ec-navlistRole__navlist {
  border: none;
}

.mypage .ec-navlistRole .ec-navlistRole__item {
  border-color: white;
  border-width: 1px;
}

.mypage .ec-navlistRole .ec-navlistRole__item a {
  background-color: #fdf7ec;
  color: #85430d;
}

.mypage .ec-navlistRole .ec-navlistRole__item.active a {
  color: rgba(133, 67, 13, 0.4);
}

.mypage .ec-welcomeMsg {
  color: black;
}

.mypage .ec-withdrawRole__title,
.mypage .ec-withdrawRole__description,
.mypage .ec-withdrawConfirmRole__title,
.mypage .ec-withdrawConfirmRole__description {
  color: black;
}

.ec-mypageRole {
  color: black;
}

.ec-historyRole .ec-historyRole__contents {
  color: black;
}

.registration_page .inputarea .ec-blockBtn--cancel {
  background: #fdf7ec;
  border: solid 1px #e5dabc;
  color: #844316;
}

.registration_page .inputarea .ec-blockBtn--cancel:hover, .registration_page .inputarea .ec-blockBtn--cancel:active, .registration_page .inputarea .ec-blockBtn--cancel:focus {
  background: #e5dabc !important;
  color: #844316 !important;
}

.ec-role,
.ec-registerRole,
.ec-registerCompleteRole {
  color: black;
}

.cart_page .ec-login,
.cart_page .ec-guest {
  background: #fdf7ec;
}

.cart_page .ec-layoutRole__main {
  padding: 45px 0;
}

.cart_page h1 {
  color: black;
}

@media all and (min-width: 768px) {
  .cart_page .ec-layoutRole__main {
    padding: 140px 0 115px;
  }
}

.ec-progress .ec-progress__item::after {
  background: black;
}

.ec-progress .ec-progress__number {
  background: black;
}

.ec-progress .ec-progress__label {
  color: black;
}

.ec-progress .is-complete .ec-progress__number {
  background: #5C9AB1;
}

.ec-progress .is-complete .ec-progress__label {
  color: #5C9AB1;
}

.ec-cartRole,
.ec-orderRole {
  color: black;
}

.ec-cartHeader .ec-cartHeader__label {
  background: #fdf7ec;
}

.ec-totalBox {
  background: #fdf7ec;
}

.ec-totalBox .ec-totalBox__btn .ec-blockBtn--cancel {
  border: none;
  color: black;
}

.ec-rectHeading h1, .ec-rectHeading h2, .ec-rectHeading h3, .ec-rectHeading h4, .ec-rectHeading h5, .ec-rectHeading h6 {
  background: #fdf7ec;
}

.ec-cartRole__actions .ec-blockBtn--cancel {
  background: #fdf7ec;
  border: solid 1px #e5dabc;
  color: #844316;
}

.ec-cartRole__actions .ec-blockBtn--cancel:hover, .ec-cartRole__actions .ec-blockBtn--cancel:active, .ec-cartRole__actions .ec-blockBtn--cancel:focus {
  background: #e5dabc !important;
  color: #844316 !important;
}

.product_page .ec-layoutRole__main {
  padding: 140px 0 65px;
}

@media all and (min-width: 768px) {
  .product_page .ec-layoutRole__main {
    padding: 140px 0 115px;
  }
}

.ec-closeBtn--circle {
  background: #85430d;
}

.recommend h2 {
  font-size: 1.6rem;
}

.recommend li {
  font-size: 1.5rem;
  line-height: 2;
}

.recommend .attention {
  margin: 40px 0 20px;
  padding: 20px;
  border: dashed 2px #e0dcd3;
  text-align: center;
}

.recommend .attention h4 {
  color: #85430d;
  font-size: 1.5rem;
  font-weight: bold;
}

.recommend .attention p {
  font-size: 1.2rem;
}

@media all and (min-width: 768px) {
  .recommend h2 {
    padding-right: 50px;
    padding-left: 50px;
    font-size: 2.2rem;
  }
  .recommend table th {
    width: 115px;
  }
  .recommend table td {
    padding-right: 30px;
    padding-left: 30px;
  }
  .recommend .attention {
    margin: 80px 0 40px;
    padding: 30px;
  }
  .recommend .attention h4 {
    font-size: 1.8rem;
  }
  .recommend .attention p {
    font-size: 1.5rem;
  }
}

.voice .lead {
  font-size: 1.5rem;
  line-height: 2;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

.voice .tbl_style1 {
  margin-bottom: 30px;
}

.voice .tbl_style1 th, .voice .tbl_style1 td {
  padding: 10px;
  line-height: 1.28;
}

.voice .tbl_style1 th {
  white-space: normal;
  text-align: left;
}

.voice .comment {
  margin: 40px 0;
  padding: 165px 0 0;
}

.voice .comment.woman1 {
  background: url(../img/voice/icn_woman01.png) no-repeat center top/122px 128px;
}

.voice .comment.woman2 {
  background: url(../img/voice/icn_woman02.png) no-repeat center top/122px 128px;
}

.voice .comment.man1 {
  background: url(../img/voice/icn_man01.png) no-repeat center top/122px 128px;
}

.voice .comment dl {
  position: relative;
  margin: 0;
  padding: 20px;
  background-color: #fdf7ec;
  border-radius: 20px;
}

.voice .comment dl::before {
  position: absolute;
  top: -22px;
  left: calc(50% - 17px);
  border: solid;
  border-color: transparent transparent #fdf7ec transparent;
  border-width: 0 17px 22px 17px;
  content: '';
}

.voice .comment dt {
  margin-bottom: 15px;
  color: #85430d;
  font-size: 1.8rem;
}

.voice .comment dd {
  line-height: 1.78;
}

@media all and (min-width: 768px) {
  .voice .lead {
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .voice .tbl_style1 th, .voice .tbl_style1 td {
    padding-right: 30px;
    padding-left: 30px;
  }
  .voice .comment {
    padding: 0 0 0 190px;
  }
  .voice .comment.woman1, .voice .comment.woman2, .voice .comment.man1 {
    background-position: left 25px center;
    background-size: 135px 142px;
  }
  .voice .comment dl {
    padding: 35px;
  }
  .voice .comment dl::before {
    top: calc(50% - 20px);
    left: -28px;
    border-color: transparent #fdf7ec transparent transparent;
    border-width: 20px 28px 20px 0;
  }
  .voice .comment dd {
    font-size: 1.5rem;
    line-height: 1.86;
  }
}

.success .casestudy {
  position: relative;
  z-index: 0;
  margin: 30px 0 80px;
  padding-top: 60px;
  overflow: hidden;
}

.success .casestudy::before {
  position: absolute;
  top: 0;
  left: calc(50% - 250px);
  z-index: -1;
  width: 500px;
  height: 460px;
  background: url(../img/common/ptrn.png) 184px 184px, #fdf7ec;
  border-radius: 50%;
  content: '';
}

.success .casestudy .case_title {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #85430d;
}

.success .casestudy .case_title .case_attr {
  position: relative;
  width: 200px;
  margin: auto;
  font-size: 1.5rem;
  font-weight: bold;
}

.success .casestudy .case_title .case_attr::before, .success .casestudy .case_title .case_attr::after {
  position: absolute;
  top: 0;
}

.success .casestudy .case_title .case_attr::before {
  left: -1em;
  content: '＼';
}

.success .casestudy .case_title .case_attr::after {
  right: -1em;
  content: '／';
}

.success .casestudy .case_title h3 {
  margin: 0;
  padding: 0;
  background: none;
  font-size: 3.4rem;
}

.success .casestudy .sentence {
  padding: 90px 40px 60px;
  background: url(../img/common/ptrn.png) 184px 184px, #fdf7ec;
  border-radius: 25px;
}

.success .casestudy .sentence .inner {
  padding: 40px 60px;
  background-color: white;
  border-radius: 25px;
  -webkit-box-shadow: 8px 8px 0 rgba(87, 56, 19, 0.1);
          box-shadow: 8px 8px 0 rgba(87, 56, 19, 0.1);
}

.success .casestudy .sentence p {
  line-height: 2.13;
  font-size: 1.5rem;
}

.success .casestudy .sentence p:not(:first-child) {
  border-top: dashed 2px #85430d;
}

.success .casestudy .sentence p:not(:first-child):not(:last-child) {
  padding: 25px 0;
}

.success .casestudy .sentence p:first-child {
  padding: 0 0 25px;
}

.success .casestudy .sentence p:last-child {
  padding: 25px 0 0;
}
/*# sourceMappingURL=customize.css.map */