@charset "UTF-8";
/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  margin: 0 auto;
  padding: 0;
  font-size: 3.6vw;
  background: #fff;
  position: relative;
  color: #333;
  font-weight: 400;
  text-align: left;
  box-sizing: border-box;
  line-height: 1.8;
  font-weight: normal;
  max-width: 100%;
}

object {
  pointer-events: none;
}

.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

/* ---------------------------------------------------------------------------
  ★フォントファミリー
--------------------------------------------------------------------------- */
.Df_mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}

.Df_YuGothic {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

.Df_Roboto {
  font-family: Roboto, sans-serif;
}

.Df_Helvetica {
  font-family: "Helvetica Neue", Helvetica, serif;
}

.Gf_JSa {
  font-family: "Josefin Sans", sans-serif;
}

.Gf_NSJ {
  font-family: "Noto Serif JP", serif;
}

.Gf_CSk {
  font-family: "Cabin Sketch", cursive;
}

.Gf_PDi {
  font-family: "Playfair Display", serif;
}

.Gf_Muk {
  font-family: "Mukta", sans-serif;
}

/* ---------------------------------------------------------------------------
  ★背景
--------------------------------------------------------------------------- */
.bk_gry {
  background: #f3f3f3;
}

.bk_kon {
  background: #0c3380;
}

.bk_kon_str {
  background: #0c3380;
  background-size: auto auto;
  background-color: #1f4692;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 15px, #0c3380 15px, #0c3380 30px);
}

.bk_lb_str {
  background-size: auto auto;
  background-color: #dcf6fd;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 30px, #cef2fc 15px, #cef2fc 60px);
}

.bk_gr_str {
  background-size: auto auto;
  background-color: #f3f3f3;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 25px, #e8e8e8 15px, #e8e8e8 50px);
}

.bk_kon2 {
  background: #032465;
}

.bk_white {
  background: #fff;
}

/* ---------------------------------------------------------------------------
  ★LIST
--------------------------------------------------------------------------- */
.disc {
  margin-left: 20px;
  list-style-type: disc;
}

.disc > li {
  list-style-type: disc;
}

.disc > li:not(:last-child) {
  padding-bottom: 5px;
}

.decimal {
  margin-left: 20px;
  list-style-type: decimal;
}

.decimal > li {
  list-style-type: decimal;
}

.decimal > li:not(:last-child) {
  padding-bottom: 5px;
}

.note {
  font-size: 1.4rem;
}

.note > li {
  padding-left: 20px;
  position: relative;
}

.note > li:not(:last-child) {
  margin-bottom: 5px;
}

.note > li::before {
  display: block;
  content: "※";
  position: absolute;
  left: 0px;
  top: 0;
}

/* ---------------------------------------------------------------------------
  ★BASE
--------------------------------------------------------------------------- */
.small {
  font-size: 85%;
}

main {
  display: block;
  padding: 0px 0 0;
  margin: 0 auto;
}

#wb_wrap {
  overflow: hidden;
}

.parallax {
  width: 100%;
  background-attachment: unset;
  background-position: top center;
  background-repeat: no_repeat;
  background-color: #e6e6e6;
}

.text-shadow {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}

.movie_wrap {
  padding: 0 0 56.6%;
  width: 100%;
}

.movie_wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
}

.plmu_wrap {
  position: absolute;
  top: 7%;
  right: 10px;
  z-index: 10;
}

.plmu_wrap #music {
  color: #ffffff;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../img/icon_music_on.png);
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.plmu_wrap #music span {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  font-size: 1.3rem;
}

.plmu_wrap #music::before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  content: "";
  z-index: 2;
  top: 25%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  opacity: 0;
}

.plmu_wrap #music.off::before {
  opacity: 1;
}

.plmu_wrap #play {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 2px #fff;
  position: relative;
}

.plmu_wrap #play::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 59%;
  transform: translateY(-50%) translateX(-50%);
}

.plmu_wrap #play.off::before {
  border: 0px;
  content: "";
  display: block;
  width: 4px;
  height: 12px;
  border-right: solid 3px #fff;
  border-left: solid 3px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.plmu_wrap .plmu_wrap .plmu_wrap #play .plmu_wrap #play.off::before {
  border: 0px;
  content: "";
  display: block;
  width: 4px;
  height: 12px;
  border-right: solid 3px #fff;
  border-left: solid 3px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.yt_wrap {
  padding: 0 0 66.6%;
  width: 100%;
}

.gmap_wrap {
  padding: 0 0 55%;
  width: 100%;
}

.iframe_wrap {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.iframe_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.sToggle dl > dd {
  display: none;
}

.plus_wrap {
  position: absolute;
  right: 10px;
  width: 10px;
  content: "";
  display: block;
  height: 10px;
  top: -5px;
  bottom: 0;
  margin: auto;
}

.plus_wrap span {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #1b1d25;
  top: 50%;
  bottom: 0;
  position: absolute;
  margin: 0;
}

.pl02 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

.togg .pl02 {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}

/* ---------------------------------------------------------------------------
  ★タイトル
--------------------------------------------------------------------------- */
.tit02 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin: 0 auto 35px;
}

.tit02 b {
  font-size: 5rem;
  line-height: 1.5;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
}

.tit02 span {
  color: #8c8c8c;
  font-size: 3.6vw;
  display: block;
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", cursive, sans-serif, serif;
}

.txt_shinfo {
  position: relative;
}

.txt_shinfo > small {
  position: absolute;
  top: -22px;
  left: 0;
  font-size: 41%;
  word-break: keep-all;
}

/* ---------------------------------------------------------------------------
  ★テキスト
--------------------------------------------------------------------------- */
.color_red {
  color: red !important;
}

.color_blue {
  color: blue !important;
}

.color_white {
  color: white !important;
}

.color_black {
  color: black !important;
}

/* ---------------------------------------------------------------------------
  ★アニメーション
--------------------------------------------------------------------------- */
.effectFU {
  overflow: hidden;
  display: block;
}

.effectFU > div.efdiv {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  transform: translate3d(-100.5%, 0, 0);
  transform-origin: left;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-delay: 0s;
}

.effectFU > div.efdiv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #f3f3f3;
  transform: scaleX(1);
  transform-origin: right;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-delay: 0.4s;
}

.effectFU.isShow > div.efdiv {
  transform: translate3d(0, 0, 0);
}

.effectFU.isShow > div.efdiv::before {
  transform: scale(0, 1);
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}

.Onfade.isShow {
  animation-name: fadeInUp2;
}
@keyframes fadesin {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* ---------------------------------------------------------------------------
  ★ヘッダー
--------------------------------------------------------------------------- */
#hnav_area {
  background: #000;
}

/* ---------------------------------------------------------------------------
  ★ハンバーガーメニュー
--------------------------------------------------------------------------- */
.menu-trigger_wrap {
  float: right;
  width: 54px;
  position: absolute;
  z-index: 10;
  right: 33px;
  top: 12px;
  padding: 10px 0;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 38px;
  height: 28px;
  z-index: 20;
  display: block;
  margin: 0 auto;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ae1627;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 12px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger span:nth-of-type(1) {
  animation: menu-bar01 0.75s forwards;
}

.menu-trigger em {
  position: absolute;
  top: 33px;
  font-size: 1.3rem;
  color: #ae1627;
  font-weight: bold;
  left: -2px;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(20px) rotate(45deg);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.menu-trigger span:nth-of-type(3) {
  animation: menu-bar02 0.75s forwards;
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.active .menu-trigger span:nth-of-type(1) {
  animation: active-menu-bar01 0.75s forwards;
  top: -7px;
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  100% {
    transform: translateY(20px) rotate(45deg);
  }
}
.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

.active .menu-trigger span:nth-of-type(3) {
  animation: active-menu-bar03 0.75s forwards;
  bottom: -9px;
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
  100% {
    transform: translateY(-20px) rotate(-45deg);
  }
}
/* ---------------------------------------------------------------------------
  ★グローバルナビゲーション
--------------------------------------------------------------------------- */
.nav_wrp {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  display: none;
}

.nav_wrp.changed {
  display: block;
}

.nav_site {
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 240px;
  height: 100%;
  padding: 100px 30px 50px;
  position: fixed;
  opacity: 0;
  transition: 0.7s;
  transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
  background: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  z-index: 1;
}

.nav_site.active {
  opacity: 1;
  top: 0;
  right: 0;
}

/* ---------------------------------------------------------------------------
  ★TOTOP
--------------------------------------------------------------------------- */
#totop {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  display: block;
}

.totop_wrap {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: none;
}

.totop_wrap .icon-totop {
  display: block;
  width: 100%;
  text-align: center;
}

.totop_wrap .icon-totop::before {
  font-size: 5rem;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  margin: auto;
  transition: 0.3s;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

#totop span {
  display: none;
}

/* =======================================
	★ページャー
========================================== */
.pager {
  width: auto;
  margin: 0 auto;
  padding-bottom: 100px;
}

.wp-pagenavi {
  clear: both;
  font-size: 14px;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 2.6;
  border: 1px solid #000000;
  transition: ease-out 0.5s;
  color: #000000;
  font-size: 14px;
  margin: 5px;
  vertical-align: top;
  padding: 0px;
  background-color: #fff;
  border-radius: 4px;
}

.wp-pagenavi span.extend {
  border: 1px solid rgba(245, 245, 245, 0);
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #000000;
  font-size: 14px;
  vertical-align: top;
  text-decoration: none;
}

/* =======================================
=======================================
=======================================
=======================================

	★ここから

=======================================
=======================================
=======================================
========================================== */
.notomin, .about .sec_02 ul li.popup_btn_Box h2, .mens .sec_02 ul li.popup_btn_Box h2, .sec_cmn_01 .ttl_cmn_03, .sec_cmn_01 .ttl_cmn_jp, .ttl_cmn_02, .box_news ul li .box_date .cate, .index .sec_01 .box_top, .index .box_main div h1, footer .copy, footer .box_top .inner1200 .info h3 span, footer .box_top .inner1200 .info .box_info a {
  font-family: "Noto Serif JP", serif;
}

.animate__animated {
  opacity: 0;
}

.is_inview {
  opacity: 1;
}
.is_inview.animate__fadeInRight {
  animation: fadeInRight;
  animation-duration: 1s;
}
.is_inview.animate__fadeInLeft {
  animation: fadeInLeft;
  animation-duration: 1s;
}
.is_inview.animate__fadeInUp {
  animation: fadeInUp;
  animation-duration: 1s;
}
.is_inview.animate__rubberBand {
  animation: rubberBand;
  animation-duration: 1s;
}
.is_inview.animate__bounce {
  animation: bounce;
  animation-duration: 1s;
}

body {
  color: #3d3735;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #3d3735;
  letter-spacing: 0.1em;
}

.gup, .ttl_cmn_01, .index .sec_01 .tab-panel .tab-group li, .index .sec_01 .box_link li .txt_01, .index .box_main div .txt_02, footer .box_top .inner1200 .info .box_tel li .txt_01, .spnaviwrap #hamburger {
  font-family: "Gupter", serif;
}

.hurr {
  font-family: "Hurricane", cursive;
}

.marce, .btn_cmn_01 a span, .index .sec_01 .box_link li .txt_02, footer .box_top .inner1200 .info .box_tel li .txt_02 {
  font-family: "Marcellus", serif;
}

.spnaviwrap {
  right: 0;
}
.spnaviwrap #hamburger {
  top: 0;
  right: 0;
  height: 54px;
  position: relative;
  background: #260500;
}
.spnaviwrap #hamburger em {
  color: rgba(255, 255, 255, 0.7);
  bottom: 12px;
  left: 0;
  right: 0;
  margin: auto;
  top: inherit;
  text-align: center;
  font-size: 1.4rem;
}
.spnaviwrap #hamburger .menu-trigger {
  width: inherit;
  height: inherit;
}
.spnaviwrap #hamburger .menu-trigger div {
  position: absolute;
  width: 22px;
  height: 15px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.spnaviwrap #hamburger .menu-trigger div span {
  background: rgba(255, 255, 255, 0.7);
  height: 1px;
}
.spnaviwrap #hamburger .menu-trigger div span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.spnaviwrap .nav_site {
  background: rgba(38, 5, 0, 0.8);
  max-width: none;
  padding: 5%;
}
.spnaviwrap .nav_site ul.nav > li {
  margin-bottom: 10px;
}
.spnaviwrap .nav_site ul.nav > li p,
.spnaviwrap .nav_site ul.nav > li a {
  color: #fff;
  font-size: 1.7rem;
}
.spnaviwrap .nav_site ul.nav > li a {
  transition: 0.4s;
}
.spnaviwrap .nav_site ul.nav > li a:hover {
  color: #fff;
}
.spnaviwrap .nav_site ul.nav > li .menu_contents {
  margin-left: 20px;
}
.spnaviwrap .nav_site ul.nav > li .menu_contents li a {
  font-size: 1.5rem;
}
.spnaviwrap.active .menu-trigger span:nth-of-type(1) {
  top: -10px;
}
.spnaviwrap.active .menu-trigger span:nth-of-type(3) {
  bottom: -16px;
}
.spnaviwrap.active .nav_site {
  right: 0;
  opacity: 1;
}

.inner1200 {
  width: 100%;
  padding: 0 5%;
  margin: 0 auto;
}

header h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
header h1 img {
  width: 100%;
  height: 49px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
header nav {
  display: none;
}

footer .box_top {
  background: url(../img/bg_ft.jpg) no-repeat top center;
  background-size: cover;
  padding: 50px 0;
}
footer .box_top .inner1200 .info .box_tel {
  display: flex;
  justify-content: space-between;
}
footer .box_top .inner1200 .info .box_tel li {
  width: 48%;
}
footer .box_top .inner1200 .info .box_tel li .txt_01 {
  text-align: center;
  position: relative;
  color: #d1cabf;
  font-size: 2.5rem;
  font-weight: bold;
  position: relative;
  letter-spacing: normal;
}
footer .box_top .inner1200 .info .box_tel li .txt_02 {
  text-align: center;
  color: #d1cabf;
  font-size: 1.2rem;
  letter-spacing: normal;
}
footer .box_top .inner1200 .info .box_tel li .tel {
  margin-top: 10px;
}
footer .box_top .inner1200 .info .box_tel li.mens .txt_01::before {
  content: "";
  background: url(../img/ico_hat_w.svg) no-repeat;
  width: 22px;
  height: 50px;
  position: absolute;
  top: 5px;
  left: 46px;
  display: block;
}
footer .box_top .inner1200 .info .box_tel li.ladys .txt_01::before {
  content: "";
  background: url(../img/ico_ribon_w.svg) no-repeat;
  width: 26px;
  height: 50px;
  position: absolute;
  top: 4px;
  left: 104px;
  display: block;
}
footer .box_top .inner1200 .info .box_info {
  text-align: center;
  color: #ede6e6;
  margin: 30px 0 10px;
}
footer .box_top .inner1200 .info .box_info a {
  color: #ede6e6;
  text-decoration: underline;
  font-size: 1.1rem;
  padding: 0 5px;
}
footer .box_top .inner1200 .info .box_info dl {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .box_top .inner1200 .info .box_info dl dt::after {
  content: "：";
}
footer .box_top .inner1200 .info h3 {
  display: flex;
  letter-spacing: 0.2em;
  align-items: center;
  justify-content: center;
}
footer .box_top .inner1200 .info h3::after, footer .box_top .inner1200 .info h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #9e8888;
}
footer .box_top .inner1200 .info h3 span {
  min-width: 150px;
  padding: 0 10px;
  text-align: center;
  display: block;
  color: #ede6e6;
  font-weight: 100;
  font-size: 1.6rem;
}
footer .box_top .inner1200 .info .box_info02 {
  letter-spacing: normal;
  color: #ede6e6;
  display: flex;
  justify-content: space-between;
}
footer .box_top .inner1200 .info .box_info02 > div.time {
  width: 45%;
}
footer .box_top .inner1200 .info .box_info02 > div.day {
  width: 50%;
}
footer .box_top .inner1200 .info .box_info02 > div h3::after, footer .box_top .inner1200 .info .box_info02 > div h3::before {
  width: 20px;
}
footer .box_top .inner1200 .info .box_info02 > div h3 span {
  min-width: 95px;
}
footer .box_top .inner1200 .info .box_info02 > div ul li {
  text-align: center;
  font-size: 1.4rem;
}
footer .box_top .inner1200 .info .txt {
  margin-top: 20px;
}
footer .box_top .inner1200 .info .txt * {
  color: #ede6e6;
}
footer .box_top .inner1200 .info .txt a {
  text-decoration: underline;
  padding: 0 5px;
}
footer .copy {
  padding: 0 5%;
  background: #2d1818;
  display: flex;
  justify-content: space-between;
  line-height: 43px;
  color: #7f7f7f;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
footer .copy .box_sns {
  display: flex;
  align-items: center;
}
footer .copy .box_sns li {
  margin: 0 5px;
}
footer .copy .box_sns li a img {
  width: 20px;
}

.nico, .box_news ul li .box_date .date {
  font-family: "Niconne", cursive;
}

.txt_cmn_01, .index .box_main div .txt_01 {
  font-family: "Mrs Saint Delafield", cursive;
  color: #aa8f53;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: -10px;
}

.index .box_main {
  height: 80vh;
  background: url(../img/fv.jpg) no-repeat left 30% bottom;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.index .box_main div {
  padding: 5%;
}
.index .box_main div .txt_01 {
  font-size: 3rem;
  font-weight: 100;
  line-height: 1;
}
.index .box_main div .txt_02 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 6rem;
  line-height: 1;
  font-weight: bold;
}
.index .box_main div h1 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.8rem;
  letter-spacing: 0.5em;
  font-weight: 400;
  padding: 0 10px;
}
.index .sec_01 {
  padding: 30px 0;
}
.index .sec_01 .box_top {
  text-align: center;
}
.index .sec_01 .box_top h2 {
  font-size: 1.6rem;
  font-weight: 100;
  letter-spacing: 0.2em;
}
.index .sec_01 .box_top .txt_cmn_01, .index .sec_01 .box_top .box_main div .txt_01, .index .box_main div .sec_01 .box_top .txt_01 {
  font-size: 2.6rem;
}
.index .sec_01 .box_top .txt {
  margin-top: 10px;
}
.index .sec_01 .box_link {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}
.index .sec_01 .box_link li {
  margin: 0 10px;
}
.index .sec_01 .box_link li a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  margin: auto;
  transition: 0.6s;
}
.index .sec_01 .box_link li a:hover::after {
  width: 100%;
}
.index .sec_01 .box_link li .txt_01 {
  text-align: center;
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  margin-bottom: -5px;
  letter-spacing: normal;
}
.index .sec_01 .box_link li .txt_02 {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: normal;
}
.index .sec_01 .box_link li .tel {
  margin-top: 10px;
}
.index .sec_01 .box_link li.mens a::after {
  background: #162b66;
}
.index .sec_01 .box_link li.mens .txt_01 {
  color: #162b66;
}
.index .sec_01 .box_link li.mens .txt_01::before {
  content: "";
  background: url(../img/ico_hat_cl.svg) no-repeat;
  width: 22px;
  height: 50px;
  position: absolute;
  top: 5px;
  left: 22px;
  display: block;
}
.index .sec_01 .box_link li.mens .txt_02 {
  color: #162b66;
}
.index .sec_01 .box_link li.ladys a::after {
  background: #9b0808;
}
.index .sec_01 .box_link li.ladys .txt_01 {
  color: #9b0808;
}
.index .sec_01 .box_link li.ladys .txt_01::before {
  content: "";
  background: url(../img/ico_ribon_cl.svg) no-repeat;
  width: 22px;
  height: 50px;
  position: absolute;
  top: 4px;
  left: 76px;
  display: block;
}
.index .sec_01 .box_link li.ladys .txt_02 {
  color: #9b0808;
}
.index .sec_01 .tab-panel {
  margin-top: 50px;
}
.index .sec_01 .tab-panel .tab-group {
  display: flex;
  border-bottom: 2px solid #000;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.index .sec_01 .tab-panel .tab-group li {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0 10px;
  color: #a09a8e;
}
.index .sec_01 .tab-panel .tab-group li::after {
  content: "";
  display: block;
  width: 0px;
  border-right: 4px solid transparent;
  border-bottom: 7px solid #282525;
  border-left: 4px solid transparent;
  margin: 0 auto;
  opacity: 0;
  transition: 0.4s;
}
.index .sec_01 .tab-panel .tab-group li.is-active {
  color: #282525;
}
.index .sec_01 .tab-panel .tab-group li.is-active::after {
  opacity: 1;
}
.index .sec_01 .tab-panel .panel-group .panel {
  opacity: 0;
  transition: 0.5s;
  height: 0;
  display: none;
}
.index .sec_01 .tab-panel .panel-group .panel.is-show {
  display: block;
  opacity: 1;
  height: auto;
}
.index .sec_01 .tab-panel .panel-group .panel .ttl_cmn_01,
.index .sec_01 .tab-panel .panel-group .panel .ttl_cmn_02,
.index .sec_01 .tab-panel .panel-group .panel .txt_cmn_01,
.index .sec_01 .tab-panel .panel-group .panel .box_main div .txt_01,
.index .box_main div .sec_01 .tab-panel .panel-group .panel .txt_01 {
  text-align: center;
}
.index .sec_01 .tab-panel .panel-group .panel img {
  margin: 0 auto;
  max-width: none;
  width: 100%;
}
.index .sec_01 .tab-panel .panel-group .panel .content {
  padding: 0 5%;
  margin: 30px 0 20px;
}
.index .sec_01 .tab-panel .panel-group .panel .content .btn_cmn_01 {
  text-align: center;
  margin-top: 20px;
}
.index .sec_02 {
  background: url(../img/img_index_02_sp.jpg) no-repeat top right;
  padding-top: 130px;
}
.index .sec_02 .box_content .txt .btn_cmn_01 {
  margin-top: 20px;
}
.index .sec_02 .box_content .img {
  width: 35%;
}
.index .sec_02 .btn_cmn_01 {
  text-align: center;
}
.index .sec_03 {
  background: #e5e1da;
  margin-top: 20px;
  padding: 20px 0;
  text-align: center;
}
.index .sec_03 .btn_cmn_01 {
  margin-top: 30px;
}
.index .sec_04 {
  padding: 30px 0;
}
.index .sec_04 .txt_cmn_01, .index .sec_04 .box_main div .txt_01, .index .box_main div .sec_04 .txt_01,
.index .sec_04 .ttl_cmn_01 {
  text-align: center;
}
.index .sec_04 .btn_cmn_01 {
  margin-top: 30px;
}

.box_news ul li {
  margin-bottom: 20px;
}
.box_news ul li .box_date {
  display: flex;
  align-items: center;
}
.box_news ul li .box_date .date {
  align-items: center;
  display: flex;
  color: #aa8f53;
  font-size: 2rem;
  line-height: 1;
}
.box_news ul li .box_date .date::after {
  content: "";
  display: block;
  width: 1px;
  height: 7.5px;
  background: #c1b9a8;
  margin: 3px 10px 0;
}
.box_news ul li .box_date .cate {
  padding: 3px 0 0 0;
}
.box_news ul li .box_date .cate.mens {
  color: #163475;
}
.box_news ul li .box_date .cate.ladys {
  color: #9b0808;
}
.box_news ul li .box_date .cate.news {
  color: #4f5636;
}
.box_news ul li .content a {
  color: #3d3735;
}
.box_news ul li .content a span {
  display: inline-block;
}
.box_news ul li .content a span::after {
  content: "";
  height: 1px;
  background: #3d3735;
  display: block;
  width: 100%;
  margin-top: -5px;
  opacity: 0;
  transition: ease-in 0.2s;
}
.box_news ul li .content a:hover span::after {
  opacity: 1;
}

.ttl_cmn_01 {
  color: #282525;
  font-size: 2.6rem;
  letter-spacing: normal;
}

.ttl_cmn_02 {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 10px;
}

.inner1000 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}

.btn_cmn_01 a {
  letter-spacing: normal;
  background: #260500;
  line-height: 36px;
  border-radius: 18px;
  display: inline-block;
  max-width: 215px;
  width: 100%;
  transition: ease 0.4s;
}
.btn_cmn_01 a span {
  color: #fff;
}
.btn_cmn_01 a:hover {
  opacity: 0.8;
  box-shadow: 0px 2px 3px #ddd;
}
.btn_cmn_01.btn_w a {
  border: 1px solid #260500;
  background: #fff;
}
.btn_cmn_01.btn_w a span {
  color: #260500;
}
.btn_cmn_01 input {
  letter-spacing: normal;
  background: #260500;
  line-height: 46px;
  border-radius: 23px;
  display: inline-block;
  max-width: 215px;
  transition: ease 0.4s;
  padding: 0 20px;
  color: #fff;
  border: none;
}
.btn_cmn_01 input:hover {
  opacity: 0.8;
  box-shadow: 0px 2px 3px #ddd;
}

.page_main {
  background: url(../img/bg_page_main.jpg) no-repeat left top;
  background-size: cover;
  display: flex;
  height: 150px;
  justify-content: center;
  align-items: center;
}
.page_main h1 {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  line-height: 1;
}

.sec_cmn_01 {
  padding: 30px 0 0;
}
.sec_cmn_01 .inner1200 .txt_cmn_01, .sec_cmn_01 .inner1200 .index .box_main div .txt_01, .index .box_main div .sec_cmn_01 .inner1200 .txt_01,
.sec_cmn_01 .inner1200 .ttl_cmn_jp {
  text-align: center;
}
.sec_cmn_01 .ttl_cmn_jp {
  font-size: 3rem;
  font-weight: 400;
  margin: -10px 0 10px;
}
.sec_cmn_01 .ttl_cmn_03 {
  font-weight: 400;
}
.sec_cmn_01 .box_cmn_map iframe {
  width: 100%;
  height: 350px;
  border: none;
}
.sec_cmn_01 .box_cmn_map p {
  text-align: right;
}
.sec_cmn_01.box_gallery {
  background: #e5e1da;
  padding: 30px 0;
  margin-top: 30px;
}
.sec_cmn_01.box_gallery ul li {
  background: rgba(255, 255, 255, 0.7);
}
.sec_cmn_01.box_gallery ul li a {
  padding: 10px;
  color: #3d3735;
  display: block;
  transition: 0.4s;
}
.sec_cmn_01.box_gallery ul li a:hover {
  opacity: 0.4;
}
.sec_cmn_01 .tbl_cmn_01 table {
  width: 100%;
}
.sec_cmn_01 .tbl_cmn_01 table th,
.sec_cmn_01 .tbl_cmn_01 table td {
  border-bottom: 1px solid #54441e;
  padding: 30px 20px 20px;
}
.sec_cmn_01 .tbl_cmn_01 table th a,
.sec_cmn_01 .tbl_cmn_01 table td a {
  color: #3d3735;
  text-decoration: underline;
}
.sec_cmn_01 .tbl_cmn_01 table th {
  font-weight: bold;
  width: 35%;
}

.mens .sec_01 .ttl_cmn_02,
.mens .sec_01 .ttl_cmn_03 {
  text-align: center;
}
.mens .sec_01 .content {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 20px;
}
.mens .sec_01 .content .img {
  margin-bottom: 20px;
}
.mens .sec_02 ul li.popup_btn_Box {
  margin-top: 20px;
}
.mens .sec_02 ul li.popup_btn_Box h2 {
  text-align: center;
  font-weight: 400;
  font-size: 2rem;
}
.mens .sec_02 ul li.popup_btn_Box .txt_02 {
  color: rgba(61, 55, 53, 0.7);
  font-size: 90%;
}
.mens .sec_02 ul li.popup_btn_Box .txt_cmn_01, .mens .sec_02 ul li.popup_btn_Box .index .box_main div .txt_01, .index .box_main div .mens .sec_02 ul li.popup_btn_Box .txt_01 {
  margin-bottom: 0;
}
.mens .sec_02 ul li.popup_btn_Box .btn_cmn_01 {
  margin-top: 20px;
}
.mens .sec_02 ul li.popup_btn_Box .btn_cmn_01 a {
  min-width: 100%;
}
.mens .sec_02 ul li.popup_btn_Box .popup_Box {
  display: none;
  position: fixed;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 10;
  background: rgba(38, 5, 0, 0.9);
  padding-top: 100px;
}
.mens .sec_02 ul li.popup_btn_Box .popup_Box .close {
  position: fixed;
}
.mens .sec_02 ul li.popup_btn_Box .popup_Box .content {
  color: #fff;
}
.mens .sec_02 ul li.popup_btn_Box .popup_Box .content .txt dl {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  margin-bottom: 25px;
  padding-bottom: 7px;
}
.mens .sec_02 ul li.popup_btn_Box .popup_Box .content .txt dl dt {
  font-weight: bold;
}
.mens .sec_02 ul li.popup_btn_Box .popup_Box .content .txt dl dd img {
  width: 30px;
}
.mens .sec_02 ul li.popup_btn_Box .popup_Box .content .img h2,
.mens .sec_02 ul li.popup_btn_Box .popup_Box .content .img .txt_cmn_01,
.mens .sec_02 ul li.popup_btn_Box .popup_Box .content .img .index .box_main div .txt_01,
.index .box_main div .mens .sec_02 ul li.popup_btn_Box .popup_Box .content .img .txt_01 {
  text-align: left;
}
.mens .sec_02 ul li.popup_btn_Box .popup_Box .content .img .txt_02 {
  color: rgba(255, 255, 255, 0.7);
}

.menu .btn_01 {
  margin-bottom: 50px;
}
.menu .btn_01 li .noactive a {
  border: 1px solid #260500;
  background: #fff;
}
.menu .btn_01 li .noactive a span {
  color: #260500;
}
.menu .sec_cmn_01 .btn_cmn_02 {
  margin-top: 20px;
}
.menu .sec_01 .box_contents {
  display: flex;
  flex-wrap: wrap;
}
.menu .sec_01 .box_contents .box_side {
  position: sticky;
  width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  background: #260500;
}
.menu .sec_01 .box_contents .box_side .btn_02 {
  z-index: 3;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
.menu .sec_01 .box_contents .box_side .btn_02 li {
  width: 50%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  padding: 0 10px;
  text-align: center;
}
.menu .sec_01 .box_contents .box_side .btn_02 li:nth-child(2n) {
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}
.menu .sec_01 .box_contents .box_side .btn_02 li:nth-child(3), .menu .sec_01 .box_contents .box_side .btn_02 li:nth-child(4) {
  border-bottom: none;
}
.menu .sec_01 .box_contents .box_side .btn_02 li div {
  padding: 10px 0;
}
.menu .sec_01 .box_contents .box_side .btn_02 li div a {
  display: block;
  color: #fff;
}
.menu .sec_01 .box_contents .box_content {
  width: 100%;
  padding: 30px 0 0;
}
.menu .sec_01 .box_contents .box_content section {
  padding-top: 160px;
  margin-top: -130px;
}
.menu.esthe .sec_01 .box_contents .box_side .btn_02, .menu.ladys .sec_01 .box_contents .box_side .btn_02 {
  display: block;
}
.menu.esthe .sec_01 .box_contents .box_side .btn_02 li, .menu.ladys .sec_01 .box_contents .box_side .btn_02 li {
  width: 100%;
  border-left: none;
}
.menu.esthe .sec_01 .box_contents .box_side .btn_02 li:last-child, .menu.ladys .sec_01 .box_contents .box_side .btn_02 li:last-child {
  border: none;
}
.menu.ladys .box_content .btn_01 a {
  max-width: 100%;
}
.menu.ladys .sec_02 .content .img {
  margin-bottom: 10px;
}
.menu.ladys .sec_02 .cl33 {
  justify-content: center;
}
.menu.ladys .sec_03 .ttl_cmn_jp + p + .ttl_cmn_02 {
  margin-top: 20px;
}
.menu.ladys .sec_03 ul.menu_list > li:first-child {
  margin-top: 0;
}

.about .sec_01 .ttl_cmn_02,
.about .sec_01 .ttl_cmn_03 {
  text-align: center;
}
.about .sec_01 .content {
  margin-top: 30px;
  display: flex;
  flex-direction: column-reverse;
}
.about .sec_01 .content .txt {
  width: 100%;
}
.about .sec_01 .content .txt p {
  margin-bottom: 15px;
}
.about .sec_01 .content .img {
  width: 100%;
  margin-bottom: 20px;
}
.about .sec_02 ul li.popup_btn_Box {
  margin-top: 20px;
}
.about .sec_02 ul li.popup_btn_Box h2 {
  text-align: center;
  font-weight: 400;
  font-size: 2rem;
}
.about .sec_02 ul li.popup_btn_Box .txt_02 {
  color: rgba(61, 55, 53, 0.7);
  font-size: 90%;
}
.about .sec_02 ul li.popup_btn_Box .btn_cmn_01 {
  margin-top: 20px;
}
.about .sec_02 ul li.popup_btn_Box .popup_Box {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 10;
  background: rgba(38, 5, 0, 0.9);
  padding-top: 100px;
}
.about .sec_02 ul li.popup_btn_Box .popup_Box .content {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.about .sec_02 ul li.popup_btn_Box .popup_Box .content .txt {
  width: 60%;
}
.about .sec_02 ul li.popup_btn_Box .popup_Box .content .txt dl {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  margin-bottom: 25px;
  padding-bottom: 7px;
}
.about .sec_02 ul li.popup_btn_Box .popup_Box .content .txt dl dt {
  font-weight: bold;
}
.about .sec_02 ul li.popup_btn_Box .popup_Box .content .txt dl dd img {
  width: 30px;
}
.about .sec_02 ul li.popup_btn_Box .popup_Box .content .img {
  width: 38%;
}
.about .sec_02 ul li.popup_btn_Box .popup_Box .content .img h2,
.about .sec_02 ul li.popup_btn_Box .popup_Box .content .img .txt_cmn_01,
.about .sec_02 ul li.popup_btn_Box .popup_Box .content .img .index .box_main div .txt_01,
.index .box_main div .about .sec_02 ul li.popup_btn_Box .popup_Box .content .img .txt_01 {
  text-align: left;
}
.about .sec_02 ul li.popup_btn_Box .popup_Box .content .img .txt_02 {
  color: rgba(255, 255, 255, 0.7);
}
.about.ladys .ladys_02 .cl20 {
  margin-bottom: 50px;
}
.about.ladys .ladys_02 .cl20 li {
  margin-bottom: 10px;
}
.about.ladys .ladys_02 .cl20 li div {
  text-align: center;
  font-weight: bold;
  padding: 20px;
  border: 1px solid #aa8f53;
  border-radius: 10px;
  background: rgba(170, 143, 83, 0.4);
}

.tbl_menu table {
  width: 100%;
  margin: 30px 0 10px;
}
.tbl_menu table th,
.tbl_menu table td {
  display: block;
  width: 100%;
}
.tbl_menu table td {
  padding: 0 10px;
}
.tbl_menu table td.td_01 {
  font-size: 80%;
}
.tbl_menu table th {
  padding: 10px 10px;
  margin: 15px 0 10px;
  border-bottom: 1px solid #260500;
  border-top: 1px solid #260500;
  background: rgba(38, 5, 0, 0.2);
}

.box_cta {
  color: #fff;
  background: url(../img/bg_cta.jpg) no-repeat top right;
  background-size: cover;
  padding: 30px 5%;
  margin: 80px 0;
  position: relative;
}
.box_cta::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(38, 5, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.box_cta .ttl_cmn_jp {
  position: relative;
  z-index: 2;
}
.box_cta p {
  text-align: center;
  position: relative;
  z-index: 2;
}
.box_cta .btn_cmn_01 {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 30px;
}
.box_cta .btn_cmn_01 a {
  background: #fff;
}
.box_cta .btn_cmn_01 a span {
  color: #260500;
}

.menu_list > li {
  margin-top: 30px;
}
.menu_list > li .inner {
  border: 1px solid #260500;
  padding: 20px;
}
.menu_list > li .inner .ttl {
  border-bottom: 1px solid #260500;
}
.menu_list > li .inner .ttl.flex {
  display: flex;
  justify-content: space-between;
}
.menu_list > li .inner .content {
  margin-top: 10px;
}
.menu_list > li .inner .content.center {
  align-items: center;
}
.menu_list > li .inner .content .flow {
  width: 100%;
}
.menu_list > li .inner .content .flow ul.img {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.menu_list > li .inner .content .flow ul.img li {
  width: 48%;
}
.menu_list > li .inner .content .flow ul.img li .txt_cmn_01, .menu_list > li .inner .content .flow ul.img li .index .box_main div .txt_01, .index .box_main div .menu_list > li .inner .content .flow ul.img li .txt_01 {
  font-size: 1.5rem;
}
.menu_list > li .inner .content .flow .list_num {
  margin-bottom: 10px;
}
.menu_list > li .inner .content .flow .time {
  background: #3d3735;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin-bottom: 10px;
}
.menu_list > li .inner .content .txt {
  width: 100%;
}
.menu_list > li .inner .content .price {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background: rgba(170, 143, 83, 0.7);
}
.menu_list > li .inner .content .price dl dt {
  float: left;
  clear: left;
}
.menu_list > li .inner .content .price dl dd {
  float: left;
}

.list_num li {
  list-style: decimal;
  margin-left: 20px;
}

.btn_cmn_02 a {
  color: #3d3735;
  border-bottom: 1px solid #3d3735;
  display: inline-block;
}
.btn_cmn_02 a span {
  justify-content: flex-end;
  align-items: baseline;
  display: flex;
}
.btn_cmn_02 a span:before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-top: 1px solid #3d3735;
  border-right: 1px solid #3d3735;
  display: block;
  transform: rotate(315deg);
}

.list_cation li {
  display: flex;
  align-items: baseline;
}
.list_cation li::before {
  content: "※";
}

.box_cation .inner {
  border: 2px solid rgba(155, 8, 8, 0.5);
  background: rgba(155, 8, 8, 0.1);
  padding: 30px;
  margin-top: 80px;
}

.recruit .page_recruit {
  margin-top: 30px;
}
.recruit .page_recruit .inner1200::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: url(../img/bg_recruit.jpg);
  background-size: cover;
}
.recruit .page_recruit .inner1200 .ttl_cmn_jp {
  color: rgba(255, 255, 255, 0.7);
}
.recruit .page_recruit .inner1200 div {
  width: 100%;
  padding: 20px 5% 20px;
  background: rgba(38, 5, 0, 0.7);
}

.recruit .sec_06 {
  padding-bottom: 80px !important;
}
.recruit .sec_05 {
  background: #e5e1da;
  margin-top: 50px;
  padding: 30px 0;
}
.recruit .sec_05 .ttl_cmn_jp + p {
  text-align: center;
  margin-bottom: 30px;
}
.recruit .sec_02 {
  background: #e5e1da;
  padding: 30px;
  margin-top: 30px;
}
.recruit .sec_03 .ttl_cmn_jp + p {
  text-align: center;
}
.recruit .sec_03 .inner1200 .inner1000 {
  padding: 0;
}
.recruit .sec_03 .btn_group {
  margin-top: 50px;
  background: url(../img/bg_recruit_01.jpg) no-repeat top center;
  background-size: cover;
  padding: 30px 0;
}
.recruit .sec_03 .btn_group li {
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.recruit .sec_03 .btn_group li p span {
  display: none;
}
.recruit .sec_03 .btn_group li:first-child {
  margin-bottom: 30px;
}
.recruit .sec_03 .btn_group li:first-child p {
  margin-bottom: 10px;
}
.recruit .sec_03 .btn_group li > div {
  color: rgba(255, 255, 255, 0.7);
}
.recruit .sec_03 .btn_group li > div p {
  font-size: 120%;
}
.recruit .sec_01 .cl25 {
  margin: 20px 0;
}
.recruit .sec_01 .cl25 li {
  text-align: center;
  background: rgba(170, 143, 83, 0.4);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.recruit .sec_01 .inner1000 {
  padding: 0;
}
.recruit .sec_04 .content .txt {
  width: 100%;
}
.recruit .sec_04 .content .txt div {
  margin-top: 20px;
}
.recruit .sec_04 .content .img {
  width: 100%;
  margin-top: 20px;
}
.recruit .sec_04 .content .img h2 {
  text-align: center;
}
.recruit .sec_04 .content .img ul li:first-child {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(61, 55, 53, 0.5);
}

.aboutus .sec_01 .cl50 > li {
  text-align: center;
}
.aboutus .sec_01 .cl50 > li > div {
  width: 100%;
  height: 500px;
}
.aboutus .sec_01 .cl50 > li > div.mini {
  height: 200px;
}
.aboutus .sec_01 .cl50 > li .flexlist {
  display: flex;
}
.aboutus .sec_01 .cl50 > li .flexlist li {
  width: 20%;
}
.aboutus .sec_01 .cl50 > li .flexlist li img {
  width: 80%;
  margin: 0 auto;
}
.aboutus .sec_01 .cl50 > li .list li {
  margin-bottom: 20px;
  display: flex;
}
.aboutus .sec_01 .cl50 > li .list li img {
  width: 10%;
}
.aboutus .sec_01 .cl50 > li .list li p {
  text-align: left;
  padding-left: 20px;
  width: 90%;
}

.welfare .sec_01 .content .img {
  width: 100%;
}
.welfare .sec_01 .content .txt {
  width: 100%;
}
.welfare .sec_02 .box_study {
  margin-top: 50px;
}
.welfare .sec_02 .box_study dl {
  padding: 10px 0;
  border-bottom: 1px solid #3d3735;
}
.welfare .sec_02 .box_study dl dt {
  width: 100%;
}
.welfare .sec_02 .box_study dl dd {
  width: 100%;
}
.welfare .sec_02 .box_study dl dd table {
  width: 100%;
  height: 100%;
}
.welfare .sec_02 .box_study dl dd table th {
  text-align: center;
}
.welfare .sec_02 .box_study dl dd table td {
  border-right: 1px solid rgba(170, 143, 83, 0.4);
}
.welfare .sec_02 .box_study dl dd table td::after {
  content: "　";
}
.welfare .sec_02 .box_study dl dd table .on {
  background: #9b0808;
}
.welfare .sec_02 .box_study dl dd table .off {
  background: #ddd;
}
.welfare .sec_03 .inner1200 {
  padding: 0;
}
.welfare .sec_03 .cl25 li > div .img {
  width: 100px;
  height: 100px;
  padding: 20px;
  border-radius: 50%;
  background: rgba(38, 5, 0, 0.4);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.welfare .sec_03 .cl25 li > div .img img {
  width: 80%;
  margin: 0 auto;
}
.welfare .sec_03 .cl25 li > div h2 {
  text-align: center;
}

.list_disc li {
  list-style: disc;
  margin-left: 20px;
}

.requirements .sec_01 .tbl_cmn_01 th {
  width: 35%;
}
.requirements .box_cta p,
.requirements .box_cta .txt_cmn_01,
.requirements .box_cta .index .box_main div .txt_01,
.index .box_main div .requirements .box_cta .txt_01,
.requirements .box_cta .ttl_cmn_jp,
.requirements .box_cta .btn_cmn_01 {
  text-align: center;
}

.boxcg_btn_Box ul li {
  margin: 0 0 10px;
}
.boxcg_btn_Box ul li .btn_cmn_01 a.on {
  background: #260500;
}
.boxcg_btn_Box ul li .btn_cmn_01 a.on span {
  color: #fff;
}

.boxcg_Box section {
  display: none;
}
.boxcg_Box section.on {
  display: block;
}

.news .sec_01 {
  padding-bottom: 80px;
  word-break: break-all;
}
.news .sec_01 .box_content {
  margin-top: 20px;
}
.news .sec_01 .box_content img {
  margin: 10px 0;
}

.contact .sec_01 ul.cl50 li {
  padding: 20px;
}
.contact .sec_01 ul.cl50 li.mens {
  border: 1px solid #162b66;
}
.contact .sec_01 ul.cl50 li.ladys {
  border: 1px solid #9b0808;
}
.contact .sec_01 ul.cl50 li dl {
  display: flex;
}
.contact .sec_01 ul.cl50 li dl dt {
  margin-right: 10px;
  width: 30%;
}
.contact .sec_02 .tbl_cmn_01 {
  padding: 0;
}
.contact .sec_02 table th {
  width: 100%;
  display: block;
  border-bottom: none;
  padding-bottom: 0;
}
.contact .sec_02 table th span {
  float: right;
  color: #9b0808;
}
.contact .sec_02 table td {
  padding-top: 0;
  display: block;
  width: 100%;
}
.contact .sec_02 table td input {
  width: 100%;
}
.contact .sec_02 table td select {
  width: 100%;
}
.contact .sec_02 table td textarea {
  width: 100% !important;
  height: 200px !important;
}
.contact .sec_03 {
  padding-bottom: 80px;
  word-break: break-all;
}
.contact .sec_03 .ttl_cmn_02 {
  margin-top: 50px;
}
.contact .sec_03 .list_num {
  margin: 0 0 20px 0;
}
.contact .sec_03 a {
  color: #3d3735;
  text-decoration: underline;
}

.faq .boxcg_btn_Box ul li .btn_cmn_01 a {
  width: 100%;
  max-width: 100%;
}
.faq .inner1200 .inner1000 {
  padding: 0;
}
.faq .sec_01 {
  padding-bottom: 30px;
}
.faq .c_faq_box_01 .sToggle dl {
  border: 1px solid #260500;
}
.faq .c_faq_box_01 .sToggle dl dt {
  color: #3d3735;
}
.faq .c_faq_box_01 .sToggle dl dd::before {
  color: #9b0808;
}
.faq .c_faq_box_01 .sToggle dl dt::before {
  color: #aa8f53;
}
.faq .c_faq_box_01 .sToggle dl dt::after,
.faq .c_faq_box_01 .sToggle dl dt::before {
  border-color: #260500;
}

ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.page-numbers > li {
  margin-left: 10px;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(61, 55, 53, 0.5);
}
ul.page-numbers > li span,
ul.page-numbers > li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3d3735;
}
ul.page-numbers > li a {
  text-decoration: underline;
}
ul.page-numbers > li .current {
  background: rgba(170, 143, 83, 0.4);
}

#insta ul li a img {
  height: 160px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=sp_contents.css.map */