.btn-arrow {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
}
.btn-arrow span {
  font-weight: 600;
}
.btn-arrow span:first-of-type:hover {
  opacity: 0.5;
}
.btn-arrow__icon {
  display: flex;
  transition: transform 0.3s ease;
}
.btn-arrow:hover .btn-arrow__icon {
  transform: translateX(8px);
}

.page-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background: #2e2e2e;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 99;
}
.page-top.is-show {
  opacity: 1;
  visibility: visible;
}
.page-top:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .page-top {
    right: 16px;
    bottom: 64px;
  }
}

html {
  scroll-behavior: smooth;
}

#RESERVATION {
  scroll-margin-top: 100px;
}

body {
  font-family: "Noto Serif JP", serif;
  background-color: #f3f3f3;
}

body.is-fixed {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
}

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

ul li {
  list-style: none;
  color: #2e2e2e;
}

th,
td {
  color: #2e2e2e;
}

p,
label,
span {
  font-size: 18px;
  color: #2e2e2e;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  p,
  label,
  span {
    font-size: 16px;
  }
}

.PC {
  display: block;
}
@media (max-width: 768px) {
  .PC {
    display: none !important;
  }
}

.SP {
  display: none;
}
@media (max-width: 768px) {
  .SP {
    display: block !important;
  }
}

.common-sec {
  padding: 60px 120px;
}
@media (max-width: 1280px) {
  .common-sec {
    padding: 60px 60px;
  }
}
@media (max-width: 1024px) {
  .common-sec {
    padding: 60px 0px;
  }
}
@media (max-width: 768px) {
  .common-sec {
    padding: 40px 0px;
  }
}
@media (max-width: 480px) {
  .common-sec {
    padding: 32px 0px;
  }
}

.container {
  width: 100%;
  padding: 0 32px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }
}

.en-text {
  font-family: "Cormorant SC", "Noto Serif JP", serif;
  font-weight: 600;
}

h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: 0.4em;
  font-weight: 600;
  color: #f3f3f3;
}
@media (max-width: 768px) {
  h1 {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 32px;
  }
}

.h2-area {
  margin-bottom: 40px;
}
.h2-area h2 {
  font-family: "Cormorant SC", "Noto Serif JP", serif;
  font-size: 64px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  font-weight: 600;
  color: #2e2e2e;
}
.h2-area p {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .h2-area h2 {
    font-size: 48px;
  }
  .h2-area p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .h2-area {
    margin-bottom: 24px;
  }
  .h2-area h2 {
    font-size: 40px;
  }
  .h2-area p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .h2-area {
    margin-bottom: 16px;
  }
  .h2-area h2 {
    font-size: 32px;
  }
  .h2-area p {
    font-size: 14px;
  }
}

.h3-area {
  padding-bottom: 32px;
}
.h3-area h3 {
  color: #2e2e2e;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (max-width: 1024px) {
  .h3-area {
    padding-bottom: 24px;
  }
  .h3-area h3 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .h3-area {
    padding-bottom: 20px;
  }
  .h3-area h3 {
    font-size: 20px;
  }
}

h4 {
  font-family: "Cormorant SC", "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #2e2e2e;
}
@media (max-width: 480px) {
  h4 {
    font-size: 18px;
  }
}

.phone,
.line {
  position: fixed;
  z-index: 99999;
  border-radius: 8px 0 0 8px;
}
.phone:hover,
.line:hover {
  opacity: 0.8;
}
.phone a,
.line a {
  writing-mode: vertical-rl;
  color: #f3f3f3;
  font-weight: 600;
  padding: 16px;
}
.phone a img,
.line a img {
  width: 20px;
  margin-bottom: 8px;
}

.phone {
  bottom: 51%;
  right: 0;
  background-color: #715a3b;
}

.line {
  top: 51%;
  right: 0;
  background-color: #3da525;
}

@media (max-width: 768px) {
  .phone,
  .line {
    border-radius: 0;
    top: auto;
    bottom: 0;
    width: 50%;
  }
  .phone a,
  .line a {
    writing-mode: horizontal-tb;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .phone a img,
  .line a img {
    width: 24px;
    margin-bottom: 0;
    margin-right: 8px;
  }
  .phone {
    left: 0;
    right: auto;
  }
}
.status {
  position: fixed;
  top: 8px;
  right: 8px;
  z-index: 999;
  background: linear-gradient(135deg, #ff7d7d, #ff6fa5);
  box-shadow: 0 8px 20px rgba(255, 59, 59, 0.3);
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.status a {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f3f3f3;
  font-weight: bold;
  font-size: 16px;
}
.status a .content .img {
  width: 40px;
  margin: 0 auto 4px;
}
.status a .content p {
  font-size: 12px;
  color: #f3f3f3;
  font-weight: 600;
  line-height: 1;
}
.status a .content p span {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.status:hover {
  box-shadow: none;
}
@media (max-width: 768px) {
  .status {
    top: 0;
    right: 0;
    width: 64px;
    height: 57.2px;
    border-radius: 0;
  }
  .status a {
    font-size: 12px;
    position: relative;
  }
  .status a .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .status a .content .img {
    width: 24px;
  }
  .status a .content p {
    font-size: 10px;
  }
  .status a .content p span {
    display: none;
  }
}

.fadeUpText {
  opacity: 0;
  transform: translateY(1em);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fadeUpText.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.text-animate span {
  display: inline-block;
  opacity: 0;
  transform: translateX(0.5em);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}

.text-animate.is-animated span {
  opacity: 1;
  transform: translateX(0);
}

.fadeInSimple {
  opacity: 0;
  transition: opacity 1s ease-out;
}

.fadeInSimple.is-animated {
  opacity: 1;
}

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

.header-PC {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  transform: translateY(-100%);
  transition: transform 0.4s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  background-color: #f3f3f3;
}
.header-PC.show {
  transform: translateY(0);
}
.header-PC .img {
  width: 40px;
}
.header-PC nav {
  display: flex;
  margin-right: 80px;
}
.header-PC nav .block {
  margin: 0 40px;
}
.header-PC nav .block .en-text {
  font-size: 16px;
  opacity: 0.5;
}
.header-PC nav .block ul li {
  font-size: 14px;
  line-height: 1.5;
}
.header-PC nav .language {
  display: flex;
  align-items: center;
  margin: 0 40px 0 0;
}
.header-PC nav .language ul li {
  text-align: center;
}
.header-PC nav .language ul .jp,
.header-PC nav .language ul .en {
  opacity: 0.5;
}
.header-PC a:hover {
  opacity: 0.5;
}
@media (max-width: 1024px) {
  .header-PC nav .block {
    margin: 0 20px;
  }
  .header-PC nav .language {
    margin: 0 48px 0 0;
  }
}

.SP-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border-bottom: 1px solid #ccc;
  padding-left: 16px;
  padding-right: 64px;
  transition: all 0.3s;
}
.SP-header.scrolled {
  background: #f3f3f3;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.SP-header.scrolled .top-btn .img .logo-brown {
  opacity: 1;
}
.SP-header.scrolled .top-btn .img .logo-white {
  opacity: 0;
}
.SP-header.scrolled .nav .hamburger .hamburger-box .hamburger-inner {
  background-color: #2e2e2e;
}
.SP-header.scrolled .nav .hamburger .hamburger-box .hamburger-inner::before, .SP-header.scrolled .nav .hamburger .hamburger-box .hamburger-inner::after {
  background-color: #2e2e2e;
}
.SP-header .top-btn .img .logo {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  transition: opacity 0.3s;
  width: 48px;
}
.SP-header .top-btn .img .logo-brown {
  opacity: 0;
}
.SP-header .nav .hamburger {
  position: relative;
  z-index: 999;
}
.SP-header .nav .hamburger .hamburger-box .hamburger-inner {
  transition: all 0.3s;
  background-color: #f3f3f3;
}
.SP-header .nav .hamburger .hamburger-box .hamburger-inner::before, .SP-header .nav .hamburger .hamburger-box .hamburger-inner::after {
  transition: all 0.3s;
  background-color: #f3f3f3;
}
.SP-header .nav .is-active .hamburger-box .hamburger-inner {
  background-color: #f3f3f3 !important;
}
.SP-header .nav .is-active .hamburger-box .hamburger-inner::before, .SP-header .nav .is-active .hamburger-box .hamburger-inner::after {
  background-color: #f3f3f3 !important;
}
.SP-header .nav .sp-nav {
  overflow: scroll;
  position: fixed;
  inset: 0;
  width: 100%;
  background-color: rgba(26, 26, 26, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 100;
}
.SP-header .nav .sp-nav.is-active {
  opacity: 1;
  visibility: visible;
}
.SP-header .nav .sp-nav .language {
  display: flex;
  align-items: center;
}
.SP-header .nav .sp-nav .language li {
  margin-right: 8px;
}
.SP-header .nav .sp-nav .language .jp,
.SP-header .nav .sp-nav .language .en {
  opacity: 0.5;
}
.SP-header .nav .sp-nav ul {
  padding: 0 24px 16px;
}
.SP-header .nav .sp-nav ul:first-of-type {
  padding: 64px 24px 16px;
}
.SP-header .nav .sp-nav ul .en-text {
  opacity: 0.5;
}
.SP-header .nav .sp-nav ul li {
  margin-bottom: 24px;
  color: #fff;
}
.SP-header .nav .sp-nav ul li.has-nav {
  margin-left: 0;
}
.SP-header .nav .sp-nav .header-btn {
  padding: 0 24px 16px;
  margin: 0 0 64px;
  display: flex;
  align-items: center;
}
.SP-header .nav .sp-nav .header-btn .img {
  width: 40px;
  margin-right: 16px;
}

footer {
  position: relative;
  z-index: 1;
  background-color: #585858;
  padding: 80px 0 24px;
}
footer .container {
  padding: 0 64px 80px;
  display: flex;
  justify-content: space-between;
}
footer .container .left .logo {
  width: 240px;
}
footer .container .right {
  position: relative;
}
footer .container .right .grid {
  display: grid;
  gap: 80px;
  grid-template-columns: repeat(4, auto);
}
footer .container .right .grid .block .en-text {
  opacity: 0.5;
  color: #f3f3f3;
  margin-bottom: 12px;
}
footer .container .right .grid .block ul li {
  color: #f3f3f3;
}
footer .container .right .grid .block ul li a:hover {
  opacity: 0.5;
}
footer .container .right .SNS {
  display: flex;
  justify-content: end;
  margin-top: 160px;
}
footer .container .right .SNS a {
  width: 40px;
  display: block;
  margin-right: 16px;
}
footer .container .right .SNS a img {
  width: 100%;
}
footer .container .right .SNS a:hover {
  opacity: 0.7;
}
footer .container .right .SNS a:last-of-type {
  margin-right: 0;
}
footer hr {
  border: none;
  border-top: 1px solid #f3f3f3;
  opacity: 0.2;
  margin-bottom: 24px;
}
footer .small {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 64px;
  color: #f3f3f3;
}
footer .small .btn {
  display: flex;
  opacity: 0.6;
}
footer .small .btn .Button_text {
  margin-right: 40px;
}
footer .small .btn .Button_text:last-of-type {
  margin-right: 0;
}
footer .small small {
  opacity: 0.4;
}
@media (max-width: 1024px) {
  footer {
    padding: 64px 0 24px;
  }
  footer .container {
    padding: 0 20px 64px;
    flex-direction: column;
  }
  footer .container .left {
    padding-bottom: 40px;
  }
  footer .container .left .logo {
    width: 80px;
  }
  footer .container .left p {
    font-size: 20px;
    letter-spacing: 0.45em;
  }
  footer .container .right .grid {
    gap: 20px;
  }
  footer .container .right .SNS {
    justify-content: left;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  footer {
    margin-bottom: 56px;
  }
  footer .container .right .grid {
    gap: 32px;
    grid-template-columns: repeat(2, auto);
  }
  footer .small {
    padding: 0 16px;
    flex-direction: column;
  }
  footer .small .btn .Button_text {
    padding: 8px 0 12px;
  }
}

#FORM .container .contact-form .form-group {
  margin-bottom: 24px;
}
#FORM .container .contact-form .form-group label {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
}
#FORM .container .contact-form .form-group label .required {
  margin-left: 4px;
  color: #e60000;
  font-size: 12px;
}
#FORM .container .contact-form .form-group input,
#FORM .container .contact-form .form-group textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.3s ease;
}
#FORM .container .contact-form .form-group input:focus,
#FORM .container .contact-form .form-group textarea:focus {
  border-color: #333;
}
#FORM .container .contact-form .form-group input::placeholder,
#FORM .container .contact-form .form-group textarea::placeholder {
  color: #aaa;
}
#FORM .container .contact-form .form-group textarea {
  resize: vertical;
}
#FORM .container .contact-form .form-submit .c-btn-submit {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 320px;
  padding: 16px 24px;
  border: none;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
#FORM .container .contact-form .form-submit .c-btn-submit:hover {
  transform: translateY(2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}
#FORM .container .contact-form .form-submit .c-btn-submit:active {
  transform: translateY(4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

#layer-fv {
  height: 720px;
  position: relative;
}
#layer-fv::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#layer-fv .slider-Layer-FV {
  height: 100%;
}
#layer-fv .slider-Layer-FV .slick-list,
#layer-fv .slider-Layer-FV .slick-track {
  height: 100%;
}
#layer-fv .slider-Layer-FV .slick-list .img,
#layer-fv .slider-Layer-FV .slick-track .img {
  height: 100%;
}
#layer-fv .slider-Layer-FV .slick-list .img img,
#layer-fv .slider-Layer-FV .slick-track .img img {
  height: 100%;
  object-fit: cover;
}
#layer-fv .h1-FV {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  background-color: #f3f3f3;
  width: 600px;
  height: 180px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#layer-fv .h1-FV h1 {
  color: #2e2e2e;
  font-size: 40px;
  margin: 0;
}
#layer-fv .img-FV {
  position: absolute;
  top: 40px;
  left: 80px;
  width: 64px;
  z-index: 1;
}
#layer-fv .sns-FV {
  position: absolute;
  top: 40px;
  right: 80px;
  width: fit-content;
  z-index: 1;
  display: flex;
  margin-right: 60px;
}
#layer-fv .sns-FV a {
  width: 40px;
  display: block;
  margin-right: 16px;
}
#layer-fv .sns-FV a:hover {
  opacity: 0.7;
}
#layer-fv .sns-FV .translation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 0 8px;
}
#layer-fv .sns-FV .translation a,
#layer-fv .sns-FV .translation p {
  color: #f3f3f3;
  font-weight: 600;
  font-size: 14px;
  margin-right: 0;
  width: auto;
  display: block;
  line-height: 1;
}
#layer-fv .sns-FV .translation p {
  opacity: 0.5;
}
#layer-fv nav {
  position: absolute;
  bottom: 40px;
  right: 80px;
  z-index: 1;
}
#layer-fv nav .block {
  margin: 0 0 24px 0;
  text-align: right;
}
#layer-fv nav .block:last-of-type {
  margin: 0;
}
#layer-fv nav .block .en-text {
  color: #f3f3f3;
  font-size: 24px;
  opacity: 0.8;
  line-height: 1;
}
#layer-fv nav .block ul li {
  color: #f3f3f3;
  font-size: 16px;
  line-height: 2;
  font-weight: 600;
}
#layer-fv nav .block ul li a:hover {
  opacity: 0.5;
}
@media (max-width: 1024px) {
  #layer-fv .h1-FV {
    width: 320px;
    height: 144px;
  }
  #layer-fv .h1-FV h1 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  #layer-fv {
    height: 560px;
  }
}
@media (max-width: 480px) {
  #layer-fv {
    height: 400px;
  }
  #layer-fv .h1-FV {
    width: 240px;
    height: 120px;
  }
  #layer-fv .h1-FV h1 {
    font-size: 20px;
  }
}

#EXPLANATION .container {
  display: flex;
  justify-content: center;
}
#EXPLANATION .container .left {
  margin: 0 16px 0 0;
}
#EXPLANATION .container .left .title {
  font-size: 32px;
  font-weight: 600;
  line-height: 2.4;
  letter-spacing: 0.4em;
}
#EXPLANATION .container .right {
  margin: 64px 0 0 16px;
}
#EXPLANATION .container .right .text {
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.4em;
  margin-bottom: 24px;
}
#EXPLANATION .container .right .text:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  #EXPLANATION .container .left .title {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  #EXPLANATION .container {
    flex-direction: column;
  }
  #EXPLANATION .container .left {
    margin: 0;
  }
  #EXPLANATION .container .left .title {
    font-size: 24px;
    line-height: 2;
  }
  #EXPLANATION .container .right {
    margin: 40px 0 0;
  }
}

#RESERVE .container {
  display: flex;
}
#RESERVE .container .h2-area {
  width: 30%;
}
#RESERVE .container ul {
  width: 80%;
}
#RESERVE .container ul li {
  border-top: 1px solid #2e2e2e;
  padding: 24px;
}
#RESERVE .container ul li:last-of-type {
  border-bottom: 1px solid #2e2e2e;
}
#RESERVE .container ul li a:hover {
  opacity: 0.5;
}
#RESERVE .container ul li a .ttl {
  margin-bottom: 8px;
  font-weight: 600;
}
@media (max-width: 768px) {
  #RESERVE .container {
    flex-direction: column;
  }
  #RESERVE .container .h2-area {
    width: 100%;
  }
  #RESERVE .container ul {
    width: 100%;
  }
}

.base #BASE .container .block {
  display: flex;
  align-items: center;
}
.base #BASE .container .block .content {
  width: 40%;
  padding: 16px 40px 16px 16px;
}
.base #BASE .container .block .content .ttl {
  font-weight: 700;
  margin-bottom: 32px;
}
.base #BASE .container .block .content .btn-arrow {
  justify-content: end;
  margin: 16px 0 16px auto;
}
.base #BASE .container .block .img img {
  aspect-ratio: 16/6;
  object-fit: cover;
}
.base #BASE .container .block:nth-child(odd) {
  flex-direction: row-reverse;
  margin-top: 64px;
}
.base #BASE .imgs {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 0;
}
.base #BASE .imgs .img {
  width: 33%;
}
.base #BASE .imgs .img img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media (max-width: 1280px) {
  .base #BASE .container .block .content {
    padding: 16px;
  }
}
@media (max-width: 1024px) {
  .base #BASE .container .block {
    flex-direction: column;
  }
  .base #BASE .container .block .content {
    width: 100%;
    padding: 0;
    margin-bottom: 8px;
  }
  .base #BASE .container .block .content .ttl {
    margin-bottom: 16px;
  }
  .base #BASE .container .block:nth-child(odd) {
    flex-direction: column;
  }
}
.base #ACCESS .container .block {
  display: flex;
  justify-content: space-between;
}
.base #ACCESS .container .block .left {
  width: 50%;
  height: auto;
}
.base #ACCESS .container .block .left iframe {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.base #ACCESS .container .block .right {
  width: 48%;
}
.base #ACCESS .container .block .right table {
  width: 100%;
}
.base #ACCESS .container .block .right table tr th {
  text-align: left;
  width: 120px;
  border-bottom: 1px solid #2e2e2e;
  font-weight: 600;
  padding: 16px;
}
.base #ACCESS .container .block .right table tr td {
  border-bottom: 1px solid #2e2e2e;
  padding: 16px;
}
.base #ACCESS .container .block .right table tr td a {
  text-decoration: revert;
}
.base #ACCESS .container .block .right .img {
  margin-top: 24px;
}
.base #ACCESS .container .block .right .img img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media (max-width: 768px) {
  .base #ACCESS .container .block {
    flex-direction: column;
  }
  .base #ACCESS .container .block .left {
    width: 100%;
    height: 400px;
  }
  .base #ACCESS .container .block .right {
    width: 100%;
  }
  .base #ACCESS .container .block .right table {
    margin-top: 24px;
  }
  .base #ACCESS .container .block .right table tr {
    display: flex;
    flex-direction: column;
  }
  .base #ACCESS .container .block .right table tr th {
    border-bottom: none;
    width: 100%;
    padding: 16px 16px 8px;
  }
  .base #ACCESS .container .block .right table tr td {
    padding: 0 16px 8px;
  }
}

.bicycle-sales #PARTS .container .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bicycle-sales #PARTS .container .content .photo-grid {
  width: 30%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  grid-template-areas: "item1 item2" "item3 item3" "item4 item5";
}
.bicycle-sales #PARTS .container .content .photo-grid .img img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.bicycle-sales #PARTS .container .content .photo-grid .item1 {
  grid-area: item1;
}
.bicycle-sales #PARTS .container .content .photo-grid .item2 {
  grid-area: item2;
}
.bicycle-sales #PARTS .container .content .photo-grid .item3 {
  grid-area: item3;
}
.bicycle-sales #PARTS .container .content .photo-grid .item4 {
  grid-area: item4;
}
.bicycle-sales #PARTS .container .content .photo-grid .item5 {
  grid-area: item5;
}
.bicycle-sales #PARTS .container .content .text {
  width: 68%;
  line-height: 2;
}
@media (max-width: 768px) {
  .bicycle-sales #PARTS .container .content {
    flex-direction: column;
  }
  .bicycle-sales #PARTS .container .content .photo-grid {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-template-areas: none;
    grid-auto-flow: column;
    margin-bottom: 16px;
    gap: 8px;
  }
  .bicycle-sales #PARTS .container .content .photo-grid .item1 {
    grid-column: 1;
    grid-row: 1;
  }
  .bicycle-sales #PARTS .container .content .photo-grid .item2 {
    grid-column: 1;
    grid-row: 2;
  }
  .bicycle-sales #PARTS .container .content .photo-grid .item3 {
    grid-column: 2;
    grid-row: 1/3;
  }
  .bicycle-sales #PARTS .container .content .photo-grid .item3 img {
    height: 100%;
  }
  .bicycle-sales #PARTS .container .content .photo-grid .item4 {
    grid-column: 3;
    grid-row: 1;
  }
  .bicycle-sales #PARTS .container .content .photo-grid .item5 {
    grid-column: 3;
    grid-row: 2;
  }
  .bicycle-sales #PARTS .container .content .text {
    width: 100%;
    line-height: 1.5;
  }
}
.bicycle-sales #REPAIR .container .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bicycle-sales #REPAIR .container .content p {
  width: 48%;
}
.bicycle-sales #REPAIR .container .content .img {
  width: 48%;
}
.bicycle-sales #REPAIR .container .content .img img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media (max-width: 480px) {
  .bicycle-sales #REPAIR .container .content {
    flex-direction: column;
  }
  .bicycle-sales #REPAIR .container .content p,
  .bicycle-sales #REPAIR .container .content .img {
    width: 100%;
  }
}

.company #COMPANY .container table {
  width: 100%;
}
.company #COMPANY .container table tr th {
  text-align: left;
  width: 160px;
  border-bottom: 1px solid #2e2e2e;
  font-size: 20px;
  font-weight: 600;
  padding: 16px;
}
.company #COMPANY .container table tr td {
  border-bottom: 1px solid #2e2e2e;
  padding: 16px;
}
.company #COMPANY .container table tr td a {
  text-decoration: revert;
}
@media (max-width: 768px) {
  .company #COMPANY .container table tr th {
    font-size: 16px;
    width: 120px;
  }
}
@media (max-width: 480px) {
  .company #COMPANY .container table tr {
    display: flex;
    flex-direction: column;
  }
  .company #COMPANY .container table tr th {
    width: 100%;
    border-bottom: none;
    padding: 16px 16px 0;
  }
  .company #COMPANY .container table tr td {
    padding: 8px 16px 16px;
  }
}
.company #ACCESS .container .content {
  display: flex;
  justify-content: space-between;
}
.company #ACCESS .container .content .left {
  width: 48%;
}
.company #ACCESS .container .content .left iframe {
  width: 100%;
  height: 100%;
}
.company #ACCESS .container .content .right {
  width: 48%;
}
@media (max-width: 480px) {
  .company #ACCESS .container .content {
    flex-direction: column-reverse;
  }
  .company #ACCESS .container .content .left {
    width: 100%;
    height: 400px;
  }
  .company #ACCESS .container .content .right {
    margin-bottom: 24px;
    width: 100%;
  }
}

.rental-cycle #FEE .container .bike-filter {
  margin-bottom: 24px;
}
.rental-cycle #FEE .container .bike-filter select {
  width: 100%;
  max-width: 400px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.rental-cycle #FEE .container .price-tables {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}
.rental-cycle #FEE .container .price-tables .price-table-box {
  padding: 16px;
  opacity: 0.5;
  transition: 0.3s;
  position: relative;
}
.rental-cycle #FEE .container .price-tables .price-table-box:after {
  content: attr(data-category);
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: #f3f3f3;
  font-weight: bold;
}
.rental-cycle #FEE .container .price-tables .price-table-box.active {
  opacity: 1;
  background: #fff;
}
.rental-cycle #FEE .container .price-tables .price-table-box h3 {
  margin-bottom: 8px;
  font-size: 16px;
  text-align: center;
}
.rental-cycle #FEE .container .price-tables .price-table-box .row {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
}
.rental-cycle #FEE .container .price-tables {
  /* A */
}
.rental-cycle #FEE .container .price-tables .price-table-box[data-category=A]::after {
  background-color: #e74c3c;
}
.rental-cycle #FEE .container .price-tables {
  /* B */
}
.rental-cycle #FEE .container .price-tables .price-table-box[data-category=B]::after {
  background-color: #3498db;
}
.rental-cycle #FEE .container .price-tables {
  /* C */
}
.rental-cycle #FEE .container .price-tables .price-table-box[data-category=C]::after {
  background-color: #27ae60;
}
.rental-cycle #FEE .container .price-tables {
  /* D */
}
.rental-cycle #FEE .container .price-tables .price-table-box[data-category=D]::after {
  background-color: #f39c12;
}
.rental-cycle #FEE .container .bike-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.rental-cycle #FEE .container .bike-grid .bike-card {
  background: #ffffff;
  border-radius: 8px;
  transition: 0.3s ease;
  position: relative;
}
.rental-cycle #FEE .container .bike-grid .bike-card:after {
  content: attr(data-category);
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: #f3f3f3;
  font-weight: bold;
}
.rental-cycle #FEE .container .bike-grid .bike-card .category-label {
  border-radius: 8px 8px 0 0;
  background: #ededed;
  font-weight: 600;
  padding: 8px 40px 8px 16px;
}
.rental-cycle #FEE .container .bike-grid .bike-card .img img {
  aspect-ratio: 16/11;
  object-fit: cover;
}
.rental-cycle #FEE .container .bike-grid .bike-card:hover {
  transform: translateY(-5px);
}
.rental-cycle #FEE .container .bike-grid .bike-card.hide {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.rental-cycle #FEE .container .bike-grid .bike-card__body {
  padding: 16px;
}
.rental-cycle #FEE .container .bike-grid {
  /* A */
}
.rental-cycle #FEE .container .bike-grid .bike-card[data-category=A]::after {
  background-color: #e74c3c;
}
.rental-cycle #FEE .container .bike-grid {
  /* B */
}
.rental-cycle #FEE .container .bike-grid .bike-card[data-category=B]::after {
  background-color: #3498db;
}
.rental-cycle #FEE .container .bike-grid {
  /* C */
}
.rental-cycle #FEE .container .bike-grid .bike-card[data-category=C]::after {
  background-color: #27ae60;
}
.rental-cycle #FEE .container .bike-grid {
  /* D */
}
.rental-cycle #FEE .container .bike-grid .bike-card[data-category=D]::after {
  background-color: #f39c12;
}
.rental-cycle #FEE .container .box {
  position: relative;
  padding: 32px;
  border: 1px solid #2e2e2e;
  border-radius: 1px;
  background-color: rgb(255, 242, 242);
  margin-top: 64px;
}
.rental-cycle #FEE .container .box span {
  position: absolute;
  bottom: 100%;
  left: -1px;
  padding: 8px 16px;
  border-radius: 4px 4px 0 0;
  background-color: #2e2e2e;
  color: #f3f3f3;
  font-weight: 600;
}
.rental-cycle #FEE .container .box ul li {
  list-style: disc;
  margin-left: 24px;
  line-height: 2;
}
@media (max-width: 1280px) {
  .rental-cycle #FEE .container .bike-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .rental-cycle #FEE .container .price-tables {
    grid-template-columns: repeat(2, 1fr);
  }
  .rental-cycle #FEE .container .price-tables .price-table-box .row {
    padding: 1px 0;
  }
  .rental-cycle #FEE .container .bike-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 480px) {
  .rental-cycle #FEE .container .price-tables {
    grid-template-columns: repeat(1, 1fr);
  }
  .rental-cycle #FEE .container .bike-filter select {
    max-width: none;
    font-size: 14px;
  }
}

.gallery #GALLERY .container .slider-wrapper {
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
.gallery #GALLERY .container .slider-wrapper .slider-for {
  width: 60%;
}
.gallery #GALLERY .container .slider-wrapper .slider-nav {
  width: 38%;
  height: fit-content;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.gallery #GALLERY .container .slider-wrapper .slider-nav .slick-list {
  height: auto !important;
}
.gallery #GALLERY .container .slider-wrapper .slider-nav .img {
  cursor: pointer;
}
.gallery #GALLERY .container .slider-wrapper .slider-nav .img img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.gallery #GALLERY .container .slider-wrapper .slider-nav .active img {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .gallery #GALLERY .container .slider-wrapper {
    padding-bottom: 48px;
    flex-direction: column;
  }
  .gallery #GALLERY .container .slider-wrapper .slider-for {
    width: 100%;
    margin-bottom: 12px;
  }
  .gallery #GALLERY .container .slider-wrapper .slider-nav {
    width: 100%;
    gap: 4px;
    grid-template-columns: repeat(4, 2fr);
  }
}

.home #FV {
  width: 100%;
  height: 100vh;
  position: relative;
}
.home #FV::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.home #FV .slider-FV {
  height: 100%;
}
.home #FV .slider-FV .slick-list,
.home #FV .slider-FV .slick-track {
  height: 100%;
}
.home #FV .slider-FV .slick-list .img,
.home #FV .slider-FV .slick-track .img {
  height: 100%;
}
.home #FV .slider-FV .slick-list .img img,
.home #FV .slider-FV .slick-track .img img {
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.home #FV .img-FV {
  position: absolute;
  top: 40px;
  left: 80px;
  width: 120px;
  z-index: 1;
}
.home #FV .sns-FV {
  position: absolute;
  top: 40px;
  right: 80px;
  width: fit-content;
  z-index: 1;
  display: flex;
  margin-right: 60px;
}
.home #FV .sns-FV a {
  width: 40px;
  display: block;
  margin-right: 16px;
}
.home #FV .sns-FV a:hover {
  opacity: 0.7;
}
.home #FV .sns-FV .translation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 0 8px;
}
.home #FV .sns-FV .translation a,
.home #FV .sns-FV .translation p {
  color: #f3f3f3;
  font-weight: 600;
  font-size: 14px;
  margin-right: 0;
  width: auto;
  display: block;
  line-height: 1;
}
.home #FV .sns-FV .translation p {
  opacity: 0.5;
}
.home #FV nav {
  position: absolute;
  bottom: 40px;
  right: 80px;
  z-index: 1;
}
.home #FV nav .block {
  margin: 0 0 24px 0;
  text-align: right;
}
.home #FV nav .block:last-of-type {
  margin: 0;
}
.home #FV nav .block .en-text {
  color: #f3f3f3;
  font-size: 24px;
  opacity: 0.8;
  line-height: 1;
}
.home #FV nav .block ul li {
  color: #f3f3f3;
  font-size: 16px;
  line-height: 2;
  font-weight: 600;
}
.home #FV nav .block ul li a:hover {
  opacity: 0.5;
}
.home #FV .h1-FV {
  position: absolute;
  bottom: 40px;
  left: 80px;
  z-index: 1;
}
.home #FV .h1-FV p {
  color: #f3f3f3;
  line-height: 1.4;
  letter-spacing: 0.16em;
}
@media (max-width: 768px) {
  .home #FV .h1-FV {
    bottom: 80px;
    left: 40px;
  }
}
@media (max-width: 480px) {
  .home #FV .h1-FV {
    bottom: 112px;
    left: 16px;
  }
}
.home #ABOUT .container {
  display: flex;
  justify-content: center;
}
.home #ABOUT .container .left {
  margin: 0 16px 0 0;
}
.home #ABOUT .container .left .title {
  font-size: 32px;
  font-weight: 600;
  line-height: 2.4;
  letter-spacing: 0.4em;
}
.home #ABOUT .container .right {
  margin: 64px 0 0 16px;
}
.home #ABOUT .container .right .text {
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.4em;
  margin-bottom: 24px;
}
.home #ABOUT .container .right .text:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .home #ABOUT .container .left .title {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .home #ABOUT .container {
    flex-direction: column;
  }
  .home #ABOUT .container .left {
    margin: 0;
  }
  .home #ABOUT .container .left .title {
    font-size: 24px;
    line-height: 2;
  }
  .home #ABOUT .container .right {
    margin: 40px 0 0;
  }
}
.home #ABOUT-IMG {
  padding: 60px 120px 60px 0px;
}
.home #ABOUT-IMG .img img {
  aspect-ratio: 16/4;
  object-fit: cover;
  object-position: center 70%;
}
@media (max-width: 1280px) {
  .home #ABOUT-IMG {
    padding: 40px 60px 40px 0px;
  }
}
@media (max-width: 1024px) {
  .home #ABOUT-IMG {
    padding: 24px 60px 24px 0px;
  }
}
@media (max-width: 768px) {
  .home #ABOUT-IMG {
    padding: 24px 60px 0 0;
  }
  .home #ABOUT-IMG .img img {
    aspect-ratio: 16/9;
  }
}
.home #MODELCOURSE .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.home #MODELCOURSE .container .block {
  position: relative;
}
.home #MODELCOURSE .container .block .ranking {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  background-color: #f3f3f3;
  font-size: 32px;
  z-index: 1;
}
.home #MODELCOURSE .container .block .ranking span {
  writing-mode: vertical-rl;
}
.home #MODELCOURSE .container .block .img {
  position: relative;
}
.home #MODELCOURSE .container .block .img img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.home #MODELCOURSE .container .block .img .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 8px;
}
.home #MODELCOURSE .container .block .btn-arrow {
  justify-content: end;
  margin: 16px 0 16px auto;
}
.home #MODELCOURSE .container .block:nth-child(2) {
  display: flex;
  align-items: center;
  padding: 40px;
}
.home #MODELCOURSE .container .block:nth-child(2) a {
  margin: 16px 0 0 0;
}
@media (max-width: 768px) {
  .home #MODELCOURSE .container {
    grid-template-columns: repeat(1, 1fr);
  }
  .home #MODELCOURSE .container .block {
    order: 2;
  }
  .home #MODELCOURSE .container .block .ranking {
    width: 120px;
    height: 120px;
    font-size: 24px;
  }
  .home #MODELCOURSE .container .block:nth-child(2) {
    padding: 0;
  }
  .home #MODELCOURSE .container .block:nth-child(2) a {
    margin: 16px 0 16px auto;
  }
  .home #MODELCOURSE .container .content {
    order: 1;
  }
}
.home #SIGHTSEEING .h2-area {
  padding: 60px 152px 0;
}
.home #SIGHTSEEING .block {
  display: flex;
  align-items: center;
}
.home #SIGHTSEEING .block .content {
  width: 40%;
  padding: 64px;
}
.home #SIGHTSEEING .block .content .ttl {
  font-weight: 700;
  margin-bottom: 32px;
}
.home #SIGHTSEEING .block .content .btn-arrow {
  justify-content: end;
  margin: 16px 0 16px auto;
}
.home #SIGHTSEEING .block .img img {
  aspect-ratio: 16/6;
  object-fit: cover;
}
.home #SIGHTSEEING .imgs {
  display: flex;
  justify-content: space-between;
  padding: 64px 0 60px;
}
.home #SIGHTSEEING .imgs .img {
  width: 33%;
}
.home #SIGHTSEEING .imgs .img img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media (max-width: 1280px) {
  .home #SIGHTSEEING .h2-area {
    padding: 60px 92px 0;
  }
  .home #SIGHTSEEING .block .content {
    width: 50%;
    padding: 40px;
  }
  .home #SIGHTSEEING .imgs {
    padding: 40px 0 60px;
  }
}
@media (max-width: 1024px) {
  .home #SIGHTSEEING .h2-area {
    padding: 60px 32px 0;
  }
  .home #SIGHTSEEING .block .content {
    width: 60%;
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .home #SIGHTSEEING .h2-area {
    padding: 40px 32px 0;
  }
  .home #SIGHTSEEING .block {
    flex-direction: column;
  }
  .home #SIGHTSEEING .block .content {
    width: 100%;
  }
  .home #SIGHTSEEING .imgs {
    padding: 32px 0 40px;
  }
}
@media (max-width: 480px) {
  .home #SIGHTSEEING .h2-area {
    padding: 32px 16px 0;
  }
  .home #SIGHTSEEING .block .img img {
    aspect-ratio: 16/9;
  }
  .home #SIGHTSEEING .imgs {
    padding: 32px 0;
  }
}
.home #BICYCLE .container .price-section__select {
  margin-bottom: 24px;
}
.home #BICYCLE .container .price-section__select select {
  width: 100%;
  max-width: 400px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.home #BICYCLE .container .price-box {
  position: relative;
  background-color: #fdfdfd;
  padding: 16px;
}
.home #BICYCLE .container .price-box .price-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: opacity 0.3s ease;
}
.home #BICYCLE .container .price-box .price-content.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  position: relative;
}
.home #BICYCLE .container .price-box .price-content .bike-slider {
  width: 48%;
}
.home #BICYCLE .container .price-box .price-content .bike-slider .img {
  margin: 8px 0;
  border-left: 8px solid #ccc;
}
.home #BICYCLE .container .price-box .price-content .bike-slider .img img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.home #BICYCLE .container .price-box .price-content .price-info {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home #BICYCLE .container .price-box .price-content .price-info .price-table {
  margin-bottom: 16px;
}
.home #BICYCLE .container .price-box .price-content .price-info .price-table .price-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.home #BICYCLE .container .price-box .price-content .price-info .price-table .price-row span:last-child {
  font-weight: bold;
}
.home #BICYCLE .container .price-box .price-content .price-info p {
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .home #BICYCLE .container .price-section__select select {
    max-width: none;
    font-size: 14px;
  }
  .home #BICYCLE .container .price-box .price-content {
    flex-direction: column;
  }
  .home #BICYCLE .container .price-box .price-content .bike-slider,
  .home #BICYCLE .container .price-box .price-content .price-info {
    width: 100%;
  }
}
.home #BASE .h2-area {
  padding: 60px 152px;
}
.home #BASE .content {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home #BASE .content .left {
  width: 60%;
  aspect-ratio: 16/9;
}
.home #BASE .content .left iframe {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.home #BASE .content .right {
  width: 30%;
  margin: auto;
}
.home #BASE .content .right .address {
  margin-bottom: 40px;
}
.home #BASE .content .right .block:nth-child(1 of .block) {
  margin-bottom: 40px;
}
.home #BASE .content .right .block .ttl {
  margin-bottom: 16px;
}
.home #BASE .content .right .block .sub_ttl {
  padding-left: 8px;
}
.home #BASE .content .right .block .Text {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-left: 8px;
}
.home #BASE .content .right .block .Text span {
  white-space: nowrap;
  margin-left: 32px;
}
.home #BASE .content .right .btn-arrow {
  margin: 16px 0 0 auto;
}
@media (max-width: 1280px) {
  .home #BASE .h2-area {
    padding: 60px 92px 0;
  }
}
@media (max-width: 1024px) {
  .home #BASE .h2-area {
    padding: 60px 32px 0;
  }
  .home #BASE .content {
    flex-direction: column-reverse;
  }
  .home #BASE .content .left {
    width: 100%;
    aspect-ratio: 16/6;
  }
  .home #BASE .content .right {
    width: 100%;
    padding: 0 32px;
  }
  .home #BASE .content .right .address {
    margin-bottom: 24px;
  }
  .home #BASE .content .right .block:nth-child(1 of .block) {
    margin-bottom: 24px;
  }
  .home #BASE .content .right .block .ttl {
    margin-bottom: 8px;
  }
  .home #BASE .content .right .btn-arrow {
    margin: 16px 0 16px auto;
  }
}
@media (max-width: 768px) {
  .home #BASE .h2-area {
    padding: 40px 32px 0;
  }
  .home #BASE .content {
    margin-bottom: 40px;
  }
  .home #BASE .content .left {
    aspect-ratio: 16/9;
  }
}
@media (max-width: 480px) {
  .home #BASE .h2-area {
    padding: 32px 16px 0;
  }
  .home #BASE .content {
    margin-bottom: 32px;
  }
  .home #BASE .content .right {
    padding: 0 16px;
  }
}
.home #NEWS .container ul li {
  border-bottom: 1px solid #2e2e2e;
  padding: 16px;
}
.home #NEWS .container ul li article a:hover {
  opacity: 0.5;
}
.home #NEWS .container ul li article a .title {
  font-weight: 600;
}
.home #NEWS .container ul li article a .text {
  font-size: 14px;
}
.home #NEWS .container .btn-arrow {
  margin: 16px 0 0 auto;
}
.home #RESERVE .container {
  display: flex;
}
.home #RESERVE .container .h2-area {
  width: 30%;
}
.home #RESERVE .container ul {
  width: 80%;
}
.home #RESERVE .container ul li {
  border-top: 1px solid #2e2e2e;
  padding: 24px;
}
.home #RESERVE .container ul li:last-of-type {
  border-bottom: 1px solid #2e2e2e;
}
.home #RESERVE .container ul li a:hover {
  opacity: 0.5;
}
.home #RESERVE .container ul li a .ttl {
  margin-bottom: 8px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .home #RESERVE .container {
    flex-direction: column;
  }
  .home #RESERVE .container .h2-area {
    width: 100%;
  }
  .home #RESERVE .container ul {
    width: 100%;
  }
}
.home #RESERVE-IMG {
  padding: 60px 0px 60px 120px;
}
.home #RESERVE-IMG .img img {
  aspect-ratio: 16/4;
  object-fit: cover;
  object-position: center 70%;
}
@media (max-width: 1280px) {
  .home #RESERVE-IMG {
    padding: 40px 0px 40px 60px;
  }
}
@media (max-width: 1024px) {
  .home #RESERVE-IMG {
    padding: 24px 0px 24px 60px;
  }
}
@media (max-width: 768px) {
  .home #RESERVE-IMG {
    padding: 24px 0 0 60px;
  }
  .home #RESERVE-IMG .img img {
    aspect-ratio: 16/9;
  }
}

.hotel-restaurant #HOTEL .container .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hotel-restaurant #HOTEL .container .block .left {
  width: 48%;
}
.hotel-restaurant #HOTEL .container .block .left .content .name {
  white-space: nowrap;
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 40px 0 18px;
  font-size: 1.5em;
  background: #596737;
  color: #FFF;
  margin-bottom: 32px;
}
.hotel-restaurant #HOTEL .container .block .left .content .name::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 0px;
  height: 0px;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #f3f3f3 transparent transparent;
  border-style: solid;
}
.hotel-restaurant #HOTEL .container .block .left .content .ttl {
  font-size: 2em;
  color: #596737;
  font-weight: bold;
}
.hotel-restaurant #HOTEL .container .block .left .content .text {
  margin: 32px 0;
}
.hotel-restaurant #HOTEL .container .block .left .content .icons {
  display: flex;
}
.hotel-restaurant #HOTEL .container .block .left .content .icons .img {
  width: 18%;
  max-width: 96px;
  margin-right: 12px;
}
.hotel-restaurant #HOTEL .container .block .left .content .icons .img p {
  text-align: center;
  font-size: 0.8em;
}
.hotel-restaurant #HOTEL .container .block .right {
  width: 48%;
  position: relative;
}
.hotel-restaurant #HOTEL .container .block .right .img img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.hotel-restaurant #HOTEL .container .block .right .text {
  background-color: rgba(89, 103, 55, 0.8);
  padding: 24px;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}
.hotel-restaurant #HOTEL .container .block .right .text span {
  color: inherit;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 8px;
  display: inline-block;
}
.hotel-restaurant #HOTEL .container .box {
  background-color: #ede9e0;
  padding: 16px;
  border-radius: 16px;
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
.hotel-restaurant #HOTEL .container .box .left {
  width: 49%;
}
.hotel-restaurant #HOTEL .container .box .left .ttl {
  font-size: 1.4em;
  color: #596737;
  font-weight: bold;
  margin-bottom: 8px;
}
.hotel-restaurant #HOTEL .container .box .left .des {
  font-weight: 500;
  margin-bottom: 24px;
}
.hotel-restaurant #HOTEL .container .box .left .equipment {
  display: flex;
}
.hotel-restaurant #HOTEL .container .box .left .equipment .cover {
  width: 50%;
}
.hotel-restaurant #HOTEL .container .box .left .equipment .cover .tile {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.hotel-restaurant #HOTEL .container .box .left .equipment .cover .tile:last-of-type {
  margin-bottom: 0;
}
.hotel-restaurant #HOTEL .container .box .left .equipment .cover .tile .img {
  width: 40px;
  margin-right: 12px;
}
.hotel-restaurant #HOTEL .container .box .left .equipment .cover .tile p {
  font-size: 0.9em;
  font-weight: 600;
}
.hotel-restaurant #HOTEL .container .box .right {
  width: 49%;
}
.hotel-restaurant #HOTEL .container .box .right .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
}
.hotel-restaurant #HOTEL .container .box .right .grid .img img {
  height: 100%;
  aspect-ratio: 16/6;
  object-fit: cover;
}
.hotel-restaurant #HOTEL .container .box .right .grid .item1 {
  grid-column: 1;
  grid-row: 1/3;
}
.hotel-restaurant #HOTEL .container .box .right .grid .item2 {
  grid-column: 2;
  grid-row: 1;
}
.hotel-restaurant #HOTEL .container .box .right .grid .item3 {
  grid-column: 2;
  grid-row: 2;
}
.hotel-restaurant #HOTEL .container .box .right .text {
  margin: 8px 0;
  font-weight: 600;
}
.hotel-restaurant #HOTEL .container .imgs {
  display: flex;
  justify-content: space-between;
  padding: 64px 0 60px;
}
.hotel-restaurant #HOTEL .container .imgs .img {
  width: 33%;
}
.hotel-restaurant #HOTEL .container .imgs .img img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media (max-width: 1280px) {
  .hotel-restaurant #HOTEL .container .imgs {
    padding: 40px 0 60px;
  }
}
@media (max-width: 1024px) {
  .hotel-restaurant #HOTEL .container .block {
    flex-direction: column;
  }
  .hotel-restaurant #HOTEL .container .block .left {
    width: 100%;
  }
  .hotel-restaurant #HOTEL .container .block .left .content .icons .img {
    max-width: 80px;
  }
  .hotel-restaurant #HOTEL .container .block .right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .hotel-restaurant #HOTEL .container .block .left .content .name {
    margin-bottom: 16px;
  }
  .hotel-restaurant #HOTEL .container .block .left .content .text {
    margin: 16px 0;
  }
  .hotel-restaurant #HOTEL .container .block .left .content .icons {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 340px;
    margin: auto;
    gap: 8px;
  }
  .hotel-restaurant #HOTEL .container .block .left .content .icons .img {
    max-width: 64px;
    margin: 0 8px;
  }
  .hotel-restaurant #HOTEL .container .block .left .content .icons .img p {
    font-size: 0.6em;
  }
  .hotel-restaurant #HOTEL .container .box {
    flex-direction: column;
  }
  .hotel-restaurant #HOTEL .container .box .left {
    width: 100%;
  }
  .hotel-restaurant #HOTEL .container .box .right {
    width: 100%;
  }
  .hotel-restaurant #HOTEL .container .imgs {
    padding: 32px 0 40px;
  }
}
@media (max-width: 480px) {
  .hotel-restaurant #HOTEL .container .block .left .content .name {
    font-size: 1.1em;
  }
  .hotel-restaurant #HOTEL .container .block .left .content .ttl {
    font-size: 1.5em;
  }
  .hotel-restaurant #HOTEL .container .block .left .content .icons {
    max-width: 320px;
    margin: auto;
  }
  .hotel-restaurant #HOTEL .container .block .left .content .icons .img {
    margin: 0 8px;
    width: 56px;
  }
  .hotel-restaurant #HOTEL .container .block .left .content .icons .img p {
    white-space: nowrap;
  }
  .hotel-restaurant #HOTEL .container .block .right .text {
    padding: 16px;
    line-height: 1.1;
  }
  .hotel-restaurant #HOTEL .container .block .right .text span {
    font-size: 1em;
  }
  .hotel-restaurant #HOTEL .container .box .left .equipment {
    flex-direction: column;
  }
  .hotel-restaurant #HOTEL .container .box .left .equipment .cover {
    width: 100%;
  }
  .hotel-restaurant #HOTEL .container .box .left .equipment .cover .tile {
    border-bottom: 1px dotted;
    margin-bottom: auto;
    padding: 6px 0;
  }
  .hotel-restaurant #HOTEL .container .box .left .equipment .cover .tile:last-of-type {
    margin-bottom: 6px;
  }
  .hotel-restaurant #HOTEL .container .box .left .equipment .cover .tile .img {
    width: 32px;
  }
  .hotel-restaurant #HOTEL .container .box .left .equipment .cover .tile p br {
    display: none;
  }
  .hotel-restaurant #HOTEL .container .imgs {
    padding: 32px 0;
  }
}
.hotel-restaurant #RESTAURANT .container .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hotel-restaurant #RESTAURANT .container .block .left {
  width: 48%;
}
.hotel-restaurant #RESTAURANT .container .block .left .content .name {
  white-space: nowrap;
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 40px 0 18px;
  font-size: 1.5em;
  background: #0e7076;
  color: #FFF;
  margin-bottom: 32px;
}
.hotel-restaurant #RESTAURANT .container .block .left .content .name::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 0px;
  height: 0px;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #f3f3f3 transparent transparent;
  border-style: solid;
}
.hotel-restaurant #RESTAURANT .container .block .left .content .ttl {
  font-size: 2em;
  color: #0e7076;
  font-weight: bold;
}
.hotel-restaurant #RESTAURANT .container .block .left .content .text {
  margin: 32px 0;
}
.hotel-restaurant #RESTAURANT .container .block .left .content .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
}
.hotel-restaurant #RESTAURANT .container .block .left .content .grid .img img {
  height: 100%;
  aspect-ratio: 16/6;
  object-fit: cover;
}
.hotel-restaurant #RESTAURANT .container .block .left .content .grid .item1 {
  grid-column: 1;
  grid-row: 1/3;
}
.hotel-restaurant #RESTAURANT .container .block .left .content .grid .item2 {
  grid-column: 2;
  grid-row: 1;
}
.hotel-restaurant #RESTAURANT .container .block .left .content .grid .item3 {
  grid-column: 2;
  grid-row: 2;
}
.hotel-restaurant #RESTAURANT .container .block .left .content .grid .item4 {
  grid-column: 3;
  grid-row: 1/3;
}
.hotel-restaurant #RESTAURANT .container .block .right {
  width: 48%;
  position: relative;
}
.hotel-restaurant #RESTAURANT .container .block .right .img img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.hotel-restaurant #RESTAURANT .container .block .right .text {
  background-color: rgba(14, 112, 118, 0.8);
  padding: 24px;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}
.hotel-restaurant #RESTAURANT .container .block .right .text span {
  color: inherit;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 8px;
  display: inline-block;
}
.hotel-restaurant #RESTAURANT .container .box {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.hotel-restaurant #RESTAURANT .container .box .left {
  width: 30%;
  background-color: #ede9e0;
  border: 2px solid #eae1d2;
  padding: 16px;
  border-radius: 16px;
}
.hotel-restaurant #RESTAURANT .container .box .left .ttl {
  color: #0e7076;
  font-weight: bold;
}
.hotel-restaurant #RESTAURANT .container .box .left hr {
  border: none;
  border-top: 4px dotted #eae1d2;
  margin: 8px 0;
}
.hotel-restaurant #RESTAURANT .container .box .left .cover {
  padding: 0 8px;
}
.hotel-restaurant #RESTAURANT .container .box .left .cover .tile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.hotel-restaurant #RESTAURANT .container .box .left .cover .tile:last-of-type {
  margin-bottom: 0;
}
.hotel-restaurant #RESTAURANT .container .box .left .cover .tile .img {
  width: 40px;
  margin-right: 12px;
}
.hotel-restaurant #RESTAURANT .container .box .left .cover .tile .text {
  width: calc(100% - 48px);
}
.hotel-restaurant #RESTAURANT .container .box .left .cover .tile .text span {
  color: #0e7076;
  font-weight: 600;
}
.hotel-restaurant #RESTAURANT .container .box .center {
  width: 30%;
  background-color: #ede9e0;
  border: 2px solid #eae1d2;
  padding: 16px;
  border-radius: 16px;
}
.hotel-restaurant #RESTAURANT .container .box .center .ttl {
  color: #0e7076;
  font-weight: bold;
}
.hotel-restaurant #RESTAURANT .container .box .center hr {
  border: none;
  border-top: 4px dotted #eae1d2;
  margin: 8px 0;
}
.hotel-restaurant #RESTAURANT .container .box .center .cover {
  padding: 0 8px;
}
.hotel-restaurant #RESTAURANT .container .box .center .cover .tile {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.hotel-restaurant #RESTAURANT .container .box .center .cover .tile:last-of-type {
  margin-bottom: 0;
}
.hotel-restaurant #RESTAURANT .container .box .center .cover .tile .img {
  width: 40px;
  margin-right: 12px;
}
.hotel-restaurant #RESTAURANT .container .box .center .cover .tile .text {
  font-size: 1.2em;
}
.hotel-restaurant #RESTAURANT .container .box .center .cover .tile .text span {
  color: #0e7076;
  font-weight: 600;
  margin-right: 8px;
}
.hotel-restaurant #RESTAURANT .container .box .right {
  width: 38%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.hotel-restaurant #RESTAURANT .container .box .right .text {
  margin-bottom: 16px;
}
.hotel-restaurant #RESTAURANT .container .box .right .cover {
  display: flex;
  justify-content: space-between;
}
.hotel-restaurant #RESTAURANT .container .box .right .cover .img {
  width: 49%;
}
.hotel-restaurant #RESTAURANT .container .box .right .cover .img img {
  aspect-ratio: 16/7;
  object-fit: cover;
}
.hotel-restaurant #RESTAURANT .container .imgs {
  display: flex;
  justify-content: space-between;
  padding: 64px 0 60px;
}
.hotel-restaurant #RESTAURANT .container .imgs .img {
  width: 33%;
}
.hotel-restaurant #RESTAURANT .container .imgs .img img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media (max-width: 1280px) {
  .hotel-restaurant #RESTAURANT .container .imgs {
    padding: 40px 0 60px;
  }
}
@media (max-width: 1024px) {
  .hotel-restaurant #RESTAURANT .container .block {
    flex-direction: column;
  }
  .hotel-restaurant #RESTAURANT .container .block .left {
    width: 100%;
  }
  .hotel-restaurant #RESTAURANT .container .block .left .content .grid {
    margin-bottom: 16px;
  }
  .hotel-restaurant #RESTAURANT .container .block .right {
    width: 100%;
  }
  .hotel-restaurant #RESTAURANT .container .box {
    flex-wrap: wrap;
  }
  .hotel-restaurant #RESTAURANT .container .box .left {
    width: 48%;
  }
  .hotel-restaurant #RESTAURANT .container .box .center {
    width: 48%;
  }
  .hotel-restaurant #RESTAURANT .container .box .right {
    width: 100%;
  }
  .hotel-restaurant #RESTAURANT .container .box .right .text {
    text-align: center;
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .hotel-restaurant #RESTAURANT .container .block .left .content .name {
    margin-bottom: 16px;
  }
  .hotel-restaurant #RESTAURANT .container .block .left .content .text {
    margin: 16px 0;
  }
  .hotel-restaurant #RESTAURANT .container .box {
    flex-direction: column;
  }
  .hotel-restaurant #RESTAURANT .container .box .left {
    width: 100%;
    margin-bottom: 16px;
  }
  .hotel-restaurant #RESTAURANT .container .box .center {
    width: 100%;
  }
  .hotel-restaurant #RESTAURANT .container .box .right .text {
    text-align: left;
    margin-top: 16px;
  }
  .hotel-restaurant #RESTAURANT .container .imgs {
    padding: 32px 0 40px;
  }
}
@media (max-width: 480px) {
  .hotel-restaurant #RESTAURANT .container .block .left .content .name {
    font-size: 1.1em;
  }
  .hotel-restaurant #RESTAURANT .container .block .left .content .ttl {
    font-size: 1.5em;
  }
  .hotel-restaurant #RESTAURANT .container .block .right .text {
    padding: 16px;
    line-height: 1.1;
  }
  .hotel-restaurant #RESTAURANT .container .block .right .text span {
    font-size: 1em;
  }
  .hotel-restaurant #RESTAURANT .container .box .left .cover .tile .img {
    width: 32px;
  }
  .hotel-restaurant #RESTAURANT .container .box .left .cover .tile .text {
    width: calc(100% - 40px);
  }
  .hotel-restaurant #RESTAURANT .container .imgs {
    padding: 32px 0;
  }
}

.modelcourse #MODELCOURSE .container .block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
  background-color: #fff;
  padding: 24px;
  border-radius: 24px;
}
.modelcourse #MODELCOURSE .container .block:last-of-type {
  margin-bottom: 0;
}
.modelcourse #MODELCOURSE .container .block .img {
  width: 40%;
  height: 100%;
  border: solid 8px #f4b02b;
  border-radius: 24px;
}
.modelcourse #MODELCOURSE .container .block .img img {
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 16px;
}
.modelcourse #MODELCOURSE .container .block .content {
  width: 58%;
}
.modelcourse #MODELCOURSE .container .block .content h4 {
  margin-bottom: 24px;
}
.modelcourse #MODELCOURSE .container .block .content .features {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.modelcourse #MODELCOURSE .container .block .content .features p {
  border-radius: 100px;
  padding: 4px 16px;
  margin-right: 8px;
  color: #fff;
  display: flex;
  align-items: center;
}
.modelcourse #MODELCOURSE .container .block .content .features p:last-of-type {
  margin-right: 0;
}
.modelcourse #MODELCOURSE .container .block .content .features p img {
  margin-right: 8px;
}
.modelcourse #MODELCOURSE .container .block .content .features .level {
  background-color: #6fb251;
}
.modelcourse #MODELCOURSE .container .block .content .features .distance {
  background-color: #3c88ba;
}
.modelcourse #MODELCOURSE .container .block .content .features .distance img {
  width: 24px;
}
.modelcourse #MODELCOURSE .container .block .content .features .time {
  background-color: #ec8636;
}
.modelcourse #MODELCOURSE .container .block .content .features .time img {
  width: 16px;
}
.modelcourse #MODELCOURSE .container .block .content .btn-arrow {
  justify-content: end;
  margin: 16px 0 16px auto;
}
@media (max-width: 768px) {
  .modelcourse #MODELCOURSE .container .block {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .modelcourse #MODELCOURSE .container .block .img {
    width: 100%;
    order: 3;
    margin: 8px 0;
  }
  .modelcourse #MODELCOURSE .container .block .content {
    width: 100%;
    display: contents;
  }
  .modelcourse #MODELCOURSE .container .block .content h4 {
    order: 1;
    text-align: center;
  }
  .modelcourse #MODELCOURSE .container .block .content .features {
    order: 2;
    justify-content: center;
  }
  .modelcourse #MODELCOURSE .container .block .content p, .modelcourse #MODELCOURSE .container .block .content .btn-arrow {
    order: 4;
  }
}
@media (max-width: 480px) {
  .modelcourse #MODELCOURSE .container .block .content {
    margin-top: 16px;
  }
  .modelcourse #MODELCOURSE .container .block .content h4 {
    margin-bottom: 16px;
  }
  .modelcourse #MODELCOURSE .container .block .content .features p {
    white-space: nowrap;
    padding: 4px 8px;
  }
}

.news #NEWS .container ul li {
  border-bottom: 1px solid #2e2e2e;
  padding: 16px;
}
.news #NEWS .container ul li a:hover {
  opacity: 0.5;
}
.news #NEWS .container ul li a .title {
  font-weight: 600;
}
.news #NEWS .container ul li a .text {
  font-size: 14px;
}
.news #NEWS .container .btn-arrow {
  margin: 16px 0 0 auto;
}

.tourplan #RESERVATION .container .block iframe {
  width: 100%;
}
.tourplan #PLAN .container .block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.tourplan #PLAN .container .block .card {
  background-color: #eae8e8;
  position: relative;
}
.tourplan #PLAN .container .block .card .note {
  position: absolute;
  right: 0;
  top: -24px;
  transform: rotate(15deg);
  background-color: rgb(255, 150, 150);
  color: #fff;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 8px;
}
.tourplan #PLAN .container .block .card .name {
  background-color: #dedede;
  padding: 16px;
  font-weight: 600;
  text-align: center;
}
.tourplan #PLAN .container .block .card .cover {
  padding: 24px;
}
.tourplan #PLAN .container .block .card .cover .img img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.tourplan #PLAN .container .block .card .cover .content {
  margin-top: 24px;
}
.tourplan #PLAN .container .block .card .cover .content .sub-ttl {
  text-align: center;
  background-color: #fff;
  font-weight: 600;
  padding: 8px;
  border-radius: 100px;
  margin: 0 0 24px;
}
.tourplan #PLAN .container .block .card .cover .content .sub {
  border-left: 4px solid #2e2e2e;
  padding-left: 8px;
  font-weight: 600;
}
.tourplan #PLAN .container .block .card .cover .content ul li {
  padding: 16px;
  border-bottom: 1px solid #2e2e2e;
}
.tourplan #PLAN .container .block .card .cover .content ul li a {
  text-decoration: underline;
}
.tourplan #PLAN .container .block .card .cover .content .text {
  line-height: 2;
}
.tourplan #PLAN .container .option-menu {
  background-color: #eae8e8;
  margin-top: 24px;
}
.tourplan #PLAN .container .option-menu .name {
  background-color: #dedede;
  padding: 16px;
  font-weight: 600;
  text-align: center;
}
.tourplan #PLAN .container .option-menu .cover {
  padding: 24px;
}
.tourplan #PLAN .container .option-menu .cover .card {
  width: 100%;
  background-color: #f4f4f4;
  padding: 24px 24px 24px 0;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tourplan #PLAN .container .option-menu .cover .card .img {
  width: 30%;
}
.tourplan #PLAN .container .option-menu .cover .card .img img {
  aspect-ratio: 1/1;
  border-radius: 0 24px 24px 0;
  object-fit: cover;
}
.tourplan #PLAN .container .option-menu .cover .card .right {
  width: 68%;
}
.tourplan #PLAN .container .option-menu .cover .card .right .ttl {
  font-weight: 600;
  text-align: center;
  position: relative;
}
.tourplan #PLAN .container .option-menu .cover .card .right .ttl::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #2e2e2e;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.tourplan #PLAN .container .option-menu .cover .card .right .content .item {
  margin-top: 32px;
}
.tourplan #PLAN .container .option-menu .cover .card .right .content .item .sub {
  border-left: 4px solid #2e2e2e;
  padding-left: 8px;
  font-weight: 600;
}
.tourplan #PLAN .container .option-menu .cover .card .right .content .item ul {
  margin-bottom: 24px;
}
.tourplan #PLAN .container .option-menu .cover .card .right .content .item ul li {
  padding: 16px;
  border-bottom: 1px solid #2e2e2e;
}
.tourplan #PLAN .container .option-menu .cover .card .right .content .item .text {
  margin-bottom: 24px;
}
.tourplan #PLAN .container .option-menu .cover .card .right .content .item .text:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .tourplan #PLAN .container .block .card .cover {
    padding: 16px;
  }
  .tourplan #PLAN .container .block .card .cover .content ul li {
    padding: 16px 0;
  }
  .tourplan #PLAN .container .option-menu .cover .card .img img {
    aspect-ratio: 1/2;
  }
  .tourplan #PLAN .container .option-menu .cover .card .right .content .item ul li {
    padding: 16px 0;
  }
}
@media (max-width: 1024px) {
  .tourplan #PLAN .container .block {
    gap: 24px;
  }
  .tourplan #PLAN .container .block .card .cover {
    padding: 16px;
  }
  .tourplan #PLAN .container .option-menu .cover {
    padding: 16px;
  }
}
@media (max-width: 768px) {
  .tourplan #PLAN .container .block {
    grid-template-columns: repeat(1, 1fr);
  }
  .tourplan #PLAN .container .option-menu .cover .card .img {
    width: 40%;
  }
  .tourplan #PLAN .container .option-menu .cover .card .img img {
    aspect-ratio: 1/3;
  }
  .tourplan #PLAN .container .option-menu .cover .card .right {
    width: 58%;
  }
}
@media (max-width: 480px) {
  .tourplan #PLAN .container .option-menu .cover .card {
    flex-direction: column-reverse;
    padding: 16px 0;
  }
  .tourplan #PLAN .container .option-menu .cover .card .img {
    width: 90%;
    margin-top: 16px;
    margin-right: auto;
  }
  .tourplan #PLAN .container .option-menu .cover .card .img img {
    aspect-ratio: 16/9;
  }
  .tourplan #PLAN .container .option-menu .cover .card .right {
    width: 90%;
  }
  .tourplan #PLAN .container .option-menu .cover .card .right .content .item {
    margin-top: 16px;
  }
}

.custom-calendar-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.custom-calendar-wrapper .fc {
  --fc-border-color: #e9ecef;
  --fc-button-bg-color: #4a777a;
  --fc-button-border-color: #4a777a;
  --fc-button-hover-bg-color: rgb(58.5959183673, 94.2285714286, 96.6040816327);
  --fc-button-hover-border-color: rgb(58.5959183673, 94.2285714286, 96.6040816327);
  --fc-button-active-bg-color: rgb(50.893877551, 81.8428571429, 83.906122449);
  --fc-button-active-border-color: rgb(50.893877551, 81.8428571429, 83.906122449);
}
.custom-calendar-wrapper .fc .fc-toolbar {
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}
.custom-calendar-wrapper .fc .fc-toolbar .fc-toolbar-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
}
.custom-calendar-wrapper .fc .fc-toolbar .fc-button {
  padding: 8px 16px;
  font-size: 0.9rem;
  border-radius: 6px;
  font-weight: 500;
  box-shadow: none;
  transition: background-color 0.2s, border-color 0.2s;
}
.custom-calendar-wrapper .fc .fc-toolbar .fc-button:focus {
  box-shadow: none;
}
.custom-calendar-wrapper .fc .fc-col-header-cell {
  background-color: #f8f9fa;
  padding: 12px 0;
}
.custom-calendar-wrapper .fc .fc-col-header-cell .fc-col-header-cell-cushion {
  font-size: 0.9rem;
  font-weight: 600;
  color: #333333;
  text-decoration: none;
}
.custom-calendar-wrapper .fc .fc-daygrid-day {
  transition: background-color 0.2s;
}
.custom-calendar-wrapper .fc .fc-daygrid-day:hover {
  background-color: rgba(248, 249, 250, 0.5);
}
.custom-calendar-wrapper .fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(74, 119, 122, 0.04) !important;
}
.custom-calendar-wrapper .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
  background-color: #4a777a;
  color: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin: 4px;
}
.custom-calendar-wrapper .fc .fc-daygrid-day-number {
  font-size: 0.85rem;
  color: #333333;
  text-decoration: none;
  padding: 6px 8px;
}
.custom-calendar-wrapper .fc .fc-day-other .fc-daygrid-day-number {
  color: #868e96;
}
.custom-calendar-wrapper .fc .fc-event {
  background-color: #e6f2f2 !important;
  border: 1px solid rgba(74, 119, 122, 0.2) !important;
  border-left: 4px solid #4a777a !important;
  border-radius: 4px;
  padding: 4px 6px;
  margin: 2px 4px;
  cursor: pointer;
  transition: transform 0.1s, box-shadow 0.1s;
}
.custom-calendar-wrapper .fc .fc-event:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.custom-calendar-wrapper .fc .fc-event .fc-event-main {
  color: #2d5557 !important;
  font-size: 0.8rem;
  font-weight: 600;
}
@media (max-width: 576px) {
  .custom-calendar-wrapper {
    padding: 10px;
    border-radius: 0;
    box-shadow: none;
  }
  .custom-calendar-wrapper .fc .fc-toolbar {
    flex-direction: column;
    align-items: center;
  }
  .custom-calendar-wrapper .fc .fc-toolbar .fc-toolbar-chunk:nth-child(2) {
    order: -1;
  }
  .custom-calendar-wrapper .fc .fc-event {
    padding: 2px 4px;
    margin: 1px 2px;
  }
  .custom-calendar-wrapper .fc .fc-event .fc-event-main {
    font-size: 0.7rem;
  }
}

.privacy-policy #PRIVACY-POLICY .container .content .ttl {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
.privacy-policy #PRIVACY-POLICY .container .content .text {
  margin-bottom: 64px;
}
.privacy-policy #PRIVACY-POLICY .container .content a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .privacy-policy #PRIVACY-POLICY .container .content .ttl {
    font-size: 20px;
  }
  .privacy-policy #PRIVACY-POLICY .container .content .text {
    margin-bottom: 40px;
  }
}

.question #QUESTION .container .accordion {
  margin: 32px 0;
  border-bottom: 1px solid #ccc;
}
.question #QUESTION .container .accordion-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  position: relative;
}
.question #QUESTION .container .accordion-header:hover {
  opacity: 0.8;
}
.question #QUESTION .container .accordion-header .q {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-weight: bold;
  margin-right: 16px;
}
.question #QUESTION .container .accordion-header .text {
  flex: 1;
}
.question #QUESTION .container .accordion-header .icon {
  position: relative;
  width: 16px;
  height: 16px;
}
.question #QUESTION .container .accordion-header .icon::before, .question #QUESTION .container .accordion-header .icon::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #2e2e2e;
  left: 50%;
  top: 0;
  transform-origin: center;
  transition: transform 0.3s ease;
}
.question #QUESTION .container .accordion-header .icon::before {
  transform: rotate(90deg);
}
.question #QUESTION .container .accordion-header.is-open .icon::after {
  transform: rotate(90deg);
}
.question #QUESTION .container .accordion-content {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}
.question #QUESTION .container .accordion-content p {
  margin: 0;
  padding: 20px;
  background-color: #2e2e2e;
  display: flex;
  align-items: center;
  border-radius: 16px;
  margin-bottom: 40px;
}
.question #QUESTION .container .accordion-content p .a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-weight: bold;
  margin-right: 16px;
  color: #f3f3f3;
}
.question #QUESTION .container .accordion-content p .text {
  color: #f3f3f3;
}
.question #QUESTION .container .accordion-content p .text a {
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .question #QUESTION .container .accordion-header {
    padding: 8px;
  }
  .question #QUESTION .container .accordion-content p {
    padding: 8px;
  }
}

.voice #VOICE .container .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.voice #VOICE .container .grid article .img img {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: top;
}
.voice #VOICE .container .grid article .content .title {
  font-size: 20px;
  font-weight: bold;
  margin: 8px 0 4px;
}
.voice #VOICE .container .grid article .content .text {
  font-size: 16px;
}
@media (max-width: 768px) {
  .voice #VOICE .container .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .voice #VOICE .container .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .voice #VOICE .container .grid article .content .title {
    font-size: 18px;
  }
}

.course1 #COURSE-IMG .container .img,
.course2 #COURSE-IMG .container .img,
.course3 #COURSE-IMG .container .img,
.course4 #COURSE-IMG .container .img,
.course5 #COURSE-IMG .container .img,
.course6 #COURSE-IMG .container .img,
.course7 #COURSE-IMG .container .img,
.course8 #COURSE-IMG .container .img,
.course8 #COURSE-IMG .container .img,
.course9 #COURSE-IMG .container .img,
.course10 #COURSE-IMG .container .img {
  max-width: 1000px;
  margin: 0 auto;
}
.course1 #FEATURES .container .block,
.course2 #FEATURES .container .block,
.course3 #FEATURES .container .block,
.course4 #FEATURES .container .block,
.course5 #FEATURES .container .block,
.course6 #FEATURES .container .block,
.course7 #FEATURES .container .block,
.course8 #FEATURES .container .block,
.course8 #FEATURES .container .block,
.course9 #FEATURES .container .block,
.course10 #FEATURES .container .block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}
.course1 #FEATURES .container .block:last-of-type,
.course2 #FEATURES .container .block:last-of-type,
.course3 #FEATURES .container .block:last-of-type,
.course4 #FEATURES .container .block:last-of-type,
.course5 #FEATURES .container .block:last-of-type,
.course6 #FEATURES .container .block:last-of-type,
.course7 #FEATURES .container .block:last-of-type,
.course8 #FEATURES .container .block:last-of-type,
.course8 #FEATURES .container .block:last-of-type,
.course9 #FEATURES .container .block:last-of-type,
.course10 #FEATURES .container .block:last-of-type {
  margin-bottom: 0;
}
.course1 #FEATURES .container .block:nth-child(odd),
.course2 #FEATURES .container .block:nth-child(odd),
.course3 #FEATURES .container .block:nth-child(odd),
.course4 #FEATURES .container .block:nth-child(odd),
.course5 #FEATURES .container .block:nth-child(odd),
.course6 #FEATURES .container .block:nth-child(odd),
.course7 #FEATURES .container .block:nth-child(odd),
.course8 #FEATURES .container .block:nth-child(odd),
.course8 #FEATURES .container .block:nth-child(odd),
.course9 #FEATURES .container .block:nth-child(odd),
.course10 #FEATURES .container .block:nth-child(odd) {
  flex-direction: row-reverse;
}
.course1 #FEATURES .container .block .img,
.course2 #FEATURES .container .block .img,
.course3 #FEATURES .container .block .img,
.course4 #FEATURES .container .block .img,
.course5 #FEATURES .container .block .img,
.course6 #FEATURES .container .block .img,
.course7 #FEATURES .container .block .img,
.course8 #FEATURES .container .block .img,
.course8 #FEATURES .container .block .img,
.course9 #FEATURES .container .block .img,
.course10 #FEATURES .container .block .img {
  width: 40%;
}
.course1 #FEATURES .container .block .img img,
.course2 #FEATURES .container .block .img img,
.course3 #FEATURES .container .block .img img,
.course4 #FEATURES .container .block .img img,
.course5 #FEATURES .container .block .img img,
.course6 #FEATURES .container .block .img img,
.course7 #FEATURES .container .block .img img,
.course8 #FEATURES .container .block .img img,
.course8 #FEATURES .container .block .img img,
.course9 #FEATURES .container .block .img img,
.course10 #FEATURES .container .block .img img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.course1 #FEATURES .container .block .content,
.course2 #FEATURES .container .block .content,
.course3 #FEATURES .container .block .content,
.course4 #FEATURES .container .block .content,
.course5 #FEATURES .container .block .content,
.course6 #FEATURES .container .block .content,
.course7 #FEATURES .container .block .content,
.course8 #FEATURES .container .block .content,
.course8 #FEATURES .container .block .content,
.course9 #FEATURES .container .block .content,
.course10 #FEATURES .container .block .content {
  width: 58%;
}
.course1 #FEATURES .container .block .content .ttl,
.course2 #FEATURES .container .block .content .ttl,
.course3 #FEATURES .container .block .content .ttl,
.course4 #FEATURES .container .block .content .ttl,
.course5 #FEATURES .container .block .content .ttl,
.course6 #FEATURES .container .block .content .ttl,
.course7 #FEATURES .container .block .content .ttl,
.course8 #FEATURES .container .block .content .ttl,
.course8 #FEATURES .container .block .content .ttl,
.course9 #FEATURES .container .block .content .ttl,
.course10 #FEATURES .container .block .content .ttl {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .course1 #FEATURES .container .block,
  .course2 #FEATURES .container .block,
  .course3 #FEATURES .container .block,
  .course4 #FEATURES .container .block,
  .course5 #FEATURES .container .block,
  .course6 #FEATURES .container .block,
  .course7 #FEATURES .container .block,
  .course8 #FEATURES .container .block,
  .course8 #FEATURES .container .block,
  .course9 #FEATURES .container .block,
  .course10 #FEATURES .container .block {
    flex-direction: column-reverse;
  }
  .course1 #FEATURES .container .block:nth-child(odd),
  .course2 #FEATURES .container .block:nth-child(odd),
  .course3 #FEATURES .container .block:nth-child(odd),
  .course4 #FEATURES .container .block:nth-child(odd),
  .course5 #FEATURES .container .block:nth-child(odd),
  .course6 #FEATURES .container .block:nth-child(odd),
  .course7 #FEATURES .container .block:nth-child(odd),
  .course8 #FEATURES .container .block:nth-child(odd),
  .course8 #FEATURES .container .block:nth-child(odd),
  .course9 #FEATURES .container .block:nth-child(odd),
  .course10 #FEATURES .container .block:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .course1 #FEATURES .container .block .img,
  .course2 #FEATURES .container .block .img,
  .course3 #FEATURES .container .block .img,
  .course4 #FEATURES .container .block .img,
  .course5 #FEATURES .container .block .img,
  .course6 #FEATURES .container .block .img,
  .course7 #FEATURES .container .block .img,
  .course8 #FEATURES .container .block .img,
  .course8 #FEATURES .container .block .img,
  .course9 #FEATURES .container .block .img,
  .course10 #FEATURES .container .block .img {
    width: 100%;
  }
  .course1 #FEATURES .container .block .content,
  .course2 #FEATURES .container .block .content,
  .course3 #FEATURES .container .block .content,
  .course4 #FEATURES .container .block .content,
  .course5 #FEATURES .container .block .content,
  .course6 #FEATURES .container .block .content,
  .course7 #FEATURES .container .block .content,
  .course8 #FEATURES .container .block .content,
  .course8 #FEATURES .container .block .content,
  .course9 #FEATURES .container .block .content,
  .course10 #FEATURES .container .block .content {
    width: 100%;
    margin-bottom: 8px;
  }
}
@media (max-width: 480px) {
  .course1 #FEATURES .container .block .content .ttl,
  .course2 #FEATURES .container .block .content .ttl,
  .course3 #FEATURES .container .block .content .ttl,
  .course4 #FEATURES .container .block .content .ttl,
  .course5 #FEATURES .container .block .content .ttl,
  .course6 #FEATURES .container .block .content .ttl,
  .course7 #FEATURES .container .block .content .ttl,
  .course8 #FEATURES .container .block .content .ttl,
  .course8 #FEATURES .container .block .content .ttl,
  .course9 #FEATURES .container .block .content .ttl,
  .course10 #FEATURES .container .block .content .ttl {
    font-size: 20px;
  }
}
.course1 #DETAIL .container,
.course2 #DETAIL .container,
.course3 #DETAIL .container,
.course4 #DETAIL .container,
.course5 #DETAIL .container,
.course6 #DETAIL .container,
.course7 #DETAIL .container,
.course8 #DETAIL .container,
.course8 #DETAIL .container,
.course9 #DETAIL .container,
.course10 #DETAIL .container {
  display: flex;
  justify-content: space-between;
}
.course1 #DETAIL .container .left,
.course2 #DETAIL .container .left,
.course3 #DETAIL .container .left,
.course4 #DETAIL .container .left,
.course5 #DETAIL .container .left,
.course6 #DETAIL .container .left,
.course7 #DETAIL .container .left,
.course8 #DETAIL .container .left,
.course8 #DETAIL .container .left,
.course9 #DETAIL .container .left,
.course10 #DETAIL .container .left {
  width: 30%;
}
.course1 #DETAIL .container .left .img img,
.course2 #DETAIL .container .left .img img,
.course3 #DETAIL .container .left .img img,
.course4 #DETAIL .container .left .img img,
.course5 #DETAIL .container .left .img img,
.course6 #DETAIL .container .left .img img,
.course7 #DETAIL .container .left .img img,
.course8 #DETAIL .container .left .img img,
.course8 #DETAIL .container .left .img img,
.course9 #DETAIL .container .left .img img,
.course10 #DETAIL .container .left .img img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.course1 #DETAIL .container .right,
.course2 #DETAIL .container .right,
.course3 #DETAIL .container .right,
.course4 #DETAIL .container .right,
.course5 #DETAIL .container .right,
.course6 #DETAIL .container .right,
.course7 #DETAIL .container .right,
.course8 #DETAIL .container .right,
.course8 #DETAIL .container .right,
.course9 #DETAIL .container .right,
.course10 #DETAIL .container .right {
  width: 68%;
}
.course1 #DETAIL .container .right table,
.course2 #DETAIL .container .right table,
.course3 #DETAIL .container .right table,
.course4 #DETAIL .container .right table,
.course5 #DETAIL .container .right table,
.course6 #DETAIL .container .right table,
.course7 #DETAIL .container .right table,
.course8 #DETAIL .container .right table,
.course8 #DETAIL .container .right table,
.course9 #DETAIL .container .right table,
.course10 #DETAIL .container .right table {
  width: 100%;
}
.course1 #DETAIL .container .right table tr th,
.course2 #DETAIL .container .right table tr th,
.course3 #DETAIL .container .right table tr th,
.course4 #DETAIL .container .right table tr th,
.course5 #DETAIL .container .right table tr th,
.course6 #DETAIL .container .right table tr th,
.course7 #DETAIL .container .right table tr th,
.course8 #DETAIL .container .right table tr th,
.course8 #DETAIL .container .right table tr th,
.course9 #DETAIL .container .right table tr th,
.course10 #DETAIL .container .right table tr th {
  text-align: left;
  width: 160px;
  border-bottom: 1px solid #2e2e2e;
  font-size: 20px;
  font-weight: 600;
  padding: 16px;
}
.course1 #DETAIL .container .right table tr td,
.course2 #DETAIL .container .right table tr td,
.course3 #DETAIL .container .right table tr td,
.course4 #DETAIL .container .right table tr td,
.course5 #DETAIL .container .right table tr td,
.course6 #DETAIL .container .right table tr td,
.course7 #DETAIL .container .right table tr td,
.course8 #DETAIL .container .right table tr td,
.course8 #DETAIL .container .right table tr td,
.course9 #DETAIL .container .right table tr td,
.course10 #DETAIL .container .right table tr td {
  border-bottom: 1px solid #2e2e2e;
  padding: 16px;
}
.course1 #DETAIL .imgs,
.course2 #DETAIL .imgs,
.course3 #DETAIL .imgs,
.course4 #DETAIL .imgs,
.course5 #DETAIL .imgs,
.course6 #DETAIL .imgs,
.course7 #DETAIL .imgs,
.course8 #DETAIL .imgs,
.course8 #DETAIL .imgs,
.course9 #DETAIL .imgs,
.course10 #DETAIL .imgs {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 0;
}
.course1 #DETAIL .imgs .img,
.course2 #DETAIL .imgs .img,
.course3 #DETAIL .imgs .img,
.course4 #DETAIL .imgs .img,
.course5 #DETAIL .imgs .img,
.course6 #DETAIL .imgs .img,
.course7 #DETAIL .imgs .img,
.course8 #DETAIL .imgs .img,
.course8 #DETAIL .imgs .img,
.course9 #DETAIL .imgs .img,
.course10 #DETAIL .imgs .img {
  width: 33%;
}
.course1 #DETAIL .imgs .img img,
.course2 #DETAIL .imgs .img img,
.course3 #DETAIL .imgs .img img,
.course4 #DETAIL .imgs .img img,
.course5 #DETAIL .imgs .img img,
.course6 #DETAIL .imgs .img img,
.course7 #DETAIL .imgs .img img,
.course8 #DETAIL .imgs .img img,
.course8 #DETAIL .imgs .img img,
.course9 #DETAIL .imgs .img img,
.course10 #DETAIL .imgs .img img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media (max-width: 768px) {
  .course1 #DETAIL .container .right table tr th,
  .course2 #DETAIL .container .right table tr th,
  .course3 #DETAIL .container .right table tr th,
  .course4 #DETAIL .container .right table tr th,
  .course5 #DETAIL .container .right table tr th,
  .course6 #DETAIL .container .right table tr th,
  .course7 #DETAIL .container .right table tr th,
  .course8 #DETAIL .container .right table tr th,
  .course8 #DETAIL .container .right table tr th,
  .course9 #DETAIL .container .right table tr th,
  .course10 #DETAIL .container .right table tr th {
    font-size: 16px;
    width: 120px;
  }
}
@media (max-width: 480px) {
  .course1 #DETAIL .container,
  .course2 #DETAIL .container,
  .course3 #DETAIL .container,
  .course4 #DETAIL .container,
  .course5 #DETAIL .container,
  .course6 #DETAIL .container,
  .course7 #DETAIL .container,
  .course8 #DETAIL .container,
  .course8 #DETAIL .container,
  .course9 #DETAIL .container,
  .course10 #DETAIL .container {
    flex-direction: column;
  }
  .course1 #DETAIL .container .left,
  .course2 #DETAIL .container .left,
  .course3 #DETAIL .container .left,
  .course4 #DETAIL .container .left,
  .course5 #DETAIL .container .left,
  .course6 #DETAIL .container .left,
  .course7 #DETAIL .container .left,
  .course8 #DETAIL .container .left,
  .course8 #DETAIL .container .left,
  .course9 #DETAIL .container .left,
  .course10 #DETAIL .container .left {
    width: 100%;
  }
  .course1 #DETAIL .container .right,
  .course2 #DETAIL .container .right,
  .course3 #DETAIL .container .right,
  .course4 #DETAIL .container .right,
  .course5 #DETAIL .container .right,
  .course6 #DETAIL .container .right,
  .course7 #DETAIL .container .right,
  .course8 #DETAIL .container .right,
  .course8 #DETAIL .container .right,
  .course9 #DETAIL .container .right,
  .course10 #DETAIL .container .right {
    width: 100%;
  }
  .course1 #DETAIL .container .right table tr,
  .course2 #DETAIL .container .right table tr,
  .course3 #DETAIL .container .right table tr,
  .course4 #DETAIL .container .right table tr,
  .course5 #DETAIL .container .right table tr,
  .course6 #DETAIL .container .right table tr,
  .course7 #DETAIL .container .right table tr,
  .course8 #DETAIL .container .right table tr,
  .course8 #DETAIL .container .right table tr,
  .course9 #DETAIL .container .right table tr,
  .course10 #DETAIL .container .right table tr {
    display: flex;
    flex-direction: column;
  }
  .course1 #DETAIL .container .right table tr th,
  .course2 #DETAIL .container .right table tr th,
  .course3 #DETAIL .container .right table tr th,
  .course4 #DETAIL .container .right table tr th,
  .course5 #DETAIL .container .right table tr th,
  .course6 #DETAIL .container .right table tr th,
  .course7 #DETAIL .container .right table tr th,
  .course8 #DETAIL .container .right table tr th,
  .course8 #DETAIL .container .right table tr th,
  .course9 #DETAIL .container .right table tr th,
  .course10 #DETAIL .container .right table tr th {
    width: 100%;
    border-bottom: none;
    padding: 16px 16px 0;
  }
  .course1 #DETAIL .container .right table tr td,
  .course2 #DETAIL .container .right table tr td,
  .course3 #DETAIL .container .right table tr td,
  .course4 #DETAIL .container .right table tr td,
  .course5 #DETAIL .container .right table tr td,
  .course6 #DETAIL .container .right table tr td,
  .course7 #DETAIL .container .right table tr td,
  .course8 #DETAIL .container .right table tr td,
  .course8 #DETAIL .container .right table tr td,
  .course9 #DETAIL .container .right table tr td,
  .course10 #DETAIL .container .right table tr td {
    width: 100%;
    padding: 8px 16px 16px;
  }
}

.single #layer-fv .h1-FV {
  width: auto;
  justify-content: center;
  padding: 16px;
}
.single #layer-fv .h1-FV h1 {
  margin-bottom: 0;
}
.single #ARTICLE .container {
  max-width: 1200px;
}
.single #ARTICLE .container .content {
  margin-top: 32px;
  line-height: 2;
}
.single #ARTICLE .container .content ul li {
  list-style: disc;
  margin-left: 24px;
}