<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*==========================================
SP共通
===========================================*/
body {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #2b2b2b;
  line-height: 1.8;
  text-align: center;
  letter-spacing: .08em;
  font-size: 3.55vw;
  word-break: break-all;
}

img {
  max-width: 100%;
  height: auto;
}

/*==========================================
サイトの標準横幅と内部余白
===========================================*/
.inbox {
  padding: 0 6%;
  margin: 0 auto;
}

.com-pd {
  padding: 15vw 0;
}

.com-pt {
  padding-top: 15vw;
}

.com-pb {
  padding-bottom: 15vw;
}

.com-mb {
  margin-bottom: 15vw;
}

/*==========================================
SP非表示
===========================================*/
.sp-none {
  display: none !important;
}

/*==========================================
パンくずリスト
===========================================*/
div .bread {
  display: none;
}

/*==========================================
共通ブロック・要素
===========================================*/
.txt-blc {
  text-align: left;
}
.txt-blc p {
  margin-bottom: 5%;
  line-height: 1.8;
}
.txt-blc p:last-child {
  margin-bottom: 0;
}

#g-map h4 {
  font-size: 3.8vw;
  font-weight: 700;
  margin-bottom: 25;
}
#g-map h4 span {
  padding-left: 5%;
}
#g-map .map {
  border: 3px solid #fff;
  position: relative;
  width: 100%;
  padding: calc(315 / 560 * 100%) 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}
#g-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.more-btn {
  border: 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 3.5% 2%;
  font-size: 3.65vw;
  display: block;
}
.more-btn span {
  position: relative;
}
.more-btn span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -6vw;
  right: auto;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 1px solid #2b2b2b;
  border-right: 1px solid #2b2b2b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.more-btn:hover {
  opacity: 1;
  background: #2b2b2b;
  color: #fff;
}
.more-btn:hover span {
  position: relative;
}
.more-btn:hover span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -6vw;
  right: auto;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-dl {
  text-align: left;
}
.com-dl &gt; dl &gt; dt {
  background: #9c8d83;
  color: #fff;
  padding: 2% 3%;
}
.com-dl &gt; dl &gt; dd {
  padding: 3%;
}
.com-dl &gt; dl &gt; dd a[href^="tel:"],
.com-dl &gt; dl &gt; dd a[href^="mailto:"] {
  text-decoration: underline;
}

/*==========================================
エントランスページ
===========================================*/
.entrance-hd {
  background: url(../img/top/hd-bg.png) right center no-repeat;
  height: 12vw;
}
.entrance-hd .hd-inner {
  padding: 2% 4%;
  background: url(../img/top/hd-inner_bg.png) right center/50% no-repeat;
}
.entrance-hd h1 {
  width: 35%;
  line-height: 1;
}
.entrance-hd .hd-right {
  display: none;
}
.entrance-hd .hd-right .hd-contact {
  width: 555px;
  margin: 0 0 10px auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.entrance-hd .hd-right .hd-contact .num {
  font-size: 30px;
  font-weight: 700;
  padding-left: 30px;
  background: url(../img/top/hd-tel_icon.png) left center no-repeat;
}
.entrance-hd .hd-right .hd-contact .mail {
  width: 170px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: url(../img/top/hd-mail_icon.png) left 15px center no-repeat, #8b0003;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
}
.entrance-hd .hd-right .hd-contact .sns {
  width: 75px;
}
.entrance-hd .hd-right address {
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 10px;
  font-size: 17px;
  text-align: left;
  letter-spacing: .05em;
}
.entrance-hd .hd-right address dl:first-child {
  width: 380px;
  margin-right: 5px;
}
.entrance-hd .hd-right address dl:last-child {
  width: 315px;
}
.entrance-hd .hd-right address dt {
  font-weight: 600;
  position: relative;
  padding-right: 4px;
  margin-right: 3px;
}
.entrance-hd .hd-right address dt:after {
  width: 1px;
  height: 18px;
  background: #aaa;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  content: '';
  right: 0;
}

.dual {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 15px;
  background: url(../img/top/ft-bg.png) bottom center/100% 15px repeat-x;
  height: calc(100vh - 12vw);
  height: calc(100svh - 12vw);
}
.dual section {
  width: 100%;
  height: 50%;
  position: relative;
  overflow: hidden;
}
.dual section:nth-child(1) {
  background: url(../img/top/left_bg.png) center/cover no-repeat;
}
.dual section:nth-child(2) {
  background: url(../img/top/right_bg.png) center/cover no-repeat;
}
.dual section a {
  width: 90%;
  display: block;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 10% 5%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.29);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.29);
}
.dual section a h2 {
  font-size: 5.35vw;
}
.dual section a h2 span {
  display: inline-block;
  margin-top: 3vw;
  padding: 3% 0;
  font-size: 4.35vw;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.entrance-ft #copyright {
  font-size: 10px;
  word-break: normal;
  color: #fff;
  background: #000;
  padding: 5px 0;
}
.entrance-ft #copyright a {
  color: #fff;
}

/*==========================================
header
===========================================*/
.com-hd {
  padding: 2% 4%;
  position: fixed;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  right: 0;
  z-index: 1001;
  top: 0;
  height: 12vw;
}
.com-hd h1 {
  width: 28%;
  line-height: 1;
}
.com-hd .hd-right {
  display: none;
}

/*==========================================
メインビジュアル
===========================================*/
#mv {
  position: relative;
  height: 40vw;
  margin-top: 12vw;
}
#mv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*==========================================
グローバルナビ
===========================================*/
#nav-toggle {
  position: fixed;
  top: 2px;
  right: 3%;
  width: 43px;
  height: 43px;
  cursor: pointer;
  z-index: 1006;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#nav-toggle &gt; div {
  position: relative;
  width: 26px;
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #9c8d83;
  position: absolute;
  -webkit-transition: top .3s ease, -webkit-transform .3s ease-in-out;
  transition: top .3s ease, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, top .3s ease;
  transition: transform .3s ease-in-out, top .3s ease, -webkit-transform .3s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: -9px;
}
#nav-toggle span:nth-child(2) {
  top: 0;
}
#nav-toggle span:nth-child(3) {
  top: 9px;
}

.open #nav-toggle span {
  background: #9c8d83;
}
.open #nav-toggle span:nth-child(1) {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#container {
  z-index: 1005;
}

#global-nav {
  background: #f7f1e7;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1005;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.5vw;
  opacity: 0;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  transition: opacity .3s ease, visibility .3s ease;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  letter-spacing: .1em;
  /*--- ↓スクロールバー ----*/
  overflow-y: auto;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
#global-nav #nav-inner {
  width: 80%;
}
#global-nav .sp-nav {
  list-style: none;
  margin-bottom: 5vw;
}
#global-nav .sp-nav &gt; li {
  letter-spacing: 2px;
  opacity: 0;
  text-align: left;
  font-weight: 500;
  border-bottom: 1px dotted;
}
#global-nav .sp-nav &gt; li a {
  display: block;
  color: #2b2b2b;
  text-decoration: none;
  padding: 3.5% 0;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}
#global-nav .sp-nav .current {
  font-weight: 700;
}
#global-nav .sp-nav .current a span {
  position: relative;
}
#global-nav .sp-nav .current a span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 2px solid #2b2b2b;
  border-right: 2px solid #2b2b2b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#global-nav .sp-nav .current a span {
  display: block;
  padding-left: 7%;
}
#global-nav dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: left;
  margin-bottom: 2vw;
}
#global-nav dl dt:after {
  content: ':';
  padding: 0 3px;
}
#global-nav .num {
  font-size: 5.45vw;
  padding-left: 9%;
  background: url(../img/common/hd-tel_icon.png) left center/13% no-repeat;
}
#global-nav .mail {
  width: 200px;
  margin: 5vw auto;
  display: block;
  padding: 3.5% 2% 3.5% 8%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 3.7vw;
  background: url(../img/common/hd-mail_icon.png) left 16% center/11% no-repeat, #9c8d83;
}
#global-nav .sns {
  width: 30%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#global-nav .sns li {
  width: 38%;
}

/* open */
.open #global-nav {
  visibility: visible;
  opacity: 1;
}
.open #global-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

/*==========================================
トップページ
===========================================*/
/*----------------------------
どこでも楽しめる
フレンチ・イタリアンのテイクアウト
-----------------------------*/
#top-about {
  padding: 12vw 0 15vw 0;
}
#top-about .inbox {
  position: relative;
  z-index: 1;
}
#top-about .inbox:before {
  position: absolute;
  content: '';
  background: url('../img/home/about-right_illust.png?1675134290');
  width: 242px;
  height: 239px;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 39%;
  background-size: 100%;
  height: 40vw;
  z-index: -1;
}
#top-about .inbox:after {
  position: absolute;
  content: '';
  background: url('../img/home/about-left_illust.png?1675134290');
  width: 292px;
  height: 220px;
  top: auto;
  right: auto;
  bottom: 18vw;
  left: 0;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 42%;
  height: 32vw;
  background-size: 100%;
  z-index: -1;
}
#top-about h2 {
  font-size: 5.45vw;
  font-weight: 700;
  margin-bottom: 7vw;
}
#top-about p {
  text-align: left;
  margin-bottom: 5vw;
}
#top-about .more-btn {
  width: 65%;
  margin: 0 auto;
}

/*----------------------------
テイクアウトメニュー/ご利用シーンで選ぶ
-----------------------------*/
#top-links {
  background: #f7f1e7;
  padding: 5% 0;
}
#top-links .sec-wrap {
  border-top: 2px solid #9c8d83;
  border-bottom: 2px solid #9c8d83;
  padding: 12vw 0;
}
#top-links .sec-wrap a {
  width: 100%;
  display: block;
  border: 2px solid #9c8d83;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 13vw 0;
  margin-bottom: 7vw;
}
#top-links .sec-wrap a:first-child {
  background: url(../img/home/takeout-bg.png) center/cover no-repeat;
}
#top-links .sec-wrap a:last-child {
  margin-bottom: 0;
  background: url(../img/home/scene-bg.png) center/cover no-repeat;
}
#top-links .sec-wrap a h2 {
  font-size: 5.25vw;
  font-weight: 700;
  margin-bottom: 3vw;
}
#top-links .sec-wrap a h2 span {
  position: relative;
}
#top-links .sec-wrap a h2 span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -8vw;
  right: auto;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 2px solid #2b2b2b;
  border-right: 2px solid #2b2b2b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*----------------------------
テイクアウトご利用案内
-----------------------------*/
#top-takeout {
  padding: 15vw 0 12vw 0;
}
#top-takeout .wrap {
  background: #d1bab8;
  border-radius: 10px;
  position: relative;
  padding: 12vw 4%;
}
#top-takeout h2 {
  width: 100%;
  margin: 0 auto;
  background: #baa6a4;
  font-size: 5.45vw;
  color: #fff;
  border-radius: 5px;
  padding: 3% 0;
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  margin: 0 auto;
}
#top-takeout .reserve-wrap {
  margin: 0 auto 10vw auto;
  position: relative;
}
#top-takeout .reserve-wrap h3 {
  font-size: 4.75vw;
  padding-bottom: 2%;
  border-bottom: 1px solid;
  margin-bottom: 5vw;
}
#top-takeout .reserve-wrap .reserve-lists {
  margin-bottom: 20vw;
}
#top-takeout .reserve-wrap .reserve-lists li {
  width: 60vw;
  margin: 0 auto 7vw auto;
  height: 60vw;
  background: #fff;
  border-radius: 50%;
  padding: 15vw 0 3vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#top-takeout .reserve-wrap .reserve-lists li:last-child {
  margin-bottom: 0;
}
#top-takeout .reserve-wrap .reserve-lists li dt {
  font-size: 4.85vw;
  margin-bottom: 4vw;
}
#top-takeout .reserve-wrap .reserve-lists li dd .num {
  font-size: 5.45vw;
  padding-left: 15%;
  display: inline-block;
  margin-bottom: 4vw;
  text-decoration: underline;
  background: url(../img/home/guide-tel_icon.png) left center/15% no-repeat;
}
/*
#top-takeout .reserve-wrap .reserve-lists li:nth-child(1) a {
  display: block;
  width: 30%;
  margin: 0 auto;
}
#top-takeout .reserve-wrap .reserve-lists li:nth-child(3) a {
  display: block;
  width: 27%;
  margin: 0 auto;
}
*/
#top-takeout .reserve-wrap .reserve-lists li:nth-child(2) a {
  display: block;
  width: 27%;
  margin: 0 auto;
}
#top-takeout .reserve-wrap .markup {
  width: 62%;
  padding: 5% 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #baa6a4;
  position: absolute;
  right: -8vw;
  bottom: -12vw;
  border-radius: 10px;
  color: #fff;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
#top-takeout .reserve-wrap .markup:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #baa6a4 transparent;
  left: 25px;
  top: -15px;
}
#top-takeout .box-wrap .box {
  margin-bottom: 7vw;
}
#top-takeout .box-wrap .box:last-child {
  margin-bottom: 0;
}
#top-takeout .box-wrap .box .inner {
  background: #fff;
  border-radius: 10px;
  padding: 7% 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
}
#top-takeout .box-wrap .box h3 {
  font-size: 4.65vw;
  border-bottom: 1px solid;
  margin-bottom: 5vw;
  padding-bottom: 2vw;
}
#top-takeout .box-wrap .box li {
  text-align: left;
  position: relative;
  padding-left: 6%;
  margin-bottom: 3%;
}
#top-takeout .box-wrap .box li:last-child {
  margin-bottom: 0;
}
#top-takeout .box-wrap .box li:before {
  position: absolute;
  content: '・';
  left: 0;
  top: 0;
}
#top-takeout .box-wrap .box dl {
  margin-bottom: 5vw;
}
#top-takeout .box-wrap .box dl:last-child {
  margin-bottom: 0;
}
#top-takeout .box-wrap .box dt {
  font-size: 4.35vw;
}
#top-takeout .box-wrap .box p {
  text-align: left;
}

/*----------------------------
配達エリア
-----------------------------*/
#top-area {
  background: #f7f1e7;
  padding: 5% 0;
}
#top-area .sec-wrap {
  border-top: 2px solid #9c8d83;
  border-bottom: 2px solid #9c8d83;
  padding: 12vw 0;
}
#top-area h2 {
  font-size: 5.45vw;
  margin-bottom: 5vw;
}
#top-area h3 {
  font-size: 4.85vw;
  margin-bottom: 5vw;
}
#top-area .box {
  background: url(../img/home/map.png) center right 59% no-repeat, #fff;
  border-right: 10px;
  height: 75vw;
  position: relative;
}
#top-area .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 58%;
  padding: 5% 4%;
  position: absolute;
  right: 3%;
  bottom: -7vw;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
#top-area .box ul li {
  width: 50%;
  text-align: left;
}
#top-area .box ul li:before {
  content: '・';
}

/*----------------------------
お知らせ
-----------------------------*/
#top-news {
  padding: 12vw 0;
}
#top-news .inbox {
  position: relative;
}
#top-news h2 {
  font-size: 5.5vw;
  margin-bottom: 7vw;
}
#top-news .news-wrap article {
  text-align: left;
  margin-bottom: 7vw;
}
#top-news .news-wrap article:last-child {
  margin-bottom: 0;
}
#top-news .news-wrap article a {
  border-left: 1px solid #ccc;
  padding-left: 4%;
  display: block;
}
#top-news .news-wrap article time {
  width: 25%;
  font-size: 2.7vw;
}
#top-news .news-wrap article .category-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top-news .news-wrap article .category-label li {
  font-size: 2.7vw;
  margin-right: 2%;
  margin-bottom: 2%;
  background: #2b2b2b;
  color: #fff;
  padding: 0 2%;
}
#top-news .news-wrap article .category-label li:last-child {
  margin-right: 0;
}
#top-news .news-wrap article .post-meta {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#top-news .view-more {
  width: 28%;
  margin: 7vw 0 0 auto;
  border-bottom: 1px solid;
  display: block;
}
#top-news .view-more span {
  position: relative;
}
#top-news .view-more span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -25px;
  right: auto;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 2px solid #2b2b2b;
  border-right: 2px solid #2b2b2b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*----------------------------
アクセス
-----------------------------*/
#top-access {
  background: #f7f1e7;
  padding: 5% 0;
}
#top-access h2 {
  font-size: 5.5vw;
  margin-bottom: 7vw;
}
#top-access .sec-wrap {
  border-top: 2px solid #9c8d83;
  border-bottom: 2px solid #9c8d83;
  padding: 12vw 0;
}
#top-access ul li {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  font-size: 4vw;
  padding: 2% 0;
  margin-bottom: 5vw;
}

/*==========================================
footer
===========================================*/
.com-ft {
  margin-top: 40vw;
  padding: 55vw 0 7vw 0;
  background: url(../img/common/ft-line.png) bottom center repeat-x, #f7f1e7;
}
.com-ft .img-blc {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -75vw auto 0 auto;
}
.com-ft .img-blc li {
  width: 32%;
  height: 30vw;
  margin-right: 1%;
  margin-bottom: 2%;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
.com-ft .img-blc li:nth-child(3), .com-ft .img-blc li:last-child {
  margin-right: 0;
}
.com-ft .inbox {
  position: relative;
}
.com-ft .wrap {
  padding: 7vw 0;
}
.com-ft .ft-left .ft-logo {
  width: 32%;
  margin: 0 auto 5vw auto;
}
.com-ft .ft-left address {
  font-size: 16px;
  letter-spacing: .05em;
  margin-bottom: 10px;
}
.com-ft .ft-left dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4vw;
  font-size: 3.45vw;
}
.com-ft .ft-left dt {
  width: 19%;
  position: relative;
  text-align: left;
}
.com-ft .ft-left dt:after {
  position: absolute;
  content: ':';
  right: 0;
  top: 0;
}
.com-ft .ft-left dd {
  width: 81%;
  text-align: left;
  padding-left: 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.com-ft .ft-left .num {
  font-size: 5vw;
  display: inline-block;
  font-weight: 700;
  padding-left: 9%;
  text-decoration: underline;
  margin-bottom: 3vw;
  background: url(../img/common/ft-tel_icon.png) left center/14% no-repeat;
}
.com-ft .ft-left .open {
  margin-bottom: 5vw;
}
.com-ft .ft-left .mail {
  width: 85%;
  margin: 0 auto 5vw auto;
  display: block;
  padding: 3.5% 2% 3.5% 10%;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/common/hd-mail_icon.png) left 16% center/9% no-repeat, #9c8d83;
}
.com-ft .ft-right .sns {
  width: 34%;
  margin: 0 0 5vw auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.com-ft .ft-right .sns li {
  width: 36%;
}
.com-ft .ft-right .btn {
  width: 100%;
  display: block;
  margin: 0 0 15px auto;
  padding: 4% 2% 4% 10%;
  font-size: 3.75vw;
  background: #fff;
  border: 2px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.com-ft .ft-right .btn span {
  position: relative;
}
.com-ft .ft-right .btn span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  right: auto;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 2px solid #2b2b2b;
  border-right: 2px solid #2b2b2b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.com-ft .ft-right .ft-nav {
  margin-top: 7vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.com-ft .ft-right .ft-nav li {
  font-size: 2.75vw;
}
.com-ft .ft-right .ft-nav li:nth-last-child(n+5) {
  display: none;
}
.com-ft .entrance {
  display: block;
  width: 35%;
  margin: 0 0 5% auto;
  font-size: 2.7vw;
  text-decoration: underline;
}
.com-ft #copyright {
  font-size: 10px;
  word-break: normal;
}

/*==========================================
サブビジュアル
===========================================*/
.lower-sv {
  position: relative;
  height: 35vw;
  margin-top: 12vw;
}
.lower-sv h2 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 5.7vw;
  color: #fff;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.1);
}

.sec-wrap {
  border-top: 1px solid;
  border-bottom: 1px solid;
}

#about-sv {
  background: url(../img/sv/about-sv.png) center/cover no-repeat;
}

#scene-sv {
  background: url(../img/sv/scene-sv.png) center/cover no-repeat;
}

#takeout-sv {
  background: url(../img/sv/takeout-sv.png) center/cover no-repeat;
}

#info-sv {
  background: url(../img/sv/info-sv.png) center/cover no-repeat;
}

#news-sv {
  background: url(../img/sv/news-sv.png) center/cover no-repeat;
}

#contact-sv {
  background: url(../img/sv/contact-sv.png) center/cover no-repeat;
}

#complete-sv {
  background: url(../img/sv/complete-sv.png) center/cover no-repeat;
}

#e404-sv {
  background: url(../img/sv/e404-sv.png) center/cover no-repeat;
}

#site-sv {
  background: url(../img/sv/site-sv.png) center/cover no-repeat;
}

#privacy-sv {
  background: url(../img/sv/privacy-sv.png) center/cover no-repeat;
}

/*==========================================
共通タイトル
===========================================*/
.ttl01 {
  font-size: 5.5vw;
  margin-bottom: 7vw;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
}

.ttl02 {
  text-align: left;
  font-size: 4.3vw;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #efefef;
  padding-bottom: 2vw;
  margin-bottom: 3vw;
}

/*==========================================
当店について
===========================================*/
#sincerite {
  background: url(../img/about/sincerite-left_bg.png) left top/44.1666% no-repeat, url(../img/about/sincerite-right_bg.png) right bottom/53.28125% no-repeat;
}
#sincerite p {
  text-align: left;
  margin-bottom: 5vw;
}
#sincerite .name {
  font-size: 4.25vw;
  color: #baa6a4;
  text-align: center;
  padding: 3% 2%;
  border-top: 2px solid #baa6a4;
  border-bottom: 2px solid #baa6a4;
}

#faq {
  background: #f7f1e7;
  padding: 5%;
}
#faq .faq-lists &gt; li {
  margin-bottom: 7vw;
}
#faq .faq-lists &gt; li:last-child {
  margin-bottom: 0;
}
#faq .faq-lists &gt; li dt, #faq .faq-lists &gt; li dd {
  position: relative;
  padding: 4% 3% 4% 14%;
  text-align: left;
}
#faq .faq-lists &gt; li dt:before, #faq .faq-lists &gt; li dd:before {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  left: 3%;
  font-size: 4.2vw;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
#faq .faq-lists &gt; li dt {
  background: #9c8d83;
  font-size: 4.65vw;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
#faq .faq-lists &gt; li dt:before {
  content: 'Q';
  color: #9c8d83;
  background: #fff;
  top: 5vw;
}
#faq .faq-lists &gt; li dd {
  background: #fff;
  border-radius: 0 0 10px 10px;
}
#faq .faq-lists &gt; li dd:before {
  background: #9c8d83;
  color: #fff;
  content: 'A';
  top: 3vw;
}

/*==========================================
テイクアウト
===========================================*/
/*--------------------------
一覧ページ
---------------------------*/
#takeout .category-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10vw;
}
#takeout .category-btn li {
  width: 48%;
  margin-bottom: 4vw;
}
#takeout .category-btn li:nth-child(2n+1):nth-last-child(-n+2), #takeout .category-btn li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
  margin-bottom: 0;
}
#takeout .category-btn li a {
  display: block;
  padding: 4% 2% 4% 8%;
  border: 2px solid;
}
#takeout .category-btn li a span {
  position: relative;
}
#takeout .category-btn li a span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -8px;
  right: auto;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #2b2b2b;
  border-right: 2px solid #2b2b2b;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#takeout .category-btn li a span {
  display: block;
}
#takeout section {
  margin-bottom: 10vw;
  padding-top: 20%;
  margin-top: -20%;
}
#takeout section:last-child {
  margin-bottom: 0;
}
#takeout section h4 {
  font-size: 5.45vw;
  color: #baa6a4;
  border-bottom: 1px solid #baa6a4;
  margin-bottom: 5vw;
}
#takeout section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#takeout section li {
  width: 48%;
  margin-bottom: 7vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#takeout section li:nth-child(2n+1):nth-last-child(-n+2), #takeout section li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
  margin-bottom: 0;
}
#takeout section li .com-img {
  width: 100%;
  height: 43vw;
  border-radius: 10px;
  margin-bottom: 2vw;
}
#takeout section li .com-img img {
  border-radius: 10px;
}
#takeout section li figure {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#takeout section li figcaption {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  border-bottom: 1px solid;
  font-size: 4vw;
  margin-bottom: 2vw;
}
#takeout section li .price {
  text-align: right;
  font-size: 4vw;
  margin-bottom: 2vw;
}
#takeout section li .more-btn {
  width: 100%;
}
#takeout section .attention {
  margin-top: 7vw;
  text-align: left;
}

/*--------------------------
詳細ページ
---------------------------*/
#takeout .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#takeout .txt-blc {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#takeout .detail-ttl {
  font-size: 5.5vw;
  border-bottom: 1px solid #baa6a4;
  margin-bottom: 2vw;
}
#takeout .price {
  text-align: right;
  font-size: 4.65vw;
  margin-bottom: 5vw;
}
#takeout .comment {
  text-align: left;
  margin-bottom: 5vw;
}
#takeout .more-btn {
  width: 100%;
}
#takeout .img-blc {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  height: 85vw;
  border-radius: 10px;
  margin-bottom: 4vw;
}
#takeout .img-blc img {
  border-radius: 10px;
}

/*==========================================
ご利用シーンを選ぶ
===========================================*/
/*--------------------------
一覧ページ
---------------------------*/
#scene .scene-lists li {
  width: 100%;
  margin-bottom: 7vw;
}
#scene .scene-lists li:last-child {
  margin-bottom: 0;
}
#scene .scene-lists li a {
  display: block;
  border: 1px solid;
  height: 85vw;
  position: relative;
}
#scene .scene-lists li .com-img {
  width: 100%;
  height: 70vw;
}
#scene .scene-lists li .ttl-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
#scene .scene-lists li .ttl-wrap h4 {
  background: rgba(255, 255, 255, 0.8);
  font-size: 4.75vw;
  padding: 3% 2%;
}
#scene .scene-lists li .ttl-wrap .view-more {
  display: block;
  background: #fff;
  font-size: 4vw;
  font-weight: 500;
  padding: 3% 0;
}
#scene .scene-lists li .ttl-wrap .view-more span {
  position: relative;
}
#scene .scene-lists li .ttl-wrap .view-more span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -25px;
  right: auto;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #2b2b2b;
  border-right: 2px solid #2b2b2b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*--------------------------
詳細ページ
---------------------------*/
#scene .scene-wrap {
  margin-bottom: 35px;
}
#scene .scene-wrap .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#scene .scene-wrap .txt-blc {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}
#scene .scene-wrap .txt-blc h3 {
  font-size: 5.45vw;
  border-bottom: 1px solid #baa6a4;
  margin-bottom: 4vw;
}
#scene .scene-wrap .img-blc {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  height: 85vw;
  border-radius: 10px;
  margin-bottom: 4vw;
}
#scene .scene-wrap .img-blc img {
  border-radius: 10px;
}
#scene #recommend {
  margin-top: 23vw;
}
#scene #recommend h4 {
  font-size: 5.45vw;
  color: #baa6a4;
  border-bottom: 1px solid #baa6a4;
  margin-bottom: 3vw;
}
#scene #recommend ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#scene #recommend li {
  width: 48%;
  margin-bottom: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#scene #recommend li:nth-child(2n+1):nth-last-child(-n+2), #scene #recommend li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
  margin-bottom: 0;
}
#scene #recommend li .com-img {
  width: 100%;
  height: 43vw;
  border-radius: 10px;
  margin-bottom: 2vw;
}
#scene #recommend li .com-img img {
  border-radius: 10px;
}
#scene #recommend li figure {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#scene #recommend li figcaption {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  font-size: 4.3vw;
  border-bottom: 1px solid;
  margin-bottom: 2vw;
}
#scene #recommend li .price {
  text-align: right;
  font-size: 3.8vw;
  margin-bottom: 2vw;
}
#scene #recommend li .more-btn {
  width: 100%;
  margin: 0 auto;
}

/*==========================================
店舗案内
===========================================*/
#restaurant-info .com-dl {
  margin-bottom: 10vw;
}
#restaurant-info .img-blc li {
  margin-bottom: 5vw;
}
#restaurant-info .img-blc li:last-child {
  margin-bottom: 0;
}
#restaurant-info .img-blc li img {
  border-radius: 10px;
}

#access {
  background: #f7f1e7;
  padding: 5%;
}
#access li {
  width: 100%;
  margin-bottom: 5vw;
  background: #fff;
  border-radius: 10px;
  padding: 3% 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 4.25vw;
}

/*==========================================
一覧ぺージ用カテゴリ(セレクトボックス)
===========================================*/
.category-select {
  overflow: hidden;
  width: 55%;
  margin-left: auto;
  text-align: center;
  margin-bottom: 5%;
  position: relative;
  border-radius: 2px;
  border: 2px solid #2e2e2e;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.category-select:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: .8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2e2e2e;
  pointer-events: none;
}
.category-select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: .01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 38px 10px 8px;
  color: #2e2e2e;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.category-select select::-ms-expand {
  display: none;
}

/*==========================================
お知らせ
===========================================*/
.post-wrap .column-lists &gt; li {
  border-bottom: 1px solid #ccc;
}
.post-wrap .column-lists &gt; li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4% 0;
}
.post-wrap .column-lists &gt; li:last-child {
  border-bottom: none;
}
.post-wrap .column-lists .post-area {
  width: 55%;
}
.post-wrap .column-lists .post-ttl {
  text-align: left;
  margin-bottom: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-wrap .column-lists .post-ttl time {
  width: 38%;
  font-size: 2.55vw;
  color: #9c8d83;
  text-align: left;
  padding: 2px 0;
  letter-spacing: .05em;
}
.post-wrap .column-lists .post-ttl .category-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 61%;
}
.post-wrap .column-lists .post-ttl .category-label li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #9c8d83;
  color: #fff;
  background: #9c8d83;
  padding: 2px 5px;
  text-align: center;
  font-size: 2.55vw;
  margin-bottom: 2%;
  margin-right: 2%;
}
.post-wrap .column-lists .post-ttl .category-label li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.post-wrap .column-lists .post-ttl .column-ttl {
  width: 100%;
  font-size: 3.7vw;
  display: block;
  margin-top: 3%;
  font-weight: 500;
}
.post-wrap .column-lists .post-body {
  text-align: left;
  margin-bottom: 4%;
}
.post-wrap .column-lists .more-btn {
  width: 45%;
  font-size: 3.2vw;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: #9c8d83;
  border: 1px solid #9c8d83;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3% 2%;
  display: block;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.post-wrap .column-lists .thumb {
  width: 40%;
  height: 33vw;
}
.post-wrap .post-content {
  padding: 0 3% 3% 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

/*----------------------------------
詳細ページのカテゴリー表示(タイトル下部)
----------------------------------*/
.single-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 6%;
}
.single-meta time {
  font-size: 3vw;
  width: 24%;
  font-weight: normal;
  display: block;
  padding: 3px 0;
}
.single-meta .category-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-meta .category-label li {
  font-size: 2.55vw;
  margin-right: 4%;
  margin-bottom: 2%;
}
.single-meta .category-label li:last-child {
  margin-right: 0;
}
.single-meta .category-label li a {
  border: 1px solid #9c8d83;
  color: #9c8d83;
  padding: 3px 5px;
  border-radius: 25px;
  display: block;
}
.single-meta .category-label li a:hover {
  opacity: 1;
  color: #fff;
  background: #9c8d83;
}

/*----------------------------------
詳細ページのカテゴリー表示(テキストエリア下部)
----------------------------------*/
.single-category {
  max-width: 250px;
  min-width: 150px;
  margin-top: 10px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 2.55vw;
}
.single-category dt {
  width: 80px;
}
.single-category dt:after {
  content: ':';
  padding: 0 5px;
}
.single-category dd {
  max-width: 135px;
  line-height: 2;
  min-width: 60px;
}
.single-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-category ul li {
  margin-right: 5px;
}
.single-category ul li:last-child {
  margin-right: 0;
}
.single-category ul li a {
  display: block;
  padding-left: 8px;
  position: relative;
}
.single-category ul li a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  left: 0;
  content: '#';
}
.single-category ul li a:hover {
  background: #ccc;
}

/*==========================================
お問い合わせ
===========================================*/
#contact .contact-form {
  text-align: left;
  margin-bottom: 5%;
}
#contact .contact-form dl dt {
  position: relative;
}
#contact .contact-form dl dt em {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
  color: #9c8d83;
  background: #fff;
  font-weight: 500;
  padding: 3px;
  font-size: 3vw;
}
#contact .contact-form dl dd {
  padding: 10px 0;
}
#contact .contact-form dl dd .attention{
  font-size: 3vw;
  margin-bottom: 2%;
  font-weight: 500;
}
#contact .contact-form dl dd li {
  list-style: none;
  margin-bottom: 2%;
}
#contact .contact-form dl dd li:last-child {
  margin-bottom: 0;
}
#contact .contact-form dl dd textarea {
  height: 150px;
  line-height: 1.8;
}
#contact .contact-form dl dd ::-webkit-input-placeholder {
  color: rgba(204, 204, 204, 0.8);
}
#contact .contact-form dl dd :-ms-input-placeholder {
  color: rgba(204, 204, 204, 0.8);
}
#contact .contact-form dl dd ::-ms-input-placeholder {
  color: rgba(204, 204, 204, 0.8);
}
#contact .contact-form dl dd ::placeholder {
  color: rgba(204, 204, 204, 0.8);
}
#contact .contact-form .txtarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  padding: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  border-radius: 0;
}
#contact .contact-form .select-wrap li {
  margin-bottom: 7%;
}
#contact .contact-form .select-wrap li .txtarea.order {
  width: 80px;
}
#contact .contact-form .select-wrap li .contact-select {
  width: 64%;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  padding: 0 5px;
  height: 40px;
  font-size: 3.35vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
  background: #fff;
  color: #2b2b2b;
}
#contact .contact-form .select-wrap li .order {
  text-align: right;
  height: 40px;
}
#contact .contact-form #post01,
#contact .contact-form #post02 {
  width: 95px;
}
#contact .contact-form #addr21 {
  margin-top: 15px;
}
#contact .contact-form .error-text {
  color: #ff0000;
  margin-bottom: 2%;
}
#contact .contact-form .upload-item-wrap #file01 {
  margin-bottom: 4%;
}
#contact .contact-form .upload-item-wrap .select-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#contact .contact-form .upload-item-wrap .thumb {
  width: 45%;
  margin-right: 25px;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap {
  width: 50%;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .upload-button {
  width: 100%;
  border-radius: 5px;
  color: #fff;
  font-size: 3.2vw;
  text-align: center;
  padding: 5px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .ancion-btn:hover {
  filter: alpha(opacity=60);
  opacity: .6;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .upload-button {
  margin-bottom: 5px;
  background: #9c8d83;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap p {
  background: #baa6a4;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap #file01 {
  width: 100%;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap input {
  display: none !important;
}
#contact .contact-submits-wrap {
  margin-top: 5%;
}
#contact .g-recaptcha div {
  margin: 0 auto;
  margin-bottom: 5%;
}
#contact input[type='button'][disabled],
#contact input[type='submit'][disabled] {
  opacity: .7;
  pointer-events: none;
}
#contact input[type='button'],
#contact input[type='submit'],
#contact .contact-submits-wrap button {
  font-size: 3.4vw;
  font-weight: 500;
  color: #fff;
  background: #fff;
  padding: 4% 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #9c8d83;
  color: #9c8d83;
  border-radius: 0;
}
#contact input[type='button']:hover,
#contact input[type='submit']:hover,
#contact .contact-submits-wrap button:hover {
  background: #9c8d83;
  cursor: pointer;
  color: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
}
#contact .check-btn {
  width: 75%;
  margin: 0 auto;
  margin-top: 4%;
}
#contact .back-btn {
  width: 52%;
  margin: 0 auto;
}
#contact .send-btn {
  width: 40%;
  margin: 0 auto;
  margin-left: 4%;
}
#contact input[type="submit"],
#contact select {
  -webkit-appearance: none;
}
#contact .privacy-agree {
  text-decoration: underline;
}

/*==========================================
プライバシーポリシー
===========================================*/
#privacy .privacy-box {
  margin-bottom: 6%;
  text-align: left;
}
#privacy .privacy-box:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box p {
  margin-bottom: 5%;
}
#privacy .privacy-box p:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box ul {
  margin-top: 5%;
}

/*==========================================
404.php
===========================================*/
#err-cont .txt-blc a {
  text-decoration: underline;
}
</pre></body></html>