@charset "UTF-8";
/* Couleur CSS Document */
/* 共通部分 */
body {
  background: #f5f3f0;
  color: #907f75;
  overflow: hidden;
  font-size: 16px;
  font-size: clamp(16px, 0.8vw, 18px);
  letter-spacing: .05rem;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
a, .post-content a {
  color: #907f75;
}
.font-1, .headline-font-type {
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
}
p, .post-content p {
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 2;
}
.post-content ul {
  font-size: 0.95rem;
  font-weight: 500;
  list-style: disc;
}
.breadcrumb-wrapper {
  height: 35px;
  background: none;
}
.breadcrumb.inner {
  width: fit-content !important;
  max-width: 1150px;
  font-size: 0.8rem;
  font-weight: 500;
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 0 !important;
}
.breadcrumb li a, .breadcrumb li {
  color: #fff;
}
.signage {
  height: 380px;
  background: #464646 !important;
  position: relative;
  z-index: 0;
}
.signage::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/header_img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0.55;
}
.signage-title.headline-font-type, .signage-title-sub {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  text-align: center;
  text-shadow: none;
}
.signage-title.headline-font-type {
  font-size: 3.5rem !important;
  font-weight: 500;
  font-family: "Charmonman", cursive;
  margin-bottom: 12px;
  margin-top: 30px;
}
.signage-title-sub {
  font-size: 1rem !important;
  font-weight: 500;
  line-height: 1;
  color: #daccc5 !important;
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 220px;
  }
  .signage-title.headline-font-type {
    font-size: 2.5rem !important;
    margin-bottom: 8px;
    margin-top: 0;
  }
  .signage-title-sub {
    font-size: 0.85rem !important;
  }
}
/* 共通部分 END */
/* ナビ */
.header-bar {
  top: 5px;
  z-index: 50;
  background: none !important;
  box-shadow: none;
}
.logo-image {
  top: 0;
  left: 5px;
  width: 200px;
  height: auto;
  padding: 25px 20px;
  position: absolute;
  background: #fff;
  box-sizing: border-box;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav {
  padding-left: 16px;
  padding-right: 15px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #f5f3f0;
}
.global-nav > ul > li > a, .global-nav .sub-menu a, .global-nav a:hover, .global-nav .current-menu-item > a {
  color: #695b52;
}
.global-nav > ul > li > a {
  font-size: 19px;
  font-weight: 500;
  font-family: "Charmonman", cursive;
  letter-spacing: .02rem;
  padding: 0 18px;
  line-height: 90px;
  position: relative;
  text-align: center;
  transition: all 0.8s;
  z-index: 0;
}
.global-nav > ul > li > a::before, .global-nav .current-menu-item > a::before {
  content: "";
  background: #e3dbd7;
  width: 0;
  height: 10px;
  top: 40px;
  left: 18px;
  position: absolute;
  transition: all 0.5s;
  z-index: -1;
}
.global-nav > ul > li > a:hover::before, .global-nav .current-menu-item > a::before {
  width: calc(100% - 37px);
}
.global-nav > ul > li > a::after {
  content: "";
  position: relative;
  text-align: center;
  display: block;
  bottom: 26px;
  line-height: 1;
  font-size: 11px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #a99686;
}
.global-nav > ul > li.global-menu-home > a::after {
  content: "ホーム";
}
.global-nav > ul > li.global-menu-aboutus > a::after {
  content: "私たちについて";
}
.global-nav > ul > li.global-menu-item > a::after {
  content: "商品一覧";
}
.global-nav > ul > li.global-menu-information > a::after {
  content: "運営概要";
}
.global-nav > ul > li.global-menu-contact > a::after {
  content: "お問い合わせ"
}
.global-nav .sub-menu {
  top: 110%;
}
.global-nav .sub-menu li:first-child a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.global-nav .sub-menu li:last-child a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.global-nav .sub-menu a {
  font-size: 13px;
  padding: 13px 20px;
  background: #f5f3f0 !important;
}
.global-nav .sub-menu a::before {
  content: none;
}
.global-nav .sub-menu a:hover {
  color: #a99686 !important;
  background: #f5f3f0 !important;
}
.global-nav .sub-menu a:hover::before {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .logo-image {
    left: -15px;
    width: 140px;
    padding: 20px 15px;
    background: #f5f3f0;
  }
  .header-bar {
    top: 0;
    background: #f5f3f0 !important;
    border-color: #f5f3f0;
  }
  .global-nav {
    padding-right: 0;
    padding-left: 0;
    background: none;
    border-radius: 0;
  }
  .global-nav-button {
    border-left: 0;
    background: none;
  }
  .global-nav-button:before {
    color: #695b52;
  }
  .global-nav-button:hover:before {
    color: #a99686;
  }
  .global-nav > ul > li > a {
    font-size: 15px;
    text-align: left;
    padding: 0 25px;
    line-height: 55px;
  }
  .global-nav > ul > li > a::after {
    font-size: 10px;
    position: absolute;
    display: inline-block;
    width: fit-content;
    bottom: 18px;
    margin-left: 15px;
  }
  .global-nav a {
    background: #f5f3f0;
    color: #907f75 !important;
  }
  .global-nav .sub-menu li:first-child a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .global-nav .sub-menu li:last-child a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .global-nav .sub-menu a {
    font-size: 11px;
    background: #f5f3f0 !important;
    color: #907f75 !important;
    padding: 0 25px;
    line-height: 53px;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    background: #f5f3f0 !important;
    color: #695b52 !important;
  }
  .global-nav > ul > li > a:before {
    content: none !important;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: #907f75;
  }
}
@media only screen and (max-width: 767px) {
  .logo-image {
    top: 7px;
    left: -5px;
    width: 70px;
    padding: 0;
    background: none;
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
  margin-top: 0;
}
.top-slider-wrapper {
  background: #fff;
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #3d3028;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.3;
}
.top-slider-content {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  margin-right: auto;
}
.top-slider-content-inner, .top-slider-content-inner:hover {
  background: none;
}
.top-slider-content-inner {
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.top-slider-content-inner p {
  display: none;
}
.top-slider-content-inner:after {
  content: none;
}
.front-slider-box {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.front-copy-img {
  width: 25%;
  max-width: 230px;
  margin: auto;
  display: block;
  opacity: 0.8;
}
h2.front_main_title {
  font-size: 2.8rem;
  font-weight: 400;
  font-family: "Charmonman", cursive;
  margin-bottom: 40px;
  color: #695b52;
}
h2.front_main_title span {
  display: inline-block;
  margin-left: 20px;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: .08rem;
  color: #a99686;
}
.front_original01 {
  padding: 9em 0 5em;
}
.front-original01-inner {
  width: 86%;
  max-width: 950px;
  margin: 0 auto;
  align-items: flex-start;
}
.front-original01__title {
  width: 40%;
  box-sizing: border-box;
}
.front-original01__text {
  width: 60%;
  padding-left: 3vw;
  box-sizing: border-box;
}
.front-original01__title h2 {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Charmonman", cursive;
  line-height: 1.5;
  margin-bottom: 40px;
  color: #695b52;
}
.front-original01__title h2 span {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 10px;
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #a99686;
}
.front-original01__title h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .15rem;
}
.front-original01__text p {
  margin-bottom: 20px;
}
.front-original01__text p:last-child {
  margin-bottom: 0;
}
.content02 {
  background: none;
}
.content02-inner {
  width: 86%;
  max-width: 1300px;
  padding: 0;
}
.content02-item {
  width: calc(33.3333% - 30px);
  margin-left: 45px;
  padding-bottom: 0;
  color: #907f75;
  position: relative;
  z-index: 0;
}
.content02-img {
  width: 100%;
  height: auto;
  margin: 0 auto 1.5rem;
  overflow: hidden;
  position: relative;
  transition: all .8s;
  z-index: 0;
}
.content02-img::before {
  content: '';
  position: absolute;
  background: #695b52;
  height: 48px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.content02-img-inner {
  width: 100%;
  bottom: 1.5px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
  color: #fff;
  z-index: 1;
}
p.content02-img_title {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Charmonman", cursive;
  line-height: 1;
}
p.content02-img_title span {
  font-size: 12px;
  font-weight: 500;
  margin-left: 12px;
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #bfac9c;
}
.content02-img .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #695b5242;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.content02-img:hover .mask {
  opacity: 1;
}
h3.content02-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
  margin-bottom: 15px;
  color: #a99686;
}
.content02-text {
  font-size: 0.9rem;
  line-height: 2;
  color: #907f75;
}
a.content02-but {
  font-size: 0.85rem;
  font-weight: 500;
  overflow: hidden;
  text-align: left;
  display: block;
  width: 100%;
  max-width: 260px;
  height: 55px;
  line-height: 54px;
  position: relative;
  margin: 25px 0 0;
  border-radius: 3px;
  border: 1px solid;
  padding: 0 15px;
  box-sizing: border-box;
  transition: 0.8s;
  z-index: 0;
}
a.content02-but:hover {
  color: #fff;
  background: #a99686;
  border-color: #a99686;
  border-radius: 100px;
}
a.content02-but::after {
  content: 'More';
  position: absolute;
  right: 22px;
  font-size: 0.75rem;
  font-weight: 400;
  font-family: "Charmonman", cursive;
  transition: 0.8s;
}
.front_original02 {
  padding: 7em 0;
}
.front-original02-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}
.front-original02__img {
  width: 55%;
}
.front-original02__text {
  width: 45%;
  padding-left: 8vw;
  box-sizing: border-box;
}
.front-original02__text h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #a99686;
}
.front-original02__text p {
  margin-bottom: 15px;
}
.front-original02__text p:last-child {
  margin-bottom: 0;
}
h2.front_original03_main_title {
  margin-bottom: 80px;
}
.front-original03-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.third-box {
  margin-bottom: 60px;
}
.third-box:last-of-type {
  margin-bottom: 0;
}
.third-inner {
  align-items: center;
}
.front-third-text {
  width: 45%;
  box-sizing: border-box;
}
.front-third-text::before {
  counter-increment: number 1;
  content: "Point.0"counter(number) "";
  width: 100%;
  font-size: 2.2rem;
  font-weight: 400;
  font-family: "Charmonman", cursive;
  letter-spacing: .1rem;
  line-height: 0.8;
  margin-bottom: 20px;
  display: inline-block;
  color: #695b52;
}
.third-box:nth-of-type(even) .front-third-text {
  margin-left: 55%;
}
.front-third-img {
  width: 55%;
  box-sizing: border-box;
}
.third-box:nth-of-type(odd) .front-third-img {
  padding-left: 4vw;
}
.third-box:nth-of-type(even) .front-third-img {
  margin-left: -100%;
  padding-right: 4vw;
}
.front-third-img img {
  border-radius: 5px;
}
h3.third_title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #a99686;
  line-height: 1.6;
  margin-bottom: 15px;
}
.front_topics {
  padding: 10em 0 8em;
}
.front-topics-inner {
  width: 86%;
  max-width: 980px;
  margin: 0 auto;
}
h2.front_topics_title {
  font-size: 3rem;
  margin-bottom: 50px;
  text-align: center;
}
h2.front_topics_title span {
  display: block;
  margin-left: 0;
  margin-top: 5px;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  margin: 0;
}
.footer_contact_sec {
  padding: 4em 0;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.footer_contact_bg {
  width: 50%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 50%;
  padding-left: 12vw;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Charmonman", cursive;
  margin-bottom: 20px;
}
dl.address_body {
  width: 100%;
  max-width: 380px;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  margin-bottom: 5px;
}
dl.address_body:last-of-type {
  margin-bottom: 15px;
}
dt.address_title {
  width: 20%;
}
dd.address_text {
  width: 80%;
  padding-left: 1vw;
  box-sizing: border-box;
}
address.footer_tel {
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  letter-spacing: .08rem;
  margin-bottom: 8px;
}
span.footer_tel_sub {
  font-size: 0.8rem;
  margin-right: 2px;
}
ul.sns__links {
  width: 100%;
  max-width: 240px;
  margin-top: 25px;
}
li.sns__links-item {
  width: calc(50% - 5px);
  margin-right: 10px;
  box-sizing: border-box;
}
ul.sns__links li:last-child {
  margin-right: 0;
}
a.footer_sns {
  display: block;
  text-align: center;
}
a.footer_sns::before {
  content: "";
  font-family: design_plus;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #fff;
  font-size: 14px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  transition: all 0.5s;
  z-index: 1;
}
a.footer_line_but::before {
  content: "\e909";
  background: #00b900;
}
a.footer_insta_but::before {
  content: "\ea92";
  background-image: linear-gradient(45deg, #ffd75f, #ff0357);
}
a.footer_sns:hover {
  background: none;
}
a.footer_line_but:hover {
  color: #00b900;
}
a.footer_insta_but:hover {
  color: #ff0357;
}
a.footer_sns:hover::before {
  opacity: 0.8;
}
a.footer_sns span {
  margin-top: 8px;
  text-align: center;
  display: block;
  font-size: 10px;
  font-weight: 500;
  font-family: "Rubik", "Zen Maru Gothic", sans-serif;
}
ul.footer-content-list-outer {
  width: 50%;
  box-sizing: border-box;
}
ul.footer-content-list-outer:nth-of-type(2) {
  padding-left: 4vw;
  margin-bottom: 0;
}
ul.footer-content-list-outer li {
  font-size: 0.95rem;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 12px;
  position: relative;
}
ul.footer-content-list-outer li:last-of-type {
  margin-bottom: 0;
}
a.footer_but {
  position: relative;
}
a.footer_but::before {
  content: '';
  position: absolute;
  width: 0;
  height: 7px;
  background: #ccbfb8;
  opacity: 0.4;
  bottom: 3px;
  left: 0;
  z-index: -1;
  transition: all 0.5s;
}
a.footer_but:hover::before {
  width: 100%;
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none;
}
.footer-bar01-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.copyright {
  font-size: 10px;
  text-align: left;
  color: #907f75;
}
.pagetop {
  right: 10px;
  bottom: 10px;
  transition: all 0.8s ease 0s;
}
.pagetop:hover {
  bottom: 20px;
}
.pagetop a {
  width: 45px;
  height: 45px;
  color: #f5f3f0;
  background: #695b52;
  border-radius: 100px;
}
.pagetop a::before {
  content: '\ea3a';
  font-size: 15px;
  width: 15px;
  height: 15px;
}
.pagetop a:hover {
  color: #f5f3f0;
  background: #a99686;
}
@media only screen and (max-width: 1200px) {
  .header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
    margin-top: 55px;
  }
  .front_original01 {
    padding: 6em 0 4em;
  }
  .front-original02__img, .front-original02__text {
    width: 100%;
  }
  .front-original02__text {
    margin-top: 25px;
    padding-left: 0;
  }
  .front-third-text {
    width: 100%;
    padding-bottom: 25px;
  }
  .third-box:nth-of-type(even) .front-third-text {
    margin-left: 0;
  }
  .front-third-img {
    width: 100%;
  }
  .third-box:nth-of-type(odd) .front-third-img {
    padding-left: 0;
  }
  .third-box:nth-of-type(even) .front-third-img {
    margin-left: 0;
    padding-right: 0;
  }
  .front_topics {
    padding: 5em 0;
  }
}
@media only screen and (max-width: 970px) {
  .front-original01__title, .front-original01__text {
    width: 100%;
  }
  .front-original01__text {
    padding-left: 0;
    margin-top: 20px;
  }
  .content02-item {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 40px !important;
  }
  .content02-item:last-of-type {
    margin-bottom: 0 !important;
  }
  h3.content02-title br {
    display: contents;
  }
  .footer_menu_bg {
    padding-left: 6vw;
  }
  .dp-footer-bar {
    background: #695b52 !important;
    border-top: 1px solid #695b52 !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #f5f3f0 !important;
  }
  .dp-footer-bar a {
    color: #f5f3f0;
  }
  .dp-footer-bar-icon:before {
    font-weight: 400;
  }
  .icon-file-text:before {
    content: "\e909";
  }
}
@media only screen and (max-width: 800px) {
  .footer_contact_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    max-width: 420px;
    margin-top: 40px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .front-copy-img {
    max-width: 120px;
  }
  h2.front_main_title {
    font-size: 2rem;
    margin-bottom: 35px;
  }
  h2.front_main_title span {
    font-size: 0.85rem;
  }
  .front_original01, .front_original02 {
    padding: 3em 0;
  }
  .front-original01__title h2 {
    margin-bottom: 20px;
  }
  .front-original01__title h2 span {
    margin-top: 5px;
  }
  .front-original01__text p {
    margin-bottom: 10px;
  }
  .front-original02__text h2 {
    margin-bottom: 20px;
  }
  .front-original02__text p {
    margin-bottom: 8px;
  }
  h2.front_original03_main_title {
    margin-bottom: 40px;
  }
  .third-box {
    margin-bottom: 30px;
  }
  .front-third-text::before {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .front_topics {
    padding: 4em 0 3em;
  }
  .footer_contact_sec {
    padding: 3em 0 1.5em;
  }
  .social-nav {
    display: none;
  }
  .pagetop {
    bottom: 80px !important;
  }
  .pagetop:hover {
    bottom: 90px !important;
  }
}
@media only screen and (max-width: 485px) {
  dl.address_body {
    display: block;
  }
  dt.address_title, dd.address_text {
    width: 100%;
  }
}
@media only screen and (max-height: 400px) {
  .top-slider {
    height: 100vh;
  }
}
/* トップ・フッター END */
/* 固定ページ */
.page .post-header {
  margin: 0px;
}
.content_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 100px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.post-content h2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 25px;
  padding-top: 0;
  text-align: center;
}
.post-content h2::after {
  content: "";
  display: block;
  background: #695b52;
  border-radius: 100px;
  width: 8px;
  height: 8px;
  margin: 15px auto 0;
}
.post-content h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #695b52;
  padding: 0 0 0 30px;
  margin-bottom: 10px;
  line-height: 1.5;
  box-sizing: border-box;
  position: relative;
}
.post-content h3::before {
  content: '';
  position: absolute;
  background: #a99686;
  width: 20px;
  height: 3px;
  top: 52%;
  left: 0;
}
.post-content h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 700;
  padding: 0;
  color: #a99686;
}
.post-content .s_table {
  width: 100%;
}
.post-content table {
  margin: 0;
}
.post-content th, .post-content td {
  font-size: 0.95rem;
  font-weight: 500;
  vertical-align: middle;
  line-height: 1.8;
  padding: 24px 2px 20px;
  background: none;
  border: 0;
  border-bottom: 1px solid #dbd0ca;
  box-sizing: border-box;
}
.post-content th {
  width: 20%;
  text-align: left;
  border-right: none;
}
.post-content td {
  border-left: none;
}
@media only screen and (max-width: 1200px) {
  .content_inner {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 970px) {
  .post-content th, .post-content td {
    padding: 14px 2px 12px;
    line-height: 1.5;
    display: block;
    box-sizing: border-box;
    margin-top: -1px;
    width: 100% !important;
  }
  .post-content th {
    border-bottom: none;
    padding-bottom: 0;
  }
  .post-content td {
    border-top: none;
  }
}
@media only screen and (max-width: 768px) {
  .content_inner {
    padding: 50px 0;
  }
  .post-content h2 {
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
h2.archive-title {
  color: #907f75;
}
.archive-header {
  margin: 100px 0 40px;
}
.article03 {
  border: 1px solid #a99686;
  border-radius: 3px;
  background: none;
  box-sizing: border-box;
}
.article03-thumbnail {
  border-radius: 3px 3px 0 0;
}
.article03, .article03-thumbnail {
  transition: all 0.5s ease 0s;
}
.article03:hover {
  border-radius: 30px;
}
.article03 a:hover .article03-thumbnail {
  border-radius: 29px 29px 0 0;
}
.article03-content {
  padding: 15px 15px 10px;
}
.article03-title {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #907f75;
}
.article03-date, .article03-category-item {
  font-size: 12px;
}
.article03-category-item:hover {
  text-decoration: none;
}
.post-title {
  color: #907f75;
  font-weight: 700;
}
.nav-links01 {
  border-top: 1px solid #ccbfb8;
  border-bottom: 1px solid #ccbfb8;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid #ccbfb8;
}
.nav-links01-previous a, .nav-links01-next a {
  font-weight: 500;
}
.article01-title a {
  font-size: 0.9em;
  font-weight: 500;
  color: #907f75;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 15px;
  font-weight: 500;
}
.post-meta-box {
  background: #fff;
  border-radius: 3px;
  box-sizing: border-box;
}
.post-meta-box-item::before {
  color: #695b52;
}
.post-meta-box-item a {
  font-weight: 500;
}
.side_widget .headline-bar {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 18px 20px;
  background: #695b52;
}
.post-header {
  text-align: left;
}
.widget_recent_entries li {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-color: #ccbfb8;
}
.widget_recent_entries li a {
  font-size: 12px;
  line-height: 1.5;
}
.widget_recent_entries .post-date {
  font-size: 11px;
  line-height: 1.5;
  color: #907f75;
}
.widget_recent_entries .post-date:before {
  font-size: 10px;
  color: #695b52;
}
@media only screen and (max-width: 1200px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 80px;
  }
  .article03-title {
    font-size: 0.85rem;
    margin: 0;
  }
}
@media only screen and (max-width: 970px) {
  .post-meta-box-item {
    padding: 8px 0px 8px 20px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 30px;
  }
  .archive-header {
    margin: 50px 0 30px;
  }
  h2.archive-title {
    font-size: 25px !important;
  }
  h1.post-title {
    font-size: 1.2rem !important;
  }
  .nav-links01 {
    border: 1px solid #ccbfb8;
  }
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: #907f75;
  }
  .article04-title {
    font-size: 15px;
  }
  .side_widget .headline-bar {
    line-height: 2px;
    text-align: left;
  }
}
@media only screen and (max-width: 500px) {
  .post-title, .post-meta {
    text-align: left;
  }
  .article03-title {
    font-size: 10px;
    margin-top: 0;
  }
}
/* お知らせ END */
/* コンテンツ 共通 */
.flex-inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
p.caution {
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
  box-sizing: border-box;
}
p.caution:last-of-type {
  margin-bottom: 0;
}
p.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  color: #f35d63;
}
span.caution {
  position: relative;
  padding-left: 17px;
  line-height: 1.8;
  box-sizing: border-box;
  display: inline-block;
}
span.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
  color: #f35d63;
}
ul.list {
  margin: 0;
  list-style: none;
}
ul.list li {
  padding-left: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: #a99686;
  border-radius: 2px;
  width: 7px;
  height: 7px;
  top: 9px;
  left: 0;
}
ul.list.caution_list li::before {
  content: '※';
  background: none;
  top: 0;
  color: #f35d63;
}
a.content-but {
  width: 100%;
  max-width: 350px;
  margin-top: 15px;
  padding: 18px 20px;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  border: 1px solid;
  border-radius: 2px;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: 0.8s;
}
a.content-but::after {
  position: absolute;
  content: '\ea3c';
  font-family: 'design_plus';
  font-size: 13px;
  font-weight: 400;
  right: 20px;
  line-height: 1.8;
  transition: 0.8s;
}
a.content-but:hover {
  color: #fff;
  background: #695b52;
  border-color: #695b52;
  border-radius: 100px;
}
/* コンテンツ 共通 END */
/* 私たちについて */
.about__inner {
  align-items: center;
  margin-bottom: 50px;
}
.about_text {
  width: 60%;
  box-sizing: border-box;
}
.about__inner:nth-of-type(odd) .about_text {
  padding-right: 3vw;
}
.about__inner:nth-of-type(even) .about_text {
  margin-left: 40%;
  padding-left: 3vw;
}
.about_img {
  width: 40%;
  box-sizing: border-box;
}
.about__inner:nth-of-type(even) .about_img {
  margin-left: -100%;
}
.about_text h2 {
  line-height: 1.5;
  text-align: left;
  margin-bottom: 20px;
}
.about_text h2::after {
  width: 30px;
  height: 1px;
  margin-left: 0;
}
.about_text p {
  margin-bottom: 25px;
}
.about_text p:last-child, .about__inner:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 970px) {
  .about__inner {
    margin-bottom: 25px;
  }
  .about_img, .about_text {
    width: 100%;
  }
  .about_img {
    margin-top: 20px;
  }
  .about__inner:nth-of-type(odd) .about_text {
    padding-right: 0;
  }
  .about__inner:nth-of-type(even) .about_text {
    padding-left: 0;
  }
  .about__inner:nth-of-type(even) .about_text, .about__inner:nth-of-type(even) .about_img {
    margin-left: 0;
  }
  .about_text p {
    margin-bottom: 15px;
  }
}
/* 私たちについて END */
/* お客様の声 */
.voice_sec .content_inner {
  max-width: 1000px;
}
.voice_box {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccbfb8;
  box-sizing: border-box;
  align-items: center;
}
.voice_box:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.voice_box h2 {
  font-size: 1.3rem;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 15px;
}
.voice_box h2::after {
  content: none;
}
.voice_box p:last-of-type {
  margin-bottom: 0;
}
.voice_img {
  width: 35%;
}
.voice_text {
  width: 65%;
  padding-left: 5vw;
  box-sizing: border-box;
}
img.voice-img-two {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .voice_box {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .voice_img, .voice_text {
    width: 100%;
  }
  .voice_text {
    padding-left: 0;
    margin-top: 15px;
  }
}
/* お客様の声 END */
/* 商品一覧 */
.item_box {
  margin-bottom: 60px;
}
.item_box:last-of-type {
  margin-bottom: 0;
}
.item_box p {
  margin-bottom: 0;
}
.item_inner {
  margin-top: 40px;
}
p.item-first-text {
  line-height: 2.2;
  text-align: center;
}
.item_two {
  width: calc(50% - 20px);
  margin-right: 40px;
  margin-bottom: 40px;
}
.item_triple {
  width: calc(33.3333% - 7px);
  margin-right: 10px;
  padding: 20px 30px;
  background: #fff;
  box-sizing: border-box;
}
.item_two:nth-of-type(2n), .item_triple:nth-of-type(3) {
  margin-right: 0;
}
.item_two img {
  margin-bottom: 15px;
}
p.price {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
span.tax {
  margin-left: 5px;
  font-size: 0.8rem;
  letter-spacing: 0;
}
@media only screen and (max-width: 970px) {
  p.item-first-text {
    text-align: left;
    line-height: 2;
  }
  .item_triple {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .item_triple:nth-of-type(3) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .item_box {
    margin-bottom: 40px;
  }
  .item_two {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .item_two:nth-of-type(2n) {
    margin-bottom: 0;
  }
}
/* 商品一覧 END */
/* ご注文方法 */
.flow_sec .content_inner {
  max-width: 900px;
}
.flow_sec h2 {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 15px;
}
.flow_sec h2::after {
  content: none;
}
.flow {
  padding-left: 110px;
  padding-top: 21px;
  padding-bottom: 40px;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}
.flow:first-of-type {
  margin-top: 50px;
}
.flow:last-of-type {
  padding-bottom: 0;
}
.flow::before {
  counter-increment: number 1;
  content: counter(number)"";
  position: absolute;
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100px;
  font-size: 3.3rem;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  color: #f5f3f0;
  background: #a99686;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 0;
}
.flow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 40px;
  width: 2px;
  height: 100%;
  background: #a99686;
  z-index: -1;
}
.flow:last-of-type::after {
  display: none;
}
.flow h3 {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 15px;
  padding-left: 0;
}
.flow h3::before {
  content: none;
}
.flow p {
  margin-bottom: 10px;
}
.flow p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .flow {
    padding-left: 75px;
    padding-top: 12px;
    padding-bottom: 20px;
  }
  .flow:first-of-type {
    margin-top: 20px;
  }
  .flow::before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 2.5rem;
  }
  .flow::after {
    left: 30px;
  }
  .flow h3 {
    margin-bottom: 15px;
  }
}
/* ご注文方法 END */
/* よくある質問 */
.faq_sec .content_inner {
  max-width: 1000px;
}
.faq {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px #ccbfb8 solid;
  box-sizing: border-box;
}
.faq:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.faq h2 {
  font-size: 1.35rem;
  line-height: 1.5;
  padding-bottom: 1px;
  margin-bottom: 10px;
  text-align: left;
  position: relative;
  color: #695b52;
}
.faq p {
  position: relative;
  margin-bottom: 10px;
}
.faq p:last-child {
  margin-bottom: 0;
}
.faq h2, .faq p {
  padding-left: 50px;
}
.faq h2::before, p.answer::before {
  content: "Q";
  position: absolute;
  font-size: 22px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  color: #fff;
  background: #695b52;
  width: 33px;
  height: 33px;
  line-height: 33px;
  border-radius: 100%;
  text-align: center;
  box-sizing: border-box;
  left: 0;
  top: 0;
}
p.answer {
  padding-top: 1px;
}
p.answer::before {
  content: 'A';
  background: #a99686;
}
.faq h2::after {
  content: none;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .faq:first-of-type {
    margin-top: 40px;
  }
  .faq h2, .faq p {
    padding-left: 45px;
  }
}
/* よくある質問 END */
/* 運営概要 */
.information_sec .content_inner {
  max-width: 750px;
}
table.info_tbl th {
  width: 28%;
}
.map_sec iframe {
  height: 450px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.map_sec iframe:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
@media only screen and (max-width: 768px) {
  .map_sec iframe {
    height: 350px;
  }
}
/* 運営概要 END */
/* お問い合わせ */
.contact_sec .content_inner {
  max-width: 850px;
}
address.con_tel {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  line-height: 1;
  text-align: center;
  letter-spacing: .08rem;
  margin-bottom: 15px;
}
span.con_tel_sub {
  font-size: 1.2rem;
  margin-right: 6px;
}
p.con-time {
  width: fit-content;
  margin: auto;
  line-height: 1.8;
}
p.con-time span {
  margin-right: 15px;
  color: #695b52;
}
.con_line_box {
  margin-top: 50px;
  padding: 25px 20px;
  color: #fff;
  background: #00b900;
  box-sizing: border-box;
}
.con_line_box h2::after {
  content: none;
}
.con_line_box h2 {
  line-height: 1.5;
  margin-bottom: 15px;
}
.con_line_box p {
  margin-bottom: 0;
}
a.con_line_but {
  width: 100%;
  max-width: 350px;
  padding: 20px 22px 18px;
  margin: 0 auto 1rem;
  color: #00b900;
  background: #fff;
  border-radius: 100px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  transition: 0.8s;
  display: block;
  position: relative;
  box-sizing: border-box;
}
a.con_line_but::after {
  content: "\e909";
  font-family: "design_plus";
  position: absolute;
  right: 22px;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.2;
  transition: 0.8s;
}
a.con_line_but:hover {
  color: #fff;
  background: #695b52;
}
p.con_line_text {
  width: fit-content;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  address.con_tel {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .con_line_box {
    margin-top: 30px;
    padding: 20px;
  }
}
/* お問い合わせ END */
/* ブログ記事の画像 */
.single .post-content img {
  width: auto;
}
/* ブログ記事の画像 END */