@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --subTxt: 20px;
  --blue: #0000ff;
  --main_co: #6aa833;
  --yellow: #ffd700;
  --gold: #a49238;
  --em: #ef1e1e;
  --easing: cubic-bezier(0.2, 1, 0.2, 1);
  --transition: 0.8s var(--easing);
  --area_color: #f0a200;
}
@media (200px <= width < 969px) {
  :root {
    --subTxt: 18px;
    --blue: #0000ff;
  }
}

::selection {
  color: #fff;
  background-color: rgba(101, 157, 55, 0.8);
}

html {
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}

.scroll-container {
  scroll-padding-top: 200px;
  scroll-behavior: smooth;
}
/* @media (width < 969px) {
.scroll-container {
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
}
} */

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

em {
  font-weight: inherit;
}

a:hover {
  text-decoration: underline;
  /* color: #333; */
}

/*!!!!!!!!!! font !!!!!!!!!!!!*/

.damion {
  font-family: "Damion", cursive;
  font-weight: 400;
  font-style: normal;
}

/*!!!!!!!!!! common !!!!!!!!!!!!*/

header {
  box-shadow: none;
  margin-top: 5px;
}
@media (width < 969px) {
  header {
    position: relative;
    border: none;
  }
  .header_sp_head_logo a,
  .header_sp_head_logo a img {
    width: 260px;
  }
}

.headerMainRLower img {
  display: block;
  width: 330px;
  height: 43px;
  margin: auto;
}

.headerMainL {
  float: none;
  padding-top: 0;
  vertical-align: top;
  width: 400px;
}
.headerMainL a,
.headerMainL a img {
  width: 400px;
}
.headerMainL a,
.footerWrapper1 a {
  pointer-events: none;

  img {
    object-fit: contain;
    height: 66px;
  }
}

:is(.headerLead, .priceButtonWrapper, .all-no) {
  display: none;
}
.headerMainM {
  visibility: hidden;
}
.headerMain,
.headerLineWrapper {
  width: min(98%, 1080px) !important;
  margin: 0 auto 0 auto;
}

.headerLine {
  width: 1030px !important;
  margin-left: auto;
  margin-bottom: 5px;
}

@media (width < 969px) {
  header {
    height: 70px;
  }
  .header_sp_head_menu,
  .header_sp_head_menu_mail,
  .header_sp_head_menuClose img {
    display: none;
  }
}

.co-area {
  color: var(--area_color);
}

.co-em {
  color: var(--em);
}

.sec02 h3 {
  font-size: 20px;
}

.sec02 h3:not(.pagetitle):before {
  content: "■";
  color: #6eb42f;
  margin-right: 0.2em;
}

.sec02 p {
  /* text-align: left; */
}

.disp_pc {
  display: block !important;
}
.disp_sp,
.disp_sp-in,
.disp_tb {
  display: none !important;
}
@media (width < 969px) {
  .disp_pc {
    display: none !important;
  }
  .disp_sp {
    display: block !important;
  }
  .disp_sp-in {
    display: inline-block !important;
  }
}
@media (width < 767px) {
  .disp_tb {
    display: block !important;
  }
}

.d-sp {
  display: none;
}
@media (width <= 640px) {
  .d-sp {
    display: block;
  }
}

.red {
  color: var(--em);
}

.main_co {
  color: var(--main_co);
}

.yellow_co {
  color: var(--yellow);
}

.gold_co {
  color: var(--gold);
}

.font-l {
  font-size: 1.7em !important;
}

.font-default {
  font-size: 16px;
}
@media (width < 969px) {
  .font-default {
    font-size: 14px;
  }
}

.font-s {
  font-size: 0.8em;
}

.font-ss {
  font-size: 0.6em;
}

p {
  font-size: 18px;
}
@media (200px <= width < 969px) {
  p {
    font-size: 14px;
  }
}

span {
  line-height: 0;
}

/* article{
  padding: 60px 0 0;
}
@media (200px <= width < 969px)  {
  article{
    padding: 25px 0 0;
  }
} */

.after-bg {
  padding: 80px 0 80px;
}
@media (200px <= width < 969px) {
  .after-bg {
    padding: 40px 0 40px;
  }
}

section {
  width: min(calc(100% - 20px), 1080px);
  margin: 80px auto 0;
  position: relative;
}
section.bg_vendor--content {
  margin: 60px auto 0;
}
@media (width < 969px) {
  section {
    margin: 60px auto 0;
  }
  section.bg_vendor--content {
    margin: 40px auto 0;
  }
}

@media (970px <= width) {
  section.use_cases {
    margin-top: 100px;
  }
}

section.content__free {
  width: auto;
}

.basic_width {
  width: min(calc(100% - 20px), 1080px);
  margin: auto;
}

:root {
  --contents_stripe-size: 95%;
  --padding: 30px;
  --tri-size: 62px; /* 三角の一辺のサイズ（px or %）*/
  --tri-color: #ff6b6b; /* 三角の色 */
  --stripe-a: #ffffff; /* ストライプの色A */
  --stripe-b: #ba3d7e7d; /* ストライプの色B */
  --stripe-width: 8px; /* ストライプ1本の幅（繰り返し間隔）*/
  --radius: 8px; /* 角丸（任意）*/
}

.contents_stripe * {
  box-sizing: border-box;
}

.contents_stripe {
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  width: var(--contents_stripe-size);
  padding: var(--padding);
  border-radius: var(--radius);
  overflow: visible;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 左上の三角（::before）*/
.contents_stripe::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--tri-size);
  height: var(--tri-size);
  background: repeating-linear-gradient(25deg, var(--stripe-a) 0, var(--stripe-a) calc(var(--stripe-width) / 2), var(--stripe-b) calc(var(--stripe-width) / 2), var(--stripe-b) var(--stripe-width)); /* 左上に対角線の三角形を作る */
  clip-path: polygon(0 0, 100% 0, 0 100%);
  border-top-left-radius: calc(var(--radius) * 0.85); /* 角丸調整（任意） */
  z-index: 2;
  pointer-events: none;
}

/* 右下の三角（::after）*/
.contents_stripe::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: var(--tri-size);
  height: var(--tri-size);
  background: repeating-linear-gradient(25deg, var(--stripe-a) 0, var(--stripe-a) calc(var(--stripe-width) / 2), var(--stripe-b) calc(var(--stripe-width) / 2), var(--stripe-b) var(--stripe-width)); /* 右下に対角線の三角形を作る */
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
  border-bottom-right-radius: calc(var(--radius) * 0.85);
  z-index: 2;
  pointer-events: none;
}

/* コンテンツが三角の下に隠れないように少し余白を取る例 */
.contents_stripe h2 {
  margin: 0 0 8px 0;
}
.contents_stripe p {
  margin: 0;
  line-height: 1.5;
}

/* --- レスポンシブ例（任意） --- */
@media (max-width: 420px) {
  :root {
    --contents_stripe-size: 100%;
    --tri-size: 36px;
    --stripe-width: 10px;
  }
  .contents_stripe {
    padding: 16px;
  }
}

.contents-irregular80 {
  margin-top: 80px;

  p {
    font-size: 20px;
    font-weight: bold;
  }
}
@media (200px <= width < 969px) {
  .contents-irregular80 {
    margin-top: 40px 0;
    p {
      font-size: 18px;
    }
  }
}

.contents-irregular {
  margin-block: 60px 140px;
}
@media (200px <= width < 969px) {
  .contents-irregular {
    margin-block: 40px 0;
    padding: 0;
  }
}

.content__left {
  display: flex;
  justify-content: flex-start;
}

.flex_c {
  display: flex;
  justify-self: center;
  align-items: center;
}

.column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.column__tree {
  width: calc(100% / 3 - 30px);
  position: relative;
  box-sizing: border-box;
}

.column__four {
  width: calc(100% / 4 - 10px);
  position: relative;
  box-sizing: border-box;
}
@media (200px <= width < 969px) {
  .column__tree,
  .column__four {
    width: 100%;
  }
}

.bottom-align {
  display: flex;
  flex-direction: column;
}

.bottom-align__item {
  margin-top: auto;
  margin-bottom: 0;
}

.gap5 {
  gap: 5px;
}

.gap10 {
  gap: 10px;
}

.gap20 {
  gap: 20px;
}

.gap30 {
  gap: 30px;
}

.gap40 {
  gap: 40px;
}

.legend_stripe {
  display: none;
}

.footer-contents__txt-links {
  display: none;
}
.footerWrapper {
  padding-top: 20px;
}

@media (200px <= width < 969px) {
  .footerContents {
    margin-top: 0;
    border-top: none;
  }
}

.img-only {
  line-height: 0;
}

.t-center {
  text-align: center;
}

.indent {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.indent-plus {
  text-indent: -1.6em;
  padding-left: 1.6em;
}

.indent-number {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

.orange {
  color: #f29a49;
}

.pannav {
  position: absolute;
  left: 20px;
  bottom: 0;
  z-index: 5;

  ul li {
    color: #fff;
  }

  ul li a {
    color: #fff;
  }
}
@media (200px <= width < 969px) {
  .pannav {
    position: absolute;
    left: 10px;
    bottom: 0;
    z-index: 5;
  }
}

.ob_top {
  object-position: top;
}

.ob_bottom {
  object-position: bottom;
}

.pannav ul li {
  font-size: 90%;
}

.pannav ul li a span.gold_co {
  display: inline-block;
  transition: transform 0.3s ease;
  margin-right: 5px;
}

.pannav ul li a:hover span.gold_co {
  transform: translateY(2px);
}

.triangle span {
  position: relative;
  top: -2px;
  /* top: 0; */
  display: inline-block;
  transition: transform 0.3s ease;
  font-size: 0.8em;
}

.triangle span:first-of-type {
  margin-right: 10px;
}

.triangle span:last-of-type {
  margin-left: 10px;
}

.triangle:hover span {
  /* transform: translateY(5px); */
}

a.arrow_extend {
  display: inline-block;
  /* background:#d13415;
    width: 100px;
    padding:10px 30px 10px 20px; */
  text-align: center;
  color: #333;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
a.arrow_extend::after {
  content: "";
  display: block;
  position: absolute;
  /* top: calc(50% - 5px); */
  right: -55px;
  bottom: 7px;
  width: 48px;
  height: 9px;
  border: none;
  border-right: 3px solid #333;
  border-bottom: 2px solid #333;
  transform: skew(45deg);
  transition: 0.3s;
}
@media (width < 969px) {
  a.arrow_extend::after {
    right: -35px;
    bottom: 7px;
    width: 30px;
  }
}
@media (970px <= width) {
  a.arrow_extend:hover::after {
    right: -75px;
    width: 68px;
  }
}

.grad-btn a {
  width: 140px;
  letter-spacing: 1px;
  min-height: 62px;
  padding: 15px 0;
  color: #fff;
  background: var(--gold);
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (820px <= width < 1180px) {
  .grad-btn a {
    width: 120px;
  }
}

@media (200px <= width < 970px) {
  .sp_menu {
    width: 50px;
    height: 50px;
    background: #000;
  }
  .sp_menu.sticky {
    position: sticky;
  }
}

.stripeWrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.stripe {
  background-color: #6db132;
  transform: translateY(-100%);
}
.container {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(100% - 100px);
  height: fit-content;
  z-index: 2;
  opacity: 0;
  visibility: hidden;

  li {
    list-style: none;
    color: #fff;
    width: fit-content;
    overflow: hidden;
  }
  li:nth-of-type(4) {
    margin-top: 20px;
    a {
      font-size: 29px;
      letter-spacing: 1px;
      line-height: 1.1;
      span {
        font-size: 0.5em;
      }
    }
  }
  li:nth-of-type(6) {
    margin-top: 25px;

    .small-center {
      color: #fff;
      display: block;
      line-height: 1.2;
      font-size: 0.6em;
      font-family: "Noto Sans JP", sans-serif;
    }
  }
  a.menu_link {
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;

    span {
      font-size: 0.6em;
      color: var(--yellow);
      font-family: "Noto Serif JP", serif;
    }
  }
}

a.menu_link {
  display: block; /* インライン要素をブロック要素に変更 */
  transform: translateY(100%); /* 初期位置を下に設定 */
}
.menu ~ .btn {
  color: #fff;
}
.btn {
  margin: 25px 0 0 0;
  font-size: 14px;
  font-weight: bold;
  position: static;
  z-index: 2;
  cursor: pointer;
  background-color: transparent;
  color: #212121;
  border: none;
}

/*=============================
        .btn-trigger
        =============================*/
.btn-trigger {
  position: relative;
  width: 26px;
  height: 32px;
  cursor: pointer;
  z-index: 2;
  padding: 10px;
  left: 12px;
  top: 12px;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.btn-trigger,
.btn-trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 10px;
}
.btn-trigger span:nth-of-type(3) {
  top: 20px;
}

/*=============================
        #btn01
        =============================*/
#btn01.active {
  color: #fff;
}
#btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  color: #fff;
}
#btn01.active span:nth-of-type(2) {
  opacity: 0;
}
#btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  color: #fff;
}

/*!!!!!!!!!! infoLink2.php !!!!!!!!!!!!*/

/* aside infoLink2 20160810 */
.infoLink2 {
  display: block;
  width: 970px;
  background: #f2ecd8;
  padding: 14px 30px 15px 30px;
  margin-top: 90px;
  margin-inline: auto;
  box-sizing: border-box;
}
@media (200px <= width < 969px) {
  .infoLink2 {
    display: none;
  }
}
.infoLink21 {
  display: block;
  width: 556px;
  height: 18px;
  margin: 0 auto;
}
.infoLink21 img {
  display: block;
  width: 556px;
  height: 18px;
}
.infoLink22 {
  display: table;
  margin: 14px auto 0 auto;
}
.infoLink221 {
  display: table-cell;
  vertical-align: middle;
  width: 358px;
}
.infoLink221 a,
.infoLink221 a img {
  display: block;
  width: 358px;
  height: 65px;
}
.infoLink222 {
  display: table-cell;
  vertical-align: middle;
  width: 250px;
  padding-left: 24px;
}
.infoLink222 a,
.infoLink222 a img {
  display: block;
  width: 250px;
  height: 45px;
}
.infoLink21SP,
.infoLink22SP {
  display: none;
}
@media (200px <= width < 969px) {
  .infoLink2SP {
    display: block;
    width: 100%;
    margin: 30px auto auto;
    padding: 20px 0 10px 0;
    background: #f2ecd8;
  }
  .infoLink21SP {
    display: block;
    text-align: center;
  }
  .infoLink22SP {
    display: table;
    width: 100%;
    margin-top: 20px;
  }
}

.footer_line_sp {
  display: none;
}

/*!!!!!!!!!! title !!!!!!!!!!!!*/

.assist_title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #353535;
  span {
    font-weight: 900;
  }
}
@media (width < 969px) {
  .assist_title {
    font-size: 18px;
  }
}

.section__title-balloon {
  position: relative;
  margin-top: 60px;
  padding: 1rem 1rem 1rem 1.5rem;
  border-radius: 16px;
  background-color: #ba3d7e;
  letter-spacing: 2px;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
  span {
    color: #ffe662;
    font-weight: 800;
  }
}
@media (width < 969px) {
  .section__title-balloon {
    margin-top: 40px;
    padding: 0.8rem 1rem 0.8rem 1rem;
    font-size: 20px;
    line-height: 1.2;
  }
}

.section__title-balloon:before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  width: 0;
  border-style: solid;
  border-color: transparent;
  border-top-color: #ba3d7e;
  border-width: 16px;
  content: "";
}

.title-area {
  position: relative;
}

.section__title,
.sec02 h2 {
  font-size: 32px;
  font-weight: 900;
  text-align: left;
  line-height: 1.2;
  border-bottom: solid #ba3d7e;
  border-width: 6px;
  padding-bottom: 10px;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  margin: auto auto 40px;

  strong {
    font-weight: 900;
    position: relative;
    z-index: 1;
  }

  span {
    color: #ffe2a7;
    font-family: "Noto Serif JP", serif;
    font-weight: 800;
    font-size: 3em;
    letter-spacing: 0.5px;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%);
    z-index: 0;
    width: 100%;
  }
}
@media (width < 640px) {
  .section__title,
  .sec02 h2 {
    font-size: 20px;
    margin-bottom: 20px;
    border-width: 4px;

    span {
      font-size: 2.5em;
    }
  }
}

/* .sec02 h2.section__title::before{
  content: "";
  margin-left: 0;
} */
.sec02 h2:not(.pagetitle):before {
  content: "";
  margin-right: 0;
}

.section__title-lead {
  font-size: 18px;
  font-weight: 800;
  color: #333;
  position: absolute;
  top: 88%;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
  color: var(--gold);
}
@media (width < 969px) {
  .section__title-lead {
    font-size: 14px;
    text-align: left;
    /* margin: 10px 10px 0; */
    font-weight: 600;
    width: 100%;
    background: #fff;
    display: block;
    text-align: center;
    top: 94%;
    left: 0;
    transform: translate(0);
  }
}

.section__title + p {
  margin-top: 10px;
}

.sec__title {
  position: relative;
}

.sec__title em {
  font-size: 76px;
  letter-spacing: 1px;
  color: #eee;
  margin-bottom: 35px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight: bold;
  text-transform: capitalize;
  width: 30%;
  margin: auto;
  background-color: #fff;
  position: relative;
  display: block;
}
@media screen and (max-width: 969px) {
  .sec__title em {
    width: 60%;
    font-size: 50px;
    line-height: 1.1;
    margin-bottom: 15px;
  }
}

.sec__title span {
  width: 100%;
  font-size: 32px;
  letter-spacing: 0;
  color: #f29a49;
  position: absolute;
  transform: translate(-50%);
  left: 50%;
  bottom: 15px;
  letter-spacing: 1px;
}
@media screen and (max-width: 969px) {
  .sec__title span {
    font-size: 22px;
    width: 100%;
    bottom: -4px;
  }
}

.sec__title::before,
.sec__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #eee;
  position: absolute;
}

.sec__title::before {
  top: 45%;
}
.sec__title::after {
  bottom: 45%;
}
@media (200px <= width < 969px) {
  .sec__title::before {
    top: 42%;
  }
  .sec__title::after {
    bottom: 42%;
  }
}

.plan__title {
  color: #fff;
  background-color: #2ca559;
  border-radius: 10px;
  padding: 5px 30px 0px;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: -3%;
  left: 17.5%;
  transform: translate(-50%);
}
@media (200px <= width < 969px) {
  .plan__title {
    width: 70%;
    padding: 5px 0 3px;
    font-size: 20px;
    top: -1.5%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
  }
}

.plan__title2 {
  position: absolute;
  top: -11%;
  left: 17.5%;
  transform: translate(-50%);
  width: min(50%, 360px);
}
@media (200px <= width < 969px) {
  .plan__title2 {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translate(-50%);
    width: min(80%, 360px);
  }
}

.container__title {
  font-size: 48px;
  font-weight: bold;
  line-height: 0.8;
  color: #f29a49;
  position: relative;
  padding: 0rem 0.5rem;
  /* border-bottom: 6px solid #eee; */

  .damion {
    line-height: 0.5;
  }
}
@media (200px <= width < 768px) {
  .container__title {
    font-size: 32px;
    /* border-bottom: 3px solid #eee; */
  }
}

.container__title::after {
  content: "＜メニューサンプル＞";
  color: #f29a49;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 0.5em;
  top: 140%;
}

.container__title-price {
  font-size: clamp(0.625rem, 0.55rem + 0.38vw, 1rem);
  font-weight: bold;
  color: #93873e;
  position: absolute;
  right: 0;
  bottom: 5px;

  em {
    font-size: 1.7em;
    font-weight: bold;
    line-height: 1;
  }
}
@media (641px <= width < 969px) {
  .container__title-price {
    font-size: 16px;
  }
}

@media (200px <= width < 640px) {
  .container__title-price {
    font-size: 10px;
    right: 0;
    bottom: 5px;
  }
}

.container__title:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 6px;
  content: "";
  background: #eee;
}
@media (200px <= width < 768px) {
  .container__title:before {
    bottom: -3px;
    height: 3px;
  }
}

@media (200px <= width < 969px) {
  .container__title.price-cheap::after,
  .container__title.price-high::after {
    font-size: 12px;
    bottom: 5px;
  }
}

.container__title-sub {
  color: #f29a49;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 0.5em;
}
@media (200px <= width < 969px) {
  .container__title-sub {
    font-size: 14px;
  }
}

.f-small {
  font-size: 0.5em;
}

.bg_vendor {
  background-image: url(../images/bg_office.jpg);
  background-color: rgba(255, 255, 255, 0.9);
  background-blend-mode: lighten;
  background-repeat: repeat;
  background-size: 462px;
  background-attachment: fixed;
  border-radius: 30px;
  padding-block: 60px;
  max-width: 1080px;
  margin: auto;
}
@media (width < 969px) {
  .bg_vendor {
    width: 100%;
    padding-block: 10px 60px;
  }
}

.vendor-info {
  /* background: #fff; */
}

.campaign-note {
  display: block;
  margin: auto;
  width: min(calc(100% - 20px), 680px);
  font-weight: normal;
  font-size: 24px;
  h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
  }

  li:nth-child(n + 2) {
    margin-top: 0.8em;
  }
}
@media (width < 640px) {
  .campaign-note {
    font-size: 16px;
    h3 {
      font-size: 18px;
    }
  }
}

.campaign-note.campaign-note--yutai {
  margin-top: 60px;
}

.campaign-note--under ul li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}
@media (width < 640px) {
  .campaign-note--under {
    padding-bottom: 0;
  }
}

.campaign-note__box {
  display: flex;
  margin-top: 20px;
}

.campaign-note__box dt {
  font-weight: 700;
  white-space: nowrap;
  min-width: 120px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media (width < 969px) {
  .campaign-note__box dt {
    min-width: 80px;
  }
}

.campaign-note__box dd span {
  font-size: 0.75em;
}

.campaign-note__list li {
  margin-top: 10px;
}

a.contact-link {
  color: var(--area_color);
  font-weight: 500;
}

.vendor-info__list li {
  font-size: 20px;
  letter-spacing: 2px;
  margin-top: 1.5em;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  em {
    font-weight: 800;
  }
  span {
    color: #eb5050;
    font-weight: 800;
    font-size: 0.85em;
  }
}
@media (width < 640px) {
  .vendor-info__list {
    padding: 10px 5px;
  }
  .vendor-info__list li {
    font-size: 16px;
    margin-top: 1.25em;
  }
}

.vendor-info__list li:first-of-type {
  margin-top: 0;
}

.vendor-info__list li:not(.note):before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f058";
  color: #ba3d7e;
  font-size: 1.5em;
  position: relative;
  top: 3px;
  left: -4px;
}

em.vendor-info__list-em {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0;
  margin-top: 1.5em;
  white-space: nowrap;
  margin-left: 0.5em;
  display: inline-block;

  span {
    font-weight: 900;
    font-size: 1.5em;
    color: #ba3d7e;
    margin-top: 20px;
    margin-right: 8px;
    letter-spacing: 2px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(237, 221, 83, 0.84) 60%);
  }
}
@media (width < 640px) {
  em.vendor-info__list-em {
    font-size: 14px;
    margin-left: 0;
    margin-block: 0.5em 0;

    span {
      margin-top: 0;
      padding-bottom: 0;
    }
  }
}

/*!!!!!!!!!! 施設の特長 !!!!!!!!!!!!*/
.bg_features {
  background-image: url(../images/bg_features.jpg);
  background-color: rgba(255, 255, 255, 0.9);
  background-blend-mode: lighten;
  background-repeat: repeat;
  background-size: 462px;
}
.features-content {
  padding: 30px;
}
@media (width < 640px) {
  .features-content {
    padding: 10px 5px;
  }
}

.features__list {
  font-size: 20px;
  font-weight: 500;

  span {
    font-size: 1.5em;
    color: #ba3d7e;
    font-weight: 800;
    font-family: "Noto Serif JP", serif;
  }
}
@media (width < 640px) {
  .features__list {
    font-size: 16px;
  }
}

.features__list li {
  margin-top: 1em;
}

.features__list li:first-of-type {
  margin-top: 0;
}

.features__list .features__list-address {
  margin-right: 8px;
  font-weight: 500;
}

.headlineborder {
  width: min(100%, 1080px);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 30px 0 0;
  /* background: #f8f6eb; */
  /* border-bottom: 3px solid #ba3d7e; */
  color: #ba3d7e;
  text-align: center;
  line-height: 2em;
  font-size: 16px;
}
@media (width < 640px) {
  .headlineborder {
    font-size: 14px;
  }
}
.headlineborder span {
  display: inline-block;
  /* margin: 0 5px 0 0; */
  padding: 0 5px 0;
  background: #fff;
  border: 1px solid #ba3d7e;
  line-height: 1.66;
}
.headlineborder span:last-child {
  margin: 0 0 0 0;
}

/*!!!!!!!!!! Main Visual !!!!!!!!!!!!*/
.main_visual {
  width: min(100%, 1080px);
  aspect-ratio: 1080 / 580;
  margin: 10px auto auto;
  position: relative;
  img.main-visual__img {
    height: 100%;
  }
}
@media (641px <= width < 969px) {
  .main_visual {
    width: min(100%, 1080px);
    aspect-ratio: 1 / 1;
    margin-top: 0;
    img.main-visual__img {
      object-fit: cover;
      aspect-ratio: 1 / 1;
    }
  }
}
@media (width < 640px) {
  .main_visual {
    aspect-ratio: 1 / 1.25;
    margin-top: 0;
    img.main-visual__img {
      object-fit: cover;
      aspect-ratio: 1 / 1.25;
    }
  }
}

.main_visual::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  /* background: url(../images/dot.png)repeat; */
  background: rgb(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.main-txt__area {
  width: min(95%, 730px);
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: block;
  img {
    height: auto;
  }
}
@media (width < 640px) {
  .main-txt__area {
    top: 40%;
  }
}

.main-txt__area figcaption {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.5px;
  display: flex;
  justify-content: center;
  padding: 15px 18px;
  margin-top: 9px;
  z-index: 2;
  position: relative;
  background: linear-gradient(90deg, rgba(186, 61, 126, 0.45) 0%, rgba(186, 61, 126, 0.85) 19%, rgba(186, 61, 126, 0.85) 82%, rgba(186, 61, 126, 0.45) 100%);
}

@media (width < 640px) {
  .main-txt__area figcaption {
    font-size: 14px;
    padding: 15px 10px;
    margin-inline: 20px;
  }
}

.section__title-balloon.main-txt__lead-title {
  display: inline-block;
  position: absolute;
  top: -35%;
  left: 9%;
  font-size: clamp(1rem, 0.838rem + 0.69vw, 1.5rem);
  padding: 0.3em 0.8em;
  transform: translate(-50%);
}

@media (641px <= width < 969px) {
  .section__title-balloon.main-txt__lead-title {
    top: -27%;
    left: 40%;
  }
}
@media (width < 640px) {
  .section__title-balloon.main-txt__lead-title {
    top: -32%;
    left: 40%;
  }
}

.main-txt__lead {
  width: 19em;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  color: #fff;
  font-size: clamp(2rem, 1.711rem + 0.56vw, 2.25rem);
  /* font-size: clamp(1.5rem, -0.526rem + 3.95vw, 3.25rem); */
  line-height: 1.5;
  font-weight: 600;
  text-shadow: rgba(50, 50, 50, 0.8) 1px 3px 1px;
  span {
    font-weight: 800;
  }
  span.co-em {
    font-size: 1.5em;
    text-shadow: rgb(255 255 255 / 80%) 1px 3px 1px;
  }
}
@media (width < 969px) {
  .main-txt__lead {
    font-size: clamp(2rem, 0.779rem + 3.05vw, 2.625rem);
    margin-bottom: auto;
    text-align: center;
    line-height: 1.66;
    width: 100%;
  }
}
@media (width < 640px) {
  .main-txt__lead {
    font-size: 20px;
  }
}

.main-txt__small {
  font-size: 0.5em;
}

.party-title__img {
  width: min(90%, 600px);
  /* margin: 10px auto auto; */
  margin: 40px auto auto;
}
@media (200px <= width < 969px) {
  .party-title__img {
    margin: 40px auto auto;
  }
}

/*!!!!!!!!!! 用途 !!!!!!!!!!!!*/

.usage {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

.usage__box {
  width: calc(100% / 5 - 20px);

  img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    vertical-align: top;
  }

  p {
    text-align: center;
    color: #fff;
    line-height: 1.66;
    padding-block: 7px 14px;
  }
  @media (width < 970px) {
    p {
      font-size: 14px;
    }
  }
  @media (width < 969px) {
    p {
      padding-block: 7px;
    }
  }
}
@media (width < 969px) {
  .usage {
    justify-content: center;
    gap: 0 10px;
  }
  .usage__box {
    margin-top: 0;
    margin-bottom: 10px;
    width: calc(100% / 2 - 5px);
  }
}

/*!!!!!!!!!! 期間限定バナー !!!!!!!!!!!!*/

.time_limited_banner {
  width: min(100%, 1080px);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;

  em {
    position: relative;
    top: 2px;
  }

  a {
    pointer-events: none;
    background-color: rgb(239, 30, 30, 0.75);
    display: block;
    color: #fff !important;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    width: 100%;
    margin: auto;
    padding-block: 0 10px;
    position: relative;

    strong {
      border: solid 1px #fff;
      padding: 0px 15px 3px;
      margin-right: 0.5em;
    }
  }
  @media (641px <= width < 969px) {
    a {
      font-size: 16px;
      line-height: 1.4;
      padding-block: 0 15px;
      /* text-indent: -1.5em;
      padding-left: 1.5em; */
    }
  }
  @media (width < 640px) {
    a {
      font-size: 16px;
      line-height: 1.6;
      padding-block: 9px;
    }
  }
}
@media (width < 640px) {
  .time_limited_banner {
    bottom: 0;
  }
}

/*!!!!!!!!!! 会場イメージ !!!!!!!!!!!!*/

.banquet-image__content {
  position: relative;
}

.banquet-image__txt {
  text-align: center;
  width: 25em;
  font-size: 22px;
  font-weight: 600;
  color: #333;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media (width < 969px) {
  .banquet-image__txt {
    text-align: left;
    width: auto;
    font-size: 18px;
    position: static;
    transform: translateX(0);
    margin-inline: 10px;
    margin-top: 10px;
  }
}

/*!!!!!!!!!! ご来場者様特典 !!!!!!!!!!!!*/

.bonus-wrapper {
  overflow-y: hidden;
  overflow-x: auto;
}
@media (width < 640px) {
  .bonus-wrapper {
    margin-right: -10px;
    margin-left: -10px;
  }
}

.bonus-box {
  width: min(100%, 1080px);
  background: rgba(238, 238, 238, 0.8);
  padding: 32px 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
}
@media (width < 769px) {
  .bonus-box {
    width: 970px;
    justify-content: flex-start;
    padding: 28px 20px;
  }
}

.bonus-box__item {
  width: calc(100% / 4 - 20px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 20px 0;
  box-sizing: border-box;
  border-radius: 20px;
  align-self: stretch;
}
@media (width < 640px) {
  .bonus-box__item {
    width: calc(100% / 4 - 10px);
  }
}

.bonus-box__item img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100px;
  margin: auto;
}
@media (width < 640px) {
  .bonus-box__item img {
    /* width: 95%; */
    height: 60px;
  }
}

.bonus-box__item img.bonus-ticket {
  width: 60%;
}
.bonus-box__item figcaption {
  color: #ba3d7e;
  padding: 5px 7px;
}
.bonus-box__item h3 {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.2;
  /* background: #ba3d7e; */
  height: 3em;
}
.bonus-box__item p {
  font-size: 14px;
  /* color: #5f5f5f; */
  color: #333;
  font-weight: 500;
  line-height: 1.4;
}
@media (width < 640px) {
  .bonus-box__item figcaption {
    font-size: 14px;
    /* padding: 0; */
  }
}

.bonus-box__item.bonus-box__item--ticket figcaption {
  margin-block: 0 10px;
}

.bonus-box__item img.bonus-catering {
  opacity: 0.75;
}

.bonus-box__item img.bonus-novelty {
  opacity: 0.8;
}

@media (width < 969px) {
  .center-table {
    margin-bottom: 0 !important;
  }
}

/*!!!!!!!!!! ご利用事例 !!!!!!!!!!!!*/

#gallery p {
  margin-top: 10px;
}

.someTabs {
  display: flex;
  justify-content: flex-start;
  margin-top: 40px;
}
@media (width < 969px) {
  .someTabs {
    flex-direction: column;
    margin-top: 20px;
  }
}

/* 左側 */
.tabs__nav {
  width: 200px;
  display: flex;
  flex-direction: column;
}
@media (width < 969px) {
  .tabs__nav {
    width: 100%;
    order: 2;
  }
}

.tabs__btnBlock {
  border: solid 1px #eee;
  display: flex;
  flex-direction: column;
  border-right: none;
  height: 100%;
}
@media (width < 969px) {
  .tabs__btnBlock {
    border: solid 1px #eee;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: none;
    height: 100%;
  }
}

.tabs__item {
  background: #fff;
  height: calc(100% / 5);
  line-height: 1;
  display: block;
  border-bottom: solid 1px #eee;
  position: relative;
  font-size: 16px;
  font-weight: 500;
}
@media (width < 969px) {
  .tabs__item {
    width: calc(100% / 2);
    height: 42px;
    font-size: 13px;
  }
  .tabs__item:nth-of-type(odd) {
    border-right: solid 1px #eee;
  }
}

.tabs__item:hover {
  cursor: pointer;
}

.tabs__item span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

.plus_co {
  color: #659d37;
  margin-inline: 3px;
  font-weight: 900;
}

.someTabs {
  display: flex;
  justify-content: flex-start;
  margin-block: 40px;
}
@media (width < 969px) {
  .someTabs {
    flex-direction: column;
    margin-block: 20px;
  }
}

/* 左側 */
.tabs__nav {
  width: 200px;
  display: flex;
  flex-direction: column;
}
@media (width < 969px) {
  .tabs__nav {
    width: 100%;
    order: 2;
  }
}

.tabs__btnBlock {
  border: solid 1px #eee;
  display: flex;
  flex-direction: column;
  border-right: none;
  height: 100%;
}
@media (width < 969px) {
  .tabs__btnBlock {
    border: solid 1px #eee;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: none;
    height: 100%;
  }
}

.tabs__item {
  background: #fff;
  height: calc(100% / 5);
  line-height: 1;
  display: block;
  border-bottom: solid 1px #eee;
  position: relative;
  font-size: 14px;
  font-weight: 500;
}
@media (width < 969px) {
  .tabs__item {
    width: calc(100% / 2);
    height: 42px;
    font-size: 13px;
  }
  .tabs__item:nth-of-type(odd) {
    border-right: solid 1px #eee;
  }
}

.tabs__item:hover {
  cursor: pointer;
}

.tabs__item span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

.plus_co {
  color: var(--yokohama-co);
  margin-inline: 3px;
  font-weight: 900;
}

.tabs__item.active {
  .plus_co {
    color: #a49238;
  }
}

.tabs__item:last-child {
  border-bottom: none;
}

.tabs__item:hover {
  text-decoration: none;
  opacity: 0.8;
}

.tabs__item.active {
  background: #191919;
  color: #fff;
}

.tabs__item::after {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 1px;
  color: #191919;
  transform: rotate(-45deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #555555;
  border-bottom: 0;
  transition: all 0.3s;
}
@media (width < 969px) {
  .tabs__item::after {
    bottom: 2px;
    right: 0px;
    color: #191919;
    transform: rotate(-45deg);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #555555;
  }
}

.tabs__item.active::after {
  border-top: 6px solid #fff;
}
@media (width < 969px) {
  .tabs__item.active::after {
    border-top: 4px solid #fff;
  }
}

/* 右側 */
.tabs__body {
  width: calc(100% - 200px);
  padding: 25px 35px;
  border: solid 1px #eee;
  background: #fff;
  min-height: 450px;
  position: relative;
  overflow: hidden;
}

@media (width < 969px) {
  .tabs__body {
    width: 100%;
    min-height: 56vw;
    order: 1;
  }
}

@media (970px <= width < 1080px) {
  .tabs__body {
    min-height: 465px;
  }
}

[data-tab-content] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-100%);
  /* transition: all .2s ease; */
  width: 100%;
}

[data-tab-content].active {
  opacity: 1;
  transform: translateY(0);
}

.tabs__content {
  transition:
    transform 0.3s ease-in-out,
    opacity 0.3s ease-in-out; /* トランジションを追加 */
  opacity: 0;
}
.tabs__content.active {
  opacity: 1;
}

/* .map_range {
  width: min(78%, 610px);
  margin: auto;
  display: block;
} */

.map_range {
  width: min(90%, 700px);
  margin: auto;
  display: block;
  object-position: 40px -40px;
}
@media (width < 640px) {
  .map_range {
    object-position: 21px -17px;
  }
}

.use_cases__box {
  width: min(100%, 600px);
  margin: 30px auto auto;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
  /* color: #a7891d; */
  border: solid 2px #cfcfcf;
  padding: 20px 10px;
  transition: all 0.3s;
  box-sizing: border-box;
  transition: all 0.3s;

  span {
    color: var(--gold);
    font-weight: 700;
  }
  em {
    color: #eb5050;
    font-weight: 800;
  }
}
@media (width < 640px) {
  .use_cases__box {
    margin-top: 10px;
    text-align: left;
    font-size: 16px;
  }
}

/*!!!!!!!!!! ご利用事例 !!!!!!!!!!!!*/

/*!!!!!!!!!! 割引・特典 !!!!!!!!!!!!*/

.campaign-content {
  border: solid 4px var(--gold);
  margin-top: 40px;
}
@media (width < 969px) {
  .campaign-content {
    margin-top: 20px;
  }
}

.campaign__lead {
  color: #fff;
  background-color: #a49238;
  padding: 5px 10px;
  font-weight: 600;
  text-align: center;
  font-size: 22px;

  em {
    font-weight: 600;
  }
}
@media (width < 969px) {
  .campaign__lead {
    font-size: 20px;
    padding: 5px 0;
  }
}

.campaign-content__inner {
  padding-top: 50px;
}
@media (width < 969px) {
  .campaign-content__inner {
    padding-top: 20px;
  }
}

.campaign-content-title {
  text-align: center;
  font-weight: 800;
  font-size: 45px;
  margin-top: 10px;

  .font-l {
    position: relative;
    top: 5px;
    font-weight: 900;
  }
}
@media (width < 969px) {
  .campaign-content-title {
    font-size: 28px;
    margin-top: 5px;
  }
}

.campaign-content-title + p {
  display: block;
  padding: 2px 20px 4px;
  background-color: var(--gold);
  color: #fff;
  text-align: center;
  font-weight: 700;
  border-radius: 30px;
  width: 17em;
  margin: 20px auto 20px;
  font-size: 24px;
}
@media (width < 969px) {
  .campaign-content-title + p {
    font-size: 18px;
  }
}

.campaign-content-title-sub {
  text-align: center;
  color: var(--em);
  font-weight: 600;
  font-size: 24px;
  margin-block: 0 60px;
  position: relative;
}
@media (width < 969px) {
  .campaign-content-title-sub {
    font-size: 16px;
    margin-block: 0 50px;
  }
}

.campaign-content-title-sub::after {
  content: "▼";
  color: #a9a9a9;
  display: block;
  position: absolute;
  top: 33px;
  left: 50%;
  transform: translate(-50%);
  font-size: 34px;
}
@media (width < 969px) {
  .campaign-content-title-sub::after {
    top: 25px;
    left: 50%;
    transform: translate(-50%);
    font-size: 28px;
  }
}

.campaign-content__em {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 10px 15px;
  background-color: rgba(101, 157, 55, 0.8);
  width: 28em;
  margin: auto;

  li {
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media (width < 969px) {
  .campaign-content__em {
    font-size: 14px;
    width: 21em;
    padding: 4px 10px 5px;
  }
}

.campaign__50off {
  background:
    linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)),
    url(../images/bg_50off.jpg) no-repeat;
  background-size: cover;
  background-size: cover;
  height: 440px;
  background-position-y: -120px;
}
@media (width < 969px) {
  .campaign__50off {
    height: 335px;
    background-position-y: 0;
  }
}

.campaign-content-box {
  display: flex;
  flex-wrap: wrap;

  div:not(.layout, .bihin) {
    padding: 20px;
  }
  @media (width < 969px) {
    div:not(.layout, .bihin) {
      padding: 20px;
    }
  }
}

.layout,
.bihin {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  color: #fff;

  h3 {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1;
  }
}
@media (width < 969px) {
  .layout,
  .bihin {
    width: 100%;
    height: 200px;
    h3 {
      font-size: 20px;
    }
  }
}

.layout {
  background:
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/bg_layout.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  border-right: solid 4px #a49238;

  p {
    margin-bottom: 1em;
  }
  @media (width < 969px) {
    p {
      margin-bottom: auto;
    }
  }
}
@media (width < 969px) {
  .layout {
    border-bottom: solid 4px #a49238;
    border-right: none;
  }
}

.bihin {
  background:
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../images/bg_bihin.jpg) no-repeat;
  background-size: cover;
  background-position: top;

  p {
    text-align: left;
  }
}

.campaign-warning {
  background-color: #f2ecd8;

  p {
    display: flex;
    justify-content: center;
    color: var(--em);
    width: min(calc(100% - 20px), 1080px);
    margin: auto;
    padding-block: 30px;
    font-weight: 700;
    text-align: left;
    font-size: 24px;
    line-height: 1.5;
  }
  @media (width < 969px) {
    p {
      font-size: 18px;
    }
  }
}

.pricing_table {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin-top: 10px;
  width: min(calc(100% - 10px), 640px);
  margin: 30px auto auto;
}
@media (width < 969px) {
  .pricing_table {
    gap: 10px;
    margin: 10px auto auto;
    flex-wrap: wrap;
    justify-content: center;

    .route-info a {
      padding: 8px 25px 11px;
    }

    .route-info a span {
      font-size: 16px;
    }

    .route-info__btn::after {
      font-size: 24px;
      right: 15px;
    }
  }
}

/*!!!!!!!!!! ケータリング !!!!!!!!!!!!*/

.catering-img {
  margin: 20px auto;
  background: url(../images/bg_catering.jpg) no-repeat;
  background-size: cover;
  padding: 20px;

  img {
    width: auto;
    display: block;
    margin: auto;
    filter: drop-shadow(3px 4px 4px rgba(50, 50, 50, 0.8));
  }
  @media (width < 969px) {
    img {
      filter: drop-shadow(3px 4px 4px rgba(50, 50, 50, 0));
    }
  }
}
@media (width < 969px) {
  .catering-img {
    padding: 0;
  }
}

.catering-img__txt {
  text-align: center;
  margin-block: 10px;
  color: #f01;
  font-weight: 800;
  font-size: clamp(1.125rem, 1.084rem + 0.17vw, 1.25rem);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.catering {
  .pricing_table {
    justify-content: right;
    width: min(calc(100% - 10px), 1080px);
  }
  @media (width < 969px) {
    .pricing_table {
      justify-content: center;
    }
  }

  .pricing_table + ul {
    margin-top: 15px;
  }
}

/*!!!!!!!!!! 持ち込み !!!!!!!!!!!!*/
.carry-in__title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #e43c15;
}
@media (200px <= width < 969px) {
  .carry-in__title {
    font-size: 18px;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/*!!!!!!!!!! 備品 !!!!!!!!!!!!*/

#equipment {
  .sec__title em {
    width: 45%;
  }
  @media (200px <= width < 969px) {
    .sec__title em {
      font-size: 45px;
      width: 80%;
      line-height: 1;
    }
  }
}

.equipment__title {
  background: #faf6eb;
  padding-top: 8px;

  h2 {
    color: #333;
    font-size: 32px;
    font-weight: bold;
    width: min(calc(100% - 20px), 1080px);
    margin: auto auto 35px;
  }
  @media (200px <= width < 969px) {
    h2 {
      font-size: 24px;
      margin: auto auto 25px;
    }
  }
}

/** 料金表リセット **/
.price-table__overflow {
  margin-top: 60px;
}
@media (200px <= width < 969px) {
  .price-table__overflow {
    overflow-x: auto;
  }
}

.price-table__overflow .priceTableWrapper {
  height: auto !important;
  overflow: auto !important;
  border: none !important;
}

.sec02 table tbody td {
  padding: 0 !important;
}

.price-table__overflow .priceTableWrapper .mm_delete {
  display: none;
}

.txt-em {
  display: none;
}

/** 料金表リセット **/

.en-tax {
  text-align: right;
}
@media (200px <= width < 969px) {
  .en-tax {
    width: 800px;
  }
}

.sec02 table {
  width: 100%;
  /* border-top: 1px solid #ccc;
  border-left: 1px solid #ccc; */
  /* border-radius: 20px; */
  overflow: hidden;
}
@media (200px <= width < 820px) {
  .sec02 table {
    width: 820px;
  }
}
.sec02 table thead {
  width: 100%;
}
.sec02 table thead td {
  vertical-align: middle;
  background: #333;
  /* border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc; */
  color: #fff;
  font-size: 100%;
  text-align: center;
  padding-block: 8px;
  line-height: 1.3;
}
.sec02 table thead td.wf1 {
  width: 66px;
}
.sec02 table thead td.wf2 {
  /* width: 98px; */
  width: 85px;
}
.sec02 table thead td.wf3 {
  width: 80px;
}
.sec02 table thead td.wf4 {
  width: 110px;
}

.grande table thead td.wf1 {
  width: 60px !important;
}

.grande table thead td.wf2 {
  width: 80px !important;
}

.grande table thead td.wf4 {
  width: 100px !important;
}

.sec02 table thead td.bgGray {
  background: #5c5c5c;
}
.sec02 table tbody th {
  vertical-align: middle;
  padding: 5px 5px;
  background: #f1f2e4;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.sec02 table tbody td {
  vertical-align: middle;
  padding: 8px 0;
  /* border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc; */
  text-align: center;
}
.sec02 table tbody td,
.sec02 table tbody td br {
  line-height: 1.4em;
}
.sec02 table tbody tr.bgb td {
  background: #eff1f6;
}
i.setcap {
  display: block;
  padding: 0 20px 0 40px;
  font-style: normal;
  text-align: left;
}
span.bihincap {
  display: block;
  margin-top: 5px;
  line-height: 1.7em;
  font-size: 80% !important;
}
.sec02 table tbody th div,
.sec02 table tbody td div {
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec02 table thead th.yohaku,
.sec02 table thead td.yohaku,
.sec02 table tbody th.yohaku,
.sec02 table tbody td.yohaku {
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}
.sec02 table tbody td a.onlineLink {
  display: inline-block;
  color: #fff;
  margin-left: 1em;
  padding: 0.2em 2em;
  border: 1px solid #659d37;
  border-radius: 5px;
  background: #659d37;
  font-size: 90%;
  line-height: 1em;
  position: relative;
  top: -2px;
}
.sec02 table tbody td a.onlineLink span {
  background: url(../images/bihin/bit_white.png) no-repeat 0 50%;
  padding-left: 10px;
  line-height: 1em;
}
.sec02 table tbody td a.onlineLink:hover {
  color: #fff;
  border: 1px solid #84b160;
  background: #84b160;
  text-decoration: none;
}
.sec02 table.sec02__copy-table {
  width: min(100%, 400px);
  margin-left: 0;
}
.sec02 table.sec02__copy-table thead td:first-of-type {
  width: 98px;
}
.sec02 table.sec02__copy-table thead td {
  background-color: #6eb52f;
}
.bihinPic {
  display: block;
  width: 150px;
  height: 100px;
}
.sec02 table span {
  font-size: 90%;
}
.sec02 table span i {
  display: block;
  line-height: 1.2em;
  font-style: normal;
}
.sec02 table span i:last-of-type {
  margin-bottom: 0.3em;
}
.sec02_01 {
}
.sec02_01L {
  float: left;
  width: 380px;
}
.sec02_01L div {
  width: 346px;
  padding: 15px;
  border: 2px solid #cfcfcf;
}
.sec02_01L div h4 {
  font-weight: bold;
  margin-bottom: 5px;
}
.sec02_01L div p {
  text-align: left;
  line-height: 1.3em;
}
.sec02_01R {
  width: calc(100% - 410px);
  float: left;
  margin-left: 30px;
}
.sec02_01R p,
.sec02_02 p {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
.facilitiesTable {
  width: 970px;
}
.facilitiesTable tbody tr th {
  width: 150px;
  padding: 5px;
}
.facilitiesTable tbody tr td:first-of-type {
  width: 202px;
  padding: 3px 5px;
}
.facilitiesTable tbody tr td:first-of-type span {
  font-size: 72%;
}
.facilitiesTable tbody tr td:nth-of-type(2) {
  width: 100px;
  padding: 3px 0;
}
.facilitiesTable tbody tr td:nth-of-type(3) span {
  font-size: 90%;
}

/*!!!!!!!!!! 親睦会の基本内容 !!!!!!!!!!!!*/

#basic {
  background-color: #fffdf6;
  padding-bottom: 30px;

  .sec__title em {
    width: 40%;
    background: #fffdf6;
  }
}
@media (970px <= width < 1080px) {
  #basic {
    .sec__title em {
      width: 50%;
    }
  }
}

@media (200px <= width < 969px) {
  #basic {
    padding: 20px 0 10px;

    .sec__title em {
      width: 80%;
    }
  }
}

.basic-txt {
  font-size: clamp(1.375rem, 1.247rem + 0.21vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  color: #333;
  margin-top: 30px;
  padding-bottom: 30px;
}
@media (200px <= width < 969px) {
  .basic-txt {
    font-size: clamp(0.875rem, 0.796rem + 0.34vw, 1rem);
  }
}

/*!!!!!!!!!! access !!!!!!!!!!!!*/

.access-content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  /* border: solid 1px #eeeeee; */
  /* border-radius: 30px; */
  padding: 30px;
  box-sizing: border-box;
  margin-block: 40px 40px;
}
@media (width < 969px) {
  .access-content {
    margin-block: 30px 20px;
  }
}
@media (width < 640px) {
  .access-content {
    margin-block: 0 20px;
    padding-top: 0;
  }
}

.access-content__img {
  overflow: hidden;
  width: calc(100% / 3);
  /* border-radius: 30px; */
}
@media screen and (max-width: 969px) {
  .access-content__img {
    width: 100%;
    height: 250px;
    border-radius: 5px;
  }
}
.access-content__img img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 5px;
}
@media screen and (max-width: 969px) {
  .access-content__img img {
    object-fit: contain;
    /* border-radius: 10px; */
    height: 250px;
  }
}

.tag_area {
  background-color: #333;
  color: #fff;
  border-radius: 30px;
  padding: 5px 20px;
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width: 969px) {
  .tag_area {
    margin-top: 20px;
  }
}

.access-content__itme {
  width: calc(100% / 3 * 2 - 20px);
}
@media screen and (max-width: 969px) {
  .access-content__itme {
    width: 100%;
  }
}

.access-content__itme-dsc {
  border-bottom: solid #333 1px;
  display: flex;
  gap: 30px;
  padding: 20px 10px;
  font-size: 16px;

  p {
    font-size: 16px;
  }

  .fa-solid {
    margin-right: 3px;
  }
}
@media screen and (max-width: 969px) {
  .access-content__itme-dsc {
    gap: 0;
    padding: 15px 5px;
    font-size: 14px;
  }
}

.access-content__itme-dsc dt {
  width: 5em;
}

.access-content__itme-dsc dd {
  width: calc(100% - 30px);

  a {
    color: #333;
  }
}

.access-content__itme-dsc:last-of-type {
  border-bottom: none;
}

.bt-map a {
  display: inline-block;
  background-color: #0c59b8;
  border: solid 1px #0c59b8;
  color: #fff;
  padding: 3px 20px;
  border-radius: 5px;
  margin-top: 10px;
  transition: all 0.3s;
}

.bt-map a:hover {
  background-color: #fff;
  color: #0c59b8;
  transition: all 0.3s;
}

.bt-map {
  float: right;
}

.access-content__map {
  iframe {
    width: 100%;
  }
}

.address-box {
  margin-top: 15px;
}

.route-info {
  width: min(100%, 380px);
}

.route-info a {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  text-decoration: none;
  display: block;
  width: 100%;
  background: #eee;
  padding: 8px 30px 11px;
  font-weight: 500;
  text-align: left;
  line-height: 1.8;
  text-decoration: none;
  outline: none;
  transition: ease 0.2s;
  margin-top: 5px;
}
@media (width < 969px) {
  .route-info a {
    font-size: 16px;
    padding: 8px 12px 11px;
    line-height: 1.2;
  }
}

.route-info a span {
  position: relative;
  z-index: 3;
  color: #191919;
  font-size: 16px;
  line-height: 1.66;
}
@media (width < 969px) {
  .route-info a span {
    font-size: 14px;
    line-height: 1.2;
  }
}

.route-info a:hover span {
  color: #fff;
}

.route-info__btn {
  position: relative;
}

.route-info__btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /* background:#6eb42f; */
  background: #2fab94;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.route-info__btn::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f1c1";
  /* color: #6eb42f; */
  /* color: var(--area_color); */
  color: #2fab94;
  font-size: 23px;
  position: absolute;
  right: 20px;
  transform: translateY(-50%);
  top: 50%;
  z-index: 5;
  transition: ease 0.2s 0.5s;
}
@media (width < 969px) {
  .route-info__btn::after {
    font-size: 18px;
    right: 6px;
  }
}

.route-info__btn:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.route-info:hover .route-info__btn:after {
  color: #fff;
  transition: ease 0.2s 0.5s;
}

.table-wrapper {
  .route-info {
    width: calc(300px - 15px);
  }
}

html.modal-open {
  overflow: hidden;
}

/*!!!!! modal !!!!!*/

.modal_content-box {
  margin-top: 30px;

  h3.modal_content-box__title {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
  }
  h3.modal_content-box__title:before {
    content: "■";
    color: #6eb42f;
    margin-right: 0.2em;
  }
}
.modal_content-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* align-items: end; */
  gap: 0 20px;
}
@media (width < 969px) {
  .modal_content-box {
    gap: 20px;
  }
}

.modal_content-box figure img {
  /* object-fit: cover; */
  object-fit: contain;
}
.modal_content-box figure[data-modal-open="modalMap01"],
.modal_content-box figure[data-modal-open="modalMap02"] {
  position: relative;
  border: solid 1px #cfcfcf;
  width: calc(50% - 20px);
  padding: 20px 10px;
  transition: all 0.3s;

  img {
    height: 290px;
  }

  @media (970px <= width) {
    img:hover {
      opacity: 0.7;
      transition: all 0.3s;
    }
  }

  .modal_content-caption {
    padding: 2px 1em;
    background: #6eb42f;
    border-radius: 5px;
    color: #fff;
    font-size: 114.28571%;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 10px;
    margin-top: 0;
    pointer-events: none;
  }
}

.modal_content-box figure[data-modal-open="modalMap03"] {
  /* width: calc(50% - 20px); */
  width: auto;
  margin: auto;
  padding: 20px 30px;
  pointer-events: none;
}
.modal_content-box figure[data-modal-open="modalMap04"] {
  width: calc(50% - 20px);
  padding: 20px 10px;
  overflow: hidden;
  img {
    height: 380px;
  }
}
@media (width < 969px) {
  .modal_content-box figure[data-modal-open="modalMap01"],
  .modal_content-box figure[data-modal-open="modalMap02"],
  .modal_content-box figure[data-modal-open="modalMap03"],
  .modal_content-box figure[data-modal-open="modalMap04"] {
    width: 100%;
    padding: 10px;
  }
}
@media (767px <= width < 969px) {
  .modal_content-box figure[data-modal-open="modalMap01"],
  .modal_content-box figure[data-modal-open="modalMap02"],
  .modal_content-box figure[data-modal-open="modalMap04"] {
    img {
      height: 470px;
    }
  }
  .modal_content-box figure[data-modal-open="modalMap03"] {
    img {
      height: 620px;
    }
  }
}
@media (width < 640px) {
  .modal_content-box figure[data-modal-open="modalMap04"] {
    img {
      height: 290px;
    }
  }
}

figure:is([data-modal-open="modalMap03"], [data-modal-open="modalMap04"]) figcaption {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
  /* color: #a7891d; */
  border: solid 2px #cfcfcf;
  padding: 20px 10px;
  transition: all 0.3s;
  box-sizing: border-box;
  transition: all 0.3s;

  span {
    color: var(--gold);
    font-weight: 700;
  }
  em {
    color: #eb5050;
    font-weight: 800;
  }
}
@media (width < 640px) {
  .modal_content-box figcaption {
    margin-top: 10px;
    text-align: left;
    font-size: 16px;
  }
}

/* 641px以上でモーダルを開く要素にポインターカーソルを適用 */
@media (min-width: 641px) {
  [data-modal-open] {
    cursor: pointer;
  }
}

/* モーダルと背景の指定 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 50%);
  padding: 40px 15px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 100000;
}

/* モーダルの擬似要素の指定 */
.modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}

/* クラスが追加された時の指定 */
.modal.is-active {
  opacity: 1;
  visibility: visible;
  display: block;
}

/* モーダル内側の指定 */
.modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  width: min(100%, 750px);
  /* padding: 20px; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* モーダルを閉じるボタンの指定 */
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}

/* モーダルのコンテンツ部分の指定 */
/*!important はtable.cssとバッティングしているため*/
.modal-content {
  background: #fff;
  text-align: left;
  line-height: 1.8;
  width: 100% !important;
  height: 600px !important;
  overflow: hidden;
}

.modal-content img {
  aspect-ratio: 4 / 3;
  object-fit: contain;
}

#modalMap01 img,
#modalMap02 img {
  /* object-fit: cover; */
  object-fit: contain;
  height: 600px;
}

#modalMap04 img {
  height: 620px;
  object-fit: cover;
}

/**** ===== パンフレット  ===== ****/

.pdfDownload {
  /* background: #e9e9e9; */
  margin: 0 auto;
  padding: 3em 0;
  font:
    16px/1.5 Meiryo,
    "メイリオ",
    "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro",
    Osaka,
    "MS P Gothic",
    "ＭＳ Ｐゴシック",
    sans-serif;
}

.pdfDownload h3 {
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5em;
  margin-block: 3em 1em;
}
@media screen and (max-width: 969px) {
  .pdfDownload h3 {
    margin-block: auto 0.5em;
    font-size: 18px;
  }
}
.pdfDownload h3 br {
  line-height: 1.5em;
}

.pdfDownload .row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.pdfDownload .row.row-reverse {
  flex-direction: row-reverse;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 969px) {
  .pdfDownload .row.row-reverse {
    /* flex-direction: row-reverse; */
    gap: 10px 0;
  }
}

.pdfDownload img {
  display: block;
}

.pdfDownload a img:hover {
  transform: translate(2px, 2px);
}

.download_btn a {
  display: block;
  width: calc(100% - 3px);
  max-width: 320px;
  padding: 1em;
  /* background: #937972; */
  /* background: linear-gradient(0deg, rgba(78, 60, 150, 1) 38%, rgba(93, 78, 158, 1) 71%, rgba(103, 90, 157, 1) 100%); */
  background: linear-gradient(180deg, rgba(255, 193, 59, 1) 0%, rgba(255, 184, 31, 1) 37%, rgba(240, 162, 0, 1) 82%);
  border-radius: 5px;
  box-shadow: 3px 3px 0px 0 #c6d0d0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s;
  box-sizing: border-box;
  margin: 0 auto 2em;
}
@media screen and (max-width: 969px) {
  .download_btn a {
    margin: 0 auto 1em;
  }
}

.download_btn a:hover {
  transform: translate(2px, 2px);
  /* background: #937972; */
  /* background: linear-gradient(0deg, rgba(78, 60, 150, 1) 38%, rgba(93, 78, 158, 1) 71%, rgba(103, 90, 157, 1) 100%); */
  box-shadow: 1px 1px 0px 0 #c6d0d0;
  transition: all 0.3s;
}

.download_btn a span {
  padding-left: 35px;
  background: url(/owner/images/download_icon.svg) no-repeat 0 50%;
  background-size: 20px 24px;
  font-size: 125%;
}
@media screen and (max-width: 969px) {
  .download_btn a span {
    font-size: 105%;
    padding-left: 30px;
    background-size: contain;
  }
}
.txtc {
  text-align: center !important;
}
.txtc a,
.txtc a img {
  display: block;
  max-width: 100%;
  height: auto;
  border: solid 1px #eee;
  box-sizing: border-box;
  transition: all 0.3s;
}

.pdfDownload .row {
  margin: 0 auto;
}
.pdfDownload .row:before,
.pdfDownload .row:after {
  display: table;
  content: " ";
}
.pdfDownload .row:after {
  clear: both;
}
.col-sm-8 {
  position: relative;
  margin: 0 auto;
  min-height: 1px;
  padding: 0 15px;
  box-sizing: border-box;
  width: 66.66666667%;
}
.col-sm-4 {
  position: relative;
  margin: 0 auto;
  min-height: 1px;
  padding: 0 15px;
  box-sizing: border-box;
}

.pdfDownload .row.row-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 969px) {
  .pdfDownload .row.row-reverse {
    flex-direction: row;
    justify-content: center;
  }
}

.pamphlet__btn {
  width: calc(100% / 3 - 20px);
  margin-left: 30px;
  margin-top: 27px;
}

.pamphlet__img {
  width: calc(100% / 3.5 - 80px);
  font-size: 18px;
}

.pamphlet__img:nth-of-type(1) {
  margin-right: 10px;
}
@media screen and (max-width: 969px) {
  .pamphlet__img:nth-of-type(1) {
    order: 3;
  }
  .pamphlet__img:nth-of-type(2) {
    /* margin-left: 10px; */
    order: 2;
  }
  .pamphlet__img {
    width: min(100%, 350px);
    margin: auto;
  }

  .pamphlet__btn {
    width: 100%;
    /* order: 1; */
    margin-left: 0;
    margin-top: 0;
  }
}
.w600 {
  width: min(calc(100% - 20px), 600px);
  margin: auto;
}
.w1080 {
  width: min(100%, 1080px);
  margin: auto;
}
@media screen and (max-width: 768px) {
  .pdfDownload .row {
    /* display: block; */
  }
}

/*!!!!!! footerリンク消去 !!!!!!!!*/
.footerLink span:not(span:nth-of-type(12)) {
  display: none;
}

@media (970px <= width) {
  .new_bihin {
    font-size: 16px;
  }
}

.footerInqLower a.footerInqLower__btn[data="specified_commercial"] {
  display: none;
}
.footer__area_map > div a:not(.border__r a),
.footer__service a {
  line-height: 1.6;
}

.header_sp_head_logo a {
  pointer-events: none;
}
.header_sp_head_tel a,
.header_sp_head_tel a img {
  width: 48px;
  height: 49px;
}
