@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: 1.8;
  letter-spacing: 0.06em;
  font-size: 1.4rem;
}

/*==========================================
共通タイトル
===========================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  letter-spacing: 0.18em;
}

.ttl01 {
  margin-bottom: 8.6666%;
}
.ttl01 span {
  display: block;
}
.ttl01 .ja {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2%;
}
.ttl01 .en {
  color: var(--accent-color);
  font-size: 1.2rem;
  font-weight: 500;
}

.ttl02 {
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 3.0769%;
}

.ttl03 {
  margin-bottom: 5.3333%;
}
.ttl03 .ttl-num {
  background: linear-gradient(135deg, rgb(244, 218, 115) 0%, rgb(156, 138, 67) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  font-size: 1.4rem;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 2%;
  color: var(--third-color);
}
.ttl03 .ttl-txt {
  display: block;
  font-size: 2.2rem;
}

/*==========================================
共通ブロック・要素
===========================================*/
#main-container {
  width: 375px;
  margin: auto 13.54166% auto auto;
  background: var(--base-color);
}

.com-cont {
  text-align: left;
}
.com-cont p {
  margin-bottom: 25px;
  letter-spacing: 0.06em;
  line-height: 2.2;
}
.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: 250px;
}
#g-map .map iframe {
  width: 100%;
  height: 100%;
}

.com-btn {
  background: var(--main-color);
  letter-spacing: 0.12em;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.com-btn::before {
  position: absolute;
  content: "";
  width: 11.111%;
  height: 1px;
  margin: auto 0;
  inset: 0 0 0 auto;
  z-index: 1;
  background: #fff;
}

.com-mail-btn {
  width: 125px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: var(--accent-color);
}
.com-mail-btn::before {
  position: absolute;
  content: "";
  width: 11.111%;
  height: 1px;
  margin: auto 0;
  inset: 0 0 0 auto;
  z-index: 1;
  background: #fff;
}

.com-tel-wrp .tel-txt {
  width: 84.367%;
  margin-left: auto;
  display: block;
  text-align: right;
}
.com-tel-wrp .tel-num {
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 2.4rem;
}
.com-tel-wrp .tel-num small {
  font-size: 1.5rem;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-tbl tr {
  width: 100%;
  display: block;
  padding: 5.3846% 0;
  border-bottom: 1px solid #e2e2e2;
}
.com-tbl tr:last-child {
  border-bottom: none;
}
.com-tbl tr th,
.com-tbl tr td {
  width: 100%;
  display: block;
  box-sizing: border-box;
  text-align: left;
  overflow-wrap: anywhere;
}
.com-tbl tr th {
  vertical-align: top;
  color: var(--fourth-color);
  margin-bottom: 1.5%;
}
.com-tbl tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-tbl tr td span.tel-txt {
  width: 56%;
  margin-left: -2.5%;
  display: block;
}

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

/*==========================================
header
===========================================*/
#header {
  width: 230px;
  position: fixed;
  left: 13.802%;
  top: 25px;
}
#header .hd-logo {
  width: 80px;
  margin-bottom: 6.5217%;
}
#header #nav {
  margin-bottom: 8.6956%;
}
#header #nav .nav-lists-item {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#header #nav .nav-lists-item:last-child {
  border-bottom: none;
}
#header #nav .nav-lists-item a {
  padding: 7.5px 0;
  display: block;
  position: relative;
}
#header #nav .nav-lists-item a::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s;
}
#header .hd-contact {
  border: 1px solid var(--main-color);
  padding: 6.521%;
}
#header .hd-contact-ttl {
  letter-spacing: 0.06em;
  font-size: 1.8rem;
  color: var(--main-color);
  margin-bottom: 6.5217%;
}
#header .hd-contact-tel {
  margin-bottom: 8.6956%;
}
#header .hd-contact-tel .tel-num {
  color: #fff;
  font-size: 2.2rem;
}
#header .hd-contact-tel .tel-num small {
  font-size: 1.4rem;
  color: var(--accent-color);
}
#header .hd-contact-lists {
  gap: 20px;
}
#header .hd-contact-lists .item-sns {
  width: 40px;
}
#header .hd-contact-lists .item-reserve {
  font-weight: 500;
  border-bottom: 1px solid;
}

/*==========================================
nav
===========================================*/
/*==========================================
mv
===========================================*/
#top-mv {
  background: url(../img/top/mv/mv_bg.jpg) center/cover no-repeat;
  padding: 10% 5.333% 0;
  height: 600px;
}
#top-mv .mv-frame {
  width: 100%;
  height: 40.8333%;
  background: url(../img/top/mv/mv_img.jpg) center/cover no-repeat;
}
#top-mv .mv-catch {
  width: 56.4179%;
  margin: 0 auto;
  height: 54.4187%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*==========================================
index.php
===========================================*/
/* top-news
----------------------*/
#top-news {
  padding: 11.333% 0 13.333%;
  background: url(../img/top/news_bg.jpg);
}
#top-news .news-inbox {
  padding: 0 10%;
}
#top-news .news-ttl {
  width: 15%;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  line-height: 1.4;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding-bottom: 5%;
}
#top-news .news-lists {
  width: 77.3333%;
}
#top-news .news-lists .news-post {
  text-align: left;
  border-bottom: 1px solid;
}
#top-news .news-lists .news-post:first-child a {
  padding-top: 0;
}
#top-news .news-lists .news-post:last-child {
  border-bottom: none;
}
#top-news .news-lists .news-post a {
  padding: 5% 0;
  display: block;
}
#top-news .news-lists .news-post time {
  display: block;
  font-size: 1.1rem;
}
#top-news .news-lists .news-post .news-post-ttl {
  font-size: 1.2rem;
  letter-spacing: 0.12em;
}
#top-news .news-lists .news-post .category-label {
  gap: 5px;
  margin-top: 5px;
}
#top-news .news-lists .news-post .category-label li {
  font-size: 1.1rem;
  padding-left: 11px;
  position: relative;
}
#top-news .news-lists .news-post .category-label li::before {
  width: 5px;
  height: 5px;
  position: absolute;
  content: "";
  background: var(--accent-color);
  border-radius: 50%;
  inset: 7px auto auto 0;
}
#top-news .news-btn {
  margin-top: 5.8333%;
}

/* top-movie
----------------------*/
#top-gallery {
  padding: 15.3333% 0 17.3333%;
  background: url(../img/top/gallery_bg.jpg) center/cover no-repeat;
}
#top-gallery .gallery-ttl {
  color: #fff;
  font-size: 2.2rem;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 8.2089%;
  letter-spacing: 0.26em;
}
#top-gallery .gallery-ttl span {
  font-weight: 700;
  display: block;
  background: var(--third-color);
}
#top-gallery .gallery-frame .gallery-lists {
  gap: 20px;
  overflow-x: scroll;
}
#top-gallery .gallery-frame .gallery-lists .gallery-lists-item {
  min-width: 250px;
  min-height: 188px;
}

/* top-ingredient
----------------------*/
#top-ingredient {
  padding: 16.666% 0 38%;
  background: url(../img/top/ingredient-top_bg.png) top center/100% no-repeat;
}
#top-ingredient .ingredient-ttl {
  margin-bottom: 11.333%;
}
#top-ingredient .ingredient-ttl .ja em {
  font-size: 2.8rem;
  font-weight: 700;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4da73+0,9c8a43+100 */
  background: linear-gradient(135deg, rgb(244, 218, 115) 0%, rgb(156, 138, 67) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: var(--third-color);
  display: inline-block;
  line-height: 1.6;
  padding: 0 15px;
}
#top-ingredient .ingredient-ttl .ja em:nth-of-type(1) {
  margin-right: 45px;
  position: relative;
}
#top-ingredient .ingredient-ttl .ja em:nth-of-type(1)::after {
  position: absolute;
  content: "\f659";
  color: var(--main-color);
  font-family: var(--bootstrap-icon);
  inset: 0 -38px 0 auto;
  margin: auto 0;
  font-weight: 400;
}
#top-ingredient .ingredient-ttl .ja small {
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  margin-top: 3%;
}
#top-ingredient .ingredient-ttl .en {
  display: block;
  font-size: 1.2rem;
  margin-top: 2%;
  color: var(--accent-color);
}
#top-ingredient .ingredient-img {
  position: relative;
  margin-bottom: 11.3333%;
}
#top-ingredient .ingredient-img::before {
  position: absolute;
  content: "";
  border: 1px solid var(--main-color);
  width: 92%;
  height: calc(100% + 20px);
  margin: 0 auto;
  inset: -10px 0 0 0;
}
#top-ingredient .ingredient-txt {
  text-align: left;
}
#top-ingredient .ingredient-btn {
  width: 83.0769%;
  margin: 11.5384% auto 0;
}

/* top-cooking
----------------------*/
#top-cooking {
  position: relative;
  background: url(../img/top/cooking_deco.png) left top 29%/31.6% no-repeat, url(../img/top/cooking_bg.jpg) center/cover no-repeat;
  padding: 8.6666% 0 17.3333%;
  z-index: 1;
}
#top-cooking .cooking-ttl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 8.2089% auto;
}
#top-cooking .cooking-ttl .ja {
  background: var(--third-color);
  font-size: 2.8rem;
  padding: 10px 0;
  margin-left: 5px;
}
#top-cooking .cooking-ttl .en {
  color: var(--accent-color);
  font-size: 1.2rem;
  height: 100%;
  text-align: right;
}
#top-cooking .cooking-img {
  position: absolute;
  inset: -67px auto auto 0;
  width: 84%;
  z-index: -1;
}
#top-cooking .cooking-txt {
  text-align: left;
}
#top-cooking .cooking-btn {
  width: 80.59701%;
  margin: 8.9552% auto 0;
}

/* top-course
----------------------*/
#top-course {
  padding: 15.333% 0 16.666%;
  background: url(../img/top/intro-top_deco.png) top right/100% no-repeat;
}
#top-course .course-img {
  margin-bottom: 14.6153%;
}
#top-course .course-txt {
  text-align: left;
}
#top-course .course-btn {
  width: 83.0769%;
  margin: 10.769% auto 0;
}

/* top-reserve
----------------------*/
#top-reserve {
  padding: 17.333% 0 16.6666%;
  background: url(../img/top/reserve_bg.jpg) center/cover no-repeat;
}
#top-reserve .reserve-inbox {
  padding: 0 5.333%;
}
#top-reserve .reserve-inner {
  background: rgba(0, 0, 0, 0.85);
  padding: 8.955% 9.7014%;
}
#top-reserve .reserve-ttl {
  font-size: 2.2rem;
  padding-bottom: 18.6567%;
  margin-bottom: 5.97%;
  position: relative;
}
#top-reserve .reserve-ttl::after {
  width: 1px;
  height: 42px;
  position: absolute;
  content: "";
  background: var(--accent-color);
  margin: 0 auto;
  inset: auto 0 0;
}
#top-reserve .reserve-lists {
  gap: 20px;
}
#top-reserve .reserve-lists .reserve-lists-item.item-line {
  width: 40px;
}
#top-reserve .reserve-lists .reserve-lists-item.item-tel {
  width: 83.6716%;
  margin: 0 auto;
}
#top-reserve .reserve-lists .reserve-lists-item.item-btn {
  width: 100%;
  margin: 0 auto;
}

/* top-related
----------------------*/
#top-related {
  padding: 37.3333% 0 17.333%;
  background: url(../img/top/related-top_deco.png) top center/100% no-repeat, url(../img/top/related_bg.jpg) center/cover no-repeat;
  position: relative;
}
#top-related .related-ttl {
  position: absolute;
  text-align: left;
  inset: 65px auto auto 0;
  font-size: 2.3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#top-related .related-ttl span {
  background: var(--third-color);
  margin-bottom: 10px;
  padding: 3px 15px;
}
#top-related .related-ttl span:last-child {
  margin-bottom: 0;
}
#top-related .related-img {
  width: 84%;
  margin: 0 0 10.317% auto;
}
#top-related .related-txt {
  text-align: left;
  margin-bottom: 10%;
}
#top-related .related-adr {
  background: var(--third-color);
  padding: 3.8461% 5.6923%;
  text-align: left;
}
#top-related .related-adr dt {
  margin-bottom: 2%;
}
#top-related .related-adr dt span {
  padding: 0 5px;
  display: inline-block;
  background: var(--main-color);
}
#top-related .related-btn {
  width: 80.597%;
  margin: 12.307% auto 0;
  height: 70px;
}

/*==========================================
footer
===========================================*/
#footer {
  background: url(../img/common/ft_bg.jpg) center/cover no-repeat;
  color: #202020;
  padding: 13.333% 0 12.666%;
}
#footer .ft-logo {
  display: block;
  width: 19.23076%;
  margin: 0 auto 9.2307%;
}
#footer .ft-adr {
  margin-bottom: 11.5384%;
}
#footer .ft-adr .ft-adr-locate {
  font-size: 1.1rem;
  margin-bottom: 3.0769%;
}
#footer .ft-adr .ft-adr-worktime {
  font-size: 1.1rem;
}
#footer .ft-adr .ft-adr-worktime dt {
  width: 20.7692%;
  border: 1px solid;
  margin-right: 3.0769%;
}
#footer .ft-contact-lists {
  gap: 20px 22.5px;
  margin-bottom: 5.3846%;
}
#footer .ft-contact-lists .ft-contact-lists-item.item-sns {
  width: 40px;
}
#footer .ft-tel {
  width: 67.6923%;
  margin: 0 auto 11.5384%;
}
#footer .ft-tel .tel-num {
  color: var(--third-color);
}
#footer .ft-tel .tel-num small {
  color: var(--accent-color);
}
#footer .ft-nav-lists {
  gap: 15px;
}
#footer .ft-nav-lists .nav-lists-item {
  font-size: 1rem;
  border-bottom: 1px solid;
}
#footer .ft-nav-lists .nav-lists-item a {
  color: #202020;
}

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

/*==========================================
下層共通スタイル
===========================================*/
/*==========================================
sv
===========================================*/
.lower-sv {
  height: 385px;
  position: relative;
  background: url(../img/sv/sv_bg.jpg);
  padding: 10% 5.333% 0;
}
.lower-sv .sv-frame {
  width: 100%;
  height: 63.6363%;
}
.lower-sv .sv-ttl {
  font-size: 2rem;
  color: var(--third-color);
  text-align: left;
  position: absolute;
  inset: auto auto 6.666% 0;
  padding-left: 14%;
}
.lower-sv .sv-ttl::before {
  width: 13%;
  height: 1px;
  position: absolute;
  content: "";
  margin: auto 0;
  inset: 0 auto 0 0;
  background: var(--accent-color);
}

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

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

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

#info-sv .sv-frame {
  background: url(../img/sv/info-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;
}
#e404-sv .sv-ttl {
  font-size: 1.9rem;
}

/*==========================================
ingredient
===========================================*/
.com-kodawari-sec {
  padding: 10% 0;
  position: relative;
  margin-bottom: 10.6666%;
}
.com-kodawari-sec:last-child {
  margin-bottom: 0;
}
.com-kodawari-sec::before {
  width: 92%;
  margin: 0 auto;
  height: 100%;
  border: 1px solid var(--main-color);
  inset: 0;
  margin: auto;
  position: absolute;
  content: "";
}
.com-kodawari-sec .ttl03 {
  padding: 0 6.6667%;
}
.com-kodawari-sec .com-kodawari-img {
  margin-bottom: 6%;
}
.com-kodawari-sec .com-kodawari-txt {
  padding: 0 6.6667%;
  text-align: left;
}
.com-kodawari-sec .kodawari-point {
  width: 84%;
  margin: 7.333% auto 0;
  padding: 7.142% 3.9682%;
  background: #171717;
}
.com-kodawari-sec .kodawari-point-ttl {
  font-size: 1.6rem;
  color: var(--main-color);
  margin-bottom: 3.1746%;
}
.com-kodawari-sec .kodawari-point-txt {
  text-align: left;
}

/*==========================================
course
===========================================*/
/* course-intro
----------------------*/
#course-intro {
  padding: 15.333% 0 7.25%;
}

.menu-item {
  margin-bottom: 9.2307%;
}
.menu-item:last-child {
  margin-bottom: 0;
}
.menu-item .menu-ttl {
  margin-bottom: 1%;
}
.menu-item .menu-price {
  text-align: left;
  color: var(--fourth-color);
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 1px solid;
  margin-bottom: 3.0769%;
}
.menu-item .menu-notes {
  text-align: left;
}

/* course-option
----------------------*/
#course-option {
  padding: 7.25% 0;
}

/* course-point
----------------------*/
#course-point {
  padding: 17.333% 0 16.6666%;
  background: url(../img/course/point_bg.jpg);
}
#course-point .point-inbox {
  padding: 0 4%;
}
#course-point .point-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  background: var(--third-color);
  padding: 1.449%;
  margin-bottom: 5.797%;
}
#course-point .point-txt {
  padding: 0 2%;
  text-align: left;
  margin-bottom: 10%;
}
#course-point .point-txt span {
  font-size: 1.7rem;
  color: var(--fourth-color);
}
#course-point .point-lists {
  gap: 20px 4.347%;
}
#course-point .point-lists .point-lists-item {
  width: 47.8265%;
}
#course-point .point-lists .point-lists-item figcaption {
  text-align: left;
  font-weight: 700;
  color: var(--third-color);
}
#course-point .point-lists .point-lists-item figcaption span {
  display: inline-block;
  padding: 1% 5%;
  background: linear-gradient(135deg, rgb(244, 218, 115) 0%, rgb(156, 138, 67) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#course-point .point-lists .point-lists-item img {
  border: 1px solid var(--main-color);
}

/* course-reserve
----------------------*/
.reserve-takeout-bg {
  background: url(../img/course/reserve-takeout_bg.png) bottom center/100% no-repeat;
}

#course-reserve {
  padding: 6.6666% 5.3333% 0;
}
#course-reserve .inbox {
  background: rgba(0, 0, 0, 0.5);
  padding: 9.7014% 6.7164%;
}
#course-reserve .reserve-ttl {
  font-size: 2.2rem;
  padding-bottom: 19.2307%;
  position: relative;
  margin-bottom: 4.6153%;
}
#course-reserve .reserve-ttl::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  margin: 0 auto;
  inset: auto 0 0;
  background: var(--accent-color);
}
#course-reserve .reserve-txt {
  text-align: left;
}

/* course-takeout
----------------------*/
#course-takeout {
  padding: 32.6666% 0 15.333%;
  position: relative;
}
#course-takeout .takeout-ttl {
  text-align: left;
  font-size: 2.3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  inset: 65px auto auto 0;
}
#course-takeout .takeout-ttl span {
  background: var(--third-color);
  padding: 1% 15px;
  margin-bottom: 2%;
}
#course-takeout .takeout-img {
  margin-bottom: 8.66%;
}
#course-takeout .takeout-txt {
  text-align: left;
}

/*==========================================
info
===========================================*/
/* info-history
----------------------*/
#info-history {
  padding: 15.333% 0 16%;
}
#info-history .history-content {
  margin-bottom: 12%;
}
#info-history .history-content:last-child {
  margin-bottom: 0;
}
#info-history .history-content .history-img {
  position: relative;
  margin-bottom: 7.333%;
}
#info-history .history-content .history-img::before {
  position: absolute;
  content: "";
  width: 92%;
  height: calc(100% + 20px);
  inset: -10px 0 auto;
  margin: 0 auto;
  border: 1px solid var(--main-color);
}
#info-history .history-content .history-txt {
  padding: 0 6.666%;
}

/* info-sec
----------------------*/
#info-sec {
  padding: 16% 0 0;
  background: url(../img/info/info_bg.jpg);
}
#info-sec .info-img {
  margin-bottom: 6.923%;
}
#info-sec .info-tbl {
  margin-bottom: 13.8461%;
}

/*==========================================
一覧ぺージ用カテゴリ(セレクトボックス)
===========================================*/
.category-select {
  overflow: hidden;
  width: 300px;
  margin: 0 0 45px auto;
  text-align: center;
  position: relative;
  border-radius: 2px;
  border: 2px solid #2e2e2e;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.category-select:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 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: 1.6rem;
  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: 15px 37px 15px 15px;
  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: 4% 0;
  box-sizing: border-box;
}
.post-wrap .column-lists .column-lists-item a:hover .more-btn {
  background: #fff;
  color: var(--main-color);
}
.post-wrap .column-lists .column-lists-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.post-wrap .column-lists .post-ttl {
  text-align: left;
  margin-bottom: 3%;
  font-weight: 500;
}
.post-wrap .column-lists .post-ttl time {
  color: var(--main-color);
  text-align: left;
  padding: 4px 0;
  width: 34%;
}
.post-wrap .column-lists .post-ttl time,
.post-wrap .column-lists .post-ttl .category-label {
  font-weight: normal;
  font-size: 1.2rem;
}
.post-wrap .column-lists .post-ttl .category-label {
  width: 75%;
  gap: 5px;
}
.post-wrap .column-lists .post-ttl .category-label li {
  border: 1px solid var(--main-color);
  color: #fff;
  background: var(--main-color);
  padding: 2px 10px;
}
.post-wrap .column-lists .post-ttl .column-ttl {
  width: 100%;
  margin-top: 2%;
  font-size: 1.7rem;
  font-weight: 500;
}
.post-wrap .column-lists .post-body {
  text-align: left;
  margin-bottom: 20px;
}
.post-wrap .column-lists .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: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.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 .thumb {
  width: 33%;
  height: 75px;
}
.post-wrap .column-lists .has-thumb .post-area {
  width: 60%;
}
.post-wrap .column-lists .has-thumb .post-area .category-label {
  width: 64%;
}
.post-wrap .post-content {
  padding: 0 0 5px 0;
  box-sizing: border-box;
  text-align: left;
}
.post-wrap .post-content img {
  max-width: 100%;
}

/*----------------------------------
詳細ページのカテゴリー表示(タイトル下部)
----------------------------------*/
.single-meta {
  margin-bottom: 20px;
}
.single-meta time {
  font-size: 1.2rem;
  text-align: left;
  width: 24%;
  padding: 3px 0;
  box-sizing: border-box;
}
.single-meta .category-label {
  width: 73%;
  font-size: 1.2rem;
  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: #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: 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: #ccc;
}

/*==========================================
contact.php
===========================================*/
#contact {
  /* チェックボックス・ラジオボタン
    -------------------------------------------------- */
  /*==================================================
     日付選択フォーム
    ================================================== */
}
#contact .contact-form {
  margin-bottom: 55px;
}
#contact .contact-form tr th {
  position: relative;
  vertical-align: top;
}
#contact .contact-form tr th em {
  position: absolute;
  top: 0;
  right: 10px;
  color: #f00;
  font-weight: 500;
  background: #fff;
  padding: 0 3px;
  font-size: 1rem;
}
#contact .contact-form tr td li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#contact .contact-form tr td li:last-child {
  margin-right: 0;
}
#contact .contact-form .txtarea {
  width: 100%;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
  font-family: var(--main-font-family);
}
#contact .contact-form .contact-select {
  width: 200px;
  position: relative;
}
#contact .contact-form .contact-select::after {
  content: "";
  position: absolute;
  inset: 0 16px 0 auto;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
}
#contact .contact-form .contact-select select {
  width: 100%;
  padding: 15px 30px 15px 10px;
  box-sizing: border-box;
  font-size: 1.6rem;
  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: 150px;
}
#contact .contact-form #date1,
#contact .contact-form #date2,
#contact .contact-form #date3 {
  width: 300px;
}
#contact .contact-form #address {
  margin-top: 15px;
}
#contact .contact-form textarea {
  height: 260px;
  line-height: 1.8;
}
#contact .contact-form .error-text {
  color: #ff0000;
  margin-bottom: 5px;
}
#contact .contact-form .upload-item-wrap #file01 {
  margin-bottom: 10px;
}
#contact .contact-form .upload-item-wrap .thumb {
  width: 200px;
  margin-right: 25px;
}
#contact .contact-form .upload-item-wrap .thumb img {
  max-width: 100%;
}
#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 {
  width: 100%;
  border-radius: 5px;
  color: #fff;
  font-size: 1.3rem;
  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,
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .upload-button: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 .select-file,
#contact .contact-form .upload-item-wrap .ancion-btn-wrap input {
  display: none !important;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap input#file-upload-button {
  background: var(--accent-color);
}
#contact .g-recaptcha div {
  margin: 0 auto 40px auto;
}
#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-weight: 500;
  letter-spacing: 2px;
  font-size: 1.6rem;
  color: #fff;
  background: #fff;
  padding: 20px 15px;
  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: 260px;
  margin: 0 auto;
}
#contact .back-btn {
  width: 60%;
  margin: 0 auto;
  margin-right: 4%;
}
#contact .send-btn {
  width: 34%;
  margin: 0 auto;
}
#contact .privacy-agree {
  text-decoration: underline;
}
#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: 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;
}

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