@charset "UTF-8";
/*
Theme Name: XeoryExtension Child
Description: Xeory拡張テーマ
Author: haruml
Template:xeory_extension
Version: 0.2.5
*/
/* all display
-------------------------------------------------- */
/* font-family: serif, "MS Serif", "New York", 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro' !important;*/
html body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
body {
  background: none;
  color: #5F5F5F !important;
  line-height: 2;
  background-color: #F5EFE9 !important;
  letter-spacing: 1px;
}
body.home .wrap {
  width: auto;
  margin: 0 auto;
}
#wrap {
  overflow: hidden;
}
.wrap {
  max-width: 320px;
  margin: 0 auto;
}
h1, h2, h3, h4, h5, h6, li {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
small {
  display: inline-block;
}
.font-big {
  font-size: 120%;
}
.row {
  align-items: flex-start;
}
.row.center {
  justify-content: center;
}
.container {
  max-width: 100%;
}
.inline {
  display: inline !important;
}
.under-line {
  border-bottom: 1px solid #92A1BC;
}
@media (min-width: 360px) { /*bootstrap xs*/
}
@media (min-width: 576px) { /*bootstrap sm*/
  .container {
    max-width: 520px;
  }
}
@media (min-width: 768px) { /*bootstrap md*/
  .container {
    max-width: 600px;
  }
}
@media (min-width: 992px) { /*bootstrap lg*/
  .container {
    max-width: 920px;
  }
}
@media (min-width: 1200px) { /*bootstrap xl*/
  /*  .container {
    max-width: 1024px;
  }*/
  /*.container.lg-header {
    max-width: 1100px;
  }*/
}
@media (min-width: 1400px) { /*bootstrap xxl*/
  /*.container.lg-header {
    max-width: 1200px;
  }*/
}
/*★---------------------------------------------------display none & block-------------------------------------------------★*/
/*スマホだけ表示*/
.sp-block {
  display: inline;
}
/*スマホだけ非表示*/
.sp-none {
  display: none;
}
@media (min-width: 576px) { /*bootstrap sm*/
  /*タブレット以降で表示*/
  .sm-block {
    display: inherit;
  }
  /*タブレット以降で非表示*/
  .sm-none {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (min-width: 768px) { /*bootstrap sm*/
  /*タブレット広幅 以降で表示*/
  .md-block {
    display: inline;
  }
  /*タブレット広幅 以降で非表示*/
  .md-none {
    display: none;
  }
}
@media (min-width: 992px) { /*bootstrap lg*/
  /*pc以降で表示*/
  .lg-block {
    display: block;
  }
  /*pc以降で非表示*/
  .lg-none {
    display: none;
  }
}
@media (min-width: 1200px) { /*bootstrap xl*/
  /*1200以降で表示*/
  .xl-block {
    display: inline;
  }
  /*1200以降で非表示*/
  .xl-none {
    display: none;
  }
}
@media (min-width: 1400px) { /*bootstrap xxl*/
}
/*=======================================================
 　 animation  inview
=======================================================*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
/*
-
-----------------------------------------------
-----------------------------------------------
-------------------header----------------------
-----------------------------------------------
-----------------------------------------------
-
*/
h1 {
  /* margin: -0.8rem 0 0.5rem;*/
}
.rogo {
  width: 28px;
  height: auto;
  margin: 3px 6px 3px 0;
}
header h2 {
  font-size: 14px;
  line-height: 1.4;
}
#header {
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  width: 100%;
  /*    position: fixed;
    top: 0;
    margin: 0;
    padding: 4px;
    width: 100%;
    z-index: -1;
    height: 50px;*/
}
/*==================================================
　ハンバーガー　3本線 => ×
==================================================*/
/*ハンバーガーボタン*/
.el_humburger {
  position: fixed;
  width: 46px;
  height: 25px;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  pointer-events: auto;
  color: #fff;
  text-align: center;
  z-index: 10000;
  background-color: rgba(0, 0, 0, .1);
  border-radius: 2px;
  right: 30px;
  top: 60px;
}
@media screen and (max-width: 991px) {
  .el_humburger {
    display: block;
    padding-top: 16px;
    width: 50px;
    height: 50px;
  }
  #factory .el_humburger {
    display: none;
  }
}
.el_humburger_wrapper {
  margin-bottom: 5px;
  width: 42px;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .el_humburger_wrapper {
    margin-bottom: 5px;
    width: 30px;
  }
}
.el_humburger_text {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none;
}
.el_humburger_text.el_humburger_text__close {
  display: none;
}
.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: block;
}
@media screen and (max-width: 991px) {
  .el_humburger_text {
    font-size: 10px;
    padding-top: 2px;
  }
}
@media screen and (max-width: 991px) {
  .el_humburger_text svg path {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #fff;
  }
}
@media screen and (max-width: 991px) {
  .js_humburgerOpen .el_humburger_text svg path {
    fill: #fff;
  }
}
.el_humburger span.el_humburger_bar {
  display: block;
  width: 100%;
  margin: 0 auto 8px;
  height: 1px;
  background: #fff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0;
}
.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: #5F5F5F;
}
@media screen and (max-width: 991px) {
  .el_humburger span.el_humburger_bar {
    left: 0;
    top: 0;
    background: #fff;
  }
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(8px) rotate(-45deg);
  -ms-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0;
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-11px) rotate(45deg);
  -ms-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}
.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}
.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #000;
}
.el_humburgerButton__close span.el_humburger_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}
.el_humburgerButton__close span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}
.navi {
  position: fixed;
  right: 0;
  height: 100%;
  background-color: rgba(245, 239, 233, 0.98);
  width: 450px;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  transform: translateZ(0) translateX(100%);
  overflow: auto;
  z-index: 1000;
}
.js_humburgerOpen .navi {
  transform: translateZ(0) translateX(0);
}
@media screen and (max-width: 991px) {
  .navi {
    padding: 30px 5% 0;
  }
  .js_humburgerOpen .navi {
    width: 78%;
  }
}
.navi_item {
  font-size: 18px;
  white-space: nowrap;
  color: #728489;
  text-align: center;
}
.navi_item a {
  color: #728489 !important;
}
.navi_item.op_innerLink {
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .navi_item {
    margin-left: 0;
    font-size: 16px;
  }
}
@media (min-width: 576px) { /*bootstrap md*/
  .el_humburger {
    right: 42px;
    top: 87px;
  }
}
@media (min-width: 768px) { /*bootstrap md*/
}
@media (min-width: 992px) { /*bootstrap lg*/
}
@media (min-width: 1024px) {}
@media (min-width: 1200px) { /*bootstrap xl*/
}
@media (min-width: 1400px) { /*bootstrap xxl*/
}
/*==================================================
　ハンバーガー　3本線 => ×  ここまで
==================================================*/
/*★---------------------------------------------------nav---------------------------------------------------------★*/
.lg-nav {
  position: absolute;
  z-index: 100000;
  top: 1rem;
  width: 100%;
  left: 0;
  right: 0;
}
.navi_item {
  position: relative;
  padding: 10px 0;
}
a.nav-link {
  color: white;
}
.lg-sub-nav .nav-item a {
  font-size: 16px;
  padding: 0.5rem;
  letter-spacing: 1px;
}
.navi_item::after {
  content: "";
  background: url(lib/images/nav-bar.webp) no-repeat;
  position: absolute;
  display: block;
  width: 200px;
  height: 6px;
  background-position: center;
  background-size: contain;
  top: 52px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.navi_item.end::after {
  background: none;
}
.navi_item.end {
  margin: 2rem auto;
  background-color: #728489;
  width: 200px;
}
.navi_item.end a {
  color: #fff !important;
}
.navi_item.end {
  margin: 2rem auto;
  background-color: #728489;
  width: 200px;
  box-shadow: 4px 4px #d9b980;
}
.navi_item.end:hover {
  margin: 2rem auto;
  background-color: #728489;
  width: 200px;
  box-shadow: 1px 1px #d9b980;
  position: relative;
  top: 3px;
  left: 3px;
}
.navi_item.end:active {
  margin: 2rem auto;
  background-color: #728489;
  width: 200px;
  box-shadow: 1px 1px #d9b980;
  position: relative;
  top: 3px;
  left: 3px;
}
.dropdown-menu {
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, .2);
  padding: 14px 0 20px;
}
.dropdown-menu.show a {
  color: white;
}
.dropdown-item {
  padding: 10px 2rem;
}
.dropdown-menu.show a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 360px) { /*bootstrap xs*/
}
@media (min-width: 375px) {}
@media (min-width: 411px) { /*bootstrap sm*/
  .js_humburgerOpen .navi {
    width: 70%;
  }
}
@media (min-width: 576px) { /*bootstrap sm*/
  .js_humburgerOpen .navi {
    width: 60%;
  }
}
@media (min-width: 576px) { /*bootstrap sm*/
}
@media (min-width: 768px) { /*bootstrap md*/
}
@media screen and (min-width: 992px) {
  .js_humburgerOpen .navi {
    width: 50%;
  }
  .navi_item.end {
    margin: 4rem 0 0 152px;
    width: 241px;
  }
  .rogo {
    width: 40px;
    height: auto;
    margin: 10px 6px 13px 0;
  }
  .navbar-nav {
    justify-content: center;
  }
  .dropdown-toggle {
    background: none;
    color: white;
  }
  .dropdown-toggle::after {
    position: relative;
    top: 3px;
    left: 5px;
  }
  .lg-nav_box {
    display: flex;
    justify-content: space-around;
    position: relative;
    z-index: 1;
    top: 0.5rem;
    width: 92%;
    margin: 0 auto !important;
  }
  .nav-item {
    letter-spacing: 3px;
    font-size: 18px;
  }
  .dropdown {
    position: relative;
    top: 3px;
  }
  .diagonal {
    width: 50px;
  }
}
@media (min-width: 1024px) {}
@media (min-width: 1200px) { /*bootstrap xl*/
  .navbar-toggler-icon {
    width: 3em;
    height: 3em;
  }
  .navbar-dark .navbar-toggler-icon {
    background-size: 26px;
  }
  .nav-item {
    letter-spacing: 3px;
    font-size: 19px;
  }
}
@media (min-width: 1400px) { /*bootstrap xxl*/
}
/*★----------------------------------------------------cover---------------------------------------------------------★*/
header .cover-img {
  background-image: url(lib/images/top/top-main_images@2x.webp);
  width: 98%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 1% 1% 0 1%;
}
.page-template-page-cafe header .cover-img {
  background-image: url(lib/images/cafe/cafe-main_images@2x.webp);
  width: 98%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 1% 1% 0 1%;
}
.page-template-page-hotel header .cover-img {
  background-image: url(lib/images/hotel/hotel-main_images@2x.webp);
  background-position: center;
}
.page-template-page-dogrun header .cover-img {
  background-image: url(lib/images/dogrun/dogrun-main_images@2x.webp);
  background-position: -2rem -7rem;
}
.page-template-page-trimming header .cover-img {
  background-image: url(lib/images/trimming/trimming-main_images@2x.webp);
  background-position: center;
}
.page-template-page-dental header .cover-img {
  background-image: url(lib/images/dental/dental-main_images@2x.webp);
  background-position: center -5rem;
}
.page-template-page-owner header .cover-img {
  background-image: url(lib/images/owner/owner-main_img@2x.webp);
  background-position: center;
}
.single header .cover-img, .archive header .cover-img {
  background-image: url(lib/images/blog/blog-main_images@2x.jpg);
  background-position: center;
}
header .cover-img::after {
  content: '';
  /* ↓暗いオーバーレイを半透明で配置 */
  background-color: rgba(0, 0, 0, 0.4);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.cover {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .cover {
  height: 60vh;
}
.page-id-157 .cover {
  height: 100vh !important;
}
.single .cover, .archive .cover, .owner .cover {
  height: 40vh;
}
.page .cover_box, .single .cover_box, .archive .cover_box {
  top: 2.5rem;
  position: relative;
}
.cover .top_logo {
  width: 100px;
  margin: 0 auto 1rem;
  display: block;
}
.cover_box h1 {
  color: white;
  text-align: center;
  font-size: 26px;
  font-weight: 200;
  letter-spacing: 4px;
  margin: 1rem auto 3rem;
  line-height: 34px;
}
.cover_box h2 {
  font-size: 50px;
  text-align: center;
  color: white;
  margin: -65px auto 2rem;
}
.home .cover_box h1 {
  margin: 1rem auto 2rem;
}
.home .cover_box h2 {
  line-height: 47px;
  margin: -1rem auto 3rem;
}
.dogrun_cover h2 {
  font-size: 41px;
  margin: -34px auto 2rem;
  line-height: 47px;
}
.trimming_cover h2 {
  margin: 16px auto 1.5rem;
}
.dental_cover h2 {
  font-size: 46px;
  margin: -20px auto 3rem;
  line-height: 47px;
}
.cover .shop-ttl {
  width: 250px;
}
.arrow_down {
  width: 70px;
  margin: -1rem auto 4.5rem;
}
.arrow_down img {
  width: 70px;
}
.page-template-page-dogrun .cover_box {
  position: relative;
  top: 2rem;
}
.page-template-page-dogrun .arrow_down {
  width: 70px;
  margin: 2rem auto 4.5rem;
}
.page-template-page-hotel .arrow_down {
  width: 70px;
  margin: -1rem auto 4.5rem;
}
.arrow_down_cont {
  width: 140px !important;
}
@media (min-width: 375px) {
  .dogrun_cover h2 {
    font-size: 50px;
    margin: -28px auto 2rem;
    line-height: 55px;
  }
}
@media (min-width: 411px) {
  h1::after {
    font-size: 52px;
  }
  .page-template-page-dogrun header .cover-img {
    background-position: 0rem -7rem;
  }
}
@media (min-width: 540px) {
  h1 {
    font-size: 32px;
  }
  .page-template-page-dogrun header .cover-img {
    background-position: 0rem -12rem;
  }
}
@media (min-width: 576px) { /*bootstrap sm*/
  h1::after {
    font-size: 60px;
  }
  .dogrun_cover h2 {
    font-size: 60px;
    margin: -28px auto 2rem;
    line-height: 65px;
  }
  .dentl_cover h2 {
    font-size: 45px;
    margin: 0px auto 2rem;
  }
}
@media (min-width: 768px) { /*bootstrap md*/
  .cover_box h1 {}
  .page-template-page-dogrun header .cover-img {
    background-position: 0rem -15rem;
  }
	.dentl_cover h2 {
    margin: -48px auto 3rem;
  }
}

@media (min-width: 992px) { /*bootstrap lg*/
  .page .cover, .single .cover, .archive .cover, .owner .cover {
    height: 70vh;
  }
  .page-template-page-dogrun header .cover-img {
    background-image: url(lib/images/dogrun/dogrun-main_img__lg@2.webp);
    background-position: center;
  }
  .page-template-page-dogrun header .cover-img {
    background-image: url(lib/images/dogrun/dogrun-main_images__lg@2x.webp);
    background-position: center;
  }
  .page .cover_box {
    top: 3.5rem;
    position: relative;
  }
  .dogrun_cover h2 {
    font-size: 60px;
    margin: -40px auto 2rem;
    line-height: 65px;
  }
  .page .trimming_cover, .page .dental_cover {
    top: 5.5rem;
  }
  .trimming_cover h2 {
    margin: -64px auto 0.6rem;
  }
}
@media (min-width: 1024px) {}
@media (min-width: 1200px) { /*bootstrap xl*/
}
@media (min-width: 1400px) { /*bootstrap xxl*/
}
/*
-
-----------------------------------------------
-----------------------------------------------
-------------------footer----------------------
-----------------------------------------------
-----------------------------------------------
-
*/
.pagetop {
  z-index: 100000;
}
.pagetop span {
  background: #F5EFE9;
  border: 1px solid #707070;
  border-radius: unset;
  width: 60px;
  height: 60px;
}
.pagetop .fa-angle-up:before {
  content: "↑";
  color: #707070;
  font-size: 25px;
  position: relative;
  top: 4px;
}
#footer {
  border-top: none;
}
footer .index_ttl h2 {
  margin: auto !important;
  width: 145px;
  padding: 4rem 0 2rem;
}
.footer01 {
  background-color: #AABABE;
}
.footer01 .sns_box a {
  border: 1px solid;
  font-size: 14px;
  text-align: center;
  line-height: 17px;
  padding: 7px;
  display: block;
  width: 286px;
  height: 62px;
  margin: 5px auto;
}
.banner {
  box-shadow: 1px 1px 4px #909090;
}
.banner a {
  display: block;
}
.sns {
  padding: 1rem 0;
}
.sns_box {
  padding: 2px 0;
}
.sns_box p {
  font-size: 13px;
  position: relative;
}
.sns .greenwood-insta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 70%);
  width: 100%;
}
.sns .sonomama-insta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 20%);
  width: 100%;
}
.sns i.fab.fa-instagram::before {
  font-size: 40px;
  color: #5F5F5F;
  position: absolute;
  left: 0;
  right: -3rem;
  top: 2px;
  bottom: 0;
}
.sns_icon {
  position: relative;
  right: 21px;
}
#footer .footer02 a {
  color: #707070;
}
.footer02 {
  background-color: white;
  color: #5F5F5F;
  padding-bottom: 2rem;
}
.footer02 .container {
  max-width: 330px;
}
.footer02 .index_txtbox {
  margin-bottom: 3rem;
}
.footer02 iframe {
  height: 250px;
}
.footer02 p {
  text-align: left;
}
.footer02 p.footer__access {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  padding-left: 1rem;
  padding-top: 1rem;
}
.footer02 .footer__shop-name {
  font-weight: 500 !important;
  letter-spacing: 2px;
  font-size: 23px;
  text-align: center !important;
  line-height: 29px;
  margin: -1rem auto 1rem !important;
}
.footer03 {
  background-color: #7C8F94;
  padding-bottom: 2rem;
}
.footer03 .container {
  max-width: 330px;
}
.footer03 .footer_navi {
  text-align: center;
  padding: 2rem 0;
  margin: 1.5rem auto;
}
.footer03 .footer_navi a {
  padding: 2.5rem 5rem;
  border: 1px solid #4F6267;
  position: relative;
  font-size: 12px;
}
.footer03 .footer_navi a::after {
  content: "";
  position: absolute;
  border: 1px solid white;
  width: 276px;
  height: 93px;
  top: 6px;
  bottom: 0;
  left: 6px;
  right: 0;
}
.footer03 ul {
  font-size: 13px;
}
.footer03 ul li {
  padding: 5px;
}
.footer04 {
  background-color: #4F6267;
  padding: 10px;
}
p.footer-copy {
  text-align: center;
  font-size: 10px;
}
@media (min-width: 375px) {
  .footer02 .footer__shop-name {
    letter-spacing: 3px;
    font-size: 26px;
    line-height: 30px;
  }
}
@media (min-width: 576px) { /*bootstrap sm*/
  .footer02 .container, .footer03 .container {
    max-width: 520px;
  }
  .footer03 {
    padding-top: 2rem;
  }
  .footer02 .index_txtbox {
    margin-top: 0;
  }
  .footer02 .footer__shop-name {
    letter-spacing: 2px;
    font-size: 21px;
    text-align: left !important;
    padding-left: 1rem;
    padding-top: 10px;
    margin-bottom: 0 !important;
  }
  .footer03 .footer_navi a {
    padding: 7rem 4rem;
    top: 3.5rem;
  }
  .footer03 .footer_navi a::after {
    content: "";
    width: 245px;
    height: 238px;
  }
}
@media (min-width: 768px) { /*bootstrap md*/
  .footer02 .container, .footer03 .container {
    max-width: 600px;
  }
  .footer03 .footer_navi a {
    padding: 8rem 6rem;
    top: 5rem;
  }
  .footer03 .footer_navi a::after {
    width: 310px;
    height: 270px;
  }
  .footer02 p.footer__access {
    font-size: 16px;
  }
  .footer02 iframe {
    height: 312px;
  }
  .footer02 .footer__shop-name {
    font-size: 24px;
  }
}
@media (min-width: 992px) { /*bootstrap lg*/
  .footer01 .sns_box a {
    width: 100%;
    height: 72px;
  }
  .sns_box p {
    font-size: 14px;
    position: relative;
  }
  .sns .greenwood-insta {
    top: 100%;
    transform: translate(-50%, 100%);
  }
  .sns .sonomama-insta {
    top: 36%;
    transform: translate(-50%, 36%);
  }
  .sns i.fab.fa-instagram::before {
    font-size: 44px;
    right: -8rem;
    top: 6px;
  }
  .sns_icon {
    position: relative;
    right: 47px;
    max-width: 18%;
    top: 2px;
  }
  .footer02 .container, .footer03 .container {
    max-width: 920px;
  }
  .footer03 .footer_navi a::after {
    width: 374px;
    height: 270px;
  }
  .footer02 iframe {
    height: 325px;
  }
  .footer02 p.footer__access {
    font-size: 17px;
  }
  .footer02 .footer__shop-name {
    font-size: 25px;
  }
  .footer03 .footer_navi a {
    padding: 8rem 8rem;
    top: 5rem;
  }
}
@media (min-width: 1024px) {}
@media (min-width: 1200px) { /*bootstrap xl*/
}
@media (min-width: 1400px) { /*bootstrap xxl*/
}
/*
-
-----------------------------------------------
-----------------------------------------------
------------------contents---------------------
-----------------------------------------------
-----------------------------------------------
-
*/
/*------------------共通------------------------*/
main {
  background-color: #F5EFE9;
  position: relative;
  /*  margin-top: 57rem !important;*/
}
.page #top {
  padding-top: 2rem;
}
.section-block {
  padding-top: 4rem;
  position: relative;
  margin-top: 4rem;
}
.section-block::before {
  content: "";
  border-bottom: 1px dotted #AAA9A9;
  position: absolute;
  top: 0;
  margin: auto;
  width: 100%;
}
.tsukushi {
  font-family: 'TsukuARdGothic-Regular', sans-serif;
}
.all-read_box {
  position: relative;
  margin-top: 2rem;
}
.all-read_box p::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid;
  bottom: 0;
  margin: auto;
  width: 86%;
  left: 0;
  right: 0;
}
.all-read_box .row {
  justify-content: center;
}
.all-read_box p {
  position: relative;
}
/*arrow */
.arrow {
  width: 57px;
  position: relative;
  top: -12px;
}
.arrow a {
  display: block;
}
/*index*/
.index_ttl h2 {
  width: 270px;
  margin-left: auto;
  margin-right: auto;
}
.index_ttl h2 + img, .index_ttl h4 + img, .price_ttl_box h5 + p + img {
  width: 100px;
  margin: 1.2rem auto;
  display: block;
}
.index_txtbox {
  font-size: 15px;
  margin: 1rem auto;
}
.index_txtbox a {
  color: #707070;
}
.index_txtbox p {
  margin-bottom: 3rem;
  text-align: center;
}
.index_img {
  width: 400px;
  margin: 0 auto 1.5rem;
}
/*back ground circle　ベース*/
.bk-img {
  position: relative;
  padding-bottom: 4rem;
}
.bk-img::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  z-index: 10;
}
.bk-img::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  z-index: 100;
}
@media (min-width: 375px) {}
@media (min-width: 411px) {}
@media (min-width: 540px) {}
@media (min-width: 576px) { /*bootstrap sm*/
  .index_ttl h2 {
    width: 320px;
  }
  .index_ttl h2 + img, .index_ttl h4 + img {
    width: 130px;
  }
  .index_txtbox p {
    margin-bottom: 3rem;
    font-size: 16px;
  }
  .all-read_box p {
    font-size: 18px !important;
  }
}
@media (min-width: 768px) { /*bootstrap md*/
  .page .section-block.index-box {
    padding-top: 6rem;
  }
  .index_txtbox {
    margin: 0 auto;
  }
  .index_ttl h2 + img, .index_ttl h4 + img {
    margin: 1.8rem auto;
  }
  /* .all-read_box .row {
    justify-content: left;
  }*/
  .all-read_box {
    left: 6px;
  }
  .col__1 .index_img {
    width: 450px;
    margin: 0 auto 2rem;
  }
  .col__2 .all-read_box .row {
    justify-content: left;
  }
  .trimming .index_txtbox p {
    text-align: left;
  }
}
@media (min-width: 992px) { /*bootstrap lg*/
  .section-block.shop {
    padding-bottom: 5rem;
  }
  .page .section-block.index-box {
    padding-top: 8rem;
  }
  .all-read_box .row {
    justify-content: center;
  }
  .section-block .container {
    max-width: 850px;
  }
  .index_ttl h2 {
    width: 400px;
  }
  .index_txtbox p {
    font-size: 20px;
    margin-bottom: 3rem;
  }
  .img_left .index_txtbox {
    padding-left: 45px;
  }
  .index_ttl h2 + img, .index_ttl h4 + img {
    width: 160px;
    margin: 2rem auto 2.5rem;
  }
  .col__1 .index_img {
    width: 636px;
  }
  .bk-img {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1024px) {}
@media (min-width: 1200px) { /*bootstrap xl*/
}
@media (min-width: 1400px) { /*bootstrap xxl*/
}
/*★---------------------------------
----------bk　バルーン-------------------
----------------------------------★*/
.bk-md01::after {
  background-image: url(lib/images/bk-circle/mb_bk01@2x.webp);
  width: 158px;
  height: 135px;
  bottom: -3rem;
  left: 10px;
}
.bk-md02::after {
  background-image: url(lib/images/bk-circle/mb_bk02@2x.webp);
  width: 132px;
  height: 128px;
  bottom: -2rem;
  right: 10px;
}
.bk-md03::after {
  background-image: url(lib/images/bk-circle/mb_bk03@2x.webp);
  width: 280px;
  height: 260px;
  bottom: 3rem;
  right: 0;
  left: 0;
}
.bk-md03 {
  padding-bottom: 22rem;
}
@media (min-width: 375px) {
  .bk-md01::after {
    width: 160px;
    height: 140px;
    bottom: -3rem;
    left: 10px;
  }
  .bk-md02::after {
    width: 160px;
    height: 140px;
    bottom: -2rem;
    right: 10px;
  }
}
@media (min-width: 411px) {
  .bk-md01::after {
    bottom: -5rem;
    left: 1rem;
  }
  .bk-md02::after {
    bottom: -2rem;
    right: 2rem;
  }
}
@media (min-width: 540px) {}
@media (min-width: 576px) { /*bootstrap sm*/
  .bk-md01::after {
    bottom: -3rem;
    left: 3rem;
  }
  .bk-md02::after {
    bottom: -2rem;
    right: 5rem;
  }
}
@media (min-width: 768px) { /*bootstrap md*/
}
@media (min-width: 992px) { /*bootstrap lg*/
  .bk-md01::after {
    background-image: none;
  }
  .bk-md02::after {
    background-image: none;
  }
  .bk-md03::after {
    background-image: none;
  }
  .bk-img_left01::after {
    background-image: url(lib/images/bk-circle/top_left01@2x.webp);
    width: 372px;
    height: 270px;
    top: -6rem;
    left: 1rem;
  }
  .bk-img_right01::before {
    background-image: url(lib/images/bk-circle/top_right01@2x.webp);
    width: 344px;
    height: 270px;
    top: -12rem;
    right: -1rem;
  }
  .bk-img_right02::before {
    background-image: url(lib/images/bk-circle/top_right02@2x.webp);
    width: 344px;
    height: 270px;
    top: -1rem;
    right: 10px;
  }
  .bk-img_left02::after {
    content: "";
    background-image: url(lib/images/bk-circle/top_left02@2x.webp);
    width: 344px;
    height: 270px;
    bottom: 1rem;
    left: -34rem;
  }
  .bk-img_right03::before {
    background-image: url(lib/images/bk-circle/top_right03@2x.webp);
    width: 304px;
    height: 270px;
    top: 3rem;
    right: 1rem;
  }
  .bk-img_left03::before {
    content: "";
    background-image: url(lib/images/bk-circle/top_left03@2x.webp);
    width: 334px;
    height: 270px;
    bottom: -4rem;
    left: 1rem;
  }
  .bk-img_right04::before {
    background-image: url(lib/images/bk-circle/top_right04@2x.webp);
    width: 304px;
    height: 270px;
    top: -1rem;
    right: 1rem;
  }
  .bk-img_left04::before {
    background-image: url(lib/images/bk-circle/top_left04@2x.webp);
    width: 280px;
    height: 270px;
    top: -9rem;
    left: 1rem;
  }
  .bk-img_right05::after {
    background-image: url(lib/images/bk-circle/top_right05@2x.webp);
    width: 304px;
    height: 270px;
    bottom: -1rem;
    right: 1rem;
  }
  .bk-img_right06::after {
    background-image: url(lib/images/bk-circle/top_right06@2x.webp);
    width: 232px;
    height: 270px;
    bottom: -10rem;
    right: 1rem;
  }
  /*page*/
  .bk-page-img {
    position: relative;
  }
  .bk-page-img::before {
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    margin: auto;
  }
  .bk-cafe-img::before {
    background-image: url(lib/images/bk-circle/cafe_bk@2x.webp);
    width: 232px;
    height: 270px;
    top: 218px;
    left: 1rem;
  }
  .bk-shampoo-img::before {
    background-image: url(lib/images/bk-circle/shampoo_bk@2x.webp);
    width: 232px;
    height: 270px;
    top: 218px;
    left: 1rem;
  }
  .bk-hotel-img::before {
    background-image: url(lib/images/bk-circle/hotel_bk@2x.webp);
    width: 272px;
    height: 412px;
    top: 18px;
    left: -1rem;
  }
  .bk-trimming-img::before {
    background-image: url(lib/images/bk-circle/trimming_bk@2x.webp);
    width: 232px;
    height: 270px;
    top: 218px;
    left: 1rem;
  }
  .bk-dental-img::before {
    background-image: url(lib/images/bk-circle/dental_bk@2x.webp);
    width: 232px;
    height: 270px;
    top: 218px;
    left: 1rem;
  }
}
@media (min-width: 1024px) {}
@media (min-width: 1200px) { /*bootstrap xl*/
  .bk-hotel-img::before {
    width: 324px;
    height: 496px;
    top: 18px;
    left: 2rem;
  }
}
@media (min-width: 1400px) { /*bootstrap xxl*/
  .bk-img_left01::after {
    left: 4rem;
  }
  .bk-img_right01::before {
    right: 2rem;
  }
  .bk-img_right02::before {
    right: 2rem;
  }
  .bk-img_left02::after {
    width: 375px;
    height: 309px;
    left: -43rem;
  }
  .bk-img_right03::before {
    top: 3rem;
    right: 3rem;
  }
  .bk-img_left03::before {
    left: 2rem;
  }
  .bk-img_right04::before {
    right: 2rem;
  }
  .bk-img_left04::before {
    left: 2rem;
  }
  .bk-img_right05::after {
    right: 2rem;
  }
  .bk-img_right06::after {
    width: 268px;
    height: 270px;
    bottom: -10rem;
    right: 3rem;
  }
}
/*★---------------------------------
----------lg block-------------------
----------------------------------★*/
/*--lg manu 固定--*/
@media (min-width: 992px) {
  .fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    background-color: #EDE3D9 !important;
  }
  .fixed + .section-block, .fixed + .section-block + .section-block, .fixed + .section-block + .section-block + .section-block {
    padding: 5rem 0;
    top: 5rem;
  }
  .second-nav {
    padding: 1.2rem 1rem;
    background-color: #F5EFE9;
  }
  .second-nav ul {
    top: 0;
  }
  .second-nav a {
    color: #5F5F5F;
  }
  .second-nav button {
    color: #5F5F5F;
  }
  .second-nav .dropdown-menu {
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, .9);
    padding: 14px 0 20px;
  }
  .second-nav ul {
    top: 0;
    width: 100%;
  }
}
/*★---------------------------------
-------topページ　上shop btn----------
----------------------------------★*/
.shop_btn__box {
  margin-top: 2rem;
  text-align: center;
}
.shop_btn__box img {
  width: 266px;
}
.shop_btn a {
  margin: 10px auto;
  background-color: #728489;
  width: 266px;
  box-shadow: 4px 4px #d9b980;
  padding: 5px;
  font-size: 19px;
  letter-spacing: 2px;
  text-align: center;
  display: block;
}
.shop_btn a {
  color: #fff !important;
}
.shop_btn a:hover {
  background-color: #728489;
  width: 266px;
  box-shadow: 1px 1px #d9b980;
  position: relative;
  top: 3px;
  left: 3px;
  text-decoration: none;
}
.shop_btn a:active {
  background-color: #728489;
  width: 266px;
  box-shadow: 1px 1px #d9b980;
  position: relative;
  top: 3px;
  left: 3px;
  text-decoration: none;
}
@media (min-width: 375px) {}
@media (min-width: 411px) {}
@media (min-width: 540px) {}
@media (min-width: 576px) { /*bootstrap sm*/
}
@media (min-width: 768px) { /*bootstrap md*/
  .shop_btn__box {
    margin-top: 1rem;
  }
}
@media (min-width: 992px) { /*bootstrap lg*/
  .shop_btn__box {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1024px) {}
@media (min-width: 1200px) { /*bootstrap xl*/
}
@media (min-width: 1400px) { /*bootstrap xxl*/
}
/*★---------------------------------
-------------------order--------------
----------------------------------★*/
.top-wrap {
  display: flex;
  flex-direction: column;
}
@media (min-width: 375px) {}
@media (min-width: 411px) {}
@media (min-width: 540px) {}
@media (min-width: 576px) { /*bootstrap sm*/
}
@media (min-width: 768px) { /*bootstrap md*/
}
@media (min-width: 992px) { /*bootstrap lg*/
}
@media (min-width: 1024px) {}
@media (min-width: 1200px) { /*bootstrap xl*/
}
@media (min-width: 1400px) { /*bootstrap xxl*/
}
/*★---------------------------------
-------------------news--------------
----------------------------------★*/
.news-box {
  max-width: 380px;
  margin: auto;
  padding-top: 0.2rem;
}
.news-ttl {
  width: 238px;
  margin: 0 auto;
}
.news-txt {
  margin: 1rem auto;
  border-radius: 4px;
  padding: 10px 0;
  border: 1px solid #707070;
}
.news-txt div:last-child {
  margin-left: auto;
}
.news .bk-img {
  padding-bottom: 1rem;
}
@media (min-width: 576px) { /*bootstrap sm*/
  .news-box {
    max-width: 450px;
    font-size: 17px;
  }
}
@media (min-width: 768px) { /*bootstrap md*/
  .news-box {
    padding-top: 2rem;
  }
  .news-box {
    max-width: 500px;
    font-size: 18px;
  }
}
@media (min-width: 992px) { /*bootstrap lg*/
  .news {
    position: relative;
    margin-top: 4rem;
  }
  .news::before {
    content: "";
    border-bottom: 1px dotted #AAA9A9;
    position: absolute;
    top: 0;
    margin: auto;
    width: 100%;
  }
  .news-box {
    padding-top: 3rem;
    max-width: 600px;
    font-size: 20px;
  }
}
@media (min-width: 1024px) {}
@media (min-width: 1200px) { /*bootstrap xl*/
}
@media (min-width: 1400px) { /*bootstrap xxl*/
}
/*★---------------------------------
----------------reading--------------
----------------------------------★*/
.reading-box {
  max-width: 400px;
  margin: auto;
}
.reading_innerbox {
  margin-bottom: 2rem;
}
.reading-ttl {
  width: 218px;
  margin: 0 auto;
}
.reading-blog_txt {
  padding: 1.5rem 5px 2rem;
  font-size: 15px;
  background-image: url(lib/images/top/reading_bubble.webp);
  background-repeat: no-repeat;
  background-size: 276px 244px;
  width: 289px;
  margin: 1.3rem auto 0;
}
.reading-blog_txt p {
  line-height: 38px;
}
.reading-blog_ttl {
  font-weight: 600;
  text-align: center;
  font-size: 17px;
  margin-bottom: 1rem;
  margin-top: 1rem;
  position: relative;
  white-space: nowrap;
}
.blog_btn {
  font-size: 13px;
  border: 1px solid #707070;
  padding: 1px;
  text-align: center;
  width: 135px;
  margin: -2rem auto 0;
  letter-spacing: 0.5px;
}
.blog_btn a {
  color: #707070;
}
.top_thumbnail {
  position: relative;
  width: 268px;
  margin: auto;
}
.top_thumbnail::before, .top_thumbnail::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 278px;
  height: 51px;
}
.top_thumbnail::before {
  background-image: url(lib/images/top/img_frame__up@2x.webp);
  top: -10px;
  left: -10px;
}
.top_thumbnail::after {
  background-image: url(lib/images/top/img_frame__under@2x.webp);
  bottom: -34px;
  right: -10px;
}
.reading .all-read_box {
  position: relative;
  margin-top: -1rem;
}
.read_txtbox {
  margin-bottom: 5rem;
}
#hotel .read_txtbox {
  margin-bottom: -6rem;
}
@media (min-width: 375px) {
  .reading-blog_ttl {
    font-size: 18px;
  }
  .reading-blog_txt {
    font-size: 16px;
  }
  .blog_btn {
    font-size: 14px;
    width: 150px;
  }
}
@media (min-width: 411px) {
  .reading-blog_ttl {
    font-size: 20px;
  }
}
@media (min-width: 540px) {}
@media (min-width: 576px) { /*bootstrap sm*/
  .top_thumbnail {
    width: 380px;
    margin: auto;
  }
  .top_thumbnail img {
    object-fit: cover;
    width: 380px;
    height: 214px;
  }
  .top_thumbnail::before, .top_thumbnail::after {
    width: 395px;
    height: 84px;
  }
  .top_thumbnail::before {
    top: -15px;
    left: -15px;
  }
  .top_thumbnail::after {
    bottom: -61px;
    right: -15px;
  }
  .reading-blog_txt {
    width: 400px;
    font-size: 19px;
  }
  .reading-blog_txt {
    padding: 2rem 5px 2rem;
    background-size: 357px 283px;
    margin: 2rem auto 0;
  }
  .blog_btn {
    margin: -2rem 0 0 auto;
  }
}
@media (min-width: 768px) { /*bootstrap md*/
}
@media (min-width: 992px) { /*bootstrap lg*/
  .reading-box {
    max-width: 920px;
  }
  .reading-blog_ttl {
    font-size: 22px;
    margin-top: 0;
  }
  .reading-ttl {
    width: 234px;
    margin: 2rem auto 3rem;
  }
  .reading-box {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }
  .reading-blog_txt {
    padding: 6rem 5px 2rem;
    background-size: 372px 340px;
    margin: -5rem auto 0;
  }
  .top_thumbnail {
    margin-top: 1rem;
  }
  .top_thumbnail img {
    width: 340px;
    height: 280px;
  }
  .top_thumbnail::before, .top_thumbnail::after {
    width: 356px;
    height: 84px;
  }
  .top_thumbnail::after {
    bottom: -65px;
    right: 24px;
  }
  #hotel .read_txtbox {
    margin-bottom: -3rem;
  }
}
@media (min-width: 1024px) {}
@media (min-width: 1200px) { /*bootstrap xl*/
}
@media (min-width: 1400px) { /*bootstrap xxl*/
}
/*★---------------------------------
------------shop バナー--------------
----------------------------------★*/
.shop-ttl {
  width: 160px;
  margin: 0 auto 1rem;
}
.shop-banner {
  background-image: url(lib/images/top/onlineshop_baner.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 300px;
  position: relative;
}
.shop-banner_btn {
  position: relative;
  background: none;
  border: 1px solid #707070;
  box-shadow: none;
  border-radius: 30px;
  width: 170px;
  height: 44px;
  margin: auto;
  top: 13.5rem;
  font-weight: 700;
}
.shop-banner_btn a {
  width: 177px;
  display: block;
  height: 51px;
  position: relative;
  top: -7px;
  left: -6px;
}
.shop-banner_btn a:hover {
  color: rgba(255, 255, 255, 0);
  -webkit-transition: inherit;
  transition: inherit;
}
.shop-banner_btn::before {
  content: "ONLINE SHOP →";
  position: absolute;
  border: 1px solid #707070;
  border-radius: 30px;
  width: 170px;
  height: 44px;
  bottom: 3px;
  right: 3px;
  text-align: center;
  background-color: white;
  padding-top: 7px;
  font-size: 13px;
  color: #7C8F94;
}
.shop-banner_btn:hover {
  background: #D9B97E;
  border: 1px solid #707070;
  box-shadow: none;
  border-radius: 30px;
  width: 170px;
}
.shop-banner_btn:active {
  background: #D9B97E;
  border: 1px solid #707070;
  box-shadow: none;
  border-radius: 30px;
  width: 170px;
}
.onlineshop_img {
  width: 324px;
  margin: 2rem auto 3rem;
}
@media (min-width: 375px) {}
@media (min-width: 411px) {}
@media (min-width: 540px) {}
@media (min-width: 576px) { /*bootstrap sm*/
}
@media (min-width: 768px) { /*bootstrap md*/
  .onlineshop_img {
    width: 80%;
  }
}
@media (min-width: 992px) { /*bootstrap lg*/
  .shop-banner {
    background-image: url(lib/images/top/onlineshop_baner__lg@2x.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 300px;
    position: relative;
  }
  .shop-ttl {
    width: 100%;
    margin: 0 auto 2rem;
  }
}
@media (min-width: 1024px) {}
@media (min-width: 1200px) { /*bootstrap xl*/
}
@media (min-width: 1400px) { /*bootstrap xxl*/
}
/*★---------------------------------
------------under shop btn-----------
----------------------------------★*/
.shop_btn__under {
  margin: 6rem auto 8rem;
}
.shop_btn__under a {
  padding: 1rem;
}
.under-shop_btn {
  padding: 1rem;
  margin-top: 2rem;
}
.under-shop_btn .shop-box {
  margin-top: 3rem;
}
.shop_btn__under a {
  max-width: 230px !important;
  padding: 2rem 0;
  font-size: 20px;
}
@media (min-width: 375px) {}
@media (min-width: 411px) {
  .shop_btn__under a {
    max-width: 400px !important;
    width: 346px;
    padding: 2rem;
    font-size: 23px;
  }
  .shop_btn__under a:hover {
    background-color: #728489;
    width: 400px;
    padding: 2rem;
    box-shadow: 1px 1px #d9b980;
    position: relative;
    top: 3px;
    left: 3px;
  }
}
@media (min-width: 540px) {}
@media (min-width: 576px) { /*bootstrap sm*/
}
@media (min-width: 768px) { /*bootstrap md*/
  .shop_btn__under {
    margin: 8rem auto 10rem;
  }
}
@media (min-width: 992px) { /*bootstrap lg*/
  .shop_btn__under {
    margin: 10rem auto 12rem;
  }
}
@media (min-width: 1024px) {}
@media (min-width: 1200px) { /*bootstrap xl*/
}
@media (min-width: 1400px) { /*bootstrap xxl*/
}
/*★---------------------------------
------------   index  -----------
----------------------------------★*/
.dogrun .all-read_box {
  left: -2px;
}
.owner .bk-img {
  padding-bottom: 0;
}
.shop .under-shop_btn {
  margin-top: 3rem;
}
.owner .index_ttl h2 {
  width: 167px !important;
}
.owner .index_txtbox {
  max-width: 350px;
  margin-top: 0;
}
.owner .index_txtbox p {
  margin-bottom: 4.5rem;
}
@media (min-width: 375px) {}
@media (min-width: 411px) {}
@media (min-width: 540px) {}
@media (min-width: 576px) { /*bootstrap sm*/
}
@media (min-width: 768px) { /*bootstrap md*/
  .top .hotel p, .top .dogrun p, .top trimming p {
    text-align: left;
  }
  .dogrun .arrow {
    top: -2rem;
    left: 8rem;
  }
  .dogrun .all-read_box {
    left: -8px;
  }
  .owner .index_ttl {
    margin-bottom: 2rem;
  }
  .owner .index_ttl h2 {
    width: 207px !important;
  }
  .owner .all-read_box {
    transform: translateY(150%);
  }
  .owner .index_txtbox p {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) { /*bootstrap lg*/
  .dogrun .arrow {
    top: -0.5rem;
    left: 0.5rem;
  }
  .all-read_box p::after {
    width: 88%;
    right: 12px;
  }
  .dogrun .all-read_box p::after {
    right: 20px;
  }
  .owner .index_ttl h2 {
    width: 227px !important;
  }
  .owner .all-read_box {
    transform: translateY(300%);
  }
}
@media (min-width: 1024px) {}
@media (min-width: 1200px) { /*bootstrap xl*/
}
@media (min-width: 1400px) { /*bootstrap xxl*/
}
/*★---------------------------------------------------page---------------------------------------------------------★*/
/*sub　ナビ*/
.sub_nav .arrow_down {
  text-align: center;
}
.sub_nav .arrow_down h2 {
  border-bottom: 1px solid #707070;
  margin-bottom: 1rem;
  font-size: 22px;
}
.page .detail-block ul {
  font-size: 15px;
}
@media (min-width: 786px) {
  .sub_nav .arrow_down h2 {
    margin-top: 2rem;
  }
}
/**/
.section-block.index-box {
  margin-top: 0;
}
.page-template .top_logo {
  display: none;
}
.page-id-157.page-template .top_logo {
  display: block;
}
.page .detail-block {
  margin: 6rem auto;
}
.page .detail-block ul {
  padding-left: 0;
}
.page .detail-block ul li {
  margin: 2rem auto;
  line-height: 24px;
}
/*カテゴリごとのタイトル*/
/*page　フッタータイトル*/
.page footer .index_ttl h2 {
  width: 145px;
}
/*カテゴリーごとの　ディスクリプション*/
.page .description {
  text-align: center;
}
.explanationt {
  text-align: center !important;
}
.page .description_box {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  margin: 3rem auto;
}
.page .description_box::before, .page .description_box::after {
  content: "";
  background-image: url(lib/images/cafe/bbq_bar@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 318px;
  height: 15px;
  left: 0;
  right: 0;
  margin: auto;
}
.page .description_box::before {
  top: -1rem;
}
.page .description_box::after {
  bottom: -1.6rem;
}
.page .detail-block .table-wrap {
  margin-bottom: 1rem;
}
.page .explanationt {
  font-size: 16px;
  margin-bottom: 3rem;
}
/*メッセージ*/
/*.page .message_box {
  max-width: 456px;
  margin: auto;
}*/
.page .message_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin: 2rem auto;
}
.page .message_box .english {
  position: relative;
  font-size: 16px;
  top: 5px;
  margin-bottom: 1.5rem;
  letter-spacing: 1.2px;
}
.page .message_box .english::before, .message_box .english::after {
  content: "";
  border-bottom: 2px solid #707070;
  position: absolute;
  width: 100%;
  height: 15px;
  left: 0;
  right: 0;
  margin: auto;
}
.page .message_box {
  max-width: 654px;
  margin: auto;
}
.page .message_box .english::before {
  top: -10px;
}
.page .message_box .english::after {
  bottom: 0px;
}
@media (min-width: 320px) {
  .page .index_ttl h2 {
    width: 290px;
  }
}
@media (min-width: 375px) {
  .page .index_ttl h2 {
    width: 346px;
  }
  .page .description_box {
    font-size: 20px;
  }
  .page .explanationt {
    line-height: 41px;
    font-size: 17px;
  }
}
@media (min-width: 576px) { /*bootstrap sm*/
  .page .index_ttl h2 {
    width: 400px;
  }
  .page .description_box {
    font-size: 24px;
    letter-spacing: 3px;
  }
  .page .explanationt {
    font-size: 18px;
    line-height: 48px;
    letter-spacing: 2px;
  }
  .page .description_box::before, .page .description_box::after {
    width: 416px;
  }
  .page .message_ttl {
    font-size: 21px;
  }
  .page footer .index_ttl h2 {
    width: 180px;
  }
}
@media (min-width: 768px) { /*bootstrap md*/
  .page .detail-block ul li {
    margin: 33px auto;
  }
  .page .message_ttl {
    font-size: 26px;
  }
}
@media (min-width: 992px) { /*bootstrap lg*/
  .page .description_box {
    font-size: 30px;
  }
  .page .explanationt {
    font-size: 22px;
    line-height: 55px;
  }
  .page .description_box::before, .page .description_box::after {
    width: 537px;
  }
  .page .detail-block ul li {
    font-size: 16px;
  }
  .page .message_box .english {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {}
@media (min-width: 1200px) { /*bootstrap xl*/
}
@media (min-width: 1400px) { /*bootstrap xxl*/
}
/*インフォメーション　box*/
.info-box {
  max-width: 660px;
  margin: auto;
}
/*price*/
.page .price_ttl_box {
  text-align: center;
}
.page .price_ttl {
  width: 180px;
  margin: auto;
}
.page .price_box th, td {
  border: 1px solid #707070;
}
.page .price_box .category_ttl {
  font-size: 18px;
  margin-bottom: 12px;
}
@media (min-width: 992px) { /*bootstrap lg*/
  .page table, .page table + p {
    width: 80% !important;
    margin: 1rem auto 0;
    font-size: 19px;
  }
}
/*注意事項*/
.page .caution-ttl h6 {
  position: relative;
  font-weight: bold;
  left: 44px;
}
.page .caution-ttl h6::before, .caution-ttl h6::after {
  content: "";
  background-image: url(lib/images/cafe/bbq-attention_icon.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 34px;
  height: 34px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page .caution-ttl h6::before {
  left: -42px;
}
.page .caution-ttl h6::after {
  transform: matrix(-1, 0, 0, 1, 0, 0);
  left: 75px;
}
@media (min-width: 768px) { /*bootstrap md*/
  .page .price_box {
    margin-bottom: 2rem;
  }
  .page .caution-ttl h6 {
    margin: 2em 0 1em;
    font-size: 18px;
  }
  .page .caution-ttl h6::after {
    left: 82px;
  }
}
@media (min-width: 992px) { /*bootstrap lg*/
}
@media (min-width: 1024px) {}
@media (min-width: 1200px) { /*bootstrap xl*/
}
@media (min-width: 1400px) { /*bootstrap xxl*/
}
/*page Bottom of page access*/
.to_access {
  width: 180px;
  margin: auto;
}
.to_access .access-txtbox p {
  font-size: 20px;
  text-align: center;
  margin-top: 4rem;
}
.to_access .access-txtbox a {
  width: 85px;
  display: block;
  margin: 0 auto;
}
.bottom-of-page {
  padding-bottom: 9rem;
}
/*cafe page*/
.cafe-menu {
  text-align: center;
}
.cafe-menu h4 {
  font-size: 20px;
  margin-bottom: -18px;
}
.cafe-menu .menu_card {
  width: 90%;
  margin: 1rem auto;
}
.cafe-menu .menu_card {
  position: relative;
}
.cafe-menu .menu_card::before {
  content: "";
  position: absolute;
  background-image: url(lib/images/cafe/clip@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.cafe-menu .menu_img {
  padding: 4px;
}
.cafe-menu .menu_img_wrap {
  padding: 6px;
}
.cafe-menu .menu_card img {
  box-shadow: 2px 2px 6px #707070;
}
.bbq h2 {
  width: 125px !important;
  position: relative;
  left: -1rem;
}
.bbq table th, .bbq table td {
  text-align: center;
}
@media (min-width: 375px) {}
@media (min-width: 411px) {}
@media (min-width: 540px) {}
@media (min-width: 576px) { /*bootstrap sm*/
  .cafe-menu h4 {
    font-size: 24px;
  }
  .cafe-menu .menu_card::before {
    width: 40px;
    height: 40px;
    top: -9px;
  }
  .bbq h2 {
    width: 150px !important;
  }
  .page .price_ttl {
    width: 200px;
  }
  .page .price_box .category_ttl {
    font-size: 23px;
  }
}
@media (min-width: 768px) { /*bootstrap md*/
  .cafe-menu .menu_card::before {
    width: 30px;
    height: 30px;
    top: -9px;
  }
  .page .bbq .detail-block {
    margin: 6rem auto 7rem;
  }
}
@media (min-width: 992px) { /*bootstrap lg*/
  .cafe-menu .menu_card::before {
    width: 40px;
    height: 40px;
    top: -9px;
  }
  .bbq h2 {
    width: 164px !important;
  }
}
@media (min-width: 1024px) {}
@media (min-width: 1200px) { /*bootstrap xl*/
}
@media (min-width: 1400px) { /*bootstrap xxl*/
}
/*shampoo dpgrun*/
#shampoo .ozon-ttl_box .img-box {
  width: 112%;
  position: relative;
  right: 6%;
}
.shampoo_img_wrap {
  width: 222px;
  margin: auto;
}
.shampoo_img > div > div {
  padding: 5px;
}
.ozon-ttl_box {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .page .message_box .short-decoration::before, .page .message_box .short-decoration::after {
    width: 654px;
  }
}
/*price*/
.table-annotation {
  font-size: 14px;
  line-height: 20px;
  margin-top: -10px;
}
@media (min-width: 411px) {
  #shampoo .ozon-ttl_box .img-box {
    width: 100%;
    right: 0;
  }
}
@media (min-width: 540px) {}
@media (min-width: 576px) { /*bootstrap sm*/
  .shampoo_img_wrap {
    width: 422px;
    margin: auto;
  }
  .shampoo table th, .shampoo table td, .dogrun table th, .dogrun table td {
    text-align: center;
  }
}
@media (min-width: 768px) { /*bootstrap md*/
  #shampoo .ozon-ttl_box .img-box {
    width: 100%;
  }
  .table-annotation {
    margin-top: 8px;
  }
}
@media (min-width: 992px) { /*bootstrap lg*/
  .table-annotation {
    font-size: 16px !important;
    margin: 7px auto 26px !important;
    line-height: 22px;
  }
  .ozon-ttl_box {
    margin-bottom: 5rem;
  }
}
/*hoetl*/
.info-box a.kiyaku {
  max-width: 512px;
  margin: auto;
  display: block;
  box-shadow: 2px 2px 4px #9f9f9f;
}
.info-box a.kiyaku :hover {
  opacity: 0.8;
  box-shadow: 0px;
  position: relative;
  top: 2px;
  left: 2px;
}
.info-box a.kiyaku :active {
  opacity: 0.8;
  box-shadow: 0px;
  position: relative;
  top: 2px;
  left: 2px;
}
.info-box a.kiyaku + p {
  text-align: center;
}
#hotel .reading-blog_txt {
  padding: 2rem 5px 2rem;
  font-size: 18px;
  background-image: url(lib/images/hotel/bk_balloon@2x.webp);
  position: relative;
  top: -2.8rem;
  background-position: center;
  margin: 3rem 0 2rem;
  width: 100%;
  background-size: contain;
}
#hotel .reading-blog_txt a {
  color: #707070;
}
.hotel-price_box th, .hotel-price_box td {
  font-size: 15px;
  padding: 16px 6px;
  text-align: center;
}
.number p {
  margin-bottom: 0;
}
.question {
  position: relative;
}
.question ::before {
  content: "";
  background-image: url(lib/images/hotel/q1.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 40px;
  height: 34px;
  top: 9px;
  margin: auto;
  left: -2px;
  bottom: 0;
}
.qa-list_2 .question ::before {
  background-image: url(lib/images/hotel/q2.webp);
}
.qa-list_3 .question ::before {
  background-image: url(lib/images/hotel/q3.webp);
}
.qa-list_4 .question ::before {
  background-image: url(lib/images/hotel/q4.webp);
}
.qa-list_5 .question ::before {
  background-image: url(lib/images/hotel/q5.webp);
}
.qa-list_6 .question ::before {
  background-image: url(lib/images/hotel/q6.webp);
}
.qa-list_7 .question ::before {
  background-image: url(lib/images/hotel/q7.webp);
}
.qa-list_8 .question ::before {
  background-image: url(lib/images/hotel/q8.webp);
}
.qa-list_9 .question ::before {
  background-image: url(lib/images/hotel/q9.webp);
}
.q_txt {
  padding-left: 44px;
  margin-bottom: 1rem !important;
  padding-right: 16px;
  font-size: 15px;
}
.answer {
  border: 1px solid #474747;
  position: relative;
}
.answer::before {
  content: "";
  background-image: url(lib/images/hotel/a1.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 36px;
  height: 32px;
  bottom: 0;
  margin: auto;
  left: 12px;
}
.qa-list_2 .answer::before {
  background-image: url(lib/images/hotel/a2.webp);
}
.qa-list_3 .answer::before {
  background-image: url(lib/images/hotel/a3.webp);
}
.qa-list_4 .answer::before {
  background-image: url(lib/images/hotel/a4.webp);
}
.qa-list_5 .answer::before {
  background-image: url(lib/images/hotel/a5.webp);
}
.qa-list_6 .answer::before {
  background-image: url(lib/images/hotel/a6.webp);
}
.qa-list_7 .answer::before {
  background-image: url(lib/images/hotel/a7.webp);
}
.qa-list_8 .answer::before {
  background-image: url(lib/images/hotel/a8.webp);
}
.qa-list_9 .answer::before {
  background-image: url(lib/images/hotel/a9.webp);
}
.answer p {
  padding: 16px 2px 16px 65px;
  font-size: 14px;
  position: relative;
  line-height: 19px;
}
.partition::before {
  content: "";
  position: absolute;
  border-right: 1px solid #5F5F5F;
  width: 1px;
  height: 80%;
  top: 0;
  bottom: 0;
  left: 56px;
  margin: auto;
  z-index: 1000;
}
/*質問開閉*/
.qa-list {
  margin: 2rem auto;
}
.accordion-container {
  position: relative;
}
.accordion-container .accordion-title {
  display: block;
  position: relative;
  line-height: 20px;
}
.accordion-title {
  position: relative;
}
.accordion-title:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #5F5F5F;
  border-right: solid 2px #5F5F5F;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 4px;
}
.accordion-content {
  display: none;
}
.qa-list_1 .accordion-content, .qa-list_2 .accordion-content {
  display: block;
}
.terms .img-box {
  max-width: 500px;
  margin: 3rem auto;
}
@media (min-width: 375px) {
  .qa-list {
    margin: 2.5rem auto;
  }
}
@media (min-width: 411px) {
  .hotel-price_box th, .hotel-price_box td {
    font-size: 16px;
  }
  .hotel-price_box th {
    width: 140px;
  }
}
@media (min-width: 576px) {
  .q_txt {
    font-size: 16px;
  }
  .answer p {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .hotel-price_box th {
    width: 185px;
  }
  #hotel table {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  #hotel .reading-box {
    max-width: 960px;
  }
  .hotel-price_box th, .hotel-price_box td {
    font-size: 19px;
  }
  .hotel-price_box th {
    width: 200px;
  }
  .qa-list {
    width: 80% !important;
    margin: 3rem auto 0;
    font-size: 19px;
  }
  .q_txt {
    font-size: 19px;
  }
  .answer p {
    font-size: 17px;
    line-height: 22px;
  }
  #hotel .reading-blog_txt {
    margin: 1rem 0 2rem;
  }
}
@media (min-width: 1200px) {
  #hotel .reading-box {
    width: 120%;
    position: relative;
    right: 10%;
  }
}
/*trimming*/
.page .member_shop-name {
  width: 100px;
  margin: auto;
}
.page .store-ttl {
  margin-top: 0;
}
.page .store-ttl_english::after {
  border-bottom: 2px dotted !important;
}
.page .store-name {
  text-align: center;
  font-size: 20px;
  margin: 0;
}
.team_person_box {
  width: 80%;
  margin: 0 auto 2rem;
}
.page .review-ttl_box {
  margin-top: -2rem;
}
.page .person_name {
  border: 1px solid;
  text-align: center;
  padding: 5px;
}
.page .qualification {
  margin-bottom: 0;
}
.page .person_work ul li {
  position: relative;
  padding-left: 20px;
  margin: 1rem auto;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.person_work ul li::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #575757;
}
.person_work ul li:last-child::before {
  top: -23px;
}
.team_person_wrap .out_hr {
  border: 1px solid;
  width: 100%;
}
.page .trimming-box, .page .dental-box {
  max-width: 100% !important;
}
.page .trimming-price_box table {
  width: 100% !important;
}
.price_sub-ttl {
  text-align: center;
  border: 1px solid #575757;
  padding: 16px;
  position: relative;
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 2px;
}
.price_sub-ttl::after {
  content: "";
  position: absolute;
  border-bottom: 1px dotted #575757;
  width: 100%;
  height: 1px;
  bottom: -7px;
  left: 0;
  right: 0;
}
.page .price_sub-ttl__second {
  margin-top: 3rem !important;
  width: 100% !important;
}
.price_box.trimming-price_box table {
  font-size: 14px;
}
.dental-person_work ul li::before {
  display: none;
}
.review .message_ttl img {
  max-width: 280px;
  padding-bottom: 1rem;
}
.review_inner_box img {
  padding-bottom: 1rem;
}
.review_name {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.review_supplement {
  position: relative;
  line-height: 24px;
  font-size: 15px;
}
.review_supplement::before {
  content: "";
  position: absolute;
  border-left: 5px solid #B4BCCB;
  width: 5px;
  height: 52px;
  top: 0;
  bottom: 0;
  left: -10px;
}
.review_supplement::after {
  content: "";
  position: absolute;
  border-right: 5px solid #B4BCCB;
  width: 5px;
  height: 52px;
  top: 0;
  bottom: 0;
  right: -10px;
}
.insta-box img {
  box-shadow: 2px 2px 5px #575757;
  width: 300px;
  padding: 2rem;
  margin: 4rem auto;
  display: block;
  border-radius: 20px;
}
.insta-box img:hover, .insta-box img:active {
  box-shadow: 1px 1px 1px #575757;
  position: relative;
  top: 2px;
  left: 2px;
}
.member_access-map p {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.1px;
  margin-top: 10px;
}
.member_access-map img {
  margin: 2rem auto 1rem;
  display: block;
}
.access-txtbox {
  margin-top: 7rem;
}
.access-txtbox p {
  text-align: center;
  padding: 1rem;
}
.member_access_arrow {
  width: 60px;
  margin: 2.5rem auto 0;
}
.page .message_box .access-txtbox .english::before {
  max-width: 374px;
}
.page .message_box .access-txtbox .english::after {
  max-width: 374px;
}
.page .access-txtbox .english {
  font-size: 18px;
}
#trimming tbody tr.text-center th, #trimming tbody tr.text-center td {
  text-align: center;
  font-weight: bold;
  line-height: 16px;
}
.review_box {
  margin-bottom: 6rem;
}
/*dental*/
.page .dental-person_work ul li {
  padding-left: 0;
  margin: 10px auto;
}
.page .dental-team__work-history ul {
  position: relative;
  border: 1px solid #575757;
  padding: 10px 10px 10px 1rem;
  height: 170px;
  width: 280px;
  margin: auto;
}
.page .dental-team__work-history ul::after {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  margin: auto;
  height: 170px;
  width: 280px;
  top: 14px;
  bottom: 0;
  left: 6px;
  right: 0;
}
.page .dental-team__work-history ul li {
  margin: 4px auto;
  letter-spacing: 1.5px;
  font-size: 14px;
  font-weight: 600;
}
.dental-team__work-history {
  margin-bottom: 2rem;
}
.page .care_ttl {
  font-size: 17px !important;
  margin-top: -1rem;
  font-weight: 400;
  letter-spacing: 2px !important;
}
.page .care_ttl::before, .page .care_ttl::after {
  display: none;
}
.care_box img {
  margin-bottom: 1rem;
}
.care_img {
  width: 86%;
}
.care_under-box {
  text-align: center;
  border: 4px double #707070;
  padding: 0 8px;
}
.care_under-box h5 {
  margin-top: 1rem;
  font-weight: bold;
  font-size: 18px;
}
.care_under-box p {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.2px;
}
.member_access {
  border: 1px solid #707070;
  padding: 2rem;
}
.member_access p {
  margin-bottom: 1rem;
  text-align: center;
}
.rogo__12 {
  max-width: 60% !important;
  margin: 0 auto;
}
.bruke_link {
  font-display: block;
}
.bruke_link::after {
  content: "↓";
  position: absolute;
}
/*owner*/
.owner_img p {
  text-align: right;
  width: 87%;
  font-weight: bold;
  letter-spacing: 2px;
}
.owner_img p + p {
  font-weight: unset;
  font-size: 80%;
}
.signboard {
  box-shadow: 0px 1px 5px #909090;
}
@media (min-width: 375px) {
  .review_supplement::before {
    height: 60px;
    left: 0;
    border-left: 8px solid #B4BCCB;
  }
  .review_supplement::after {
    height: 60px;
    right: 0;
    border-right: 8px solid #B4BCCB;
  }
  .page .dental-team__work-history ul {
    height: 170px;
    width: 340px;
  }
  .member_access-map p {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.5px;
    margin-top: 10px;
  }
  .page .dental-team__work-history ul::after {
    height: 170px;
    width: 340px;
  }
  .care_message_box .message_ttl {
    font-size: 22px;
  }
  .page .care_ttl {
    font-size: 19px !important;
  }
  .review_supplement {
    position: relative;
    line-height: 28px;
    font-size: 18px;
    padding: 0 1rem;
  }
  .care_under-box h5 {
    letter-spacing: 1.8px;
  }
}
@media (min-width: 411px) {
  .page .dental-team__work-history ul {
    height: 170px;
    width: 380px;
  }
  .page .dental-team__work-history ul::after {
    height: 170px;
    width: 380px;
  }
}
@media (min-width: 438px) {
  .review_supplement {
    line-height: 32px;
    font-size: 20px;
  }
  .member_access-map img {
    max-width: 450px;
  }
  .member_access-map p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
  }
  .page .dental-team__work-history ul {
    height: 170px;
    width: 400px;
  }
  .page .dental-team__work-history ul::after {
    height: 170px;
    width: 400px;
  }
  .care_box {
    padding: 1rem 3rem;
  }
}
@media (min-width: 576px) {
  .team_person_wrap .out_hr {}
  .page .member_shop-name {
    width: 132px;
  }
  .review .message_ttl img {
    max-width: 320px;
    padding-bottom: 2rem;
  }
  .care_message_box .message_ttl {
    font-size: 25px;
  }
  .care_under-box p {
    font-size: 16px;
  }
  .member_access {
    padding: 2rem;
  }
  .member_access p {
    margin-top: 11px;
    text-align: left;
  }
  .bruke_link::after {
    content: "→";
  }
}
@media (min-width: 768px) {
  .price_box.trimming-price_box table {
    font-size: 16px;
  }
  .review .message_ttl img {
    max-width: 380px;
    padding-bottom: 3rem;
  }
  .review_inner_box {
    overflow: hidden;
    ;
  }
  .review_supplement {
    font-size: 23px;
    line-height: 38px;
  }
  .review_supplement::before {
    height: 88px;
  }
  .review_supplement::after {
    height: 88px;
  }
  .review_inner_box img {
    width: 46%;
    float: left;
    padding: 10px 2rem 1rem 0;
  }
  .review_inner_box__2 img {
    width: 44%;
    padding-bottom: 4rem;
  }
  .page .dental-person_work ul li {
    margin: 20px auto;
    font-size: 16px;
  }
  .page .dental-team__work-history ul {
    height: 210px;
    width: 380px;
  }
  .page .dental-team__work-history ul::after {
    height: 210px;
    width: 380px;
  }
  .page .dental-team__work-history ul li {
    font-size: 17px;
    margin: 10px;
  }
  .care_under-box h5 {
    font-size: 20px;
    margin-bottom: 1rem;
  }
  .member_access p {
    margin-top: 18px;
    font-size: 18px;
    padding-left: 2rem;
  }
  .member_access {
    width: 570px;
    margin: auto;
  }
}
@media (min-width: 992px) {
  .team_person_wrap .out_hr {
    width: 100%;
    left: 0%;
  }
  .team_person_box {
    width: 100%;
  }
  .page .member_shop-name {
    width: 150px;
  }
  .price_sub-ttl {
    padding: 18px;
    font-size: 20px;
  }
  .price_sub-ttl::after {
    bottom: -9px;
  }
  .price_box.trimming-price_box table {
    height: 376px;
  }
  .history_box {
    margin-top: 1rem;
    font-size: 17px;
    position: relative;
    padding-left: 3rem;
  }
  .history_box::before {
    content: "";
    position: absolute;
    margin: auto;
    height: 100%;
    width: 1px;
    border-left: 1px solid #C1C1C1;
    left: 1rem;
  }
  .review .message_box {
    max-width: 100%;
  }
  .review_supplement::before {
    height: 88px;
    top: -1.5rem;
  }
  .review_supplement::after {
    height: 88px;
    top: -1.5rem;
  }
  .review .message_box {
    max-width: 100%;
    margin-bottom: 5rem;
  }
  .review_inner_box img {
    width: 33%;
    float: left;
    padding: 10px 2rem 1rem 0;
  }
  .review_inner_box__2 img {
    width: 26%;
  }
  .member_access-map img {
    max-width: 550px;
    margin: 2rem auto 0;
  }
  .page .dental-team__work-history ul {
    height: 177px;
    width: 332px;
    margin-left: 0;
  }
  .page .dental-team__work-history ul::after {
    height: 177px;
    width: 332px;
  }
  .page .dental-team__work-history ul li {
    font-size: 15px;
    margin: 6px;
  }
  .dental-team__person_box {
    position: relative;
    top: 2rem;
  }
  .care_message_box .message_ttl {
    font-size: 30px;
  }
  .page .care_ttl {
    font-size: 25px !important;
    padding-top: 4px;
  }
  .care_box_inner {
    overflow: hidden;
  }
  .care_box p {
    font-size: 16px;
  }
  .care_box img {
    margin-bottom: 0;
  }
  .care_img {
    width: 40%;
    float: left;
    padding: 10px 1rem 1rem 0;
  }
  .care_img_under {
    width: 50%;
    float: right;
  }
  .care_txt_under {
    overflow: hidden;
  }
  .care_txt_under p {
    width: 54%;
    float: left;
  }
  .care_txt_under img {
    width: 43%;
    padding-top: 6px;
  }
  .care_under-box {
    text-align: center;
    border: 4px double #707070;
    padding: 0 2rem;
  }
  .bottom-of-page {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1024px) {}
@media (min-width: 1200px) { /*bootstrap xl*/
}
@media (min-width: 1400px) { /*bootstrap xxl*/
}
/*page info box  trimming dog dental care*/
.trimming_info-box, .dental_info-box {
  position: relative;
  width: 273px;
  margin: auto;
}
.trimming_info-box .tel, .dental_info-box .tel {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
}
.trimming_info-box a, .dental_info-box a {
  color: #5a5a5a;
}
.trimming_info-box .mail, .dental_info-box .mail {
  text-align: center;
  font-size: 16px;
  position: absolute;
  left: 0;
  right: 0;
}
.trimming_info-box .tel {
  top: 140px;
}
.trimming_info-box .mail {
  bottom: 50px;
}
.dental_info-box .tel {
  bottom: 98px;
}
.dental_info-box .mail {
  bottom: 224px;
  font-size: 21px;
}
@media (min-width: 320px) {
  .trimming_info-box, .dental_info-box {
    width: 290px;
  }
  .trimming_info-box .tel, .dental_info-box .tel {
    font-size: 17px;
  }
  /*.trimming_info-box{
    top: 150px;
}*/
  .dental_info-box .tel {
    bottom: 120px;
  }
  .dental_info-box .tel {
    bottom: 96px;
    font-size: 19px;
  }
}
@media (min-width: 375px) {
  .trimming_info-box, .dental_info-box {
    width: 350px;
  }
  .trimming_info-box .tel, .dental_info-box .tel {
    font-size: 20px;
  }
  .trimming_info-box .tel {
    top: 178px;
  }
  .trimming_info-box .mail, .dental_info-box .mail {
    font-size: 20px;
  }
  .dental_info-box .mail {
    bottom: 283px;
    font-size: 22px;
    letter-spacing: 3px;
  }
  .dental_info-box .tel {
    bottom: 118px;
    font-size: 23px;
  }
}
@media (min-width: 576px) {
  .trimming_info-box, .dental_info-box {
    width: 420px;
  }
  .trimming_info-box .tel, .dental_info-box .tel {
    font-size: 23px;
  }
  .trimming_info-box .tel {
    top: 216px;
  }
  .trimming_info-box .mail, .dental_info-box .mail {
    font-size: 25px;
    bottom: 62px;
  }
  .dental_info-box .mail {
    bottom: 338px;
    font-size: 25px;
    letter-spacing: 3px;
  }
  .dental_info-box .tel {
    bottom: 143px;
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .trimming_info-box, .dental_info-box {
    width: 566px;
  }
  .trimming_info-box .tel, .dental_info-box .tel {
    font-size: 27px;
  }
  .trimming_info-box .tel {
    top: 220px;
  }
  .trimming_info-box .mail, .dental_info-box .mail {
    font-size: 26px;
    bottom: 114px;
  }
  .dental_info-box .mail {
    bottom: 362px;
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .trimming_info-box, .dental_info-box {
    width: 620px;
  }
  .trimming_info-box .tel, .dental_info-box .tel {
    font-size: 27px;
  }
  .trimming_info-box .tel {
    top: 242px;
  }
  .trimming_info-box .mail {
    font-size: 28px;
  }
  .dental_info-box .mail {
    bottom: 400px;
    font-size: 30px;
    letter-spacing: 4px;
  }
  .dental_info-box .tel {
    bottom: 160px;
    font-size: 29px;
  }
}
/*------------------------------------blog------------------------------------*/
.single .wrap, .archive .wrap, .index .wrap, .elementor-default .wrap {
  max-width: 100%;
}
.single .main-inner, .archive .main-inner, .index .main-inner {
  margin-right: 0 !important;
}
.single #side, .archive #side, .index #side {
  margin-left: 0;
}
/*------------------------------------エレメンター------------------------------------*/
/*エレメンター初期設定のカラーを打ち消し*/
.post-content h2 {
  border-left: 10px solid #ffffff;
  background: rgba(0, 0, 0, 0);
}
.elementor-edit-area-active .elementor-widget.elementor-element-edit-mode:hover, .elementor-edit-area-active .elementor-widget.elementor-element-editable {
  -webkit-box-shadow: 0 0 0 1px none !important;
  box-shadow: none !important;
}
.elementor-image-box-wrapper .elementor-image-box-img {
  width: 100% !important;
}
.elementor-sortable-placeholder:not(.elementor-column-placeholder) {
  background-color: rgba(0, 0, 0, 0) !important;
}
.elementor-65 .elementor-element.elementor-element-96b2e10 .elementor-heading-title {
  color: var(--e-global-color-text) !important;
}
.elementor-widget-heading .elementor-heading-title {
  color: var(--e-global-color-text) !important;
  font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
  font-weight: var(--e-global-typography-text-font-weight) !important;
}
/*カラー設定*/
.post-meta-area {
  background: #fff;
  color: #707070 !important;
}
.side-widget a {
  color: #70809D !important;
}
.post-content h2 {
  margin: 20px 0 0 0 !important;
  padding: 0 !important;
  border-left: 0 !important;
}
.side-widget .side-title {
  background: #D9B97E !important;
  border: 1px solid #D9B97E !important;
}
/*投稿ページでサムネイルを非表示*/
.single .post-thumbnail {
  display: none;
}
/*h3タイトル下部の下線を細く*/
.post-content h3 {
  border-bottom: 2px solid #707070 !important;
}
/*タイトルのカラー*/
h2.elementor-heading-title.elementor-size-default.elementor-inline-editing span, h3.elementor-heading-title.elementor-size-default.elementor-inline-editing span, h4.elementor-heading-title.elementor-size-default.elementor-inline-editing span, h5.elementor-heading-title.elementor-size-default.elementor-inline-editing span, h6.elementor-heading-title.elementor-size-default.elementor-inline-editing span, div.elementor-heading-title.elementor-size-default.elementor-inline-editing span, span.elementor-heading-title.elementor-size-default.elementor-inline-editing span, p.elementor-heading-title.elementor-size-default.elementor-inline-editing span {
  color: #707070 !important;
}
/*h1タイトル after要素をnone*/
/*h1.elementor-heading-title.elementor-size-default.elementor-inline-editing::after,h1.elementor-heading-title.elementor-size-default::after {
 display: none !important;
}*/
/*投稿者を非表示*/
aside.post-author {
  display: none !important;
}
/*コメントを非表示*/
div#comments {
  display: none;
}
li.comments {
  display: none !important;
}
/*サイドバーのコメントを非表示*/
div#recent-comments-2 {
  display: none;
}
/*メタ情報（管理者情報等）を非表示*/
div#meta-2 {
  display: none;
}
/*blogコンテンツのtoppadding設定*/
#content {
  padding: 10px 0;
}
/*white boxのマージン設定*/
.cat-content, article.post, article.page {
  margin: 0 3px;
  width: 98%;
}
@media (min-width: 411px) {
  .cat-content, article.post, article.page {
    margin: 0 4px;
  }
}
@media (min-width: 576px) {
  .cat-content, article.post, article.page {
    margin: 0 5px;
  }
}
@media (min-width: 768px) {
  .cat-content, article.post, article.page {
    margin: 0 0 0 10px;
  }
  #content {
    padding: 50px 0;
  }
}
/*side barのマージン設定*/
.side-widget-area {
  margin: 0 3px;
}
.side-widget ul li {
  padding: 16px 8px !important;
}
@media (min-width: 411px) {
  .side-widget-area {
    margin: 0 4px;
  }
}
@media (min-width: 576px) {
  .side-widget-area {
    margin: 0 5px;
  }
}
@media (min-width: 768px) {
  .side-widget-area {
    margin: 0 10px 0 0;
  }
}
@media (min-width: 992px) {
  #side {
    padding-top: 40px;
  }
  .single .cat-content, .single article.post, .single article.page {
    margin-top: 40px;
    margin-bottom: 6rem;
  }
}
/*archive*/
h1.post-title {
  text-align: center;
  margin: 0px 4px 10px 4px;
  padding: 10px 5px;
  background-color: #92A1BC;
  color: white;
}
.post-loop-wrap .post-footer a.morelink {
  background: white;
  color: #92A1BC;
  text-align: center;
  padding: 12px;
  border-top: 1px dotted #92A1BC;
  border-bottom: 3px solid #92A1BC;
}
.post-loop-wrap {
  margin-bottom: 6rem !important;
}
/*カテゴリページで表示される崩れた記事のブロックを非表示*/
.cat-content-area {
  display: none;
}
@media (min-width: 375px) {
  h1.post-title {
    margin: 0px 5px 10px 5px;
  }
  .cat-content, article.post, article.page {
    width: 98.4%;
  }
}
@media (min-width: 540px) {
  h1.post-title {
    margin: 0px 6px 10px 6px;
  }
}
@media (min-width: 768px) {
  h1.post-title {
    margin: 0px 0px 10px 10px;
  }
}
@media (max-width: 991px) {
  .cat-content .post-header, article.page .post-header, article.post .post-header {
    padding: 35px 44px !important;
  }
}
/*タイピング*/
.typ {
  opacity: 0;
}
.typ span {
  opacity: 0;
}
/**/
@media (min-width: 375px) {}
@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1024px) {}
@media (min-width: 1200px) { /*bootstrap xl*/
}
@media (min-width: 1400px) { /*bootstrap xxl*/
}

/*24.9.21 footter sns*/
.sns_box {
    width: 50%;
    margin: 0 auto;
}

.footer03 ul li {
    display: inline-block;
}
