@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
/* Noto Sans Japanese */
/*	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-ttl03 {
  padding-left: 15px;
  padding-bottom: 10px;
}
.com-ttl03::before {
  width: 2px;
  height: 20px;
  top: 6px;
}

.com-tel {
  text-align: center;
  padding-bottom: 15px;
}
.com-tel-svg {
  width: 200px;
}

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

.com-table01 th {
  display: block;
  width: 100%;
  padding: 15px 10px;
  text-align: left;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
  border-top: none;
  border-left: 1px solid #5a3d29;
}

/* =========================================
    top  sp
    top-message
========================================= */
#top-message .inner::before {
  width: 114px;
  height: 78px;
  right: 5px;
  top: 133px;
}
#top-message .inner::after {
  width: 163px;
  height: 92px;
  left: 5px;
  bottom: 140px;
}
#top-message .wrap {
  margin-top: 35px;
}
#top-message .wrap-box {
  flex-wrap: wrap;
}
#top-message .wrap-box:nth-of-type(n + 2) {
  flex-direction: column-reverse;
  margin-top: 50px;
}
#top-message .img {
  width: 100%;
}
#top-message .txt {
  margin-top: 15px;
}
#top-message .box {
  display: block;
}
#top-message .btn {
  margin: 0 auto;
}
#top-message .btn:nth-of-type(n + 2) {
  margin-top: 20px;
}

/* =========================================
    top  sp
    top-banner
========================================= */
#top-banner .inner {
  padding: 100px 15px 50px;
}
#top-banner .inner::before {
  display: none;
}
#top-banner .inner::after {
  display: none;
}
#top-banner .wrap {
  width: 100%;
  padding: 66.2vw 15px 50px 10px;
}
#top-banner .wrap:nth-of-type(n + 2) {
  padding: 66.2vw 0 50px 35px;
}
#top-banner .wrap-img01 {
  width: 90%;
  left: -15px;
}
#top-banner .wrap-img02 {
  width: 90%;
  right: -15px;
}
#top-banner .btn {
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-app
========================================= */
#top-app .bg {
  background: url(/img/top/app-img.jpg) no-repeat center bottom/100%, url(/img/all/pt01.png) left top;
}
#top-app .inner {
  padding-bottom: 125px;
}
#top-app .container {
  display: block;
}
#top-app .wrap:nth-of-type(n + 2) {
  margin-top: 35px;
}
#top-app .uber {
  width: 150px;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .container {
  position: relative;
  display: block;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .list {
  display: block;
  margin-top: 35px;
}
#top-news .list-item {
  width: 100%;
  max-width: 100%;
}
#top-news .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#top-news .list-img {
  width: 320px;
  margin: 0 auto 20px;
}
#top-news .list-top {
  display: block;
}

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

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

========================================= */
/* =========================================
    sub  SP
    sub-beans
========================================= */
#sub-choose .list {
  display: block;
  margin-top: 35px;
}
#sub-choose .list-item {
  width: 100%;
  max-width: 100%;
}
#sub-choose .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-choose .list-img {
  width: 200px;
  height: 200px;
}
#sub-choose .list-ttl {
  margin-top: 15px;
  padding-bottom: 20px;
}

#sub-beans .note {
  margin-top: 35px;
}
#sub-beans .list {
  margin-top: 35px;
}
#sub-beans .list-item {
  padding: 30px 15px 35px;
}
#sub-beans .list-wrap {
  display: block;
}
#sub-beans .list-img {
  width: 100%;
  max-width: 320px;
  margin: 25px auto 0;
}
#sub-beans .table {
  margin-top: 25px;
}
#sub-beans .table th {
  width: 100%;
  padding: 10px 10px;
}
#sub-beans .table td {
  min-width: 240px;
  padding: 10px 20px;
}
@media screen and (min-width: 400px) {
  #sub-beans .table td {
    min-width: 280px;
  }
}

/* =========================================
    sub  SP
    sub-space
========================================= */
#sub-space .inner::before {
  width: 125px;
  height: 72px;
  top: 130px;
}
#sub-space .list-item {
  width: 95%;
  padding: 31.4vw 20px 25px 25px;
}
@media screen and (min-width: 400px) {
  #sub-space .list-item {
    padding: 35vw 20px 25px 25px;
  }
}
#sub-space .list-item:nth-of-type(2) {
  padding: 31.4vw 20px 25px 25px;
}
@media screen and (min-width: 400px) {
  #sub-space .list-item:nth-of-type(2) {
    padding: 35vw 20px 25px 25px;
  }
}
#sub-space .img01 {
  width: 71.4vw;
  min-width: 250px;
  height: 44.5vw;
  min-height: 156px;
  top: -70px;
  left: -20px;
}
#sub-space .img02 {
  width: 71.4vw;
  min-width: 250px;
  height: 44.5vw;
  min-height: 156px;
  top: -70px;
  right: -20px;
}

#sub-child .inner::before {
  width: 114px;
  height: 77px;
  top: 175px;
}
#sub-child .list {
  display: block;
}
#sub-child .list-item {
  width: 100%;
  max-width: 100%;
}
#sub-child .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}

/* =========================================
    sub  SP
    sub-menu
========================================= */
#sub-menu .list {
  margin-top: 35px;
}
#sub-menu .list-item {
  display: block;
  padding: 15px 15px 20px;
}
#sub-menu .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-menu .list-img {
  width: 100%;
  height: 77.7vw;
  min-height: 272px;
  margin-top: 0;
}
#sub-menu .list-ttl {
  margin-top: 15px;
}

#sub-goods .note {
  margin: 35px auto 0;
}
#sub-goods .note-txt {
  padding-left: 20px;
}
#sub-goods .list {
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 35px;
}
#sub-goods .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#sub-goods .list-img {
  height: 27.4vw;
  min-height: 96px;
}
#sub-goods .list-ttl {
  font-size: 17px;
  margin-top: 15px;
  padding-left: 10px;
}
#sub-goods .list-ttl::before {
  height: 18px;
  top: 6px;
}
#sub-goods .list-fee {
  margin-top: 10px;
}
#sub-goods .list-txt {
  margin-top: 10px;
}

/* =========================================
    sub  SP
    sub-shop
========================================= */
#sub-greeting .inner::after {
  width: 146px;
  height: 68px;
  bottom: 20px;
  right: 10px;
}
#sub-greeting .wrap {
  display: block;
  margin-top: 35px;
}
#sub-greeting .img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
#sub-greeting .txt {
  margin-top: 15px;
}

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

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .com-ttl03 {
  padding-bottom: 8px;
}
#sub-news .com-news-post-flex {
  display: block;
}
#sub-news .com-news-post-link {
  padding: 30px 15px 40px;
}
#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 .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 {
  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 .wrap {
  margin-top: 35px;
}
#sub-privacy .privacy-box {
  margin-top: 25px;
}

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