@charset "UTF-8";
/*==========================================
矢印 >
===========================================*/
/*==========================================
矢印 ▶
===========================================*/
/*==========================================
背景ストライプ   ($deg=0 平行)($deg=45deg 斜め)
===========================================*/
/*==========================================
Flexbox
===========================================*/
/*==========================================
上下左右中央揃え
===========================================*/
/*==========================================
上下中央揃え
===========================================*/
/*==========================================
before,after
===========================================*/
/*==========================================
最後の行のmargin-bottomを0にする
===========================================*/
/*==========================================
メインビジュアル(スライダー)
===========================================*/
/*==========================================
タイトル左右のボーダー
===========================================*/
/*==========================================
hover時に中央から外側に向けてのボーダー
===========================================*/
/*==========================================
カーテン
===========================================*/
/*==========================================
グラデーション
===========================================*/
/*-----------------------------
→方向
-----------------------------*/
/*-----------------------------
↓方向
-----------------------------*/
/*-----------------------------
斜め方向
-----------------------------*/
/*==========================================
iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
===========================================*/
/*==========================================
画面幅3分割レイアウト
===========================================*/
/*==========================================
PC時のフォントに対するclamp()関数
===========================================*/
/*==========================================
SP共通
===========================================*/
body {
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: 4vw;
}

h1, h2 {
  font-weight: 800;
}

h1, h2, h3 {
  letter-spacing: 0.3em;
}

h3, h4, h5, h6 {
  font-weight: 700;
}

h4, h5, h6 {
  letter-spacing: 0.15em;
}

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

/*==========================================
header
===========================================*/
#header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 4%;
}
#header .hd-logo {
  width: 15%;
  line-height: 1;
}
#header .hd-right {
  display: none;
}
#header .hd-right #nav {
  width: 58.7096%;
}
#header .hd-right #nav .nav-list {
  gap: 20px 4.3956%;
}
#header .hd-right #nav .nav-list-item {
  letter-spacing: 0.08em;
  font-size: clamp(1.1rem, 0.8vw, 1.4rem);
}
#header .hd-right #nav .nav-list-item a {
  padding-bottom: 3px;
  display: block;
  position: relative;
}
#header .hd-right #nav .nav-list-item a:before {
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid #fff;
  position: absolute;
  display: block;
}
#header .hd-right #nav .nav-list-item a:after {
  content: "";
  width: 0;
  right: 50%;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid #fff;
  position: absolute;
  display: block;
}
#header .hd-right #nav .nav-list-item a:hover {
  color: #fff;
}
#header .hd-right #nav .nav-list-item a:hover:before {
  width: 50%;
  border-bottom: 1px solid #fff;
}
#header .hd-right #nav .nav-list-item a:hover:after {
  width: 50%;
  border-bottom: 1px solid #fff;
}
#header .hd-right #nav .nav-list-item.current a {
  border-bottom: 1px solid #fff;
}
#header .hd-right #nav .nav-list-item.current a::before, #header .hd-right #nav .nav-list-item.current a::after {
  border-bottom: none;
}
#header .hd-right #nav .nav-list-item.current a:hover::before, #header .hd-right #nav .nav-list-item.current a:hover::after {
  border-bottom: none;
}
#header .hd-right .hd-tel {
  width: 38%;
}
#header .hd-right .hd-tel .tel-txt {
  width: 80%;
  margin-left: auto;
}
#header .hd-right .hd-tel .tel-num {
  font-size: clamp(2.4rem, 1.57vw, 3rem);
}
#header .hd-right .hd-tel .tel-num small {
  font-size: clamp(1.5rem, 1.05vw, 2rem);
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: 80vw;
  position: relative;
}
#top-mv .mv-catch {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  font-size: 6.1333333333vw;
  right: 5%;
  z-index: 100;
  letter-spacing: 0.3em;
}
#top-mv .mv-catch:first-letter {
  font-size: 7.2vw;
}
#top-mv #top-slider {
  height: 80vw;
  position: relative;
}
#top-mv #top-slider li {
  height: 100%;
}
#top-mv #top-slider li:nth-child(1) {
  background: url(../img/top/mv/slide01.jpg) center no-repeat;
  background-size: cover;
}
#top-mv #top-slider li:nth-child(2) {
  background: url(../img/top/mv/slide02.jpg) center no-repeat;
  background-size: cover;
}
#top-mv #top-slider li:nth-child(3) {
  background: url(../img/top/mv/slide03.jpg) center no-repeat;
  background-size: cover;
}
#top-mv #top-slider li:nth-child(4) {
  background: url(../img/top/mv/slide04.jpg) center no-repeat;
  background-size: cover;
}
#top-mv .bx-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#top-mv .bx-viewport {
  overflow: visible !important;
  margin: auto;
  text-align: center;
}
#top-mv .bx-pager {
  display: none;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-cont {
  text-align: left;
}
.com-cont p {
  margin-bottom: 8%;
  line-height: 2.4;
}
.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%;
  padding: 56.25% 0 0;
}
#g-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.com-tel-wrp {
  line-height: 1.4;
}
.com-tel-wrp .tel-txt {
  display: block;
}
.com-tel-wrp .tel-num {
  font-size: 6.4vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--main-color);
}
.com-tel-wrp .tel-num small {
  font-size: 4.2666666667vw;
}

.com-btn {
  font-size: 4.2666666667vw;
  letter-spacing: 0.1em;
  color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
  display: inline-block;
  padding: 2vw 3vw;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-tbl {
  background: url(../img/common/com_bg.jpg);
  border: 1vw solid var(--accent-color);
  padding: 10% 4%;
  text-align: left;
  position: relative;
}
.com-tbl::before, .com-tbl::after {
  position: absolute;
  content: "";
  background: url(../img/top/intro-wrp_deco.png) center top/100% no-repeat;
  width: 45%;
  height: 35vw;
}
.com-tbl::before {
  top: -8vw;
  left: -8%;
}
.com-tbl::after {
  right: -8%;
  bottom: -8vw;
  transform: rotate(-180deg);
}
.com-tbl tr {
  display: block;
  padding: 5% 0;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid var(--main-color);
}
.com-tbl tr:last-child {
  border-bottom: none;
}
.com-tbl tr th, .com-tbl tr td {
  display: block;
  overflow-wrap: anywhere;
}
.com-tbl tr th {
  color: var(--main-color);
  margin-bottom: 4%;
}
.com-tbl tr td a[href^="tel:"],
.com-tbl tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-tbl tr td span.tel-caution {
  display: block;
}

/*==============================================
ドロワーメニュー
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn-wrp {
  top: 2vw;
  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: #fff;
}
.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: #fff;
}

.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);
}

/*  drawer inbox
------------------------------------ */
#drawer-nav {
  padding: 8% 6% 15%;
  background: url(../img/common/com_bg.jpg);
}
#drawer-nav .drawer-logo {
  width: 20%;
  margin-bottom: 10%;
  text-align: left;
}
#drawer-nav nav {
  margin-bottom: 12%;
}
#drawer-nav nav .drawer-link {
  padding: 4.5% 0;
  border-bottom: 1px solid;
  font-size: 4.8vw;
}
#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: #000;
}
#drawer-nav nav .current {
  color: var(--main-color);
  position: relative;
  padding-left: 8%;
}
#drawer-nav nav .current::before {
  position: absolute;
  font-family: var(--bootstrap-icon);
  content: "\f133";
  inset: 0 auto 0 0;
  margin: auto 0;
  color: var(--main-color);
  display: flex;
  align-items: center;
}
#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 #000;
  border-bottom: 1px solid #000;
}
#drawer-nav nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}
#drawer-nav .sns-list {
  margin: 10% auto 5%;
}
#drawer-nav .sns-list li {
  margin-right: 5%;
}
#drawer-nav .sns-list li:last-child {
  margin-right: 0;
}
#drawer-nav .drawer-address li {
  margin-bottom: 7%;
}
#drawer-nav .drawer-address li:last-child {
  margin-bottom: 0;
}
#drawer-nav .drawer-worktime .dl-item {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: baseline;
}
#drawer-nav .drawer-worktime dt {
  padding-right: 3vw;
  margin-right: 3vw;
  position: relative;
}
#drawer-nav .drawer-worktime dt::after {
  width: 1px;
  height: 4vw;
  background: #fff;
  margin: auto 0;
  inset: 0 0 0 auto;
  position: absolute;
  content: "";
}
#drawer-nav .drawer-contact {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: baseline;
  width: 100%;
  gap: 7vw 6vw;
  margin-bottom: 10%;
}
#drawer-nav .drawer-contact .drawer-tel {
  width: 100%;
}
#drawer-nav .drawer-contact .mail-btn {
  padding: 2vw 7vw 2vw 12vw;
  background: url(../img/common/ft-mail_icon.png) left 4vw center/4vw no-repeat;
}
#drawer-nav .drawer-subpage-nav {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  gap: 4vw;
  margin-top: 10%;
}
#drawer-nav .drawer-subpage-nav .nav-list-item {
  font-size: 3.2vw;
}
#drawer-nav .drawer-subpage-nav .nav-list-item a {
  color: #fff;
}
#drawer-nav .drawer-subpage-nav .nav-list-item.current a {
  text-decoration: underline;
}

/*==========================================
index.php
===========================================*/
.com-sec-sty {
  padding: 18% 0;
  background: url(../img/common/com-left-top_deco.png) left top/41.6145% no-repeat, url(../img/common/com-right-top_deco.png) right top/41.6145% no-repeat, url(../img/common/com_bg.jpg);
}
.com-sec-sty .com-box-sty .com-inner {
  border: 1px solid var(--main-color);
  padding: 12% 6%;
}

/* #top-concept
------------------------*/
#top-concept {
  padding: 25% 0 0;
}
#top-concept .concept-box {
  background: url(../img/top/concept-box-left_bdr.png) left center repeat-y, url(../img/top/concept-box-right_bdr.png) right center repeat-y, url(../img/top/concept-box-btm-left_bdr.png) bottom left/50% 1px no-repeat, url(../img/top/concept-btm-right_bdr.png) bottom right/15% 1px no-repeat, url(../img/top/concept-box-top-left_bdr.png) top left/15% 1px no-repeat, url(../img/top/concept-box-top-right_bdr.png) top right/15% no-repeat;
  padding: 25% 6% 33%;
  text-align: center;
  position: relative;
  margin-bottom: 27%;
}
#top-concept .concept-box::before {
  width: 29%;
  height: 26vw;
  position: absolute;
  content: "";
  background: url(../img/top/concept_illust.png) center/100% no-repeat;
  inset: auto 15% -11vw auto;
}
#top-concept .concept-box .concept-ttl {
  width: 61%;
  margin: 0 auto;
  position: absolute;
  inset: -7vw 0 auto;
}
#top-concept .concept-box .concept-txt {
  text-align: left;
}
#top-concept .concept-box .concept-btn {
  margin-top: 10%;
}

/* #top-menu
------------------------*/
#top-menu {
  padding: 20% 0 18%;
  background: url(../img/top/menu_bg.jpg) center/cover no-repeat;
}
#top-menu .menu-wrp {
  position: relative;
  padding: 25% 6% 18%;
  background: url(../img/top/menu-wrp-left_bdr.png) left center repeat-y, url(../img/top/menu-wrp-right_bdr.png) right center repeat-y, url(../img/top/menu-wrp-btm_bdr.png) bottom center repeat-x, url(../img/top/menu-wrp-top-left_bdr.png) left top/9% 1px no-repeat, url(../img/top/menu-wrp-top-right_bdr.png) right top/15% 1px no-repeat;
}
#top-menu .menu-wrp::before {
  width: 18%;
  height: 20vw;
  position: absolute;
  content: "";
  background: url(../img/top/menu-top_illust.png) center/100% no-repeat;
  inset: -11vw auto auto 7%;
  z-index: 2;
}
#top-menu .menu-wrp .menu-ttl {
  width: 71%;
  margin: 0 auto;
  position: absolute;
  inset: -9vw 0 auto;
}
#top-menu .menu-wrp .menu-list .menu-list-item {
  width: 87%;
  height: 62vw;
  background: url(../img/top/menu-item_bg.png) center/100% no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12%;
  padding: 0 9% 0 14%;
}
#top-menu .menu-wrp .menu-list .menu-list-item:last-child {
  margin-bottom: 0;
}
#top-menu .menu-wrp .menu-list .menu-list-item img {
  border: 1px solid var(--main-color);
}
#top-menu .menu-wrp .menu-list .menu-list-item .fig-cap {
  font-size: 4.8vw;
  margin-top: 6%;
}
#top-menu .menu-btn {
  margin-top: 15%;
}

/* #top-intro
------------------------*/
#top-intro {
  padding: 18% 8%;
  background: url(../img/top/intro_bg.jpg) center/cover no-repeat;
}
#top-intro .inbox {
  padding: 18% 6% 15% 6%;
  position: relative;
  background: url(../img/common/com_bg.jpg);
  border: 1vw solid var(--accent-color);
}
#top-intro .inbox::before, #top-intro .inbox::after {
  position: absolute;
  content: "";
  background: url(../img/top/intro-wrp_deco.png) center top/100% no-repeat;
  width: 39%;
  height: 31vw;
}
#top-intro .inbox::before {
  top: -3vw;
  left: -5%;
}
#top-intro .inbox::after {
  right: -5%;
  bottom: -3vw;
  transform: rotate(-180deg);
}
#top-intro .intro-wrp {
  height: 100%;
}
#top-intro .intro-wrp .intro-ttl {
  font-size: 5.3333333333vw;
  font-weight: 800;
  background: url(../img/top/intro-ttl_bdr.png) center bottom/100% no-repeat;
  margin-bottom: 12%;
  padding-bottom: 4%;
}
#top-intro .intro-wrp .inner-img {
  margin-bottom: 5%;
}
#top-intro .intro-wrp .inner-img img {
  border: 1px solid var(--main-color);
}
#top-intro .intro-wrp .inner-content {
  position: relative;
  z-index: 2;
}
#top-intro .intro-wrp .inner-content .intro-btn {
  width: 55%;
  margin: 5% 0 0 auto;
  display: flex;
  justify-content: flex-end;
}

/* #top-info
------------------------*/
#top-info {
  padding: 18% 8%;
  position: relative;
}
#top-info .inbox {
  padding: 16% 6%;
  background: url(../img/top/menu-wrp-left_bdr.png) left center repeat-y, url(../img/top/menu-wrp-right_bdr.png) right center repeat-y, url(../img/top/menu-wrp-btm_bdr.png) bottom center repeat-x, url(../img/top/menu-wrp-top-left_bdr.png) top center repeat-x;
}
#top-info .info-img {
  margin-top: 15%;
}
#top-info .info-content .info-ttl {
  font-size: 5.8666666667vw;
  color: var(--main-color);
  letter-spacing: 0.16em;
  line-height: 1.6;
  margin-bottom: 10%;
}
#top-info .info-content .info-ttl span {
  font-size: 6.9333333333vw;
}
#top-info .info-content .info-txt {
  line-height: 2.5;
  margin-bottom: 12%;
}
#top-info .info-content .info-adr {
  font-size: 4.2666666667vw;
  color: var(--main-color);
  margin-bottom: 8%;
}

/* #top-news
------------------------*/
#top-news {
  padding: 0 0 18%;
  background: url(../img/top/news-left-btm_deco.png) left bottom/41.6666% no-repeat, url(../img/top/news-right-btm_deco.png) right bottom/41.6666% no-repeat;
}
#top-news .news-ttl {
  font-size: 7.4666666667vw;
  color: var(--main-color);
  letter-spacing: 0.1em;
  margin-bottom: 12%;
}
#top-news .news-list .news-post-item {
  text-align: left;
  border-bottom: 1px solid var(--main-color);
  letter-spacing: 0.1em;
}
#top-news .news-list .news-post-item a {
  padding: 5% 15% 5% 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: baseline;
  flex-wrap: wrap;
  position: relative;
}
#top-news .news-list .news-post-item a::after {
  position: absolute;
  font-family: var(--bootstrap-icon);
  content: "\f133";
  inset: 0 0 0 auto;
  margin: auto 0;
  color: var(--main-color);
  display: flex;
  align-items: center;
}
#top-news .news-list .news-post-item a:hover .news-post-ttl {
  text-decoration: underline;
}
#top-news .news-list .news-post-item:first-child {
  border-top: 1px solid var(--main-color);
}
#top-news .news-list .news-post-item time {
  font-size: 3.4666666667vw;
  width: 32%;
}
#top-news .news-list .news-post-item .category-label {
  gap: 1.5vw 0;
  width: 68%;
  display: flex;
  flex-wrap: wrap;
}
#top-news .news-list .news-post-item .category-label li {
  position: relative;
  font-size: 3.4666666667vw;
  color: var(--main-color);
  padding: 0 1.5vw;
}
#top-news .news-list .news-post-item .category-label li::before, #top-news .news-list .news-post-item .category-label li::after {
  width: 1px;
  height: 4vw;
  position: absolute;
  content: "";
  background: var(--main-color);
  inset: 0 auto;
  margin: auto 0;
}
#top-news .news-list .news-post-item .category-label li::before {
  left: 0;
}
#top-news .news-list .news-post-item .category-label li::after {
  right: 0;
}
#top-news .news-list .news-post-item .category-label li:last-child:after {
  border: none;
}
#top-news .news-list .news-post-item .news-post-ttl {
  width: 100%;
  font-size: 4vw;
  font-weight: 400;
  margin-top: 3%;
}
#top-news .news-btn {
  display: flex;
  justify-content: flex-end;
  margin: 12% 0 0 auto;
  width: 45%;
}

/*==========================================
footer
===========================================*/
#footer {
  background: url(../img/common/ft_bg.jpg) center/cover no-repeat;
  padding: 15% 0 12%;
}
#footer .ft-logo {
  width: 24%;
  display: inline-block;
  margin-bottom: 8%;
}
#footer .ft-adr {
  margin-bottom: 10%;
}
#footer .ft-adr .adr-locate {
  font-size: 3.2vw;
  letter-spacing: 0.08em;
  margin-bottom: 7%;
}
#footer .ft-adr .adr-worktime .dl-item {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: baseline;
}
#footer .ft-adr .adr-worktime dt {
  padding-right: 3vw;
  margin-right: 3vw;
  position: relative;
}
#footer .ft-adr .adr-worktime dt::after {
  width: 1px;
  height: 4vw;
  background: #fff;
  margin: auto 0;
  inset: 0 0 0 auto;
  position: absolute;
  content: "";
}
#footer .ft-contact-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: baseline;
  width: 100%;
  gap: 7vw 6vw;
  margin-bottom: 10%;
}
#footer .ft-contact-list .item-tel {
  width: 100%;
}
#footer .ft-contact-list .item-mail .com-btn {
  padding: 2vw 7vw 2vw 12vw;
  background: url(../img/common/ft-mail_icon.png) left 4vw center/4vw no-repeat;
}
#footer .ft-nav-list {
  padding-top: 8%;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  border-top: 1px solid var(--main-color);
}
#footer .ft-nav-list .nav-list-item {
  width: 48%;
  text-align: left;
  font-size: 3.2vw;
  margin-bottom: 8%;
}
#footer .ft-nav-list .nav-list-item:last-child {
  margin-bottom: 0;
}
#footer .ft-nav-list .nav-list-item a:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  margin-top: 10%;
}
#copyright small {
  font-size: 2.9333333333vw;
}
#copyright a {
  text-decoration: underline;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  position: relative;
  height: 45vw;
}
.lower-sv .sv-ttl {
  font-size: 6.6666666667vw;
  position: absolute;
  inset: auto auto 12% 5%;
}

#concept-sv {
  background: url(../img/sv/concept-sv_bg.jpg) center/cover no-repeat;
}

#menu-sv {
  background: url(../img/sv/menu-sv_bg.jpg) center/cover no-repeat;
}

#intro-sv {
  background: url(../img/sv/intro-sv_bg.jpg) center/cover no-repeat;
}

#access-sv {
  background: url(../img/sv/access-sv_bg.jpg) center/cover no-repeat;
}

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

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

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

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

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

#e404-sv {
  background: url(../img/sv/e404-sv_bg.jpg) center/cover no-repeat;
}
#e404-sv .sv-ttl {
  font-size: 5.3333333333vw;
  letter-spacing: 0.16em;
}

/*==========================================
共通タイトル
===========================================*/
.ttl01 {
  font-size: 6.1333333333vw;
  margin-bottom: 10%;
}

.ttl02 {
  text-align: left;
  font-size: 5.3333333333vw;
  color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
  padding: 2%;
  margin-bottom: 7%;
  font-weight: 400;
}

/*==========================================
concept.php
===========================================*/
/* #concept-greeting
------------------------*/
#concept-greeting .greeting-ttl {
  color: var(--main-color);
}
#concept-greeting .greeting-txt {
  line-height: 2.5;
  text-align: left;
}

/* #concept-kodawari
------------------------*/
#concept-kodawari {
  padding: 16% 0;
  background: url(../img/concept/kodawari_bg.jpg) center/cover no-repeat;
}
#concept-kodawari .kodawari-item {
  margin-bottom: 12%;
  background: url(../img/common/com_bg.jpg);
  border: 1vw solid var(--accent-color);
  padding: 10% 6%;
}
#concept-kodawari .kodawari-item:last-child {
  margin-bottom: 0;
}
#concept-kodawari .kodawari-item .item-ttl {
  font-size: 5.0666666667vw;
  color: var(--main-color);
  padding: 2% 0 2% 10%;
  background: url(../img/concept/kodawari--item-ttl_icon.png) left center/6% no-repeat;
  margin-bottom: 7%;
}

/*==========================================
menu.php
===========================================*/
#menu-sec .menu-tit-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4vw 0;
  margin-bottom: 12%;
}
#menu-sec .menu-tit-list .tit-list-item {
  font-size: 4.2666666667vw;
  position: relative;
}
#menu-sec .menu-tit-list .tit-list-item::before, #menu-sec .menu-tit-list .tit-list-item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 4vw;
  inset: 0 auto;
  margin: auto 0;
  background: var(--main-color);
}
#menu-sec .menu-tit-list .tit-list-item::before {
  left: 0;
}
#menu-sec .menu-tit-list .tit-list-item::after {
  right: 0;
}
#menu-sec .menu-tit-list .tit-list-item:not(:last-child)::after {
  background: none;
}
#menu-sec .menu-tit-list .tit-list-item a {
  padding: 0 4vw;
  display: block;
  color: var(--main-color);
}
#menu-sec .menu-tit-list .tit-list-item a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
#menu-sec .menu-post {
  margin-bottom: 15%;
}
#menu-sec .menu-post:last-child {
  margin-bottom: 0;
}
#menu-sec .menu-post .post-inner-list .inner-list-item {
  border-bottom: 2px dotted #fff;
  padding: 5% 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
#menu-sec .menu-post .post-inner-list .inner-list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#menu-sec .menu-post .post-inner-list .inner-list-item .item-name {
  width: 50%;
  text-align: left;
  font-size: 4vw;
}
#menu-sec .menu-post .post-inner-list .inner-list-item .item-price {
  width: 48%;
  text-align: right;
  font-size: 3.7333333333vw;
}
#menu-sec .menu-post .post-img-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  gap: 3vw 4%;
  margin-top: 12%;
}
#menu-sec .menu-post .post-img-list .img-list-item {
  width: 48%;
  height: 25vw;
}

/*==========================================
intro.php
===========================================*/
#intro-sec .intro-ttl span {
  display: block;
  color: var(--main-color);
}
#intro-sec .intro-post {
  margin-bottom: 15%;
}
#intro-sec .intro-post:last-child {
  margin-bottom: 0;
}
#intro-sec .intro-post .post-thumb {
  width: 100%;
  height: 45vw;
  margin-bottom: 8%;
}
#intro-sec .intro-post .post-content .post-ttl .ttl-txt {
  display: block;
}
#intro-sec .intro-post .post-content .post-ttl .ttl-price {
  display: block;
  margin-top: 2%;
  text-align: right;
  font-size: 3.7333333333vw;
  color: #fff;
  letter-spacing: 0.1em;
}
#intro-sec .intro-post .post-content .post-body {
  text-align: left;
  line-height: 2.5;
}

/*==========================================
access.php
===========================================*/
/* #access-feature
------------------------*/
#access-feature .feature-ttl {
  font-size: 5.0666666667vw;
  letter-spacing: 0.16em;
}
#access-feature .feature-ttl span {
  font-size: 6.1333333333vw;
  color: var(--main-color);
}
#access-feature .feature-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  gap: 5vw 4%;
}
#access-feature .feature-list .feature-list-item {
  width: 48%;
  height: 29vw;
}

/* #access-info
------------------------*/
#access-info {
  padding: 16% 0;
  background: url(../img/access/info_bg.jpg) center/cover no-repeat;
}

/*==========================================
一覧ぺージ用カテゴリ(セレクトボックス)
===========================================*/
.category-select {
  overflow: hidden;
  width: 64%;
  margin: 0 0 23% auto;
  text-align: center;
  position: relative;
  border-radius: 2px;
  border: 2px solid #2e2e2e;
  background: #fff;
  font-size: 4vw;
  -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: 0.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%;
  font-size: 4vw;
  display: flex;
  align-items: center;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.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: 6% 10% 6% 6%;
  color: #2e2e2e;
  font-family: var(--main-font-family);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.category-select select::-ms-expand {
  display: none;
}

/*==========================================
news.php
===========================================*/
.post-wrap .column-lists .column-lists-item {
  border-bottom: 1px solid #ccc;
}
.post-wrap .column-lists .column-lists-item a {
  display: block;
  padding: 14% 0;
}
.post-wrap .column-lists .column-lists-item:first-child a {
  padding-top: 0;
}
.post-wrap .column-lists .column-lists-item:last-child {
  border-bottom: none;
}
.post-wrap .column-lists .post-ttl {
  text-align: left;
  margin-bottom: 4%;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.post-wrap .column-lists .post-ttl time {
  width: 26%;
  font-size: 3.4666666667vw;
  color: var(--main-color);
  text-align: left;
  padding: 0.75vw 0;
  letter-spacing: 0.05em;
}
.post-wrap .column-lists .post-ttl .category-label {
  width: 71%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1vw 1.5vw;
}
.post-wrap .column-lists .post-ttl .category-label li {
  box-sizing: border-box;
  border: 1px solid var(--main-color);
  color: #fff;
  background: var(--main-color);
  padding: 0.75vw;
  text-align: center;
  font-size: 3.4666666667vw;
}
.post-wrap .column-lists .post-ttl .column-ttl {
  width: 100%;
  font-size: 4.8vw;
  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: var(--main-color);
  border: 1px solid var(--main-color);
  box-sizing: border-box;
  padding: 3% 2%;
  display: block;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-wrap .column-lists .thumb {
  width: 40%;
  height: 33vw;
}
.post-wrap .column-lists .has-thumb a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.post-wrap .column-lists .has-thumb .post-area {
  width: 55%;
}
.post-wrap .column-lists .has-thumb .post-area time {
  width: 44%;
}
.post-wrap .column-lists .has-thumb .post-area .category-label {
  width: 54%;
}
.post-wrap .post-content {
  padding: 0 3% 3% 3%;
  box-sizing: border-box;
  text-align: left;
}

/*----------------------------------
詳細ページのカテゴリー表示(タイトル下部)
----------------------------------*/
.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: #fff;
  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: #ccc;
}

/*==========================================
contact.php
===========================================*/
#contact {
  /* チェックボックス・ラジオボタン
  -------------------------------------------------- */
  /*==================================================
   日付選択フォーム
  ================================================== */
}
#contact .contact-form {
  text-align: left;
  margin-bottom: 15%;
}
#contact .contact-form tr th {
  position: relative;
}
#contact .contact-form tr th em {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 0;
  color: #f00;
  background: #fff;
  font-weight: 500;
  padding: 3px;
  font-size: 3vw;
}
#contact .contact-form tr td {
  padding: 3% 0;
}
#contact .contact-form tr td li {
  list-style: none;
}
#contact .contact-form tr td textarea {
  height: 37vw;
  line-height: 1.8;
}
#contact .contact-form .txtarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  padding: 3%;
  font-size: 4vw;
  box-sizing: border-box;
  font-family: var(--main-font-family);
  border-radius: 0;
}
#contact .contact-form .contact-select {
  width: 50%;
  position: relative;
}
#contact .contact-form .contact-select::after {
  content: "";
  position: absolute;
  inset: 0 5% 0 auto;
  margin: auto 0;
  width: 1.5vw;
  height: 1.5vw;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
}
#contact .contact-form .contact-select select {
  width: 100%;
  padding: 6% 7% 6% 4%;
  box-sizing: border-box;
  font-size: 4vw;
  font-family: var(--main-font-family);
  color: var(--font-color);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
}
#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 .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: flex;
  width: 100%;
  justify-content: space-between;
  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.7333333333vw;
  text-align: center;
  padding: 5px;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .ancion-btn:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .upload-button {
  margin-bottom: 5px;
  background: var(--main-color);
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap p {
  background: var(--accent-color);
}
#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: 8%;
}
#contact .g-recaptcha div {
  margin: 0 auto;
  margin-bottom: 8%;
}
#contact input[type=button][disabled],
#contact input[type=submit][disabled] {
  opacity: 0.7;
  pointer-events: none;
}
#contact input[type=button],
#contact input[type=submit],
#contact .contact-submits-wrap button {
  font-size: 4vw;
  font-weight: 500;
  color: #fff;
  background: #fff;
  padding: 6% 2%;
  box-sizing: border-box;
  font-family: var(--main-font-family);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  border-radius: 0;
}
#contact input[type=button]:hover,
#contact input[type=submit]:hover,
#contact .contact-submits-wrap button:hover {
  background: var(--main-color);
  cursor: pointer;
  color: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
}
#contact .check-btn {
  width: 75%;
  margin: 0 auto;
}
#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;
  text-decoration-thickness: 1px;
}
#contact input[type=radio],
#contact input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#contact input[type=radio] + label,
#contact input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer;
}
#contact input[type=radio],
#contact input[type=checkbox] {
  display: none;
  margin: 0;
}
#contact input[type=radio] + label,
#contact input[type=checkbox] + label {
  margin-bottom: 5px;
  padding: 0 0 0 24px;
}
#contact input[type=radio] + label::before,
#contact input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #FFF;
}
#contact input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}
#contact input[type=checkbox] + label::before {
  border: 2px solid #ccc;
}
#contact input[type=radio]:checked + label::after,
#contact input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
#contact input[type=radio]:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #e74c3c;
  border-radius: 8px;
}
#contact input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #e74c3c;
  border-bottom: 3px solid #e74c3c;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#contact .date-list {
  padding-left: inherit;
}
#contact .date-list li {
  list-style: none;
  margin-bottom: 15px;
}
#contact .date-list li p {
  margin-bottom: 5px;
}

.complete-box p a {
  text-decoration: underline;
}

/*==========================================
privacy.php
===========================================*/
#privacy .privacy-box {
  margin-bottom: 10%;
  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%;
}

/*==========================================
プライバシーポリシー(LPフレーム時)
===========================================*/
/*==========================================
404.php
===========================================*/
#err-cont .txt-blc a {
  text-decoration: underline;
}