@charset "UTF-8";
/* CSS Document */
/* -------------------------------------------------------------------------*/
/* CUSTOM PROPERTIES
/* -------------------------------------------------------------------------*/
:root {
  /* COLOR */
  --color_text: #42484f;
  --color_green: #71c700;
  --color_blue: #0081ff;
  --color_time: #189f4e;
  --color_fee: #0889b9;
  --color_map: #d23131;
  --color_link: #006eff;
  --color_cmnHD: #0941a3;
  --color_cmnBlue: #0873df;
  --color-info: #189f4e;
  --color-fee: #0889b9;
  --color-access: #d23131;
  /* MARGIN */
  --margin-1: 150px;
  --margin-2: 100px;
  --margin-3: 50px;
  /* FONT */
  --font_gothic: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  --font_size-14: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  --font_size-16: clamp(0.813rem, 0.625rem + 0.5vw, 1rem);
  --font_size-18: clamp(0.875rem, 0.625rem + 0.67vw, 1.125rem);
  --font_size-20: clamp(1.063rem, 0.994rem + 0.34vw, 1.25rem);
  --font_size-22: clamp(1.125rem, 0.875rem + 0.67vw, 1.375rem);
  --font_size-24: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  --font_size-28: clamp(1.5rem, 1.409rem + 0.45vw, 1.75rem);
  --font_size-32: clamp(1.75rem, 1.5rem + 0.67vw, 2rem);
  --font_size-36: clamp(1.75rem, 1.25rem + 1.33vw, 2.25rem);
  --font_size-38: clamp(1.75rem, 1.125rem + 1.67vw, 2.375rem);
  --font_size-40: clamp(2.25rem, 2rem + 0.67vw, 2.5rem);
  --font_size-45: clamp(2.5rem, 2.188rem + 0.83vw, 2.813rem);
  --font_size-55: clamp(2.813rem, 2.188rem + 1.67vw, 3.438rem);
  --font_size-65: clamp(2.438rem, 0.813rem + 4.33vw, 4.063rem);
  --font_size-72: clamp(3.75rem, 3rem + 2vw, 4.5rem);
  /* BORDER RADIUS */
  --bdrd_size-25: clamp(1.25rem, 2.5rem + -3.33vw, 0rem);
  /* MEDIA QUERY */
  --mq-sp: 600px;
}

@media (width < 600px) {
  :root {
    --font_size-14: 0.9rem;
    --font_size-16: 1.0rem;
    --font_size-18: 1.067rem;
    --font_size-20: 1.133rem;
    --font_size-22: 1.2rem;
    --font_size-24: 1.267rem;
    --font_size-28: 1.4rem;
    --font_size-32: 1.533rem;
    --font_size-36: 1.667rem;
    --font_size-38: 1.733rem;
    --font_size-40: 1.8rem;
    --font_size-45: 1.967rem;
    --font_size-55: 2.3rem;
    --font_size-65: 2.633rem;
    --font_size-72: 2.867rem;
    --font_size-72: 3.75rem;
    --bdrd_size-25: 20px;
    /* MARGIN */
    --margin-1: 80px;
    --margin-2: 55px;
    --margin-3: 20px;
  }
}
a {
  color: var(--color_link);
}

.font-L {
  font-size: var(--font_size-18);
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* BASE
/* -------------------------------------------------------------------------*/
html {
  font-size: 100%;
  line-height: 1.8;
  font-family: sans-serif;
  color: var(--color_text);
}

body {
  font-family: var(--font_gothic);
  font-size: var(--font_size-16);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  background: #fff;
}

img {
  vertical-align: bottom;
}

.br-pc {
  display: inline;
}
@media only screen and (max-width:640px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media only screen and (max-width:640px) {
  .br-sp {
    display: inline;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* COMMON HD
/* -------------------------------------------------------------------------*/
#CMN-hd {
  display: flex;
  align-items: center;
  background-color: var(--color_cmnHD);
  color: #fff;
  height: 66px;
}
#CMN-hd .cmn-hd-logo {
  margin-left: 20px;
  font-size: var(--font_size-18);
}
#CMN-hd .cmn-hd-logo a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
#CMN-hd .cmn-hd-logo img {
  width: 37px;
  height: auto;
  margin-right: 10px;
}
@media only screen and (max-width:640px) {
  #CMN-hd {
    height: 50px;
  }
  #CMN-hd .cmn-hd-logo {
    margin-left: 10px;
  }
  #CMN-hd .cmn-hd-logo a {
    font-size: 15px;
  }
  #CMN-hd .cmn-hd-logo img {
    width: 26px;
    margin-right: 8px;
  }
}

#HD {
  background: url(../img/title_bc.png) center bottom repeat-x #094baf;
  color: #fff;
  padding: 30px 20px;
  /*
  #HD_logo{
  	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
  	text-align: center;

  	img{
  		width: 90px;
  		height: auto;
  		margin-right: 15px;
  		vertical-align: top;
  		transform: translateY(7px);
  	}

  	ruby{
  		position: relative;
  		color: #fdff76;
  		font-size: 90px;
  		font-weight: 800;
  		line-height: 90px;
  	}

  	rt{
  		position: absolute;
  		top: -5px;
  		left: 0;
  		right: 0;
  		font-size: 18px;
  		color: #fff;
  		text-align: center;
  		letter-spacing: 10px;
  		font-weight: 600;

  		span{
  			display: inline-block;
  		}

  	}

  	i{
  		display: inline-block;
  		margin-left: 10px;
  		font-size: 65px;
  		font-weight: 800;
  		font-style: normal;
  	}
  }
  */
}
#HD .hd-inner {
  max-width: 1200px;
  margin: 0 auto;
}
#HD #HD_logo {
  margin: 0 auto;
  padding: 0;
  line-height: 1;
}
#HD #HD_logo img {
  width: 100%;
  height: auto;
}
#HD #HD_logo.hd-logo--1 {
  max-width: 710px;
}
#HD #HD_logo.hd-logo--2 {
  max-width: 520px;
}
#HD #HD_logo.hd-logo--3 {
  max-width: 880px;
}
#HD #NV {
  font-size: var(--font_size-22);
  line-height: 1;
  margin-top: 30px;
}
#HD #NV ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 15px;
  max-width: 840px;
  margin: 0 auto;
  padding: 0;
}
#HD #NV li {
  margin: 0;
  padding: 0;
  flex: 1;
}
#HD #NV li.nv-info a {
  color: var(--color-info);
}
#HD #NV li.nv-fee a {
  color: var(--color-fee);
}
#HD #NV li.nv-access a {
  color: var(--color-access);
}
#HD #NV a {
  display: block;
  background-color: #fff;
  text-decoration: none;
  padding: 10px 10px 5px;
  font-weight: 500;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  border-bottom: 8px solid #e4e4e4;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.15);
  transition: opacity 0.2s ease;
}
#HD #NV a:hover {
  opacity: 0.7;
}
#HD #NV a img {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 10px;
}
@media only screen and (max-width:640px) {
  #HD {
    padding: 20px 10px;
    background-size: 200% auto;
  }
  #HD #NV {
    font-size: 15px;
  }
  #HD #NV ul {
    gap: 8px;
  }
  #HD #NV a {
    padding: 8px 5px 10px;
  }
  #HD #NV a img {
    display: block;
    margin: 0 auto 5px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* 
/* -------------------------------------------------------------------------*/
#CNT_wrapper {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1200px;
  margin: 0 auto;
}
#CNT_wrapper .cnt_area {
  flex: 1;
}
@media only screen and (max-width:986px) {
  #CNT_wrapper {
    display: block;
  }
}

.cnt_area {
  position: relative;
  padding: 40px;
}
@media only screen and (max-width:986px) {
  .cnt_area {
    padding: 30px;
  }
}
@media only screen and (max-width:640px) {
  .cnt_area {
    padding: 20px 15px;
  }
}

#CNT {
  margin-top: 50px;
}
#CNT .cnt-block {
  margin-top: 80px;
}
#CNT .cnt-block-title {
  margin: 0;
  padding: 10px 0 13px;
  font-size: var(--font_size-24);
  font-weight: 600;
  border-top: 4px solid #a0b2c2;
  border-bottom: 1px dotted #6f7f8d;
}
#CNT .cnt-block-title img {
  width: 45px;
  height: auto;
  margin-right: 10px;
  transform: translateY(2px);
}
#CNT .cnt-block-title--2 {
  font-size: var(--font_size-20);
  margin: 2.5rem 0 1rem;
  border-left: 5px solid #000;
  padding-left: 10px;
  line-height: 1.5;
  font-weight: 500;
}
#CNT #Info .cnt-block-title, #CNT #Info .cnt-block-title--2 {
  color: var(--color_time);
  border-color: var(--color_time);
}
#CNT #Fee .cnt-block-title, #CNT #Fee .cnt-block-title--2 {
  color: var(--color_fee);
  border-color: var(--color_fee);
}
#CNT #Map .cnt-block-title, #CNT #Map .cnt-block-title--2 {
  color: var(--color_map);
  border-color: var(--color_map);
}
@media only screen and (max-width:986px) {
  #CNT {
    margin-top: 40px;
  }
}
@media only screen and (max-width:640px) {
  #CNT {
    margin-top: 30px;
  }
  #CNT .cnt-block:first-child {
    margin-top: 0;
  }
}

#TP-info {
  position: relative;
  z-index: 1;
  background-color: #0873df;
  background: url(../img/info_bc.png) center bottom repeat-x #0873df;
  padding: 40px 20px 90px;
}
#TP-info .tp-info-inner {
  max-width: 1200px;
  margin: 0 auto;
}
#TP-info .tp-info-cardArea {
  display: flex;
  gap: 20px;
  line-height: 1;
}
#TP-info .tp-info-card {
  flex: 1;
  background-color: #feff91;
  border-top: 15px solid #ffdf69;
  text-align: center;
  display: flex;
  align-items: center;
}
#TP-info .tp-info-card .wrp {
  flex: 1;
  padding: 25px 15px;
  text-decoration: none;
  color: var(--color_text);
}
#TP-info .text-0 {
  font-size: var(--font_size-20);
  font-weight: 700;
  margin: 0;
}
#TP-info .text-0 span {
  display: inline-block;
  margin: 5px;
}
#TP-info .text-0 i {
  font-size: var(--font_size-55);
  font-style: normal;
  font-weight: 900;
}
#TP-info .text-1 {
  font-size: var(--font_size-28);
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
}
#TP-info .text-1 span {
  display: inline-block;
  margin: 5px;
}
#TP-info .text-1 i {
  font-size: var(--font_size-55);
  font-style: normal;
  font-weight: 900;
}
#TP-info .text-2 {
  font-size: var(--font_size-36);
  font-weight: 800;
  margin: 0;
  line-height: 1.3;
}
#TP-info .text-2 span {
  display: inline-block;
  margin: 5px;
}
#TP-info .text-2 i {
  font-size: var(--font_size-55);
  font-style: normal;
  font-weight: 900;
}
#TP-info .text-s {
  margin: 20px 0 0;
  font-weight: 500;
}
#TP-info .tp-info-text {
  font-size: var(--font_size-24);
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  font-feature-settings: "palt";
}
#TP-info .tp-info-btn {
  text-align: center;
  max-width: 500px;
  margin: 40px auto 0;
}
#TP-info .tp-info-btn a {
  display: block;
  position: relative;
  padding: 10px 40px;
  text-align: center;
  text-decoration: none;
  color: var(--color_link);
  background-color: #fff;
  font-size: var(--font_size-24);
  font-weight: 600;
  line-height: 1.5;
  border-radius: 5rem;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.15);
  transition: opacity 0.2s ease;
}
#TP-info .tp-info-btn a:hover {
  opacity: 0.8;
}
#TP-info .tp-info-btn a span {
  display: block;
  font-size: var(--font_size-16);
  font-weight: 500;
}
#TP-info .tp-info-btn a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 3px solid var(--color_link);
  border-top: none;
  border-left: none;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
#TP-info .tp-info-illust {
  width: 260px;
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(18%);
}
#TP-info .tp-info-illust img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width:986px) {
  #TP-info .tp-info-cardArea {
    gap: 10px;
  }
  #TP-info .tp-info-illust {
    width: 180px;
  }
}
@media only screen and (max-width:640px) {
  #TP-info {
    padding: 30px 15px 70px;
  }
  #TP-info .tp-info-cardArea {
    display: block;
  }
  #TP-info .tp-info-card {
    border-top-width: 10px;
  }
  #TP-info .tp-info-card + .tp-info-card {
    margin-top: 10px;
  }
  #TP-info .tp-info-card .wrp {
    padding: 15px 15px;
  }
  #TP-info .text-1 {
    font-size: 25px;
  }
  #TP-info .text-1 span {
    margin: 0 5px;
  }
  #TP-info .text-1 i {
    font-size: 40px;
  }
  #TP-info .text-s {
    margin-top: 10px;
    font-size: 16px;
  }
  #TP-info .tp-info-text {
    font-size: 18px;
    text-align: left;
  }
  #TP-info .tp-info-illust {
    display: none;
  }
  #TP-info .tp-info-btn {
    text-align: center;
    max-width: 500px;
    margin: 40px auto 0;
  }
  #TP-info .tp-info-btn a {
    display: block;
    position: relative;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    color: var(--color_link);
    background-color: #fff;
    font-size: var(--font_size-24);
    font-weight: 600;
    line-height: 1.5;
    border-radius: 5rem;
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.15);
  }
  #TP-info .tp-info-btn a span {
    display: block;
    font-size: var(--font_size-16);
    font-weight: 500;
  }
  #TP-info .tp-info-btn a::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: 3px solid var(--color_link);
    border-top: none;
    border-left: none;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
}

#TP-gallery {
  position: relative;
  padding: 60px 0;
  background-color: #cde8f6;
}
#TP-gallery .swiper {
  width: 100%;
  height: 100%;
}
#TP-gallery .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}
#TP-gallery .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#TP-gallery .swiper-slide p {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: 600;
}
#TP-gallery .swiper-pagination {
  bottom: 20px;
}
#TP-gallery .swiper-pagination-bullet {
  border-radius: 0;
  width: 40px;
  height: 7px;
  margin: 0 2px;
}
#TP-gallery .swiper-button-next, #TP-gallery .swiper-button-prev {
  padding: 5px;
  background-color: #fff;
  border-radius: 5px;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
#TP-gallery .swiper-button-next:hover, #TP-gallery .swiper-button-prev:hover {
  opacity: 1;
}
#TP-gallery .swiper-button-next::after, #TP-gallery .swiper-button-prev::after {
  font-size: 25px;
  font-weight: bold;
}
@media only screen and (max-width:640px) {
  #TP-gallery {
    padding: 30px 0 40px;
  }
  #TP-gallery .swiper-pagination {
    bottom: 10px;
  }
  #TP-gallery .swiper-button-next, #TP-gallery .swiper-button-prev {
    padding: 5px 0;
    border-radius: 2px;
  }
  #TP-gallery .swiper-button-next::after, #TP-gallery .swiper-button-prev::after {
    font-size: 20px;
  }
  #TP-gallery .swiper-button-next {
    right: 3px;
  }
  #TP-gallery .swiper-button-prev {
    left: 3px;
  }
}

.time-block {
  margin-top: 20px;
  padding: 15px 20px;
  background-color: #f3f8f5;
  border: 1px solid #c0e5cf;
  border-radius: 5px;
}
.time-block h3 {
  margin: 0;
  font-size: var(--font_size-18);
  font-weight: 600;
}
.time-block ul.time-list {
  margin: 0;
  padding: 0;
  font-size: var(--font_size-18);
  font-weight: 600;
  list-style: none;
}
.time-block ul.time-list li {
  position: relative;
  padding: 0 0 0 15px;
}
.time-block ul.time-list li + li {
  margin-top: 5px;
}
.time-block ul.time-list li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: var(--color_green);
  position: absolute;
  left: 0;
  top: 14px;
}
.time-block ul.time-list .name {
  display: inline-block;
  min-width: 80px;
}
@media only screen and (max-width:640px) {
  .time-block {
    padding: 10px;
  }
}

p.kome {
  position: relative;
  padding-left: 20px;
}
p.kome::before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

ul.kome {
  list-style: none;
  padding: 0;
}
ul.kome li {
  position: relative;
  padding: 0 0 0 25px;
  margin: 0;
}
ul.kome li + li {
  margin-top: 10px;
}
ul.kome li::before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

ul.kome-s {
  list-style: none;
  padding: 0 0 0 20px;
}
ul.kome-s li {
  position: relative;
  padding: 0 0 0 25px;
  margin: 0;
}
ul.kome-s li::before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.fee-table {
  margin-top: 30px;
}
.fee-table table {
  border-collapse: collapse;
  width: 100%;
}
.fee-table th, .fee-table td {
  padding: 10px;
  border: 1px solid #ccd1d6;
}
.fee-table th {
  background-color: #cfebf5;
  border: 1px solid #749aa8;
}
.fee-table td.td-1 {
  background-color: #f4fafc;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width:640px) {
  .fee-table {
    font-size: 13px;
  }
  .fee-table th, .fee-table td {
    padding: 5px;
  }
}

.fee-link {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted var(--color_fee);
}

.emph {
  font-weight: 600;
}
#Fee .emph {
  color: var(--color_fee);
}
#Map .emph {
  color: var(--color_map);
}

a.btn-pdf {
  display: inline-block;
  position: relative;
  padding: 5px 10px 5px 35px;
  border: 1px solid #71b2e7;
  margin: 5px 0;
  text-decoration: none;
  border-radius: 3px;
  background-color: #f4faff;
  color: var(--color_link);
  transition: background 0.2s ease;
}
a.btn-pdf:hover {
  background-color: #e0f1ff;
}
a.btn-pdf::before {
  content: url(../img/icon-pdf.png);
  display: block;
  position: absolute;
  top: 8px;
  left: 5px;
}

.map-address {
  margin-top: 10px;
}
.map-address p {
  margin: 10px;
  display: inline-block;
}

.map-area {
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-top: 500px;
}
.map-area iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-route-btn {
  margin-top: 15px;
  text-align: center;
}
.map-route-btn a {
  display: inline-block;
  min-width: 310px;
  text-decoration: none;
  color: #fff;
  background-color: #1b6ef3;
  line-height: 1;
  padding: 10px 30px 8px;
  font-size: var(--font_size-18);
  font-weight: 600;
  border-radius: 5rem;
  transition: background 0.2s ease;
}
.map-route-btn a:hover {
  background-color: #1b92f3;
}
.map-route-btn a img {
  width: 20px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
  transform: translateY(-2px);
}
.map-route-btn a span {
  display: inline-block;
  margin: 0 5px;
  padding: 3px 5px;
  font-size: 14px;
  color: #1b6ef3;
  background-color: #fff;
  border-radius: 2px;
  line-height: 1;
}
@media only screen and (max-width:640px) {
  .map-route-btn a {
    display: block;
    min-width: auto;
    min-width: initial;
  }
}

.font-s {
  font-size: var(--font_size-14);
}

#AD {
  padding: 50px 20px;
  background-color: #defbfd;
  text-align: center;
}
#AD .ad-inner {
  max-width: 1200px;
  margin: 0 auto;
}
#AD .ad-title {
  font-size: var(--font_size-38);
  font-weight: 700;
  margin: 0;
}
#AD .ad-title p {
  display: inline;
  padding-bottom: 2px;
  margin: 0;
  background: linear-gradient(to bottom, transparent 70%, #73fcfe 71%);
}
#AD .ad-text {
  margin: 1.5rem 0;
  font-size: var(--font_size-18);
}
@media only screen and (max-width:640px) {
  #AD .ad-text {
    text-align: left;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* FT
/* -------------------------------------------------------------------------*/
#FT {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px;
  background-color: #444;
  color: #fff;
}
#FT address {
  margin: 20px 20px 5px;
  overflow: hidden;
}
#FT address h1 {
  float: left;
  margin: 0 10px 10px;
  padding-right: 10px;
  border-right: 1px solid #696969;
}
#FT address h1 a {
  display: block;
  overflow: hidden;
  width: 173px;
  height: 34px;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
  background: url(../img/ft_name.png) 0 0 no-repeat;
  background-size: 100% auto;
}
#FT address p {
  font-size: 12px;
  color: #fff;
  font-style: normal;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
#FT .copyright {
  font-size: 14px;
  color: #afafaf;
  text-align: right;
  padding: 10px;
  margin: 20px 20px 0;
  border-top: #626262 1px solid;
}
#FT .copyright a {
  color: #afafaf;
  text-decoration: none;
}
@media only screen and (max-width:640px) {
  #FT {
    padding: 10px;
  }
  #FT address {
    margin: 5px 10px;
  }
  #FT address h1 {
    float: none;
    border: none;
    margin-left: 0;
  }
  #FT .copyright {
    border: none;
    padding: 0 0 10px;
    margin: 15px 10px 0;
    line-height: 1.5;
    text-align: left;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* 
/* -------------------------------------------------------------------------*/
#MblMN {
  height: 66px;
  width: 70px;
  background-color: var(--color_cmnBlue);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  cursor: pointer;
  text-align: center;
  line-height: 1;
}
#MblMN .mblmn-btn {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 22px;
  margin: 15px 0 6px;
}
#MblMN .mblmn-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  display: inline-block;
  transition: all 0.2s;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 4px;
}
#MblMN .mblmn-btn span:nth-of-type(1) {
  top: 0;
}
#MblMN .mblmn-btn span:nth-of-type(2) {
  top: 10px;
}
#MblMN .mblmn-btn span:nth-of-type(3) {
  bottom: 0;
}
#MblMN .mblmn-btn.active span {
  background-color: #fff;
}
#MblMN .mblmn-btn.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
#MblMN .mblmn-btn.active span:nth-of-type(2) {
  opacity: 0;
}
#MblMN .mblmn-btn.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}
#MblMN i {
  display: block;
  color: #fff;
  font-style: normal;
  font-size: 10px;
  font-weight: 600;
}
@media only screen and (max-width:640px) {
  #MblMN {
    height: 50px;
    width: 50px;
  }
  #MblMN i {
    display: none;
  }
}

body.mlbMN_active {
  overflow: hidden;
}

#FT-upMenu {
  position: fixed;
  left: 0;
  bottom: 20px;
  z-index: 1;
  display: none;
  background-color: var(--color_blue);
  border-top: 1px solid #fff;
}
#FT-upMenu .FT-upMenu-inner {
  display: flex;
}
#FT-upMenu .FT-upMenu-inner > figure {
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
#FT-upMenu .FT-upMenu-inner > figure img {
  width: 20px;
  height: auto;
}
#FT-upMenu .FT-upMenu-inner > figure figcaption {
  margin-top: 3px;
  font-size: 12px;
  color: #fff;
}
#FT-upMenu .FT-upMenu-inner ul {
  flex: 1;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#FT-upMenu .FT-upMenu-inner li {
  flex: auto;
  margin: 0;
  padding: 0;
  border-left: 1px solid #fff;
  display: flex;
}
#FT-upMenu .FT-upMenu-inner li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  flex: 1;
  color: #fff;
  text-decoration: none;
}
#FT-upMenu .FT-upMenu-inner li a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  vertical-align: middle;
  margin-left: 6px;
  opacity: 0.8;
}
#FT-upMenu a.ft-upMenu-oneLink {
  display: block;
  background-color: var(--color_blue);
  padding: 14px 12px 12px 10px;
  text-align: center;
  transition: opacity 0.2s ease;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}
#FT-upMenu a.ft-upMenu-oneLink:hover {
  opacity: 0.7;
}
#FT-upMenu a.ft-upMenu-oneLink p {
  margin: 0;
}
#FT-upMenu a.ft-upMenu-oneLink img {
  width: 20px;
  height: auto;
  vertical-align: middle;
  margin-right: 15px;
  transform: translateY(-3px);
}
@media only screen and (max-width:986px) {
  #FT-upMenu {
    display: block;
    right: 0;
    bottom: 0;
    transition: bottom 0.25s ease-out;
  }
  #FT-upMenu.show {
    bottom: -65px;
  }
}

#MN-cnt {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
}
#MN-cnt .mn-cnt-inner {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 700px;
  margin: 40px auto;
}
#MN-cnt .wrp {
  overflow-y: auto;
}
#MN-cnt .mn-cnt-hd {
  background-color: var(--color_cmnHD);
  padding: 10px;
}
#MN-cnt .mn-cnt-hd a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
#MN-cnt .mn-cnt-hd img {
  margin-right: 10px;
  vertical-align: middle;
}
#MN-cnt .mc-cnt-area {
  padding: 20px;
  background-color: #094baf;
}
#MN-cnt .mc-cnt-area .mc-cnt-title {
  text-align: center;
}
#MN-cnt .mc-cnt-area .mc-cnt-title img {
  width: 100%;
  height: auto;
  max-width: 400px;
}
#MN-cnt .mc-cnt-nv {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  padding: 0;
}
#MN-cnt .mc-cnt-nv li {
  margin: 0;
  padding: 0;
  flex: 1;
}
#MN-cnt .mc-cnt-nv li.nv-info a {
  color: var(--color-info);
}
#MN-cnt .mc-cnt-nv li.nv-fee a {
  color: var(--color-fee);
}
#MN-cnt .mc-cnt-nv li.nv-access a {
  color: var(--color-access);
}
#MN-cnt .mc-cnt-nv a {
  display: block;
  background-color: #fff;
  text-decoration: none;
  padding: 10px 10px 5px;
  font-weight: 500;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
}
#MN-cnt .mc-cnt-nv a img {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
}
#MN-cnt .mc-cnt-btn {
  text-align: center;
  max-width: 500px;
  margin: 30px auto 0;
}
#MN-cnt .mc-cnt-btn a {
  display: block;
  position: relative;
  padding: 10px 40px;
  text-align: center;
  text-decoration: none;
  color: var(--color_link);
  background-color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  border-radius: 5rem;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.15);
}
#MN-cnt .mc-cnt-btn a span {
  display: block;
  font-weight: 500;
  font-size: 14px;
}
#MN-cnt .mc-cnt-btn a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 3px solid var(--color_link);
  border-top: none;
  border-left: none;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
#MN-cnt .mn-cnt-others {
  padding: 15px;
  background-color: #ebf3ff;
}
#MN-cnt .mn-cnt-others p {
  padding: 5px;
  margin: 0;
  font-weight: 600;
  color: #094baf;
}
#MN-cnt ul.mc-cnt-link {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}
#MN-cnt ul.mc-cnt-link li {
  margin: 2px 0;
  padding: 0;
}
#MN-cnt ul.mc-cnt-link li a {
  position: relative;
  display: block;
  padding: 15px;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 1px 1px 0 #c4ccd8;
}
#MN-cnt ul.mc-cnt-link li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid var(--color_link);
  border-top: none;
  border-left: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
#MN-cnt .btn-close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
#MN-cnt .btn-close img {
  width: auto;
  height: auto;
  max-width: 100%;
}
#MN-cnt .bnr {
  text-align: center;
  padding: 20px;
}
#MN-cnt .bnr a {
  display: inline-block;
  max-width: 220px;
  border: 1px solid #cfcfcf;
}
#MN-cnt .bnr a img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width:986px) {
  #MN-cnt .mn-cnt-inner {
    margin: 30px auto;
  }
  #MN-cnt .btn-close {
    width: 40px;
    height: 40px;
    top: -10px;
    right: -10px;
  }
}
@media only screen and (max-width:640px) {
  #MN-cnt .mn-cnt-inner {
    margin: 10px auto 50px;
  }
  #MN-cnt .mn-cnt-hd a {
    font-size: 13px;
  }
  #MN-cnt .mn-cnt-hd img {
    width: 20px;
    height: auto;
    margin-right: 4px;
  }
  #MN-cnt .mc-cnt-area {
    padding: 20px 10px;
  }
  #MN-cnt .mc-cnt-nv {
    font-size: 14px;
    gap: 5px;
  }
  #MN-cnt .mc-cnt-nv a {
    padding: 8px 5px 5px;
  }
  #MN-cnt .mc-cnt-nv a img {
    display: block;
    margin: 0 auto 5px;
  }
  #MN-cnt .mc-cnt-btn a {
    font-size: 18px;
  }
  #MN-cnt .mc-cnt-btn a span {
    font-size: 13px;
  }
}

/* -------------------------------------------------------------------------*/