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

body {
  line-height: 2.2;
  font-size: 1.6rem;
}

/*==========================================
共通タイトル
===========================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.8;
}

.ttl01 {
  font-weight: 600;
  font-size: 4rem;
  font-family: var(--sub-font-family);
  letter-spacing: 0.2em;
  line-height: 1.7;
  padding-bottom: 65px;
  margin-bottom: 60px;
  background: url(../img/top/intro-ttl_bdr.png) bottom center no-repeat;
}
.ttl01.no-bdr {
  padding-bottom: 0;
  background: none;
  margin-bottom: 0;
}

.ttl02 {
  font-size: 2.3rem;
  line-height: 1.7;
  border-bottom: 1px solid var(--main-color);
  margin-bottom: 25px;
  padding-bottom: 10px;
  text-align: left;
}

.ttl03 {
  display: block;
  border-radius: 32px;
  font-size: 2.6rem;
  letter-spacing: 0.18em;
  color: var(--main-color);
  margin: 0 auto 25px;
  border: 1px solid var(--main-color);
  background: var(--color-white);
  position: relative;
  font-family: var(--sub-font-family);
}
.ttl03::before, .ttl03::after {
  content: "";
  position: absolute;
  left: 50%;
}
.ttl03::before {
  bottom: -24px;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}
.ttl03::after {
  bottom: -28px;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid var(--main-color);
  z-index: 1;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-cont {
  text-align: left;
}
.com-cont p {
  margin-bottom: 40px;
  line-height: 2.2;
  letter-spacing: var(--base-letter-spacing);
}
.com-cont p:last-child {
  margin-bottom: 0;
}

#g-map h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
}
#g-map h4 span {
  padding-left: 20px;
}
#g-map .map {
  height: 400px;
  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-contact-blc {
  gap: 20px;
}

.com-tel-wrp {
  line-height: 1.3;
}
.com-tel-wrp .tel-txt {
  display: block;
}
.com-tel-wrp .tel-num {
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  border-bottom: 1px solid;
  padding-left: 40px;
}

.com-mail-btn {
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  border-radius: 27.5px;
  text-align: center;
  padding-left: 40px;
  height: 55px;
  background: url(../img/common/mail_ic.png) left 35px center no-repeat, var(--main-color);
}
.com-mail-btn:hover {
  transform: scale(0.95);
}

.mask::before {
  mask-image: url(../img/common/com_deco.png);
  mask-size: 100%;
  mask-repeat: no-repeat;
  position: absolute;
  content: "";
  z-index: -1;
}

.com-ptrn-bg {
  background-image: linear-gradient(90deg, transparent 50%, #fef4ea 50%);
  background-size: 10px 10px;
  background-color: #fcedde;
}
.com-ptrn-bg.has-deco {
  position: relative;
  z-index: 1;
}
.com-ptrn-bg.has-deco::before, .com-ptrn-bg.has-deco::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.com-ptrn-bg.has-deco::before {
  width: 256px;
  height: 262px;
  background: url(../img/common/bg-deco-ill_l.png) center/100% no-repeat;
  inset: 3.645% auto auto 5.2083%;
}
.com-ptrn-bg.has-deco::after {
  width: 376px;
  height: 434px;
  background: url(../img/common/bg-deco-ill_r.png) center/100% no-repeat;
  inset: 7.8125% 6.7708% auto auto;
}

.com-grain-bg {
  padding: 170px 0 145px;
  background: url(../img/common/bg-left_deco.png) left top/40.46875% no-repeat, url(../img/common/bg-right_deco.png) right top/40.46875% no-repeat, url(../img/common/grain_bg.jpg) center/cover no-repeat;
}

.com-btn {
  border-radius: 14px;
  color: var(--color-white);
  font-size: 1.8rem;
  background: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 90px;
}
.com-btn:hover {
  transform: scale(0.95);
}

.has-arr {
  position: relative;
}
.has-arr::after {
  position: absolute;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 0 20px 0 auto;
  font-family: var(--bootstrap-icon);
  margin: auto 0;
  content: "\f133";
  color: inherit;
  z-index: 1;
  font-size: 2.6rem;
}

.com-post-frame {
  border-radius: 26px;
  position: relative;
  z-index: 1;
  padding: 65px 65px 75px;
  margin-bottom: 50px;
}
.com-post-frame:last-child {
  margin-bottom: 0;
}
.com-post-frame::before {
  position: absolute;
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid var(--main-color);
  border-radius: inherit;
  inset: 0;
  margin: auto;
}
.com-post-frame.clr-sakura {
  background: var(--accent-color);
}
.com-post-frame.clr-white {
  background: var(--color-white);
}
.com-post-frame .post-ttl-wrp {
  position: relative;
}
.com-post-frame .post-ttl-wrp .post-ttl {
  padding-right: 100px;
}
.com-post-frame .post-ttl-wrp .post-price {
  position: absolute;
  inset: auto 0 10px auto;
}
.com-post-frame .post-ttl {
  border-bottom: 1px solid var(--main-color);
  font-size: 2.8rem;
  position: relative;
  text-align: left;
  margin-bottom: 45px;
  padding-left: 30px;
}
.com-post-frame .post-ttl::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--main-color);
  inset: 25px auto auto 0;
}
.com-post-frame .post-2col .post-thumb {
  width: 400px;
  height: 248px;
}
.com-post-frame .post-2col .post-comment {
  width: 495px;
}
.com-post-frame .post-comment {
  text-align: left;
  line-height: 2.2;
}
.com-post-frame .post-gallery-list {
  gap: 22px 20px;
  margin-top: 70px;
}
.com-post-frame .post-gallery-list .galler-lists-item {
  width: 300px;
  height: 190px;
}

.com-adr-wrp {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.com-adr-wrp .location {
  margin-bottom: 15px;
}
.com-adr-wrp .location br {
  display: none;
}
.com-adr-wrp .worktime dt {
  min-width: 78px;
  margin-right: 7px;
  position: relative;
}
.com-adr-wrp .worktime dt::after {
  width: 1px;
  height: 15px;
  position: absolute;
  content: "";
  inset: 0 0 0 auto;
  background: var(--color-white);
  margin: auto 0;
}

.external-links-list {
  gap: 45px;
}
.external-links-list .ofc-site a {
  font-size: 2rem;
  color: var(--color-white);
  padding-right: 45px;
}
.external-links-list .ofc-site a::after {
  right: 0;
  color: var(--main-color);
}
.external-links-list .ofc-site a::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--color-white);
  inset: 0 2px 0 auto;
  margin: auto 0;
  z-index: 1;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-tbl tr {
  display: flex;
  padding: 20px 0;
  position: relative;
  z-index: 100;
}
.com-tbl tr th,
.com-tbl tr td {
  text-align: left;
}
.com-tbl tr th {
  padding: 0 10px;
  width: 210px;
  vertical-align: top;
}
.com-tbl tr td {
  width: calc(100% - 180px);
  padding: 0 20px;
}
.com-tbl tr td a[href^="mailto:"] {
  text-decoration: underline;
}

/*==========================================
パンくずリスト
===========================================*/
div .bread {
  font-size: 1.4rem;
  text-align: left;
  position: relative;
  z-index: 1;
}
div .bread .breadcrumbs {
  position: absolute;
  width: 1080px;
  margin: 0 auto;
  inset: 10px auto auto 0;
  gap: 10px 20px;
}
div .bread li {
  color: var(--main-color);
  position: relative;
}
div .bread li:after {
  content: " > ";
  color: var(--color-gray);
  position: absolute;
  inset: 0 -15px 0 auto;
  margin: auto 0;
}
div .bread li:last-child:after {
  content: "";
}
div .bread li a {
  color: var(--color-gray);
}
div .bread li a:hover {
  text-decoration: underline;
}

/*==========================================
header
===========================================*/
#header {
  padding: 20px 4.1666%;
  position: relative;
  z-index: 1000;
}
#header .hd-right {
  min-width: 650px;
}
#header .hd-tel .tel-num {
  background: url(../img/common/hd-tel_ic.png) left 5px center no-repeat;
}

/*==========================================
nav
===========================================*/
#nav {
  margin-top: 15px;
}
#nav .nav-list-item {
  font-weight: 700;
  font-size: 1.4rem;
  position: relative;
}
#nav .nav-list-item::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  margin: auto 0;
  inset: 0 auto 0 0;
  border-radius: 50%;
  background: var(--third-color);
}
#nav .nav-list-item:first-child::before {
  background: none;
}
#nav .nav-list-item:first-child a {
  padding-left: 0;
}
#nav .nav-list-item:last-child a {
  padding-right: 0;
}
#nav .nav-list-item a {
  padding: 0 32px;
  display: block;
}
#nav .nav-list-item a span {
  padding-bottom: 3px;
  display: block;
  position: relative;
}
#nav .nav-list-item a span:before {
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--font-color);
  position: absolute;
  display: block;
}
#nav .nav-list-item a span:after {
  content: "";
  width: 0;
  right: 50%;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--font-color);
  position: absolute;
  display: block;
}
#nav .nav-list-item a span:hover {
  color: var(--font-color);
}
#nav .nav-list-item a span:hover:before {
  width: 50%;
  border-bottom: 1px solid var(--font-color);
}
#nav .nav-list-item a span:hover:after {
  width: 50%;
  border-bottom: 1px solid var(--font-color);
}
#nav .nav-list-item.current span {
  border-bottom: 1px solid var(--main-color);
}
#nav .nav-list-item.current span::before, #nav .nav-list-item.current span::after {
  border-bottom: none;
}
#nav .nav-list-item.current span:hover::before, #nav .nav-list-item.current span:hover::after {
  border-bottom: none;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: 770px;
  position: relative;
}
#top-mv .mv-catch {
  position: absolute;
  width: 26.7708%;
  inset: 15.5844% auto auto 7.0312%;
}
#top-mv .mv-frame {
  width: 64.5833%;
  height: 100%;
  margin-left: auto;
  border-radius: 30px 0 0 30px;
  background: url(../img/top/mv/mv_bg.jpg) center/cover no-repeat;
}

/*==========================================
index.php
===========================================*/
/* top-intro
---------------------*/
#top-intro {
  padding: 140px 0 395px;
  position: relative;
  background: url(../img/common/com_deco.png) left 4.42708% center no-repeat, url(../img/common/com_deco.png) right 9.375% top 315px/142px 135px no-repeat;
}
#top-intro .intro-ttl {
  width: 850px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 2;
}
#top-intro .intro-ttl span {
  position: relative;
  font-size: 5rem;
}
#top-intro .intro-ttl span:before {
  width: 99px;
  height: 103px;
  background: var(--fourth-color);
  inset: -15px auto auto -25px;
}
#top-intro .intro-txt {
  line-height: 2.3;
}
#top-intro .intro-btm-img {
  position: absolute;
  inset: auto 0 -420px;
  z-index: 10;
}

/* top-takeout
---------------------*/
#top-takeout {
  padding: 420px 0 180px;
  position: relative;
}
#top-takeout .takeout-wrp {
  padding: 155px 0 0 0;
  position: relative;
  background: url(../img/top/takeout-l_ill.png) left 11.302% top/8.4375% no-repeat, url(../img/top/takeout-r_ill.png) right 19.27083% bottom no-repeat;
}
#top-takeout .takeout-content {
  width: 540px;
}
#top-takeout .takeout-content .takeout-ttl {
  font-weight: 600;
  margin-bottom: 65px;
  text-align: center;
}
#top-takeout .takeout-content .takeout-ttl .en {
  width: 350px;
  padding: 5px 0;
}
#top-takeout .takeout-content .takeout-ttl .ja {
  font-size: 3rem;
  letter-spacing: 0.18em;
}
#top-takeout .takeout-content .takeout-ttl .ja em {
  color: var(--main-color);
}
#top-takeout .takeout-content .takeout-txt {
  width: 500px;
}
#top-takeout .takeout-content .takeout-btn {
  margin-top: 80px;
}
#top-takeout .takeout-img {
  position: absolute;
}
#top-takeout .takeout-img img {
  border-radius: 23px;
}
#top-takeout .takeout-img.back {
  width: 35.9375%;
  inset: 185px 7.552% auto auto;
}
#top-takeout .takeout-img.front {
  inset: auto calc(50% - 425px) 70px auto;
}

/* top-menu
---------------------*/
#top-menu .menu-ttl {
  color: var(--color-white);
}
#top-menu .menu-ttl span {
  border: 1px solid;
  border-radius: 20px;
  display: inline-block;
  padding: 5px 20px;
}
#top-menu .menu-ttl small {
  font-size: 3.4rem;
}
#top-menu .menu-txt {
  color: var(--color-white);
  margin-bottom: 90px;
  line-height: 2.4;
}
#top-menu .menu-check-txt {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--color-white);
  padding-bottom: 60px;
  background: url(../img/top/menu-check_arr.png) bottom center no-repeat;
  margin: 110px 0 45px;
}
#top-menu .menu-btn {
  width: 540px;
  margin: 0 auto;
  height: 90px;
  border: 1px solid var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  border-radius: 14px;
  font-size: 2rem;
  background: url(../img/top/menu-btn-white_ic.png) right 30px center no-repeat;
}
#top-menu .menu-btn:hover {
  border-radius: 0;
  opacity: 1;
  background: url(../img/top/menu-btn-main_ic.png) right 30px center no-repeat, var(--color-white);
  color: var(--main-color);
}

/* top-other
---------------------*/
#top-other {
  padding: 145px 0;
}
#top-other .other-wrp {
  width: 1045px;
  margin: 0 auto;
  gap: 65px;
}
#top-other .other-box {
  width: 490px;
  border-radius: 20px;
}
#top-other .other-box a {
  border-radius: inherit;
  border: 1px solid var(--main-color);
  display: block;
  height: 348px;
  position: relative;
}
#top-other .other-box a .box-inner {
  position: absolute;
  inset: -15px auto auto -15px;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  transition: all 0.3s;
}
#top-other .other-box a:hover {
  opacity: 1;
}
#top-other .other-box a:hover .box-inner {
  inset: 0;
}
#top-other .other-box.other-kodawari .box-inner {
  background: url(../img/top/other-kodawari_img.jpg) center/cover no-repeat;
}
#top-other .other-box.other-voice .box-inner {
  background: url(../img/top/other-voice_img.jpg) center/cover no-repeat;
}
#top-other .other-box .other-ttl {
  font-size: 3.6rem;
  color: var(--color-white);
  background: var(--main-color);
  padding: 0 90px;
  margin-left: -20px;
  letter-spacing: 0.2em;
  margin-bottom: 35px;
}
#top-other .other-box .other-ttl::after {
  font-size: 3rem;
}
#top-other .other-box .other-txt {
  text-align: left;
  color: var(--color-white);
  font-size: 1.8rem;
  padding-left: 35px;
}

/* top-news
---------------------*/
#top-news {
  padding: 120px 0 120px;
}
#top-news .inbox {
  position: relative;
  min-height: 290px;
}
#top-news .news-ttl {
  width: 215px;
  text-align: left;
  padding-top: 75px;
  position: relative;
  z-index: 1;
}
#top-news .news-ttl::before {
  position: absolute;
  content: "";
  width: 244px;
  height: 232px;
  background: url(../img/common/com_deco.png) center/100% no-repeat;
  inset: -50px auto auto -100px;
  z-index: -1;
}
#top-news .news-post-wrp {
  width: 753px;
}
#top-news .news-post-wrp .news-post {
  text-align: left;
  border-bottom: 1px solid var(--color-gray);
}
#top-news .news-post-wrp .news-post:last-child {
  border-bottom: none;
}
#top-news .news-post-wrp .news-post:last-child a {
  padding-bottom: 0;
}
#top-news .news-post-wrp .news-post:first-child a {
  padding-top: 0;
}
#top-news .news-post-wrp .news-post a {
  padding: 30px 0;
}
#top-news .news-post-wrp .news-post a:hover {
  transform: translateX(10px);
}
#top-news .news-post-wrp .news-post a:hover .post-ttl {
  text-decoration: underline;
}
#top-news .news-post-wrp .news-post time {
  width: 110px;
}
#top-news .news-post-wrp .news-post .category-label {
  width: calc(100% - 110px);
  gap: 7px;
  color: var(--main-color);
}
#top-news .news-post-wrp .news-post .category-label li {
  padding-left: 20px;
  position: relative;
}
#top-news .news-post-wrp .news-post .category-label li::before {
  position: absolute;
  content: "";
  inset: 12px auto 0 0;
  border-radius: 50%;
  background: var(--main-color);
  width: 10px;
  height: 10px;
}
#top-news .news-post-wrp .news-post .post-ttl {
  width: 100%;
}
#top-news .news-btn {
  position: absolute;
  inset: auto auto 65px 0;
  font-size: 2rem;
  padding-right: 45px;
}
#top-news .news-btn::after {
  color: var(--main-color);
  right: 0;
}
#top-news .news-btn:hover {
  color: var(--main-color);
  padding-right: 55px;
}

/*==========================================
footer
===========================================*/
#footer {
  background: url(../img/common/ft_bg.jpg) center/cover no-repeat;
  padding: 105px 0 150px;
}
#footer .inbox {
  width: clamp(1080px, 66.927%, 1285px);
}
#footer .ft-left {
  width: 610px;
  text-align: left;
}
#footer .ft-left .ft-logo {
  display: inline-block;
  margin-bottom: 30px;
}
#footer .ft-left .ft-adr {
  color: var(--color-white);
  margin-bottom: 85px;
}
#footer .ft-left .ft-tel .tel-num {
  color: var(--color-white);
  background: url(../img/common/ft-tel_ic.png) left 5px center no-repeat;
}
#footer .ft-right {
  width: 525px;
}
#footer .ft-right .external-links-list {
  margin-bottom: 60px;
}
#footer .ft-right .ft-nav {
  gap: 20px 45px;
}
#footer .ft-right .ft-nav .nav-list {
  text-align: left;
}
#footer .ft-right .ft-nav .nav-list-item {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  font-weight: 700;
}
#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;
}

#copyright {
  margin-top: 55px;
  text-align: right;
  word-break: normal;
  color: var(--color-white);
}
#copyright small {
  font-size: 1.1rem;
}
#copyright a {
  color: var(--color-white);
  text-decoration: underline;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 500px;
  position: relative;
}
.lower-sv .sv-ttl {
  width: 47.1354%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  inset: auto auto 19% 0;
  font-size: 3.6rem;
  font-weight: 600;
  font-family: var(--sub-font-family);
  letter-spacing: 0.18em;
  background: url(../img/common/com_deco.png) right 27.232% top 80%/26.9613% no-repeat;
}
.lower-sv .sv-ttl span {
  width: 100%;
  display: block;
  padding-bottom: 75px;
  background: url(../img/sv/sv-ttl_dotted.svg) bottom center no-repeat;
}
.lower-sv .sv-frame {
  width: 52.8646%;
  margin-left: auto;
  height: 100%;
  border-radius: 30px 0 0 30px;
}

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

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

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

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

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

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

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

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

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

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

/*==========================================
下層共通スタイル
===========================================*/
.col2-img {
  position: relative;
  margin-bottom: 105px;
}
.col2-img:last-child {
  margin-bottom: 0;
}
.col2-img .blc-img {
  position: absolute;
  top: 0;
}
.col2-img .blc-content {
  width: 566px;
  min-height: 440px;
}
.col2-img .blc-content .blc-ttl {
  font-size: 3.2rem;
}
.col2-img:nth-of-type(odd) .blc-img {
  left: 0;
}
.col2-img:nth-of-type(odd) .blc-content {
  margin-left: auto;
}
.col2-img:nth-of-type(even) .blc-img {
  right: 0;
}

/*==========================================
kodawari
===========================================*/
/* kodawari-other
---------------------*/
#kodawari-other .k-other-ttl small {
  display: block;
  font-size: 3rem;
}

/*==========================================
voice
===========================================*/
#voice-archive .menu-post .post-comment {
  width: 720px;
}
#voice-archive .menu-post .post-comment .gender {
  width: fit-content;
  border-radius: 32.5px;
  background: var(--main-color);
  color: var(--color-white);
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 0 10px;
  margin-bottom: 15px;
}

/*==========================================
access
===========================================*/
/* access-info
---------------------*/
#access-info {
  padding-bottom: 0;
}
#access-info .info-ttl {
  color: var(--color-white);
}
#access-info .info-tbl {
  margin-bottom: 120px;
}
#access-info .info-parking {
  margin-bottom: 120px;
}
#access-info .info-parking .parking-ttl {
  position: absolute;
  inset: -35px 0 auto;
  width: 600px;
  font-size: 3rem;
  color: var(--font-color);
}
#access-info .info-parking .parking-post {
  margin-bottom: 65px;
}
#access-info .info-parking .parking-post:last-child {
  margin-bottom: 0;
}

/*==========================================
一覧ぺージ用カテゴリ(セレクトボックス)
===========================================*/
.category-select {
  width: 300px;
  margin: 0 0 45px auto;
}
.category-select select {
  font-size: 1.6rem;
  padding: 15px 37px 15px 15px;
}

/*==========================================
news
===========================================*/
.column-wrap .column-post-list .column-post a {
  padding: 45px 0;
}
.column-wrap .column-post-list .post-meta-area time {
  width: 95px;
}
.column-wrap .column-post-list .post-meta-area time,
.column-wrap .column-post-list .post-meta-area .category-label {
  font-size: 1.4rem;
}
.column-wrap .column-post-list .post-meta-area .category-label {
  width: calc(100% - 115px);
  gap: 5px;
}
.column-wrap .column-post-list .post-meta-area .category-label li {
  padding: 2px 10px;
}
.column-wrap .column-post-list .post-meta-area .post-ttl {
  font-size: 2.3rem;
  margin: 10px 0;
}
.column-wrap .column-post-list .more-btn {
  width: 125px;
  font-size: 1.4rem;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  box-sizing: border-box;
  padding: 5px 0;
  display: block;
  color: var(--color-white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.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 .thumb {
  width: 210px;
  height: 200px;
}
.column-wrap .column-post-list .has-thumb .thumb .img-eff {
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
}
.column-wrap .column-post-list .has-thumb .post-meta-area {
  width: 820px;
}

/*----------------------------------
詳細ページのカテゴリー表示(タイトル下部)
----------------------------------*/
.single-meta {
  margin-bottom: 20px;
}
.single-meta time {
  font-size: 1.4rem;
  text-align: left;
  width: 95px;
  padding: 3px 0;
  box-sizing: border-box;
}
.single-meta .category-label {
  width: 920px;
  font-size: 1.4rem;
  gap: 5px;
  margin-left: 10px;
}
.single-meta .category-label li a {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  padding: 3px 10px;
  display: 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: 10px;
}
.single-category dt {
  width: 80px;
}
.single-category dt:after {
  content: ":";
  padding: 0 5px;
}
.single-category dd {
  max-width: 170px;
  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 {
  width: 980px;
  margin: 0 auto 55px;
}
#contact .contact-form tr th {
  margin-bottom: 20px;
}
#contact .contact-form tr th .required {
  padding: 3px;
  margin-left: 10px;
  vertical-align: baseline;
  font-size: 1.2rem;
}
#contact .contact-form tr td .label-list {
  gap: 15px;
}
#contact .contact-form tr.privacy-check th {
  text-align: center;
}
#contact .contact-form .form-field {
  font-size: 1.6rem;
  padding: 20px 15px;
}
#contact .contact-form .contact-select {
  width: 200px;
}
#contact .contact-form .contact-select::after {
  inset: 0 16px 0 auto;
  width: 8px;
  height: 8px;
}
#contact .contact-form .contact-select select {
  padding: 15px 30px 15px 10px;
  font-size: 1.6rem;
}
#contact .contact-form #pc01,
#contact .contact-form #pc02 {
  width: 150px;
}
#contact .contact-form #address {
  margin-top: 15px;
}
#contact .contact-form #date1,
#contact .contact-form #date2,
#contact .contact-form #date3 {
  width: 300px;
}
#contact .contact-form textarea {
  height: 260px;
}
#contact .contact-form .upload-item-wrap .thumb {
  width: 200px;
  margin-right: 25px;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap {
  width: 130px;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .upload-button {
  font-size: 1.3rem;
}
#contact input[type=button],
#contact input[type=submit],
#contact .contact-submits-wrap button {
  font-size: 1.6rem;
  height: 75px;
}
#contact .contact-submits-wrap {
  gap: 35px;
}
#contact .contact-submits-wrap .check-btn {
  width: 304px;
}
#contact .contact-submits-wrap .back-btn {
  width: 270px;
}
#contact .contact-submits-wrap .send-btn {
  width: 240px;
}

/*==========================================
privacy
===========================================*/
#privacy .privacy-box {
  margin-bottom: 70px;
  text-align: left;
}
#privacy .privacy-box:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box p {
  margin-bottom: 30px;
}
#privacy .privacy-box p:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box ul {
  margin-top: 30px;
}

/*==========================================
site
===========================================*/
#site-map .nav-list-item a {
  padding: 2% 0 2% 3%;
}

/*==========================================
プライバシーポリシー(LPフレーム時)
===========================================*/