@charset "UTF-8";
/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex include
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
初期値top:50%; left:50%;
[@include set-top();] [@include set-left();]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*縦中央*/
/*横中央*/
/* -----上下左右中央、%指定で調整可能----- */
/*　////////////////////////////////
flex 設定
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
font-size
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////
汎用style
//////////////////////////////////　*/
.menu-toggle, .menu-toggle span {
  display: inline-block;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-toggle {
  position: fixed;
  top: 15px;
  right: 10px;
  width: 60px;
  height: 60px;
  z-index: 120;
  background: #5b4636;
  border: none;
}
.menu-toggle p {
  margin-top: 33px;
  color: #fff;
  letter-spacing: -0.04em;
  font-size: 1.5rem;
}
.menu-toggle span {
  position: absolute;
  left: 15%;
  width: 70%;
  height: 4px;
  background-color: #fff;
  z-index: 120;
}
.menu-toggle span:nth-of-type(1) {
  top: 30%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}
.menu-toggle span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu-toggle span:nth-of-type(3) {
  top: 70%;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}

.menu-toggle.active {
  opacity: 1;
  border: none;
}
.menu-toggle.active p {
  color: #fff;
}
.menu-toggle.active span {
  background-color: #fff;
}
.menu-toggle.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.menu-toggle.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-toggle.active span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
  top: 54%;
}

#nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 110;
  width: 100%;
  inset: 0;
  overflow-y: auto;
  opacity: 0;
  background: #5b4636;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
#nav .nav_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(2.4rem, 2.88vw, 3.2rem);
  line-height: 1.3;
  font-weight: 400;
  z-index: 10;
  color: #fff;
  padding: 15px;
  margin-bottom: 10px;
}
#nav .nav_title .en_title {
  display: block;
  font-size: clamp(2rem, 2.36vw, 2.6rem);
  font-weight: normal;
}
#nav ul {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-top: 40px;
}
#nav ul li {
  text-align: center;
  list-style-type: none;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.8s ease;
  transition: transform 0.8s ease, opacity 0.6s ease;
  transition: transform 0.8s ease, opacity 0.6s ease, -webkit-transform 0.8s ease;
  will-change: transform, animation, position;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
#nav ul li a {
  display: inline-block;
  padding: 10px 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
}
#nav ul li a:hover {
  color: #ccc;
}
#nav .nav_tel_area {
  text-align: center;
  border-top: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 75vw;
  margin: 40px auto 0;
  padding: 25px 0 0;
  color: #fff;
}
#nav .nav_tel_area .tel_txt {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  font-size: clamp(3.4rem, 3.64vw, 3.8rem);
  line-height: 1;
}

#nav.active {
  right: 0;
  opacity: 0.98;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}
#nav.active li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.9s ease;
  transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
}

button:focus:not(.focus-visible) {
  outline: none;
}

/*　////////////////////////////////
mixin
//////////////////////////////////　*/
/*
@include css3(transition, 0.5s);
*/
/*　////////////////////////////////
HTML5の場合は値を「false」から「true」にする
//////////////////////////////////　*/
/*　////////////////////////////////
// 汎用クラスを使用するか
//////////////////////////////////　*/
/*　////////////////////////////////
reset
//////////////////////////////////　*/
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

/*　////////////////////////////////
共通
//////////////////////////////////　*/
html {
  font-size: 62.5%;
}

body {
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  -webkit-line-break: normal;
  line-break: normal;
  line-height: 1.8;
  font-weight: 300;
  font-size: 1.6rem;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
body ul li {
  list-style-type: none;
}

.container, .container-s, .container-xs {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .container-s {
    width: 700px;
  }
  .container-xs {
    width: 680px;
  }
}
@media (min-width: 987px) {
  .container, .inner-container {
    width: 930px;
  }
  .container-s {
    width: 930px;
  }
  .container-xs {
    width: 880px;
  }
}
@media (min-width: 1220px) {
  .container, .inner-container {
    width: 1140px;
  }
  .container-s {
    width: 1000px;
  }
}
@media (min-width: 1460px) {
  .container {
    width: 1380px;
  }
}
/*　////////////////////////////////
改行
//////////////////////////////////　*/
.pc-br {
  display: none;
}
@media (min-width: 480px) {
  .pc-br {
    display: block;
  }
}

@media (min-width: 480px) {
  .sp-br {
    display: none;
  }
}

.tb-br {
  display: none;
}
@media (min-width: 768px) {
  .tb-br {
    display: block;
  }
}

@media (min-width: 768px) {
  .br-tb {
    display: none;
  }
}

.br-tb2 {
  display: none;
}
@media (min-width: 480px) {
  .br-tb2 {
    display: block;
  }
}
@media (min-width: 768px) {
  .br-tb2 {
    display: none;
  }
}

.md-br {
  display: none;
}
@media (min-width: 987px) {
  .md-br {
    display: block;
  }
}

@media (min-width: 987px) {
  .br-md {
    display: none;
  }
}

.lg-br {
  display: none;
}
@media (min-width: 1220px) {
  .lg-br {
    display: block;
  }
}

@media (min-width: 1220px) {
  .br-lg {
    display: none;
  }
}

.xlg-br {
  display: none;
}
@media (min-width: 1500px) {
  .xlg-br {
    display: block;
  }
}

@media (min-width: 1500px) {
  .br-xlg {
    display: none;
  }
}

/*margin 0 auto */
.block-center {
  display: block;
  margin: 0 auto;
}

/*center*/
.center {
  text-align: center;
}

.lg-center {
  text-align: left;
}
@media (min-width: 1220px) {
  .lg-center {
    text-align: center;
  }
}

.md-center {
  text-align: left;
}
@media (min-width: 987px) {
  .md-center {
    text-align: center;
  }
}

.sm-center {
  text-align: left;
}
@media (min-width: 768px) {
  .sm-center {
    text-align: center;
  }
}

/*　////////////////////////////////
画像切り替え
//////////////////////////////////　*/
.pc-img {
  display: none !important;
}

.sp-img {
  display: block !important;
}

@media (min-width: 768px) {
  .pc-img {
    display: block !important;
  }
  .sp-img {
    display: none !important;
  }
}
/*　////////////////////////////////
OP
//////////////////////////////////　*/
@keyframes fadeIn {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
/*　////////////////////////////////
テキストselection
//////////////////////////////////　*/
::-moz-selection {
  background: #5b4636;
  color: #fff;
}
::selection {
  background: #5b4636;
  color: #fff;
}

/*　////////////////////////////////
a
//////////////////////////////////　*/
a:hover, a {
  text-decoration: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  color: #333333;
}

a:active {
  text-decoration: none;
}

/*　////////////////////////////////
img
//////////////////////////////////　*/
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (min-width: 480px) {
  img {
    max-width: 100%;
  }
}

/*　////////////////////////////////
pagetop
//////////////////////////////////　*/
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
.pagetop a {
  background: #5b4636;
  color: #fff;
  width: 60px;
  height: 60px;
  display: inline-block;
  position: relative;
}
.pagetop a:before, .pagetop a:after {
  position: absolute;
  content: "";
  top: 10px;
  width: 1px;
  height: 40px;
  background: #fff;
}
.pagetop a:before {
  left: 34%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.pagetop a:after {
  left: 66%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

/*　////////////////////////////////
YouTube動画スタイル
//////////////////////////////////　*/
.youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*　////////////////////////////////
背景色
//////////////////////////////////　*/
.bg-gray {
  background: #f2f2f0;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .bg-gray {
    padding: 80px 0;
  }
}

/*　////////////////////////////////
table
//////////////////////////////////　*/
.table-styleA, .table-styleB {
  border-bottom: 1px solid #c23539;
}
.table-styleA dl, .table-styleA dt, .table-styleA dd, .table-styleB dl, .table-styleB dt, .table-styleB dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table-styleA dl dt, .table-styleA dl dd, .table-styleB dl dt, .table-styleB dl dd {
  border-top: 1px solid #c23539;
  line-height: 1.8;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .table-styleA dl dt, .table-styleA dl dd, .table-styleB dl dt, .table-styleB dl dd {
    font-size: 1.6rem;
  }
}
.table-styleA dl dt, .table-styleB dl dt {
  width: 100%;
  float: none;
  padding: 10px 0;
  font-size: 1.6rem;
  margin: 0;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) {
  .table-styleA dl dt, .table-styleB dl dt {
    text-align: left;
    width: 230px;
    float: left;
    padding: 20px 0 0 20px;
  }
}
.table-styleA dl dd, .table-styleB dl dd {
  margin-left: 0;
  padding: 10px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .table-styleA dl dd, .table-styleB dl dd {
    margin-left: 230px;
    padding: 20px 0 20px 20px;
  }
}
.table-styleA dl dd:after, .table-styleB dl dd:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before, .table-styleA dl:before, .table-styleB dl:before,
.clearfix:after,
.table-styleA dl:after,
.table-styleB dl:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after, .table-styleA dl:after, .table-styleB dl:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.clearfix, .table-styleA dl, .table-styleB dl {
  zoom: 1;
}
.clearfix:after, .table-styleA dl:after, .table-styleB dl:after {
  display: block;
  content: "";
  clear: both;
}

/*　////////////////////////////////
背景画像指定
//////////////////////////////////　*/
.webp .foot-contact {
  background-image: url("/img/common/webp/contact_bg.webp");
}

.no-webp .foot-contact {
  background-image: url("/img/common/contact_bg.jpg");
}

/*　////////////////////////////////
end　背景画像指定
//////////////////////////////////　*/
body {
  font-size: 1.6rem;
  font-size: clamp(1.6rem, 1.72vw, 1.8rem);
  color: #333333;
  animation: fadeIn 2.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 2.5s ease 0s 1 normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
}
body ul {
  margin: 0;
}
body ul li {
  list-style-type: none;
}
body a span:hover,
body a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

* {
  margin: 0;
  padding: 0;
}

.all-wrapper {
  overflow: hidden;
  /*　////////////////////////////////
  header
  //////////////////////////////////　*/
}
.all-wrapper header.header .header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.all-wrapper header.header .header-wrap .head-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 10px 15px 4vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.all-wrapper header.header .header-wrap .head-logo .logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.all-wrapper header.header .header-wrap .head-logo .logo-box:hover span {
  opacity: 1;
}
.all-wrapper header.header .header-wrap .head-logo .logo-box img {
  width: clamp(65px, 53.6363636364px + 3.0303030303vw, 90px);
}
.all-wrapper header.header .header-wrap .head-logo .logo-box .site-name {
  font-size: clamp(2.1rem, 2.64vw, 3rem);
  line-height: 1.4;
  font-weight: bold;
}
.all-wrapper header.header .header-wrap .head-logo .logo-box .site-name span {
  font-size: clamp(1.7rem, 2.06vw, 2.3rem);
}
.all-wrapper header.header .header-wrap .head-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.all-wrapper header.header .header-wrap .head-menu .head-tel {
  display: none;
  background: #c23539;
  border-radius: 0 0 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px;
  gap: 10px;
}
.all-wrapper header.header .header-wrap .head-menu .head-tel img {
  width: clamp(25px, 22.7272727273px + 0.6060606061vw, 30px);
}
.all-wrapper header.header .header-wrap .head-menu .head-tel .tel-number {
  display: inline-block;
  font-size: clamp(2.4rem, 20.3414634146px + 0.9756097561vw, 3.4rem);
  color: #fff;
  line-height: 1;
  font-weight: bold;
}
.all-wrapper header.header .header-wrap .head-menu .head-nav {
  width: 100%;
  margin: clamp(20px, 15.4545454545px + 1.2121212121vw, 30px) 0;
}
.all-wrapper header.header .pc-nav {
  display: none;
}
.all-wrapper header.header .sp-nav {
  display: block;
}
@media (min-width: 987px) {
  .all-wrapper header.header .header-wrap .head-menu .head-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .all-wrapper header.header .header-wrap .head-menu .head-tel .tel-number {
    pointer-events: none;
  }
  .all-wrapper header.header .pc-nav {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .all-wrapper header.header .pc-nav .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .all-wrapper header.header .pc-nav .nav-list li {
    margin-right: 3vw;
  }
  .all-wrapper header.header .pc-nav .nav-list li:last-child {
    margin-right: 4vw;
  }
  .all-wrapper header.header .pc-nav .nav-list li a {
    font-size: clamp(1.6rem, 1.72vw, 1.8rem);
    position: relative;
  }
  .all-wrapper header.header .pc-nav .nav-list li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    width: 0;
    height: 2px;
    background-color: #c23539;
    -webkit-transition: width 0.3s ease, left 0.3s ease;
    transition: width 0.3s ease, left 0.3s ease;
  }
  .all-wrapper header.header .pc-nav .nav-list li a:hover {
    color: #c23539;
  }
  .all-wrapper header.header .pc-nav .nav-list li a:hover::after {
    width: 100%;
    left: 0;
  }
  .all-wrapper header.header .sp-nav {
    display: none;
  }
}
.all-wrapper {
  /*　////////////////////////////////
  footer
  //////////////////////////////////　*/
}
.all-wrapper .foot-contact {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(45px, 29.0909090909px + 4.2424242424vw, 80px) 0;
  text-align: center;
  color: #fff;
}
.all-wrapper .foot-contact .h-style-a {
  text-shadow: 0px 0px 7px #1a1a1a;
}
.all-wrapper .foot-contact .h-style-a .jp-title {
  color: #fff;
}
.all-wrapper .foot-contact .h-style-a .en-title {
  color: #fff;
}
.all-wrapper .foot-contact .h-style-a .en-title::before, .all-wrapper .foot-contact .h-style-a .en-title::after {
  background-color: #fff;
}
.all-wrapper .foot-contact .contact-txt {
  font-weight: bold;
  font-size: clamp(1.6rem, 14.1707317073px + 0.487804878vw, 2.1rem);
  margin-bottom: clamp(25px, 20.4545454545px + 1.2121212121vw, 35px);
  text-shadow: 0px 0px 7px #1a1a1a;
}
.all-wrapper .foot-contact .contact-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.all-wrapper .foot-contact .contact-tel img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(30px, 18.1818181818px + 3.1515151515vw, 56px);
}
.all-wrapper .foot-contact .contact-tel .tel-number {
  display: inline-block;
  font-size: clamp(3.2rem, 20.2926829268px + 3.1219512195vw, 6.4rem);
  color: #fff;
  line-height: 1;
  font-weight: bold;
  text-shadow: 0px 0px 7px #1a1a1a;
}
.all-wrapper footer.footer .footer-contents {
  padding-bottom: clamp(40px, 30.9090909091px + 2.4242424242vw, 60px);
  margin-bottom: clamp(40px, 30.9090909091px + 2.4242424242vw, 60px);
  border-bottom: 1px solid #c1c1c1;
}
.all-wrapper footer.footer .footer-title {
  max-width: 1200px;
  margin: 0 auto clamp(25px, 18.1818181818px + 1.8181818182vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.all-wrapper footer.footer .footer-title img {
  width: clamp(50px, 40.9090909091px + 2.4242424242vw, 70px);
}
.all-wrapper footer.footer .footer-title .title-txt {
  font-size: clamp(2rem, 18.5365853659px + 0.3902439024vw, 2.4rem);
}
.all-wrapper footer.footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 6%;
  max-width: 1200px;
  margin: 0 auto;
}
.all-wrapper footer.footer .footer-inner .left-box, .all-wrapper footer.footer .footer-inner .right-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.all-wrapper footer.footer .location dt {
  font-weight: bold;
  font-size: clamp(1.7rem, 15.9024390244px + 0.2926829268vw, 2rem);
  margin-bottom: clamp(5px, 2.7272727273px + 0.6060606061vw, 10px);
}
.all-wrapper footer.footer .location dd {
  margin-bottom: clamp(20px, 15.4545454545px + 1.2121212121vw, 30px);
}
.all-wrapper footer.footer .foot-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(15px, 8.1818181818px + 1.8181818182vw, 30px) 30px;
}
.all-wrapper footer.footer .foot-nav .nav-box {
  width: 130px;
}
.all-wrapper footer.footer .foot-nav .nav-link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1.2em;
  position: relative;
  display: block;
}
.all-wrapper footer.footer .foot-nav .nav-link::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1px;
  background: #333333;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.all-wrapper footer.footer .copyright {
  margin-bottom: clamp(40px, 30.9090909091px + 2.4242424242vw, 60px);
  text-align: center;
  font-size: clamp(1.5rem, 14.6341463415px + 0.0975609756vw, 1.6rem);
}
@media (min-width: 768px) {
  .all-wrapper footer.footer .footer-inner .left-box {
    width: 40%;
  }
  .all-wrapper footer.footer .footer-inner .right-box {
    width: 54%;
  }
}
.all-wrapper {
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  共通
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
}
.all-wrapper section {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .all-wrapper section {
    margin-bottom: 100px;
  }
}
.all-wrapper .section-s {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .all-wrapper .section-s {
    margin-bottom: 80px;
  }
}
.all-wrapper .pa_section {
  margin-bottom: 40px;
}
.all-wrapper .pa_section:last-child {
  margin-bottom: 80px;
}
@media (min-width: 987px) {
  .all-wrapper .pa_section {
    margin-bottom: 0px;
  }
  .all-wrapper .pa_section:last-child {
    margin-bottom: 80px;
  }
  .all-wrapper .pa_box {
    padding-top: 63px;
  }
}
.all-wrapper .sentence {
  font-size: 1.6rem;
  font-size: clamp(1.6rem, 1.66vw, 1.7rem);
}
.all-wrapper .txt_center {
  text-align: center;
  text-wrap: balance;
}
.all-wrapper .widget-title {
  margin: 0;
  max-width: initial;
}
.all-wrapper .midashi {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px;
  border-left: 1px solid #c23539;
  font-size: clamp(2rem, 18.1707317073px + 0.487804878vw, 2.5rem);
  margin-bottom: clamp(15px, 10.4545454545px + 1.2121212121vw, 25px);
  line-height: 1.4;
}
.all-wrapper .midashi2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #5b4636;
  margin-bottom: 10px;
}
.all-wrapper .g-map {
  text-align: center;
  margin-top: 15px;
}
.all-wrapper .g-map a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #c23539;
}
.all-wrapper .kome {
  color: #c23939;
}
.all-wrapper .hissu {
  color: #ed1c24;
  margin-left: 10px;
}
.all-wrapper .attend {
  color: #ed1c24;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.all-wrapper .red_txt {
  color: #ff0d36;
}
.all-wrapper .ast {
  text-indent: -1em;
  margin-left: 1em;
}
.all-wrapper .ast::before {
  content: "※";
}
.all-wrapper {
  /*----- マージン -----*/
}
.all-wrapper .mb_xxs {
  margin-bottom: 10px;
}
.all-wrapper .mb_xs {
  margin-bottom: 12px;
}
.all-wrapper .mb_s {
  margin-bottom: 20px;
}
.all-wrapper .mb_m {
  margin-bottom: 25px;
}
.all-wrapper .mb_l {
  margin-bottom: 35px;
}
.all-wrapper .mb_xl {
  margin-bottom: 40px;
}
.all-wrapper .mb_xxl {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .all-wrapper .mb_xs {
    margin-bottom: 20px;
  }
  .all-wrapper .mb_s {
    margin-bottom: 30px;
  }
  .all-wrapper .mb_m {
    margin-bottom: 40px;
  }
  .all-wrapper .mb_l {
    margin-bottom: 50px;
  }
  .all-wrapper .mb_xl {
    margin-bottom: 60px;
  }
  .all-wrapper .mb_xxl {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .all-wrapper .sm-mt {
    margin-top: 30px;
  }
}
@media (max-width: 987px) {
  .all-wrapper .md-mt {
    margin-top: 30px;
  }
}
.all-wrapper {
  /*----- ボタンスタイル -----*/
}
.all-wrapper .btnA {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-weight: bold;
  font-size: clamp(1.6rem, 15.2682926829px + 0.1951219512vw, 1.8rem);
  border-bottom: 1px solid #333333;
  padding: 10px 50px 10px 5px;
}
.all-wrapper .btnA::before, .all-wrapper .btnA::after {
  position: absolute;
  content: "";
  background: #333333;
  right: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.all-wrapper .btnA::before {
  width: 35px;
  height: 1px;
  top: 55%;
}
.all-wrapper .btnA::after {
  height: 1px;
  width: 7px;
  top: 50%;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.all-wrapper .btnA:hover::before, .all-wrapper .btnA:hover::after {
  right: 0;
}
.all-wrapper .btnA:hover span {
  opacity: 1;
}
.all-wrapper .btnB {
  background: #c23539;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 5px 55px 5px 15px;
  border-radius: 3px;
  color: #fff;
  font-size: clamp(1.5rem, 1.56vw, 1.6rem);
  position: relative;
}
.all-wrapper .btnB::before, .all-wrapper .btnB::after {
  position: absolute;
  content: "";
  background: #fff;
  right: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.all-wrapper .btnB::before {
  width: 35px;
  height: 1px;
  top: 54%;
}
.all-wrapper .btnB::after {
  height: 1px;
  width: 7px;
  top: 50%;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.all-wrapper .btnB:hover::before, .all-wrapper .btnB:hover::after {
  right: 5px;
}
.all-wrapper .btnC {
  font-size: clamp(1.7rem, 1.76vw, 1.8rem);
  display: inline-block;
  padding: 10px 60px 10px 0;
  position: relative;
  border-bottom: 1px solid #333333;
  font-weight: bold;
}
.all-wrapper .btnC::before, .all-wrapper .btnC::after {
  position: absolute;
  content: "";
  background: #333333;
  right: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.all-wrapper .btnC::before {
  width: 35px;
  height: 1px;
  top: 54%;
}
.all-wrapper .btnC::after {
  height: 1px;
  width: 7px;
  top: 50%;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.all-wrapper .btnC:hover::before, .all-wrapper .btnC:hover::after {
  right: 5px;
}
@media (min-width: 768px) {
  .all-wrapper .btnA {
    padding: 10px 80px 10px 5px;
  }
  .all-wrapper .btnA::before {
    width: 60px;
    top: 54%;
  }
  .all-wrapper .btnA::after {
    width: 6px;
  }
  .all-wrapper .btnB {
    padding: 7px 80px 7px 15px;
  }
  .all-wrapper .btnB::before {
    width: 50px;
    top: 53%;
  }
  .all-wrapper .btnB::after {
    width: 8px;
  }
}
.all-wrapper {
  /*----- 見出しスタイル -----*/
}
.all-wrapper .h-style-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: clamp(25px, 13.6363636364px + 3.0303030303vw, 50px);
  text-align: center;
}
.all-wrapper .h-style-a .jp-title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: clamp(2.4rem, 19.6097560976px + 1.1707317073vw, 3.6rem);
}
.all-wrapper .h-style-a .en-title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: clamp(1.6rem, 14.5365853659px + 0.3902439024vw, 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c23539;
  margin-bottom: clamp(5px, 2.7272727273px + 0.6060606061vw, 10px);
  font-weight: normal;
}
.all-wrapper .h-style-a .en-title::before, .all-wrapper .h-style-a .en-title::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #c1c1c1;
}
.all-wrapper .h-style-a .en-title::before {
  margin-right: 1rem;
}
.all-wrapper .h-style-a .en-title::after {
  margin-left: 1rem;
}
.all-wrapper .h-style-b {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(25px, 22.7272727273px + 0.6060606061vw, 30px) 15px;
  color: #5b4636;
  font-size: clamp(2.2rem, 16.8780487805px + 1.3658536585vw, 3.6rem);
  text-align: center;
  border-top: 5px solid #5b4636;
  border-bottom: 5px solid #5b4636;
  position: relative;
  margin-bottom: clamp(30px, 23.1818181818px + 1.8181818182vw, 45px);
}
.all-wrapper .h-style-b::before, .all-wrapper .h-style-b::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #5b4636;
}
.all-wrapper .h-style-b::before {
  top: 4px;
}
.all-wrapper .h-style-b::after {
  bottom: 4px;
}
.all-wrapper .h-style-c {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px;
  border-left: 1px solid #c23539;
  font-size: clamp(2rem, 18.1707317073px + 0.487804878vw, 2.5rem);
  margin-bottom: clamp(15px, 10.4545454545px + 1.2121212121vw, 25px);
  line-height: 1.4;
}
.all-wrapper .h-style-d {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(2rem, 18.1707317073px + 0.487804878vw, 2.5rem);
  line-height: 1.4;
  background: #5b4636;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  padding: 12px 15px;
  margin-bottom: clamp(20px, 13.1818181818px + 1.8181818182vw, 35px);
}
.all-wrapper .tel-btn {
  background: #c23539;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(12px, 10.6363636364px + 0.3636363636vw, 15px) clamp(20px, 15.4545454545px + 1.2121212121vw, 30px);
  gap: 10px;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.all-wrapper .tel-btn:hover {
  opacity: 0.7;
}
.all-wrapper .tel-btn:hover .tel-number {
  opacity: 1;
}
.all-wrapper .tel-btn img {
  width: clamp(30px, 24.5454545455px + 1.4545454545vw, 42px);
}
.all-wrapper .tel-btn .tel-number {
  display: inline-block;
  font-size: clamp(3.2rem, 26.512195122px + 1.4634146341vw, 4.7rem);
  color: #fff;
  line-height: 1;
  font-weight: bold;
}
.all-wrapper .border-title {
  font-size: clamp(1.8rem, 16.5365853659px + 0.3902439024vw, 2.2rem);
  line-height: 1.5;
  border-bottom: 1px solid #333333;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .all-wrapper .tel-btn {
    pointer-events: none;
  }
}
.all-wrapper {
  /*-------- テーブルスタイル ----------*/
}
.all-wrapper .table-style {
  max-width: 720px;
  margin: 0 auto;
}
.all-wrapper .table-style .t-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #AEAEAE;
  padding: 15px 0;
}
.all-wrapper .table-style .t-wrap dt, .all-wrapper .table-style .t-wrap dd {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .all-wrapper .table-style .t-wrap dt {
    width: 160px;
    border-right: none;
  }
  .all-wrapper .table-style .t-wrap dd {
    width: calc(100% - 160px);
  }
}
.all-wrapper {
  /*-------- リストスタイル ----------*/
}
.all-wrapper .list-style li {
  text-indent: -1em;
  margin-left: 1em;
}
.all-wrapper .list-style li::before {
  content: "・";
}
.all-wrapper .square_list li {
  text-indent: -1.2em;
  margin-left: 1.2em;
}
.all-wrapper .square_list li::before {
  content: "■";
  margin-right: 0.2em;
}
.all-wrapper .example-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 1.5em;
}
.all-wrapper .example-list::after {
  content: "等";
}
.all-wrapper .example-list .example-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: -1em;
  padding-left: 1em;
}
.all-wrapper .example-list .example-item::before {
  content: "●";
}
.all-wrapper {
  /*-------- ブートスラップ関連 ----------*/
}
.all-wrapper .row-eq-height {
  /*row 高さ揃える*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.all-wrapper .row-reverse {
  /*左右入れ替え*/
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.all-wrapper .jc-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .all-wrapper .col-mb {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .all-wrapper .col-mb-l {
    margin-bottom: 45px;
  }
}

/* .all-wrapper */