@charset "UTF-8";
/*==========================================
矢印 >
===========================================*/
/*==========================================
矢印 ▶
===========================================*/
/*==========================================
背景ストライプ   ($deg=0 平行)($deg=45deg 斜め)
===========================================*/
/*==========================================
Flexbox
===========================================*/
/*==========================================
上下左右中央揃え
===========================================*/
/*==========================================
上下中央揃え
===========================================*/
/*==========================================
before,after
===========================================*/
/*==========================================
最後の行のmargin-bottomを0にする
===========================================*/
/*==========================================
メインビジュアル(スライダー)
===========================================*/
/*==========================================
タイトル左右のボーダー
===========================================*/
/*==========================================
hover時に中央から外側に向けてのボーダー
===========================================*/
/*==========================================
カーテン
===========================================*/
/*==========================================
グラデーション
===========================================*/
/*-----------------------------
→方向
-----------------------------*/
/*-----------------------------
↓方向
-----------------------------*/
/*-----------------------------
斜め方向
-----------------------------*/
/*==========================================
iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
===========================================*/
/*==========================================
画面幅3分割レイアウト
===========================================*/
/*==========================================
PC時のフォントに対するclamp()関数
===========================================*/
/*==========================================
SP共通
===========================================*/
body {
  line-height: 1.8;
  font-size: 4vw;
}

/*==========================================
パンくずリスト
===========================================*/
div .bread {
  display: none;
}

/*==========================================
共通タイトル
===========================================*/
.ttl01 {
  font-size: 6.1333333333vw;
  letter-spacing: 0.2em;
  margin-bottom: 12%;
}
.ttl01 span {
  display: block;
  font-weight: 600;
}
.ttl01 .en {
  letter-spacing: 0.16em;
  font-size: 4.8vw;
  margin-bottom: 5%;
  color: var(--main-color);
}
.ttl01 .ja {
  line-height: 1.8;
}

.ttl02 {
  font-size: 5.3333333333vw;
  margin-bottom: 5%;
  text-align: left;
  line-height: 1.8;
  padding-bottom: 2%;
  border-bottom: 2px solid var(--main-color);
}
.ttl02 span {
  display: block;
  padding-left: 4%;
  border-left: 1vw solid var(--main-color);
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-cont {
  text-align: left;
}
.com-cont p {
  margin-bottom: 8%;
  line-height: 1.8;
  letter-spacing: var(--base-letter-spacing);
}
.com-cont p:last-child {
  margin-bottom: 0;
}

#g-map h4 {
  font-size: 4.5333333333vw;
  font-weight: 700;
  margin-bottom: 4%;
}
#g-map h4 span {
  padding-left: 5%;
}
#g-map .map {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
#g-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.com-tel {
  line-height: 1.6;
  text-align: right;
}
.com-tel .tel-txt {
  display: block;
}
.com-tel .tel-num {
  font-size: 8vw;
  letter-spacing: 0.08em;
}
.com-tel .tel-num small {
  font-size: 4.8vw;
}

.com-btn {
  font-weight: 600;
  font-size: 4.2666666667vw;
  display: block;
  width: fit-content;
}
.com-btn span {
  color: var(--color-gray);
  position: relative;
  padding-right: 10vw;
  display: inline-block;
}
.com-btn span::after {
  position: absolute;
  content: "\f280";
  font-weight: 500;
  font-family: var(--bootstrap-icon);
  inset: 0 0 0 auto;
  color: inherit;
  margin: auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.com-btn:hover span {
  color: var(--color-black);
}
.com-btn:hover span::after {
  transform: translateX(10px);
}

.com-adr {
  color: var(--color-white);
  text-align: left;
  letter-spacing: 0.08em;
}
.com-adr .locate {
  margin-bottom: 8%;
}
.com-adr .dl-item {
  margin-bottom: 5%;
}
.com-adr .dl-item dt::before {
  content: "<";
}
.com-adr .dl-item dt::after {
  content: ">";
}
.com-adr .dl-item:last-child {
  margin-bottom: 0;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-tbl {
  text-align: left;
}
.com-tbl tr {
  display: block;
  padding: 6% 0;
}
.com-tbl tr th,
.com-tbl tr td {
  display: block;
}
.com-tbl tr th {
  margin-bottom: 4%;
}
.com-tbl tr td a[href^="tel:"],
.com-tbl tr td a[href^="mailto:"] {
  text-decoration: underline;
}

/*==============================================
ドロワーメニュー
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn-wrp {
  top: 1vw;
  right: 3%;
  bottom: auto;
  left: auto;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 14.5vw;
  height: 14.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 70%;
  height: 2px;
  background: var(--main-color);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 4.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 9.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: var(--main-color);
  top: -2vw;
  font-size: 2.4vw;
}

.sp-menu-btn.active .top {
  transform: translateY(2.5vw) translateX(0px) rotate(45deg);
}

.sp-menu-btn.active .bottom {
  transform: translateY(-2.75vw) translateX(0px) rotate(-45deg);
}

.active .sp-menu-btn span {
  background: var(--color-white);
}
.active .sp-menu-btn-txt {
  color: var(--color-white);
}

/*  drawer inbox
------------------------------------ */
#drawer-nav {
  padding: 8% 6% 15%;
  background: url(../img/common/ft_bg.jpg) center/cover no-repeat;
}
#drawer-nav .drawer-logo {
  width: 40%;
  margin-bottom: 10%;
  text-align: left;
}
#drawer-nav nav {
  margin-bottom: 10%;
}
#drawer-nav nav .drawer-link {
  padding: 8% 0;
  color: var(--color-white);
  border-bottom: 1px solid var(--color-gray);
  font-size: 4.5333333333vw;
  text-align: center;
}
#drawer-nav nav .drawer-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer-nav nav .drawer-dropdown span {
  display: block;
}
#drawer-nav nav .drawer-dropdown span:before, #drawer-nav nav .drawer-dropdown span:after {
  background: var(--color-black);
}
#drawer-nav nav .current {
  padding-left: 11%;
  position: relative;
  text-decoration: underline;
}
#drawer-nav nav .current::before, #drawer-nav nav .current::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 3vw;
  height: 3vw;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
#drawer-nav nav .current::before {
  left: 0;
}
#drawer-nav nav .current::after {
  left: 3%;
}
#drawer-nav nav .current span:after {
  opacity: 0 !important;
}
#drawer-nav nav .drawer-dropdown-bx {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer-nav nav .drawer-dropdown-bx > li > .drawer-link:before {
  border-left: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
}
#drawer-nav nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}
#drawer-nav .drawer-tel {
  text-align: center;
  margin-bottom: 8%;
}
#drawer-nav .drawer-tel .tel-num {
  color: var(--color-white);
}
#drawer-nav .drawer-adr {
  margin: 10% auto;
}
#drawer-nav .drawer-ex-list {
  gap: 8vw 9vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 55px;
}
#drawer-nav .drawer-ex-list li .com-btn span {
  color: var(--color-white);
}
#drawer-nav .drawer-subpage {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  font-size: 3.2vw;
  gap: 4vw;
}
#drawer-nav .drawer-subpage-item a {
  color: var(--color-white);
  text-decoration: underline;
}

/*==========================================
header
===========================================*/
#header {
  background: var(--color-white);
  padding: 4% 2%;
}
#header .hd-logo {
  width: 14%;
  line-height: 1;
}

.hd-right {
  display: none;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: 85vw;
  position: relative;
  z-index: 1;
  background: var(--accent-color);
}
#top-mv .mv-frame {
  width: 92%;
  margin: 0 auto;
  height: 100%;
}

/*==========================================
index.php
===========================================*/
/* top-info
------------------*/
#top-info {
  padding: 18% 0;
}
#top-info .info-post {
  text-align: left;
  border-bottom: 1px solid var(--color-gray);
}
#top-info .info-post a {
  padding: 5% 0 5% 4%;
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: baseline;
}
#top-info .info-post a::before {
  width: 2px;
  height: 75%;
  position: absolute;
  content: "";
  inset: 0 auto 0 0;
  margin: auto 0;
  background: var(--main-color);
}
#top-info .info-post a:hover {
  transform: translateX(15px);
  background: var(--accent-color);
}
#top-info .info-post a:hover time,
#top-info .info-post a:hover .category-label {
  color: var(--color-black);
}
#top-info .info-post time {
  width: 34%;
  color: var(--color-gray);
}
#top-info .info-post .category-label {
  width: 66%;
  color: var(--color-gray);
  gap: 1.5vw;
}
#top-info .info-post .post-ttl {
  width: 100%;
  font-size: 4.2666666667vw;
}
#top-info .info-btn {
  margin: 10% 0 0 auto;
}

/* top-greeting
------------------*/
#top-greeting {
  padding: 18% 8%;
  background: var(--accent-color);
  position: relative;
}
#top-greeting .greetign-ttl .en {
  font-size: 4.5333333333vw;
}
#top-greeting .greeting-img {
  width: 100%;
  height: 55vw;
  margin-bottom: 8%;
}
#top-greeting .greeting-content {
  background: var(--color-white);
  position: relative;
  padding: 12% 6%;
  z-index: 1;
}
#top-greeting .greeting-content::before {
  position: absolute;
  content: "";
  width: 18%;
  height: 15vw;
  background: url(../img/top/greeting_ill.png) center/100% no-repeat;
  inset: -7vw 0 auto auto;
}
#top-greeting .greting-gall {
  width: 100%;
  margin-top: 10%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4vw 4%;
}
#top-greeting .greting-gall .gall-item {
  width: 48%;
  height: 42vw;
}

/* top-menu
------------------*/
#top-menu {
  padding: 25% 0 18%;
}
#top-menu .inbox {
  position: relative;
}
#top-menu .inbox::after {
  position: absolute;
  content: "";
  width: 40%;
  height: 35vw;
  background: url(../img/top/menu_ill.png) center/100% no-repeat;
  inset: -37vw 0 auto auto;
}
#top-menu .menu-post {
  position: relative;
  margin-bottom: 10%;
}
#top-menu .menu-post:last-child {
  margin-bottom: 0;
}
#top-menu .menu-post .post-thumb {
  width: 35%;
  height: 30vw;
  position: absolute;
  inset: 0 auto auto 0;
}
#top-menu .menu-post .post-inner {
  width: 60%;
  min-height: 30vw;
  margin-left: auto;
  text-align: left;
}
#top-menu .menu-post .post-inner .post-ttl {
  font-size: 4.5333333333vw;
  border-bottom: 2px solid var(--main-color);
  padding-bottom: 3%;
  margin-bottom: 3%;
}
#top-menu .menu-post .post-inner .post-price {
  color: var(--color-gray);
  margin-bottom: 5%;
}

.setmenu-style {
  background: var(--color-white);
  border: 2px solid var(--main-color);
  padding: 12% 5%;
  margin-top: 15%;
}
.setmenu-style .set-ttl {
  font-size: 6.1333333333vw;
  font-weight: 600;
  color: var(--color-gray);
  margin-bottom: 10%;
}
.setmenu-style .set-post {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: baseline;
  padding: 5% 0;
  border-bottom: 1px solid var(--main-color);
}
.setmenu-style .set-post:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.setmenu-style .set-post .menu-post-ttl {
  width: 50%;
  text-align: left;
}
.setmenu-style .set-post .menu-post-price {
  width: 45%;
  text-align: right;
}

/* top-p-list
------------------*/
#top-p-list {
  padding: 18% 0;
  background: url(../img/top/p_bg.jpg) center/cover no-repeat;
}
#top-p-list .p-list .p-item {
  margin-bottom: 10%;
}
#top-p-list .p-list .p-item:last-child {
  margin-bottom: 0;
}
#top-p-list .p-list .p-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 84vw;
  border: 3px solid var(--color-gray);
  position: relative;
  z-index: 1;
}
#top-p-list .p-list .p-item a::before {
  width: calc(100% - 4vw);
  height: calc(100% - 4vw);
  position: absolute;
  content: "";
  inset: 0;
  margin: auto;
  z-index: -1;
}
#top-p-list .p-list .p-item a:hover {
  opacity: 1;
  border-color: var(--color-white);
}
#top-p-list .p-list .p-item a:hover::before {
  width: 100%;
  height: 100%;
}
#top-p-list .p-list .p-item a:hover .p-ttl {
  background: var(--sixth-color);
}
#top-p-list .p-list .p-item.p-about a::before {
  background: url(../img/top/p-about_img.jpg) center/cover no-repeat;
}
#top-p-list .p-list .p-item.p-menu a::before {
  background: url(../img/top/p-menu_img.jpg) center/cover no-repeat;
}
#top-p-list .p-list .p-item.p-gallery a::before {
  background: url(../img/top/p-gallery_img.jpg) center/cover no-repeat;
}
#top-p-list .p-list .p-item .p-ttl {
  background: rgba(123, 104, 96, 0.9);
  width: 80%;
  margin: 0 auto;
  height: 57vw;
  color: var(--color-white);
  position: relative;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#top-p-list .p-list .p-item .p-ttl::before, #top-p-list .p-list .p-item .p-ttl::after {
  position: absolute;
  content: "";
}
#top-p-list .p-list .p-item .p-ttl::before {
  width: calc(100% - 2vw);
  height: calc(100% - 2vw);
  inset: 0;
  margin: auto;
  border: 1px solid var(--color-white);
}
#top-p-list .p-list .p-item .p-ttl::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 3vw 3vw;
  border-color: transparent transparent var(--color-white) transparent;
  inset: auto 1vw 1vw auto;
}
#top-p-list .p-list .p-item .p-ttl .en {
  font-size: 4vw;
  margin-bottom: 0;
  color: var(--color-white);
}
#top-p-list .p-list .p-item .p-ttl .ja {
  font-size: 6.4vw;
}

/* top-msg
------------------*/
#top-msg {
  padding: 10% 8% 15%;
  position: relative;
  z-index: 1;
}
#top-msg .msg-content {
  margin-bottom: 10%;
}
#top-msg .msg-content .msg-ttl {
  text-align: center;
  background: url(../img/top/msg_ill.png) top center/22% no-repeat;
  padding-top: 34%;
}
#top-msg .msg-gall {
  position: relative;
  z-index: -1;
  margin-top: 10%;
}
#top-msg .msg-gall .front-img {
  width: 54.5652%;
  height: 32vw;
  position: absolute;
  inset: auto auto -19vw -5vw;
}

/* top-reserve
------------------*/
#top-reserve {
  padding: 18% 0;
  background: url(../img/top/reserve_ill.png) left 5% top 12vw/30% no-repeat, var(--accent-color);
}
#top-reserve .reserve-ttl {
  padding-top: 27%;
  background: url(../img/top/reserve_logo.png) top center/25% no-repeat;
}
#top-reserve .reserve-ttl .ja {
  font-size: 6.1333333333vw;
}
#top-reserve .reserve-lead {
  margin-bottom: 10%;
  text-align: left;
}
#top-reserve .reserve-box {
  background: var(--color-white);
  padding: 12% 6%;
}
#top-reserve .reserve-box .reserve-tel {
  border-bottom: 2px solid var(--main-color);
  padding-bottom: 5%;
  text-align: center;
  margin-bottom: 4%;
}
#top-reserve .reserve-box .reserve-tel .tel-txt {
  text-align: right;
}
#top-reserve .reserve-box .reserve-tel .tel-num {
  font-size: 6.4vw;
  padding-left: 6vw;
  background: url(../img/top/reserve-tel_ic.png) left center/5vw no-repeat;
}
#top-reserve .reserve-box .reserve-tel .tel-num small {
  font-size: 4.2666666667vw;
}
#top-reserve .reserve-box .ex-link li {
  border-bottom: 2px solid var(--main-color);
  margin-bottom: 4%;
}
#top-reserve .reserve-box .ex-link li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
#top-reserve .reserve-box .ex-link li .com-btn {
  width: 100%;
  padding: 15% 0 6%;
  display: block;
}
#top-reserve .reserve-box .ex-link li.ex-insta .com-btn {
  background: url(../img/common/sns/Instagram_Glyph_Gradient.svg) top center/35px no-repeat;
}
#top-reserve .reserve-box .ex-link li.ex-hotpepper .com-btn {
  background: url(../img/top/reserve-hotpepper_ic.png) top 2vw center/13% no-repeat;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 15% 0 10%;
  background: url(../img/common/ft_bg.jpg) center/cover no-repeat;
}
#footer .ft-left {
  margin-bottom: 8%;
}
#footer .ft-left .ft-logo {
  width: 28%;
  display: inline-block;
  margin-bottom: 10%;
}
#footer .ft-left .ft-adr {
  color: var(--color-white);
}
#footer .ft-right .ft-ex-list {
  gap: 8vw 9vw;
  gap: 8vw 0;
  display: flex;
  justify-content: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 55px;
}
#footer .ft-right .ft-ex-list li .com-btn span {
  color: var(--color-white);
}
#footer .ft-right .ft-nav {
  font-size: 3.7333333333vw;
}
#footer .ft-right .ft-nav .nav-list-item {
  margin-bottom: 7%;
  text-align: left;
}
#footer .ft-right .ft-nav .nav-list-item a {
  color: var(--color-white);
}
#footer .ft-right .ft-nav .nav-list-item a:hover {
  text-decoration: underline;
}
.sns-btn {
  width: 100%;
}
.sns-btn img {
  height: 35px;
}

#copyright {
  word-break: normal;
  margin-top: 12%;
  color: var(--color-white);
}
#copyright small {
  font-size: 2.9333333333vw;
}
#copyright a {
  color: var(--color-white);
  text-decoration: underline;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 50vw;
  position: relative;
  background: var(--accent-color);
}
.lower-sv .sv-ttl {
  position: absolute;
  inset: auto auto 0 0;
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  height: max-content;
  margin: auto;
  font-size: 6.1333333333vw;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 3%;
}
.lower-sv .sv-ttl::before {
  position: absolute;
  content: "";
  width: 13vw;
  height: 15vw;
  background: url(../img/sv/sv_ill.png) center/100% no-repeat;
  inset: -11vw auto auto 1vw;
}
.lower-sv .sv-frame {
  width: 100%;
  height: 100%;
  margin-left: auto;
}

#e404-sv .sv-ttl {
  font-size: 5.8666666667vw;
}

/*==========================================
下層共通スタイル
===========================================*/
.page-ttl {
  font-size: 6.1333333333vw;
  padding: 8% 0 0;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.check-list-wrp {
  background: var(--color-white);
  border: 2px solid var(--main-color);
  padding: 5% 5% 10% 5%;
}
.check-list-wrp li {
  border-bottom: 1px solid var(--main-color);
  padding: 5% 2% 5% 10%;
  text-align: left;
  font-size: 4.2666666667vw;
  background: url(../img/about/concept-check_ic.png) left top 4.5vw/7% no-repeat;
}
.check-list-wrp li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/*==========================================
concept
===========================================*/
/* about-concept
------------------*/
#about-concept .inbox {
  width: 84%;
}
#about-concept .concept-gall {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#about-concept .concept-gall .gall-item {
  width: 50%;
  height: 38vw;
}

/* about-kodawari
------------------*/
#about-kodawari .kodawari-post {
  position: relative;
  margin-bottom: 12%;
}
#about-kodawari .kodawari-post:last-child {
  margin-bottom: 0;
}
#about-kodawari .kodawari-post .kodawari-content {
  text-align: left;
}
#about-kodawari .kodawari-post .post-thumb {
  width: 100%;
  height: 55vw;
  margin-bottom: 5%;
}

/*==========================================
menu
===========================================*/
#menu-sec .menu-post-list {
  gap: 5vw 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#menu-sec .menu-post-list li {
  font-size: 4vw;
  font-weight: 600;
  position: relative;
}
#menu-sec .menu-post-list li::before {
  width: 1px;
  height: 3vw;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  background: var(--color-gray);
  margin: auto 0;
}
#menu-sec .menu-post-list li::before {
  left: 0;
}
#menu-sec .menu-post-list li a {
  color: var(--color-gray);
  padding: 0 3vw;
  display: block;
}
#menu-sec article {
  margin-bottom: 15%;
}
#menu-sec article:last-child {
  margin-bottom: 0;
}
#menu-sec .menu-post .post-ttl {
  margin-bottom: 10%;
}
#menu-sec .menu-post .menu-list li {
  margin-bottom: 11%;
}
#menu-sec .menu-post .menu-list li:last-child {
  margin-bottom: 0;
}
#menu-sec .menu-post .menu-list li .menu-hdline {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: baseline;
  border-bottom: 1px solid;
  padding-bottom: 2%;
  margin-bottom: 4%;
}
#menu-sec .menu-post .menu-list li .menu-name {
  width: 50%;
  text-align: left;
  font-size: 4vw;
  font-weight: 600;
}
#menu-sec .menu-post .menu-list li .menu-price {
  text-align: right;
  width: 45%;
}
#menu-sec .menu-post .menu-list li .menu-detail {
  text-align: left;
}
#menu-sec .menu-post .menu-gall {
  margin-top: 12%;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  gap: 4vw 4%;
}
#menu-sec .menu-post .menu-gall li {
  width: 48%;
  height: 42vw;
}

/*==========================================
gallery
===========================================*/
#gallery-archive .gall-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}
#gallery-archive .gall-post {
  width: 48%;
}
#gallery-archive .gall-post .post-thumb {
  width: 100%;
  height: 42vw;
}
#gallery-archive .gall-post figcaption {
  border-bottom: 1px solid;
  padding: 3% 0;
  text-align: left;
  font-weight: 600;
  font-size: 4.2666666667vw;
}

/*==========================================
access
===========================================*/
/* access-info
------------------*/
#access-info {
  background: var(--accent-color);
}
#access-info .info-tbl {
  margin-bottom: 13%;
}

/*==========================================
一覧ぺージ用カテゴリ(セレクトボックス)
===========================================*/
.category-select {
  width: 64%;
  margin: 0 0 23% auto;
  font-size: 4vw;
}
.category-select select {
  font-size: 4vw;
  padding: 6% 10% 6% 6%;
}

/*==========================================
news
===========================================*/
.column-wrap .column-post-list .column-post a {
  padding: 14% 0;
}
.column-wrap .column-post-list .column-post:first-child a {
  padding-top: 0;
}
.column-wrap .column-post-list .post-meta-area {
  margin-bottom: 4%;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: baseline;
}
.column-wrap .column-post-list .post-meta-area time {
  width: 25vw;
  font-size: 3.4666666667vw;
}
.column-wrap .column-post-list .post-meta-area .category-label {
  width: calc(100% - 26vw);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1vw 1.5vw;
}
.column-wrap .column-post-list .post-meta-area .category-label li {
  padding: 0 0.75vw;
  font-size: 3.4666666667vw;
}
.column-wrap .column-post-list .post-meta-area .post-ttl {
  font-size: 4.8vw;
  margin: 3% 0;
}
.column-wrap .column-post-list .more-btn {
  width: 45%;
  font-size: 3.2vw;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  box-sizing: border-box;
  padding: 3% 2%;
  display: block;
  color: var(--color-white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.column-wrap .column-post-list .thumb {
  width: 40%;
  height: 33vw;
}
.column-wrap .column-post-list .has-thumb a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.column-wrap .column-post-list .has-thumb .post-area {
  width: 55%;
}

/*----------------------------------
詳細ページのカテゴリー表示(タイトル下部)
----------------------------------*/
.single-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10%;
}
.single-meta time {
  font-size: 3.4666666667vw;
  width: 27%;
  font-weight: normal;
  display: block;
  padding: 0.5vw 0;
}
.single-meta .category-label {
  display: flex;
  width: 70%;
  flex-wrap: wrap;
  align-items: center;
  gap: 1vw;
}
.single-meta .category-label li {
  font-size: 3.4666666667vw;
}
.single-meta .category-label li a {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  padding: 0 1vw;
  display: inline-block;
}
.single-meta .category-label li a:hover {
  opacity: 1;
  color: var(--color-white);
  background: var(--main-color);
}

/*----------------------------------
詳細ページのカテゴリー表示(テキストエリア下部)
----------------------------------*/
.single-category {
  max-width: 250px;
  min-width: 150px;
  margin-top: 10px;
  margin-left: auto;
  display: flex;
  align-items: baseline;
  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: flex;
  align-items: center;
  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: var(--color-gray);
}

/*==========================================
contact
===========================================*/
#contact .contact-form {
  margin-bottom: 15%;
}
#contact .contact-form tr th .required {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
  background: var(--color-white);
  padding: 3px;
  font-size: 3vw;
}
#contact .contact-form tr td {
  padding: 3% 0;
}
#contact .contact-form tr td .label-list li {
  margin-bottom: 5%;
}
#contact .contact-form tr td .label-list li:last-child {
  margin-bottom: 0;
}
#contact .contact-form tr td textarea {
  height: 37vw;
}
#contact .contact-form tr.privacy-check th {
  text-align: left;
}
#contact .contact-form .form-field {
  padding: 3%;
  font-size: 4vw;
}
#contact .contact-form .contact-select {
  width: 50%;
  position: relative;
}
#contact .contact-form .contact-select::after {
  inset: 0 5% 0 auto;
  width: 1.5vw;
  height: 1.5vw;
}
#contact .contact-form .contact-select select {
  padding: 6% 7% 6% 4%;
  font-size: 4vw;
}
#contact .contact-form #pc01,
#contact .contact-form #pc02 {
  width: 95px;
}
#contact .contact-form #date1,
#contact .contact-form #date2,
#contact .contact-form #date3 {
  width: 73%;
}
#contact .contact-form #address {
  margin-top: 15px;
}
#contact .contact-form .upload-item-wrap .select-img-wrap {
  display: flex;
  justify-content: space-between;
}
#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 {
  font-size: 3.7333333333vw;
}
#contact .contact-submits-wrap {
  margin-top: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
}
#contact .contact-submits-wrap .check-btn {
  width: 75%;
}
#contact .contact-submits-wrap .back-btn {
  width: 52%;
}
#contact .contact-submits-wrap .send-btn {
  width: 40%;
}
#contact input[type=button],
#contact input[type=submit],
#contact .contact-submits-wrap button {
  font-size: 4vw;
  padding: 6% 2%;
}
#contact input[type=submit],
#contact select {
  -webkit-appearance: none;
}

/*==========================================
privacy
===========================================*/
#privacy .privacy-box {
  margin-bottom: 15%;
  text-align: left;
}
#privacy .privacy-box:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box p {
  margin-bottom: 8%;
}
#privacy .privacy-box p:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box ul {
  margin-top: 8%;
}

/*==========================================
site
===========================================*/
#site-map .nav-list-item a {
  padding: 4% 0 4% 8%;
}

/*==========================================
プライバシーポリシー(LPフレーム時)
===========================================*/