@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

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

blockquote,
q {
  quotes: none;
}

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

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

:root {
  --vw: 1vw;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #000;
  font-weight: 500;
}

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

section {
  overflow: hidden;
}

img {
  width: 100%;
  vertical-align: middle;
}

.btn {
  position: relative;
  width: 332px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  border-radius: 50px;
  letter-spacing: 0.06em;
  border: 1px solid transparent;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .btn {
    width: 201px;
    height: 49px;
    font-size: 14px;
  }
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15%;
  width: 12px;
  height: 12px;
  background: transparent url("../../assets/img/img08.png") center/cover no-repeat;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .btn::after {
    right: 7.5%;
  }
}
.btn:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.btn:hover::after {
  background-image: url("../../assets/img/img07.png");
}
.btn--bgw {
  background: #fff;
  color: #000;
  transition: 0.3s;
}
.btn--bgw::after {
  position: absolute;
  background-image: url("../../assets/img/img07.png");
}
.btn--bgw:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid white;
}
.btn--bgw:hover::after {
  background-image: url("../../assets/img/img08.png");
}

.ttl-contents {
  text-align: center;
}
.ttl-contents--txt-l {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .ttl-contents--txt-l {
    text-align: center;
  }
}
.ttl-contents__en {
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #ff8913;
}
@media only screen and (max-width: 768px) {
  .ttl-contents__en {
    font-size: 16px;
  }
}
.ttl-contents__ja {
  position: relative;
  margin-top: 26px;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 768px) {
  .ttl-contents__ja {
    font-size: 22px;
    margin-top: 14px;
  }
}
.ttl-contents__ja::before {
  content: "";
  position: absolute;
  top: 67px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 83px;
  height: 1px;
  background-color: #222;
}
@media only screen and (max-width: 768px) {
  .ttl-contents__ja::before {
    top: 42px;
    width: 56px;
  }
}
.ttl-contents__ja--b-left::before {
  left: 0;
  transform: translateX(0);
}
@media only screen and (max-width: 768px) {
  .ttl-contents__ja--b-left::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

.scroll-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  width: 49px;
  height: 49px;
  background-color: #222;
  cursor: pointer;
  transition: 0.3s;
}
.scroll-btn:hover {
  opacity: 0.7;
}
.scroll-btn::before {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url("../img/img18.png") center/cover no-repeat;
}

.anchor-underline {
  border-bottom: solid 1px #000;
}

.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

html {
  font-size: 62.5%;
}

body {
  text-align: justify;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-weight: 400;
  overflow: hidden auto;
  color: #000;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

.ta-c {
  text-align: center;
}

.wrapper {
  max-width: 144rem;
  margin: 0 auto;
}

.page-header h1 {
  width: 101%;
  margin: 0 0 5rem -1%;
}
@media only screen and (max-width: 768px) {
  .page-header h1 {
    width: 100%;
    margin: 0 0 3rem;
  }
}

.text-wrapper {
  width: 100%;
  max-width: 80rem;
  padding: 0 4rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .text-wrapper {
    padding: 0 1rem;
  }
}
.text-wrapper hr {
  height: 2.6rem;
  margin: 15rem 0;
  border: none;
  background: transparent url(../img/common/bg_section_line.webp) center/14.5rem auto no-repeat;
}
@media only screen and (max-width: 768px) {
  .text-wrapper hr {
    margin: 5rem 0;
  }
}

.information {
  margin-bottom: 10rem;
  padding: 2rem 6rem;
  border-radius: 1rem;
  background-color: #f2f1ed;
}
@media only screen and (max-width: 768px) {
  .information {
    margin-bottom: 5rem;
    padding: 2rem;
  }
}
.information h2 {
  font-size: 1.8rem;
}
.information hr {
  height: 0.2rem;
  margin: 1rem 0;
  border: none;
  background: transparent radial-gradient(circle at center, #231815 0.1rem, rgba(35, 24, 21, 0) 0.105rem) center/0.9rem 0.9rem repeat-x;
}
.information-list__item {
  display: flex;
  line-height: 3rem;
}
@media only screen and (max-width: 768px) {
  .information-list__item {
    flex-direction: column;
  }
}
.information-list__date {
  width: 11rem;
}
.information-list__ttl {
  width: calc(100% - 11rem);
}
@media only screen and (max-width: 768px) {
  .information-list__ttl {
    width: 100%;
  }
}

.main-header {
  max-width: 104rem;
  margin: 0 auto 8rem;
  padding: 0 2rem;
}
@media only screen and (max-width: 768px) {
  .main-header {
    margin-bottom: 4rem;
  }
}
.main-header div {
  position: relative;
  display: flex;
}
@media only screen and (min-width: 769px) {
  .main-header div {
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .main-header div {
    flex-direction: column;
  }
}
.main-header div > img:nth-of-type(1) {
  position: relative;
  z-index: 1;
}
.main-header div > img:nth-of-type(2) {
  width: 38.5%;
}
@media only screen and (max-width: 768px) {
  .main-header div > img:nth-of-type(2) {
    width: 55.5%;
    margin: -35% 0 7% auto;
  }
}
.main-header div a {
  position: absolute;
  bottom: 0;
  display: block;
  width: 13%;
}
@media only screen and (max-width: 768px) {
  .main-header div a {
    width: 20%;
  }
}

@media only screen and (max-width: 768px) {
  .intro {
    padding: 0 1rem;
  }
}
.intro h2 {
  margin-bottom: 5rem;
  padding-bottom: 3.5rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .intro h2 {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.intro h2.header-text-1 {
  background: transparent url(../img/common/bg_head_1.webp) bottom center/23.8rem auto no-repeat;
}
@media only screen and (max-width: 768px) {
  .intro h2.header-text-1 {
    background-size: 18rem auto;
  }
}
.intro h2.header-text-2 {
  background: transparent url(../img/common/bg_head_2.webp) center bottom/23.8rem auto no-repeat;
}
@media only screen and (max-width: 768px) {
  .intro h2.header-text-2 {
    background-size: 18rem auto;
  }
}
.intro p {
  margin-bottom: 3.6rem;
  line-height: 2.25;
  letter-spacing: -0.05rem;
}
@media only screen and (max-width: 768px) {
  .intro p {
    margin-bottom: 2.8rem;
    line-height: 1.8;
  }
}

.map {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .map {
    flex-direction: column;
    row-gap: 3rem;
    margin-bottom: 3rem;
  }
}
.map figure {
  width: 45.75%;
}
@media only screen and (max-width: 768px) {
  .map figure {
    width: 80%;
  }
}
.map .text {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .map .text {
    width: 85%;
  }
}
.map .text h3 {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  border-bottom: 1px solid #231815;
}
.map .text p {
  line-height: 1.5;
}
.map .text p:nth-of-type(1) {
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .map .text p:nth-of-type(1) {
    margin-bottom: 1rem;
  }
}
.map .text p:nth-of-type(2) {
  margin-bottom: 0;
}

.qanda {
  position: relative;
  padding: 6.5rem 5.5rem 5rem;
  background: transparent url(../img/common/bg_qanda.webp) left top/34rem auto repeat-x;
}
@media only screen and (max-width: 768px) {
  .qanda {
    padding: 3.5rem 2rem 2rem;
    background-size: 17rem auto;
  }
}
.qanda::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: transparent url(../img/common/bg_qanda_shadow.webp) left top/34rem auto repeat-x;
  opacity: 0.08;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 768px) {
  .qanda::before {
    background-size: 17rem auto;
  }
}
.qanda-header {
  position: relative;
  margin-bottom: 3rem;
  padding: 1.4rem 0;
  text-align: center;
}
.qanda-header::before, .qanda-header::after {
  content: "";
  position: absolute;
  width: 7.5rem;
  aspect-ratio: 1;
}
@media only screen and (max-width: 768px) {
  .qanda-header::before, .qanda-header::after {
    width: 3.5rem;
  }
}
.qanda-header::before {
  top: 0;
  left: 0;
  border-top: 0.1rem solid #231815;
  border-left: 0.1rem solid #231815;
}
.qanda-header::after {
  bottom: 0;
  right: 0;
  border-bottom: 0.1rem solid #231815;
  border-right: 0.1rem solid #231815;
}
.qanda-header img {
  width: 91%;
}
.qanda-wrapper {
  margin-bottom: 5rem;
  padding: 0 2.5rem;
}
@media only screen and (max-width: 768px) {
  .qanda-wrapper {
    margin-bottom: 2.5rem;
    padding: 0 1.5rem;
  }
}
.qanda-wrapper .qanda-icon {
  width: 3.9rem;
}
@media only screen and (max-width: 768px) {
  .qanda-wrapper .qanda-icon {
    width: 2.5rem;
  }
}
.qanda-wrapper dt {
  position: relative;
  min-height: 3.9rem;
  margin-bottom: 1rem;
  padding-left: 4.5rem;
  line-height: 1.25;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .qanda-wrapper dt {
    min-height: 3rem;
    padding-left: 3.5rem;
    font-size: 1.6rem;
  }
}
.qanda-wrapper dt .qanda-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.qanda-wrapper dd {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 0.6rem;
}
@media only screen and (max-width: 768px) {
  .qanda-wrapper dd {
    gap: 1rem 0.5rem;
  }
}
.qanda-wrapper dd::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.9rem;
  width: 0.2rem;
  height: calc(100% - 2rem);
  background-color: #fff;
}
.qanda-wrapper dd .qanda-icon {
  position: relative;
  z-index: 1;
}
.qanda-wrapper dd p {
  margin-bottom: 0;
}
.qanda-wrapper dd p:nth-of-type(1) {
  width: calc(100% - 4.5rem);
  line-height: 1.25;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .qanda-wrapper dd p:nth-of-type(1) {
    width: calc(100% - 3rem);
    font-size: 1.6rem;
  }
}
.qanda-wrapper dd p:nth-of-type(n+2) {
  width: calc(100% - 2rem);
  margin-left: auto;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .qanda-wrapper dd p:nth-of-type(n+2) {
    font-size: 1.4rem;
  }
}
.qanda .note {
  padding: 0 2.5rem;
}
@media only screen and (max-width: 768px) {
  .qanda .note {
    padding: 0 1.5rem;
  }
}
.qanda .note div {
  padding: 2rem 4rem 3rem;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .qanda .note div {
    padding: 1rem 2rem 1.5rem;
  }
}
.qanda .note h3 {
  margin-bottom: 1.5rem;
  line-height: 1.25;
  text-align: center;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .qanda .note h3 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
}
.qanda .note h3 img {
  width: 20rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .qanda .note h3 img {
    width: 70%;
    margin-bottom: 1rem;
  }
}
.qanda .note p {
  margin-bottom: 0;
  line-height: 1.5;
}

.plans .intro {
  margin-bottom: 10rem;
}
.plans .intro h2 {
  padding-bottom: 2.5rem;
}
.plans .intro p {
  margin: 1.5rem 0 0;
  line-height: 1.7;
  text-align: center;
  font-size: 2rem;
  color: #231815;
}
@media only screen and (max-width: 768px) {
  .plans .intro p {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
}
.plans .intro p:nth-of-type(2) {
  line-height: 2.25;
  font-weight: 300;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .plans .intro p:nth-of-type(2) {
    line-height: 2;
    font-size: 1.4rem;
  }
}
.plans .intro p .marker {
  padding: 0.3rem 1rem;
  border-radius: 0.3rem;
}
.plans .intro p .marker.green {
  background-color: #d4eada;
}
.plans .intro p .marker.yellow {
  background-color: #fcf5a4;
}
.plans .intro p .marker.blue {
  background-color: #d4ecf3;
}
.plans-wrapper {
  max-width: 86rem;
  margin: 11rem auto 5rem;
  padding: 0 2rem;
}
.plans-wrapper .inner {
  position: relative;
  padding: 4.9rem 4.9rem 1.9rem;
  border: 0.1rem solid #636f73;
  background-color: #fff;
  color: #231815;
  overflow: visible;
}
@media only screen and (max-width: 768px) {
  .plans-wrapper .inner {
    padding: 4.9rem 1.9rem 1.9rem;
  }
}
.plans-wrapper .inner h2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -55%);
  width: 32.7rem;
}
@media only screen and (max-width: 768px) {
  .plans-wrapper .inner h2 {
    width: 85%;
  }
}
.plans-wrapper .toggle-wrapper {
  display: none;
  margin-top: 3rem;
}
.plans-wrapper .toggle-switch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 2rem;
  margin: 0 auto;
  padding: 0;
  border: none;
  background-color: transparent;
  line-height: 1.5;
  font-size: 1.6rem;
}
.plans-wrapper .toggle-switch:hover, .plans-wrapper .toggle-switch:active {
  cursor: pointer;
}
.plans-wrapper .toggle-switch span {
  text-align: center;
}
.plans-wrapper .toggle-switch span.off {
  display: block;
}
.plans-wrapper .toggle-switch span.on {
  display: none;
}
.plans-wrapper .toggle-switch span.angle {
  position: relative;
  transform: rotateX(0deg);
  width: 3.2rem;
}
.plans-wrapper .toggle-switch.active span.off {
  display: none;
}
.plans-wrapper .toggle-switch.active span.on {
  display: block;
}
.plans-wrapper .toggle-switch.active span.angle {
  transform: rotateX(180deg);
}
.plans-wrapper .btn-link {
  margin-top: 2rem;
}
.plans-wrapper .btn-link a {
  display: block;
  max-width: 34rem;
  margin: 0 auto;
  padding: 1rem;
  border-radius: 1rem;
  text-align: center;
  text-decoration: none;
  box-shadow: 0.3rem 0.3rem 0rem rgba(0, 0, 0, 0.08);
  transition: background-color 0.3s;
}
.plans-intro {
  display: flex;
  column-gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .plans-intro {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.plans-intro h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 28rem;
}
@media only screen and (max-width: 768px) {
  .plans-intro h3 {
    width: 100%;
    row-gap: 1rem;
  }
}
.plans-intro h3 .border {
  width: 23rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .plans-intro h3 .border {
    width: 17.25rem;
  }
}
.plans-intro h3 .border img {
  vertical-align: bottom;
}
.plans-intro .text {
  flex: 1;
}
.plans-detail {
  margin-bottom: -5rem;
}
@media only screen and (max-width: 768px) {
  .plans-detail {
    margin-bottom: -2.5rem;
  }
}
.plans-detail hr {
  height: 10.6rem;
  margin: 0;
  border: none;
}
@media only screen and (max-width: 768px) {
  .plans-detail hr {
    height: 5.3rem;
  }
}
.plans-detail .menu {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2rem;
  color: #231815;
}
@media only screen and (max-width: 768px) {
  .plans-detail .menu {
    padding: 0 1rem;
  }
}
.plans-detail .menu dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 19rem;
  padding: 2rem 0.5rem;
  border: 1px solid #c9caca;
  background-color: #f2f1ed;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .plans-detail .menu dt {
    width: 100%;
    padding: 1rem;
  }
}
.plans-detail .menu dt:nth-of-type(n+2) {
  margin-top: -0.1rem;
}
.plans-detail .menu dt:last-of-type {
  justify-content: flex-start;
}
.plans-detail .menu dd {
  width: calc(100% - 18.9rem);
  margin-left: -0.1rem;
  padding: 2rem;
  border: 1px solid #c9caca;
}
@media only screen and (max-width: 768px) {
  .plans-detail .menu dd {
    width: 100%;
    margin-left: 0;
    padding: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .plans-detail .menu dd:nth-of-type(1) {
    margin-top: -0.1rem;
  }
}
.plans-detail .menu dd:nth-of-type(n+2) {
  margin-top: -0.1rem;
}
.plans-detail .menu dd table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: left;
}
.plans-detail .menu dd table caption {
  margin-bottom: 1rem;
  text-align: left;
}
.plans-detail .menu dd table th {
  text-align: left;
  border-right: 1px solid #231815;
}
.plans-detail .menu dd table td {
  padding-left: 1rem;
}
.plans-detail .menu dd table:nth-of-type(n+2) caption {
  margin-top: 1rem;
}
.plans-detail .menu dd .note {
  font-size: 1.4rem;
}
.plans-detail h3 {
  margin-bottom: 3rem;
  text-align: center;
}
.plans-detail h3:nth-of-type(n+2) {
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .plans-detail h3:nth-of-type(n+2) {
    margin-top: 1rem;
  }
}
.plans-place {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  row-gap: 2rem;
  padding-bottom: 5rem;
  color: #231815;
}
@media only screen and (max-width: 768px) {
  .plans-place {
    flex-direction: column;
    row-gap: 0;
    padding-bottom: 2.5rem;
  }
}
.plans-place__ttl {
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #636f73;
  line-height: 3.6rem;
  text-align: left;
  font-weight: 500;
  font-size: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .plans-place__ttl {
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
    line-height: 2.6rem;
    font-size: 1.8rem;
  }
}
.plans-place__img {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  width: 25.4rem;
}
@media only screen and (max-width: 768px) {
  .plans-place__img {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.plans-place__info {
  width: calc(100% - 30rem);
}
@media only screen and (max-width: 768px) {
  .plans-place__info {
    width: 100%;
  }
}
.plans-group1 .plans-detail hr {
  background: transparent url(../img/common/bg_border_7.webp) center/14.6rem auto no-repeat;
}
@media only screen and (max-width: 768px) {
  .plans-group1 .plans-detail hr {
    background-size: 7.3rem auto;
  }
}
.plans-group1 .plans-detail .menu table th {
  width: 6rem;
}
.plans-group1 .toggle-switch {
  color: #8ac395;
}
.plans-group1 .btn-link a {
  border: 0.3rem solid #8ac395;
  background-color: #fff;
  color: #231815;
}
.plans-group1 .btn-link a:hover, .plans-group1 .btn-link a:active {
  background-color: #8ac395;
}
.plans-group2 .plans-detail hr {
  background: transparent url(../img/common/bg_border_8.webp) center/14.6rem auto no-repeat;
}
@media only screen and (max-width: 768px) {
  .plans-group2 .plans-detail hr {
    background-size: 7.3rem auto;
  }
}
.plans-group2 .plans-detail .menu table th {
  width: 6rem;
}
.plans-group2 .toggle-switch {
  color: #f3c75b;
}
.plans-group2 .btn-link a {
  border: 0.3rem solid #f3c75b;
  background-color: #fff;
  color: #231815;
}
.plans-group2 .btn-link a:hover, .plans-group2 .btn-link a:active {
  background-color: #f3c75b;
}
.plans-group3 .plans-detail hr {
  background: transparent url(../img/common/bg_border_9.webp) center/14.6rem auto no-repeat;
}
@media only screen and (max-width: 768px) {
  .plans-group3 .plans-detail hr {
    background-size: 7.3rem auto;
  }
}
.plans-group3 .toggle-switch {
  color: #82bfca;
}
.plans-group3 .btn-link a {
  border: 0.3rem solid #82bfca;
  background-color: #fff;
  color: #231815;
}
.plans-group3 .btn-link a:hover, .plans-group3 .btn-link a:active {
  background-color: #82bfca;
}

html:lang(en) body {
  font-family: "Noto Sans", sans-serif;
  font-variation-settings: "wdth" 100;
}
html:lang(en) .main-header div > img:nth-of-type(1) {
  width: 43%;
  margin: 0 2%;
}
@media only screen and (max-width: 768px) {
  html:lang(en) .main-header div > img:nth-of-type(1) {
    width: 53.5%;
    margin: 0 1%;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) .main-header div > img:nth-of-type(2) {
    width: 53.5%;
    margin-top: -20%;
  }
}
html:lang(en) .main-header div a {
  right: 19%;
}
@media only screen and (max-width: 768px) {
  html:lang(en) .main-header div a {
    right: 19%;
  }
}
html:lang(en) .header-text-1 img {
  width: 91.5%;
}
@media only screen and (max-width: 768px) {
  html:lang(en) .header-text-1 img {
    width: 67.7%;
  }
}
html:lang(en) .map .text h3 {
  padding: 0 10% 1rem;
}
html:lang(en) .qanda-wrapper dd p:nth-of-type(n+2) {
  letter-spacing: 0;
}
@media only screen and (min-width: 769px) {
  html:lang(en) .qanda .note h3 {
    width: 106%;
    margin-left: -3%;
  }
}
html:lang(en) .plans .intro h2 img {
  width: 33.1rem;
}
@media only screen and (max-width: 768px) {
  html:lang(en) .plans .intro h2 img {
    width: 80%;
  }
}
html:lang(en) .plans-wrapper .toggle-switch .off,
html:lang(en) .plans-wrapper .toggle-switch .on {
  width: 7rem;
}
html:lang(en) .plans-group1 .plans-detail h3:nth-of-type(1) img, html:lang(en) .plans-group2 .plans-detail h3:nth-of-type(1) img {
  width: 16.4rem;
}
@media only screen and (max-width: 768px) {
  html:lang(en) .plans-group1 .plans-detail h3:nth-of-type(1) img, html:lang(en) .plans-group2 .plans-detail h3:nth-of-type(1) img {
    width: 12.3rem;
  }
}
html:lang(en) .plans-group1 .plans-detail h3:nth-of-type(2) img, html:lang(en) .plans-group2 .plans-detail h3:nth-of-type(2) img {
  width: 33.2rem;
}
@media only screen and (max-width: 768px) {
  html:lang(en) .plans-group1 .plans-detail h3:nth-of-type(2) img, html:lang(en) .plans-group2 .plans-detail h3:nth-of-type(2) img {
    width: 24.9rem;
  }
}
html:lang(en) .plans-group1 .plans-intro h3 > img {
  width: 65%;
}
html:lang(en) .plans-group2 .plans-intro h3 > img {
  max-width: 30.5rem;
}
@media only screen and (min-width: 769px) {
  html:lang(en) .plans-group2 .plans-intro h3 > img {
    width: 109.5%;
    margin-left: -4.75%;
  }
}
html:lang(en) .plans-group3 .plans-intro h3 > img {
  max-width: 30rem;
}
@media only screen and (min-width: 769px) {
  html:lang(en) .plans-group3 .plans-intro h3 > img {
    width: 107%;
    margin-left: -3.5%;
  }
}
html:lang(en) .plans-group3 .plans-detail h3:nth-of-type(1) img {
  width: 16.4rem;
}
@media only screen and (max-width: 768px) {
  html:lang(en) .plans-group3 .plans-detail h3:nth-of-type(1) img {
    width: 12.3rem;
  }
}
html:lang(en) .plans-group3 .plans-detail h3:nth-of-type(2) img {
  width: 36.4rem;
}
@media only screen and (max-width: 768px) {
  html:lang(en) .plans-group3 .plans-detail h3:nth-of-type(2) img {
    width: 27.3rem;
  }
}
html:lang(en) .plans-group3 .plans-detail .menu table th {
  width: 12rem;
}
@media only screen and (max-width: 768px) {
  html:lang(en) .plans-group3 .plans-detail .menu table th {
    width: 8.5rem;
  }
}
html:lang(fr) body {
  font-family: "Noto Sans", sans-serif;
  font-variation-settings: "wdth" 100;
}
html:lang(fr) .main-header div > img:nth-of-type(1) {
  width: 39%;
  margin: 0 2%;
}
@media only screen and (max-width: 768px) {
  html:lang(fr) .main-header div > img:nth-of-type(1) {
    width: 42.5%;
    margin: 0 1%;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(fr) .main-header div > img:nth-of-type(2) {
    margin-top: -30%;
  }
}
html:lang(fr) .main-header div a {
  right: 20%;
}
@media only screen and (max-width: 768px) {
  html:lang(fr) .main-header div a {
    right: 15%;
  }
}
html:lang(fr) .header-text-1 img {
  width: 90.5%;
}
@media only screen and (max-width: 768px) {
  html:lang(fr) .header-text-1 img {
    width: 67.5%;
  }
}
html:lang(fr) .map .text h3 {
  padding: 0 8.3333333333% 1rem;
}
html:lang(fr) .plans .intro h2 img {
  width: 33.1rem;
}
@media only screen and (max-width: 768px) {
  html:lang(fr) .plans .intro h2 img {
    width: 80%;
  }
}
html:lang(fr) .plans-wrapper .toggle-switch .off,
html:lang(fr) .plans-wrapper .toggle-switch .on {
  width: 6.5rem;
}
html:lang(fr) .plans-group1 .plans-detail h3:nth-of-type(1) img, html:lang(fr) .plans-group2 .plans-detail h3:nth-of-type(1) img {
  width: 18rem;
}
@media only screen and (max-width: 768px) {
  html:lang(fr) .plans-group1 .plans-detail h3:nth-of-type(1) img, html:lang(fr) .plans-group2 .plans-detail h3:nth-of-type(1) img {
    width: 13.5rem;
  }
}
html:lang(fr) .plans-group1 .plans-detail h3:nth-of-type(2) img, html:lang(fr) .plans-group2 .plans-detail h3:nth-of-type(2) img {
  width: 31.3rem;
}
@media only screen and (max-width: 768px) {
  html:lang(fr) .plans-group1 .plans-detail h3:nth-of-type(2) img, html:lang(fr) .plans-group2 .plans-detail h3:nth-of-type(2) img {
    width: 23.5rem;
  }
}
html:lang(fr) .plans-group3 .plans-detail h3:nth-of-type(1) img {
  width: 18rem;
}
@media only screen and (max-width: 768px) {
  html:lang(fr) .plans-group3 .plans-detail h3:nth-of-type(1) img {
    width: 13.5rem;
  }
}
html:lang(fr) .plans-group3 .plans-detail h3:nth-of-type(2) img {
  width: 23.7rem;
}
@media only screen and (max-width: 768px) {
  html:lang(fr) .plans-group3 .plans-detail h3:nth-of-type(2) img {
    width: 17.8rem;
  }
}
html:lang(fr) .plans-group3 .plans-detail .menu table th {
  width: 14.5rem;
}
@media only screen and (max-width: 768px) {
  html:lang(fr) .plans-group3 .plans-detail .menu table th {
    width: 10rem;
  }
}
html:lang(zh-TW) body {
  font-family: "Noto Sans TC", sans-serif;
}
@media only screen and (min-width: 769px) {
  html:lang(zh-TW) .main-header div {
    justify-content: center;
  }
}
html:lang(zh-TW) .main-header div > img:nth-of-type(1) {
  width: 26.5%;
  margin: 0 1.5%;
}
@media only screen and (max-width: 768px) {
  html:lang(zh-TW) .main-header div > img:nth-of-type(1) {
    width: 45.5%;
    margin: 0 3%;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(zh-TW) .main-header div > img:nth-of-type(2) {
    margin-top: -37%;
  }
}
html:lang(zh-TW) .main-header div a {
  right: 27%;
}
@media only screen and (max-width: 768px) {
  html:lang(zh-TW) .main-header div a {
    right: 15%;
  }
}
html:lang(zh-TW) .main-header + .text-wrapper {
  max-width: 100rem;
}
html:lang(zh-TW) .header-text-1 img {
  width: 32rem;
}
@media only screen and (max-width: 768px) {
  html:lang(zh-TW) .header-text-1 img {
    width: 20rem;
  }
}
html:lang(zh-TW) .intro-zh {
  max-width: 84rem;
}
html:lang(zh-TW) .map .text h3 {
  padding: 0 18.75% 1rem;
}
html:lang(zh-TW) .map .text p:nth-of-type(1) {
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 769px) {
  html:lang(zh-TW) .map .text p:nth-of-type(2) {
    line-height: 2.25;
  }
}
html:lang(zh-TW) .qanda-header {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
html:lang(zh-TW) .qanda-header img {
  width: 55%;
}
@media only screen and (min-width: 769px) {
  html:lang(zh-TW) .qanda-wrapper dt {
    line-height: 1.95;
  }
}
html:lang(zh-TW) .qanda-wrapper dd {
  align-items: center;
}
html:lang(zh-TW) .qanda-wrapper dd p:nth-of-type(n+2) {
  line-height: 1.7;
}
html:lang(zh-TW) .qanda .note h3 {
  line-height: 1.9;
}
@media only screen and (max-width: 768px) {
  html:lang(zh-TW) .qanda .note h3 {
    line-height: 1.5;
  }
}
@media only screen and (min-width: 769px) {
  html:lang(zh-TW) .qanda .note p {
    line-height: 1.75;
  }
}
html:lang(zh-TW) .plans .intro h2 img {
  width: 30.1rem;
}
@media only screen and (max-width: 768px) {
  html:lang(zh-TW) .plans .intro h2 img {
    width: 65%;
  }
}
html:lang(zh-TW) .plans-wrapper h2 {
  width: 20.8rem;
}
@media only screen and (max-width: 768px) {
  html:lang(zh-TW) .plans-wrapper h2 {
    width: 15.6rem;
  }
}
html:lang(zh-TW) .plans-wrapper .toggle-switch .off,
html:lang(zh-TW) .plans-wrapper .toggle-switch .on {
  width: 7rem;
}
@media only screen and (min-width: 769px) {
  html:lang(zh-TW) .plans-intro h3 {
    width: 24rem;
  }
}
html:lang(zh-TW) .plans-intro p {
  line-height: 2;
  font-size: 1.7rem;
}
@media only screen and (max-width: 768px) {
  html:lang(zh-TW) .plans-intro p {
    line-height: 1.6;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 769px) {
  html:lang(zh-TW) .plans-place__info p {
    line-height: 2;
    font-size: 1.5rem;
  }
}
html:lang(zh-TW) .plans-group1 .plans-detail h3:nth-of-type(1) img, html:lang(zh-TW) .plans-group2 .plans-detail h3:nth-of-type(1) img {
  width: 16.4rem;
}
@media only screen and (max-width: 768px) {
  html:lang(zh-TW) .plans-group1 .plans-detail h3:nth-of-type(1) img, html:lang(zh-TW) .plans-group2 .plans-detail h3:nth-of-type(1) img {
    width: 12.3rem;
  }
}
html:lang(zh-TW) .plans-group1 .plans-detail h3:nth-of-type(2) img, html:lang(zh-TW) .plans-group2 .plans-detail h3:nth-of-type(2) img {
  width: 33.2rem;
}
@media only screen and (max-width: 768px) {
  html:lang(zh-TW) .plans-group1 .plans-detail h3:nth-of-type(2) img, html:lang(zh-TW) .plans-group2 .plans-detail h3:nth-of-type(2) img {
    width: 24.9rem;
  }
}
html:lang(zh-TW) .plans-group1 .plans-intro h3 > img {
  width: 62%;
}
html:lang(zh-TW) .plans-group2 .plans-intro h3 > img {
  width: 82%;
}
html:lang(zh-TW) .plans-group3 .plans-intro h3 > img {
  max-width: 27.2rem;
}
@media only screen and (min-width: 769px) {
  html:lang(zh-TW) .plans-group3 .plans-intro h3 > img {
    width: 112.5%;
    margin-left: -1%;
  }
}
html:lang(zh-TW) .plans-group3 .plans-detail h3 img {
  width: 19.8rem;
}
@media only screen and (max-width: 768px) {
  html:lang(zh-TW) .plans-group3 .plans-detail h3 img {
    width: 14.9rem;
  }
}
html:lang(zh-TW) .plans-group3 .plans-detail .menu table th {
  width: 15rem;
}
@media only screen and (max-width: 768px) {
  html:lang(zh-TW) .plans-group3 .plans-detail .menu table th {
    width: 8rem;
  }
}/*# sourceMappingURL=style.css.map */