@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
@font-face {
  font-family: "Outfit-Black";
  src: url(../fonts/Outfit-Black.ttf);
}
@font-face {
  font-family: "Outfit-Bold";
  src: url(../fonts/Outfit-Bold.ttf);
}
@font-face {
  font-family: "Outfit-ExtraBold";
  src: url(../fonts/Outfit-ExtraBold.ttf);
}
@font-face {
  font-family: "Outfit-ExtraLight";
  src: url(../fonts/Outfit-ExtraLight.ttf);
}
@font-face {
  font-family: "Outfit-Light";
  src: url(../fonts/Outfit-Light.ttf);
}
@font-face {
  font-family: "Outfit-Medium";
  src: url(../fonts/Outfit-Medium.ttf);
}
@font-face {
  font-family: "Outfit-Regular";
  src: url(../fonts/Outfit-Regular.ttf);
}
@font-face {
  font-family: "Outfit-SemiBold";
  src: url(../fonts/Outfit-SemiBold.ttf);
}
@font-face {
  font-family: "Outfit-Thin";
  src: url(../fonts/Outfit-Thin.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
@font-face {
  font-family: "Outfit-Black";
  src: url(../fonts/Outfit-Black.ttf);
}
@font-face {
  font-family: "Outfit-Bold";
  src: url(../fonts/Outfit-Bold.ttf);
}
@font-face {
  font-family: "Outfit-ExtraBold";
  src: url(../fonts/Outfit-ExtraBold.ttf);
}
@font-face {
  font-family: "Outfit-ExtraLight";
  src: url(../fonts/Outfit-ExtraLight.ttf);
}
@font-face {
  font-family: "Outfit-Light";
  src: url(../fonts/Outfit-Light.ttf);
}
@font-face {
  font-family: "Outfit-Medium";
  src: url(../fonts/Outfit-Medium.ttf);
}
@font-face {
  font-family: "Outfit-Regular";
  src: url(../fonts/Outfit-Regular.ttf);
}
@font-face {
  font-family: "Outfit-SemiBold";
  src: url(../fonts/Outfit-SemiBold.ttf);
}
@font-face {
  font-family: "Outfit-Thin";
  src: url(../fonts/Outfit-Thin.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/************************************************

    SP layout
    スマホ時のcss

************************************************/
/* =========================================
    body  SP
    全体
========================================= */
/* =========================================
    main  SP
========================================= */
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

.com-sub-inner {
  padding: 50px 15px;
  margin: auto;
}

.com-ttl01-sub {
  font-size: 40px;
}
.com-ttl01-main {
  font-size: 18px;
  margin-top: 10px;
}

.com-ttl02 {
  padding-bottom: 5px;
}

.com-ttl03-sub {
  font-size: 35px;
}
.com-ttl03-main {
  font-size: 17px;
  margin-top: 10px;
}

.com-btn01::after {
  top: 6px;
}

.com-line {
  width: 320px;
}

.com-tel {
  text-align: center;
  padding-bottom: 15px;
}
.com-tel-svg {
  width: 220px;
  transform: translateX(-50%);
  left: 50%;
}

.com-txt p:nth-of-type(n + 2) {
  margin-top: 20px;
}

.com-table01 tr:first-of-type th:first-of-type {
  border-radius: 10px 10px 0 0;
}
.com-table01 tr:first-of-type td:first-of-type {
  border-radius: 0;
}
.com-table01 tr:last-of-type th {
  border-radius: 0;
}
.com-table01 tr:last-of-type td {
  border-radius: 0 0 10px 10px;
}
.com-table01 tr:nth-of-type(n + 2) th {
  border-top: 2px solid #c6c6c6;
}
.com-table01 th {
  display: block;
  width: 100%;
  padding: 15px 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
}

.com-table02 tr:nth-of-type(n + 2) th {
  border-top: 2px solid #1a1a1a;
}
.com-table02 th {
  display: block;
  width: 100%;
  padding: 15px 10px;
  border-bottom: 1px solid #c6c6c6;
}
.com-table02 td {
  display: block;
  padding: 15px 10px;
  border-bottom: none;
}

.com-time {
  padding-right: 15px;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .container {
  position: relative;
  display: block;
  padding-bottom: 100px;
}
#top-news .container-box {
  width: 100%;
  justify-content: center;
  min-height: auto;
  position: unset;
}
#top-news .ttl {
  text-align: center;
}
#top-news .list {
  display: block;
  margin-top: 25px;
}
#top-news .list-item {
  width: 100%;
  max-width: 100%;
}
#top-news .list-item:nth-of-type(n + 2) {
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px solid #c6c6c6;
}
#top-news .list-img {
  margin: 5px auto 0;
}
#top-news .list-ttl {
  margin-top: 10px;
}
#top-news .com-tag-list {
  margin-top: 15px;
}
#top-news .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .bg {
  background: url(/img/top/about-bg01.png) no-repeat left -24.2vw/25vw, url(/img/top/about-bg02.png) no-repeat right calc(100% + 14.28vw)/40vw;
}
#top-about .inner::before {
  display: none;
}
#top-about .ttl {
  text-align: center;
}
#top-about .ttl-sub {
  font-size: 40px;
}
#top-about .btn {
  display: block;
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-service
========================================= */
#top-service .list {
  margin-top: 35px;
}
#top-service .list-item {
  position: relative;
}
#top-service .list-item::after {
  position: absolute;
  content: "";
}
#top-service .list-item::after {
  width: 100px;
  height: 100px;
  bottom: -30px;
  right: -10px;
  background: url(/img/top/service-img-deco02.png) no-repeat;
  background-size: 100%;
}
#top-service .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#top-service .list-item:nth-of-type(2) .list-wrap {
  width: 100%;
  height: auto;
  margin-left: 0;
  padding: 40px 20px 30px;
}
#top-service .list-item:nth-of-type(2) .list-num {
  top: -35px;
  left: unset;
  right: -5px;
}
#top-service .list-img {
  width: 100%;
  position: unset;
}
#top-service .list-img::before {
  display: none;
}
#top-service .list-wrap {
  width: 100%;
  height: auto;
  margin-right: 0;
  padding: 40px 20px 30px;
}
#top-service .list-num {
  width: 70px;
  height: 70px;
  line-height: 70px;
  top: -35px;
  right: -5px;
}
#top-service .list-txt {
  margin-top: 20px;
}
#top-service .btn {
  margin-top: 25px;
}

/* =========================================
    top  sp
    top-banner
========================================= */
#top-banner .container {
  display: block;
}
#top-banner .link {
  width: 100%;
  height: 300px;
  padding: 50px 0 0 5.2vw;
}
#top-banner .link::after {
  width: 100px;
  height: 42px;
  right: 30px;
  bottom: 30px;
}
#top-banner .link:nth-of-type(n + 2) {
  border-left: none;
  border-top: 1px solid #c6c6c6;
}

/* =========================================
    top  sp
    top-column
========================================= */
#top-column .container {
  position: relative;
  padding-bottom: 100px;
}
#top-column .wrap {
  justify-content: center;
}
#top-column .ttl {
  text-align: center;
}
#top-column .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}
#top-column .list-ttl {
  width: 100%;
  min-width: unset;
}
#top-column .list-link {
  gap: 10px;
  width: 100%;
  padding: 25px 0;
}

/* =========================================
    top  sp
    top-contact
========================================= */
#top-contact .bg {
  background: url(/img/top/contact-deco02.png) no-repeat right 8.5vw/26vw;
}
#top-contact .container {
  padding: 50px 15px;
  background: url(/img/top/contact-deco03.png) no-repeat 10.38vw calc(100% - 3vw)/12.52vw, url(/img/top/contact-deco01.png) no-repeat left bottom/30.11vw;
}
#top-contact .txt {
  text-align: left;
  margin-top: 35px;
}
#top-contact .wrap {
  display: block;
  margin-top: 50px;
}
#top-contact .com-tel {
  padding-right: 0;
}
#top-contact .com-tel::before {
  width: 100%;
  height: 1px;
  transform: translateX(-50%);
  top: unset;
  left: 50%;
  bottom: -20px;
}
#top-contact .line {
  display: block;
  margin: 40px auto 0;
}

/* =========================================

    sub layout  SP
    下層ページのスマホ時css
		sub-sp

========================================= */
/* =========================================
    sub  SP
    sub-about
========================================= */
#sub-service .list {
  margin-top: 35px;
}
#sub-service .list-item {
  position: relative;
}
#sub-service .list-item::after {
  position: absolute;
  content: "";
}
#sub-service .list-item::after {
  width: 100px;
  height: 100px;
  bottom: -30px;
  right: -10px;
  background: url(/img/top/service-img-deco02.png) no-repeat;
  background-size: 100%;
}
#sub-service .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-service .list-item:nth-of-type(2) .list-wrap {
  width: 100%;
  height: auto;
  margin-left: 0;
  padding: 40px 20px 30px;
}
#sub-service .list-item:nth-of-type(2) .list-num {
  top: -35px;
  left: unset;
  right: -5px;
}
#sub-service .list-img {
  width: 100%;
  position: unset;
}
#sub-service .list-img::before {
  display: none;
}
#sub-service .list-wrap {
  width: 100%;
  height: auto;
  margin-right: 0;
  padding: 40px 20px 30px;
}
#sub-service .list-num {
  width: 70px;
  height: 70px;
  line-height: 70px;
  top: -35px;
  right: -5px;
}
#sub-service .list-txt {
  margin-top: 20px;
}
#sub-service .btn {
  margin-top: 25px;
}

#sub-concept .wrap {
  display: block;
}
#sub-concept .sub-ttl {
  margin-top: 35px;
}
#sub-concept .img {
  width: 100%;
  margin-top: 0;
}
#sub-concept .txt {
  margin-top: 25px;
}

#sub-facility .bg {
  background: url(/img/top/about-bg01.png) no-repeat left -24.2vw/25vw, url(/img/top/about-deco.png) no-repeat calc(100% - 17.6vw) calc(100% - 134px)/30vw, url(/img/about/facility-bg.png) no-repeat right bottom/75vw;
}
#sub-facility .ttl {
  text-align: center;
}
#sub-facility .list {
  gap: 15px;
  margin-top: 35px;
}
#sub-facility .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
  height: 43.3vw;
  min-height: 152px;
}

/* =========================================
    sub  SP
    sub-dog
========================================= */
#sub-dog .ttl,
#sub-hotel .ttl,
#sub-trimming .ttl {
  text-align: center;
}
#sub-dog .list,
#sub-hotel .list,
#sub-trimming .list {
  display: block;
  margin-top: 65px;
}
#sub-dog .list-item,
#sub-hotel .list-item,
#sub-trimming .list-item {
  width: 100%;
  max-width: 100%;
}
#sub-dog .list-item:nth-of-type(n + 2),
#sub-hotel .list-item:nth-of-type(n + 2),
#sub-trimming .list-item:nth-of-type(n + 2) {
  margin-top: 65px;
}
#sub-dog .list-num,
#sub-hotel .list-num,
#sub-trimming .list-num {
  width: 70px;
  height: 70px;
}
#sub-dog .list-ttl,
#sub-hotel .list-ttl,
#sub-trimming .list-ttl {
  margin-top: 15px;
}
#sub-dog .list-txt,
#sub-hotel .list-txt,
#sub-trimming .list-txt {
  margin-top: 10px;
}

#sub-fee .list-ttl {
  padding: 8.5px 15px;
}
#sub-fee .list-note {
  text-align: left;
}
#sub-fee .fee {
  padding: 3px 15px;
}
#sub-fee .fee-item {
  display: block;
}
#sub-fee .fee-txt {
  margin-top: 10px;
  padding-left: 0;
  padding-top: 10px;
  border-top: 1px solid #c6c6c6;
}

#sub-pass .bg {
  background: url(/img/top/about-bg01.png) no-repeat left -24.2vw/25vw, url(/img/top/about-deco.png) no-repeat calc(100% - 10px) calc(100% - 244px)/30vw, url(/img/about/facility-bg.png) no-repeat right bottom/75vw;
}
#sub-pass .wrap {
  display: block;
}
#sub-pass .ttl {
  text-align: center;
}
#sub-pass .txt {
  margin-top: 35px;
}
#sub-pass .img {
  width: 100%;
  margin-top: 25px;
}
#sub-pass .note {
  margin-top: 15px;
}
#sub-pass .list {
  padding: 0px 15px;
}
#sub-pass .list-item {
  display: block;
}
#sub-pass .list-txt {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #fff;
}

#sub-use .list {
  margin: 25px auto 0;
  padding: 35px 20px;
}
#sub-use .list-item {
  padding-left: 15px;
}
#sub-use .list-item:nth-of-type(n + 2) {
  margin-top: 15px;
}
#sub-use .list-item::before {
  width: 6px;
  height: 6px;
  left: 0;
  top: 10px;
}

/* =========================================
    sub  SP
    sub-hotel
========================================= */
#sub-notice .bg {
  background: url(/img/top/about-bg01.png) no-repeat left -24.2vw/25vw, url(/img/top/about-deco.png) no-repeat calc(100% - 10px) 45px/25vw, url(/img/about/facility-bg.png) no-repeat right bottom/45vw;
}
#sub-notice .ttl {
  text-align: center;
}
#sub-notice .txt {
  margin-top: 35px;
}
#sub-notice .list {
  margin-top: 25px;
}
#sub-notice .list-item {
  display: block;
  padding: 20px 0;
}
#sub-notice .list-ttl {
  width: 100%;
  padding-right: 0;
}
#sub-notice .list-txt {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #c6c6c6;
}

/* =========================================
    sub  SP
    sub-trimming
========================================= */
#sub-trimming .list-item:nth-of-type(3) {
  display: block;
}

#sub-day .ttl {
  text-align: center;
}
#sub-day .txt {
  margin-top: 35px;
}
#sub-day .list-note {
  text-align: left;
}

#sub-precautions .bg {
  background: url(/img/top/about-bg01.png) no-repeat left -20.2vw/18vw, url(/img/top/about-deco.png) no-repeat calc(100% - 10px) 95px/20vw, url(/img/trimming/precautions-bg.png) no-repeat right bottom/40vw;
}
#sub-precautions .ttl {
  text-align: center;
}
#sub-precautions .ttl-sub {
  font-size: 43px;
}

#sub-gallery .list {
  gap: 15px;
  margin-top: 35px;
}
#sub-gallery .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
  height: 43.3vw;
  min-height: 152px;
}

/* =========================================
    sub  SP
    sub-access
========================================= */
#sub-map .map {
  height: 250px;
}
#sub-map .wrap {
  padding: 15px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .container {
  margin-top: 35px;
}
#sub-news .com-time {
  margin-top: 20px;
}
#sub-news .com-news-post-flex {
  display: block;
}
#sub-news .com-news-post-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-news .com-news-post-img {
  margin: 0 auto 25px;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .news-post-flex {
  display: block;
}
#sub-news .news-post-time {
  margin-left: 5px;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list {
  display: block;
  margin-top: 25px;
  padding: 20px 10px;
}
#tag-btn-list .tag-txt {
  text-align: center;
  margin: 0;
}
#tag-btn-list .tag-list {
  margin-top: 10px;
  gap: 15px;
}
#tag-btn-list .tag-list-link {
  min-width: 80px;
  padding: 4px 20px;
}

/* =========================================
    sub  SP
    news-detail
========================================= */
#news-detail .com-time {
  margin-bottom: 20px;
}
#news-detail .detail-inner {
  padding: 80px 10px;
}
#news-detail .detail-list {
  margin-top: 10px;
  padding: 0 10px;
}
#news-detail .detail-content {
  margin-top: 30px;
  padding: 0 10px;
}

/* =========================================
    sub  SP
    sub-contact
========================================= */
#sub-method .txt {
  text-align: left;
  margin-top: 15px;
}
#sub-method .wrap {
  display: block;
  height: auto;
  text-align: center;
  margin-top: 25px;
  padding: 25px 15px;
  position: relative;
}
#sub-method .wrap::before {
  position: absolute;
  content: "";
}
#sub-method .wrap::before {
  width: 90%;
  height: 2px;
  top: 43%;
}
#sub-method .work {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
}

#sub-contact .com-btn01 {
  width: 250px;
  margin: 25px auto 0;
}

.contact-form-table {
  margin: 25px auto 0;
}
.contact-form-table td {
  padding: 10px;
}

.optional-mark,
.required-mark {
  padding: 2px 5px;
}

/* =========================================
    sub  SP
    sub-complete
========================================= */
#sub-complete .link {
  display: block;
  margin: 50px auto 0;
}
#sub-complete .container-box {
  margin: 25px auto 0;
  text-align: left;
  max-width: 465px;
}

/* =========================================
    sub  SP
    sub-site
========================================= */
#sub-site .list {
  margin: 40px auto 0;
}

/* =========================================
    sub  SP
    sub-privacy
========================================= */
#sub-privacy .ttl {
  text-align: center;
}
#sub-privacy .privacy-box {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-error
========================================= */
#sub-error .ttl {
  font-size: 27px;
}