@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
/* Zen Old Mincho */
/* Playfair Display */
/*	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-main {
  margin-top: 25px;
}

.com-ttl02 {
  padding: 11.5px 15px;
}

.com-btn01 {
  width: 300px;
  height: 70px;
  padding: 16px 10px;
}
.com-btn01::after {
  width: 30px;
  height: 7px;
  right: 15px;
}

.com-mail {
  width: 300px;
  height: 70px;
}

.com-tel {
  text-align: center;
}

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

.com-table01 th {
  display: block;
  width: 100%;
  padding: 15px 10px;
  border-bottom: 1px solid rgba(22, 22, 22, 0.2);
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
}

.com-no-post {
  margin-top: 50px;
}

/* =========================================
    top  sp
    top-concept
========================================= */
#top-concept .bg {
  background: url(/img/top/concept-bg.png) no-repeat center top/250%, url(/img/all/pt01.png) left top, #161616;
}
#top-concept .bg::before {
  display: none;
}
#top-concept .inner {
  padding: 50px 15px;
}
#top-concept .inner::before {
  width: 150px;
  height: 140px;
  left: unset;
  right: 0;
  bottom: -120px;
}
#top-concept .sub {
  top: 40px;
  left: 15px;
}
#top-concept .ttl {
  position: unset;
  width: 220px;
  min-width: unset;
  margin-left: auto;
}
#top-concept .wrap {
  margin-top: 35px;
}
#top-concept .btn {
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-menu
========================================= */
#top-menu .bg {
  background: url(/img/top/menu-bg-top.png) no-repeat right -20px/70vw, url(/img/top/menu-bg-btm.png) no-repeat left calc(100% + 20px)/70vw, url(/img/all/pt01.png) left top, #161616;
}
#top-menu .inner {
  padding: 50px 15px 170px;
  position: relative;
}
#top-menu .container {
  display: block;
}
#top-menu .txt {
  margin-top: 35px;
}
#top-menu .btn {
  position: absolute;
  bottom: 50px;
  transform: translateX(-50%);
  left: 50%;
}
#top-menu .list {
  display: block;
  margin-top: 35px;
}
#top-menu .list-item {
  max-width: 100%;
}
#top-menu .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#top-menu .list-img {
  height: 83.42vw;
  min-height: 292px;
}
#top-menu .list-ttl {
  margin-top: 15px;
}

/* =========================================
    top  sp
    top-charcoal
========================================= */
#top-charcoal .bg {
  background: url(/img/top/charcoal-bg.jpg) repeat-y calc(100% + 35px) center/50px;
}
#top-charcoal .inner {
  padding: 50px 15px;
}
#top-charcoal .ttl {
  width: 250px;
  margin-right: 10px;
}
#top-charcoal .container {
  display: block;
  margin-top: 45px;
}
#top-charcoal .txt {
  margin-top: 50px;
}
#top-charcoal .btn {
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-info
========================================= */
#top-info .inner {
  padding: 50px 0 0;
}
#top-info .container {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  gap: 50px;
}
#top-info .map {
  width: 100%;
  height: 250px;
}
#top-info .wrap {
  width: 100%;
  padding: 0 15px;
}
#top-info .table {
  margin-top: 35px;
}

/* =========================================
    top  sp
    top-contact
========================================= */
#top-contact .bg {
  background: url(/img/top/menu-bg-top.png) no-repeat right -20px/70vw, url(/img/top/menu-bg-btm.png) no-repeat left calc(100% + 20px)/70vw, url(/img/all/pt01.png) left top, #161616;
}
#top-contact .inner {
  padding: 50px 15px;
}
#top-contact .container {
  display: block;
}
#top-contact .top-container {
  padding-right: 0;
}
#top-contact .txt {
  margin-top: 45px;
}
#top-contact .box {
  margin-top: 35px;
}
#top-contact .com-tel {
  text-align: center;
}
#top-contact .btn {
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .inner {
  padding: 50px 15px;
}
#top-news .container {
  position: relative;
  display: block;
  padding-bottom: 100px;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  margin-top: 0;
  position: unset;
}
#top-news .list {
  margin-left: 0;
  margin-right: 0;
  margin-top: 25px;
}
#top-news .list-top {
  display: block;
}
#top-news .list-link {
  padding: 25px 0;
}
#top-news .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

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

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

========================================= */
/* =========================================
    sub  SP
    sub-first
========================================= */
#sub-first .txt {
  text-align: left;
  margin-top: 30px;
}
#sub-first .container {
  display: block;
  margin-top: 35px;
}
#sub-first .container-img {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 60px;
}
#sub-first .container-img-top {
  width: 80%;
}
#sub-first .container-img-btm {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
}
#sub-first .container-wrap {
  width: 100%;
  padding-top: 0;
  margin-top: 40px;
  position: static;
}
#sub-first .container-ttl {
  position: static;
  writing-mode: horizontal-tb;
  transform: none;
  text-align: center;
  line-height: 1.5;
}
#sub-first .container-txt {
  margin-top: 25px;
  line-height: 2;
}
#sub-first .scene {
  display: block;
  margin-top: 60px;
  text-align: center;
}
#sub-first .scene-ttl {
  writing-mode: horizontal-tb;
}
#sub-first .scene-txt {
  margin-top: 20px;
  line-height: 2;
  text-align: left;
}
#sub-first .scene-box {
  display: flex;
  height: auto;
  margin-top: 30px;
  padding-bottom: 15px;
  gap: 15px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}
#sub-first .img01,
#sub-first .img02,
#sub-first .img03,
#sub-first .img04,
#sub-first .img05 {
  width: 220px;
  height: 220px;
  flex-shrink: 0;
  position: static;
  -o-object-fit: cover;
     object-fit: cover;
  scroll-snap-align: start;
}

#sub-popularity .ttl {
  padding: 12px 0;
}
#sub-popularity .list {
  margin-top: 35px;
}
#sub-popularity .list-item {
  display: block;
  padding: 35px 0;
}
#sub-popularity .list-img {
  width: 100%;
  height: 64vw;
  min-height: 224px;
  margin-top: 0;
}
#sub-popularity .list-num {
  margin-top: 20px;
}
#sub-popularity .list-ttl {
  margin-top: 15px;
}
#sub-popularity .list-txt {
  margin-top: 15px;
  line-height: 1.8;
}

#sub-question .list {
  margin-top: 35px;
}
#sub-question .list-item {
  padding: 25px 20px;
}
#sub-question .list-item:nth-of-type(n + 2) {
  margin-top: 25px;
}
#sub-question .list-top {
  gap: 12px;
  align-items: start;
}
#sub-question .list-q {
  width: 40px;
  height: 40px;
  line-height: 38px;
  margin-top: 7px;
}
#sub-question .list-btm {
  align-items: start;
  gap: 12px;
  margin-top: 20px;
}
#sub-question .list-a {
  width: 40px;
  height: 40px;
  line-height: 38px;
  margin-top: 5px;
}
#sub-question .list-txt {
  line-height: 1.6;
}

/* =========================================
    sub  SP
    sub-bnr
========================================= */
#sub-bnr .inner {
  padding: 50px 15px;
}
#sub-bnr .container {
  display: block;
}
#sub-bnr .link {
  display: block;
  width: 100%;
  max-width: 100%;
  flex-basis: auto;
  height: 200px;
  padding: 25px;
}
#sub-bnr .link:nth-of-type(n + 2) {
  margin-top: 20px;
}
#sub-bnr .link::after {
  width: 45px;
  height: 45px;
  bottom: 20px;
  right: 20px;
}
#sub-bnr .link-ttl {
  margin-top: 8px;
}

/* =========================================
    sub  SP
    sub-concept
========================================= */
#sub-concept .txt {
  text-align: left;
  margin-top: 30px;
}
#sub-concept .list {
  margin-top: 50px;
}
#sub-concept .list-item {
  display: block;
  width: 100%;
}
#sub-concept .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-concept .list-item:nth-of-type(odd) {
  justify-content: unset;
}
#sub-concept .list-item:nth-of-type(odd) .list-img {
  right: -50px;
}
#sub-concept .list-item:nth-of-type(odd) .list-wrap {
  padding: 50px 15px 30px;
  margin-right: -15px;
}
#sub-concept .list-item:nth-of-type(odd) .list-wrap::before {
  left: 50%;
}
#sub-concept .list-item:nth-of-type(even) {
  justify-content: unset;
}
#sub-concept .list-item:nth-of-type(even) .list-img {
  left: -50px;
}
#sub-concept .list-item:nth-of-type(even) .list-wrap {
  padding: 50px 15px 30px;
}
#sub-concept .list-item:nth-of-type(even) .list-wrap::before {
  right: unset;
  left: 50%;
}
#sub-concept .list-img {
  width: 100%;
  height: 60vw;
  max-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
}
#sub-concept .list-wrap {
  width: 100%;
  margin-top: -30px;
  z-index: 0;
}
#sub-concept .list-wrap::before {
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
#sub-concept .list-txt {
  margin-top: 15px;
  line-height: 2;
}

/* =========================================
    sub  SP
    sub-menu
========================================= */
#sub-menu .container {
  display: block;
}
#sub-menu .ttl {
  text-align: center;
}
#sub-menu .txt {
  margin-top: 35px;
}
#sub-menu .wrap {
  margin-top: 50px;
}
#sub-menu .wrap-box:nth-of-type(n + 2) {
  margin-top: 75px;
}
#sub-menu .wrap-box-txt {
  margin-top: 35px;
}
#sub-menu .wrap-box-note {
  margin-top: 15px;
}
#sub-menu .recommendation {
  display: block;
}
#sub-menu .recommendation-item {
  max-width: 100%;
}
#sub-menu .recommendation-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-menu .recommendation-img {
  height: 83.42vw;
  min-height: 292px;
}
#sub-menu .list-item {
  display: block;
  padding: 25px 0;
}
#sub-menu .list-img {
  width: 100%;
  height: 54.85vw;
  min-height: 192px;
  margin-bottom: 20px;
}
#sub-menu .list-wrap {
  gap: 15px 35px;
}
#sub-menu .list-ttl {
  width: auto;
  min-width: unset;
  flex-shrink: unset;
}
#sub-menu .list-fee {
  width: auto;
  min-width: unset;
}
#sub-menu .list-space {
  margin-top: 15px;
}

/* =========================================
    sub  SP
    sub-shop
========================================= */
#sub-greeting .bg {
  background: url(/img/top/menu-bg-top.png) no-repeat right -20px/70vw, url(/img/top/menu-bg-btm.png) no-repeat left calc(100% + 20px)/70vw, url(/img/all/pt01.png) left top, #161616;
}
#sub-greeting .ttl {
  text-align: center;
}
#sub-greeting .container {
  display: block;
  margin-top: 35px;
}
#sub-greeting .container-wrap {
  margin-top: 20px;
}
#sub-greeting .txt {
  line-height: 2;
  margin-top: 35px;
}

#sub-shop .table {
  margin-top: 35px;
}
#sub-shop .table th {
  width: 100%;
}
#sub-shop .map {
  height: 250px;
  margin-top: 35px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .com-news-post-flex {
  display: block;
}
#sub-news .com-news-post-link {
  padding: 30px 15px;
}
#sub-news .com-news-post-img {
  width: 250px;
  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-news-post-con {
  padding: 25px 15px;
}

/* =========================================
    sub  SP
    sub-contact
========================================= */
#sub-method .bg {
  background: url(/img/top/menu-bg-top.png) no-repeat right -20px/70vw, url(/img/top/menu-bg-btm.png) no-repeat left calc(100% + 20px)/70vw, url(/img/all/pt01.png) left top, #161616;
}
#sub-method .container {
  display: block;
}
#sub-method .container-box {
  margin-top: 35px;
}
#sub-method .ttl {
  text-align: center;
}
#sub-method .txt {
  text-align: left;
  line-height: 2;
  margin-top: 35px;
}
#sub-method .work {
  margin-top: 20px;
}

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

.contact-form-table {
  margin: 35px auto 0;
}

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

/* =========================================
    sub  SP
    sub-complete
========================================= */
#sub-complete .link {
  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 .container {
  margin-top: 35px;
}
#sub-privacy .privacy-box {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-error
========================================= */
#sub-error .ttl-main {
  font-size: 29px;
}
#sub-error .txt {
  letter-spacing: 0.09em;
}