@charset "UTF-8";
html,
body {
  width: 100%;
}
body {
  font-family: "PingFang TC", "Microsoft JhengHei", "Heiti TC", "Noto Sans TC", sans-serif;
  /* font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; */
  position: relative;
  font-size: 16px;
  color: #000;
  line-height: 1.7;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
p {
  width: 100%;
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
  height: auto;
}
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}
a:hover > img {
  opacity: 0.8;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.br_pc {
  display: block;
}
.br_sp {
  display: none;
}
.red {
  color: #f00;
}
.gray {
  color: #888;
}
.bold {
  font-weight: bold;
}
.small {
  font-size: 13px;
}
.txt_center {
  text-align: center;
}
.txt_left {
  text-align: left;
}
.txt_right {
  text-align: right;
}
@media screen and (max-width: 896px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
}
/* ---------------------------------
 .chonburi-regular : google font
--------------------------------- */
.chonburi-regular {
  font-family: "Chonburi", serif;
  font-weight: 400;
  font-style: normal;
}

/* ---------------------------------
 間隔調整用
--------------------------------- */
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}

/* ---------------------------------
 基本色の設定
--------------------------------- */
/* 文字色 */
.col_base {
  color: #326a8b;
}
.col_subcolor {
  color: #346f26;
}
.col_pickup {
  color: #d45573;
}
.white {
  color: #fff;
}
/* 背景色 */
.bg_col_base {
  background-color: #eff0f5;
}
.bg_col_dark {
  background-color: #003350;
}
.bg_col_subcolor {
  background-color: #346f26;
}
.bg_white {
  background-color: #fff;
}
/* リンク */
.link {
  color: #326a8b;
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}

/* ---------------------------------
 リンクボタン
--------------------------------- */
.more_link_btn {
  margin-top: 50px;
  width: 100%;
}
.more_link_btn a {
  width: 80%;
  max-width: 400px;
  padding: 15px;
  text-align: center;
  display: block;
  border-radius: 99999px;
  background-color: #003350;
  color: #fff;
  margin: 0 auto;
  position: relative;
}
.more_link_btn a::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}
.more_link_btn a:hover {
  opacity: 1;
  background-color: #236185;
}
@media screen and (max-width: 896px) {
  .more_link_btn {
    margin-top: 25px;
  }
}

/* ---------------------------------
 wrapper
--------------------------------- */
.wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

/* ---------------------------------
 main
--------------------------------- */
main {
  width: 100%;
}

/* ---------------------------------
 contents
--------------------------------- */
.contents {
  width: 100%;
}
.contents_inner {
  width: 94%;
  max-width: 1400px;
  margin: 150px auto;
}
@media screen and (max-width: 896px) {
  .contents_inner {
    margin: 75px auto;
  }
}

/* ---------------------------------
 h3_title
--------------------------------- */
h3.h3_title {
  font-size: 1.7rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  h3.h3_title {
    font-size: 2rem;
  }
}

/* ---------------------------------
 h4_subtitle
--------------------------------- */
h4.h4_subtitle {
  font-size: 1.2rem;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
h4.h4_subtitle::before {
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 50%;
  background: #003350;
}
@media screen and (max-width: 896px) {
  h4.h4_subtitle {
    font-size: 1.1rem;
  }
}

/* ---------------------------------
 ul_style
--------------------------------- */
ul.ul_style {
  width: 100%;
  list-style: none;
  padding-left: 20px;
  margin: 0;
}
ul.ul_style li {
  margin: 10px 0;
  position: relative;
}
ul.ul_style li::before {
  content: "";
  background-color: #003350;
  position: absolute;
  top: 11px;
  left: -1em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

/* ---------------------------------
 table_style
--------------------------------- */
table.table_style {
  width: 100%;
  margin: 15px 0;
  border-collapse: separate;
  border-spacing: 5px;
}
table.table_style th {
  width: 30%;
  padding: 15px;
  background-color: #003350;
  color: #fff;
}
table.table_style td {
  width: 70%;
  padding: 15px;
  background-color: #fff;
}
@media screen and (max-width: 896px) {
  table.table_style th {
    width: 100%;
    display: block;
    text-align: left;
  }
  table.table_style td {
    width: 100%;
    display: block;
  }
}

/* ---------------------------------
 header & navi
--------------------------------- */
.header {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: 0.3s;
}
.header__inner {
  padding: 0;
  display: flex;
  align-items: center;
  height: inherit;
  position: relative;
  flex-direction: row-reverse;
}
/* ヘッダーのロゴ部分 */
.header__title {
  position: fixed;
  top: 10px;
  left: 10px;
  width: 100px;
  z-index: 1000;
  font-size: 15px;
  line-height: 1.4rem;
  font-weight: bold;
  color: #fff;
}

@media screen and (min-width: 1191px) {
  .header.invert {
    background-color: #fff;
  }
  .header__inner {
    padding: 0;
  }
  .header__title {
    position: fixed;
    top: 8px;
    left: 20px;
    width: 100px;
    font-size: 18px;
    line-height: 1.4rem;
    color: #fff;
  }
}
.header__title img {
  display: block;
  width: 100%;
  height: 100%;
}
/* ヘッダーのナビ部分 */
.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #e8e9f1;
  transition: ease 0.4s;
  color: #000;
}
@media screen and (min-width: 1191px) {
  .header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    width: 90%;
  }
}
@media screen and (min-width: 1191px) {
  .nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
  }
}
.nav-items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 1191px) {
  .nav-items {
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}
/* ナビのリンク */
.nav-items__item a {
  color: #000;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 15px;
  margin-bottom: 24px;
}
.nav-items__item:last-child a {
  margin-bottom: 0;
}
.nav-items__insta a img {
  width: 30px;
}
.nav-items__reserve a {
  background-color: #003350;
  padding: 10px;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
@media screen and (min-width: 1191px) {
  .nav-items__item a {
    margin-bottom: 0;
    color: #fff;
  }
  .nav-items__item.invert a {
    margin-bottom: 0;
    color: #000;
  }
  .nav-items__reserve a {
    background-color: #003350;
    padding: 21px 20px;
    color: #fff !important;
    font-size: 16px;
    width: 100%;
  }
}
/* ハンバーガーメニュー */
.header__hamburger {
  width: 70px;
  height: 100%;
  background-color: #003350;
  padding: 0 15px;
}
.hamburger {
  padding-top: 5px;
  z-index: 9999;
}
.hamburger::after {
  display: block;
  content: "MENU";
  width: 40px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  margin-top: 5px;
}
@media screen and (min-width: 1191px) {
  .hamburger {
    display: none;
  }
}
/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: relative;
  transition: ease 0.4s;
  display: block;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  margin: 8px 0;
}
.hamburger span:nth-child(3) {
  top: 0;
}
.hamburger span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: relative;
  transition: ease 0.4s;
  display: block;
}
/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}
.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  top: -15px;
  transform: rotate(-45deg);
}

/* ---------------------------------
 footer
--------------------------------- */
footer {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 50px 0;
  border-top: 1px solid #e8e9f1;
}
footer .footer_box {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
footer .footer_box .footer_logo {
  width: 30%;
}
footer .footer_box .footer_navi {
  width: 70%;
}
footer .footer_box .footer_logo_img {
  width: 100%;
  margin-bottom: 20px;
}
footer .footer_box .footer_logo_img img {
  width: 70%;
}
footer .footer_box .footer_logo_txt {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 20px;
}
footer .footer_box .footer_logo_txt span.footer_logo_txt_en {
  font-size: 14px;
  letter-spacing: 3px;
}
footer .footer_box .foot_mail {
  width: 100%;
  margin-top: 15px;
}
footer .footer_box .foot_mail a {
  display: block;
  width: 80%;
  max-width: 300px;
  padding: 5px 10px;
  border: 1px solid #000;
  text-align: center;
  transition: 0.3s;
}
footer .footer_box .foot_mail a:hover {
  background-color: #e8e9f1;
}
/* SNSリスト */
footer ul.footer_sns {
  width: 100%;
  margin-top: 15px;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
footer ul.footer_sns li {
  width: auto;
  list-style: none;
  margin: 0 10px;
}
footer ul.footer_sns li img {
  width: 30px;
}
/* menuリスト */
footer ul.footer_menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: flex-end;
  padding-left: 0;
}
footer ul.footer_menu li {
  list-style: none;
  margin: 0 10px;
}
footer ul.footer_menu li a {
  color: #000;
}
footer ul.footer_menu li a:hover {
  color: #003350;
}
/* LINKリスト */
footer .footer_linkbtn {
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
footer .footer_linkbtn a.footer_linkbtn {
  display: block;
  width: 250px;
  padding: 15px 10px;
  text-align: center;
  border: 1px solid #003350;
  background-color: #003350;
  color: #fff;
  border-radius: 15px;
}
footer .footer_linkbtn a.footer_linkbtn:hover {
  background-color: #fff;
  color: #003350;
}
/* 利用規約リスト */
footer .footer_term_txt {
  margin-top: 20px;
  text-align: right;
}
footer .footer_term {
  margin: 10px 0 10px 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
footer .footer_term a.footer_termbtn {
  display: block;
  width: 150px;
  padding: 5px 10px;
  text-align: center;
  border: 1px solid #003350;
  color: #003350;
  border-radius: 10px;
  margin-left: 10px;
}
footer .footer_term a.footer_termbtn:hover {
  background-color: #003350;
  color: #fff;
}
/* copy */
footer .copy {
  width: 94%;
  max-width: 1400px;
  margin: 50px auto 0 auto;
  font-size: 14px;
}
@media screen and (max-width: 896px) {
  footer {
    padding: 50px 0 120px 0;
  }
  footer .footer_box .footer_logo {
    width: 100%;
    text-align: center;
  }
  footer .footer_box .footer_navi {
    width: 100%;
  }
  footer .footer_box .foot_mail a {
    margin: 0 auto;
  }
  footer ul.footer_sns {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer ul.footer_menu {
    justify-content: center;
  }
  footer .footer_linkbtn a.footer_linkbtn {
    margin: 0 auto;
  }
  footer .copy {
    text-align: center;
  }
  footer .footer_term_txt {
    text-align: center;
  }
  footer .footer_term {
    margin: 10px 0 20px 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  footer .footer_term a.footer_termbtn {
    display: block;
    width: 150px;
    padding: 5px 10px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

/* ---------------------------------
 breadcrumb
--------------------------------- */
.breadcrumb_area {
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  background-color: #e8e9f1;
}
.breadcrumb {
  width: auto;
  max-width: 94%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
.breadcrumb li:not(:last-of-type)::after {
  margin: 0 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  color: #003350;
}

/* ---------------------------------
 div_frame - 囲う用
--------------------------------- */
.div_frame {
  width: 100%;
  margin: 15px 0;
  background-color: #f2f3f7;
  padding: 15px;
}
/* ---------------------------------
 TOPへ戻る
--------------------------------- */
.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 20px;
  bottom: 70px;
  background: #003350;
  border: 1px solid #fff;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
.pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(20%) rotate(-45deg);
}
@media screen and (max-width: 896px) {
  .pagetop {
    right: 20px;
    bottom: 120px;
  }
}
/* ---------------------------------
 foot_follow_menu
--------------------------------- */
.foot_follow_menu {
  display: none;
}
@media screen and (max-width: 896px) {
  .foot_follow_menu {
    display: block;
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 334;
  }
  .foot_follow_menu .foot_follow_menu_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .foot_follow_menu .foot_follow_menu_box .follow_link_box {
    width: 33.33333%;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    text-align: center;
    height: 70px;
    padding: 12px 5px 5px 5px;
    font-size: 14px;
    position: relative;
  }
  .foot_follow_menu .foot_follow_menu_box .follow_link_box a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .foot_follow_menu .foot_follow_menu_box .follow_link_box.col_dark {
    background-color: #003350;
    color: #fff;
  }
  .foot_follow_menu .foot_follow_menu_box .follow_link_box.col_blue {
    background-color: #eff0f5;
    color: #003350;
  }
  .foot_follow_menu .foot_follow_menu_box .follow_link_box.col_white {
    background-color: #fff;
    color: #003350;
  }
}

/* ---------------------------------
 slickの矢印のカスタマイズ
--------------------------------- */
.slick-arrow {
  display: block;
  position: absolute;
  top: 28px;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 38px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  z-index: 1;
}
.slick-arrow:hover {
  opacity: 0.7;
}
/* 共通設定 */
.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.slick-next::after,
.slick-prev::after {
  width: 26px;
  height: 26px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.next_black .slick-next::after,
.next_black .slick-prev::after {
  width: 26px;
  height: 26px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
/* next */
.slick-next {
  right: 26px;
}
.slick-next::after {
  right: 4px;
  transform: rotate(45deg);
}
/* prev */
.slick-prev {
  left: 26px;
}
.slick-prev::after {
  left: 4px;
  transform: rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .slick-next::after,
  .slick-prev::after {
    width: 20px;
    height: 20px;
  }
  .slick-next {
    right: 8px;
  }
  .slick-prev {
    left: 8px;
  }
  .slick-next::after {
    right: 2px;
  }
}

/* ---------------------------------
 ページネーション
--------------------------------- */
.pagination {
  width: 100%;
}
.pagination .nav-links ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.pagination .nav-links li > * {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 45px;
}
.pagination .nav-links li > *:not(.dots) {
  width: 45px;
  border-radius: 50%;
  color: #000000;
  background: #efefef;
  transition:
    color 0.3s ease,
    background 0.3s ease;
}
.pagination .nav-links li > .current,
.pagination .nav-links li > a:hover {
  color: #ffffff;
  background: #003350;
}

/*言語切り替え*/
.language {
  z-index: 9999;
  position: absolute;
  right: 5px;
  top: 60px;
  width: 160px;
  height: 20px;
}

.language > li {
  /*親階層のみ幅を25%にする*/
  width: 100%;
}

/*全てのリスト・リンク共通*/
.language li {
  list-style: none;
  position: relative;
}

.language li p.lan-ja,
.language li a {
  background: #eee;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 5px 0;
  border-radius: 10px;
}

/*子階層以降共通*/
.language li li {
  height: 0;
  overflow: hidden;
  transition: 0.5s;
  margin-top: 1px;
  margin-bottom: 6px;
}

.language li:hover > ul > li {
  height: 2rem;
  overflow: visible;
}

@media screen and (max-width: 1191px) {
  .language {
    right: 80px;
    top: 0px;
  }

  .language li p.lan-ja,
  .language li a {
    font-size: 15px;
  }
}
