@charset "UTF-8";
/* 岡本愛華 CSS Document */
/* 共通部分 */
body {
  background: #fff;
  color: #1c1c1c;
  overflow: hidden;
  font-size: 15px;
  font-size: clamp(14px, 0.8vw, 20px);
  letter-spacing: .03rem;
  counter-reset: number 0 counter-reset1 counter-reset2;
}
a, .post-content a {
  color: #1c1c1c;
}
.font-1, .headline-font-type {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}
h2, .post-content h2 {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
}
p, .post-content p {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 2;
}
.post-content ul {
  font-size: 0.9rem;
  font-weight: 400;
  list-style: disc;
}
.breadcrumb-wrapper {
  height: 40px;
  background: none;
}
.breadcrumb.inner {
  font-size: 0.75rem;
  font-weight: 400;
  width: 86% !important;
  max-width: 1150px !important;
  display: block;
  padding: 0;
  text-align: center;
}
.signage {
  height: 230px;
  background: none !important;
}
.signage-title, .signage-title-sub {
  width: 86%;
  max-width: 1150px;
  margin: auto;
  text-align: center;
  text-shadow: none;
}
.signage-title {
  font-size: 3rem !important;
  font-weight: 400;
  font-family: "Rozha One", serif;
  letter-spacing: .1rem;
  line-height: 0.8;
  margin-bottom: 15px;
  color: #1c1c1c !important;
}
.signage-title-sub {
  font-size: 0.85rem !important;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  letter-spacing: .05rem;
  line-height: 1;
  color: #808080 !important;
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 160px;
  }
  .signage-title {
    font-size: 2rem !important;
    margin-bottom: 10px;
  }
  .signage-title-sub {
    font-size: 0.7rem !important;
  }
}
/* 共通部分 END */
/* ナビ */
.home .header::before {
  content: '';
  position: absolute;
  background: #e6e6e6;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
  margin-top: 70px;
}
.header-bar {
  z-index: 50;
  height: 70px;
  background: none !important;
  box-shadow: none;
}
.logo-image {
  top: 0;
  left: 1px;
  width: 150px;
  height: auto;
  position: absolute;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav {
  background: #fff;
  border-bottom-left-radius: 2px;
}
.global-nav > ul > li > a, .global-nav .sub-menu a {
  font-family: "Rozha One", serif;
  font-weight: 400;
  color: #1c1c1c;
}
.global-nav > ul > li > a {
  font-size: 17px;
  line-height: 70px;
  padding: 0 24px;
  position: relative;
  text-align: center;
  transition: all 0.5s;
}
.global-nav > ul > li > a::before {
  content: "";
  left: 0;
  width: 1px;
  height: 8px;
  top: 32px;
  position: absolute;
  background: #808080;
}
.global-nav > ul > li:first-of-type a::before {
  content: none;
}
.global-nav > ul > li.global-menu-sub > a::after {
  content: "\e90e";
  position: relative;
  text-align: center;
  display: block;
  bottom: 17px;
  line-height: 0;
  font-size: 10px;
  font-family: "design_plus";
  color: #1c1c1c;
}
.global-nav .sub-menu {
  top: 110%;
}
.global-nav .sub-menu li:first-child a {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.global-nav .sub-menu li:last-child a {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.global-nav .sub-menu a {
  font-size: 15px;
  background: #fff !important;
}
.global-nav .sub-menu a:hover {
  color: #a5a5a5 !important;
  background: #fff !important;
}
.global-nav .sub-menu a:hover::before {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .logo-image {
    left: -15px;
    width: 90px;
  }
  .header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
    margin-top: 55px;
  }
  .header-bar {
    height: 55px;
    background: none !important;
    border-bottom: 0;
  }
  .global-nav {
    padding: 0;
    border-bottom-left-radius: 0;
  }
  .global-nav-button {
    border-left: 0;
    background: #fff;
    height: 55px;
  }
  .global-nav-button:hover::before {
    color: #808080;
  }
  .global-nav > ul > li > a {
    line-height: 53px;
    text-align: left;
    padding: 0 25px;
  }
  .global-nav a, .global-nav .sub-menu a {
    background: #fff !important;
    color: #1c1c1c !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 {
    line-height: 52px;
    padding: 0 25px;
  }
  .global-nav a:hover {
    background: #fff !important;
    color: #a5a5a5 !important;
  }
  .global-nav > ul > li > a::before, .global-nav > ul > li.global-menu-sub > a::after, .global-nav .menu-item-has-children > a::before {
    content: none !important;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: #1c1c1c;
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.top-slider-content {
  border-radius: 0;
  width: 100% !important;
  height: 100% !important;
}
.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;
}
.top-slider-nav {
  display: none;
}
.front-slider-box {
  width: 90%;
  margin: 0 auto;
}
.front-copy-img {
  width: 95%;
  max-width: 500px;
}
.scroll-box {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 0;
  z-index: 1;
}
.scroll-box::after {
  content: '';
  position: absolute;
  display: block;
  background: #808080;
  width: 1px;
  height: 40px;
  bottom: -40px;
  left: 77px;
  z-index: -1;
}
.scroll-box span {
  position: absolute;
  font-size: 0.8rem;
  font-weight: 400;
  font-family: "Rozha One", serif;
  text-align: center;
  letter-spacing: .1rem;
  width: 155px;
  left: 0;
  bottom: 10px;
}
.top-slider-wrapper {
  width: calc(100% - 155px);
  margin-left: auto;
  background: #fff;
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.15;
  z-index: 1;
}
.front_original01 {
  padding: 8em 0;
  background: #e6e6e6;
}
.front-original01-inner {
  width: 86%;
  max-width: 650px;
  margin: 0 auto;
  align-items: end;
}
.front-original01__title {
  width: 30%;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.front-original01__text {
  width: 70%;
  padding-left: 5vw;
  padding-bottom: 8vw;
  box-sizing: border-box;
}
.front_original02 {
  width: calc(100% - 100px);
  padding: 7em 0;
  background: #000;
  color: #fff;
  position: relative;
}
.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;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0.45;
}
.front_original02::after {
  content: '';
  position: absolute;
  display: block;
  background: #e6e6e6;
  width: 200%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.front-original02-inner {
  width: 86%;
  max-width: 650px;
  margin: 0 auto;
  align-items: flex-start;
}
.front-original02__title {
  width: 25%;
  margin-left: 75%;
  box-sizing: border-box;
}
.front-original02__text {
  width: 75%;
  margin-left: -100%;
  padding-top: 5rem;
  padding-right: 8vw;
  box-sizing: border-box;
}
.front-original01__title h2, .front-original02__title h2 {
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: .15rem;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  text-orientation: upright;
  margin: 0 auto;
}
.front-original01__title h2 span {
  letter-spacing: 0.3rem;
}
.front-original01__text p, .front-original02__text p {
  margin-bottom: 25px;
}
.front-original01__text p:last-of-type, .front-original02__text p:last-of-type {
  margin-bottom: 0;
}
.front-content02 {
  margin-bottom: 7em;
}
.front-content02-img-inner {
  width: 45%;
  box-sizing: border-box;
}
.front-content02-text-inner {
  width: 55%;
  padding: 6em 6vw 0.5em;
  box-sizing: border-box;
}
.front-content02-img-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
  top: 0;
  left: 0;
}
.content02-img-01, .content02-img-02, .content02-img-03 {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.content02-img-01 {
  background-image: url("/wp-content/themes/story_tcd041/img/top_content02-1_img.jpg");
  animation: slide-animation-01 15s infinite;
}
.content02-img-02 {
  background-image: url("/wp-content/themes/story_tcd041/img/top_content02-2_img.jpg");
  animation: slide-animation-02 15s infinite;
}
.content02-img-03 {
  background-image: url("/wp-content/themes/story_tcd041/img/top_content02-3_img.jpg");
  animation: slide-animation-03 15s infinite;
}
h2.front-content02-title {
  font-size: 4rem;
  font-family: "Rozha One", serif;
  line-height: 0.8;
  letter-spacing: .1rem;
  margin-bottom: 50px;
}
.content02-text__box {
  margin-bottom: 50px;
  box-sizing: border-box;
}
.content02-text__box:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.content02-text__box h3 {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Rozha One", 'Noto Serif JP', serif;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: left;
}
.content02-text__box h3::before {
  content: 'MENU・PRICE';
  display: block;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: .08rem;
  color: #808080;
}
.content02-text__box:nth-of-type(2) h3::before {
  content: 'GREETING';
}
.content02-text__box:nth-of-type(3) h3::before {
  content: 'FAQ';
}
.front-content02-text {
  line-height: 2;
}
a.content02-but {
  font-size: 0.9rem;
  font-weight: 700;
  text-align: left;
  width: 100%;
  max-width: 250px;
  position: relative;
  margin-top: 30px;
  margin-left: auto;
  color: #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
  padding: 0 2px 10px;
  box-sizing: border-box;
  display: block;
  z-index: 0;
}
a.content02-but::before {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  background: #a5a5a5;
  left: 0;
  bottom: -1px;
  transition: 0.5s;
}
a.content02-but::after {
  content: 'MORE';
  position: absolute;
  right: 0;
  font-size: 12px;
  font-weight: 400;
  font-family: "Rozha One", serif;
  transition: 1s;
}
a.content02-but:hover {
  color: #1c1c1c;
  background: #fff;
}
a.content02-but:hover::before {
  width: 100%;
}
a.content02-but:hover::after {
  color: #a5a5a5;
}
.front_original03 {
  padding: 7em 0;
  background: #e6e6e6;
}
.front-original03-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.third-box {
  align-items: center;
  margin-bottom: 50px;
}
.third-box:last-of-type {
  margin-bottom: 0;
}
.front-third-text {
  width: 45%;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.third-box:nth-of-type(odd) .front-third-text {
  padding-right: 4vw;
}
.third-box:nth-of-type(even) .front-third-text {
  padding-left: 4vw;
  margin-left: 55%;
}
.front-third-img {
  width: 55%;
  box-sizing: border-box;
  position: relative;
}
.third-box:nth-of-type(even) .front-third-img {
  margin-left: -100%;
}
h2.third_title {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
h2.third_title::before {
  counter-increment: number 1;
  content: "SERVICE.0"counter(number) "";
  font-size: 2rem;
  font-weight: 400;
  font-family: "Rozha One", serif;
  letter-spacing: .1rem;
  margin-bottom: 15px;
  color: #808080;
  line-height: 0.8;
  display: block;
}
.front_topics {
  padding: 7em 0;
}
.front-topics-inner {
  width: 86%;
  max-width: 950px;
  margin: 0 auto;
}
h2.front_topics_title {
  font-size: 4rem;
  font-weight: 400;
  font-family: "Rozha One", serif;
  line-height: 0.8;
  letter-spacing: .15rem;
  margin-bottom: 50px;
  text-align: center;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  margin-top: 0;
  background: #e6e6e6;
}
.footer_content_sec {
  padding: 5em 0 3em;
}
.footer_content_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.footer_address_bg {
  width: 50%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 50%;
  padding-left: 14vw;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 15px;
}
dl.address_body {
  width: 100%;
  max-width: 450px;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  margin-bottom: 8px;
}
dl.address_body:last-of-type {
  margin-bottom: 20px;
}
dt.address_title {
  width: 15%;
}
dd.address_text {
  width: 85%;
  padding-left: 1vw;
  box-sizing: border-box;
}
ul.sns__links {
  width: 100%;
  max-width: 200px;
}
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: "\f0e0";
  font-family: design_plus;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #fff;
  font-size: 16px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transition: all 0.5s;
  z-index: 1;
}
a.footer_insta_but::before {
  content: "\ea92";
  background-image: linear-gradient(45deg, #ffd75f, #ff0357);
}
a.footer_line_but::before {
  content: "\e909";
  background: #00b900;
}
a.footer_sns:hover {
  background: none;
}
a.footer_sns:hover::before {
  opacity: 0.8;
}
a.footer_sns span {
  margin-top: 6px;
  text-align: center;
  display: block;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .05rem;
  transition: all 0.5s;
}
a.footer_insta_but:hover span {
  color: #ff0357;
}
a.footer_line_but:hover span {
  color: #00b900;
}
ul.footer-menu-list-outer {
  width: 50%;
  box-sizing: border-box;
}
ul.footer-menu-list-outer:last-child {
  padding-left: 2vw;
}
ul.footer-menu-list-outer li {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 8px;
  position: relative;
}
ul.footer-menu-list-outer li:last-of-type {
  margin-bottom: 0;
}
a.footer_but {
  padding-left: 15px;
  position: relative;
}
a.footer_but::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 1px;
  background: #808080;
  top: 10px;
  left: 0;
  transition: all 0.5s;
}
a.footer_but:hover::before {
  padding-left: 100%;
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none;
}
.footer-bar01-inner {
  width: 86%;
  max-width: 1150px;
  margin: auto;
}
.copyright {
  font-size: 11px;
  font-weight: 400;
  text-align: left;
  color: #1c1c1c;
}
.pagetop {
  right: 6px;
  bottom: 6px;
  transition: all 0.4s ease 0s;
}
.pagetop a {
  color: #fff;
  background: #3b3b3b;
  width: 30px;
  height: 70px;
  border-radius: 100px;
}
.pagetop a::before {
  content: '\ea3a';
  font-size: 13px;
  width: 13px;
  height: 45px;
}
.pagetop:hover {
  bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .top-slider-wrapper {
    width: calc(100% - 90px);
  }
  .scroll-box {
    display: none;
  }
  .header-youtube, .header-video, .top-slider {
    height: calc(50vh - 50px);
  }
}
@media only screen and (max-width: 970px) {
  .front_original01, .front_original02, .front_original03, .front_topics {
    padding: 5em 0;
  }
  .front_original02 {
    width: 100%;
  }
  .front-original01__title, .front-original02__title {
    width: 100%;
  }
  .front-original02__title {
    margin-left: 0;
  }
  .front-original01__text, .front-original02__text {
    width: 100%;
    padding-top: 30px;
  }
  .front-original01__text {
    padding-left: 0;
    padding-bottom: 0;
  }
  .front-original02__text {
    margin-left: 0;
    padding-right: 0;
  }
  .front-content02-img-inner {
    width: 100%;
    height: 50vh;
    min-height: 350px;
  }
  .content02-img-01, .content02-img-03 {
    background-position-y: 5%;
  }
  .content02-img-02 {
    background-position-y: 30%;
  }
  .front-content02 {
    margin-bottom: 5em;
  }
  .front-content02-text-inner {
    width: 100%;
    padding: 4em 6vw 0;
  }
  .content02-text__box {
    margin-bottom: 30px;
  }
  .front-third-text, .front-third-img {
    width: 100%;
  }
  .front-third-text {
    margin-bottom: 20px;
  }
  .third-box:nth-of-type(odd) .front-third-text {
    padding-right: 0;
  }
  .third-box:nth-of-type(even) .front-third-text {
    padding-left: 0;
  }
  .third-box:nth-of-type(even) .front-third-text, .third-box:nth-of-type(even) .front-third-img {
    margin-left: 0;
  }
  .dp-footer-bar {
    background: #808080 !important;
    border-top: 1px solid #808080 !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #fff !important;
  }
  .dp-footer-bar a {
    color: #fff;
  }
  .dp-footer-bar-item {
    font-size: 11px;
  }
  .icon-file-text:before {
    content: "\e909";
  }
  .icon-share-alt:before {
    content: "\ea92";
  }
}
@media only screen and (max-width: 768px) {
  .top-slider-wrapper {
    width: 100%;
  }
  .top-slider-wrapper::before {
    opacity: 0.4;
  }
  .header-youtube, .header-video, .top-slider {
    height: calc(100vh - 55px);
  }
  .front_original01, .front_original02, .front_original03, .front_topics {
    padding: 3em 0;
  }
  .front-original01__title h2, .front-original02__title h2 {
    font-size: 1.4rem;
    line-height: 2;
  }
  .front-original01__text p, .front-original02__text p {
    margin-bottom: 15px;
  }
  .front-content02 {
    margin-bottom: 2.5em;
  }
  .front-content02-text-inner {
    padding: 2.5em 6vw 0;
  }
  h2.front-content02-title {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
  .content02-text__box h3, .third-box h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .third-box {
    margin-bottom: 30px;
  }
  h2.third_title {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  h2.third_title::before {
    font-size: 1.5rem;
  }
  h2.front_topics_title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .footer_content_sec {
    padding: 3em 0 1.5em;
  }
  .footer_address_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    padding-left: 0;
    margin-top: 30px;
    max-width: 350px;
  }
  .pagetop {
    right: 4px;
    bottom: 70px !important;
  }
  .social-nav {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 60px);
  }
  dt.address_title, dd.address_text {
    width: 100%;
  }
  ul.footer-menu-list-outer {
    width: 50%;
  }
}
@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.5rem;
  line-height: 1.8;
  margin-bottom: 15px;
  padding-top: 0;
  text-align: center;
  box-sizing: border-box;
}
.post-content h2::after {
  content: "";
  display: block;
  background: #808080;
  width: 1px;
  height: 30px;
  margin: 15px auto 0;
}
.post-content h3 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  padding: 0 0 0 35px;
  color: #808080;
  position: relative;
}
.post-content h3::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  background: #1c1c1c;
  top: 55%;
  left: 0;
}
.post-content h4 {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  color: #1c1c1c;
  padding: 0;
}
.post-content table {
  margin: 0;
}
.post-content th, .post-content td {
  font-size: 0.9rem;
  font-weight: 400;
  vertical-align: middle;
  line-height: 1.8;
  padding: 22px 2px;
  background: none;
  border: 0;
  border-bottom: 1px #cacaca solid;
}
.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 4px 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 {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .post-content h2::after {
    height: 20px;
    margin-top: 10px;
  }
  .post-content h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    padding-left: 30px;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
.archive-title, .post-title {
  color: #1c1c1c;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.archive-header {
  margin: 90px 0 40px;
}
.article03 {
  background: #fff;
  border: 1px solid #222;
  box-sizing: border-box;
  overflow: hidden;
}
.article03, .article03-thumbnail {
  transition: all 0.8s ease 0s
}
.article03:hover {
  border-radius: 8px;
}
.article03-content {
  padding: 12px 15px;
}
.article03-title {
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.6;
  color: #1c1c1c;
}
.article03-meta {
  transition: all 0.5s ease 0s;
}
.article03-date, .article03-category-item {
  font-size: 12px;
}
.article03-category-item:hover {
  text-decoration: none;
}
.post-header {
  text-align: left;
}
.nav-links01 {
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid #a5a5a5;
}
.article01-thumbnail {
  border: 1px solid #a5a5a5;
  box-sizing: border-box;
}
.article01-title a {
  font-size: 0.85rem;
  font-weight: 400;
  color: #1c1c1c;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 15px;
  font-weight: 400;
}
.post-meta-box {
  background: #e6e6e6;
}
.post-meta-box-item::before {
  color: #a5a5a5;
}
.headline-bar {
  font-size: 1.1rem;
  color: #fff;
  background: #1c1c1c;
  font-family: "Rozha One", serif;
  text-align: left;
  line-height: 0.8;
  padding: 17px 20px;
}
.widget_recent_entries li {
  font-size: 12px;
  border-color: #d1d1d1;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.widget_recent_entries .post-date {
  font-size: 11px;
  color: #1c1c1c;
  line-height: 1.5;
}
.widget_recent_entries .post-date:before {
  font-size: 10px;
  color: #808080;
}
@media only screen and (max-width: 1200px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 80px;
  }
  .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 {
    padding-bottom: 30px;
  }
  .archive-header {
    margin: 50px 0 30px;
  }
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: #a5a5a5;
  }
  .article03-title {
    height: 50px;
  }
  .article04-title {
    font-size: 15px;
  }
  .nav-links01 {
    border: 1px solid #a5a5a5;
  }
  .side_widget:first-child .headline-bar {
    padding: 17px 13px;
    line-height: 0.4;
  }
}
@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: 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: 5px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: #1c1c1c;
  width: 7px;
  height: 7px;
  top: 11px;
  left: 0;
}
ul.list.caution_list li::before {
  content: '※';
  background: none;
  top: 0;
  color: #f35d63;
}
a.content_but {
  width: 100%;
  max-width: 330px;
  margin-top: 15px;
  padding: 18px 22px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  background: #808080;
  border: 1px solid #808080;
  ;
  border-radius: 100px;
  box-sizing: border-box;
  display: block;
  position: relative;
}
a.content_but::after {
  position: absolute;
  content: '\ea3c';
  font-family: 'design_plus';
  font-size: 12px;
  line-height: 1.8;
  right: 20px;
}
a.content_but:hover {
  background: #fff;
  color: #808080;
  ;
}
a.hotpepper_but {
  background: #9f1446;
}
a.hotpepper_but:hover {
  color: #fff;
  background: #1c1c1c;
}
a.hotpepper_but::before {
  content: "\e91b";
}
/* コンテンツ 共通 END */
/* メニュー */
.menu_sec .content_inner {
  max-width: 950px;
}
.menu_sec h2 {
  margin-bottom: 25px;
  line-height: 1.5;
  text-align: left;
  border-bottom: 1px solid;
}
.menu_sec h2::after {
  width: 70px;
  height: 1px;
  margin-left: 0;
  margin-top: 8px;
  margin-bottom: -1px;
  background: #a5a5a5;
}
.menu_sec p {
  margin-bottom: 20px;
}
.menu_box {
  margin-bottom: 70px;
}
.menu_sec p:last-child, .menu_box:last-of-type {
  margin-bottom: 0;
}
span.monitor_text {
  font-size: 1rem;
  font-weight: 700;
  color: #f35d63;
}
table.price_tbl th, table.price_tbl td {
  padding: 23px 2px 22px;
  font-size: 1rem;
  font-weight: 500;
  border-top: 1px dashed #808080;
  border-bottom: 1px dashed #808080;
}
table.price_tbl th {
  width: 70%;
}
table.price_tbl td {
  text-align: end;
  letter-spacing: .05rem;
}
span.monitor_price {
  font-weight: 700;
  color: #f35d63;
}
span.tax {
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-left: 7px;
}
@media only screen and (max-width: 970px) {
  table.price_tbl th, table.price_tbl td {
    padding: 13px 2px;
  }
  table.price_tbl th {
    padding-bottom: 0;
    border-bottom: 0;
  }
  table.price_tbl td {
    border-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .menu_sec h2 {
    margin-bottom: 15px;
  }
  .menu_sec p {
    margin-bottom: 10px;
  }
  .menu_box {
    margin-bottom: 40px;
  }
}
/* メニュー END */
/* ごあいさつ */
.greeting_sec h2 {
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: left;
}
.greeting_sec p {
  margin-bottom: 15px;
}
.greeting_sec p:last-child {
  margin-bottom: 0;
}
.greeting_inner {
  margin-bottom: 40px;
}
.greeting_text {
  width: 55%;
  box-sizing: border-box;
}
.greeting_img {
  width: 45%;
  padding-right: 4vw;
  box-sizing: border-box;
}
h3.name {
  font-size: 1.2rem;
  padding-left: 0;
  margin-bottom: 20px;
}
h3.name span {
  font-size: 0.9rem;
  margin-right: 10px;
}
.greeting_sec h2::after, h3.name::before {
  content: none;
}
@media only screen and (max-width: 768px) {
  .greeting_sec p {
    margin-bottom: 8px;
  }
  .greeting_inner {
    margin-bottom: 20px;
  }
  .greeting_img, .greeting_text {
    width: 100%;
  }
  .greeting_img {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
/* ごあいさつ END */
/* よくある質問 */
.faq_sec .content_inner {
  max-width: 950px;
}
.faq_sec h2 {
  text-align: left;
}
.faq_sec h2::after {
  width: 30px;
  height: 1px;
  margin-top: 10px;
  margin-left: 0;
}
.faq {
  margin-bottom: 40px;
  box-sizing: border-box;
}
.faq:first-of-type {
  margin-top: 80px;
}
.faq:last-of-type {
  margin-bottom: 0;
}
.faq h3 {
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 5px;
  padding: 3px 0;
  position: relative;
  box-sizing: border-box;
}
.faq p {
  position: relative;
  margin-bottom: 0.8rem;
}
.faq p:last-child {
  margin-bottom: 0;
}
p.answer {
  padding-top: 4px;
}
.faq h3, .faq p {
  padding-left: 50px;
}
.faq h3::before, p.answer::before {
  content: "Q";
  position: absolute;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  background: #808080;
  width: 35px;
  height: 35px;
  line-height: 30px;
  border-radius: 100px;
  text-align: center;
  box-sizing: border-box;
  left: 0;
  top: 0;
}
.faq h3::after {
  content: none;
}
p.answer::before {
  content: 'A';
  color: #808080;
  border: 1px solid;
  background: #fff;
  line-height: 31px;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq:first-of-type {
    margin-top: 40px;
  }
}
/* よくある質問 END */
/* 運営概要 */
.information_sec .content_inner {
  max-width: 850px;
}
table.info_tbl th {
  width: 26%;
  border-color: #808080;
}
table.info_tbl td {
  padding-left: 15px;
}
/* 運営概要 END */
/* お問い合わせ */
.contact_sec .content_inner {
  max-width: 850px;
}
.con__inner {
  margin-bottom: 60px;
}
.con__inner p {
  margin-bottom: 10px;
}
.con__inner:last-of-type, .con__inner p:last-of-type {
  margin-bottom: 0;
}
a.con_sns {
  width: 100%;
  max-width: 360px;
  display: block;
  margin: auto;
  padding: 20px 22px 18px;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  border-radius: 100px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: 0.8s;
}
a.con_line_but {
  background: #00b900;
}
a.con_insta_but::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(-15deg, #ffd75f, #ff0357);
  z-index: -1;
}
a.con_sns::after {
  content: "\ea92";
  font-family: 'design_plus';
  position: absolute;
  right: 22px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  transition: 0.5s;
}
a.con_line_but::after {
  content: "\e909";
  font-size: 20px;
}
a.con_sns:hover {
  color: #fff;
  background: #808080;
}
p.con_sns_text {
  width: fit-content;
  margin: 15px auto 0;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .con__inner {
    margin-bottom: 30px;
  }
}
/* お問い合わせ 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 */