@charset "UTF-8";
/* 出張トリミングSu-zu CSS Document */
/* 共通部分 */
body {
  background: #fff;
  color: #727272;
  overflow: hidden;
  font-size: 18px;
  font-size: clamp(18px, 0.8vw, 20px);
  letter-spacing: .05rem;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
a, .post-content a {
  color: #727272;
}
.font-type1, .headline-font-type {
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
}
h2, .post-content h2, h3, .post-content h3 {
  font-weight: 700;
}
p, .post-content p {
  font-size: 1rem;
  line-height: 2;
}
.post-content ul {
  font-size: 1rem;
  font-weight: 500;
  list-style: disc;
}
.signage {
  height: 380px;
  background: #2f2f2f !important;
  position: relative;
  z-index: 0;
}
.signage::after {
  content: '';
  position: absolute;
  display: block;
  background: url("/wp-content/themes/story_tcd041/img/header_img.jpg");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.6;
}
.signage-title, .signage-title-sub {
  width: 86%;
  max-width: 1200px;
  margin: auto;
  text-shadow: none;
  color: #fff !important;
}
.signage-title {
  font-size: 3.5rem !important;
  font-family: "Jua", sans-serif;
  font-weight: 400;
  letter-spacing: .2rem;
  line-height: 0.8;
  margin-top: 60px;
  margin-bottom: 15px;
}
.signage-title-sub {
  font-size: 1.1rem !important;
  letter-spacing: .05rem;
  line-height: 1;
}
.breadcrumb-wrapper {
  height: 35px;
  background: none;
}
.breadcrumb.inner {
  width: fit-content !important;
  max-width: 1150px !important;
  padding: 0;
  font-size: 0.8rem;
  display: block;
  height: 35px;
  line-height: 35px;
}
.breadcrumb li a, .breadcrumb li {
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .signage-title {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 180px;
  }
  .signage-title {
    font-size: 2.2rem !important;
    margin-bottom: 10px;
  }
  .signage-title-sub {
    font-size: 0.9rem !important;
  }
}
/* 共通部分 END */
/* コンテンツ 共通 */
.flex-inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
p.caution {
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 18px;
  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: 18px;
  line-height: 1.5;
  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: #fde4d8;
  width: 7px;
  height: 7px;
  top: 8px;
  left: 0;
}
ul.list.caution-list li::before {
  content: '※';
  background: none;
  top: 0;
  color: #f35d63;
}
/* コンテンツ 共通 END */
/* コンテンツ ボタン 共通 END */
a.content_but {
  width: 100%;
  max-width: 330px;
  margin-top: 15px;
  padding: 17px 20px;
  font-weight: 700;
  letter-spacing: .05rem;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  background: #bfb3cd;
  border-radius: 100px;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: 0.5s;
  overflow: hidden;
}
a.content_but:hover {
  background: #eac7b5;
  color: #fff;
}
a.content_but::after {
  content: '\ea3c';
  position: absolute;
  font-family: design_plus;
  font-size: 12px;
  top: 20px;
  right: 20px;
  transition: 0.5s;
}
/* コンテンツ ボタン 共通 END */
/* ナビ */
.header-bar {
  width: calc(100% - 20px);
  z-index: 50;
  box-shadow: none;
  background: #fde4d8 !important;
  border-color: #fde4d8;
  top: 15px;
  left: 10px;
  border-radius: 100px;
}
.logo-image {
  top: -7px;
  left: 30px;
  width: 225px;
  height: auto;
  position: absolute;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav {
  padding-right: 30px;
}
.global-nav > ul > li > a {
  font-family: "Jua", "Zen Maru Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
}
.global-nav > ul > li > a {
  font-size: 19px;
  line-height: 100px;
  letter-spacing: .05rem;
  padding: 0 18px;
  text-align: center;
  transition: 0.8s;
  color: #727272;
}
.global-nav > ul > li > a:hover {
  color: #727272;
}
.global-nav .current-menu-item > a {
  color: #b3a8c1;
}
.global-nav > ul > li > a::before, .global-nav .current-menu-item > a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 15px;
  top: 15px;
  background: url("/wp-content/themes/story_tcd041/img/paws_img.png");
  background-size: auto 15px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.5s;
  z-index: 1;
}
.global-nav > ul > li > a:hover::before {
  top: 10px;
}
.global-nav > ul > li > a::after {
  position: relative;
  text-align: center;
  display: block;
  bottom: 33px;
  color: #727272;
  line-height: 1;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .08rem;
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.global-nav > ul > li.global-menu-home > a::after {
  content: "ホーム";
}
.global-nav > ul > li.global-menu-menu > a::after {
  content: "メニュー";
}
.global-nav > ul > li.global-menu-greeting > 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 li:first-of-type a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.global-nav .sub-menu li:last-of-type a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.global-nav .sub-menu a {
  font-size: 14px;
  color: #727272 !important;
  background: #fde4d8 !important;
}
.global-nav .sub-menu a:hover {
  color: #b3a8c1 !important;
  background: #fde4d8 !important;
}
.global-nav .sub-menu .current-menu-item > a {
  color: #b3a8c1 !important;
}
.global-nav .sub-menu .current-menu-item > a::before, .global-nav .sub-menu .current-menu-item > a::after {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .header-bar {
    width: 100%;
    border-radius: 0;
    left: 0;
    top: 0;
  }
  .logo-image {
    top: 5px;
    left: -5px;
    width: 110px;
  }
  .global-nav-button {
    border-left: 0;
  }
  .global-nav-button:before {
    color: #727272;
  }
  .global-nav-button:hover:before {
    color: #b3a8c1;
  }
  .global-nav > ul > li > a {
    font-size: 13px;
    text-align: left;
    line-height: 52px;
    background: #fde4d8;
    color: #727272 !important;
  }
  .global-nav > ul > li > a::before {
    content: none !important;
  }
  .global-nav .sub-menu li:first-of-type a, .global-nav .sub-menu li:last-of-type a {
    border-radius: 0;
  }
  .global-nav .sub-menu a {
    font-size: 12px;
    padding: 0 20px;
    line-height: 53px;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    background: #fde4d8 !important;
    color: #b3a8c1 !important;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: #727272;
  }
  .global-nav > ul > li > a::after {
    display: inline-block;
    bottom: 0;
    margin-left: 15px;
    font-size: 10px;
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
  margin-top: 0;
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  background: #282828;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.4;
}
.top-slider-content {
  width: 100% !important;
  height: 100% !important;
  border-radius: 0;
  margin: 0;
}
.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;
  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-copy {
  width: 86%;
  margin: 0 auto;
  display: block;
}
.front-copy img {
  width: 60%;
  max-width: 650px;
}
.scroll-box span {
  position: absolute;
  width: 100%;
  left: 0;
  color: #fff;
  bottom: 70px;
  font-size: 15px;
  font-weight: 400;
  font-family: "Jua", sans-serif;
  letter-spacing: .15rem;
  text-align: center;
  line-height: 0;
  z-index: 2;
}
.scroll-box::after {
  content: '';
  position: absolute;
  background: #fff;
  width: 1px;
  height: 50px;
  left: 50%;
  bottom: 0;
  z-index: 1;
}
h2.front_main_title {
  font-size: 2.5rem;
  font-family: "Jua", sans-serif;
  font-weight: 400;
  letter-spacing: .25rem;
  margin-bottom: 60px;
  color: #b3a8c1;
}
h2.front_main_title span {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin-left: 20px;
  letter-spacing: .08rem;
  display: inline-block;
}
.front_original01 {
  padding: 5em 0;
  position: relative;
  z-index: 0;
}
.front_original01::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/foot-02_img.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 250px;
  width: 80%;
  height: 250px;
  top: 10%;
  right: 5%;
  opacity: 0.6;
  z-index: -1;
}
.front-original01-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.front-original01-text {
  padding-left: 10vw;
  padding-top: 3vw;
  box-sizing: border-box;
}
.front-original01-title h2 {
  margin-bottom: 20px;
}
.front-original01-title h3 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .1rem;
  line-height: 1.5;
}
.front-original01-text p {
  margin-bottom: 20px;
}
.front-original01-text p:last-of-type {
  margin-bottom: 0;
}
.front_content02 {
  padding: 6em 0;
  background: #f0ebf6;
  position: relative;
  z-index: 0;
}
.front_content02-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.front_content02-item {
  margin-bottom: 50px;
  align-items: center;
}
.front_content02-item:last-of-type {
  margin-bottom: 0;
}
.front_content02-img {
  width: 55%;
  box-sizing: border-box;
}
.front_content02-item:nth-of-type(odd) .front_content02-img {
  padding-right: 2vw;
}
.front_content02-item:nth-of-type(even) .front_content02-img {
  margin-left: 45%;
  padding-left: 2vw;
}
.front_content02-img img {
  border-radius: 20px;
}
.front_content02-text {
  width: 45%;
  padding: 30px 35px;
  border-radius: 20px;
  background: #fff;
  position: relative;
  box-sizing: border-box;
}
.front_content02-item:nth-of-type(even) .front_content02-text {
  margin-left: -100%;
}
.front_content02-text::before {
  content: "MENU・PRICE";
  position: absolute;
  top: -15px;
  font-size: 2rem;
  font-family: "Jua", sans-serif;
  font-weight: 400;
  letter-spacing: .15rem;
  color: #b3a8c1;
}
.front_content02-item:nth-of-type(2) .front_content02-text::before {
  content: "FLOW";
}
.front_content02-item:nth-of-type(3) .front_content02-text::before {
  content: "Q&A";
}
.front_content02-text h3 {
  font-size: 1.4rem;
  letter-spacing: .05rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
.front_content02-text p {
  font-size: 0.95rem;
  line-height: 2;
}
a.content02-button {
  font-size: 0.95rem;
  font-weight: 700;
  text-align: left;
  width: 100%;
  max-width: 330px;
  height: 60px;
  line-height: 62px;
  position: relative;
  margin: 20px 0 0;
  color: #727272;
  background: #fde4d8;
  border-radius: 100px;
  padding: 0 20px;
  box-sizing: border-box;
  transition: all 0.4s ease 0s;
  overflow: hidden;
  z-index: 1;
}
a.content02-button::before {
  width: 0;
  height: 100%;
  position: absolute;
  content: '';
  background: #bfb3cd;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.5s;
}
a.content02-button::after {
  content: 'MORE';
  position: absolute;
  right: 18px;
  font-size: 0.8rem;
  font-family: "Jua", sans-serif;
  font-weight: 400;
  letter-spacing: .1rem;
  transition: 1s;
}
a.content02-button:hover {
  color: #fff;
  background: #fde4d8 !important;
}
a.content02-button:hover::before {
  width: 100%;
}
.front_original02 {
  padding: 7em 0 15em;
  color: #fff;
  background: #282828;
  position: relative;
  z-index: 0;
}
.front_original02::before {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/front_original02_img.jpg");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: -1;
}
.front-original02-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.front-original02-text {
  box-sizing: border-box;
}
.front-original02-text h2 {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 40px;
}
.front-original02-text p {
  margin-bottom: 30px;
}
.front-original02-text p:last-child {
  margin-bottom: 0;
}
.front_original03 {
  padding: 7em 0;
  position: relative;
}
.front_original03::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/foot-01_img.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto 250px;
  width: 80%;
  height: 250px;
  bottom: 3%;
  left: 5%;
  opacity: 0.6;
  z-index: 1;
}
.front-original03-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.front-original03-text-inner {
  width: 50%;
  margin-left: 50%;
  padding: 30px 0;
  padding-left: 7vw;
  box-sizing: border-box;
}
.front-original03-img-inner {
  width: 50%;
  margin-left: -100%;
  box-sizing: border-box;
}
.front-original03-img-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  background: #dfdfdf;
  border-radius: 20px;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.original03-img-01, .original03-img-02, .original03-img-03 {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.original03-img-01 {
  background-image: url("/wp-content/themes/story_tcd041/img/front-third01_img.jpg");
  animation: slide-animation-01 18s infinite;
}
.original03-img-02 {
  background-image: url("/wp-content/themes/story_tcd041/img/front-third02_img.jpg");
  animation: slide-animation-02 18s infinite;
}
.original03-img-03 {
  background-image: url("/wp-content/themes/story_tcd041/img/front-third03_img.jpg");
  animation: slide-animation-03 18s infinite;
}
.original03-text__box {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 0.18rem #bfb3cd dashed;
  box-sizing: border-box;
}
.original03-text__box:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.original03-text__box h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: left;
}
.original03-text__box h3::before {
  counter-increment: number 1;
  content: "POINT."counter(number) "";
  font-size: 1.5rem;
  font-family: "Jua", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .15rem;
  margin-bottom: 12px;
  color: #bfb3cd;
  display: block;
}
.original03-text__box p {
  font-size: 0.95rem;
}
.front_topics {
  padding: 8em 0;
  background: #f0ebf6;
}
.front-topics-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.front-topics-title {
  width: 20%;
  padding-right: 3vw;
  border-right: 0.18rem #bfb3cd dashed;
  box-sizing: border-box;
}
.front-topics-content {
  width: 80%;
  padding-left: 5vw;
  box-sizing: border-box;
}
h2.front_topics_title span {
  margin-top: 20px;
  margin-left: 0;
  display: block;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  margin-top: 0;
}
.footer_contact_sec {
  padding: 5em 0 2em;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.footer_contact_bg {
  width: 60%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 40%;
  padding-left: 8vw;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.3rem;
  margin-bottom: 20px;
}
dl.address_body {
  width: 100%;
  max-width: 450px;
  font-size: 0.9rem;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
dl.address_body:last-of-type {
  margin-bottom: 25px;
}
dt.address_title {
  width: 18%;
}
dd.address_text {
  width: 82%;
  padding-left: 1vw;
  line-height: 1.5;
  box-sizing: border-box;
}
span.address-caution {
  font-size: 0.75rem;
  letter-spacing: 0;
  display: block;
}
address.footer_tel {
  font-size: 1.8rem;
  font-style: normal;
  font-family: "Jua", sans-serif;
  letter-spacing: .15rem;
  margin-bottom: 7px;
}
span.footer_tel_sub {
  font-size: 0.95rem;
  margin-right: 3px;
  letter-spacing: .05rem;
}
span.footer-caution, p.footer-caution {
  font-size: 0.8rem;
  line-height: 1.5;
}
ul.sns__links {
  width: 100%;
  max-width: 220px;
  margin-top: 1.5rem;
  display: flex;
}
li.sns__links-item {
  width: calc(50% - 8px);
  margin-right: 15px;
}
li.sns__links-item:last-child {
  margin-right: 0;
}
a.footer_sns {
  display: block;
  text-align: center;
  transition: all 0.8s;
}
a.footer_sns::before {
  content: "";
  font-family: design_plus;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #fff;
  background: #bfb3cd;
  font-size: 16px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transition: 0.8s;
  z-index: 1;
}
a.footer_line_but::before {
  content: "\e909";
}
a.footer_insta_but::before {
  content: "\ea92";
}
a.footer_sns:hover {
  background: none;
}
a.footer_sns:hover::before {
  color: #fff;
  background: #00b900;
}
a.footer_insta_but:hover::before {
  background-image: linear-gradient(45deg, #ffd75f, #ff0357);
}
a.footer_sns span {
  margin-top: 8px;
  text-align: center;
  display: block;
  font-size: 11px;
  font-weight: 400;
  font-family: "Jua", sans-serif;
}
ul.footer-content-list-outer {
  width: 50%;
  padding-left: 2vw;
  box-sizing: border-box;
}
ul.footer-content-list-outer:first-child {
  padding-left: 0;
}
ul.footer-content-list-outer li {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 12px;
}
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: 1px;
  background: #bfb3cd;
  bottom: -6px;
  left: 0;
  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: 1200px;
}
p.copyright {
  font-size: 10px;
  text-align: left;
  color: #727272;
}
.pagetop {
  bottom: 20px;
  right: 15px;
  transition: all 0.8s ease 0s;
}
.pagetop:hover {
  bottom: 40px;
}
.pagetop a {
  background: none;
  color: #bfb3cd;
  width: auto;
  height: auto;
  font-size: 14px;
  font-weight: 400;
  font-family: "Jua", sans-serif;
  letter-spacing: .08rem;
}
.pagetop a::before {
  content: '';
  position: absolute;
  display: block;
  background: url("/wp-content/themes/story_tcd041/img/pagetop_img.png");
  background-size: auto 70px;
  background-repeat: no-repeat;
  width: 100%;
  height: 70px;
  background-position: center top;
  right: 0;
  top: auto;
  bottom: 25px;
  z-index: -1;
}
.pagetop a:hover {
  color: #b3a8c1;
  background: none;
}
@media only screen and (max-width: 1200px) {
  .header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
    margin-top: 55px;
  }
  .header-youtube, .header-video, .top-slider {
    height: calc(80vh - 80px);
  }
  .front-original01-text {
    padding-left: 0;
  }
  .front_original02::before {
    background-attachment: revert;
  }
  .front-original03-text-inner {
    width: 100%;
    margin-left: 0;
    padding: 0 0 40px;
  }
  .front-original03-img-inner {
    width: 100%;
    margin-left: 0;
    height: 40vh;
    min-height: 450px;
  }
  .original03-text__box {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .original03-img-01 {
    background-position-y: 10%;
  }
  .original03-img-03 {
    background-position-y: 20%;
  }
  .front-topics-title, .front-topics-content {
    width: 100%;
    padding: 0;
  }
  .front-topics-title {
    border: 0;
  }
  h2.front_topics_title span {
    margin-top: 0;
    display: inline-block;
  }
}
@media only screen and (max-width: 970px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 55px);
  }
  .scroll-box {
    display: none;
  }
  .front_content02 {
    padding: 4em 0;
  }
  .front_content02-item {
    margin-bottom: 30px;
  }
  .front_content02-img, .front_content02-text {
    width: 100%;
  }
  .front_content02-item:nth-of-type(odd) .front_content02-img {
    padding-right: 0;
  }
  .front_content02-item:nth-of-type(even) .front_content02-img, .front_content02-item:nth-of-type(even) .front_content02-text {
    margin-left: 0;
  }
  .front_content02-item:nth-of-type(even) .front_content02-img {
    padding-left: 0;
  }
  .front_content02-img img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .front_content02-text {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .front_content02-text::before {
    position: revert;
    display: block;
    margin-bottom: 15px;
  }
  .front_original02, .front_topics {
    padding: 5em 0;
  }
  .dp-footer-bar {
    background: #bfb3cd !important;
    border-top: 1px solid #fff !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #fff !important;
  }
  .dp-footer-bar-item {
    font-size: 11px;
  }
  .dp-footer-bar-icon::before {
    font-weight: 400;
  }
  .icon-file-text:before {
    content: "\e909";
  }
  .dp-footer-bar a {
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(100vh - 55px);
  }
  h2.front_main_title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  h2.front_main_title span {
    font-size: 0.9rem;
    margin-left: 10px;
  }
  .front_original01, .front_content02, .front_original02, .front_original03, .front_topics {
    padding: 3em 0;
  }
  .front-original01-title h2 {
    margin-bottom: 10px;
  }
  .front-original01-title h3 {
    font-size: 1.5rem;
  }
  .front-original01-text p {
    margin-bottom: 10px;
  }
  .front_content02-text {
    padding: 25px 25px 20px;
  }
  .front_content02-text::before {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .front_content02-text h3 {
    margin-bottom: 10px;
  }
  .front-original02-text h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .front-original02-text p {
    margin-bottom: 15px;
  }
  .front-original03-text-inner {
    padding-bottom: 20px;
  }
  .original03-text__box h3, .original03-text__box h3::before {
    font-size: 1.25rem;
  }
  .footer_contact_sec {
    padding: 2em 0 1em;
  }
  .footer_contact_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    max-width: 330px;
    margin-top: 40px;
    padding-left: 0;
  }
  address.footer_tel {
    font-size: 1.5rem;
  }
  .pagetop {
    bottom: 75px !important;
  }
  .pagetop a {
    font-size: 11px;
  }
  .pagetop a::before {
    background-size: auto 50px;
    height: 50px;
    bottom: 20px;
  }
  .social-nav {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 60px);
  }
  h2.front_main_title span {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  dt.address_title, dd.address_text {
    width: 100%;
  }
  dt.address_title {
    margin-bottom: 5px;
  }
}
@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: 0px auto;
  padding: 100px 0;
  box-sizing: border-box;
  position: relative;
}
.post-content h2 {
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.8;
  padding-top: 0;
  margin-bottom: 25px;
}
.post-content h2::after {
  content: "";
  display: block;
  background: url("/wp-content/themes/story_tcd041/img/paws-purple_img.png");
  background-size: auto 20px;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 20px;
  margin: 10px auto 0;
}
.post-content h3 {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #b3a8c1;
  padding: 0 0 0 25px;
  margin-bottom: 15px;
  line-height: 1.5;
  position: relative;
  box-sizing: border-box;
}
.post-content h3::before {
  content: '';
  position: absolute;
  background: #b3a8c1;
  width: 15px;
  height: 3px;
  top: 55%;
  left: 0;
}
.post-content h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  line-height: 1.5;
  padding: 0;
}
.s_table {
  width: 100%;
}
.post-content table {
  margin: 0;
}
.post-content th, .post-content td {
  font-size: 1rem;
  font-weight: 500;
  vertical-align: middle;
  line-height: 1.8;
  padding: 23px 2px 22px;
  background: none;
  border: 0;
  border-bottom: 1px #d7d0df solid;
}
.post-content th {
  width: 20%;
  text-align: left;
  border-right: none;
  border-color: #eac7b5;
}
.post-content td {
  padding-left: 20px;
  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 4px 12px;
    line-height: 1.5;
    display: block;
    box-sizing: border-box;
    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 {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .post-content h2::after {
    background-size: auto 15px;
    height: 15px;
  }
  .post-content h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  .post-content h3::before {
    top: 50%;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
.archive-header {
  margin: 90px 0 40px;
}
h1.archive-title, h1.post-title {
  color: #727272;
  font-weight: 700;
}
h1.post-title, p.post-meta {
  text-align: left;
}
.article03 {
  background: #fff;
  border: 2px solid #fde4d8;
  border-radius: 10px;
  box-sizing: border-box;
  transition: all 0.5s;
  overflow: hidden;
}
.article03:hover {
  background: #fae8df;
}
.article03-content {
  padding: 15px 18px;
}
.article03-title {
  font-size: 0.85rem;
  letter-spacing: .03rem;
  line-height: 1.5;
  color: #727272;
}
.article03-meta {
  line-height: 1;
}
.article03-date, .article03-category-item {
  font-size: 13px;
}
.article03 a:hover .article03-title, .article03-category-item:hover {
  color: #727272;
}
.nav-links01 {
  border-top: 1px solid #d7d0df;
  border-bottom: 1px solid #d7d0df;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid #d7d0df;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 13px;
}
.post-meta-box {
  background: #f6f3fa;
  border-radius: 5px;
}
.post-meta-box-item::before {
  color: #bfb3cd;
}
.side_widget {
  font-size: 12px;
}
.headline-bar {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Jua", sans-serif;
  letter-spacing: .1rem;
  text-align: left;
  color: #b3a8c1;
  padding: 0 0 7px;
  border-bottom: 0.15rem dashed #bfb3cd;
  background: none;
}
.widget_recent_entries li {
  border-color: #d7d0df;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.widget_recent_entries .post-date {
  color: #727272;
  line-height: 1.5;
}
.widget_recent_entries .post-date:before {
  color: #eac7b5;
}
@media only screen and (max-width: 1200px) {
  .article03-title {
    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, .blog .main {
    padding-bottom: 50px;
  }
  .post-header {
    margin-top: 50px;
  }
  h1.post-title {
    font-size: 1.4rem !important;
  }
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: #a6a4a8;
  }
  .article04-title {
    font-size: 15px;
  }
  .nav-links01 {
    border: 1px solid #d7d0df;
  }
}
@media only screen and (max-width: 500px) {
  .post-title, .post-meta {
    text-align: left;
  }
  .article03-title {
    font-size: 10px;
    margin-top: 0;
  }
}
/* お知らせ END */
/* メニュー */
.menu_sec .content_inner {
  max-width: 949px;
}
.menu_box {
  margin-bottom: 50px;
}
.menu_box:last-of-type, .menu_box p:last-child {
  margin-bottom: 0;
}
.menu_box p {
  margin-bottom: 20px;
}
ul.price-caution-list {
  margin-top: 20px;
}
.fare_box {
  padding: 25px 30px;
  border-radius: 15px;
  background: #f6f3fa;
  box-sizing: border-box;
}
table.dog-price_tbl tr:nth-of-type(odd) {
  background-color: #f6f3fa;
}
table.dog-price_tbl tr:nth-of-type(even) {
  background-color: #fff9f5;
}
table.dog-price_tbl th {
  width: 35% !important;
}
table.dog-price_tbl thead th {
  font-weight: 700;
  padding: 12px 25px;
  color: #fff;
  background: #d7d0df;
}
th.col {
  text-align: center;
}
table.dog-price_tbl th, table.dog-price_tbl td {
  font-size: 1.2rem;
  padding: 23px 25px;
  border: 0;
}
table.dog-price_tbl td {
  text-align: center;
}
table.price_tbl {
  background: #fff;
}
table.price_tbl th, table.price_tbl td {
  font-size: 1.2rem;
  padding: 23px 22px 22px;
  border-width: 6px;
  border-color: #f6f3fa;
}
table.price_tbl th {
  width: 70%;
  padding-right: 0;
}
table.price_tbl td {
  font-weight: 700;
  letter-spacing: .1rem;
  text-align: end;
}
.table_scroll {
  overflow: auto;
  white-space: nowrap;
}
p.scroll_text {
  display: none;
}
@media only screen and (max-width: 970px) {
  table.dog-price_tbl th, table.dog-price_tbl td {
    display: table-cell;
  }
  table.price_tbl th, table.price_tbl td {
    padding: 8px 12px;
    line-height: 1.5;
  }
  table.price_tbl th {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .menu_box {
    margin-bottom: 25px;
  }
  .fare_box {
    padding: 20px 25px;
  }
  p.scroll_text {
    display: inline-block;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
/* メニュー END */
/* ご利用の流れ */
.flow_sec .content_inner {
  max-width: 900px;
}
.flow {
  padding-left: 90px;
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}
.flow:last-of-type {
  padding-bottom: 0;
}
.flow::before {
  counter-increment: number 1;
  content: counter(number)"";
  position: absolute;
  text-align: center;
  width: 55px;
  height: 80px;
  line-height: 83px;
  font-size: 3.5rem;
  font-weight: 400;
  font-family: "Jua", sans-serif;
  color: #b3a8c1;
  border-top: 2px solid #b3a8c1;
  border-bottom: 2px solid #b3a8c1;
  background: #fff;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 0;
}
.flow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 26px;
  width: 2px;
  height: 100%;
  background: #b3a8c1;
  z-index: -1;
}
.flow:last-of-type::after {
  display: none;
}
.flow h2 {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 30px;
}
.flow h2::after {
  content: none;
}
.flow p {
  margin-bottom: 10px;
}
.flow p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .flow {
    padding-left: 80px;
    padding-top: 22px;
    padding-bottom: 30px;
  }
  .flow h2 {
    margin-bottom: 15px;
  }
}
/* ご利用の流れ END */
/* よくある質問 */
.faq_sec .content_inner {
  max-width: 1000px;
}
.faq {
  margin-bottom: 60px;
  box-sizing: border-box;
}
.faq:last-of-type {
  margin-bottom: 0;
}
.faq h2 {
  font-size: 1.3rem;
  line-height: 1.5;
  padding-top: 1px;
  margin-bottom: 10px;
  text-align: left;
  position: relative;
  box-sizing: border-box;
  color: #b3a8c1;
}
.faq p {
  position: relative;
  margin-bottom: 10px;
}
.faq p:last-child {
  margin-bottom: 0;
}
.faq h2, .faq p {
  padding-left: 55px;
}
.faq h2::before, p.answer::before {
  content: "Q";
  position: absolute;
  font-size: 1.6rem;
  font-family: "Jua", sans-serif;
  font-weight: 400;
  color: #fff;
  background: #b3a8c1;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  line-height: 38px;
  text-align: center;
  left: 0;
  top: 0;
}
.faq h2::after {
  content: none;
}
p.answer {
  padding-top: 2px;
}
p.answer::before {
  content: 'A';
  background: #eac7b5;
  line-height: 38px;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 40px;
  }
  .faq h2, .faq p {
    padding-left: 50px;
  }
}
/* よくある質問 END */
/* ご挨拶 */
.greeting_sec h2 {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 15px;
  color: #bfb3cd;
}
.greeting_sec h2::after, h3.name::before {
  content: none;
}
.greeting_sec p {
  margin-bottom: 20px;
}
.greeting_sec p:last-child {
  margin-bottom: 0;
}
.greeting__inner {
  align-items: center;
  margin-bottom: 40px;
}
.greeting_img {
  width: 45%;
  box-sizing: border-box;
}
.greeting_img img {
  border-radius: 15px;
}
.greeting_text {
  width: 55%;
  padding-left: 4vw;
  box-sizing: border-box;
}
h3.name {
  font-size: 1.3rem;
  color: #727272;
  padding-left: 0;
  margin-bottom: 0;
}
h3.name span {
  font-size: 0.9rem;
  margin-right: 15px;
  display: inline-block;
}
@media only screen and (max-width: 970px) {
  .greeting_img, .greeting_text {
    width: 100%;
  }
  .greeting_text {
    padding-left: 0;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .greeting_sec h2 {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  .greeting_sec p {
    margin-bottom: 10px;
  }
  .greeting__inner {
    margin-bottom: 20px;
  }
}
/* ご挨拶 END */
/* 運営概要 */
.information_sec .content_inner {
  max-width: 850px;
}
table.info_tbl th {
  width: 25%;
}
span.info-caution {
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.5;
}
/* 運営概要 END */
/* お問い合わせ */
.mail_sec .content_inner {
  max-width: 800px;
  padding-top: 0;
}
.con__inner {
  margin-bottom: 70px;
}
.con__inner p {
  margin-bottom: 10px;
}
.con__inner:last-of-type, .con__inner p:last-of-type {
  margin-bottom: 0;
}
p.con-time, p.con-time-caution {
  width: fit-content;
  margin: auto;
}
p.con-info-text {
  text-align: center;
  margin-bottom: 20px;
}
p.con-time {
  margin-bottom: 8px;
  font-size: 0.95rem;
  line-height: 1.5;
}
p.con-time span {
  font-weight: 500;
  margin-right: 10px;
  display: inline-block;
}
p.con-time-caution {
  width: fit-content;
  font-size: 0.85rem;
  letter-spacing: 0;
}
.con_two {
  width: 50%;
  padding: 25px 25px 30px;
  color: #fff;
  background: #00b900;
  box-sizing: border-box;
}
.line_con_box {
  border-radius: 10px 0 0 10px;
}
.insta_con_box {
  border-radius: 0 10px 10px 0;
  background-image: linear-gradient(45deg, #ffd75f, #ff0357);
}
.con_two h2 {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
.con_two h2::after {
  content: none;
}
a.sns_con_but {
  width: 100%;
  max-width: 350px;
  padding: 13px 25px;
  font-size: 1rem;
  font-weight: 700;
  color: #00b900;
  background: #fff;
  border-radius: 100px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin: 0 auto;
  transition: 0.5s;
}
a.sns_con_but::after {
  content: "\e909";
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  font-family: "design_plus";
  right: 25px;
  transition: 0.5s;
}
a.con_insta_but {
  color: #ff0357;
  font-family: "Jua", sans-serif;
  font-weight: 400;
}
a.con_insta_but::after {
  content: "\ea92";
}
a.sns_con_but:hover {
  color: #fff;
  background: #bfb3cd;
}
address.con_tel {
  font-size: 2.8rem;
  font-weight: 400;
  font-style: normal;
  font-family: "Jua", sans-serif;
  line-height: 1;
  letter-spacing: .15rem;
  text-align: center;
  margin-bottom: 20px;
}
span.con_tel_sub {
  font-size: 1.5rem;
  color: #b3a8c1;
}
p.con-caution {
  width: fit-content;
  margin: 0 auto 8px;
  font-size: 0.9rem;
}
@media only screen and (max-width: 768px) {
  .con__inner {
    margin-bottom: 30px;
  }
  address.con_tel {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  span.con_tel_sub {
    font-size: 0.9rem;
  }
  .con_two {
    width: 100%;
    padding: 20px;
  }
  .line_con_box {
    border-radius: 10px 10px 0 0;
  }
  .insta_con_box {
    border-radius: 0 0 10px 10px;
  }
}
@media only screen and (max-width: 500px) {
  p.con-info-text {
    text-align: left;
  }
  p.con-time, p.con-time-caution, p.con-caution {
    width: 100%;
  }
  p.con-time span {
    display: block;
  }
}
/* お問い合わせ END */
/* ブログ記事の画像 */
.single .post-content img {
  width: auto;
}
/* ブログ記事の画像 END */
/* front_original03 アニメーション */
@keyframes slide-animation-01 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  90% {
    opacity: 0
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-animation-02 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-03 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* front_original03 アニメーション END */