@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
/* Noto Serif Japanese */
/* Lora */
/*	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 {
  padding-left: 10px;
}
.com-ttl01-sub::before {
  width: 15px;
  height: 1px;
  left: -25px;
}
.com-ttl01-main {
  margin-top: 15px;
}
.com-ttl01-main-sm {
  margin-top: 25px;
}

.com-btn01 {
  width: 300px;
  height: 60px;
  margin: 0 auto;
}
.com-btn01::after {
  right: 15px;
}

.com-tel {
  text-align: center;
}
.com-tel-svg {
  display: block;
  width: 200px;
  margin: 10px auto 0;
}

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

.com-table01 th {
  display: block;
  width: 100%;
  padding: 15px 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
}

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

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .bg {
  background: none;
}
#top-about .bg::before {
  position: absolute;
  content: "";
  width: 125px;
  height: 125px;
  bottom: -55px;
  right: 105px;
  background: url(/img/top/about-img02.jpg) no-repeat;
  background-size: 100%;
}
#top-about .bg::after {
  width: 120px;
  height: 173px;
  bottom: -122px;
}
#top-about .inner {
  padding: 75px 15px 100px;
  background: url(/img/top/about-deco.png) no-repeat right 20px/75px;
}
#top-about .container {
  width: 100%;
}
#top-about .img {
  width: 100%;
  margin-top: 20px;
}
#top-about .txt {
  margin-top: 15px;
}
#top-about .btn {
  margin-top: 35px;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .inner {
  padding: 100px 15px 125px;
}
#top-news .inner::after {
  width: 250px;
  height: 155px;
  right: 0;
  bottom: -110px;
}
#top-news .container {
  position: relative;
  display: block;
  padding-bottom: 100px;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .ttl::before {
  width: 110px;
  height: 50px;
  top: 20px;
  right: unset;
  left: 80px;
}
#top-news .list {
  display: block;
  max-width: 320px;
  margin: 35px auto 0;
}
#top-news .list-item {
  max-width: 100%;
}
#top-news .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#top-news .list-img {
  height: 210px;
  margin-top: 0;
}
#top-news .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

/* =========================================
    top  sp
    top-menu
========================================= */
#top-menu .bg::before {
  width: 270px;
  height: 200px;
  top: 110px;
}
#top-menu .bg::after {
  width: 194px;
  height: 121px;
  right: 150px;
}
#top-menu .inner {
  padding: 200px 15px 50px;
}
#top-menu .container::before {
  width: 140px;
  height: 61px;
  top: -3px;
  left: 105px;
}
#top-menu .ttl {
  padding-left: 10px;
}
#top-menu .list {
  margin-top: 35px;
  flex-wrap: wrap;
  gap: 15px;
}
#top-menu .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#top-menu .list-link::before {
  width: 100px;
  height: 100px;
  top: -10px;
  left: -10px;
}
#top-menu .list-ttl {
  text-align: left;
  margin-top: 5px;
}
#top-menu .list-ttl::after {
  min-width: 35px;
  min-height: 35px;
}

/* =========================================
    top  sp
    top-rent
========================================= */
#top-rent .bg::before {
  display: none;
}
#top-rent .bg::after {
  width: 198px;
  height: 98px;
  right: 0px;
}
#top-rent .container-inner {
  padding: 50px 15px 115px;
}
#top-rent .img {
  margin-top: 25px;
}
#top-rent .txt {
  margin-top: 35px;
}
#top-rent .btn {
  margin-top: 35px;
}

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

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

========================================= */
/* =========================================
    sub  SP
    sub-about
========================================= */
#sub-concept .bg {
  overflow: unset;
}
#sub-concept .inner {
  padding: 50px 15px 75px;
  z-index: 2;
}
#sub-concept .inner::after {
  width: 130px;
  height: 130px;
  bottom: -65px;
}
#sub-concept .container-img {
  position: unset;
  width: 100%;
  margin-top: 20px;
}
#sub-concept .txt {
  margin-top: 30px;
}
#sub-concept .wrap {
  margin-top: 25px;
}

#sub-scene .inner::before {
  width: 250px;
  height: 140px;
}
#sub-scene .inner::after {
  width: 140px;
  height: 64px;
  top: -25px;
  left: 10px;
}
#sub-scene .container-wrap {
  display: block;
}
#sub-scene .txt {
  margin-top: 25px;
}
#sub-scene .list {
  display: block;
  margin-top: 35px;
  padding: 0;
}
#sub-scene .list-item {
  max-width: 100%;
}
#sub-scene .list-item:nth-of-type(n + 2) {
  margin-top: 25px;
}
#sub-scene .list-img {
  width: 150px;
}
#sub-scene .list-ttl {
  margin-top: 15px;
}
#sub-scene .list-txt {
  margin-top: 15px;
}

#sub-commitment .inner::after {
  width: 94px;
  height: 120px;
  top: -43px;
  right: 10px;
}
#sub-commitment .ttl-sub {
  padding-top: 25px;
}
#sub-commitment .ttl-sub::before {
  height: 15px;
}
#sub-commitment .list {
  margin-top: 50px;
  display: block;
}
#sub-commitment .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-commitment .list-ttl {
  margin-top: 20px;
}

/* =========================================
    sub  SP
    sub-menu
========================================= */
#sub-btn-list .container {
  flex-wrap: wrap;
  gap: 15px;
}

#sub-morning .container-wrap,
#sub-lunch .container-wrap,
#sub-takeout .container-wrap,
#sub-other .container-wrap {
  height: 300px;
}
#sub-morning .container-wrap::before,
#sub-lunch .container-wrap::before,
#sub-takeout .container-wrap::before,
#sub-other .container-wrap::before {
  width: 970px;
}
#sub-morning .txt,
#sub-lunch .txt,
#sub-takeout .txt,
#sub-other .txt {
  margin-top: 35px;
  text-align: left;
}
#sub-morning .wrap-box:nth-of-type(n + 2),
#sub-lunch .wrap-box:nth-of-type(n + 2),
#sub-takeout .wrap-box:nth-of-type(n + 2),
#sub-other .wrap-box:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-morning .wrap-ttl,
#sub-lunch .wrap-ttl,
#sub-takeout .wrap-ttl,
#sub-other .wrap-ttl {
  padding: 15.6px 15px;
}
#sub-morning .list-item,
#sub-lunch .list-item,
#sub-takeout .list-item,
#sub-other .list-item {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  gap: 0;
}
#sub-morning .list-item:nth-of-type(n + 2),
#sub-lunch .list-item:nth-of-type(n + 2),
#sub-takeout .list-item:nth-of-type(n + 2),
#sub-other .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-morning .list-item:nth-of-type(2n),
#sub-lunch .list-item:nth-of-type(2n),
#sub-takeout .list-item:nth-of-type(2n),
#sub-other .list-item:nth-of-type(2n) {
  flex-direction: column-reverse;
}
#sub-morning .list-img,
#sub-lunch .list-img,
#sub-takeout .list-img,
#sub-other .list-img {
  width: 100%;
  height: 60.85vw;
  min-height: 213px;
}
#sub-morning .list-wrap,
#sub-lunch .list-wrap,
#sub-takeout .list-wrap,
#sub-other .list-wrap {
  margin-top: 25px;
}
#sub-morning .other,
#sub-lunch .other,
#sub-takeout .other,
#sub-other .other {
  display: block;
  margin-top: 10px;
}
#sub-morning .other-item,
#sub-lunch .other-item,
#sub-takeout .other-item,
#sub-other .other-item {
  width: 100%;
  max-width: 100%;
  padding: 15px 0;
}

/* =========================================
    sub  SP
    sub-rent
========================================= */
#sub-rent .inner {
  background: url(/img/top/about-deco.png) no-repeat right 42px/25vw;
}
#sub-rent .txt {
  margin-top: 35px;
}
#sub-rent .list {
  flex-wrap: wrap;
  gap: 25px 15px;
}
#sub-rent .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#sub-rent .list-ttl {
  font-size: 17px;
}

#sub-note .list {
  margin-top: 35px;
  padding-left: 25px;
}
#sub-note .list-item::before {
  width: 35px;
  height: 35px;
  left: -30px;
  top: -3px;
}
#sub-note .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}

#sub-rent-contact .list {
  display: block;
  margin-top: 35px;
}
#sub-rent-contact .instagram-btn span::after {
  width: 25px;
  height: 25px;
  left: 25px;
}
#sub-rent-contact .mail-btn {
  margin-top: 25px;
}
#sub-rent-contact .mail-btn span::after {
  width: 25px;
  height: 19px;
  left: 25px;
}
#sub-rent-contact .com-tel {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-shop
========================================= */
#sub-shop .shop {
  text-align: center;
  margin-top: 35px;
  padding: 15px 10px;
  border-bottom: 1px solid #2b2b2b;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sub-shop .shop {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-shop .shop span {
  padding-right: 20px;
}
#sub-shop .table th {
  display: table-cell;
  width: 120px;
  vertical-align: middle;
  padding: 15px 10px 15px 0;
}
#sub-shop .table td {
  display: table-cell;
}

#sub-map .map {
  height: 250px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .com-time {
  text-align: left;
}
#sub-news .com-news-post-flex {
  display: block;
}
#sub-news .com-news-post-link {
  padding: 30px 15px;
}
#sub-news .com-news-post-link::before {
  width: 120px;
  height: 120px;
  top: -12px;
  left: -12px;
}
#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;
}
#news-detail .com-news-post-con::before {
  width: 120px;
  height: 120px;
  top: -12px;
  left: -12px;
}

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

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