@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/* base
==================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr {
  font-size: 18px;
  line-height: 1.5;
  color: #333;
}
@media screen and (min-width: 1400px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  pre,
  blockquote,
  ul,
  li,
  ol,
  dl,
  dd,
  tr {
    font-size: 1.2857142857vw;
  }
}

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

a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:active {
  color: #000;
}
@media (min-width: 800px) {
  a.tel {
    pointer-events: none;
    cursor: default;
  }
}

@media (min-width: 800px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 799px) {
  .pc {
    display: none !important;
  }
}
/* main
==================================*/
main {
  display: block; /*IE対策*/
}

/*　Retina対応時のCSS↓　*/
/*=================================
 	.header
==================================*/
/*.secure-header
-------------------------*/
.secure-header {
  width: 100%;
  height: 91px;
}
@media screen and (min-width: 1400px) {
  .secure-header {
    height: 6.5vw;
  }
}

/*.header
-------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  width: 100%;
  border-bottom: solid 1px #d1d1e2;
}
.header .inner {
  box-sizing: border-box;
  padding: 0 2.1428571429vw;
  display: flex;
  align-items: center;
  height: 91px;
}
@media screen and (min-width: 1400px) {
  .header .inner {
    height: 6.5vw;
  }
}
.header .inner .logo-area {
  width: 26.6911764706vw;
  transition: all 0.3s ease;
}
.header .inner .logo-area:hover {
  opacity: 0.8;
}
.header .inner .nav-menu-wrap {
  display: flex !important;
  justify-content: right;
  align-items: center;
  margin-left: auto;
}
.header .inner .nav-menu-wrap .nav-area .sub-nav-area {
  padding-bottom: 3px;
}
@media screen and (min-width: 1400px) {
  .header .inner .nav-menu-wrap .nav-area .sub-nav-area {
    padding-bottom: 0.2142857143vw;
  }
}
.header .inner .nav-menu-wrap .nav-area .sub-nav-area .sub-nav-lists {
  display: flex;
  justify-content: right;
}
.header .inner .nav-menu-wrap .nav-area .sub-nav-area .sub-nav-lists li {
  margin-left: 18px;
}
@media screen and (min-width: 1400px) {
  .header .inner .nav-menu-wrap .nav-area .sub-nav-area .sub-nav-lists li {
    margin-left: 1.2857142857vw;
  }
}
.header .inner .nav-menu-wrap .nav-area .sub-nav-area .sub-nav-lists li a {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.header .inner .nav-menu-wrap .nav-area .sub-nav-area .sub-nav-lists li a:hover {
  color: #504894;
  opacity: 0.8;
}
.header .inner .nav-menu-wrap .nav-area .sub-nav-area .sub-nav-lists li a.here {
  color: #504894 !important;
}
@media screen and (min-width: 1400px) {
  .header .inner .nav-menu-wrap .nav-area .sub-nav-area .sub-nav-lists li a {
    font-size: 1vw;
  }
}
.header .inner .nav-menu-wrap .nav-area .global-nav-area .global-nav-lists {
  display: flex;
  justify-content: right;
}
.header .inner .nav-menu-wrap .nav-area .global-nav-area .global-nav-lists li {
  margin-left: 2.2058823529vw;
}
.header .inner .nav-menu-wrap .nav-area .global-nav-area .global-nav-lists li a {
  color: #333333;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}
.header .inner .nav-menu-wrap .nav-area .global-nav-area .global-nav-lists li a:hover {
  color: #504894;
  opacity: 0.8;
}
.header .inner .nav-menu-wrap .nav-area .global-nav-area .global-nav-lists li a.here {
  color: #504894 !important;
}
@media screen and (min-width: 1400px) {
  .header .inner .nav-menu-wrap .nav-area .global-nav-area .global-nav-lists li a {
    font-size: 1.2857142857vw;
  }
}
.header .inner .nav-menu-wrap .contact-area {
  padding-left: 20px;
}
@media screen and (min-width: 980px) {
  .header .inner .nav-menu-wrap .contact-area {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .header .inner .nav-menu-wrap .contact-area {
    padding-left: 2.1428571429vw;
  }
}
.header .inner .nav-menu-wrap .contact-area .contact-button-area .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 52px;
  background-color: #504894;
  border-radius: 7px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  .header .inner .nav-menu-wrap .contact-area .contact-button-area .button {
    font-size: 18px;
    width: 180px;
  }
}
@media screen and (min-width: 1400px) {
  .header .inner .nav-menu-wrap .contact-area .contact-button-area .button {
    font-size: 1.2857142857vw;
    width: 12.8571428571vw;
    height: 3.7142857143vw;
    border-radius: 0.7142857143vw;
  }
}
.header .inner .nav-menu-wrap .contact-area .contact-button-area .button:hover {
  opacity: 0.8;
}
.header .inner .nav-menu-wrap .contact-area .contact-button-area .button .text {
  position: relative;
  top: -1px;
}

/*=================================
 	.google-map
==================================*/
.google-map-area {
  padding-top: 150px;
  margin-bottom: -3px;
}
@media screen and (min-width: 1400px) {
  .google-map-area {
    padding-top: 10.7142857143vw;
  }
}
.google-map-area .google-map {
  position: relative;
  width: 100%;
  height: 550px;
}
@media screen and (min-width: 1400px) {
  .google-map-area .google-map {
    padding-top: 39.5%;
    height: auto;
  }
}
.google-map-area .google-map .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*=================================
 	.footer
==================================*/
.footer {
  position: relative;
  overflow: hidden;
  background-color: #333333;
  /*.line-img
  -------------------------*/
  /*.inner
  -------------------------*/
  /*.logo-area
  -------------------------*/
  /*.content-wrap
  -------------------------*/
}
.footer .line-img {
  position: absolute;
  top: -160px;
  right: -150px;
  opacity: 0.1;
  width: 1000px;
}
@media screen and (min-width: 1400px) {
  .footer .line-img {
    top: -11.4285714286vw;
    right: -10.7142857143vw;
    width: 71.4285714286vw;
  }
}
.footer .line-img img {
  width: 100%;
}
.footer .inner {
  padding: 100px 7.1428571429vw;
  position: relative;
}
.footer .logo-area {
  padding-bottom: 48px;
}
@media screen and (min-width: 1400px) {
  .footer .logo-area {
    padding-bottom: 3.4285714286vw;
  }
}
.footer .logo-area .logo {
  width: 426px;
  display: block;
}
@media screen and (min-width: 1400px) {
  .footer .logo-area .logo {
    width: 30.4285714286vw;
  }
}
.footer .logo-area .logo img {
  width: 100%;
}
@media screen and (min-width: 880px) {
  .footer .content-wrap {
    display: flex;
  }
}
.footer .content-wrap .address-area {
  width: 100%;
  padding-bottom: 80px;
}
@media screen and (min-width: 880px) {
  .footer .content-wrap .address-area {
    width: 50%;
  }
}
@media screen and (min-width: 1400px) {
  .footer .content-wrap .address-area {
    padding-bottom: 5.7142857143vw;
  }
}
.footer .content-wrap .address-area .text-area {
  color: #fff;
  display: inline-block;
  padding-bottom: 50px;
}
@media screen and (min-width: 1400px) {
  .footer .content-wrap .address-area .text-area {
    padding-bottom: 3.5714285714vw;
  }
}
.footer .content-wrap .address-area .text-area .address-text {
  color: #fff;
  padding-bottom: 20px;
  line-height: 1.8;
  border-bottom: solid 1px #6d6c71;
}
.footer .content-wrap .address-area .text-area .address-text a {
  color: #fff;
}
@media screen and (min-width: 1400px) {
  .footer .content-wrap .address-area .text-area .address-text {
    padding-bottom: 1.4285714286vw;
  }
}
.footer .content-wrap .address-area .text-area .hours-text {
  color: #fff;
  padding-top: 20px;
  line-height: 1.8;
}
@media screen and (min-width: 1400px) {
  .footer .content-wrap .address-area .text-area .hours-text {
    padding-top: 1.4285714286vw;
  }
}
.footer .content-wrap .address-area .contact-button-area .button {
  display: flex;
  justify-content: left;
  align-items: center;
  background-color: #fff;
  padding: 0 38px;
  font-size: 22px;
  font-weight: 500;
  width: 275px;
  height: 68px;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  border: solid 1px #fff;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1400px) {
  .footer .content-wrap .address-area .contact-button-area .button {
    padding: 0 2.7142857143vw;
    font-size: 1.5714285714vw;
    width: 19.6428571429vw;
    height: 4.8571428571vw;
    border-radius: 0.7142857143vw;
  }
}
.footer .content-wrap .address-area .contact-button-area .button .text {
  line-height: 1;
  position: relative;
  top: -2px;
}
.footer .content-wrap .address-area .contact-button-area .button .icon-arrow {
  position: absolute;
  top: 50%;
  right: 36px;
  width: 9px;
  height: 16px;
  display: block;
  font-size: 1px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1400px) {
  .footer .content-wrap .address-area .contact-button-area .button .icon-arrow {
    right: 2.5714285714vw;
    width: 0.6428571429vw;
    height: 1.1428571429vw;
  }
}
.footer .content-wrap .address-area .contact-button-area .button .icon-arrow .arrow {
  position: relative;
  display: block;
  left: 2px;
  width: 9px;
  height: 16px;
  mask-image: url(../images/common/icon-arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #333333;
}
@media screen and (min-width: 1400px) {
  .footer .content-wrap .address-area .contact-button-area .button .icon-arrow .arrow {
    left: 0.1428571429vw;
    width: 0.6428571429vw;
    height: 1.1428571429vw;
  }
}
.footer .content-wrap .address-area .contact-button-area .button:hover {
  background-color: #333333;
}
.footer .content-wrap .address-area .contact-button-area .button:hover .text {
  color: #fff;
}
.footer .content-wrap .address-area .contact-button-area .button:hover .icon-arrow .arrow {
  background-color: #fff;
}
.footer .content-wrap .footer-nav-area {
  width: 100%;
  display: flex;
  box-sizing: border-box;
}
@media screen and (min-width: 880px) {
  .footer .content-wrap .footer-nav-area {
    padding-left: 80px;
    width: 50%;
    justify-content: right;
  }
}
@media screen and (min-width: 1400px) {
  .footer .content-wrap .footer-nav-area {
    padding-left: 5.7142857143vw;
  }
}
.footer .content-wrap .footer-nav-area .layout-a {
  padding-right: 40px;
}
.footer .content-wrap .footer-nav-area .layout-a .footer-nav-lists li.insta {
  display: flex;
  gap: 14px;
}
.footer .content-wrap .footer-nav-area .layout-a .footer-nav-lists li.insta a {
  display: block;
  width: 25px;
}
@media screen and (min-width: 1400px) {
  .footer .content-wrap .footer-nav-area .layout-a .footer-nav-lists li.insta a {
    width: 1.7857142857vw;
  }
}
.footer .content-wrap .footer-nav-area .layout-a .footer-nav-lists li a {
  font-size: 18px;
  color: #fff;
  display: block;
  padding-bottom: 28px;
}
@media screen and (min-width: 1400px) {
  .footer .content-wrap .footer-nav-area .layout-a .footer-nav-lists li a {
    font-size: 1.2857142857vw;
    padding-bottom: 2vw;
  }
}
.footer .content-wrap .footer-nav-area .layout-a .footer-nav-lists li a:hover {
  opacity: 0.6;
}
.footer .content-wrap .footer-nav-area .layout-b .footer-nav-lists li a {
  font-size: 18px;
  color: #fff;
  display: block;
  padding-bottom: 28px;
}
@media screen and (min-width: 1400px) {
  .footer .content-wrap .footer-nav-area .layout-b .footer-nav-lists li a {
    font-size: 1.2857142857vw;
    padding-bottom: 2vw;
  }
}
.footer .content-wrap .footer-nav-area .layout-b .footer-nav-lists li a:hover {
  opacity: 0.6;
}
.footer .copy-area {
  height: 60px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}
@media screen and (min-width: 1400px) {
  .footer .copy-area {
    height: 4.2857142857vw;
  }
}
.footer .copy-area .copy-text {
  font-size: 14px;
  color: #2a2a2a;
}
@media screen and (min-width: 1400px) {
  .footer .copy-area .copy-text {
    font-size: 1vw;
  }
}

.page-top-area {
  position: absolute;
  right: 100px;
  bottom: 32px;
}
@media screen and (min-width: 1400px) {
  .page-top-area {
    right: 7.1428571429vw;
    bottom: 2.2857142857vw;
  }
}
.page-top-area a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page-top-area a .icon-arrow {
  display: block;
  width: 18px;
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1400px) {
  .page-top-area a .icon-arrow {
    width: 1.2857142857vw;
  }
}
.page-top-area a .page-top-text {
  padding-top: 16px;
  display: block;
  color: #fff;
}
@media screen and (min-width: 1400px) {
  .page-top-area a .page-top-text {
    font-size: 1.2857142857vw;
    padding-top: 1.1428571429vw;
  }
}
.page-top-area:hover a .icon-arrow {
  transform: rotate(-90deg) translateX(8px);
}

/*=================================
 	.main-title-area
==================================*/
.main-title-area .title .en-text {
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 1400px) {
  .main-title-area .title .en-text {
    font-size: 1.1428571429vw;
    padding-left: 1.1428571429vw;
    margin-bottom: 1.4285714286vw;
  }
}
.main-title-area .title .en-text::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 6px;
  height: 6px;
  background-color: #514995;
  border-radius: 9999px;
}
@media screen and (min-width: 1400px) {
  .main-title-area .title .en-text::after {
    left: 0.4285714286vw;
    top: 0.4285714286vw;
    width: 0.4285714286vw;
    height: 0.4285714286vw;
  }
}
.main-title-area .title .jp-text {
  display: block;
  font-size: 52px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 1400px) {
  .main-title-area .title .jp-text {
    font-size: 3.7142857143vw;
  }
}
.main-title-area .title .ruby-text {
  font-weight: 500;
  padding-top: 20px;
  font-size: 18px;
  display: block;
}
@media screen and (min-width: 1400px) {
  .main-title-area .title .ruby-text {
    padding-top: 1.4285714286vw;
    font-size: 1.2857142857vw;
  }
}
.main-title-area .title.amuse-color .en-text::after {
  background-color: #504894;
}
.main-title-area .title.ground-color .en-text::after {
  background-color: #10a184;
}
.main-title-area .title.court-color .en-text::after {
  background-color: #ffae00;
}
.main-title-area .title.school-color .en-text::after {
  background-color: #2877d7;
}
.main-title-area .title.yuya-color .en-text::after {
  background-color: #575757;
}
.main-title-area .title.classes-color .en-text::after {
  background-color: #10a184;
}

/*=================================
 	.icon-arrow(ベース)
==================================*/
.icon-arrow-area {
  display: inline-block;
}
.icon-arrow-area .icon-arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 49px;
  height: 49px;
  border-radius: 999px;
  border: solid 2px #514995;
  box-sizing: border-box;
}
@media screen and (min-width: 1400px) {
  .icon-arrow-area .icon-arrow {
    width: 3.4285714286vw;
    height: 3.4285714286vw;
    border: solid 0.1428571429vw #514995;
  }
}
.icon-arrow-area .icon-arrow .arrow {
  position: relative;
  display: block;
  left: 2px;
  width: 9px;
  height: 16px;
  mask-image: url(../images/common/icon-arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #514995;
  box-sizing: border-box;
}
@media screen and (min-width: 1400px) {
  .icon-arrow-area .icon-arrow .arrow {
    left: 0.1428571429vw;
    width: 0.6428571429vw;
    height: 1.1428571429vw;
  }
}

/*=================================
 	.arrow-button-area(ベース)
==================================*/
.arrow-button-area .button {
  display: inline-block;
}
.arrow-button-area .button .text {
  font-size: 18px;
  color: #333;
  display: inline-block;
  padding-right: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1400px) {
  .arrow-button-area .button .text {
    font-size: 1.2857142857vw;
    padding-right: 1.1428571429vw;
  }
}
.arrow-button-area .button .icon-arrow-area .icon-arrow {
  cursor: pointer;
  transition: all 0.3s ease;
}
.arrow-button-area .button .icon-arrow-area .icon-arrow .arrow {
  transition: all 0.3s ease;
}
.arrow-button-area .button:hover .text {
  color: #514995;
}
.arrow-button-area .button:hover .icon-arrow-area .icon-arrow {
  background-color: #514995;
}
.arrow-button-area .button:hover .icon-arrow-area .icon-arrow .arrow {
  background-color: #fff;
}

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

	ここから下層ページのcommon

------------------------------------------------------------*/
/*=================================
 	.sub-visual-area
==================================*/
.sub-visual-area {
  padding-bottom: 100px;
  /*.tax-text-area
  -------------------------*/
}
@media screen and (min-width: 1400px) {
  .sub-visual-area {
    padding-bottom: 7.1428571429vw;
  }
}
.sub-visual-area .sub-visual {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  display: flex;
  align-items: center;
  /*.sub-visual-line
  -------------------------*/
  /*.breadcrumb-area
  -------------------------*/
  /*.line
  -------------------------*/
}
@media screen and (min-width: 1400px) {
  .sub-visual-area .sub-visual {
    height: 20vw;
  }
}
.sub-visual-area .sub-visual .sub-visual-line {
  position: absolute;
  right: 0;
  top: -28px;
  width: 1400px;
  z-index: -1;
}
@media screen and (min-width: 1400px) {
  .sub-visual-area .sub-visual .sub-visual-line {
    top: -2vw;
    width: 100%;
  }
}
.sub-visual-area .sub-visual .sub-visual-line img {
  width: 1400px;
}
@media screen and (min-width: 1400px) {
  .sub-visual-area .sub-visual .sub-visual-line img {
    width: 100%;
  }
}
.sub-visual-area .sub-visual .main-title-area {
  padding-left: 15.7142857143vw;
}
.sub-visual-area .sub-visual .main-title-area .title .jp-text {
  font-size: 44px;
}
@media screen and (min-width: 1400px) {
  .sub-visual-area .sub-visual .main-title-area .title .jp-text {
    font-size: 3.1428571429vw;
  }
}
.sub-visual-area .sub-visual .breadcrumb-area {
  position: absolute;
  top: 0;
  padding-top: 16px;
  padding-bottom: 70px;
  padding-left: 30px;
}
@media screen and (min-width: 1400px) {
  .sub-visual-area .sub-visual .breadcrumb-area {
    padding-top: 1.1428571429vw;
    padding-bottom: 5vw;
    padding-left: 2.1428571429vw;
  }
}
.sub-visual-area .sub-visual .breadcrumb-area .breadcrumb {
  display: flex;
  justify-content: left;
}
.sub-visual-area .sub-visual .breadcrumb-area .breadcrumb li {
  font-size: 14px;
  color: #333;
  margin-right: 40px;
  position: relative;
  word-break: break-all;
  white-space: nowrap;
}
@media screen and (min-width: 1400px) {
  .sub-visual-area .sub-visual .breadcrumb-area .breadcrumb li {
    font-size: 1vw;
    margin-right: 2.8571428571vw;
  }
}
.sub-visual-area .sub-visual .breadcrumb-area .breadcrumb li::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -30px;
  width: 20px;
  height: 1px;
  background-color: #868686;
  transform: rotate(-45deg);
}
@media screen and (min-width: 1400px) {
  .sub-visual-area .sub-visual .breadcrumb-area .breadcrumb li::after {
    top: 0.7142857143vw;
    right: -2.1428571429vw;
    width: 1.4285714286vw;
    height: 0.0714285714vw;
  }
}
.sub-visual-area .sub-visual .breadcrumb-area .breadcrumb li:nth-last-child(1) {
  margin-right: 0;
  white-space: normal;
}
.sub-visual-area .sub-visual .breadcrumb-area .breadcrumb li:nth-last-child(1)::after {
  content: none;
}
.sub-visual-area .sub-visual .breadcrumb-area .breadcrumb li a {
  font-size: 14px;
  color: #868686;
  display: block;
  word-break: break-all;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1400px) {
  .sub-visual-area .sub-visual .breadcrumb-area .breadcrumb li a {
    font-size: 1vw;
  }
}
.sub-visual-area .sub-visual .breadcrumb-area .breadcrumb li a:hover {
  color: #504894;
}
.sub-visual-area .sub-visual .line {
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  display: flex;
  z-index: 100;
}
.sub-visual-area .sub-visual .line span {
  height: 4px;
  width: 25%;
  display: block;
}
@media screen and (min-width: 1400px) {
  .sub-visual-area .sub-visual .line span {
    height: 0.2857142857vw;
  }
}
.sub-visual-area .sub-visual .line span:nth-child(1) {
  background-color: #504894;
}
.sub-visual-area .sub-visual .line span:nth-child(2) {
  background-color: #ffae00;
}
.sub-visual-area .sub-visual .line span:nth-child(3) {
  background-color: #f6200a;
}
.sub-visual-area .sub-visual .line span:nth-child(4) {
  background-color: #10a184;
}
.sub-visual-area .tax-text-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 16px 32px 0;
  text-align: right;
}
@media screen and (min-width: 1400px) {
  .sub-visual-area .tax-text-area {
    max-width: none;
    padding: 1.1428571429vw 2.2857142857vw;
  }
}
.sub-visual-area .tax-text-area .tax-text {
  font-size: 12px;
}

/*=================================
 	.sub-title-area
==================================*/
.sub-title-area {
  padding-bottom: 24px;
}
@media screen and (min-width: 1400px) {
  .sub-title-area {
    padding-bottom: 1.7142857143vw;
  }
}
.sub-title-area .sub-title {
  font-size: 30px;
  font-weight: 500;
  position: relative;
  padding-left: 18px;
  line-height: 1.5;
  color: #333;
}
.sub-title-area .sub-title .small-text {
  font-size: 22px;
  display: inline-block;
  padding-left: 16px;
}
@media screen and (min-width: 1400px) {
  .sub-title-area .sub-title .small-text {
    font-size: 1.5714285714vw;
  }
}
@media screen and (min-width: 1400px) {
  .sub-title-area .sub-title {
    font-size: 2.1428571429vw;
    padding-left: 1.2857142857vw;
  }
}
.sub-title-area .sub-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 12px;
  height: 12px;
  background-color: #504894;
  border-radius: 999px;
}
@media screen and (min-width: 1400px) {
  .sub-title-area .sub-title::after {
    top: 1.2857142857vw;
    width: 0.8571428571vw;
    height: 0.8571428571vw;
    border-radius: 71.3571428571vw;
  }
}
.sub-title-area .sub-title.amuse-color::after {
  background-color: #504894;
}
.sub-title-area .sub-title.ground-color::after {
  background-color: #10a184;
}
.sub-title-area .sub-title.court-color::after {
  background-color: #ffae00;
}
.sub-title-area .sub-title.school-color::after {
  background-color: #2877d7;
}
.sub-title-area .sub-title.yuya-color::after {
  background-color: #575757;
}
.sub-title-area .sub-title.noto-color::after {
  background-color: #dc1d09;
}

/*=================================
 	.swiper-slide
==================================*/
.swiper-slide {
  background-color: #fff;
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1400px) {
  .swiper-slide {
    border-radius: 1.4285714286vw;
  }
}
.swiper-slide a {
  display: block;
  height: 100%;
}
.swiper-slide a .photo-area {
  overflow: hidden;
  position: relative;
  padding-top: 65%;
}
.swiper-slide a .photo-area .photo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transform: translate(-50%, -50%);
}
.swiper-slide a .photo-area .photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 320/200;
  transition: transform 0.3s ease;
  will-change: transform;
  backface-visibility: hidden;
  transform: scale(1);
}
.swiper-slide a .content-area {
  padding: 16px 26px 20px 26px;
}
@media screen and (min-width: 1400px) {
  .swiper-slide a .content-area {
    padding: 1.1428571429vw 1.8571428571vw 1.4285714286vw 1.8571428571vw;
  }
}
.swiper-slide a .content-area .label-lists {
  padding-bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin-bottom: -8px;
}
@media screen and (min-width: 1400px) {
  .swiper-slide a .content-area .label-lists {
    padding-bottom: 1.4285714286vw;
  }
}
.swiper-slide a .content-area .label-lists .label-text {
  font-size: 12px;
  color: #fff;
  padding: 5px 12px;
  box-sizing: border-box;
  border-radius: 999px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (min-width: 1400px) {
  .swiper-slide a .content-area .label-lists .label-text {
    font-size: 0.8571428571vw;
    padding: 0.3571428571vw 0.5714285714vw;
    margin-bottom: 0.5714285714vw;
  }
}
.swiper-slide a .content-area .label-lists .label-text .pos {
  line-height: 1;
  display: inline-block;
  position: relative;
  top: -1px;
}
.swiper-slide a .content-area .title {
  font-size: 22px;
  line-height: 1.3;
  padding-bottom: 12px;
  word-break: break-all;
  overflow-wrap: break-word;
}
@media screen and (min-width: 1400px) {
  .swiper-slide a .content-area .title {
    font-size: 1.5714285714vw;
    padding-bottom: 0.8571428571vw;
  }
}
.swiper-slide a .content-area p {
  word-break: break-all;
  overflow-wrap: break-word;
  font-size: 16px;
  color: #7b7b7b;
  padding-bottom: 10px;
}
@media screen and (min-width: 1400px) {
  .swiper-slide a .content-area p {
    font-size: 1.1428571429vw;
    padding-bottom: 0.7142857143vw;
  }
}
.swiper-slide a .content-area .open-lists {
  padding-bottom: 10px;
}
@media screen and (min-width: 1400px) {
  .swiper-slide a .content-area .open-lists {
    padding-bottom: 0.7142857143vw;
  }
}
.swiper-slide a .content-area .open-lists li {
  font-size: 16px;
  color: #7b7b7b;
}
@media screen and (min-width: 1400px) {
  .swiper-slide a .content-area .open-lists li {
    font-size: 1.1428571429vw;
  }
}
.swiper-slide a .content-area .period-text {
  font-size: 16px;
  color: #7b7b7b;
}
@media screen and (min-width: 1400px) {
  .swiper-slide a .content-area .period-text {
    font-size: 1.1428571429vw;
  }
}
.swiper-slide a:hover .photo-area .photo img {
  transform: scale(1.1);
}

/*=================================
 	.news-label-area
==================================*/
.news-label-area .news-label {
  position: relative;
  line-height: 1;
  top: -2px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  border-radius: 9999px;
  padding: 5px 14px;
}
@media screen and (min-width: 1400px) {
  .news-label-area .news-label {
    top: -0.1428571429vw;
    font-size: 1.1428571429vw;
    padding: 0.3571428571vw 1vw;
  }
}
.news-label-area .news-label .pos {
  position: relative;
  top: -1px;
  font-weight: 600;
}
@media screen and (min-width: 1400px) {
  .news-label-area .news-label .pos {
    top: -0.0714285714vw;
  }
}

/*=================================
 	.category-label-lists-area
==================================*/
.category-label-lists-area .category-label-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5%;
}
.category-label-lists-area .category-label-lists .item {
  margin-bottom: 14px;
}
.category-label-lists-area .category-label-lists .item a {
  font-size: 16px;
  display: block;
  border-radius: 99px;
  font-weight: 500;
  padding: 0 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  line-height: 1;
  height: 32px;
}
@media screen and (min-width: 1400px) {
  .category-label-lists-area .category-label-lists .item a {
    font-size: 1.1428571429vw;
    border-radius: 7.0714285714vw;
    padding: 0 1.1428571429vw;
    height: 2.2857142857vw;
  }
}
.category-label-lists-area .category-label-lists .item a .text {
  position: relative;
  top: 7px;
  line-height: 1;
  display: inline-block;
}
@media screen and (min-width: 1400px) {
  .category-label-lists-area .category-label-lists .item a .text {
    top: 0.5vw;
  }
}
.category-label-lists-area .category-label-lists .item a:hover {
  opacity: 0.8;
}

/*=================================
 	各ラベルの色
==================================*/
/*.news-label-c
-------------------------*/
.news-label-c-1 {
  color: #fff !important;
  background-color: #504894;
}

.news-label-c-2 {
  color: #fff !important;
  background-color: #ffae00;
}

.news-label-c-3 {
  color: #fff !important;
  background-color: #2899ef;
}

.news-label-c-4 {
  color: #fff !important;
  background-color: #f6200a;
}

/*.classes-label-c
-------------------------*/
.classes-label-c-1 {
  color: #fff !important;
  background-color: #504894;
}

.classes-label-c-2 {
  color: #fff !important;
  background-color: #1eb95c;
}

.classes-label-c-3 {
  color: #fff !important;
  background-color: #c86192;
}

.classes-label-c-4 {
  color: #fff !important;
  background-color: #ffae00;
}

/*=================================
	.icon-pdf-text-area
==================================*/
.icon-pdf-text-area {
  display: flex;
  align-items: center;
}
.icon-pdf-text-area + .icon-pdf-text-area {
  padding-top: 16px;
}
.icon-pdf-text-area .icon-pdf {
  display: inline-block;
  width: 24px;
  margin-right: 12px;
  font-size: 1px;
}
@media screen and (min-width: 1400px) {
  .icon-pdf-text-area .icon-pdf {
    width: 1.7142857143vw;
    margin-right: 0.8571428571vw;
  }
}
.icon-pdf-text-area .text {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 8px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1400px) {
  .icon-pdf-text-area .text {
    text-underline-offset: 0.5714285714vw;
  }
}
.icon-pdf-text-area .text:hover {
  opacity: 0.7;
}

/*==================================
	.pager_wrap_area
	/news//classes/ 個別ページ
==================================*/
.pager_wrap_area {
  padding-top: 50px;
  margin-top: 50px;
  border-top: solid 1px #c9c5e8;
}
@media screen and (min-width: 1400px) {
  .pager_wrap_area {
    padding-top: 3.5714285714vw;
    margin-top: 3.5714285714vw;
  }
}
.pager_wrap_area .pager_wrap {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 1400px) {
  .pager_wrap_area .pager_wrap {
    max-width: none;
    width: 35.7142857143vw;
  }
}
.pager_wrap_area .pager_wrap ul {
  position: relative;
  /*.prev
  ------------------------*/
  /*.next
  ------------------------*/
}
.pager_wrap_area .pager_wrap ul li a:hover {
  opacity: 0.7;
}
.pager_wrap_area .pager_wrap ul .list a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  width: 180px;
  height: 52px;
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
  text-align: center;
  margin: auto;
  background-color: #504894;
}
@media screen and (min-width: 1400px) {
  .pager_wrap_area .pager_wrap ul .list a {
    width: 12.8571428571vw;
    height: 3.7142857143vw;
    font-size: 1.2857142857vw;
    border-radius: 0.7142857143vw;
  }
}
.pager_wrap_area .pager_wrap ul .prev, .pager_wrap_area .pager_wrap ul .next {
  position: absolute;
  top: 2px;
}
.pager_wrap_area .pager_wrap ul .prev a, .pager_wrap_area .pager_wrap ul .next a {
  display: block;
}
.pager_wrap_area .pager_wrap ul .prev a .page-icon-arrow, .pager_wrap_area .pager_wrap ul .next a .page-icon-arrow {
  width: 49px;
  height: 48px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1400px) {
  .pager_wrap_area .pager_wrap ul .prev a .page-icon-arrow, .pager_wrap_area .pager_wrap ul .next a .page-icon-arrow {
    width: 3.5vw;
    height: 3.4285714286vw;
  }
}
.pager_wrap_area .pager_wrap ul .prev a .page-icon-arrow::after, .pager_wrap_area .pager_wrap ul .next a .page-icon-arrow::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 14px;
  height: 24px;
  mask-image: url(../images/common/icon-arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #514995;
}
@media screen and (min-width: 1400px) {
  .pager_wrap_area .pager_wrap ul .prev a .page-icon-arrow::after, .pager_wrap_area .pager_wrap ul .next a .page-icon-arrow::after {
    top: 0.8571428571vw;
    width: 1vw;
    height: 1.7142857143vw;
  }
}
.pager_wrap_area .pager_wrap ul .prev a:hover .page-icon-arrow, .pager_wrap_area .pager_wrap ul .next a:hover .page-icon-arrow {
  opacity: 0.7;
  transform: scale(1.2);
}
.pager_wrap_area .pager_wrap ul .prev {
  left: 0;
}
.pager_wrap_area .pager_wrap ul .prev a .page-icon-arrow::after {
  left: 16px;
  transform: scale(-1, 1);
}
.pager_wrap_area .pager_wrap ul .next {
  right: 0;
}
.pager_wrap_area .pager_wrap ul .next a .page-icon-arrow:after {
  right: 16px;
}

/*==================================
	.swipe-text-container
==================================*/
.swipe-text-container {
  padding-bottom: 9px;
}
@media screen and (min-width: 1080px) {
  .swipe-text-container {
    display: none;
  }
}
.swipe-text-container.text-none-ground-a {
  display: none;
}
.swipe-text-container.text-none-ground-b {
  display: none;
}
.swipe-text-container.text-none-court {
  display: none;
}
.swipe-text-container .swipe-text {
  font-size: 14px;
  padding-top: 4px;
  padding-left: 27px;
  text-align: center;
  position: relative;
  display: inline-block;
}
.swipe-text-container .swipe-text .icon-swipe {
  position: absolute;
  display: inline-block;
  top: 10px;
  left: 0;
  width: 21px;
  height: 9px;
  font-size: 1px;
}
.swipe-text-container .swipe-text .icon-swipe img {
  width: 100%;
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-up {
  transform: translate(0, 50px);
  opacity: 0;
  transition: 0.7s ease-in-out;
}

.move {
  transform: translate(0, 0);
  opacity: 1;
}

.delay1 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.delay2 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.delay3 {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}

.delay4 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

.delay5 {
  -moz-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
}

.delay6 {
  -moz-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
}

.delay7 {
  -moz-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
}

/*==================================
  Component
==================================*/
html {
  overflow: auto;
}
html.no_move {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".png"], img[src$=".jpg"] {
  backface-visibility: hidden;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}
@media (max-width: 799px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.row .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  box-sizing: border-box;
}
.row .col.col_4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

/*==================================
	リスト系
==================================*/
.news_ul {
  margin: 0 0 19px;
}
.news_ul .news_li {
  border-bottom: 1px solid #e8e8e8;
  padding: 22px 14px;
}
.news_ul .news_li > a {
  display: flex;
  align-items: center;
}
.news_ul .news_li > a .date {
  font-size: 16px;
  color: #919191;
  margin-right: 24px;
}
.news_ul .news_li > a .img_wrap {
  margin-right: 17px;
}
@media (min-width: 800px) {
  .news_ul .news_li > a .title {
    background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
    transition: background 0.4s ease;
  }
  .news_ul .news_li > a:hover .title {
    background-size: 100% 1px;
  }
}
@media (max-width: 799px) {
  .news_ul .news_li {
    padding: 14px 0;
  }
  .news_ul .news_li > a {
    display: block;
    position: relative;
    padding-left: 80px;
  }
  .news_ul .news_li > a .img_wrap {
    margin-right: 0;
    position: absolute;
    top: 0;
    left: -5px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
  }
  .news_ul .news_li > a .img_wrap img {
    max-width: 57px;
  }
  .news_ul .news_li > a .date,
  .news_ul .news_li > a .title {
    display: block;
  }
  .news_ul .news_li > a .date {
    font-size: 14px;
    margin: 0 0 7px;
  }
  .news_ul .news_li > a .title {
    font-size: 16px;
    line-height: 1.3;
  }
}

/*==================================
	ページナビ
==================================*/
.page_navigation .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 45px 0 50px;
}
@media (max-width: 799px) {
  .page_navigation .wp-pagenavi {
    margin: 30px 0 40px;
  }
}
.page_navigation .wp-pagenavi > .page,
.page_navigation .wp-pagenavi .current {
  font-size: 16px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 5px;
}
.page_navigation .wp-pagenavi > .page:not(.current),
.page_navigation .wp-pagenavi .current:not(.current) {
  background-color: #f3f3f3;
}
@media (min-width: 800px) {
  .page_navigation .wp-pagenavi > .page:not(.current):hover,
  .page_navigation .wp-pagenavi .current:not(.current):hover {
    color: #fff;
    background-color: #000;
  }
}
.page_navigation .wp-pagenavi > .page.current,
.page_navigation .wp-pagenavi .current.current {
  background-color: #000;
  color: #fff;
}
.page_navigation .wp-pagenavi .nextpostslink,
.page_navigation .wp-pagenavi .previouspostslink {
  position: relative;
  font-weight: 500;
  box-sizing: border-box;
}
.page_navigation .wp-pagenavi .nextpostslink::before,
.page_navigation .wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 14px;
  background-image: url(../images/common/pager_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
.page_navigation .wp-pagenavi .nextpostslink.previouspostslink,
.page_navigation .wp-pagenavi .previouspostslink.previouspostslink {
  padding-left: 33px;
  margin-right: 30px;
}
.page_navigation .wp-pagenavi .nextpostslink.previouspostslink::before,
.page_navigation .wp-pagenavi .previouspostslink.previouspostslink::before {
  left: 0;
  transform: scale(-1, 1);
}
@media (min-width: 800px) {
  .page_navigation .wp-pagenavi .nextpostslink.previouspostslink:hover::before,
  .page_navigation .wp-pagenavi .previouspostslink.previouspostslink:hover::before {
    left: -5px;
  }
}
.page_navigation .wp-pagenavi .nextpostslink.nextpostslink,
.page_navigation .wp-pagenavi .previouspostslink.nextpostslink {
  padding-right: 33px;
  margin-left: 30px;
}
.page_navigation .wp-pagenavi .nextpostslink.nextpostslink::before,
.page_navigation .wp-pagenavi .previouspostslink.nextpostslink::before {
  right: 0;
}
@media (min-width: 800px) {
  .page_navigation .wp-pagenavi .nextpostslink.nextpostslink:hover::before,
  .page_navigation .wp-pagenavi .previouspostslink.nextpostslink:hover::before {
    right: -5px;
  }
}
.page_navigation .wp-pagenavi .list_back {
  margin-left: 58px;
  margin-right: 58px;
}
.page_navigation .wp-pagenavi .list_back > a {
  font-weight: 500;
}
.page_navigation .wp-pagenavi .list_back > a > .list_icon {
  display: inline-block;
  padding-left: 24px;
  position: relative;
}
.page_navigation .wp-pagenavi .list_back > a > .list_icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background-image: url(../img/news/list_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.page_navigation > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 45px 0 50px;
}
.page_navigation > ul .link_page,
.page_navigation > ul .current_page {
  font-size: 16px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 5px;
}
.page_navigation > ul .link_page:not(.current_page),
.page_navigation > ul .current_page:not(.current_page) {
  background-color: #f3f3f3;
}
@media (min-width: 800px) {
  .page_navigation > ul .link_page:not(.current_page):hover,
  .page_navigation > ul .current_page:not(.current_page):hover {
    color: #fff;
    background-color: #000;
  }
}
.page_navigation > ul .link_page.current_page,
.page_navigation > ul .current_page.current_page {
  background-color: #000;
  color: #fff;
}

/*==================================
  Contact_reset
==================================*/
main#Contact {
  /*------ Reset CSS ------*/
  /*------ Reset END ------*/
}
main#Contact input {
  -webkit-appearance: none;
}
main#Contact input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
main#Contact input[type=radio] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}
main#Contact input[type=radio]:checked + label {
  background: #ff0000;
}
main#Contact input[type=checkbox] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}
main#Contact input[type=checkbox]:checked + label {
  background: #ff0000;
}
main#Contact input::placeholder {
  color: #b7b7b7;
}
main#Contact input:-ms-input-placeholder {
  color: #b7b7b7;
}
main#Contact input::-webkit-input-placeholder {
  color: #b7b7b7;
}
main#Contact button,
main#Contact input[type=button],
main#Contact input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
main#Contact textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 0;
}
main#Contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
}

/*==================================
  Contact_base
==================================*/
/* input, textarea
--------------------------------*/
/* radio_button
--------------------------------*/
main#Contact {
  /*------ Form Base ------*/
  /*------ Form Base END ------*/
}
@keyframes onAutoFillStart {}
main#Contact span.error {
  color: #cc0303;
  display: block;
  margin: 7px 0 0;
}
main#Contact input:-webkit-autofill {
  animation-name: onAutoFillStart;
  background: rgb(255, 255, 255) !important;
  transition: background-color 50000s ease-in-out 0s;
}
main#Contact input[type=text]:focus,
main#Contact input[type=email]:focus,
main#Contact input[type=tel]:focus,
main#Contact input[type=search]:focus,
main#Contact input[type=url]:focus,
main#Contact textarea:focus {
  color: #000;
  background-color: #dddddd;
}
main#Contact .ERR {
  color: #cc0303;
}
main#Contact input[type=text] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  padding: 12px 21px;
  border: 1px solid #dddddd;
  background: #dddddd;
  box-sizing: border-box;
  color: #000;
  width: 100%;
}
main#Contact input[type=text].zip {
  max-width: 247px;
  width: 100%;
}
main#Contact .zip-wrap {
  background: #dddddd;
  display: inline-block;
  position: relative;
  max-width: 247px;
  width: 100%;
  margin-right: 3px;
}
main#Contact .zip-wrap::before {
  content: "〒";
  font-size: 18px;
  position: absolute;
  top: 0.8em;
  left: 24px;
  margin: auto;
}
main#Contact .zip-wrap input {
  padding: 12px 21px 12px 55px;
  width: 100%;
}
main#Contact input[type=button] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #000;
  max-width: 140px;
  width: 100%;
  background: #dddddd;
  border: 3px solid #dddddd;
  padding: 10px 19px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: pointer;
}
main#Contact input[type=button]:hover {
  background: none;
}
main#Contact input[type=checkbox] + label {
  padding-left: 29px;
  position: relative;
  margin-right: 29px;
  cursor: pointer;
}
main#Contact input[type=checkbox] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #dddddd;
  background: #dddddd;
  box-sizing: border-box;
}
main#Contact input[type=checkbox] + label::after {
  content: "";
  opacity: 0;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  display: block;
  height: 9px;
  left: 7px;
  margin-top: -8px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
main#Contact input[type=checkbox]:checked + label {
  background: none;
}
main#Contact input[type=checkbox]:checked + label::after {
  opacity: 1;
}
main#Contact input[type=radio] + label {
  padding-left: 27px;
  position: relative;
  margin-right: 27px;
  cursor: pointer;
}
main#Contact input[type=radio] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #dddddd;
  background: #dddddd;
  box-sizing: border-box;
  border-radius: 50%;
}
main#Contact input[type=radio] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  background: #000;
  border-radius: 50%;
  opacity: 0;
}
main#Contact input[type=radio]:checked + label {
  background: none;
}
main#Contact input[type=radio]:checked + label::after {
  opacity: 1;
}
main#Contact .select-box {
  overflow: hidden;
  width: 60%;
  text-align: center;
  position: relative;
  border-radius: 2px;
  background: #dddddd;
}
main#Contact .select-box select {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.035em;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 38px 12px 21px;
}
main#Contact .select-box select::-ms-expand {
  display: none;
}
main#Contact .select-box::before {
  position: absolute;
  top: 1.25em;
  right: 21px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  pointer-events: none;
}
main#Contact textarea {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  border: 1px solid #dddddd;
  background: #dddddd;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 21px;
  min-height: 174px;
}
main#Contact .overscroll {
  overflow-y: scroll;
  height: 237px;
  padding: 25px 21px;
  background: #dddddd;
}
main#Contact .overscroll ul > li {
  margin-bottom: 25px;
}
main#Contact .overscroll ul > li strong {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.03em;
  display: block;
  margin-bottom: 5px;
  color: #000;
}
main#Contact .overscroll ul > li p {
  font-size: 14px;
  line-height: 1.42;
}
main#Contact .overscroll ul > li > ol {
  margin-top: 5px;
}
main#Contact .overscroll ul > li > ol li {
  text-indent: -1.25em;
  padding-left: 1.25em;
}
main#Contact .overscroll ul > li:first-child strong {
  margin-bottom: 20px;
}
main#Contact .overscroll ul > li:last-child {
  margin-bottom: 0;
}
main#Contact .submit_area {
  margin-top: 85px;
  text-align: center;
}
main#Contact .submit_area span {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #000;
  width: 262px;
  background: #dddddd;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #dddddd;
  transition: all 0.3s ease;
}
main#Contact .submit_area span input[type=submit] {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #000;
  cursor: pointer;
  width: 100%;
  height: 58px;
  box-sizing: border-box;
}
main#Contact .submit_area span:hover {
  background: none;
}
main#Contact .submit_area span:hover input[type=submit] {
  color: #000;
}
main#Contact .submit_area ul.koumoku {
  max-width: 590px;
  margin: 20px auto 0;
}
main#Contact .submit_area ul.koumoku li {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #000;
  width: 262px;
  background: #5f4b08;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #5f4b08;
  transition: all 0.3s ease;
}
main#Contact .submit_area ul.koumoku li input[type=submit] {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #000;
  cursor: pointer;
  width: 100%;
  height: 58px;
  box-sizing: border-box;
}
main#Contact .submit_area ul.koumoku li:hover {
  background: none;
}
main#Contact .submit_area ul.koumoku li:hover input[type=submit] {
  color: #000;
}
main#Contact .submit_area ul.koumoku li:hover svg path {
  fill: #000;
}
main#Contact .btn_back {
  margin-top: 25px;
  text-align: center;
}
main#Contact .btn_back input {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #fff;
  width: 262px;
  background: #dddddd;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #dddddd;
  transition: all 0.3s ease;
  height: 58px;
  padding: 15px 15px 14px;
}
main#Contact .contact_back {
  margin-top: 25px;
  text-align: center;
}
main#Contact .contact_back a {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #fff;
  width: 262px;
  background: #dddddd;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #dddddd;
  transition: all 0.3s ease;
  height: 58px;
  padding: 15px 15px 14px;
}
main#Contact .contact_back a:hover {
  color: #000;
  background: none;
}

/*==========================================
  Layout
==========================================*/
/*==================================
  Top
==================================*/
#Top {
  /*==================================
  	.main-visual-area
  ==================================*/
  /*==================================
  	.section-news
  ==================================*/
  /*==================================
  	.section-amuse-toyota
  ==================================*/
  /*==================================
  	.section-classes
  ==================================*/
  /*==================================
  	.section-insta
  ==================================*/
  /*=================================
  	.google-map-area
  ==================================*/
}
#Top .main-visual-area {
  padding-top: 168px;
  overflow: hidden;
  position: relative;
  /*.line-img
  -------------------------*/
  /*.title-area
  -------------------------*/
  /*.loop-anime-area
  -------------------------*/
}
@media screen and (min-width: 1400px) {
  #Top .main-visual-area {
    padding-top: 12vw;
  }
}
#Top .main-visual-area .line-img {
  position: absolute;
  top: 30px;
  right: 0;
  width: 1400px;
  z-index: -1;
}
@media screen and (min-width: 1400px) {
  #Top .main-visual-area .line-img {
    top: 2.1428571429vw;
    width: 100%;
  }
}
#Top .main-visual-area .title-area {
  padding-bottom: 180px;
  padding-left: 50px;
}
@media screen and (min-width: 1400px) {
  #Top .main-visual-area .title-area {
    padding-bottom: 12.8571428571vw;
    padding-left: 3.5714285714vw;
  }
}
#Top .main-visual-area .title-area .title {
  font-size: 36px;
  padding-bottom: 20px;
  line-height: 1;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 1400px) {
  #Top .main-visual-area .title-area .title {
    font-size: 2.5714285714vw;
    padding-bottom: 1.4285714286vw;
  }
}
#Top .main-visual-area .title-area .text {
  font-size: 48px;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 1080px) {
  #Top .main-visual-area .title-area .text {
    padding-left: 80px;
    font-size: 48px;
  }
}
@media screen and (min-width: 1400px) {
  #Top .main-visual-area .title-area .text {
    padding-left: 5.7142857143vw;
    font-size: 3.4285714286vw;
  }
}
#Top .main-visual-area .title-area .text .line {
  position: absolute;
  display: inline-block;
  left: calc(50% - 16px);
  bottom: -24px;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 1400px) {
  #Top .main-visual-area .title-area .text .line {
    left: calc(50% - 1.1428571429vw);
    bottom: -1.7142857143vw;
  }
}
#Top .main-visual-area .title-area .text .text-color {
  position: relative;
  line-height: 1;
  margin-right: -24px;
  display: inline-block;
}
@media screen and (min-width: 1400px) {
  #Top .main-visual-area .title-area .text .text-color {
    margin-right: -1.7142857143vw;
  }
}
#Top .main-visual-area .title-area .text .text-color:nth-child(1) {
  color: #ffae00;
}
#Top .main-visual-area .title-area .text .text-color:nth-child(1) .line {
  width: 216px;
}
@media screen and (min-width: 1400px) {
  #Top .main-visual-area .title-area .text .text-color:nth-child(1) .line {
    width: 15.4285714286vw;
  }
}
#Top .main-visual-area .title-area .text .text-color:nth-child(2) {
  color: #6760a2;
}
#Top .main-visual-area .title-area .text .text-color:nth-child(2) .line {
  width: 138px;
}
@media screen and (min-width: 1400px) {
  #Top .main-visual-area .title-area .text .text-color:nth-child(2) .line {
    width: 9.8571428571vw;
  }
}
#Top .main-visual-area .title-area .text .text-color:nth-child(3) {
  color: #f6200a;
}
#Top .main-visual-area .title-area .text .text-color:nth-child(3) .line {
  width: 106px;
  bottom: -28px;
}
@media screen and (min-width: 1400px) {
  #Top .main-visual-area .title-area .text .text-color:nth-child(3) .line {
    width: 7.5714285714vw;
    bottom: -2vw;
  }
}
#Top .main-visual-area .title-area .text .text-color:nth-child(4) {
  color: #10a184;
}
#Top .main-visual-area .title-area .text .text-color:nth-child(4) .line {
  width: 106px;
  bottom: -32px;
}
@media screen and (min-width: 1400px) {
  #Top .main-visual-area .title-area .text .text-color:nth-child(4) .line {
    width: 8.5714285714vw;
    bottom: -2.2857142857vw;
  }
}
#Top .main-visual-area .title-area .text.js-open-anime .text-color:nth-child(1) {
  transform: translateX(-30px);
  transition: all 0.7s ease-in-out;
  transition-delay: 0s;
  opacity: 0;
}
#Top .main-visual-area .title-area .text.js-open-anime .text-color:nth-child(2) {
  transform: translateX(-30px);
  transition: all 0.7s ease-in-out;
  transition-delay: 0.3s;
  opacity: 0;
}
#Top .main-visual-area .title-area .text.js-open-anime .text-color:nth-child(3) {
  transform: translateX(-30px);
  transition: all 0.7s ease-in-out;
  transition-delay: 0.6s;
  opacity: 0;
}
#Top .main-visual-area .title-area .text.js-open-anime .text-color:nth-child(4) {
  transform: translateX(-30px);
  transition: all 0.7s ease-in-out;
  transition-delay: 0.9s;
  opacity: 0;
}
#Top .main-visual-area .title-area .text.js-open-anime.move .text-color:nth-child(1) {
  transform: translateX(0);
  opacity: 1;
}
#Top .main-visual-area .title-area .text.js-open-anime.move .text-color:nth-child(2) {
  transform: translateX(0);
  opacity: 1;
}
#Top .main-visual-area .title-area .text.js-open-anime.move .text-color:nth-child(3) {
  transform: translateX(0);
  opacity: 1;
}
#Top .main-visual-area .title-area .text.js-open-anime.move .text-color:nth-child(4) {
  transform: translateX(0);
  opacity: 1;
}
#Top .main-visual-area .loop-anime-area {
  display: flex;
  gap: 25px;
}
@media screen and (min-width: 1400px) {
  #Top .main-visual-area .loop-anime-area {
    gap: 1.7857142857vw;
  }
}
#Top .main-visual-area .loop-anime-area .loop-anime {
  display: flex;
  gap: 25px;
  width: 2103px;
  animation: loopAnimation 70s linear infinite;
}
@media screen and (min-width: 1400px) {
  #Top .main-visual-area .loop-anime-area .loop-anime {
    gap: 1.7857142857vw;
    width: 150.2142857143vw;
    height: auto;
  }
}
#Top .main-visual-area .loop-anime-area .loop-anime .item-type-a {
  width: 379px;
  height: 492px;
}
@media screen and (min-width: 1400px) {
  #Top .main-visual-area .loop-anime-area .loop-anime .item-type-a {
    width: 27.0714285714vw;
    height: 35.1428571429vw;
  }
}
#Top .main-visual-area .loop-anime-area .loop-anime .item-type-a .poto-area {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 1400px) {
  #Top .main-visual-area .loop-anime-area .loop-anime .item-type-a .poto-area {
    gap: 1.7857142857vw;
  }
}
#Top .main-visual-area .loop-anime-area .loop-anime .item-type-a .poto-area .twin-photo {
  display: flex;
  gap: 25px;
}
@media screen and (min-width: 1400px) {
  #Top .main-visual-area .loop-anime-area .loop-anime .item-type-a .poto-area .twin-photo {
    gap: 1.7857142857vw;
  }
}
#Top .main-visual-area .loop-anime-area .loop-anime .item-type-a .poto-area .twin-photo .photo {
  width: 177px;
  height: 177px;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (min-width: 1400px) {
  #Top .main-visual-area .loop-anime-area .loop-anime .item-type-a .poto-area .twin-photo .photo {
    border-radius: 1.4285714286vw;
    width: 12.6428571429vw;
    height: 12.6428571429vw;
  }
}
#Top .main-visual-area .loop-anime-area .loop-anime .item-type-a .poto-area .twin-photo .photo img {
  width: 100%;
}
#Top .main-visual-area .loop-anime-area .loop-anime .item-type-a .poto-area .single-photo .photo {
  width: 379px;
  height: 290px;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (min-width: 1400px) {
  #Top .main-visual-area .loop-anime-area .loop-anime .item-type-a .poto-area .single-photo .photo {
    border-radius: 1.4285714286vw;
    width: 27.0714285714vw;
    height: 20.7142857143vw;
  }
}
#Top .main-visual-area .loop-anime-area .loop-anime .item-type-a .poto-area .single-photo .photo img {
  width: 100%;
}
#Top .main-visual-area .loop-anime-area .loop-anime .item-type-a.reverse .poto-area {
  flex-direction: column-reverse;
}
#Top .main-visual-area .loop-anime-area .loop-anime .item-type-b {
  width: 305px;
  height: 492px;
}
@media screen and (min-width: 1400px) {
  #Top .main-visual-area .loop-anime-area .loop-anime .item-type-b {
    width: 21.7857142857vw;
    height: 35.1428571429vw;
  }
}
#Top .main-visual-area .loop-anime-area .loop-anime .item-type-b .poto-area {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 1400px) {
  #Top .main-visual-area .loop-anime-area .loop-anime .item-type-b .poto-area {
    gap: 1.7857142857vw;
  }
}
#Top .main-visual-area .loop-anime-area .loop-anime .item-type-b .poto-area .single-photo-type-a .photo {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (min-width: 1400px) {
  #Top .main-visual-area .loop-anime-area .loop-anime .item-type-b .poto-area .single-photo-type-a .photo {
    border-radius: 1.4285714286vw;
    width: 21.7857142857vw;
    height: 21.4285714286vw;
  }
}
#Top .main-visual-area .loop-anime-area .loop-anime .item-type-b .poto-area .single-photo-type-a .photo img {
  width: 100%;
}
#Top .main-visual-area .loop-anime-area .loop-anime .item-type-b .poto-area .single-photo-type-b .photo {
  width: 100%;
  height: 165px;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (min-width: 1400px) {
  #Top .main-visual-area .loop-anime-area .loop-anime .item-type-b .poto-area .single-photo-type-b .photo {
    border-radius: 1.4285714286vw;
    width: 21.7857142857vw;
    height: 11.7857142857vw;
  }
}
#Top .main-visual-area .loop-anime-area .loop-anime .item-type-b .poto-area .single-photo-type-b .photo img {
  width: 100%;
}
#Top .main-visual-area .loop-anime-area .loop-anime .item-type-b.reverse .poto-area {
  flex-direction: column-reverse;
}
@keyframes loopAnimation {
  0% {
    transform: translate(0%);
  }
  100% {
    transform: translate(-100%);
  }
}
#Top .linebanner {
  padding: 77px 0 0 0;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 1400px) {
  #Top .linebanner {
    padding: 5.5vw 0 0 0;
    max-width: 42.8571428571vw;
  }
}
#Top .linebanner a {
  display: block;
  transition: all 0.5s ease;
}
#Top .linebanner a:hover {
  opacity: 0.8;
}
#Top .section-news {
  padding: 80px 0;
  /*.inner
  -------------------------*/
  /*.main-title-area
  -------------------------*/
  /*.content-container
  -------------------------*/
}
@media screen and (min-width: 1400px) {
  #Top .section-news {
    padding: 12.1428571429vw 0;
  }
}
#Top .section-news .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}
@media screen and (min-width: 1400px) {
  #Top .section-news .inner {
    max-width: none;
    padding: 0 10.7142857143vw;
  }
}
#Top .section-news .main-title-area {
  padding-bottom: 24px;
}
@media screen and (min-width: 1400px) {
  #Top .section-news .main-title-area {
    padding-bottom: 0 1.7142857143vw;
  }
}
#Top .section-news .content-container {
  display: flex;
}
#Top .section-news .content-container .layout-type-a {
  box-sizing: border-box;
  width: 300px;
  padding-right: 60px;
}
@media screen and (min-width: 1080px) {
  #Top .section-news .content-container .layout-type-a {
    width: 30.9090909091%;
    padding-right: 9.0909090909%;
  }
}
@media screen and (min-width: 1400px) {
  #Top .section-news .content-container .layout-type-a {
    width: 24.2857142857vw;
    padding-right: 7.1428571429vw;
  }
}
#Top .section-news .content-container .layout-type-a .category-area {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #cccccc;
}
@media screen and (min-width: 1400px) {
  #Top .section-news .content-container .layout-type-a .category-area {
    padding-bottom: 2.8571428571vw;
    margin-bottom: 2.8571428571vw;
    padding-right: 7.1428571429vw;
  }
}
#Top .section-news .content-container .layout-type-a .category-area .category-lists li {
  padding-top: 27px;
}
@media screen and (min-width: 1400px) {
  #Top .section-news .content-container .layout-type-a .category-area .category-lists li {
    padding-top: 1.9285714286vw;
  }
}
#Top .section-news .content-container .layout-type-a .category-area .category-lists li.here a {
  color: #514995;
  font-weight: 700;
}
#Top .section-news .content-container .layout-type-a .category-area .category-lists li a {
  font-size: 18px;
  font-weight: 500;
  display: block;
  line-height: 1;
  color: #999999;
}
#Top .section-news .content-container .layout-type-a .category-area .category-lists li a:hover {
  color: #514995;
}
@media screen and (min-width: 1400px) {
  #Top .section-news .content-container .layout-type-a .category-area .category-lists li a {
    font-size: 1.2857142857vw;
  }
}
#Top .section-news .content-container .layout-type-b {
  width: calc(100% - 300px);
}
@media screen and (min-width: 1080px) {
  #Top .section-news .content-container .layout-type-b {
    width: 69.0909090909%;
  }
}
@media screen and (min-width: 1400px) {
  #Top .section-news .content-container .layout-type-b {
    width: 54.2857142857vw;
  }
}
#Top .section-news .content-container .layout-type-b .news-lists {
  margin-top: -40px;
}
@media screen and (min-width: 1400px) {
  #Top .section-news .content-container .layout-type-b .news-lists {
    margin-top: -2.8571428571vw;
  }
}
#Top .section-news .content-container .layout-type-b .news-lists .item a {
  padding: 36px 0;
  border-bottom: solid 1px #c9c5e8;
  display: block;
  position: relative;
}
@media screen and (min-width: 1400px) {
  #Top .section-news .content-container .layout-type-b .news-lists .item a {
    padding: 2.5714285714vw 0;
  }
}
#Top .section-news .content-container .layout-type-b .news-lists .item a .data-lists {
  padding-bottom: 16px;
  display: flex;
}
#Top .section-news .content-container .layout-type-b .news-lists .item a .data-lists .time {
  color: #999999;
  display: inline-block;
  font-size: 20px;
  margin-right: 16px;
}
@media screen and (min-width: 1400px) {
  #Top .section-news .content-container .layout-type-b .news-lists .item a .data-lists .time {
    font-size: 1.4285714286vw;
    margin-right: 1.1428571429vw;
  }
}
#Top .section-news .content-container .layout-type-b .news-lists .item a .text {
  font-size: 22px;
  padding-right: 56px;
  word-break: break-all;
  overflow-wrap: break-word;
  font-weight: 600;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1400px) {
  #Top .section-news .content-container .layout-type-b .news-lists .item a .text {
    font-size: 1.5714285714vw;
    padding-right: 4vw;
  }
}
#Top .section-news .content-container .layout-type-b .news-lists .item a .icon-arrow-area {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#Top .section-news .content-container .layout-type-b .news-lists .item a .icon-arrow-area .icon-arrow {
  width: 29px;
  height: 29px;
  background-color: #514995;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1400px) {
  #Top .section-news .content-container .layout-type-b .news-lists .item a .icon-arrow-area .icon-arrow {
    width: 2.0714285714vw;
    height: 2.0714285714vw;
  }
}
#Top .section-news .content-container .layout-type-b .news-lists .item a .icon-arrow-area .icon-arrow .arrow {
  left: 1px;
  background-color: #fff;
  width: 6px;
  height: 11px;
}
@media screen and (min-width: 1400px) {
  #Top .section-news .content-container .layout-type-b .news-lists .item a .icon-arrow-area .icon-arrow .arrow {
    left: 0.0714285714vw;
    width: 0.4285714286vw;
    height: 0.7857142857vw;
  }
}
#Top .section-news .content-container .layout-type-b .news-lists .item a:hover .text {
  opacity: 0.8;
}
#Top .section-news .content-container .layout-type-b .news-lists .item a:hover .icon-arrow-area .icon-arrow {
  left: 1px;
  transform: scale(1.2);
}
#Top .section-amuse-toyota {
  overflow: hidden;
}
#Top .section-amuse-toyota .section-wrap {
  position: relative;
  background-color: #f2f0ff;
  padding-top: 34px;
  padding-bottom: 240px;
  /*.line-img
  -------------------------*/
  /*.inner
  -------------------------*/
  /*.main-title-area
  -------------------------*/
  /*.content-container
  -------------------------*/
}
@media screen and (min-width: 1400px) {
  #Top .section-amuse-toyota .section-wrap {
    padding-top: 2.4285714286vw;
    padding-bottom: 17.1428571429vw;
  }
}
#Top .section-amuse-toyota .section-wrap .line-img {
  width: 1400px;
  position: absolute;
  bottom: 60px;
  right: 0;
}
@media screen and (min-width: 1400px) {
  #Top .section-amuse-toyota .section-wrap .line-img {
    bottom: 4.2857142857vw;
    width: 100%;
  }
}
#Top .section-amuse-toyota .section-wrap .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}
@media screen and (min-width: 1400px) {
  #Top .section-amuse-toyota .section-wrap .inner {
    max-width: none;
    padding: 0 7.1428571429vw;
  }
}
#Top .section-amuse-toyota .section-wrap .main-title-area {
  text-align: center;
  padding-bottom: 140px;
}
@media screen and (min-width: 1400px) {
  #Top .section-amuse-toyota .section-wrap .main-title-area {
    padding-bottom: 10vw;
  }
}
#Top .section-amuse-toyota .section-wrap .content-container {
  position: relative;
  z-index: 2;
  display: flex;
}
#Top .section-amuse-toyota .section-wrap .content-container .layout-type-a {
  width: 42.8571428571vw;
  padding-right: 40px;
  box-sizing: border-box;
}
#Top .section-amuse-toyota .section-wrap .content-container .layout-type-a .amuse-img-pos {
  margin-left: -10px;
  margin-top: -64px;
}
#Top .section-amuse-toyota .section-wrap .content-container .layout-type-a .amuse-img-pos .amuse-img-01 {
  margin-bottom: -10vw;
}
#Top .section-amuse-toyota .section-wrap .content-container .layout-type-a .amuse-img-pos .amuse-img-01 .photo {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  #Top .section-amuse-toyota .section-wrap .content-container .layout-type-a .amuse-img-pos .amuse-img-01 .photo {
    width: 94.6666666667%;
  }
}
#Top .section-amuse-toyota .section-wrap .content-container .layout-type-a .amuse-img-pos .amuse-img-01 .photo img {
  width: 100%;
}
#Top .section-amuse-toyota .section-wrap .content-container .layout-type-a .amuse-img-pos .amuse-img-02 {
  text-align: right;
  position: relative;
  margin-right: -20px;
}
@media screen and (min-width: 1380px) {
  #Top .section-amuse-toyota .section-wrap .content-container .layout-type-a .amuse-img-pos .amuse-img-02 {
    margin-right: -60px;
  }
}
@media screen and (min-width: 1400px) {
  #Top .section-amuse-toyota .section-wrap .content-container .layout-type-a .amuse-img-pos .amuse-img-02 {
    margin-right: -4.2857142857vw;
  }
}
#Top .section-amuse-toyota .section-wrap .content-container .layout-type-a .amuse-img-pos .amuse-img-02 .photo {
  display: inline-block;
  width: 50%;
}
@media screen and (min-width: 1080px) {
  #Top .section-amuse-toyota .section-wrap .content-container .layout-type-a .amuse-img-pos .amuse-img-02 .photo {
    width: 39.3333333333%;
  }
}
#Top .section-amuse-toyota .section-wrap .content-container .layout-type-a .amuse-img-pos .amuse-img-02 .photo img {
  width: 100%;
}
#Top .section-amuse-toyota .section-wrap .content-container .layout-type-b {
  width: 42.8571428571vw;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 1300px) {
  #Top .section-amuse-toyota .section-wrap .content-container .layout-type-b {
    padding-right: 240px;
  }
}
@media screen and (min-width: 1400px) {
  #Top .section-amuse-toyota .section-wrap .content-container .layout-type-b {
    padding-right: 17.1428571429vw;
  }
}
#Top .section-amuse-toyota .section-wrap .content-container .layout-type-b .text-area {
  padding-bottom: 96px;
}
@media screen and (min-width: 1200px) {
  #Top .section-amuse-toyota .section-wrap .content-container .layout-type-b .text-area {
    padding-left: 10px;
    padding-bottom: 96px;
  }
}
@media screen and (min-width: 1400px) {
  #Top .section-amuse-toyota .section-wrap .content-container .layout-type-b .text-area {
    padding-left: 0.7142857143vw;
    padding-bottom: 6.8571428571vw;
  }
}
#Top .section-amuse-toyota .section-wrap .content-container .layout-type-b .text-area .text {
  font-size: 20px;
  line-height: 2.1;
}
@media screen and (min-width: 1400px) {
  #Top .section-amuse-toyota .section-wrap .content-container .layout-type-b .text-area .text {
    font-size: 1.4285714286vw;
  }
}
#Top .section-amuse-toyota .section-wrap .content-container .layout-type-b .arrow-button-area {
  text-align: right;
}
#Top .section-amuse-toyota .section-wrap .content-container .layout-type-b .amuse-img-03 {
  display: none;
}
@media screen and (min-width: 940px) {
  #Top .section-amuse-toyota .section-wrap .content-container .layout-type-b .amuse-img-03 {
    display: block;
    position: absolute;
    z-index: -1;
    top: -150px;
    right: -70px;
    width: 130px;
  }
}
@media screen and (min-width: 1300px) {
  #Top .section-amuse-toyota .section-wrap .content-container .layout-type-b .amuse-img-03 {
    top: -6.5714285714vw;
    right: -2.1428571429vw;
    width: 15.2857142857vw;
  }
}
#Top .section-amuse-toyota .section-wrap .content-container .layout-type-b .amuse-img-03 img {
  width: 100%;
}
#Top .section-classes {
  background-color: #f2f0ff;
  /*.inner
  -------------------------*/
  /*.main-title-area
  -------------------------*/
  /*.swiper-area
  -------------------------*/
  /*.swiper-arrow-button-area
  -------------------------*/
  /*.section-sub
  -------------------------*/
}
#Top .section-classes .inner {
  padding-bottom: 130px;
  margin: 0 auto;
}
@media screen and (min-width: 1400px) {
  #Top .section-classes .inner {
    padding-bottom: 9.2857142857vw;
  }
}
#Top .section-classes .main-title-area {
  text-align: center;
  padding-bottom: 80px;
}
@media screen and (min-width: 1400px) {
  #Top .section-classes .main-title-area {
    padding-bottom: 5.7142857143vw;
  }
}
#Top .section-classes .swiper-area {
  padding: 0 100px 80px 100px;
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (min-width: 1400px) {
  #Top .section-classes .swiper-area {
    padding: 0 7.1428571429vw 5.7142857143vw 7.1428571429vw;
  }
}
#Top .section-classes .swiper-area .swiper-pagination .swiper-pagination-bullet {
  margin: 0 14px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #cecece;
  transform: scale(1);
  transform-origin: center center;
  transition: width 0.5s ease-out;
  opacity: 1;
}
@media screen and (min-width: 1400px) {
  #Top .section-classes .swiper-area .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.7142857143vw;
    width: 0.8571428571vw;
    height: 0.8571428571vw;
    border-radius: 0.4285714286vw;
  }
}
#Top .section-classes .swiper-area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  width: 33px;
  height: 12px;
  border-radius: 6px;
  background-color: #504894;
  transform-origin: center center;
  opacity: 1;
  padding: 0 !important;
  transform-origin: center center;
}
@media screen and (min-width: 1400px) {
  #Top .section-classes .swiper-area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 2.3571428571vw;
    height: 0.8571428571vw;
    border-radius: 0.4285714286vw;
  }
}
#Top .section-classes .swiper-area .swiper-button-custom-prev {
  position: absolute;
  z-index: 1;
  top: calc(50% - 50px);
  left: 30px;
  transform: scale(-1, 1);
}
@media screen and (min-width: 1400px) {
  #Top .section-classes .swiper-area .swiper-button-custom-prev {
    left: 2.1428571429vw;
    top: calc(50% - 3.5714285714vw);
  }
}
#Top .section-classes .swiper-area .swiper-button-custom-prev .icon-arrow-area .icon-arrow {
  background-color: #fff;
  border: none;
}
#Top .section-classes .swiper-area .swiper-button-custom-prev .icon-arrow-area .icon-arrow .arrow {
  background-color: #514995;
}
#Top .section-classes .swiper-area .swiper-button-custom-prev .icon-arrow-area:hover .icon-arrow {
  background-color: #514995;
}
#Top .section-classes .swiper-area .swiper-button-custom-prev .icon-arrow-area:hover .icon-arrow .arrow {
  background-color: #fff;
}
#Top .section-classes .swiper-area .swiper-button-custom-next {
  position: absolute;
  z-index: 1;
  top: calc(50% - 50px);
  right: 30px;
}
@media screen and (min-width: 1400px) {
  #Top .section-classes .swiper-area .swiper-button-custom-next {
    top: calc(50% - 3.5714285714vw);
    right: 2.1428571429vw;
  }
}
#Top .section-classes .swiper-area .swiper-button-custom-next .icon-arrow-area .icon-arrow {
  background-color: #fff;
  border: none;
}
#Top .section-classes .swiper-area .swiper-button-custom-next .icon-arrow-area .icon-arrow .arrow {
  background-color: #514995;
}
#Top .section-classes .swiper-area .swiper-button-custom-next .icon-arrow-area:hover .icon-arrow {
  background-color: #514995;
}
#Top .section-classes .swiper-area .swiper-button-custom-next .icon-arrow-area:hover .icon-arrow .arrow {
  background-color: #fff;
}
#Top .section-classes .swiper-arrow-button-area {
  padding: 0 100px;
  margin-top: 24px;
}
@media screen and (min-width: 980px) {
  #Top .section-classes .swiper-arrow-button-area {
    margin-top: -46px;
  }
}
@media screen and (min-width: 1400px) {
  #Top .section-classes .swiper-arrow-button-area {
    padding: 0 7.1428571429vw;
  }
}
#Top .section-classes .swiper-arrow-button-area .arrow-button-area {
  text-align: right;
  position: relative;
  z-index: 1000;
}
#Top .section-classes .section-classes .swiper-area .swiper-pagination .swiper-pagination-bullet {
  background-color: red;
}
#Top .section-classes .section-sub {
  background-color: #fff;
  padding: 76px 0;
  /*.innre
  -------------------------*/
  /*.use-lists-area
  -------------------------*/
}
@media screen and (min-width: 880px) {
  #Top .section-classes .section-sub {
    padding: 154px 0;
  }
}
@media screen and (min-width: 1400px) {
  #Top .section-classes .section-sub {
    padding: 11vw 0;
  }
}
#Top .section-classes .section-sub .innre {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 32px;
}
@media screen and (min-width: 1400px) {
  #Top .section-classes .section-sub .innre {
    max-width: none;
    padding: 0 10.7142857143vw;
  }
}
#Top .section-classes .section-sub .use-lists-area .use-lists {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 980px) {
  #Top .section-classes .section-sub .use-lists-area .use-lists {
    flex-direction: row;
  }
}
@media screen and (min-width: 1080px) {
  #Top .section-classes .section-sub .use-lists-area .use-lists {
    gap: 40px;
  }
}
@media screen and (min-width: 1400px) {
  #Top .section-classes .section-sub .use-lists-area .use-lists {
    gap: 2.8571428571vw;
  }
}
#Top .section-classes .section-sub .use-lists-area .use-lists .item {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 980px) {
  #Top .section-classes .section-sub .use-lists-area .use-lists .item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (min-width: 1400px) {
  #Top .section-classes .section-sub .use-lists-area .use-lists .item {
    width: calc((100% - 2.8571428571vw) / 3);
  }
}
#Top .section-classes .section-sub .use-lists-area .use-lists .item a {
  box-sizing: border-box;
  border-radius: 20px;
  display: block;
  padding: 15px;
  width: 100%;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
#Top .section-classes .section-sub .use-lists-area .use-lists .item a .wrap {
  flex: 1;
  border-radius: 15px;
  box-sizing: border-box;
  border: solid 1px #fff;
  padding: 40px 15px 42px 15px;
  position: relative;
}
@media screen and (min-width: 980px) {
  #Top .section-classes .section-sub .use-lists-area .use-lists .item a .wrap {
    padding: 36px 15px 90px 15px;
  }
}
@media screen and (min-width: 1400px) {
  #Top .section-classes .section-sub .use-lists-area .use-lists .item a .wrap {
    padding: 2.5714285714vw 1.0714285714vw 6.4285714286vw 1.0714285714vw;
  }
}
#Top .section-classes .section-sub .use-lists-area .use-lists .item a .wrap .icon-area {
  text-align: center;
  padding-bottom: 24px;
}
@media screen and (min-width: 1400px) {
  #Top .section-classes .section-sub .use-lists-area .use-lists .item a .wrap .icon-area {
    padding-bottom: 1.7142857143vw;
  }
}
#Top .section-classes .section-sub .use-lists-area .use-lists .item a .wrap .text-area {
  text-align: center;
}
#Top .section-classes .section-sub .use-lists-area .use-lists .item a .wrap .text-area .title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1160px) {
  #Top .section-classes .section-sub .use-lists-area .use-lists .item a .wrap .text-area .title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1400px) {
  #Top .section-classes .section-sub .use-lists-area .use-lists .item a .wrap .text-area .title {
    font-size: 2vw;
    margin-bottom: 1.1428571429vw;
  }
}
#Top .section-classes .section-sub .use-lists-area .use-lists .item a .wrap .text-area .text {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 1160px) {
  #Top .section-classes .section-sub .use-lists-area .use-lists .item a .wrap .text-area .text {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  #Top .section-classes .section-sub .use-lists-area .use-lists .item a .wrap .text-area .text {
    font-size: 1.2857142857vw;
  }
}
#Top .section-classes .section-sub .use-lists-area .use-lists .item a .wrap .arrow-button-area {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
@media screen and (min-width: 1400px) {
  #Top .section-classes .section-sub .use-lists-area .use-lists .item a .wrap .arrow-button-area {
    right: 1.0714285714vw;
    bottom: 1.0714285714vw;
  }
}
#Top .section-classes .section-sub .use-lists-area .use-lists .item a:hover {
  transform: scale(1.05);
}
#Top .section-classes .section-sub .use-lists-area .use-lists .item:nth-child(1) a {
  background-color: #d55c5c;
}
#Top .section-classes .section-sub .use-lists-area .use-lists .item:nth-child(1) a .wrap .icon-area .icon {
  display: inline-block;
  width: 59px;
}
@media screen and (min-width: 1400px) {
  #Top .section-classes .section-sub .use-lists-area .use-lists .item:nth-child(1) a .wrap .icon-area .icon {
    width: 4.2142857143vw;
  }
}
#Top .section-classes .section-sub .use-lists-area .use-lists .item:nth-child(1) a .wrap .arrow-button-area .icon-arrow {
  background-color: #fff;
  border: none;
}
#Top .section-classes .section-sub .use-lists-area .use-lists .item:nth-child(1) a .wrap .arrow-button-area .icon-arrow .arrow {
  background-color: #cf4f4f;
}
#Top .section-classes .section-sub .use-lists-area .use-lists .item:nth-child(2) a {
  background-color: #817cc0;
}
#Top .section-classes .section-sub .use-lists-area .use-lists .item:nth-child(2) a .wrap .icon-area .icon {
  display: inline-block;
  width: 57px;
}
@media screen and (min-width: 1400px) {
  #Top .section-classes .section-sub .use-lists-area .use-lists .item:nth-child(2) a .wrap .icon-area .icon {
    width: 4.0714285714vw;
  }
}
#Top .section-classes .section-sub .use-lists-area .use-lists .item:nth-child(2) a .wrap .arrow-button-area .icon-arrow {
  background-color: #fff;
  border: none;
}
#Top .section-classes .section-sub .use-lists-area .use-lists .item:nth-child(2) a .wrap .arrow-button-area .icon-arrow .arrow {
  background-color: #817cc0;
}
#Top .section-classes .section-sub .use-lists-area .use-lists .item:nth-child(3) a {
  background-color: #5ea782;
}
#Top .section-classes .section-sub .use-lists-area .use-lists .item:nth-child(3) a .wrap .icon-area .icon {
  display: inline-block;
  width: 55px;
}
@media screen and (min-width: 1400px) {
  #Top .section-classes .section-sub .use-lists-area .use-lists .item:nth-child(3) a .wrap .icon-area .icon {
    width: 3.9285714286vw;
  }
}
#Top .section-classes .section-sub .use-lists-area .use-lists .item:nth-child(3) a .wrap .arrow-button-area .icon-arrow {
  background-color: #fff;
  border: none;
}
#Top .section-classes .section-sub .use-lists-area .use-lists .item:nth-child(3) a .wrap .arrow-button-area .icon-arrow .arrow {
  background-color: #5ea782;
}
#Top .section-insta {
  background: linear-gradient(to right, rgb(154, 115, 207) 0%, rgb(221, 147, 180) 100%);
  padding: 100px 0;
  /*.inner
  -------------------------*/
  /*.content-container
  -------------------------*/
}
#Top .section-insta .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}
@media screen and (min-width: 1400px) {
  #Top .section-insta .inner {
    max-width: none;
    padding: 0 10.7142857143vw;
  }
}
#Top .section-insta .content-container {
  display: flex;
}
#Top .section-insta .content-container .layout-type-a {
  padding-right: 40px;
}
@media screen and (min-width: 1400px) {
  #Top .section-insta .content-container .layout-type-a {
    padding-right: 2.8571428571vw;
  }
}
@media screen and (min-width: 1400px) {
  #Top .section-insta .content-container .layout-type-a .title-area {
    padding-bottom: 1.7142857143vw;
  }
}
#Top .section-insta .content-container .layout-type-a .title-area .title .en-text {
  display: inline-block;
  padding-bottom: 40px;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}
@media screen and (min-width: 1400px) {
  #Top .section-insta .content-container .layout-type-a .title-area .title .en-text {
    padding-bottom: 2.8571428571vw;
    font-size: 1.0714285714vw;
  }
}
#Top .section-insta .content-container .layout-type-a .title-area .title .en-text .icon-insta {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 21px;
  margin-right: 10px;
}
@media screen and (min-width: 1400px) {
  #Top .section-insta .content-container .layout-type-a .title-area .title .en-text .icon-insta {
    top: 0.2142857143vw;
    width: 1.5vw;
    margin-right: 0.7142857143vw;
  }
}
#Top .section-insta .content-container .layout-type-a .title-area .title .jp-text {
  color: #fff;
  font-size: 30px;
  letter-spacing: -0.05em;
  line-height: 1.5;
  display: block;
  padding-bottom: 8px;
}
@media screen and (min-width: 1400px) {
  #Top .section-insta .content-container .layout-type-a .title-area .title .jp-text {
    font-size: 2.1428571429vw;
  }
}
#Top .section-insta .content-container .layout-type-a .text-area {
  padding-bottom: 60px;
}
@media screen and (min-width: 1400px) {
  #Top .section-insta .content-container .layout-type-a .text-area {
    padding-bottom: 4.2857142857vw;
  }
}
#Top .section-insta .content-container .layout-type-a .text-area .text {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}
@media screen and (min-width: 1400px) {
  #Top .section-insta .content-container .layout-type-a .text-area .text {
    font-size: 1.2857142857vw;
  }
}
#Top .section-insta .content-container .layout-type-a .arrow-button-area .button .icon-arrow {
  border: solid 2px #fff;
}
#Top .section-insta .content-container .layout-type-a .arrow-button-area .button .icon-arrow .arrow {
  background-color: #fff;
}
#Top .section-insta .content-container .layout-type-a .arrow-button-area .button .text {
  color: #fff;
}
#Top .section-insta .content-container .layout-type-a .arrow-button-area .button:hover .icon-arrow-area .icon-arrow {
  background-color: #fff;
}
#Top .section-insta .content-container .layout-type-a .arrow-button-area .button:hover .icon-arrow-area .icon-arrow .arrow {
  background-color: #a97bc9;
}
#Top .section-insta .content-container .layout-type-b {
  width: 60%;
}
#Top .section-insta .content-container .layout-type-b .insta-lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (min-width: 1080px) {
  #Top .section-insta .content-container .layout-type-b .insta-lists {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.4285714286vw;
  }
}
#Top .section-insta .content-container .layout-type-b .insta-lists .item {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 1080px) {
  #Top .section-insta .content-container .layout-type-b .insta-lists .item {
    border-radius: 0.7142857143vw;
  }
}
#Top .section-insta .content-container .layout-type-b .insta-lists .item img {
  transition: all 0.3s ease;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
#Top .section-insta .content-container .layout-type-b .insta-lists .item:hover img {
  transform: scale(1.1);
}
#Top .google-map-area {
  padding-top: 0 !important;
}

/*==================================
  News
==================================*/
#News {
  /*==================================
  	.section-news
  ==================================*/
  /*=================================
  	.page_navigation
  =================================*/
}
#News .section-news {
  /*.inner
  -------------------------*/
  /*category-label-lists-area
  -------------------------*/
  /*.news-lists-area
  -------------------------*/
}
#News .section-news .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 34px;
}
@media screen and (min-width: 1400px) {
  #News .section-news .inner {
    max-width: none;
    padding: 0 14.2857142857vw;
  }
}
#News .section-news .category-label-lists-area {
  padding-bottom: 25px;
}
#News .section-news .category-label-lists-area .category-label-lists {
  justify-content: left;
}
#News .section-news .news-lists-area {
  padding-bottom: 90px;
}
@media screen and (min-width: 1400px) {
  #News .section-news .news-lists-area {
    padding-bottom: 6.4285714286vw;
  }
}
#News .section-news .news-lists-area .news-lists .item {
  border-bottom: solid 1px #c9c5e8;
}
#News .section-news .news-lists-area .news-lists .item a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 64px 32px 0;
}
@media screen and (min-width: 1400px) {
  #News .section-news .news-lists-area .news-lists .item a {
    max-width: none;
    padding: 2.2857142857vw 4.5714285714vw 2.2857142857vw 0;
  }
}
#News .section-news .news-lists-area .news-lists .item a .label-area {
  width: 200px;
}
@media screen and (min-width: 1400px) {
  #News .section-news .news-lists-area .news-lists .item a .label-area {
    width: 14.2857142857vw;
  }
}
#News .section-news .news-lists-area .news-lists .item a .label-area .time-area {
  padding-bottom: 16px;
}
@media screen and (min-width: 1400px) {
  #News .section-news .news-lists-area .news-lists .item a .label-area .time-area {
    padding-bottom: 1.2857142857vw;
  }
}
#News .section-news .news-lists-area .news-lists .item a .label-area .time-area .time {
  font-size: 20px;
  display: block;
  color: #999999;
}
@media screen and (min-width: 1400px) {
  #News .section-news .news-lists-area .news-lists .item a .label-area .time-area .time {
    font-size: 1.4285714286vw;
  }
}
#News .section-news .news-lists-area .news-lists .item a .text-area {
  width: calc(100% - 180px);
}
@media screen and (min-width: 1400px) {
  #News .section-news .news-lists-area .news-lists .item a .text-area {
    width: calc(100% - 12.8571428571vw);
  }
}
#News .section-news .news-lists-area .news-lists .item a .text-area .text {
  font-size: 22px;
  font-weight: 700;
  word-break: break-all;
  overflow-wrap: break-word;
  line-height: 1.5;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1400px) {
  #News .section-news .news-lists-area .news-lists .item a .text-area .text {
    font-size: 1.5714285714vw;
  }
}
#News .section-news .news-lists-area .news-lists .item a .icon-arrow-area {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#News .section-news .news-lists-area .news-lists .item a .icon-arrow-area .icon-arrow {
  width: 29px;
  height: 29px;
  border: none;
  background-color: #514995;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1400px) {
  #News .section-news .news-lists-area .news-lists .item a .icon-arrow-area .icon-arrow {
    width: 2.0714285714vw;
    height: 2.0714285714vw;
  }
}
#News .section-news .news-lists-area .news-lists .item a .icon-arrow-area .icon-arrow .arrow {
  left: 1px;
  background-color: #fff;
  width: 6px;
  height: 11px;
}
@media screen and (min-width: 1400px) {
  #News .section-news .news-lists-area .news-lists .item a .icon-arrow-area .icon-arrow .arrow {
    left: 0.0714285714vw;
    width: 0.4285714286vw;
    height: 0.7857142857vw;
  }
}
#News .section-news .news-lists-area .news-lists .item a:hover .text {
  opacity: 0.8;
}
#News .section-news .news-lists-area .news-lists .item a:hover .icon-arrow-area .icon-arrow {
  transform: scale(1.2);
}
#News .section-news .news-lists-area .news-lists .item a:hover .icon-arrow-area .icon-arrow .arrow {
  left: 1px;
}
#News .page_navigation {
  /*.nav-links
  ------------------------*/
}
#News .page_navigation .wp-pagenavi {
  margin: 0;
}
#News .page_navigation .screen-reader-text {
  display: none;
}
#News .page_navigation .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 480px;
  /*.prev
  ------------------------*/
  /*.next
  ------------------------*/
}
@media screen and (min-width: 1400px) {
  #News .page_navigation .nav-links {
    width: 34.2857142857vw;
  }
}
#News .page_navigation .nav-links .prev, #News .page_navigation .nav-links .next {
  position: absolute;
  padding: 0 !important;
}
#News .page_navigation .nav-links .prev .page-icon-arrow, #News .page_navigation .nav-links .next .page-icon-arrow {
  position: relative;
  display: block;
  width: 49px;
  height: 48px;
}
@media screen and (min-width: 1400px) {
  #News .page_navigation .nav-links .prev .page-icon-arrow, #News .page_navigation .nav-links .next .page-icon-arrow {
    width: 3.5vw;
    height: 3.4285714286vw;
  }
}
#News .page_navigation .nav-links .prev .page-icon-arrow::after, #News .page_navigation .nav-links .next .page-icon-arrow::after {
  content: "";
  position: absolute;
  top: 13px;
  width: 14px;
  height: 24px;
  mask-image: url(../images/common/icon-arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #514995;
}
@media screen and (min-width: 1400px) {
  #News .page_navigation .nav-links .prev .page-icon-arrow::after, #News .page_navigation .nav-links .next .page-icon-arrow::after {
    top: 0.9285714286vw;
    width: 1vw;
    height: 1.7142857143vw;
  }
}
#News .page_navigation .nav-links .prev:hover, #News .page_navigation .nav-links .next:hover {
  opacity: 0.7;
  transform: scale(1.2);
}
#News .page_navigation .nav-links .prev {
  position: absolute;
  left: 0;
}
#News .page_navigation .nav-links .prev .page-icon-arrow {
  position: relative;
}
#News .page_navigation .nav-links .prev .page-icon-arrow::after {
  left: 16px;
  transform: scale(-1, 1);
}
@media screen and (min-width: 1400px) {
  #News .page_navigation .nav-links .prev .page-icon-arrow::after {
    left: 1.1428571429vw;
  }
}
#News .page_navigation .nav-links .next {
  position: absolute;
  right: 0;
}
#News .page_navigation .nav-links .next .page-icon-arrow {
  position: relative;
}
#News .page_navigation .nav-links .next .page-icon-arrow:after {
  right: 16px;
}
@media screen and (min-width: 1400px) {
  #News .page_navigation .nav-links .next .page-icon-arrow:after {
    right: 1.1428571429vw;
  }
}
#News .page_navigation .nav-links .page-numbers {
  font-size: 20px;
  padding: 0 18px;
  color: #4f4f4f;
}
@media screen and (min-width: 1400px) {
  #News .page_navigation .nav-links .page-numbers {
    font-size: 1.4285714286vw;
    padding: 0 1.2857142857vw;
  }
}
#News .page_navigation .nav-links .page-numbers.dots {
  position: relative;
  top: 1px;
  color: #4f4f4f;
  padding: 0;
}
#News .page_navigation .nav-links .page-numbers.dots:hover {
  opacity: 1;
}
#News .page_navigation .nav-links .page-numbers.current {
  margin: 0 24px;
  border-radius: 999px !important;
  width: 62px !important;
  height: 36px !important;
  color: #fff;
  background-color: #504894 !important;
  padding: 0 0 1px 0;
  font-weight: 600 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1400px) {
  #News .page_navigation .nav-links .page-numbers.current {
    margin: 0 1.7142857143vw;
    border-radius: 71.3571428571vw !important;
    width: 4.4285714286vw !important;
    height: 2.5714285714vw !important;
    padding: 0 0 0.0714285714vw 0;
  }
}
#News .page_navigation .nav-links .page-numbers.current:hover {
  opacity: 1;
}
#News .page_navigation .nav-links .page-numbers:hover {
  opacity: 0.6;
}

/*==================================
	#NewsBlog
==================================*/
#NewsBlog {
  /*==================================
  .section-blog
  ==================================*/
}
#NewsBlog .section-blog {
  /*.inner
  -------------------------*/
  /*.blog-content
  -------------------------*/
}
#NewsBlog .section-blog .inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 32px;
}
@media screen and (min-width: 1400px) {
  #NewsBlog .section-blog .inner {
    max-width: none;
    padding: 0 21.4285714286vw;
  }
}
#NewsBlog .section-blog #blog-content {
  /*.news-meta-area
  -------------------------*/
  /*.title-area
  -------------------------*/
  /*p
  -------------------------*/
  /*a
  -------------------------*/
  /*img
  -------------------------*/
}
#NewsBlog .section-blog #blog-content .news-meta-area {
  display: flex;
  padding-bottom: 24px;
}
@media screen and (min-width: 1400px) {
  #NewsBlog .section-blog #blog-content .news-meta-area {
    padding-bottom: 1.7142857143vw;
  }
}
#NewsBlog .section-blog #blog-content .news-meta-area .time-area {
  margin-right: 16px;
}
@media screen and (min-width: 1400px) {
  #NewsBlog .section-blog #blog-content .news-meta-area .time-area {
    margin-right: 1.1428571429vw;
  }
}
#NewsBlog .section-blog #blog-content .news-meta-area .time-area .time {
  color: #999999;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 1400px) {
  #NewsBlog .section-blog #blog-content .news-meta-area .time-area .time {
    font-size: 1.4285714286vw;
  }
}
#NewsBlog .section-blog #blog-content .news-meta-area .label-area {
  position: relative;
  top: -2px;
}
@media screen and (min-width: 1400px) {
  #NewsBlog .section-blog #blog-content .news-meta-area .label-area {
    top: -0.1428571429vw;
  }
}
#NewsBlog .section-blog #blog-content .news-meta-area .label-area .label {
  font-size: 16px;
  color: #fff;
  padding: 5px 16px;
  border-radius: 999px;
}
@media screen and (min-width: 1400px) {
  #NewsBlog .section-blog #blog-content .news-meta-area .label-area .label {
    font-size: 1.1428571429vw;
    padding: 0.3571428571vw 1.1428571429vw;
    border-radius: 71.3571428571vw;
  }
}
#NewsBlog .section-blog #blog-content .news-meta-area .label-area .label .pos {
  position: relative;
  top: -1px;
  font-weight: 600;
}
@media screen and (min-width: 1400px) {
  #NewsBlog .section-blog #blog-content .news-meta-area .label-area .label .pos {
    top: -0.0714285714vw;
  }
}
#NewsBlog .section-blog #blog-content .title-area {
  padding-bottom: 24px;
}
@media screen and (min-width: 1400px) {
  #NewsBlog .section-blog #blog-content .title-area {
    padding-bottom: 1.7142857143vw;
  }
}
#NewsBlog .section-blog #blog-content .title-area h1 {
  font-size: 36px;
  line-height: 1.5;
  word-break: break-all;
  overflow-wrap: break-word;
}
@media screen and (min-width: 1400px) {
  #NewsBlog .section-blog #blog-content .title-area h1 {
    font-size: 2.5714285714vw;
  }
}
#NewsBlog .section-blog #blog-content .event-content {
  word-break: break-all;
}
#NewsBlog .section-blog #blog-content .event-content p {
  word-break: break-all;
}
#NewsBlog .section-blog #blog-content p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (min-width: 1400px) {
  #NewsBlog .section-blog #blog-content p {
    font-size: 1.1428571429vw;
  }
}
#NewsBlog .section-blog #blog-content a {
  color: #204c87;
  text-decoration: underline;
  text-underline-offset: 5px;
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1400px) {
  #NewsBlog .section-blog #blog-content a {
    font-size: 1.1428571429vw;
    text-underline-offset: 0.3571428571vw;
    padding-bottom: 0.5714285714vw;
  }
}
#NewsBlog .section-blog #blog-content a::after {
  content: "";
  width: 14px;
  height: 24px;
  position: absolute;
  top: 0;
  right: -20px;
  mask-image: url(../images/common/icon-ex-link.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #204c87;
}
@media screen and (min-width: 1400px) {
  #NewsBlog .section-blog #blog-content a::after {
    width: 1vw;
    height: 1vw;
    right: -1.4285714286vw;
  }
}
#NewsBlog .section-blog #blog-content a:hover {
  opacity: 0.7;
}
#NewsBlog .section-blog #blog-content img {
  display: block;
}

#Application {
  /*=================================
  	.section-application
  ==================================*/
}
#Application .section-application {
  /*.line
  -------------------------*/
  /*.download-lists-area
  -------------------------*/
}
#Application .section-application .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 32px;
}
@media screen and (min-width: 1400px) {
  #Application .section-application .inner {
    max-width: none;
    padding: 0 14.2857142857vw;
  }
}
#Application .section-application .download-lists-area .content-text {
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 30px;
}
@media screen and (min-width: 1400px) {
  #Application .section-application .download-lists-area .content-text {
    font-size: 1.4285714286vw;
    padding-bottom: 2.1428571429vw;
  }
}
#Application .section-application .download-lists-area .download-lists .item {
  padding: 34px 0;
  border-bottom: solid 1px #c9c5e8;
}
@media screen and (min-width: 1400px) {
  #Application .section-application .download-lists-area .download-lists .item {
    padding: 2.4285714286vw 0;
  }
}
#Application .section-application .download-lists-area .download-lists .item .text {
  position: relative;
}
#Application .section-application .download-lists-area .download-lists .item .text .icon-pdf {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1400px) {
  #Application .section-application .download-lists-area .download-lists .item .text .icon-pdf {
    width: 1.7142857143vw;
    height: 1.7142857143vw;
  }
}
#Application .section-application .download-lists-area .download-lists .item .text a {
  font-size: 18px;
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 5px;
  padding-left: 36px;
}
@media screen and (min-width: 1400px) {
  #Application .section-application .download-lists-area .download-lists .item .text a {
    font-size: 1.2857142857vw;
    padding-left: 2.5714285714vw;
    text-underline-offset: 0.3571428571vw;
  }
}
#Application .section-application .download-lists-area .download-lists .item .text a:hover {
  opacity: 0.7;
}

#About {
  /*=================================
  	.section-base
  ==================================*/
  /*.sub-title-area
  -------------------------*/
  /*=================================
  	.anchor-button-lists-area
  ==================================*/
  /*=================================
  	.content-lists-type-a
  ==================================*/
  /*=================================
  	.content-lists-type-b
  ==================================*/
  /*=================================
  	.section-amuse
  ==================================*/
  /*=================================
  	.section-ground
  ==================================*/
}
#About section {
  padding-bottom: 130px;
  position: relative;
  /*.anchor-mark
  -------------------------*/
  /*.inner
  -------------------------*/
  /*.main-title-area
  -------------------------*/
}
@media screen and (min-width: 1400px) {
  #About section {
    padding-bottom: 9.2857142857vw;
  }
}
#About section:nth-last-child(1) {
  padding-bottom: 0;
}
#About section .anchor-mark {
  position: absolute;
  left: 0;
  top: -70px;
  width: 1px;
  height: 1px;
}
@media screen and (min-width: 1400px) {
  #About section .anchor-mark {
    top: -5vw;
    width: 0.0714285714vw;
    height: 0.0714285714vw;
  }
}
#About section .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}
@media screen and (min-width: 1400px) {
  #About section .inner {
    max-width: none;
    padding: 0 10.7142857143vw;
  }
}
#About section .main-title-area {
  padding-bottom: 80px;
}
@media screen and (min-width: 1400px) {
  #About section .main-title-area {
    padding-bottom: 5.7142857143vw;
  }
}
#About section .main-title-area .title {
  text-align: center;
}
#About .sub-title-area {
  padding-bottom: 14px;
}
#About .sub-title-area .sub-title {
  font-weight: 600;
}
@media screen and (min-width: 1400px) {
  #About .sub-title-area {
    padding-bottom: 1vw;
  }
}
#About .anchor-button-lists-area {
  display: flex;
  justify-content: center;
  padding-bottom: 90px;
}
#About .anchor-button-lists-area .anchor-button-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 552px;
  justify-content: center;
}
@media screen and (min-width: 980px) {
  #About .anchor-button-lists-area .anchor-button-lists {
    width: 100%;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1400px) {
  #About .anchor-button-lists-area .anchor-button-lists {
    gap: 1.1428571429vw;
    width: 39.4285714286vw;
  }
}
#About .anchor-button-lists-area .anchor-button-lists .button {
  border-radius: 999px;
  position: relative;
  width: 168px;
  display: block;
}
@media screen and (min-width: 1400px) {
  #About .anchor-button-lists-area .anchor-button-lists .button {
    width: 12vw;
  }
}
#About .anchor-button-lists-area .anchor-button-lists .button:nth-last-child(-n+2) {
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  #About .anchor-button-lists-area .anchor-button-lists .button:nth-last-child(-n+2) {
    margin-top: 0;
  }
}
#About .anchor-button-lists-area .anchor-button-lists .button::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 19px;
  left: 50%;
  bottom: -24px;
  transform: translate(-50%, 0);
  mask-image: url(../images/common/icon-arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1400px) {
  #About .anchor-button-lists-area .anchor-button-lists .button::after {
    width: 0.6428571429vw;
    height: 1.3571428571vw;
    bottom: -1.7142857143vw;
  }
}
#About .anchor-button-lists-area .anchor-button-lists .button:nth-child(1) {
  background-color: #504894;
}
#About .anchor-button-lists-area .anchor-button-lists .button:nth-child(1)::after {
  background-color: #504894;
}
#About .anchor-button-lists-area .anchor-button-lists .button:nth-child(2) {
  background-color: #0f9278;
}
#About .anchor-button-lists-area .anchor-button-lists .button:nth-child(2)::after {
  background-color: #0f9278;
}
#About .anchor-button-lists-area .anchor-button-lists .button:nth-child(3) {
  background-color: #f19c08;
}
#About .anchor-button-lists-area .anchor-button-lists .button:nth-child(3)::after {
  background-color: #f19c08;
}
#About .anchor-button-lists-area .anchor-button-lists .button:nth-child(4) {
  background-color: #2877d7;
}
#About .anchor-button-lists-area .anchor-button-lists .button:nth-child(4)::after {
  background-color: #2877d7;
}
#About .anchor-button-lists-area .anchor-button-lists .button:nth-child(5) {
  background-color: #575757;
}
#About .anchor-button-lists-area .anchor-button-lists .button:nth-child(5)::after {
  background-color: #575757;
}
#About .anchor-button-lists-area .anchor-button-lists .button a {
  position: relative;
  top: -1px;
  font-size: 18px;
  padding: 8px 0;
  text-align: center;
  width: 168px;
  line-height: 1;
  color: #fff;
  display: block;
  font-weight: 700;
}
@media screen and (min-width: 1400px) {
  #About .anchor-button-lists-area .anchor-button-lists .button a {
    font-size: 1.2857142857vw;
    padding: 0.5714285714vw 0;
    width: 12vw;
  }
}
#About .anchor-button-lists-area .anchor-button-lists .button:hover::after {
  content: "";
  transform: rotate(90deg) translateX(5px);
}
#About .content-lists-type-a .item {
  padding-bottom: 64px;
}
#About .content-lists-type-a .item:nth-last-child(1) {
  padding-bottom: 0;
}
#About .content-lists-type-a .item .content-container {
  display: flex;
}
#About .content-lists-type-a .item .content-container .layout-type-a {
  width: 450px;
}
@media screen and (min-width: 1400px) {
  #About .content-lists-type-a .item .content-container .layout-type-a {
    width: 39.2857142857vw;
  }
}
#About .content-lists-type-a .item .content-container .layout-type-a .photo {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1400px) {
  #About .content-lists-type-a .item .content-container .layout-type-a .photo {
    border-radius: 1.4285714286vw;
  }
}
#About .content-lists-type-a .item .content-container .layout-type-a .photo img {
  width: 100%;
}
#About .content-lists-type-a .item .content-container .layout-type-b {
  width: 600px;
  padding-left: 50px;
}
@media screen and (min-width: 1400px) {
  #About .content-lists-type-a .item .content-container .layout-type-b {
    width: 35.7142857143vw;
    padding-left: 3.5714285714vw;
  }
}
#About .content-lists-type-a .item .content-container .layout-type-b .sub-section {
  padding-bottom: 16px;
}
@media screen and (min-width: 1400px) {
  #About .content-lists-type-a .item .content-container .layout-type-b .sub-section {
    padding-bottom: 1.1428571429vw;
  }
}
#About .content-lists-type-a .item .content-container .layout-type-b .sub-section:nth-last-child(1) {
  padding-bottom: 0;
}
#About .content-lists-type-a .item .content-container .layout-type-b .sub-section .title {
  font-size: 22px;
  color: #504894;
  padding-left: 18px;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (min-width: 1400px) {
  #About .content-lists-type-a .item .content-container .layout-type-b .sub-section .title {
    font-size: 1.5714285714vw;
    padding-left: 1.2857142857vw;
    padding-bottom: 0.7142857143vw;
  }
}
#About .content-lists-type-a .item .content-container .layout-type-b .sub-section .title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background-color: #504894;
}
@media screen and (min-width: 1400px) {
  #About .content-lists-type-a .item .content-container .layout-type-b .sub-section .title::after {
    top: 0.5vw;
    width: 0.5714285714vw;
    height: 0.5714285714vw;
  }
}
#About .content-lists-type-a .item .content-container .layout-type-b .sub-section .text {
  line-height: 1.6;
  font-weight: 500;
}
#About .content-lists-type-a .item .content-container .layout-type-b .sub-section .note-text {
  font-size: 14px;
}
@media screen and (min-width: 1400px) {
  #About .content-lists-type-a .item .content-container .layout-type-b .sub-section .note-text {
    font-size: 1vw;
  }
}
#About .content-lists-type-a .item .content-container .layout-type-b .lists {
  overflow: hidden;
}
#About .content-lists-type-a .item .content-container .layout-type-b .lists li {
  float: left;
  padding-left: 8px;
  padding-right: 16px;
  position: relative;
}
@media screen and (min-width: 1400px) {
  #About .content-lists-type-a .item .content-container .layout-type-b .lists li {
    padding-left: 0.5714285714vw;
    padding-right: 1.1428571429vw;
  }
}
#About .content-lists-type-a .item .content-container .layout-type-b .lists li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 999px;
}
@media screen and (min-width: 1400px) {
  #About .content-lists-type-a .item .content-container .layout-type-b .lists li::after {
    top: 0.8571428571vw;
    width: 0.2142857143vw;
    height: 0.2142857143vw;
    border-radius: 71.3571428571vw;
  }
}
#About .content-lists-type-a .item .content-container .layout-type-b .table {
  width: 100%;
}
#About .content-lists-type-a .item .content-container .layout-type-b .table tr:nth-child(1) th {
  border-top: 0;
  padding-top: 0;
}
#About .content-lists-type-a .item .content-container .layout-type-b .table tr:nth-child(1) td {
  padding-top: 0;
  border-top: 0;
}
#About .content-lists-type-a .item .content-container .layout-type-b .table tr th {
  width: 130px;
  text-align: left;
  padding: 20px 0;
  border-top: solid 1px #c2bdea;
  border-bottom: solid 1px #c2bdea;
  vertical-align: top;
}
@media screen and (min-width: 1400px) {
  #About .content-lists-type-a .item .content-container .layout-type-b .table tr th {
    width: 9.2857142857vw;
    padding: 1.4285714286vw 0;
  }
}
#About .content-lists-type-a .item .content-container .layout-type-b .table tr td {
  width: calc(100% - 130px);
  width: 74%;
  text-align: left;
  padding: 20px 0;
  border-top: solid 1px #c2bdea;
  border-bottom: solid 1px #c2bdea;
}
@media screen and (min-width: 1400px) {
  #About .content-lists-type-a .item .content-container .layout-type-b .table tr td {
    padding: 1.4285714286vw 0;
  }
}
#About .content-lists-type-a .item .content-container .layout-type-b .table:nth-last-child(1) th {
  border-bottom: none;
}
#About .content-lists-type-a .item .content-container .layout-type-b .table:nth-last-child(1) td {
  border-bottom: none;
}
#About .content-lists-type-a .item .content-container .layout-type-b .icon-pin-text-area {
  display: flex;
  align-items: center;
  padding-top: 2px;
}
@media screen and (min-width: 1400px) {
  #About .content-lists-type-a .item .content-container .layout-type-b .icon-pin-text-area {
    padding-top: 0.1428571429vw;
  }
}
#About .content-lists-type-a .item .content-container .layout-type-b .icon-pin-text-area .icon-pin {
  display: inline-block;
  width: 17px;
  margin-right: 6px;
  font-size: 1px;
  position: relative;
  top: 2px;
}
@media screen and (min-width: 1400px) {
  #About .content-lists-type-a .item .content-container .layout-type-b .icon-pin-text-area .icon-pin {
    width: 1.2142857143vw;
    margin-right: 0.4285714286vw;
    top: 0.1428571429vw;
  }
}
#About .content-lists-type-a .item .content-container .layout-type-b .icon-pin-text-area .text {
  font-size: 16px;
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media screen and (min-width: 1400px) {
  #About .content-lists-type-a .item .content-container .layout-type-b .icon-pin-text-area .text {
    font-size: 1.1428571429vw;
    text-underline-offset: 0.3571428571vw;
  }
}
#About .content-lists-type-a .item .content-container .layout-type-b .icon-pin-text-area .text:hover {
  opacity: 0.7;
}
#About .content-lists-type-a .item .content-container .layout-type-b .note-text-area {
  padding-top: 6px;
}
@media screen and (min-width: 1400px) {
  #About .content-lists-type-a .item .content-container .layout-type-b .note-text-area {
    padding-top: 0.4285714286vw;
  }
}
#About .content-lists-type-a .item .content-container .layout-type-b .note-text-area .note-text {
  font-size: 14px;
}
@media screen and (min-width: 1400px) {
  #About .content-lists-type-a .item .content-container .layout-type-b .note-text-area .note-text {
    font-size: 1vw;
  }
}
#About .content-lists-type-b {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 50px;
}
@media screen and (min-width: 1400px) {
  #About .content-lists-type-b {
    gap: 4.2857142857vw 3.5714285714vw;
  }
}
#About .content-lists-type-b .item .content-container .photo-area {
  padding-bottom: 24px;
}
@media screen and (min-width: 1400px) {
  #About .content-lists-type-b .item .content-container .photo-area {
    padding-bottom: 1.7142857143vw;
  }
}
#About .content-lists-type-b .item .content-container .photo-area .photo {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1400px) {
  #About .content-lists-type-b .item .content-container .photo-area .photo {
    border-radius: 1.4285714286vw;
  }
}
#About .content-lists-type-b .item .content-container .photo-area .photo img {
  width: 100%;
}
#About .content-lists-type-b .item .content-container .text-area .text {
  font-weight: 500;
  line-height: 1.6;
}
#About .content-lists-type-b .item .content-container .text-area .note-text {
  padding-top: 8px;
  font-size: 14px;
}
@media screen and (min-width: 1400px) {
  #About .content-lists-type-b .item .content-container .text-area .note-text {
    padding-top: 0.5714285714vw;
    font-size: 1vw;
  }
}
#About .section-amuse {
  /*.map-area
  -------------------------*/
  /*.content-lists-type-a
  -------------------------*/
}
#About .section-amuse .map-area {
  padding-bottom: 80px;
}
@media screen and (min-width: 1400px) {
  #About .section-amuse .map-area {
    padding-bottom: 5.7142857143vw;
  }
}
#About .section-amuse .map-area .map-wrap {
  padding: 0 32px;
  padding-top: 80px;
  background-color: #f2f0ff;
}
@media screen and (min-width: 1400px) {
  #About .section-amuse .map-area .map-wrap {
    padding: 0 2.2857142857vw;
    padding-top: 5.7142857143vw;
  }
}
#About .section-amuse .map-area .map-wrap .map .photo {
  max-width: 1020px;
  margin: 0 auto;
}
@media screen and (min-width: 1400px) {
  #About .section-amuse .map-area .map-wrap .map .photo {
    max-width: none;
    width: 72.8571428571vw;
  }
}
#About .section-amuse .content-lists-type-a {
  padding-bottom: 80px;
}
@media screen and (min-width: 1400px) {
  #About .section-amuse .content-lists-type-a {
    padding-bottom: 5.7142857143vw;
  }
}
#About .section-ground {
  position: relative;
}
#About .section-ground .ground-line {
  width: 100%;
  position: absolute;
  z-index: -1;
  top: -280px;
  left: 0;
  opacity: 0.08;
}
@media screen and (min-width: 1400px) {
  #About .section-ground .ground-line {
    top: -20vw;
  }
}

/*==================================
  #Classes
==================================*/
#Classes {
  /*=================================
  	.sub-visual-area
  ==================================*/
  /*=================================
  	.section-classes
  ==================================*/
  /*=================================
  	.google-map-area
  ==================================*/
}
#Classes .sub-visual-area {
  padding-bottom: 0;
}
#Classes .section-classes {
  background-color: #f2f0ff;
  padding-top: 100px;
  padding-bottom: 150px;
  /*.inner
  -------------------------*/
  /*.main-title-area
  -------------------------*/
  /*.classes-lists-area
  -------------------------*/
}
@media screen and (min-width: 1400px) {
  #Classes .section-classes {
    padding-top: 7.1428571429vw;
    padding-bottom: 10.7142857143vw;
  }
}
#Classes .section-classes .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 32px;
}
@media screen and (min-width: 1400px) {
  #Classes .section-classes .inner {
    max-width: none;
    padding: 0 14.2857142857vw;
  }
}
#Classes .section-classes .category-label-lists-area {
  padding-bottom: 60px;
}
@media screen and (min-width: 1400px) {
  #Classes .section-classes .category-label-lists-area {
    padding-bottom: 4.2857142857vw;
  }
}
#Classes .section-classes .category-label-lists-area .category-label-lists {
  justify-content: center;
}
#Classes .section-classes .main-title-area {
  padding-bottom: 55px;
}
@media screen and (min-width: 1400px) {
  #Classes .section-classes .main-title-area {
    padding-bottom: 0 3.9285714286vw;
  }
}
#Classes .section-classes .main-title-area .title {
  text-align: center;
}
#Classes .section-classes .classes-lists-area .classes-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 20px;
  grid-template-rows: auto;
  align-items: stretch;
}
@media screen and (min-width: 980px) {
  #Classes .section-classes .classes-lists-area .classes-lists {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1400px) {
  #Classes .section-classes .classes-lists-area .classes-lists {
    gap: 2.5vw 1.4285714286vw;
  }
}
#Classes .google-map-area {
  padding-top: 0;
}

/*==================================
	#ClassesBlog
==================================*/
#ClassesBlog {
  /*==================================
  .section-blog
  ==================================*/
}
#ClassesBlog .section-blog {
  /*.inner
  -------------------------*/
  /*.blog-content
  -------------------------*/
}
#ClassesBlog .section-blog .inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 32px;
}
@media screen and (min-width: 1400px) {
  #ClassesBlog .section-blog .inner {
    max-width: none;
    padding: 0 21.4285714286vw;
  }
}
#ClassesBlog .section-blog #blog-content {
  /*.title-area
  -------------------------*/
  /*.casses-labels-lists-area
  -------------------------*/
  /*.event-schedule-area
  -------------------------*/
  /*p
  -------------------------*/
  /*a
  -------------------------*/
  /*img
  -------------------------*/
}
#ClassesBlog .section-blog #blog-content .title-area {
  padding-bottom: 16px;
}
@media screen and (min-width: 1400px) {
  #ClassesBlog .section-blog #blog-content .title-area {
    padding-bottom: 1.1428571429vw;
  }
}
#ClassesBlog .section-blog #blog-content .title-area h1 {
  font-size: 36px;
  line-height: 1.5;
  word-break: break-all;
  overflow-wrap: break-word;
}
@media screen and (min-width: 1400px) {
  #ClassesBlog .section-blog #blog-content .title-area h1 {
    font-size: 2.5714285714vw;
  }
}
#ClassesBlog .section-blog #blog-content .casses-labels-lists-area {
  padding-bottom: 25px;
}
@media screen and (min-width: 1400px) {
  #ClassesBlog .section-blog #blog-content .casses-labels-lists-area {
    padding-bottom: 1.7857142857vw;
  }
}
#ClassesBlog .section-blog #blog-content .casses-labels-lists-area .casses-labels-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
@media screen and (min-width: 1400px) {
  #ClassesBlog .section-blog #blog-content .casses-labels-lists-area .casses-labels-lists {
    gap: 0.4285714286vw;
  }
}
#ClassesBlog .section-blog #blog-content .casses-labels-lists-area .casses-labels-lists li {
  font-size: 16px;
  padding: 2px 16px;
  border-radius: 999px;
  color: #fff;
}
@media screen and (min-width: 1400px) {
  #ClassesBlog .section-blog #blog-content .casses-labels-lists-area .casses-labels-lists li {
    font-size: 1.1428571429vw;
    padding: 0.1428571429vw 1.1428571429vw;
    border-radius: 71.3571428571vw;
  }
}
#ClassesBlog .section-blog #blog-content .casses-labels-lists-area .casses-labels-lists li .pos {
  font-weight: 600;
  position: relative;
  top: -1px;
}
@media screen and (min-width: 1400px) {
  #ClassesBlog .section-blog #blog-content .casses-labels-lists-area .casses-labels-lists li .pos {
    top: -0.0714285714vw;
  }
}
#ClassesBlog .section-blog #blog-content .event-schedule-area {
  display: flex;
  padding-bottom: 32px;
}
@media screen and (min-width: 1400px) {
  #ClassesBlog .section-blog #blog-content .event-schedule-area {
    padding-bottom: 2.2857142857vw;
  }
}
#ClassesBlog .section-blog #blog-content .event-schedule-area .event-title-area .event-title {
  position: relative;
  top: -3px;
  color: #504894;
  word-break: keep-all;
}
@media screen and (min-width: 1400px) {
  #ClassesBlog .section-blog #blog-content .event-schedule-area .event-title-area .event-title {
    top: -0.2142857143vw;
  }
}
#ClassesBlog .section-blog #blog-content .event-schedule-area .event-lists-area p {
  font-size: 16px;
  color: #7b7b7b;
  padding-left: 3px;
  word-break: break-all;
}
@media screen and (min-width: 1400px) {
  #ClassesBlog .section-blog #blog-content .event-schedule-area .event-lists-area p {
    font-size: 1.1428571429vw;
    padding-left: 0.2142857143vw;
  }
}
#ClassesBlog .section-blog #blog-content .event-content {
  word-break: break-all;
}
#ClassesBlog .section-blog #blog-content .event-content p {
  word-break: break-all;
}
#ClassesBlog .section-blog #blog-content p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (min-width: 1400px) {
  #ClassesBlog .section-blog #blog-content p {
    font-size: 1.1428571429vw;
  }
}
#ClassesBlog .section-blog #blog-content a {
  color: #204c87;
  text-decoration: underline;
  text-underline-offset: 5px;
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
}
@media screen and (min-width: 1400px) {
  #ClassesBlog .section-blog #blog-content a {
    padding-bottom: 0.5714285714vw;
    text-underline-offset: 0.3571428571vw;
  }
}
#ClassesBlog .section-blog #blog-content img {
  display: block;
}

#Price {
  /*=================================
  	section-base(ベース)
  ==================================*/
  /*=================================
  	.section-amuse
  ==================================*/
  /*=================================
  	.section-ground
  ==================================*/
  /*=================================
  	.section-court
  ==================================*/
  /*=================================
  	.section-yuya
  ==================================*/
  /*.icon-pdf-text-area
  -------------------------*/
}
#Price .section-base {
  padding-bottom: 100px;
  /*.inner
  -------------------------*/
  /*.note-text-area
  -------------------------*/
}
#Price .section-base:nth-last-child(1) {
  padding-bottom: 0;
}
@media screen and (min-width: 1400px) {
  #Price .section-base {
    padding-bottom: 7.1428571429vw;
  }
}
#Price .section-base .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 32px;
}
@media screen and (min-width: 1400px) {
  #Price .section-base .inner {
    max-width: none;
    padding: 0 14.2857142857vw;
  }
}
#Price .section-base .tax-text {
  font-size: 14px;
  text-align: right;
  padding-top: 32px;
}
#Price .section-base .main-title-area {
  padding-bottom: 60px;
}
@media screen and (min-width: 1400px) {
  #Price .section-base .main-title-area {
    padding-bottom: 4.2857142857vw;
  }
}
#Price .section-base .main-title-area .title {
  text-align: center;
}
#Price .section-base .sub-section {
  padding-bottom: 50px;
}
@media screen and (min-width: 1400px) {
  #Price .section-base .sub-section {
    padding-bottom: 3.5714285714vw;
  }
}
#Price .section-base .sub-section:nth-last-child(1) {
  padding-bottom: 0;
}
#Price .section-base .sub-section .sub-title-area {
  padding-bottom: 12px;
}
#Price .section-base .sub-section .txt_pd {
  padding: 0 0 16px 0;
}
@media screen and (min-width: 1400px) {
  #Price .section-base .sub-section .txt_pd {
    padding: 0 0 1.1428571429vw 0;
  }
}
#Price .section-base .note-text-area .note-text {
  font-size: 16px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 1400px) {
  #Price .section-base .note-text-area .note-text {
    font-size: 1.1428571429vw;
  }
}
#Price .section-amuse {
  /*.amuse-table-type-a-area
  -------------------------*/
  /*.amuse-table-type-c
  -------------------------*/
  /*.text-lists
  -------------------------*/
}
#Price .section-amuse .amuse-table-type-a-b-area {
  padding-bottom: 20px;
  width: 100%;
  overflow: hidden;
  /*.amuse-table-type-a-area
  -------------------------*/
  /*.amuse-table-type-b
  -------------------------*/
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-a-area {
  width: 100%;
  padding-bottom: 20px;
}
@media screen and (min-width: 1400px) {
  #Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-a-area {
    padding-bottom: 1.4285714286vw;
  }
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-a-area .amuse-table-type-a {
  width: 1000px;
  overflow: hidden;
  border-collapse: separate;
  border-radius: 10px;
  border: solid 1px #8f8f8f;
  border-spacing: 0;
}
@media screen and (min-width: 1400px) {
  #Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-a-area .amuse-table-type-a {
    width: 100%;
    border-radius: 0.7142857143vw;
  }
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-a-area .amuse-table-type-a tr th {
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
  padding: 8px 0;
  color: #fff;
  border-right: 1px solid #bfbfc1;
  line-height: 1;
}
@media screen and (min-width: 1400px) {
  #Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-a-area .amuse-table-type-a tr th {
    font-size: 1.1428571429vw;
    padding: 0.5714285714vw 0;
  }
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-a-area .amuse-table-type-a tr th .pos {
  position: relative;
  top: -1px;
}
@media screen and (min-width: 1400px) {
  #Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-a-area .amuse-table-type-a tr th .pos {
    top: -0.0714285714vw;
  }
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-a-area .amuse-table-type-a tr th .small-text {
  font-size: 14px;
  line-height: 1;
  margin-top: 6px;
  display: block;
}
@media screen and (min-width: 1400px) {
  #Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-a-area .amuse-table-type-a tr th .small-text {
    margin-top: 0.4285714286vw;
    font-size: 1vw;
  }
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-a-area .amuse-table-type-a tr td {
  vertical-align: middle;
  text-align: center;
  padding: 12px 0;
  border-right: 1px solid #bfbfc1;
  border-bottom: 1px solid #bfbfc1;
  font-size: 15px;
}
@media screen and (min-width: 1000px) {
  #Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-a-area .amuse-table-type-a tr td {
    font-size: 18px;
  }
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-a-area .amuse-table-type-a tr td .en-text {
  font-size: 14px;
}
@media screen and (min-width: 1400px) {
  #Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-a-area .amuse-table-type-a tr td .en-text {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  #Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-a-area .amuse-table-type-a tr td {
    font-size: 1.1428571429vw;
    padding: 0.8571428571vw 0;
  }
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-a-area .amuse-table-type-a tr:nth-child(1) th:nth-child(1) {
  width: 28%;
  background-color: #504894;
  font-size: 18px;
}
@media screen and (min-width: 1400px) {
  #Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-a-area .amuse-table-type-a tr:nth-child(1) th:nth-child(1) {
    font-size: 1.2857142857vw;
  }
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-a-area .amuse-table-type-a tr:nth-child(1) th:nth-child(n+2) {
  color: #fff;
  background-color: #6e61bf;
  width: 12%;
  font-size: 16px;
}
@media screen and (min-width: 1400px) {
  #Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-a-area .amuse-table-type-a tr:nth-child(1) th:nth-child(n+2) {
    font-size: 1.1428571429vw;
  }
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-a-area .amuse-table-type-a tr:nth-child(1) th:nth-last-child(1) {
  border-right: none;
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-a-area .amuse-table-type-a tr:nth-child(2) td:nth-child(1) {
  width: 16%;
  background-color: #f6f7f9;
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-a-area .amuse-table-type-a tr:nth-child(2) td:nth-child(2) {
  width: 12%;
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-a-area .amuse-table-type-a tr:nth-child(2) td:nth-child(8) {
  background-color: #f6f7f9;
  border-right: none;
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-a-area .amuse-table-type-a tr:nth-child(3) td {
  background-color: #f6f7f9;
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-a-area .amuse-table-type-a tr:nth-child(3) td:nth-child(7) {
  border-right: none;
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-a-area .amuse-table-type-a tr:nth-child(4) td:nth-child(7) {
  border-right: none;
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-a-area .amuse-table-type-a tr:nth-child(5) td {
  background-color: #f6f7f9;
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-a-area .amuse-table-type-a tr:nth-child(6) td:nth-child(7) {
  border-right: none;
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-a-area .amuse-table-type-a tr:nth-child(7) td {
  background-color: #f6f7f9;
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-a-area .amuse-table-type-a tr:nth-child(7) td:nth-child(7) {
  border-right: none;
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-a-area .amuse-table-type-a tr:nth-child(8) td:nth-child(-n+7) {
  border-bottom: none;
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-a-area .amuse-table-type-a tr:nth-child(8) td:nth-child(7) {
  border-right: none;
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-b-area {
  width: 100%;
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-b-area .amuse-table-type-b {
  width: 1000px;
  border-collapse: separate;
  border-radius: 10px;
  border: solid 1px #8f8f8f;
  border-spacing: 0;
  overflow: hidden;
}
@media screen and (min-width: 1400px) {
  #Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-b-area .amuse-table-type-b {
    width: 100%;
    border-radius: 0.7142857143vw;
  }
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-b-area .amuse-table-type-b tr {
  border-bottom: 1px solid #bfbfc1;
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-b-area .amuse-table-type-b tr th {
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  padding: 8px 0;
  color: #fff;
  border-right: 1px solid #bfbfc1;
}
@media screen and (min-width: 1400px) {
  #Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-b-area .amuse-table-type-b tr th {
    font-size: 1.1428571429vw;
    padding: 0.5714285714vw 0;
  }
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-b-area .amuse-table-type-b tr th .pos {
  display: block;
  position: relative;
  top: -3px;
}
@media screen and (min-width: 1400px) {
  #Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-b-area .amuse-table-type-b tr th .pos {
    top: -0.2142857143vw;
    font-size: 1vw;
  }
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-b-area .amuse-table-type-b tr th .small-text {
  font-size: 14px;
  display: block;
  line-height: 1;
  margin-top: 2px;
}
@media screen and (min-width: 1400px) {
  #Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-b-area .amuse-table-type-b tr th .small-text {
    margin-top: 0.1428571429vw;
    font-size: 1vw;
  }
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-b-area .amuse-table-type-b tr td {
  vertical-align: middle;
  text-align: center;
  padding: 12px 0;
  border-right: 1px solid #bfbfc1;
  border-bottom: 1px solid #bfbfc1;
  font-size: 15px;
}
@media screen and (min-width: 1000px) {
  #Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-b-area .amuse-table-type-b tr td {
    font-size: 18px;
  }
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-b-area .amuse-table-type-b tr td .en-text {
  font-size: 14px;
}
@media screen and (min-width: 1400px) {
  #Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-b-area .amuse-table-type-b tr td .en-text {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  #Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-b-area .amuse-table-type-b tr td {
    font-size: 1.1428571429vw;
    padding: 0.8571428571vw 0;
  }
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-b-area .amuse-table-type-b tr td .en-text {
  font-size: 14px;
  position: relative;
  top: 1px;
  left: 1px;
}
@media screen and (min-width: 1400px) {
  #Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-b-area .amuse-table-type-b tr td .en-text {
    font-size: 1vw;
  }
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-b-area .amuse-table-type-b tr:nth-child(1) th:nth-child(1) {
  width: 28%;
  background-color: #504894;
  font-size: 18px;
}
@media screen and (min-width: 1400px) {
  #Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-b-area .amuse-table-type-b tr:nth-child(1) th:nth-child(1) {
    font-size: 1.2857142857vw;
  }
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-b-area .amuse-table-type-b tr:nth-child(1) th:nth-child(n+2) {
  width: 12%;
  color: #fff;
  background-color: #6e61bf;
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-b-area .amuse-table-type-b tr:nth-child(1) th:nth-last-child(1) {
  border-right: none;
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-b-area .amuse-table-type-b tr:nth-child(2) td:nth-child(1) {
  width: 16%;
  background-color: #f6f7f9;
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-b-area .amuse-table-type-b tr:nth-child(2) td:nth-child(2) {
  width: 12%;
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-b-area .amuse-table-type-b tr:nth-child(2) td:nth-child(8) {
  background-color: #f6f7f9;
  border-right: none;
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-b-area .amuse-table-type-b tr:nth-child(3) td {
  background-color: #f6f7f9;
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-b-area .amuse-table-type-b tr:nth-child(3) td:nth-child(7) {
  border-right: none;
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-b-area .amuse-table-type-b tr:nth-child(4) td:nth-child(7) {
  border-right: none;
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-b-area .amuse-table-type-b tr:nth-child(5) td {
  background-color: #f6f7f9;
  border-bottom: none;
}
#Price .section-amuse .amuse-table-type-a-b-area .amuse-table-type-b-area .amuse-table-type-b tr:nth-child(5) td:nth-child(5) {
  border-right: none;
}
#Price .section-amuse .amuse-table-type-c-area {
  padding-bottom: 20px;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1400px) {
  #Price .section-amuse .amuse-table-type-c-area {
    padding-bottom: 1.4285714286vw;
  }
}
#Price .section-amuse .amuse-table-type-c-area .amuse-table-type-c {
  width: 1000px;
  border-collapse: separate;
  border-radius: 10px;
  border: solid 1px #8f8f8f;
  border-spacing: 0;
  overflow: hidden;
}
@media screen and (min-width: 1400px) {
  #Price .section-amuse .amuse-table-type-c-area .amuse-table-type-c {
    width: 100%;
    border-radius: 0.7142857143vw;
  }
}
#Price .section-amuse .amuse-table-type-c-area .amuse-table-type-c tr {
  border-bottom: 1px solid #bfbfc1;
}
#Price .section-amuse .amuse-table-type-c-area .amuse-table-type-c tr:nth-last-child(1) {
  border: none;
}
#Price .section-amuse .amuse-table-type-c-area .amuse-table-type-c tr th {
  vertical-align: middle;
  text-align: center;
  padding: 14px 0;
  color: #fff;
  border-right: 1px solid #bfbfc1;
  background-color: #6e61bf;
}
@media screen and (min-width: 1400px) {
  #Price .section-amuse .amuse-table-type-c-area .amuse-table-type-c tr th {
    font-size: 1vw 0;
    padding: 0.8571428571vw 0;
  }
}
#Price .section-amuse .amuse-table-type-c-area .amuse-table-type-c tr td {
  vertical-align: middle;
  text-align: center;
  padding: 12px 0;
  border-right: 1px solid #bfbfc1;
  border-bottom: 1px solid #bfbfc1;
  font-size: 15px;
}
@media screen and (min-width: 1000px) {
  #Price .section-amuse .amuse-table-type-c-area .amuse-table-type-c tr td {
    font-size: 18px;
  }
}
@media screen and (min-width: 1000px) {
  #Price .section-amuse .amuse-table-type-c-area .amuse-table-type-c tr td .t-br {
    display: none;
  }
}
#Price .section-amuse .amuse-table-type-c-area .amuse-table-type-c tr td .small-text {
  font-size: 14px;
}
@media screen and (min-width: 1400px) {
  #Price .section-amuse .amuse-table-type-c-area .amuse-table-type-c tr td .small-text {
    font-size: 1vw;
  }
}
#Price .section-amuse .amuse-table-type-c-area .amuse-table-type-c tr td .en-text {
  font-size: 14px;
}
@media screen and (min-width: 1400px) {
  #Price .section-amuse .amuse-table-type-c-area .amuse-table-type-c tr td .en-text {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  #Price .section-amuse .amuse-table-type-c-area .amuse-table-type-c tr td {
    font-size: 1.1428571429vw;
    padding: 0.8571428571vw 0;
  }
}
#Price .section-amuse .amuse-table-type-c-area .amuse-table-type-c tr td .row {
  width: 68%;
  margin: 0 auto;
  display: flex;
}
#Price .section-amuse .amuse-table-type-c-area .amuse-table-type-c tr td .row .cell {
  width: 50%;
}
#Price .section-amuse .amuse-table-type-c-area .amuse-table-type-c tr:nth-child(1) th:nth-child(1) {
  width: 39.6%;
  background-color: #504894;
  font-size: 18px;
}
@media screen and (min-width: 1400px) {
  #Price .section-amuse .amuse-table-type-c-area .amuse-table-type-c tr:nth-child(1) th:nth-child(1) {
    font-size: 1.2857142857vw;
  }
}
#Price .section-amuse .amuse-table-type-c-area .amuse-table-type-c tr:nth-child(1) th:nth-child(4) {
  border-right: none;
}
#Price .section-amuse .amuse-table-type-c-area .amuse-table-type-c tr:nth-child(2) td:nth-child(1) {
  background-color: #f6f7f9;
  width: 154px;
}
@media screen and (min-width: 1400px) {
  #Price .section-amuse .amuse-table-type-c-area .amuse-table-type-c tr:nth-child(2) td:nth-child(1) {
    width: 11vw 0;
  }
}
#Price .section-amuse .amuse-table-type-c-area .amuse-table-type-c tr:nth-child(2) td:nth-child(2) {
  width: 120px;
}
@media screen and (min-width: 1400px) {
  #Price .section-amuse .amuse-table-type-c-area .amuse-table-type-c tr:nth-child(2) td:nth-child(2) {
    width: 8.5714285714vw 0;
  }
}
#Price .section-amuse .amuse-table-type-c-area .amuse-table-type-c tr:nth-child(2) td:nth-child(3) {
  border-right: none;
}
#Price .section-amuse .amuse-table-type-c-area .amuse-table-type-c tr:nth-child(3) td {
  border-right: none;
}
#Price .section-amuse .amuse-table-type-c-area .amuse-table-type-c tr:nth-child(4) td {
  background-color: #f6f7f9;
}
#Price .section-amuse .amuse-table-type-c-area .amuse-table-type-c tr:nth-child(4) td:nth-child(2) {
  border-right: none;
}
#Price .section-amuse .amuse-table-type-c-area .amuse-table-type-c tr:nth-child(5) td {
  background-color: #f6f7f9;
  border-right: none;
}
#Price .section-amuse .amuse-table-type-c-area .amuse-table-type-c tr:nth-child(6) td:nth-child(2) {
  border-right: none;
}
#Price .section-amuse .amuse-table-type-c-area .amuse-table-type-c tr:nth-child(7) {
  background-color: #f6f7f9;
}
#Price .section-amuse .amuse-table-type-c-area .amuse-table-type-c tr:nth-child(7) td:nth-child(2) {
  border-right: none;
}
#Price .section-amuse .amuse-table-type-c-area .amuse-table-type-c tr:nth-child(8) td:nth-child(-n+4) {
  border-bottom: none;
}
#Price .section-amuse .amuse-table-type-c-area .amuse-table-type-c tr:nth-child(8) td:nth-child(2) {
  border-right: none;
}
#Price .section-amuse .text-lists {
  padding-bottom: 24px;
}
@media screen and (min-width: 1400px) {
  #Price .section-amuse .text-lists {
    padding-bottom: 1.7142857143vw;
  }
}
#Price .section-amuse .text-lists li {
  padding-left: 16px;
  position: relative;
}
#Price .section-amuse .text-lists li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 9999px;
}
@media screen and (min-width: 1400px) {
  #Price .section-amuse .text-lists li::after {
    top: 0.8571428571vw;
    width: 0.3571428571vw;
    height: 0.3571428571vw;
    border-radius: 714.2142857143vw;
  }
}
#Price .section-ground {
  /*.ground-table-type-a
  -------------------------*/
  /*.ground-table-type-b
  -------------------------*/
}
#Price .section-ground .ground-table-type-a-area {
  overflow: hidden;
}
#Price .section-ground .ground-table-type-a-area .ground-table-type-a {
  width: 100%;
  overflow: hidden;
  border-collapse: separate;
  border-radius: 10px;
  border: solid 1px #8f8f8f;
  border-spacing: 0;
}
@media screen and (min-width: 1400px) {
  #Price .section-ground .ground-table-type-a-area .ground-table-type-a {
    width: 100%;
    border-radius: 0.7142857143vw;
  }
}
#Price .section-ground .ground-table-type-a-area .ground-table-type-a tr th {
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
  padding: 14px 0;
  color: #fff;
  border-right: 1px solid #bfbfc1;
  background-color: #1bb395;
}
@media screen and (min-width: 1400px) {
  #Price .section-ground .ground-table-type-a-area .ground-table-type-a tr th {
    padding: 0.8571428571vw 0;
  }
}
#Price .section-ground .ground-table-type-a-area .ground-table-type-a tr th span {
  font-size: 14px;
}
@media screen and (min-width: 1400px) {
  #Price .section-ground .ground-table-type-a-area .ground-table-type-a tr th span {
    font-size: 1vw;
  }
}
#Price .section-ground .ground-table-type-a-area .ground-table-type-a tr td {
  vertical-align: middle;
  text-align: center;
  padding: 12px 0;
  border-right: 1px solid #bfbfc1;
  border-bottom: 1px solid #bfbfc1;
}
#Price .section-ground .ground-table-type-a-area .ground-table-type-a tr td .en-text {
  font-size: 14px;
}
@media screen and (min-width: 1400px) {
  #Price .section-ground .ground-table-type-a-area .ground-table-type-a tr td .en-text {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  #Price .section-ground .ground-table-type-a-area .ground-table-type-a tr td {
    font-size: 1.1428571429vw;
    padding: 0.8571428571vw 0;
    width: 12.8571428571vw;
  }
}
#Price .section-ground .ground-table-type-a-area .ground-table-type-a tr:nth-child(1) th:nth-child(1) {
  width: 28%;
  background-color: #10a184;
  font-size: 18px;
}
@media screen and (min-width: 1400px) {
  #Price .section-ground .ground-table-type-a-area .ground-table-type-a tr:nth-child(1) th:nth-child(1) {
    font-size: 1.2857142857vw;
    width: 20vw;
  }
}
#Price .section-ground .ground-table-type-a-area .ground-table-type-a tr:nth-child(2) td:nth-child(1) {
  width: 18%;
}
@media screen and (min-width: 1400px) {
  #Price .section-ground .ground-table-type-a-area .ground-table-type-a tr:nth-child(2) td:nth-child(1) {
    width: 12.8571428571vw;
  }
}
#Price .section-ground .ground-table-type-a-area .ground-table-type-a tr:nth-child(2) td:nth-child(5) {
  border-right: none;
}
#Price .section-ground .ground-table-type-a-area .ground-table-type-a tr:nth-child(3) td {
  background-color: #f6f7f9;
}
#Price .section-ground .ground-table-type-a-area .ground-table-type-a tr:nth-child(3) td:nth-child(-n+6) {
  border-bottom: none;
}
#Price .section-ground .ground-table-type-a-area .ground-table-type-a tr:nth-child(3) td:nth-child(5) {
  border-right: none;
}
#Price .section-ground .ground-table-type-b-area {
  overflow: hidden;
}
#Price .section-ground .ground-table-type-b-area .ground-table-type-b {
  width: 100%;
  overflow: hidden;
  border-collapse: separate;
  border-radius: 10px;
  border: solid 1px #8f8f8f;
  border-spacing: 0;
}
@media screen and (min-width: 1400px) {
  #Price .section-ground .ground-table-type-b-area .ground-table-type-b {
    width: 100%;
    border-radius: 0.7142857143vw;
  }
}
#Price .section-ground .ground-table-type-b-area .ground-table-type-b tr th {
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
  padding: 8px 0;
  color: #fff;
  border-right: 1px solid #bfbfc1;
  background-color: #1bb395;
}
@media screen and (min-width: 1400px) {
  #Price .section-ground .ground-table-type-b-area .ground-table-type-b tr th {
    font-size: 1.1428571429vw;
    padding: 0.5714285714vw 0;
  }
}
#Price .section-ground .ground-table-type-b-area .ground-table-type-b tr th .pos {
  position: relative;
  top: -4px;
  display: block;
}
@media screen and (min-width: 1400px) {
  #Price .section-ground .ground-table-type-b-area .ground-table-type-b tr th .pos {
    top: -0.2857142857vw;
  }
}
#Price .section-ground .ground-table-type-b-area .ground-table-type-b tr th .small-text {
  font-size: 14px;
  display: block;
  line-height: 1;
}
@media screen and (min-width: 1400px) {
  #Price .section-ground .ground-table-type-b-area .ground-table-type-b tr th .small-text {
    font-size: 1vw;
  }
}
#Price .section-ground .ground-table-type-b-area .ground-table-type-b tr td {
  vertical-align: middle;
  text-align: center;
  padding: 12px 0;
  border-right: 1px solid #bfbfc1;
  border-bottom: 1px solid #bfbfc1;
  width: 18%;
}
@media screen and (min-width: 1400px) {
  #Price .section-ground .ground-table-type-b-area .ground-table-type-b tr td {
    font-size: 1.1428571429vw;
    padding: 0.8571428571vw 0;
    width: 12.8571428571vw;
  }
}
#Price .section-ground .ground-table-type-b-area .ground-table-type-b tr:nth-child(1) th:nth-child(1) {
  width: 28%;
  background-color: #10a184;
  font-size: 18px;
}
@media screen and (min-width: 1400px) {
  #Price .section-ground .ground-table-type-b-area .ground-table-type-b tr:nth-child(1) th:nth-child(1) {
    font-size: 1.2857142857vw;
    width: 20vw;
  }
}
#Price .section-ground .ground-table-type-b-area .ground-table-type-b tr:nth-child(1) th:nth-child(n+2) {
  width: 18%;
}
@media screen and (min-width: 1400px) {
  #Price .section-ground .ground-table-type-b-area .ground-table-type-b tr:nth-child(1) th:nth-child(n+2) {
    font-size: 1.2857142857vw;
    width: 12.8571428571vw;
  }
}
#Price .section-ground .ground-table-type-b-area .ground-table-type-b tr:nth-child(2) td:nth-child(2) {
  border-right: none;
  border-bottom: none;
}
#Price .section-ground .ground-table-type-b-area .ground-table-type-b tr:nth-child(3) td {
  background-color: #f6f7f9;
}
#Price .section-ground .ground-table-type-b-area .ground-table-type-b tr:nth-child(3) td:nth-child(-n+6) {
  border-bottom: none;
}
#Price .section-court {
  /*.court-table-type-a-a-area
  -------------------------*/
  /*.court-table-type-a
  -------------------------*/
}
#Price .section-court .court-table-type-a-a-area .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 16px;
}
@media screen and (min-width: 1400px) {
  #Price .section-court .court-table-type-a-a-area .title {
    font-size: 1.4285714286vw;
    padding-bottom: 1.1428571429vw;
  }
}
#Price .section-court .court-table-type-a-area {
  padding-bottom: 20px;
}
#Price .section-court .court-table-type-a-area:nth-of-type(3) {
  padding-bottom: 0;
}
@media screen and (min-width: 1400px) {
  #Price .section-court .court-table-type-a-area {
    padding-bottom: 1.4285714286vw;
  }
}
#Price .section-court .court-table-type-a-area .court-table-type-a {
  width: 100%;
  overflow: hidden;
  border-collapse: separate;
  border-radius: 10px;
  border: solid 1px #8f8f8f;
  border-spacing: 0;
}
#Price .section-court .court-table-type-a-area .court-table-type-a.mg-b {
  margin-bottom: 8px;
}
@media screen and (min-width: 1400px) {
  #Price .section-court .court-table-type-a-area .court-table-type-a {
    border-radius: 0.7142857143vw;
  }
}
#Price .section-court .court-table-type-a-area .court-table-type-a tr th {
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
  padding: 14px 0;
  color: #000;
  border-right: 1px solid #bfbfc1;
  background-color: #ffc207;
}
@media screen and (min-width: 1400px) {
  #Price .section-court .court-table-type-a-area .court-table-type-a tr th {
    font-size: 1.1428571429vw;
    padding: 1vw 0;
  }
}
#Price .section-court .court-table-type-a-area .court-table-type-a tr th span {
  font-size: 14px;
}
@media screen and (min-width: 1400px) {
  #Price .section-court .court-table-type-a-area .court-table-type-a tr th span {
    font-size: 1vw;
  }
}
#Price .section-court .court-table-type-a-area .court-table-type-a tr td {
  vertical-align: middle;
  text-align: center;
  padding: 12px 0;
  border-right: 1px solid #bfbfc1;
  border-bottom: 1px solid #bfbfc1;
  width: 240px;
}
#Price .section-court .court-table-type-a-area .court-table-type-a tr td .en-text {
  font-size: 14px;
}
@media screen and (min-width: 1400px) {
  #Price .section-court .court-table-type-a-area .court-table-type-a tr td .en-text {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  #Price .section-court .court-table-type-a-area .court-table-type-a tr td {
    font-size: 1.1428571429vw;
    padding: 0.8571428571vw 0;
    width: 17.1428571429vw 0;
  }
}
#Price .section-court .court-table-type-a-area .court-table-type-a tr:nth-child(1) th:nth-child(1) {
  width: 280px;
  background-color: #ffae00;
}
@media screen and (min-width: 1400px) {
  #Price .section-court .court-table-type-a-area .court-table-type-a tr:nth-child(1) th:nth-child(1) {
    width: 20vw 0;
  }
}
#Price .section-court .court-table-type-a-area .court-table-type-a tr:nth-child(2) td:nth-child(4) {
  border-right: none;
}
#Price .section-court .court-table-type-a-area .court-table-type-a tr:nth-child(3) td:nth-child(4) {
  border-right: none;
}
#Price .section-court .court-table-type-a-area .court-table-type-a tr:nth-child(3) td {
  background-color: #f6f7f9;
}
#Price .section-court .court-table-type-a-area .court-table-type-a tr:nth-child(3) td:nth-child(-n+6) {
  border-bottom: none;
}
#Price .section-yuya {
  /*.yuya-table-type-a-area
  -------------------------*/
}
#Price .section-yuya .yuya-table-type-a-area {
  width: 100%;
  overflow: hidden;
  padding-bottom: 20px;
}
#Price .section-yuya .yuya-table-type-a-area .yuya-table-type-a {
  width: 1000px;
  overflow: hidden;
  border-collapse: separate;
  border-radius: 10px;
  border: solid 1px #8f8f8f;
  border-spacing: 0;
}
@media screen and (min-width: 1400px) {
  #Price .section-yuya .yuya-table-type-a-area .yuya-table-type-a {
    width: 100%;
    border-radius: 0.7142857143vw;
  }
}
#Price .section-yuya .yuya-table-type-a-area .yuya-table-type-a tr th {
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
  padding: 12px 0;
  color: #fff;
  border-right: 1px solid #bfbfc1;
  background-color: #868686;
}
@media screen and (min-width: 1400px) {
  #Price .section-yuya .yuya-table-type-a-area .yuya-table-type-a tr th {
    font-size: 1.1428571429vw;
    padding: 0.8571428571vw 0;
  }
}
#Price .section-yuya .yuya-table-type-a-area .yuya-table-type-a tr th span {
  font-size: 14px;
}
@media screen and (min-width: 1400px) {
  #Price .section-yuya .yuya-table-type-a-area .yuya-table-type-a tr th span {
    font-size: 1vw;
  }
}
#Price .section-yuya .yuya-table-type-a-area .yuya-table-type-a tr td {
  vertical-align: middle;
  text-align: center;
  padding: 12px 0;
  border-right: 1px solid #bfbfc1;
  border-bottom: 1px solid #bfbfc1;
}
#Price .section-yuya .yuya-table-type-a-area .yuya-table-type-a tr td.bdno-r {
  border-right: none;
}
#Price .section-yuya .yuya-table-type-a-area .yuya-table-type-a tr td.bdno-b {
  border-bottom: none;
}
#Price .section-yuya .yuya-table-type-a-area .yuya-table-type-a tr td.bgno {
  background-color: transparent !important;
}
#Price .section-yuya .yuya-table-type-a-area .yuya-table-type-a tr td .en-text {
  font-size: 14px;
}
@media screen and (min-width: 1400px) {
  #Price .section-yuya .yuya-table-type-a-area .yuya-table-type-a tr td .en-text {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  #Price .section-yuya .yuya-table-type-a-area .yuya-table-type-a tr td {
    font-size: 1.1428571429vw;
    padding: 0.8571428571vw 0;
  }
}
#Price .section-yuya .yuya-table-type-a-area .yuya-table-type-a tr:nth-child(1) th:nth-child(1) {
  background-color: #747474;
  width: 280px;
}
@media screen and (min-width: 1400px) {
  #Price .section-yuya .yuya-table-type-a-area .yuya-table-type-a tr:nth-child(1) th:nth-child(1) {
    width: 20vw 0;
  }
}
#Price .section-yuya .yuya-table-type-a-area .yuya-table-type-a tr:nth-child(2) td:nth-child(1) {
  background-color: #f6f7f9;
}
#Price .section-yuya .yuya-table-type-a-area .yuya-table-type-a tr:nth-child(2) td:nth-child(5) {
  border-right: none;
}
#Price .section-yuya .yuya-table-type-a-area .yuya-table-type-a tr:nth-child(3) td {
  background-color: #f6f7f9;
}
#Price .section-yuya .yuya-table-type-a-area .yuya-table-type-a tr:nth-child(3) td:nth-child(4) {
  border-right: none;
}
#Price .section-yuya .yuya-table-type-a-area .yuya-table-type-a tr:nth-child(4) td:nth-child(5) {
  border-right: none;
}
#Price .section-yuya .yuya-table-type-a-area .yuya-table-type-a tr:nth-child(5) td {
  background-color: #f6f7f9;
}
#Price .section-yuya .yuya-table-type-a-area .yuya-table-type-a tr:nth-child(5) td:nth-child(4) {
  border-right: none;
}
#Price .section-yuya .yuya-table-type-a-area .yuya-table-type-a tr:nth-child(6) td:nth-child(1) {
  background-color: #f6f7f9;
}
#Price .section-yuya .yuya-table-type-a-area .yuya-table-type-a tr:nth-child(6) td:nth-child(5) {
  border-right: none;
}
#Price .section-yuya .yuya-table-type-a-area .yuya-table-type-a tr:nth-child(7) td {
  background-color: #f6f7f9;
}
#Price .section-yuya .yuya-table-type-a-area .yuya-table-type-a tr:nth-child(7) td:nth-child(4) {
  border-right: none;
}
#Price .section-yuya .yuya-table-type-a-area .yuya-table-type-a tr:nth-child(8) td:nth-child(5) {
  border-right: none;
}
#Price .section-yuya .yuya-table-type-a-area .yuya-table-type-a tr:nth-child(9) td {
  background-color: #f6f7f9;
}
#Price .section-yuya .yuya-table-type-a-area .yuya-table-type-a tr:nth-child(9) td:nth-child(4) {
  border-right: none;
}
#Price .section-yuya .yuya-table-type-a-area .yuya-table-type-a tr:nth-child(10) td:nth-child(1) {
  background-color: #f6f7f9;
  border-bottom: none;
}
#Price .section-yuya .yuya-table-type-a-area .yuya-table-type-a tr:nth-child(10) td:nth-child(5) {
  border-right: none;
}
#Price .section-yuya .yuya-table-type-a-area .yuya-table-type-a tr:nth-child(11) td {
  background-color: #f6f7f9;
  border-bottom: none;
}
#Price .section-yuya .yuya-table-type-a-area .yuya-table-type-a tr:nth-child(11) td:nth-child(4) {
  border-right: none;
}
#Price .icon-pdf-text-area {
  padding-top: 20px;
}
@media screen and (min-width: 1400px) {
  #Price .icon-pdf-text-area {
    padding-top: 1.4285714286vw;
  }
}
#Price .icon-pdf-text-area .text {
  font-size: 18px;
}
@media screen and (min-width: 1400px) {
  #Price .icon-pdf-text-area .text {
    font-size: 1.2857142857vw;
  }
}

#User {
  /*=================================
  	section(ベース)
  ==================================*/
  /*=================================
  	.section-open-hour
  ==================================*/
  /*=================================
  	.sub-section.sub-section-personal
  ==================================*/
  /*=================================
  	.sub-section.sub-section-note
  ==================================*/
}
#User .section-base {
  /*.inner
  -------------------------*/
  /*=================================
  	.sub-section-base
  ==================================*/
}
@media screen and (min-width: 1400px) {
  #User .section-base {
    padding-bottom: 8.5714285714vw;
  }
}
#User .section-base:nth-last-child(1) {
  padding-bottom: 0;
}
#User .section-base .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 32px;
}
@media screen and (min-width: 1400px) {
  #User .section-base .inner {
    max-width: none;
    padding: 0 14.2857142857vw;
  }
}
#User .section-base .main-title-area {
  padding-bottom: 48px;
}
@media screen and (min-width: 1400px) {
  #User .section-base .main-title-area {
    padding-bottom: 3.4285714286vw;
  }
}
#User .section-base .main-title-area .title {
  text-align: center;
}
#User .section-base .sub-section {
  padding-bottom: 48px;
  /*.text-area
  -------------------------*/
  /*.disc-lists-area
  -------------------------*/
  /*.note-text-area
  -------------------------*/
  /*.num-lists-area
  -------------------------*/
  /*.icon-pdf-text-container
  -------------------------*/
  /*.icon-pdf-text-container
  -------------------------*/
  /*.sub-title-area
  -------------------------*/
}
@media screen and (min-width: 1400px) {
  #User .section-base .sub-section {
    padding-bottom: 3.4285714286vw;
  }
}
#User .section-base .sub-section:nth-last-child(1) {
  padding-bottom: 0;
}
#User .section-base .sub-section .text-area {
  padding-bottom: 16px;
}
@media screen and (min-width: 1400px) {
  #User .section-base .sub-section .text-area {
    padding-bottom: 1.1428571429vw;
  }
}
#User .section-base .sub-section .text-area .heading {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (min-width: 1400px) {
  #User .section-base .sub-section .text-area .heading {
    font-size: 1.4285714286vw;
  }
}
#User .section-base .sub-section .text-area .text {
  line-height: 1.6;
}
#User .section-base .sub-section .text-area .text .link-text {
  color: #504894;
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 8px;
  margin-right: 4px;
  transition: all 0.3s ease;
}
#User .section-base .sub-section .text-area .text .link-text:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1400px) {
  #User .section-base .sub-section .text-area .text .link-text {
    text-underline-offset: 0.5714285714vw;
    margin-right: 0.2857142857vw;
  }
}
#User .section-base .sub-section .disc-lists-area {
  padding-bottom: 24px;
}
@media screen and (min-width: 1400px) {
  #User .section-base .sub-section .disc-lists-area {
    padding-bottom: 1.7142857143vw;
  }
}
#User .section-base .sub-section .disc-lists-area .disc-lists li {
  padding-left: 14px;
  position: relative;
  padding-bottom: 4px;
}
@media screen and (min-width: 1400px) {
  #User .section-base .sub-section .disc-lists-area .disc-lists li {
    padding-left: 1vw;
    padding-bottom: 0.2857142857vw;
  }
}
#User .section-base .sub-section .disc-lists-area .disc-lists li::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 999px;
}
@media screen and (min-width: 1400px) {
  #User .section-base .sub-section .disc-lists-area .disc-lists li::after {
    top: 0.7857142857vw;
    width: 0.3571428571vw;
    height: 0.3571428571vw;
    border-radius: 71.3571428571vw;
  }
}
#User .section-base .sub-section .note-text-area {
  padding-bottom: 24px;
}
#User .section-base .sub-section .note-text-area .note-text {
  font-size: 16px;
  text-indent: -1em;
  padding-left: 0.5em;
}
@media screen and (min-width: 1400px) {
  #User .section-base .sub-section .note-text-area .note-text {
    font-size: 1.1428571429vw;
  }
}
#User .section-base .sub-section .num-lists-area .num-lists li {
  padding-bottom: 6px;
}
@media screen and (min-width: 1400px) {
  #User .section-base .sub-section .num-lists-area .num-lists li {
    padding-bottom: 0.4285714286vw;
  }
}
#User .section-base .sub-section .icon-pdf-text-container {
  margin-top: -8px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1400px) {
  #User .section-base .sub-section .icon-pdf-text-container {
    margin-top: -0.5714285714vw;
    padding-bottom: 2.8571428571vw;
  }
}
#User .section-base .sub-section .icon-pdf-text-area {
  padding-top: 20px;
}
@media screen and (min-width: 1400px) {
  #User .section-base .sub-section .icon-pdf-text-area {
    padding-top: 1.4285714286vw;
  }
}
#User .section-base .sub-section .icon-pdf-text-area .text {
  font-size: 18px;
}
@media screen and (min-width: 1400px) {
  #User .section-base .sub-section .icon-pdf-text-area .text {
    font-size: 1.2857142857vw;
  }
}
#User .section-base .sub-section .sub-title-area {
  padding-bottom: 16px;
}
#User .section-base .sub-section .sub-title-area .sub-title {
  font-weight: 600;
}
@media screen and (min-width: 1400px) {
  #User .section-base .sub-section .sub-title-area {
    padding-bottom: 1.1428571429vw;
  }
}
#User .section-base .sub-section .scroll-area {
  overflow: visible !important;
}
#User .section-base .sub-section .scroll-hint-icon-wrap.is-active {
  display: none !important;
}
#User .section-open-hour {
  /*.open-hour-area
  -------------------------*/
  /*=================================
  	.sub-section.sub-section-app
  ==================================*/
}
#User .section-open-hour .open-hour-area {
  padding-bottom: 70px;
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .open-hour-area {
    padding-bottom: 5vw;
  }
}
#User .section-open-hour .open-hour-area .open-hour {
  background-color: #504894;
  padding: 24px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .open-hour-area .open-hour {
    padding: 1.7142857143vw;
    border-radius: 0.7142857143vw;
  }
}
#User .section-open-hour .open-hour-area .open-hour .open-hour-title {
  text-align: center;
  color: #fff;
  padding-bottom: 24px;
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .open-hour-area .open-hour .open-hour-title {
    padding-bottom: 1.7142857143vw;
  }
}
#User .section-open-hour .open-hour-area .open-hour .open-hour-title .text {
  display: block;
  padding-bottom: 8px;
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .open-hour-area .open-hour .open-hour-title .text {
    padding-bottom: 0.5714285714vw;
  }
}
#User .section-open-hour .open-hour-area .open-hour .open-hour-title .time-text {
  font-size: 48px;
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .open-hour-area .open-hour .open-hour-title .time-text {
    font-size: 3.4285714286vw;
  }
}
#User .section-open-hour .open-hour-area .open-hour .open-hour-title .time-text .pos {
  position: relative;
  top: -4px;
  padding: 0 4px;
  display: inline-block;
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .open-hour-area .open-hour .open-hour-title .time-text .pos {
    top: -0.2857142857vw;
    padding: 0 0.2857142857vw;
  }
}
#User .section-open-hour .open-hour-area .open-hour .open-hour-title .s {
  display: inline-block;
  padding: 5px 0 0 0;
}
#User .section-open-hour .open-hour-area .closed-days-area .closed-days {
  background-color: #fff;
  padding: 18px 80px;
  text-align: center;
  border-radius: 10px;
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .open-hour-area .closed-days-area .closed-days {
    padding: 1.2857142857vw 5.7142857143vw;
    border-radius: 0.7142857143vw;
  }
}
#User .section-open-hour .open-hour-area .closed-days-area .closed-days .closed-days-title {
  font-size: 20px;
  padding-bottom: 16px;
  color: #504894;
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .open-hour-area .closed-days-area .closed-days .closed-days-title {
    font-size: 1.4285714286vw;
    padding-bottom: 1.1428571429vw;
  }
}
#User .section-open-hour .open-hour-area .closed-days-area .closed-days .closed-days-lists li {
  color: #6760a2;
}
#User .section-open-hour .sub-section.sub-section-app {
  /*.amuse-table-type-a-area
  -------------------------*/
  /*.amuse-table-type-b-area
  -------------------------*/
  /*.amuse-table-type-c-area
  -------------------------*/
  /*.apps-lists-area
  -------------------------*/
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area {
  padding-bottom: 32px;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1080px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area {
    padding-top: 24px;
  }
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area {
    padding-top: 1.7142857143vw;
    padding-bottom: 2.2857142857vw;
  }
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a {
  width: 1000px;
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a {
    width: 100%;
  }
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a thead tr:nth-child(1) th {
  text-align: left;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a thead tr:nth-child(1) th:nth-child(1) {
  font-size: 20px;
  color: #504894;
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a thead tr:nth-child(1) th:nth-child(1) {
    font-size: 1.4285714286vw;
  }
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a thead tr:nth-child(1) th:nth-child(2) {
  text-align: center;
  background-color: #504894;
  color: #fff;
  padding: 16px;
  border-radius: 10px 10px 0 0;
  border-bottom: solid 1px #bfbfc1;
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a thead tr:nth-child(1) th:nth-child(2) {
    padding: 1.1428571429vw;
    border-radius: 0.7142857143vw 0.7142857143vw 0 0;
  }
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a thead tr:nth-child(2) th {
  color: #fff;
  text-align: left;
  background-color: #6f61c0;
  width: 180px;
  text-align: center;
  border-right: solid 1px #bfbfc1;
  font-size: 15px;
}
@media screen and (min-width: 1000px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a thead tr:nth-child(2) th {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a thead tr:nth-child(2) th {
    width: 12.8571428571vw;
    font-size: 1.2857142857vw;
  }
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a thead tr:nth-child(2) th:nth-child(1) {
  background-color: #504894;
  padding: 16px;
  border-radius: 10px 0 0 0;
  width: 280px;
  font-size: 15px;
}
@media screen and (min-width: 1000px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a thead tr:nth-child(2) th:nth-child(1) {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a thead tr:nth-child(2) th:nth-child(1) {
    padding: 1.1428571429vw;
    width: 20vw;
    font-size: 1.2857142857vw;
  }
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a thead tr:nth-child(2) th:nth-child(5) {
  text-align: center;
  padding: 16px;
  border-radius: 0 10px 0 0;
  border-right: none;
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a thead tr:nth-child(2) th:nth-child(5) {
    padding: 1.1428571429vw;
    border-radius: 0 0.7142857143vw 0 0;
  }
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a tbody {
  border-collapse: separate;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a tbody tr td {
  vertical-align: middle;
  text-align: center;
  padding: 16px 0;
  border-bottom: solid 1px #bfbfc1;
  border-right: solid 1px #bfbfc1;
  font-size: 15px;
}
@media screen and (min-width: 1000px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a tbody tr td .t-br {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a tbody tr td {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a tbody tr td {
    font-size: 1.2857142857vw;
    padding: 1.1428571429vw 0;
  }
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a tbody tr:nth-child(1) td .small-text {
  font-size: 11px;
}
@media screen and (min-width: 1000px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a tbody tr:nth-child(1) td .small-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a tbody tr:nth-child(1) td .small-text {
    font-size: 1.1428571429vw;
  }
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a tbody tr:nth-child(1) td:nth-child(1) {
  position: relative;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a tbody tr:nth-child(1) td:nth-child(1) .circle-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-left: solid 1px #bfbfc1;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a tbody tr:nth-child(1) td:nth-child(2) {
  position: relative;
  border-bottom: none;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a tbody tr:nth-child(1) td:nth-child(2) .circle-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-bottom: solid 1px #bfbfc1;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a tbody tr:nth-child(1) td:nth-child(3) {
  position: relative;
  border-bottom: none;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a tbody tr:nth-child(1) td:nth-child(3) .circle-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-bottom: solid 1px #bfbfc1;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a tbody tr:nth-child(1) td:nth-child(5) {
  border-bottom: none;
  border-right: none;
  position: relative;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a tbody tr:nth-child(1) td:nth-child(5) .circle-line {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border-bottom: solid 1px #bfbfc1;
  border-right: solid 1px #bfbfc1;
  border-radius: 0 0 10px 0;
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a tbody tr:nth-child(1) td:nth-child(5) .circle-line {
    border-radius: 0 0 0.7142857143vw 0;
  }
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a tbody tr:nth-child(2) td:nth-child(1) {
  position: relative;
  border-bottom: none;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a tbody tr:nth-child(2) td:nth-child(1) .circle-line {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: solid 1px #bfbfc1;
  border-left: solid 1px #bfbfc1;
  border-radius: 0 0 0 10px;
  background-color: #f6f7f9;
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a tbody tr:nth-child(2) td:nth-child(1) .circle-line {
    border-radius: 0 0 0 0.7142857143vw;
  }
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a tbody tr:nth-child(2) td:nth-child(2) {
  border-bottom: none;
  position: relative;
  background-color: #f6f7f9;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-a-area .amuse-table-type-a tbody tr:nth-child(2) td:nth-child(2) .circle-line {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: solid 1px #bfbfc1;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-b-area {
  padding-bottom: 24px;
  overflow: hidden;
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-b-area {
    padding-bottom: 1.7142857143vw;
  }
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-b-area .amuse-table-type-b {
  width: 1000px;
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-b-area .amuse-table-type-b {
    width: 100%;
  }
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-b-area .amuse-table-type-b thead tr:nth-child(1) th {
  text-align: left;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-b-area .amuse-table-type-b thead tr:nth-child(1) th:nth-child(1) {
  font-size: 24px;
  color: #10a184;
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-b-area .amuse-table-type-b thead tr:nth-child(1) th:nth-child(1) {
    font-size: 1.7142857143vw;
  }
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-b-area .amuse-table-type-b thead tr:nth-child(1) th:nth-child(2) {
  text-align: center;
  background-color: #10a184;
  color: #fff;
  padding: 16px;
  border-radius: 10px 10px 0 0;
  border-bottom: solid 1px #bfbfc1;
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-b-area .amuse-table-type-b thead tr:nth-child(1) th:nth-child(2) {
    border-radius: 0.7142857143vw 0.7142857143vw 0 0;
    padding: 1.1428571429vw;
  }
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-b-area .amuse-table-type-b thead tr:nth-child(2) th {
  color: #fff;
  text-align: left;
  background-color: #1cb295;
  width: 180px;
  text-align: center;
  border-right: solid 1px #bfbfc1;
  font-size: 15px;
}
@media screen and (min-width: 1000px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-b-area .amuse-table-type-b thead tr:nth-child(2) th {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-b-area .amuse-table-type-b thead tr:nth-child(2) th {
    font-size: 1.2857142857vw;
    width: 12.8571428571vw;
  }
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-b-area .amuse-table-type-b thead tr:nth-child(2) th:nth-child(1) {
  background-color: #10a184;
  padding: 16px;
  border-radius: 10px 0 0 0;
  width: 280px;
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-b-area .amuse-table-type-b thead tr:nth-child(2) th:nth-child(1) {
    border-radius: 0.7142857143vw 0 0 0;
    width: 20vw;
  }
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-b-area .amuse-table-type-b thead tr:nth-child(2) th:nth-child(5) {
  text-align: center;
  padding: 16px;
  border-radius: 0 10px 0 0;
  border-right: none;
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-b-area .amuse-table-type-b thead tr:nth-child(2) th:nth-child(5) {
    padding: 1.1428571429vw 0 0 0;
    border-radius: 0 0.7142857143vw 0 0;
  }
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-b-area .amuse-table-type-b tbody {
  border-collapse: separate;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-b-area .amuse-table-type-b tbody tr td {
  vertical-align: middle;
  text-align: center;
  padding: 16px 0;
  border-bottom: solid 1px #bfbfc1;
  border-right: solid 1px #bfbfc1;
  font-size: 15px;
}
@media screen and (min-width: 1000px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-b-area .amuse-table-type-b tbody tr td {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-b-area .amuse-table-type-b tbody tr td {
    font-size: 1.2857142857vw;
    padding: 1.1428571429vw 0;
  }
}
@media screen and (min-width: 1000px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-b-area .amuse-table-type-b tbody tr td .t-br {
    display: none;
  }
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-b-area .amuse-table-type-b tbody tr:nth-child(1) td:nth-child(1) {
  position: relative;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-b-area .amuse-table-type-b tbody tr:nth-child(1) td:nth-child(1) .circle-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-left: solid 1px #bfbfc1;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-b-area .amuse-table-type-b tbody tr:nth-child(1) td:nth-child(3) {
  position: relative;
  border-bottom: none;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-b-area .amuse-table-type-b tbody tr:nth-child(1) td:nth-child(3) .circle-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-bottom: solid 1px #bfbfc1;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-b-area .amuse-table-type-b tbody tr:nth-child(1) td:nth-child(4) {
  border-bottom: none;
  border-right: none;
  position: relative;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-b-area .amuse-table-type-b tbody tr:nth-child(1) td:nth-child(4) .circle-line {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border-bottom: solid 1px #bfbfc1;
  border-right: solid 1px #bfbfc1;
  border-radius: 0 0 10px 0;
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-b-area .amuse-table-type-b tbody tr:nth-child(1) td:nth-child(4) .circle-line {
    border-radius: 0 0 0.7142857143vw 0;
  }
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-b-area .amuse-table-type-b tbody tr:nth-child(2) td:nth-child(1) {
  position: relative;
  border-bottom: none;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-b-area .amuse-table-type-b tbody tr:nth-child(2) td:nth-child(1) .circle-line {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: solid 1px #bfbfc1;
  border-left: solid 1px #bfbfc1;
  border-radius: 0 0 0 10px;
  background-color: #f6f7f9;
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-b-area .amuse-table-type-b tbody tr:nth-child(2) td:nth-child(1) .circle-line {
    border-radius: 0 0 0 0.7142857143vw;
  }
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-b-area .amuse-table-type-b tbody tr:nth-child(2) td:nth-child(2) {
  position: relative;
  border-bottom: none;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-b-area .amuse-table-type-b tbody tr:nth-child(2) td:nth-child(2) .circle-line {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: solid 1px #bfbfc1;
  background-color: #f6f7f9;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area {
  overflow: hidden;
}
@media screen and (min-width: 1080px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area {
    overflow: visible;
  }
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area {
    padding-top: 2.5vw;
  }
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c {
  width: 1000px;
  margin-bottom: 1px;
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c {
    width: 100%;
    margin-bottom: 0.0714285714vw;
  }
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c thead tr:nth-child(1) th {
  text-align: left;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c thead tr:nth-child(1) th:nth-child(1) {
  font-size: 24px;
  color: #2876d8;
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c thead tr:nth-child(1) th:nth-child(1) {
    font-size: 1.7142857143vw;
  }
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c thead tr:nth-child(1) th:nth-child(2) {
  text-align: center;
  background-color: #2876d8;
  color: #fff;
  padding: 16px;
  border-radius: 10px 10px 0 0;
  border-bottom: solid 1px #bfbfc1;
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c thead tr:nth-child(1) th:nth-child(2) {
    padding: 1.1428571429vw;
    border-radius: 0.7142857143vw 0.7142857143vw 0 0;
  }
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c thead tr:nth-child(2) th {
  color: #fff;
  text-align: left;
  background-color: #478ee8;
  width: 180px;
  text-align: center;
  border-right: solid 1px #bfbfc1;
  font-size: 15px;
}
@media screen and (min-width: 1000px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c thead tr:nth-child(2) th {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c thead tr:nth-child(2) th {
    font-size: 1.2857142857vw;
    width: 12.8571428571vw;
  }
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c thead tr:nth-child(2) th:nth-child(1) {
  background-color: #2876d8;
  padding: 16px;
  border-radius: 10px 0 0 0;
  width: 280px;
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c thead tr:nth-child(2) th:nth-child(1) {
    padding: 1.1428571429vw;
    width: 20vw;
  }
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c thead tr:nth-child(2) th:nth-child(5) {
  border-radius: 0 10px 0 0;
  border-right: none;
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c thead tr:nth-child(2) th:nth-child(5) {
    border-radius: 0 0.7142857143vw 0 0;
    width: 20vw;
  }
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c tbody {
  border-collapse: separate;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c tbody tr td {
  vertical-align: middle;
  text-align: center;
  padding: 16px 0;
  border-bottom: solid 1px #bfbfc1;
  border-right: solid 1px #bfbfc1;
  font-size: 15px;
}
@media screen and (min-width: 1000px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c tbody tr td {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c tbody tr td {
    font-size: 1.2857142857vw;
    padding: 1.1428571429vw 0;
  }
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c tbody tr:nth-child(1) td .small-text {
  font-size: 11px;
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c tbody tr:nth-child(1) td .small-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c tbody tr:nth-child(1) td .small-text {
    font-size: 1.1428571429vw;
  }
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c tbody tr:nth-child(1) td:nth-child(1) {
  position: relative;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c tbody tr:nth-child(1) td:nth-child(1) .circle-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-left: solid 1px #bfbfc1;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c tbody tr:nth-child(1) td:nth-child(3) {
  position: relative;
  border-bottom: none;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c tbody tr:nth-child(1) td:nth-child(3) .circle-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-bottom: solid 1px #bfbfc1;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c tbody tr:nth-child(1) td:nth-child(4) {
  position: relative;
  border-bottom: none;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c tbody tr:nth-child(1) td:nth-child(4) .circle-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-bottom: solid 1px #bfbfc1;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c tbody tr:nth-child(1) td:nth-child(5) {
  position: relative;
  border-right: none;
  border-bottom: none;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c tbody tr:nth-child(1) td:nth-child(5) .circle-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-right: solid 1px #bfbfc1;
  border-bottom: solid 1px #bfbfc1;
  border-radius: 0 0 10px 0;
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c tbody tr:nth-child(1) td:nth-child(5) .circle-line {
    border-radius: 0 0 0.7142857143vw 0;
  }
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c tbody tr:nth-child(2) td:nth-child(1) {
  position: relative;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c tbody tr:nth-child(2) td:nth-child(1) .circle-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-left: solid 1px #bfbfc1;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c tbody tr:nth-child(3) td:nth-child(1) {
  position: relative;
  border-bottom: none;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c tbody tr:nth-child(3) td:nth-child(1) .circle-line {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-left: solid 1px #bfbfc1;
  border-bottom: solid 1px #bfbfc1;
  border-radius: 0 0 0 10px;
  background-color: #f6f7f9;
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c tbody tr:nth-child(3) td:nth-child(1) .circle-line {
    border-radius: 0 0 0 0.7142857143vw;
  }
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c tbody tr:nth-child(3) td:nth-child(2) {
  position: relative;
  border-bottom: none;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c tbody tr:nth-child(3) td:nth-child(2) .circle-line {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-bottom: solid 1px #bfbfc1;
  background-color: #f6f7f9;
}
#User .section-open-hour .sub-section.sub-section-app .amuse-table-type-c-area .amuse-table-type-c tbody tr:nth-child(2) td:nth-child(1) {
  position: relative;
}
#User .section-open-hour .sub-section.sub-section-app .apps-lists-area {
  padding-bottom: 18px;
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .apps-lists-area {
    padding-bottom: 1.2857142857vw;
  }
}
#User .section-open-hour .sub-section.sub-section-app .apps-lists-area .apps-lists li {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 6px;
  padding-left: 20px;
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .apps-lists-area .apps-lists li {
    font-size: 1.4285714286vw;
    padding-bottom: 0.4285714286vw;
    padding-left: 1.4285714286vw;
  }
}
#User .section-open-hour .sub-section.sub-section-app .apps-lists-area .apps-lists li:nth-last-child(1) {
  padding-bottom: 0;
}
#User .section-open-hour .sub-section.sub-section-app .apps-lists-area .apps-lists li .weight-text {
  font-weight: 500;
}
#User .section-open-hour .sub-section.sub-section-app .apps-lists-area .apps-lists li .small-text {
  font-size: 18px;
  font-weight: 500;
  padding-left: 18px;
  display: inline-block;
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .apps-lists-area .apps-lists li .small-text {
    font-size: 1.2857142857vw;
    padding-left: 1.2857142857vw;
  }
}
#User .section-open-hour .sub-section.sub-section-app .apps-lists-area .apps-lists li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  width: 4px;
  height: 26px;
  background-color: #6e61bf;
}
@media screen and (min-width: 1400px) {
  #User .section-open-hour .sub-section.sub-section-app .apps-lists-area .apps-lists li::after {
    top: 0.2142857143vw;
    width: 0.2857142857vw;
    height: 1.8571428571vw;
  }
}
#User .sub-section.sub-section-personal {
  /*.amuse-table-type-d-area
  -------------------------*/
}
#User .sub-section.sub-section-personal .amuse-table-type-d-area {
  overflow: hidden;
}
@media screen and (min-width: 1080px) {
  #User .sub-section.sub-section-personal .amuse-table-type-d-area {
    overflow: visible;
  }
}
#User .sub-section.sub-section-personal .amuse-table-type-d-area .amuse-table-type-d {
  width: 1000px;
  margin-bottom: 2px;
}
@media screen and (min-width: 1400px) {
  #User .sub-section.sub-section-personal .amuse-table-type-d-area .amuse-table-type-d {
    width: 100%;
    margin-bottom: 0.1428571429vw;
  }
}
#User .sub-section.sub-section-personal .amuse-table-type-d-area .amuse-table-type-d thead tr th {
  text-align: center;
  color: #fff;
}
#User .sub-section.sub-section-personal .amuse-table-type-d-area .amuse-table-type-d thead tr th:nth-child(1) {
  width: 350px;
}
@media screen and (min-width: 1400px) {
  #User .sub-section.sub-section-personal .amuse-table-type-d-area .amuse-table-type-d thead tr th:nth-child(1) {
    width: 25vw;
  }
}
#User .sub-section.sub-section-personal .amuse-table-type-d-area .amuse-table-type-d thead tr th:nth-child(2) {
  background-color: #504894;
  padding: 16px 0;
  border-radius: 10px 0 0 0;
  width: 325px;
}
@media screen and (min-width: 1400px) {
  #User .sub-section.sub-section-personal .amuse-table-type-d-area .amuse-table-type-d thead tr th:nth-child(2) {
    padding: 1.1428571429vw 0;
    border-radius: 0.7142857143vw 0 0 0;
    width: 23.2142857143vw;
  }
}
#User .sub-section.sub-section-personal .amuse-table-type-d-area .amuse-table-type-d thead tr th:nth-child(3) {
  background-color: #6e61bf;
  padding: 16px 0;
  border-radius: 0 10px 0 0;
  width: 325px;
}
@media screen and (min-width: 1400px) {
  #User .sub-section.sub-section-personal .amuse-table-type-d-area .amuse-table-type-d thead tr th:nth-child(3) {
    padding: 1.1428571429vw 0;
    border-radius: 0 0.7142857143vw 0 0;
    width: 23.2142857143vw;
  }
}
#User .sub-section.sub-section-personal .amuse-table-type-d-area .amuse-table-type-d tbody {
  position: relative;
}
#User .sub-section.sub-section-personal .amuse-table-type-d-area .amuse-table-type-d tbody tr td {
  vertical-align: middle;
  text-align: center;
  padding: 24px 0;
}
@media screen and (min-width: 1400px) {
  #User .sub-section.sub-section-personal .amuse-table-type-d-area .amuse-table-type-d tbody tr td {
    padding: 1.7142857143vw 0;
  }
}
#User .sub-section.sub-section-personal .amuse-table-type-d-area .amuse-table-type-d tbody tr td:nth-child(1) {
  text-align: left;
  position: relative;
  padding-left: 2.2857142857vw;
  box-sizing: border-box;
}
#User .sub-section.sub-section-personal .amuse-table-type-d-area .amuse-table-type-d tbody tr td:nth-child(1) .weight-text {
  font-weight: 700;
  display: block;
}
#User .sub-section.sub-section-personal .amuse-table-type-d-area .amuse-table-type-d tbody tr td:nth-child(1) .small-text {
  font-size: 16px;
}
@media screen and (min-width: 1400px) {
  #User .sub-section.sub-section-personal .amuse-table-type-d-area .amuse-table-type-d tbody tr td:nth-child(1) .small-text {
    font-size: 1.1428571429vw;
  }
}
#User .sub-section.sub-section-personal .amuse-table-type-d-area .amuse-table-type-d tbody tr td:nth-child(1) .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 1px #bfbfc1;
  border-right: none;
  border-radius: 10px 0 0 10px;
}
@media screen and (min-width: 1400px) {
  #User .sub-section.sub-section-personal .amuse-table-type-d-area .amuse-table-type-d tbody tr td:nth-child(1) .line {
    border-radius: 0.7142857143vw 0 0 0.7142857143vw;
  }
}
#User .sub-section.sub-section-personal .amuse-table-type-d-area .amuse-table-type-d tbody tr td:nth-child(2) {
  text-align: center;
  position: relative;
}
#User .sub-section.sub-section-personal .amuse-table-type-d-area .amuse-table-type-d tbody tr td:nth-child(2) .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 1px #bfbfc1;
  border-radius: 0 0 10px 0;
}
@media screen and (min-width: 1400px) {
  #User .sub-section.sub-section-personal .amuse-table-type-d-area .amuse-table-type-d tbody tr td:nth-child(2) .line {
    border-radius: 0 0 0.7142857143vw 0;
  }
}
#User .sub-section.sub-section-note {
  /*.icon-pdf-text-area
  -------------------------*/
}
#User .sub-section.sub-section-note .icon-pdf-text-area {
  padding-top: 0;
}

/*==================================
  Contact
==================================*/
main#Contact .container {
  margin: auto;
}
main#Contact .container p > a {
  background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
  background-size: 100% 1px;
  padding-bottom: 2px;
  display: inline;
}
main#Contact .container p > a:hover {
  color: #704f00;
  background: linear-gradient(#704f00, #704f00) 0 100%/0 1px no-repeat;
  background-size: 100% 1px;
}
main#Contact .agree_area {
  margin: 30px 0 0;
  text-align: center;
}
main#Contact .need {
  color: #cc0303;
}
main#Contact table {
  display: block;
}
main#Contact table tbody {
  display: block;
}
main#Contact table tr {
  display: block;
  margin-bottom: 30px;
}
main#Contact table tr th {
  font-size: 16px;
  letter-spacing: 0.03em;
  font-weight: 500;
  display: block;
  text-align: left;
  margin-bottom: 13px;
}
main#Contact table tr td {
  display: block;
}
main#Contact table tr td .text02 {
  margin-top: 8px;
}
main#Contact .check-list {
  padding-top: 5px;
  padding-left: 0;
}
main#Contact .check-list li {
  display: inline-block;
}
main#Contact .form_wrap > p {
  margin-top: 0 !important;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
}
main#Contact.sfm2 td p {
  overflow-wrap: break-word;
}