@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

main {
  overflow: hidden;
}

main,
header {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

body {
  color: #252525;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  background: #fff;
  overflow-x: hidden;
}

#body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

body.modal-open {
  overflow: hidden;
}

.header,
.footer {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

ul,
ol {
  list-style: none inside;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.pc_on {
  display: block;
}

.tb_on {
  display: none;
}

.sp_on {
  display: none;
}

.pctb_on {
  display: block;
}

.tbsp_on {
  display: none;
}

.tbsp_on_in-blo {
  display: none;
}

@media (max-width: 834px) {
  .pc_on {
    display: none;
  }
  .tb_on {
    display: block;
  }
  .sp_on {
    display: none;
  }
  .tbsp_on {
    display: block;
  }
  .tbsp_on_in-blo {
    display: inline-block;
  }
}
@media (max-width: 600px) {
  .pc_on {
    display: none;
  }
  .tb_on {
    display: none;
  }
  .sp_on {
    display: block;
  }
  .pctb_on {
    display: none;
  }
  .tbsp_on_in-blo {
    display: inline-block;
  }
}
.in-blo {
  display: inline-block;
}

.wrapper {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .wrapper {
    width: 100%;
    padding: 0 10px;
  }
}

.mincho {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E;
}

.relative {
  position: relative;
}

.tel a {
  color: #483f42;
}

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 85px;
  transition: all 0.3s ease-out;
  background-color: #fff;
  padding-bottom: 16px;
  border-bottom: 16px solid #034c9f;
}
@media (max-width: 834px) {
  .header {
    height: auto;
    padding-bottom: 0;
    border-bottom: 10px solid #034c9f;
  }
}
@media (max-width: 600px) {
  .header {
    border-bottom: 7px solid #034c9f;
  }
}
.header.scroll-nav {
  transition: all 0.3s ease-out;
}
.header.scroll-nav .header_flex {
  padding-top: 0;
  transition: all 0.3s ease-out;
}
@media (max-width: 600px) {
  .header.scroll-nav .header_flex {
    padding-top: 0;
  }
}
.header_wrapper {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .header_wrapper {
    width: 100%;
  }
}
.header_flex {
  width: 100%;
  padding: 15px 15px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.3s ease-out;
  position: relative;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .header_flex {
    padding-left: 15px;
    padding-bottom: 10px;
  }
}
@media (max-width: 400px) {
  .header_flex {
    padding-left: 5px;
  }
}
.header_flex-reserve {
  text-align: center;
}
.header_flex-reserve a {
  display: block;
  color: #034c9f;
  font-size: 14px;
  font-weight: 900;
  transform: rotate(10deg);
  position: relative;
  z-index: 100;
}
.header_flex-reserve a span {
  display: block;
  letter-spacing: 0.01em;
}
.header_flex-reserve a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f2e51c;
  z-index: -10;
}
.header_logo {
  width: 22%;
}
@media (max-width: 1100px) {
  .header_logo {
    width: 21%;
    padding-left: 10px;
    margin-right: 15px;
  }
}
@media (max-width: 834px) {
  .header_logo {
    width: 40%;
  }
}
@media (max-width: 400px) {
  .header_logo {
    width: 65%;
  }
}
.header_nav {
  width: 70%;
}
@media (max-width: 1100px) {
  .header_nav {
    width: 67%;
  }
}
@media (max-width: 834px) {
  .header_nav {
    position: relative;
  }
}
@media (max-width: 600px) {
  .header_nav {
    width: 80%;
  }
}
.header_nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: left;
  align-items: center;
}
@media (max-width: 1100px) {
  .header_nav ul {
    gap: 5px;
  }
}
@media (max-width: 834px) {
  .header_nav ul {
    justify-content: space-around;
    position: absolute;
    width: 60%;
    height: 75vh;
    padding-bottom: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
  }
}
@media (max-width: 600px) {
  .header_nav ul {
    width: 80%;
  }
}
.header_nav-head {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media (max-width: 834px) {
  .header_nav-head {
    display: none;
  }
}
.header_nav-item {
  text-align: left;
}
@media (max-width: 1100px) {
  .header_nav-item {
    width: 24%;
  }
}
@media (max-width: 834px) {
  .header_nav-item {
    width: 100%;
  }
}
.header_nav-item a {
  font-size: 14px;
  color: #034c9f;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.header_nav-item a:hover {
  color: #f7d43c;
  opacity: 1;
  transition: 0.2s ease-in-out;
}
@media (max-width: 834px) {
  .header_nav-item a {
    text-align: right;
    display: block;
    padding-bottom: 10px;
    font-size: 18px;
    color: #fff;
    position: relative;
  }
  .header_nav-item a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    height: 1px;
    background-color: #fff;
  }
}
@media (max-width: 834px) and (max-width: 600px) {
  .header_nav-item a::after {
    width: 50%;
  }
}
@media (max-width: 834px) and (max-width: 400px) {
  .header_nav-item a::after {
    width: 60%;
  }
}
@media (max-width: 834px) and (max-width: 300px) {
  .header_nav-item a::after {
    width: 70%;
  }
}
@media (max-width: 834px) {
  .header_nav-item.tb_bb {
    margin-top: 10px;
  }
  .header_nav-item.tb_bb a::after {
    display: none;
  }
}

@media (max-width: 834px) {
  .hamburger {
    position: fixed;
    right: 30px;
    top: 2%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 300;
    transition: all 0.6s;
  }
}
@media (max-width: 834px) and (max-width: 834px) {
  .hamburger {
    top: 0.5%;
  }
}
@media (max-width: 834px) and (max-width: 600px) {
  .hamburger {
    top: 0;
  }
}
@media (max-width: 834px) and (max-width: 400px) {
  .hamburger {
    top: 1%;
  }
}
@media (max-width: 834px) and (max-width: 300px) {
  .hamburger {
    top: 0;
  }
}
@media (max-width: 834px) {
  .ham_line {
    position: absolute;
    width: 70px;
    height: 3px;
    right: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #034c9f;
    transition: all 0.5s;
    z-index: 300;
  }
}
@media (max-width: 834px) and (max-width: 834px) {
  .ham_line {
    width: 50px;
  }
}
@media (max-width: 834px) {
  .ham_line-1 {
    top: 33%;
  }
  .ham_line-2 {
    top: 50%;
  }
  .ham_line-3 {
    top: 67%;
  }
}
@media (max-width: 600px) {
  .hamburger {
    position: fixed;
    right: 10px;
    width: 40px;
    height: 50px;
    cursor: pointer;
    z-index: 300;
    background-color: transparent;
    transition: all 0.5s;
  }
  .ham_line {
    position: absolute;
    width: 40px;
    height: 3px;
    right: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.6s;
    z-index: 300;
  }
  .ham_line-1 {
    top: 33%;
  }
  .ham_line-2 {
    top: 50%;
  }
  .ham_line-3 {
    top: 67%;
  }
}
.open .hamburger {
  background-color: transparent;
  top: 5%;
  right: 30px;
  transition: all 0.6s;
}
.open .ham_line {
  background-color: #fff;
  transition: all 0.6s;
}

@media (max-width: 834px) {
  .ham-nav {
    display: block;
    position: fixed;
    opacity: 0;
    left: 100%;
    top: 0;
    width: 100%; /* 出てくるスライドメニューの幅 */
    height: 100vh;
    text-align: center;
    transition: all 0.8s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .ham-nav .header_list {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .ham-nav .header_list-item {
    width: 100%;
    text-align: center;
  }
  .ham-nav .header_list-item a {
    display: block;
    color: #fff;
    font-size: 18px;
    width: 100%;
    padding: 3px 0 10px;
    margin-bottom: 20px;
  }
  .ham-nav .ham_logo {
    position: absolute;
    left: 10%;
    top: 10%;
    z-index: 30;
  }
  /*ハンバーガーメニューが開いたら表示*/
}
@media (max-width: 834px) and (max-width: 600px) {
  .ham-nav .ham_logo {
    width: 45%;
  }
}
@media (max-width: 834px) and (max-width: 500px) {
  .ham-nav .ham_logo {
    width: 50%;
  }
}
@media (max-width: 834px) and (max-width: 400px) {
  .ham-nav .ham_logo {
    width: 60%;
  }
}
@media (max-width: 834px) {
  .open .ham-nav {
    display: block;
    opacity: 70;
    left: 0;
    background-color: #034c9f;
  }
  .ham-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: #034c9f;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 10;
  }
  .open .ham-bg {
    opacity: 1;
    visibility: visible;
  }
  .hamburger.open span:nth-of-type(1) {
    transform: translate(-50%, 20px) rotate(-400deg);
    top: 10px;
  }
  .hamburger.open span:nth-of-type(2) {
    transform: translate(-50%, 20px) rotate(400deg);
    top: 10px;
  }
  .hamburger.open span:nth-of-type(3) {
    opacity: 0;
  }
  .circle-bg {
    position: fixed;
    z-index: 20;
    width: 100%;
    height: 100vh;
    background: #b9e5ec;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    right: -100%;
    top: 0px;
    transition: all 0.5s;
  }
  .open .circle-bg {
    right: 0;
  }
}
@keyframes active-bar {
  100% {
    height: 0;
  }
}
.hamburger.open span:nth-of-type(3) {
  transform: translate(-50%, -20px) rotate(45deg);
  top: 50px;
}

.hamburger.open::after {
  background-color: #fff;
}

@keyframes active-menu {
  0% {
    border-color: transparent;
    transform: rotate(0);
  }
  25% {
    border-color: transparent #fff transparent transparent;
  }
  50% {
    border-color: transparent #fff #fff transparent;
  }
  75% {
    border-color: transparent #fff #fff #fff;
  }
  100% {
    border-color: #fff;
    transform: rotate(-680deg);
  }
}
.footer {
  background-color: #034c9f;
}
.footer_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0;
}
@media (max-width: 600px) {
  .footer_box {
    padding: 50px 0 80px;
  }
}
.footer_logo {
  width: 30%;
}
@media (max-width: 1100px) {
  .footer_logo {
    padding-left: 20px;
    text-align: center;
  }
}
@media (max-width: 834px) {
  .footer_logo {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .footer_logo img {
    width: 250px;
  }
}
.footer_menu {
  width: 55%;
}
@media (max-width: 834px) {
  .footer_menu {
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .footer_menu {
    width: 100%;
  }
}
.footer_menu-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.footer_menu-list li {
  width: 50%;
  margin-bottom: 10px;
  font-size: 16px;
}
@media (max-width: 834px) {
  .footer_menu-list li {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .footer_menu-list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.footer_menu-list li a {
  color: #fff;
}
.footer_menu-list li.order01 {
  order: 1;
}
.footer_menu-list li.order02 {
  order: 2;
}
@media (max-width: 834px) {
  .footer_menu-list li.order02 {
    order: 5;
  }
}
.footer_menu-list li.order03 {
  order: 3;
}
@media (max-width: 834px) {
  .footer_menu-list li.order03 {
    order: 2;
  }
}
.footer_menu-list li.order04 {
  order: 4;
}
@media (max-width: 834px) {
  .footer_menu-list li.order04 {
    order: 6;
  }
}
.footer_menu-list li.order05 {
  order: 5;
}
@media (max-width: 834px) {
  .footer_menu-list li.order05 {
    order: 3;
  }
}
.footer_menu-list li.order06 {
  order: 6;
}
@media (max-width: 834px) {
  .footer_menu-list li.order06 {
    order: 4;
  }
}
.footer_menu .copy {
  font-size: 16px;
  color: #fff;
}
@media (max-width: 834px) {
  .footer_menu .copy {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .footer_menu .copy {
    font-size: 14px;
    padding: 0 5px;
  }
}

.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

/* fadeUp */
.box {
  opacity: 0;
}

.fadeUp02 {
  animation-name: fadeUpAnime02;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime02 {
  0% {
    opacity: 0;
    transform: scale(1, 1) translateY(100px);
  }
  60% {
    transform: scale(0.92, 1.08) translateY(-30px);
  }
  80% {
    transform: scale(1.05, 0.95) translateY(10px);
  }
  90% {
    transform: scale(0.97, 1.03) translateY(0px);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1) translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定*/
.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadein_left {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 1s;
}

.fadein_right {
  opacity: 0;
  transform: translateX(30px);
  transition: all 1s;
}

.top {
  width: 100%;
  background-image: url(../images/top-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  border-bottom: 16px solid #034c9f;
  margin-top: 84px;
}
@media (max-width: 834px) {
  .top {
    margin-top: 0;
    border-bottom: 10px solid #034c9f;
  }
}
@media (max-width: 600px) {
  .top {
    border-bottom: 7px solid #034c9f;
  }
}
.top__box {
  padding: 80px 0 80px;
  display: flex;
  gap: 30px;
}
@media (max-width: 1100px) {
  .top__box {
    padding-top: 70px;
    padding-bottom: 140px;
  }
}
@media (max-width: 834px) {
  .top__box {
    padding-top: 110px;
    padding-bottom: 70px;
    flex-direction: column;
  }
}
.top__head {
  width: 50%;
  color: #fff;
  text-align: justify;
}
@media (max-width: 834px) {
  .top__head {
    width: 80%;
  }
}
@media (max-width: 600px) {
  .top__head {
    width: 100%;
  }
}
.top__sub {
  margin-top: 30px;
  width: 45%;
  color: #fff;
  font-weight: 900;
  font-size: 36px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1100px) {
  .top__sub {
    font-size: 30px;
    width: 49%;
  }
}
@media (max-width: 834px) {
  .top__sub {
    width: 80%;
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .top__sub {
    margin-top: 0;
    width: 100%;
    font-size: 22px;
  }
}
.top__sub--img {
  position: absolute;
  top: 60%;
  padding-left: 20px;
}
@media (max-width: 834px) {
  .top__sub--img {
    left: 70%;
    top: 0%;
    width: 65%;
    transform: rotate(-20deg);
    z-index: -20;
  }
}
@media (max-width: 600px) {
  .top__sub--img {
    left: 40%;
    top: -10%;
    width: 80%;
  }
}

.about {
  padding: 80px 0;
}
.about__head {
  text-align: center;
  color: #034c9f;
  position: relative;
  z-index: 10;
}
.about__head .medal {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -120px;
}
.about__head--s {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 5px;
}
@media (max-width: 834px) {
  .about__head--s {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .about__head--s {
    font-size: 4vw;
  }
}
.about__head--m {
  font-size: 30px;
  font-weight: 900;
  position: relative;
}
@media (max-width: 834px) {
  .about__head--m {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .about__head--m {
    font-size: 4.6666666667vw;
  }
}
.about__head--m img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -10;
}
.about__head--l {
  font-size: 64px;
  font-weight: 900;
}
@media (max-width: 834px) {
  .about__head--l {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .about__head--l {
    font-size: 6.6666666667vw;
  }
}
.about__wrapper {
  width: 770px;
  margin: 40px auto;
  position: relative;
  z-index: -10;
}
@media (max-width: 834px) {
  .about__wrapper {
    width: 100%;
    padding: 0 10px;
  }
}
.about__wrapper .tabaco01 {
  position: absolute;
  top: -75px;
  left: -250px;
  z-index: -10;
}
@media (max-width: 834px) {
  .about__wrapper .tabaco01 {
    left: -5%;
    width: 40%;
    opacity: 0.6;
  }
}
@media (max-width: 600px) {
  .about__wrapper .tabaco01 {
    width: 50%;
  }
}
.about__wrapper .tabaco02 {
  position: absolute;
  top: 50px;
  left: -200px;
  z-index: -10;
}
@media (max-width: 834px) {
  .about__wrapper .tabaco02 {
    left: 20%;
    width: 20%;
    opacity: 0.6;
  }
}
@media (max-width: 600px) {
  .about__wrapper .tabaco02 {
    width: 35%;
    transform: rotate(20deg);
  }
}
@media (max-width: 400px) {
  .about__wrapper .tabaco02 {
    width: 40%;
    left: 10%;
  }
}
.about__wrapper .tabaco03 {
  position: absolute;
  bottom: -10px;
  right: 20px;
  z-index: -10;
}
@media (max-width: 834px) {
  .about__wrapper .tabaco03 {
    right: 50px;
    width: 20%;
    opacity: 0.6;
  }
}
@media (max-width: 600px) {
  .about__wrapper .tabaco03 {
    width: 24%;
  }
}
@media (max-width: 400px) {
  .about__wrapper .tabaco03 {
    width: 27%;
    bottom: 30px;
  }
}
.about__wrapper .tabaco04 {
  position: absolute;
  bottom: 0px;
  right: -100px;
  z-index: -10;
}
@media (max-width: 834px) {
  .about__wrapper .tabaco04 {
    bottom: 120px;
    right: -25px;
    width: 13%;
    opacity: 0.6;
    transform: rotate(-20deg);
  }
}
@media (max-width: 600px) {
  .about__wrapper .tabaco04 {
    width: 15%;
  }
}
@media (max-width: 400px) {
  .about__wrapper .tabaco04 {
    bottom: 200px;
  }
}
.about__txt {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .about__txt {
    font-size: 14px;
    line-height: 1.5;
  }
}

.lineup {
  width: 100%;
  padding: 0;
}
.lineup__head {
  text-align: center;
  color: #034c9f;
  margin-bottom: 60px;
}
.lineup__head--m {
  display: inline-block;
  position: relative;
  font-size: 36px;
  font-weight: 900;
}
@media (max-width: 834px) {
  .lineup__head--m {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .lineup__head--m {
    font-size: 20px;
  }
}
.lineup__head--m span {
  position: absolute;
  top: 55%;
  left: 100%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: normal;
  width: 130px;
}
@media (max-width: 834px) {
  .lineup__head--m span {
    transform: translate(-50%, -50%);
    top: -20%;
    left: 50%;
  }
}
@media (max-width: 600px) {
  .lineup__head--m span {
    font-size: 14px;
  }
}
.lineup__head--l {
  font-size: 42px;
  font-weight: 900;
  position: relative;
}
@media (max-width: 834px) {
  .lineup__head--l {
    font-size: 34px;
  }
}
@media (max-width: 600px) {
  .lineup__head--l {
    font-size: 5.6666666667vw;
  }
}
.lineup__head--l img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -10;
}
.lineup_list {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  .lineup_list {
    width: 85%;
  }
}
@media (max-width: 834px) {
  .lineup_list {
    width: 90%;
  }
}
@media (max-width: 700px) {
  .lineup_list {
    width: 70%;
  }
}
@media (max-width: 600px) {
  .lineup_list {
    width: 90%;
  }
}
@media (max-width: 400px) {
  .lineup_list {
    width: 100%;
  }
}
.lineup_list-item {
  width: 48%;
  border: 5px solid #ededed;
  border-radius: 5px;
  padding: 30px 0px;
  margin-bottom: 50px;
  background-color: #fff;
}
@media (max-width: 1100px) {
  .lineup_list-item {
    width: 48%;
    padding: 30px 0px;
  }
}
@media (max-width: 700px) {
  .lineup_list-item {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .lineup_list-item {
    padding: 10px 0px;
  }
}
.lineup_list-item-box {
  padding: 0px 90px;
}
@media (max-width: 1100px) {
  .lineup_list-item-box {
    padding: 0px 15px;
  }
}
@media (max-width: 600px) {
  .lineup_list-item-box {
    padding: 0px 5px;
  }
}
.lineup_list-item-name {
  font-size: 16px;
  color: #1b5693;
  letter-spacing: 0.01em;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 1100px) {
  .lineup_list-item-name {
    text-align: left;
    line-height: 1.3;
  }
}
@media (max-width: 834px) {
  .lineup_list-item-name {
    padding: 0 10px;
  }
}
@media (max-width: 300px) {
  .lineup_list-item-name {
    font-size: 14px;
  }
}
.lineup_list-item-name .capa {
  display: inline-block;
  padding: 5px;
  background-color: #fbec20;
  margin-right: 10px;
}
.lineup_list-item-img {
  margin: 20px auto;
  text-align: center;
  position: relative;
}
.lineup_list-item-img .self {
  position: absolute;
  top: 50%;
  right: -70px;
  transform: translateY(-50%);
  text-align: center;
}
@media (max-width: 1100px) {
  .lineup_list-item-img .self {
    top: 75%;
    right: -30px;
  }
}
@media (max-width: 400px) {
  .lineup_list-item-img .self {
    right: -10px;
  }
}
.lineup_list-item-img .self__txt {
  font-size: 20px;
  color: #fff;
  font-weight: 900;
  padding: 10px 0;
  margin: 0 20px;
  background-color: rgba(201, 75, 103, 0.8);
}
@media (max-width: 1100px) {
  .lineup_list-item-img .self__txt {
    font-size: 18px;
    padding: 7px 0;
  }
}
@media (max-width: 600px) {
  .lineup_list-item-img .self__txt {
    font-size: 16px;
  }
}
.lineup_list-item-img .self__sub {
  font-size: 12px;
  color: #c94b67;
  text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, -1px -1px 1px #ffffff, 1px 0px 1px #ffffff, 0px 1px 1px #ffffff, -1px 0px 1px #ffffff, 0px -1px 1px #ffffff;
}
@media (max-width: 600px) {
  .lineup_list-item-img .self__sub {
    font-size: 11px;
  }
}
.lineup_list-item-txt {
  font-size: 16px;
  color: #444444;
  text-align: justify;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .lineup_list-item-txt {
    font-size: 14px;
  }
}
.lineup_list-item-tab {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.lineup_list-item-tab div {
  width: 50%;
  background-color: #5bb3e7;
  border: 1px solid #fff;
  text-align: center;
  padding: 3px 0 5px;
}
.lineup_list-item-tab div a {
  font-size: 14px;
  color: #fff;
}
@media (max-width: 600px) {
  .lineup_list-item-tab div a {
    font-size: 12px;
  }
}
.lineup_list-item-tab div.active {
  background-color: #1389d0;
}
.lineup_list-item-price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 5px;
}
.lineup_list-item-price dt {
  width: 36%;
  font-size: 16px;
  color: #1389d0;
}
@media (max-width: 600px) {
  .lineup_list-item-price dt {
    font-size: 14px;
  }
}
.lineup_list-item-price dd {
  width: 32%;
  font-size: 16px;
  font-weight: bold;
  color: #1389d0;
  text-align: right;
  letter-spacing: 0.01em;
}
@media (max-width: 600px) {
  .lineup_list-item-price dd {
    font-size: 14px;
  }
}
.lineup_list-item-price dd.tax {
  font-weight: normal;
  font-size: 12px;
}
@media (max-width: 600px) {
  .lineup_list-item-price dd.tax {
    font-size: 11px;
  }
}
.lineup_list-item-reserve {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  background-color: #457db6;
}
.lineup_list-item-reserve a {
  padding: 5px 0;
  display: block;
  color: #fff;
  font-size: 16px;
}
.lineup_list-item-reserve a .fa-solid {
  font-size: 14px;
  margin-left: 2px;
}

.diff {
  width: 100%;
  padding: 50px 0 100px;
  position: relative;
}
@media (max-width: 600px) {
  .diff {
    padding: 50px 0 70px;
  }
}
.diff__bg {
  width: 100%;
  min-width: 1200px;
  position: absolute;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -100;
  overflow-x: hidden;
}
.diff__head {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  color: #034c9f;
  margin-bottom: 30px;
}
@media (max-width: 834px) {
  .diff__head {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .diff__head {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  .diff__head {
    font-size: 20px;
  }
}
.diff__head .pink {
  color: #e55b72;
}
.diff__desc {
  text-align: center;
  font-size: 18px;
  color: #1157a5;
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .diff__desc {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .diff__desc {
    font-size: 14px;
  }
}
.diff__table {
  width: 90%;
  margin: 0 auto 50px;
}
@media (max-width: 834px) {
  .diff__table {
    width: 100%;
  }
}
.diff__table td,
.diff__table th {
  border: 1px solid #c3c3c3;
  border-collapse: collapse;
  padding: 5px;
  height: 70px;
}
@media (max-width: 600px) {
  .diff__table td,
  .diff__table th {
    height: 60px;
  }
}
.diff__table td {
  font-size: 18px;
  background-color: #fff;
  color: #1157a5;
  text-align: center;
}
.diff__table th {
  background: #f0e6cc;
}
.diff__table .hidden {
  visibility: hidden;
  border: none;
}
.diff__table .first {
  font-size: 18px;
  width: 24%;
  vertical-align: middle;
  color: #1157a5;
  background-color: #f4f7fa;
}
@media (max-width: 600px) {
  .diff__table .first {
    width: 16%;
    font-size: 2.6666666667vw;
  }
}
.diff__table .second {
  font-size: 18px;
  width: 38%;
  vertical-align: middle;
  color: #1157a5;
}
@media (max-width: 600px) {
  .diff__table .second {
    width: 42%;
    font-size: 2.6666666667vw;
  }
}
.diff__table .third {
  font-size: 18px;
  width: 38%;
  vertical-align: middle;
  color: #1157a5;
}
@media (max-width: 600px) {
  .diff__table .third {
    width: 42%;
    font-size: 2.6666666667vw;
  }
}
.diff__table .pink {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #e55b72;
}
@media (max-width: 600px) {
  .diff__table .pink {
    font-size: 4vw;
  }
}
.diff__table .blue {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #1157a5;
}
@media (max-width: 600px) {
  .diff__table .blue {
    font-size: 4vw;
  }
}
.diff__btn {
  text-align: center;
}
.diff__btn a {
  display: inline-block;
  font-size: 24px;
  padding: 7px 30px;
  border-radius: 9999px;
  color: #fff;
  background-color: #1157a5;
}
@media (max-width: 834px) {
  .diff__btn a {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .diff__btn a {
    font-size: 16px;
    padding: 5px 15px;
  }
}
@media (max-width: 400px) {
  .diff__btn a {
    font-size: 14px;
  }
}

.place {
  width: 100%;
  padding: 70px 0 80px;
  background-image: url(../images/jt-bg.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 600px) {
  .place {
    background-position: 40% 50%;
  }
}
.place__head {
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 834px) {
  .place__head {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .place__head {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  .place__head {
    font-size: 20px;
  }
}
.place__txt {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .place__txt {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .place__txt {
    font-size: 12px;
  }
}
.place__btn {
  text-align: center;
}

.form {
  width: 100%;
  padding-bottom: 200px;
}
.form_head {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 50px;
  background-color: #034c9f;
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
}
.form_head .ruby {
  display: block;
  font-size: 18px;
}
.form_txt {
  font-size: 16px;
  color: #025085;
  line-height: 1.3;
  width: 80%;
  margin: 0 auto 70px;
}
@media (max-width: 600px) {
  .form_txt {
    width: 95%;
    font-size: 14px;
    line-height: 1.5;
  }
}
.form_container {
  width: 660px;
  margin: 0 auto 30px;
}
@media (max-width: 700px) {
  .form_container {
    width: 95%;
  }
}
.form_container.aj_pt {
  padding-top: 50px;
}
.form_container-label {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #034c9f;
  margin-bottom: 5px;
  position: relative;
}
@media (max-width: 600px) {
  .form_container-label {
    font-size: 18px;
  }
}
.form_container-label .ess {
  font-size: 18px;
  color: #034c9f;
}
@media (max-width: 600px) {
  .form_container-label .ess {
    font-size: 16px;
  }
}
.form_container-label .small {
  font-size: 16px;
  color: #025085;
}
@media (max-width: 600px) {
  .form_container-label .small {
    display: inline-block;
  }
}
.form_container-input {
  width: 100%;
}
.form_container-input input[type=text],
.form_container-input input[type=number],
.form_container-input input[type=email],
.form_container-input input[type=tel],
.form_container-input input[type=date],
.form_container-input select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #333;
  font-size: 20px;
  width: 100%;
  padding: 10px;
  border: 1px solid #3c76b2;
  background-color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media (max-width: 834px) {
  .form_container-input input[type=text],
  .form_container-input input[type=number],
  .form_container-input input[type=email],
  .form_container-input input[type=tel],
  .form_container-input input[type=date],
  .form_container-input select {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .form_container-input input[type=text],
  .form_container-input input[type=number],
  .form_container-input input[type=email],
  .form_container-input input[type=tel],
  .form_container-input input[type=date],
  .form_container-input select {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .form_container-input input[type=date]::-webkit-date-and-time-value {
    text-align: left;
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .form_container-input select {
    height: 50px;
  }
}
.form_container-input #custom {
  height: 200px;
}
@media (max-width: 600px) {
  .form_container-input #custom {
    height: 50px;
  }
}
.form_container-input input[type=radio] {
  width: 30%;
  font-size: 20px;
  font-weight: bold;
  color: #034c9f;
}
.form_container-input.short {
  width: 35%;
}
@media (max-width: 600px) {
  .form_container-input.short {
    width: 75%;
  }
}
.form_container-input-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form_container-input .half {
  width: 49%;
}
@media (max-width: 450px) {
  .form_container-input .half {
    width: 100%;
    margin-bottom: 10px;
  }
}
.form_container-input .half .day,
.form_container-input .half .time {
  font-size: 20px;
  width: 100%;
  padding: 10px;
  border: 1px solid #3c76b2;
}
.form_container-simulate {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.form_container-simulate-left {
  width: 48%;
  font-size: 20px;
  color: #4684b8;
}
@media (max-width: 834px) {
  .form_container-simulate-left {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .form_container-simulate-left {
    font-size: 18px;
  }
}
.form_container-simulate-right {
  width: 48%;
  color: #488bc3;
  border: 1px solid #3c76b2;
  padding: 5px 0 5px 50px;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 834px) {
  .form_container-simulate-right {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 0 15px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .form_container-simulate-right {
    font-size: 18px;
  }
}
.form_container-simulate-right .big {
  font-size: 24px;
}
@media (max-width: 600px) {
  .form_container-simulate-right .big {
    font-size: 22px;
  }
}
.form_container-simulate-right .tax {
  font-size: 18px;
  font-weight: normal;
}
@media (max-width: 600px) {
  .form_container-simulate-right .tax {
    font-size: 16px;
  }
}
.form_container #sougei,
.form_container #menseki,
.form_container #agree {
  font-size: 20px;
  font-weight: bold;
  color: #034c9f;
  margin-top: 10px;
  display: block;
}
@media (max-width: 600px) {
  .form_container #sougei,
  .form_container #menseki,
  .form_container #agree {
    font-size: 18px;
  }
}
.form_container textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  font-size: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  border: 1px solid #3c76b2;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .form_container textarea {
    font-size: 18px;
  }
}
.form_container-submit {
  width: 250px;
  position: relative;
  text-align: center;
  margin: 70px auto 0;
}
.form_container-submit .fa-solid {
  position: absolute;
  top: 48%;
  left: 160px;
  font-size: 20px;
  color: #fff;
  transform: translateY(-50%);
}
.form_container-submit .wpcf7-spinner {
  display: none;
}
.form_container-submit br {
  display: none;
}
.form_container-btn {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  width: 250px;
  margin: 0 auto;
  padding: 7px 30px 7px 0;
  background-color: #025085;
  border: none;
  cursor: pointer;
}

.tabcontent .tabcontent_list {
  display: none;
}

.tabcontent .tabcontent_list.show {
  display: block;
  margin-bottom: 20px;
}

.wpcf7-form > p {
  display: none;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
}

.wpcf7-radio {
  margin-bottom: 15px;
}

.wpcf7-list-item {
  margin: 0 0 5px 1em;
}
@media (max-width: 600px) {
  .wpcf7-list-item {
    margin: 0 0 8px 1em;
  }
}

.wpcf7-list-item-label {
  font-weight: bold;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  display: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  text-align: center;
}

.sp_menu {
  display: none;
}
@media (max-width: 834px) {
  .sp_menu {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 10000;
  }
}
.sp_menu-left {
  width: 50%;
  text-align: center;
}
.sp_menu-left a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #c72e13;
  padding: 10px 0;
}
.sp_menu-right {
  width: 50%;
  text-align: center;
}
.sp_menu-right a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #c7a613;
  padding: 10px 0;
}

.complete {
  padding-top: 100px;
}
@media (max-width: 600px) {
  .complete {
    padding-top: 50px;
  }
}
.complete .wrapper {
  width: 90%;
  margin: 120px auto;
}
.complete_top {
  width: 100%;
  height: 600px;
  background-image: url(../images/contact/contact_top.jpg);
  background-repeat: no-repeat;
  background-position: 50% 10%;
  background-size: cover;
  position: relative;
}
.complete_top_wrapper {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1100px) {
  .complete_top_wrapper {
    width: 100%;
  }
}
.complete_top_txt {
  position: absolute;
  top: 100px;
  right: 0;
}
@media (max-width: 600px) {
  .complete_top_txt {
    width: 40%;
  }
}
.complete_top_heading {
  font-size: 81px;
  color: #fff;
  font-weight: bold;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.complete_top_desc {
  display: block;
  font-size: 27px;
  line-height: 1.7;
  letter-spacing: 0.5em;
  text-align: center;
}
.complete_head {
  font-size: 30px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 80px;
  color: #034c9f;
}
@media (max-width: 834px) {
  .complete_head {
    font-size: 22px;
    line-height: 1.5;
  }
}
@media (max-width: 600px) {
  .complete_head {
    font-size: 18px;
  }
}
.complete_txt {
  font-size: 18px;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 50px;
}
@media (max-width: 834px) {
  .complete_txt {
    font-size: 16px;
    text-align: left;
  }
}
@media (max-width: 600px) {
  .complete_txt {
    font-size: 14px;
  }
}
.complete_tel {
  text-align: center;
  font-weight: 900;
  padding: 30px 0;
}
.complete_tel a {
  font-size: 30px;
  color: #488bc3;
}
.complete_btn {
  display: block;
  width: 250px;
  text-align: center;
  margin: 40px auto;
}
@media (max-width: 834px) {
  .complete_btn {
    margin: 0 auto;
  }
}
@media (max-width: 300px) {
  .complete_btn {
    width: 100%;
  }
}
.complete_btn a {
  display: block;
  padding: 20px 0;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  background-color: #034c9f;
}
@media (max-width: 600px) {
  .complete_btn a {
    font-size: 14px;
  }
}/*# sourceMappingURL=index.css.map */