@charset "UTF-8";
/* bootstrap setting */
.anime {
  opacity: 0;
  display: none;
  transition: all 0.3s ease;
}

.anime.show {
  opacity: 1;
  display: flex;
  transform: none;
  animation: show 0.3s linear 0s;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.anime--lr {
  transform: translate(-30px, 0);
}

.anime--rl {
  transform: translate(30px, 0);
}

.anime--up {
  transform: translate(0, 30px);
}

.anime--down {
  transform: translate(0, -30px);
}

.anime--scaleUp {
  transform: scale(0.5);
}

.anime--scaleDown {
  transform: scale(1.5);
}

.anime--rotateL {
  transform: rotate(180deg);
}

.anime--rotateR {
  transform: rotate(-180deg);
}

/* font set*/
.barlow {
  font-family: "Barlow", sans-serif;
}

.barlow-semi-condensed {
  font-family: "Barlow Semi Condensed", sans-serif;
}

.shippori-mincho {
  font-family: "Shippori Mincho B1", serif;
}

/* base setting */
body {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  font-family: "Noto Sans JP", sans-serif;
}

h1 {
  font-size: 3rem;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.5;
  font-weight: 800;
}

h2 {
  font-size: 1.875rem;
  line-height: 1.25;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  margin-bottom: 50px;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 1em;
}

h4 {
  font-size: 1.3125rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 1em;
}

h5 {
  font-size: 1.125rem;
  margin-bottom: 15px;
}

h6 {
  font-size: 1rem;
  margin-bottom: 10px;
}

p {
  line-height: 2;
  margin-bottom: 2em;
}

ol a, ul a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

p.img {
  margin: 0;
}

a,
a img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #f90;
}

a:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

iframe {
  width: 100%;
}

.lead {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  color: #333;
}

ol, ul {
  margin-left: 0.625rem;
}

.contents h2 {
  margin-top: 2em;
}
.contents h3 {
  margin-top: 2em;
}
.contents h4 {
  margin-top: 2em;
}
.contents .type2 {
  padding: 1rem 2rem;
  border-top: 6px double #aaa;
  border-bottom: 6px double #aaa;
}
.contents .type1 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}
.contents .type1:before, .contents .type1:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
.contents .type1:before {
  left: 0;
}
.contents .type1:after {
  right: 0;
}

p {
  text-align: justify;
}

/* reset */
.page .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  flex-basis: unset;
  flex-grow: unset;
}

.page :where(.wp-block-columns.row.is-layout-flex) {
  gap: unset;
}

.page :where(.wp-block-columns.row.is-layout-flex) {
  gap: unset;
}

/* lang */
*:lang(zh-CN) .mv-text h2 br,
*:lang(en) .mv-text h2 br {
  display: none;
}

/* search */
.searchform {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 50px;
}

.searchform input {
  width: 240px;
  height: 40px;
  padding: 5px 15px;
  border: none;
  border-radius: 3px 0 0 3px;
  box-sizing: border-box;
  background-color: #f2f2f2;
  font-size: 1em;
  outline: none;
}

.searchform input::placeholder {
  color: #333;
}

.searchform button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 40px;
  border: none;
  border-radius: 0 3px 3px 0;
  background-color: #1231AF;
  cursor: pointer;
  color: #fff;
}

.search_excerpt p {
  margin: 0;
}

.arrow-next {
  position: relative;
  padding-right: 50px;
}
.arrow-next::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "\ea6e";
  font-family: remixicon;
  font-size: 1.3125rem;
  font-weight: 500;
  vertical-align: middle;
}

/* header
-------------------- */
.home header .logo svg {
  fill: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.home .navbar-nav .nav-item-link li a:link, .home .navbar-nav .nav-item-link li a:visited {
  color: #fff;
}

#header.show {
  background-color: #fff;
}
#header.show .logo svg {
  fill: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

header .navbar-mf {
  padding: 15px 30px;
}
header section {
  margin: 0;
  padding: 0;
}
header .logo svg {
  width: 310px;
  height: auto;
}
header .logo {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  margin: 10px 0;
}
header .logo a {
  display: block;
  text-decoration: none;
}
header .navbar-nav .nav-item-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  font-size: 0.9375rem;
  line-height: 1;
  margin: 0 0 0 15px;
  padding: 0;
}
header .navbar-nav .nav-item-link li {
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
  height: 36px;
  display: flex;
  align-items: center;
}
header .navbar-nav .nav-item-link li a {
  display: block;
  text-align: center;
}
header .navbar-nav .nav-item-link li a:link, header .navbar-nav .nav-item-link li a:visited {
  color: #333;
}
header .navbar-nav .nav-item-link li a:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  height: 1px;
  width: 100%;
  background: #2294CF;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.3s;
}
header .navbar-nav .nav-item-link li a:hover:after {
  transform: scale(1);
}
header .navbar-nav .nav-item-link .current-category-ancestor a:after,
header .navbar-nav .nav-item-link .current-page-ancestor a:after,
header .navbar-nav .nav-item-link .current-post-ancestor a:after,
header .navbar-nav .nav-item-link .current-menu-item a:after {
  transform: scale(1);
}

header#header.show .navbar-nav .nav-item-link li a:link, header#header.show .navbar-nav .nav-item-link li a:visited {
  color: #333;
}

/*offcanvas */
.offcanvas {
  color: #fff;
  background-color: #333;
}

.offcanvas-header {
  padding: 15px 30px;
}
.offcanvas-header .btn-close {
  cursor: pointer;
  background-color: #fff;
  padding: 10px;
}
.offcanvas-header .logo svg {
  fill: #fff;
  width: 240px;
}

.offcanvas-body {
  padding: 15px;
}
.offcanvas-body .nav-item-link {
  list-style: none;
  font-size: 1.125rem;
  margin-left: 0;
  padding: 10px 20px;
}
.offcanvas-body .nav-item-link li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.offcanvas-body .nav-item-link a {
  display: block;
  padding: 10px 5px;
}
.offcanvas-body .nav-item-link a:link, .offcanvas-body .nav-item-link a:visited {
  color: #fff;
}
.offcanvas-body .nav-item-link a:hover {
  color: #984803;
}
.offcanvas-body address {
  font-size: 0.9375rem;
  padding: 0 20px;
}
.offcanvas-body .nav-sub-link {
  margin: 0 0 20px;
  padding: 0 20px;
}
.offcanvas-body .nav-sub-link a:link, .offcanvas-body .nav-sub-link a:visited {
  color: #fff;
}
.offcanvas-body .nav-sub-link a:hover {
  color: #984803;
}
.offcanvas-body .sns {
  font-size: 1.5rem;
  line-height: 1;
}
.offcanvas-body .sns a:not(:first-child) {
  margin-left: 0.5em;
}

/* lang
-------------------- */
.langage {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.dropbtn {
  background-color: #DBBC20;
  color: #333;
  width: 80px;
  padding: 0 5px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.gtranslate_wrapper {
  display: none;
  position: absolute;
  background-color: #DBBC20;
  width: 80px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.gtranslate_wrapper a {
  color: black;
  text-align: center;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
}

.gtranslate_wrapper a:hover {
  background-color: #f1f1f1;
  color: #333;
}

.langage:hover .gtranslate_wrapper {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.langage .gt-current-lang,
.langage:hover .dropbtn {
  background-color: #333;
  color: #fff;
}

/* breadcrumb
-------------------- */
section.bread {
  margin-top: 0;
  margin-bottom: 0;
}

.breadcrumbs {
  font-size: 0.875rem;
  line-height: 1;
  padding: 15px;
}

/* footer
-------------------- */
footer {
  font-size: 0.875rem;
  background-color: #333;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 30px;
}
footer h2 {
  margin-top: 10px;
  margin-bottom: 5px;
}
footer .logo svg {
  width: 240px;
  height: auto;
  fill: #fff;
}
footer ul, footer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .link a:link,
footer .link a:visited {
  color: #fff;
  text-decoration: underline;
}
footer .link a:hover {
  color: #f90;
}
footer .sns a:link,
footer .sns a:visited {
  color: #fff;
}
footer .sns a:hover {
  color: #f90;
}
footer .sns ul {
  margin: 0;
  padding: 0;
}
footer .sns ul li {
  margin: 0;
  padding: 0;
}
footer .copyright {
  font-size: 0.75rem;
}

/* common setting
-------------------- */
.fluid {
  padding-left: 50px;
  padding-right: 50px;
}

section {
  margin-top: 100px;
  margin-bottom: 100px;
}

.page-title {
  font-size: 2.5rem;
  margin-bottom: 50px;
}

.feature-title {
  font-size: 2.5rem;
  margin-top: 10px;
  margin-bottom: 50px;
}

.pageheader {
  background-color: #f5f5f5;
}
.pageheader .page-title {
  font-size: 1.875rem;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.5;
  padding: 35px 0;
}

.cat-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.cat-nav > li {
  display: flex;
}
.cat-nav .current-cat > a {
  color: #333;
}

.children {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.children li {
  margin-right: 15px;
}
.children li::before {
  display: inline-block;
  content: "｜";
  margin-right: 15px;
}

hr {
  border-color: #ccc;
}

/* swiper button */
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.sns {
  display: flex;
  font-size: 1.5rem;
  font-size: 600;
}
.sns li:not(:first-child) {
  margin-left: 10px;
}

/* btn */
.btn-block {
  text-align: center;
  margin-top: 50px;
}
.btn-block .btn {
  position: relative;
  display: inline-block;
  color: #fff;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  min-width: 240px;
  padding: 17px 30px;
  border-radius: 25px;
}
.btn-block .btn::before {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "\ea6e";
  font-family: remixicon;
  font-size: 1.3125rem;
  font-weight: 500;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-block .btn:hover {
  background-color: #E27D17;
}
.btn-block .more {
  position: relative;
  display: inline-block;
  min-width: 150px;
  font-size: 0.875rem;
  line-height: 1;
  background-color: #fff;
  color: #36A486;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #36A486;
  border-radius: 20px;
}
.btn-block .more:hover {
  background-color: #E27D17;
  color: #fff;
}
.btn-block .btn-big {
  display: inline-block;
  background-color: #36A486;
  color: #fff;
  border: none;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1;
  min-width: 540px;
  padding: 34px 30px;
  border-radius: 50px;
}
.btn-block .btn-big:hover {
  background-color: #E27D17;
}

.text-writer {
  font-family: "Barlow", sans-serif;
  font-size: 0.875rem;
}

.kakomi {
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  margin-bottom: 50px;
  padding: 30px 30px 0;
  border-radius: 10px;
}
.kakomi h3 {
  margin-top: 0;
}

hr.nami {
  background: transparent url(../img/line.svg) repeat-x 0 0;
  height: 14px;
  border: none;
  margin-top: 80px;
  margin-bottom: 80px;
}

/* pagination
-------------------- */
.pagination {
  text-align: center;
  margin-top: 50px;
}
.pagination ul {
  display: inline-block;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}
.pagination li {
  display: inline-block;
  list-style: none;
  margin-left: 3px;
  margin-bottom: 5px;
}
.pagination li:first-child {
  margin-left: 0;
}
.pagination li.active {
  background-color: #1231AF;
  color: #fff;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.pagination li a {
  background-color: #fff;
  color: #1231AF;
  display: inline-block;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-decoration: none;
}
.pagination li a:hover {
  background-color: #1231AF;
  color: #fff;
}

/* postnav */
.postnav {
  margin-top: 100px;
}
.postnav .postnav-older,
.postnav .postnav-newer {
  position: relative;
  display: inline-block;
  min-width: 140px;
  line-height: 1;
  font-weight: 600;
  background-color: #fff;
  color: #1231AF;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #1231AF;
  border-radius: 16px;
}
.postnav .postnav-older::before,
.postnav .postnav-newer::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: remixicon;
  font-size: 1.5rem;
  font-weight: 500;
  vertical-align: middle;
}
.postnav .postnav-older:hover,
.postnav .postnav-newer:hover {
  background-color: #1231AF;
  color: #fff;
}
.postnav .postnav-older::before {
  content: "\ea51";
  left: 10px;
}
.postnav .postnav-newer::before {
  content: "\ea53";
  right: 10px;
}
.postnav .postnav-up:link,
.postnav .postnav-up:visited {
  color: #1231AF;
}
.postnav .postnav-up:hover {
  color: #f90;
}

/* text */
.fz-xlarge {
  font-size: 3rem;
  line-height: 1.75;
}

.fz-large {
  font-size: 2.5rem;
  line-height: 1.75;
  font-weight: 600;
}

.fz-mid {
  font-size: 1.5rem;
  line-height: 1.75;
  font-weight: 600;
}

.fz-small {
  font-size: 0.875rem;
  line-height: 1.75;
}

.fz-xsmall {
  font-size: 0.75rem;
  line-height: 1.75;
}

.en {
  line-height: 1;
  color: #ccc;
  margin-bottom: 100px;
}
.en img {
  width: 100%;
  height: auto;
}
.en .ja {
  display: block;
  font-size: 1rem;
}

.wide img {
  max-width: auto;
  width: 100%;
}

.vol {
  display: inline-block;
  background-color: #2294CF;
  line-height: 1;
  color: #fff;
  padding: 3px 10px;
}

.br {
  display: block;
}

.writer_text {
  border: 1px solid #ccc;
  margin-top: 80px;
  padding: 30px;
  font-size: 0.8125rem;
}
.writer_text h4 {
  font-size: 0.875rem;
}

/* tag */
.tag:not(body.tag) {
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  padding: 7px 15px;
  border-radius: 14px;
}
.tag:not(body.tag).uku {
  background-color: #C885CC;
}
.tag:not(body.tag).ojika_nozaki {
  background-color: #9D85CC;
}
.tag:not(body.tag).shinkamigoto {
  background-color: #7C97CE;
}
.tag:not(body.tag).naru {
  background-color: #448EC1;
}
.tag:not(body.tag).hisaka {
  background-color: #32BFB5;
}
.tag:not(body.tag).fukue {
  background-color: #8DCE38;
}
.tag:not(body.tag) a {
  color: #fff;
}
.tag:not(body.tag) a:hover {
  color: #eee;
}

/* period */
.period {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

/* table */
.table > :not(caption) > * > * {
  padding: 0.9375rem 1.875rem;
}

.table th {
  width: 25%;
}

figcaption {
  font-size: 0.875rem;
  line-height: 2;
}

.table-none table {
  border: none;
}
.table-none table tr, .table-none table td {
  border: none !important;
  background-color: transparent !important;
}

.table > :not(caption) > * > * {
  padding: 1rem 1.5rem;
}

.table-type01 th, .table-type01 td {
  border-bottom: solid 1px #ccc;
  padding: 1rem 1.5rem;
}

/* map */
.areamap {
  position: relative;
  margin-top: 50px;
  margin-bottom: -150px;
  height: 350px;
}
.areamap img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 286px;
  height: auto;
}

/* form */
.form-control, .form-select {
  padding: 0.4296875rem 0.46875rem;
}

.wp-block-contact-form-7-contact-form-selector {
  border-top: 5px solid #16C6CC;
  padding-top: 30px;
}

.wpcf7 .form-group {
  justify-content: center;
  margin-bottom: 30px;
}

.wpcf7 .form-label {
  font-size: 1rem;
  padding-top: calc(0.375rem + 5px);
}

.wpcf7 input[type=text],
.wpcf7 input[type=search],
.wpcf7 input[type=url],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 input[type=range],
.wpcf7 input[type=date],
.wpcf7 input[type=month],
.wpcf7 input[type=week],
.wpcf7 input[type=time],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=color],
.wpcf7 input[type=email],
.wpcf7 input[type=file],
.wpcf7 select,
.wpcf7 .wpcf7-validation-errors {
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  border: 1px solid #ccc;
  font-size: 1rem;
  background-color: #fff;
  padding: 0.375rem 1.25rem;
  border-radius: 10px;
}

.wpcf7 input[type=checkbox] {
  width: 1em;
  height: 1em;
  margin-right: 5px;
  vertical-align: -1px;
}

.wpcf7 textarea {
  width: 100%;
  font-size: 1rem;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 0.375rem 1.25rem;
  border-radius: 10px;
}

.wpcf7 .required {
  display: inline-block;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1;
  font-style: normal;
  background-color: #f00;
  vertical-align: middle;
  margin-left: 10px;
  padding: 2px 10px;
}

.wpcf7 input[type=submit]:disabled {
  background-color: #ccc;
}

.wpcf7 input[type=submit] {
  position: relative;
  display: inline-block;
  text-align: center;
  height: auto;
  font-size: 1rem;
  font-weight: 600;
  background-color: #1231AF;
  border: none;
  color: #fff;
  margin-top: 30px;
  width: 100%;
  padding: 20px 30px;
  border-radius: 36px;
}

.wpcf7 input[type=submit]:hover {
  background-color: #f90;
  cursor: pointer;
}

.wpcf7 input[type=submit] {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.wpcf7 textarea:focus,
.wpcf7 select:focus {
  background-color: #fff;
}

.wpcf7 .wpcf7-not-valid {
  background-color: #fef2ee !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
  font-size: 1rem;
  background-color: #f00;
  color: #fff;
  margin: 2em 50px 1em;
  padding: 30px;
}

.wpcf7 form.invalid .wpcf7-not-valid-tip {
  color: #f00;
  display: block;
}

.wpcf7 .screen-reader-response p {
  background-color: #f00;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
.wpcf7 .screen-reader-response ul {
  color: #f00;
}

/* top */
.hero {
  position: relative;
}
.hero .mv picture img {
  width: 100%;
  height: auto;
  aspect-ratio: 1366/768;
}
.hero .mv picture::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 80, 149, 0.35);
}
.hero .mv-text {
  position: absolute;
  top: 50%;
  left: 10vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 11;
}
.hero .mv-text h2 {
  display: inline;
  font-size: 40px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  line-height: 1.75;
  color: #152E81;
  background-color: #fff;
  padding: 0 0.5em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.hero .mv-en {
  display: block;
  position: absolute;
  bottom: 60px;
  left: 0;
  z-index: 11;
}
.hero .mv-en img {
  width: 100vw;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.hero .weather {
  position: absolute;
  top: 120px;
  left: 30px;
  display: flex;
  flex-wrap: nowrap;
  color: #fff;
  line-height: 1;
  z-index: 12;
}
.hero .weather span {
  display: inline-block;
}
.hero .weather .item1 {
  padding: 10px;
}
.hero .weather .item2 {
  padding: 10px;
}
.hero .weather .item3 {
  padding: 10px;
}
.hero .weather .today, .hero .weather .today-week, .hero .weather .today-temp {
  font-family: "Barlow", sans-serif;
}
.hero .weather .today {
  font-size: 1.875rem;
}
.hero .weather .today-week {
  font-size: 0.8125rem;
}
.hero .weather .w-mark {
  font-size: 1.875rem;
}
.hero .weather .today-weather {
  font-size: 0.875rem;
}
.hero .weather .today-temp {
  font-size: 1.875rem;
}
.hero .weather .temp-mark {
  font-size: 1.875rem;
}
.hero .feature {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background-color: #DBBC20;
  color: #333;
  padding: 15px;
  border-radius: 10px;
  z-index: 13;
}
.hero .feature:hover {
  background-color: #fff;
}
.hero .feature figure {
  width: 90px;
  height: 90px;
  margin: 0 15px 0 0;
  padding: 0;
}
.hero .feature figure img {
  border-radius: 5px;
}
.hero .feature .num {
  display: block;
  font-size: 0.875rem;
}
.hero .feature .title {
  display: block;
  font-weight: 600;
}
.hero .top-news {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  z-index: 20;
  /* news ticker */
}
.hero .top-news .ticker {
  width: 100%;
  height: 60px;
  background: #fff;
  line-height: 30px;
  padding: 15px 30px;
  overflow: hidden;
}
.hero .top-news .ticker ul {
  position: relative;
  list-style: none;
  height: 100%;
  padding: 0;
  margin: 0;
}
.hero .top-news .ticker-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 0;
  opacity: 0;
}
.hero .top-news .ticker-item a {
  display: inline-block;
  width: auto;
  white-space: nowrap;
  transition: transform 5s linear;
}
.hero .top-news .ticker-date {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  color: #333;
}
.hero .top-news .ticker-title {
  margin-left: 30px;
}
.hero .top-news .ticker-new {
  color: red;
  margin-left: 10px;
  animation: blink 1s ease-in-out infinite alternate;
}
.hero .top-news .fadeInDown {
  opacity: 0;
}
.hero .top-news .fadeInDown.run {
  animation: fadeInDown 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.hero .top-news .fadeOutDown {
  opacity: 1;
}
.hero .top-news .fadeOutDown.run {
  animation: fadeOutDown 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(30px);
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.top-concept {
  background: transparent url(../img/bg_concept.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.top-concept figure {
  display: block;
  margin: 0 3px;
}
.top-concept figure img {
  border-radius: 10px;
}
.top-concept .img01 {
  margin-top: 20px;
}
.top-concept .img02 {
  margin-top: 60px;
}
.top-concept .img03 {
  margin-top: 0;
}

.top-movie {
  background-color: #f8f8f8;
  padding-top: 50px;
  padding-bottom: 50px;
}

.top-tour .nav-tabs {
  margin: 50px 0 30px;
  border-bottom: 1px solid #ccc;
}
.top-tour .nav-tabs .nav-item {
  width: 25%;
  text-align: center;
}
.top-tour .nav-tabs .nav-link {
  cursor: pointer;
  color: #1231AF;
  font-size: 1.125rem;
  font-weight: 600;
  border: none;
  border-radius: 0;
}
.top-tour .nav-tabs .nav-link.active {
  background-color: #1231AF;
  color: #fff;
}
.top-tour .nav-tabs .nav-link:hover:not(.active) {
  background-color: #f5f5f5;
}
.top-tour .card {
  border: none;
}
.top-tour .card a:link, .top-tour .card a:visited {
  color: #333;
}
.top-tour .card a:hover {
  color: #f90;
}
.top-tour .card .period {
  position: absolute;
  right: 5px;
  bottom: -10px;
}
.top-tour .card h3 {
  margin-bottom: 15px;
}
.top-tour .card .desc {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.top-tour .card:has(.stretched-link) {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.top-tour .card:has(.stretched-link) img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.top-tour .card:has(.stretched-link):hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

.top-vernacular {
  background-color: #f8f8f8;
  padding-top: 50px;
  padding-bottom: 50px;
}
.top-vernacular h2 {
  font-size: 2.5rem;
  line-height: 1.25;
  font-weight: 600;
}
.top-vernacular .top-vernacular-img img {
  border-radius: 10px;
}

.top-event {
  margin-top: 50px;
  padding-left: 50px;
}
.top-event .title {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}
.top-event .date {
  font-size: 0.875rem;
  font-family: "Barlow", sans-serif;
}
.top-event .hold_end {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: #333;
  color: #fff;
  font-size: 0.875rem;
  padding: 0 10px;
}
.top-event .desc {
  margin-top: 1em;
  line-height: 1.5;
}
.top-event .swiper-slide:has(.stretched-link) {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.top-event .swiper-slide:has(.stretched-link) img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.top-event .swiper-slide:has(.stretched-link):hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.top-event .swiper {
  width: 100%;
  height: auto;
}
.top-event .swiper a:link,
.top-event .swiper a:visited {
  color: #333;
}
.top-event .swiper a:hover {
  color: #f90;
}
.top-event .swiper-slide {
  height: auto;
}
.top-event .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-event .swiper-button-prev,
.top-event .swiper-button-next {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  background-color: #fff;
  color: #1231AF;
  line-height: 1;
  border: 1px solid rgb(18, 49, 175);
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.top-event .swiper-button-next {
  margin-left: 10px;
}
.top-event .swiper-button-prev:hover,
.top-event .swiper-button-next:hover {
  background-color: #1231AF;
  color: #fff;
}

.top-island {
  container-type: inline-size;
  background-color: #f5f5f5;
  min-height: 68.0819912152vw;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}
.top-island .mds {
  font-size: 2.5rem;
  text-wrap: nowrap;
}
.top-island .top-island-ill {
  position: absolute;
  right: 0;
  top: 0;
}
.top-island .top-island-ill img {
  width: 68cqw;
  max-width: 920px;
}
.top-island .top-access {
  padding-top: 20cqw;
}
.top-island i {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: block;
  width: 64px;
  height: 64px;
  background-color: #1231AF;
  color: #fff;
  text-align: center;
  line-height: 64px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.top-island .bg-white {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.top-island .bg-white:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.top-island a:hover i {
  background-color: #f90;
}

.top-about {
  background: transparent url(../img/bg_about.jpg) no-repeat 50% 50%;
  background-size: cover;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bnr {
  margin-bottom: 0;
}
.bnr a {
  display: block;
}
.bnr a:link, .bnr a:visited {
  border: 1px solid #ccc;
}
.bnr a:hover {
  border: 1px solid #999;
}

.movie {
  position: relative;
  padding-top: 56.25%; /* 16:9 アスペクト比 */
  height: 0;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tourmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
}

.tourmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* page
-------------------- */
/* single
-------------------- */
.contents .wp-block-column figure:not(.is-style-rounded) img,
.single-contents figure:not(.is-style-rounded) img {
  border-radius: 5px;
}

.single-contents .contents-body strong {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.single-contents .contents-body table strong,
.single-contents .contents-body .writer_text strong {
  background: none;
}

/* archive
-------------------- */
.archive-tour .card {
  border: none;
}
.archive-tour .card a:link, .archive-tour .card a:visited {
  color: #333;
}
.archive-tour .card a:hover {
  color: #f90;
}
.archive-tour .card .period {
  position: absolute;
  right: 5px;
  bottom: -10px;
}
.archive-tour .card .text {
  margin-top: 5px;
}
.archive-tour .card h3 {
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 10px;
}
.archive-tour .card .desc {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 30px;
}
.archive-tour .card:has(.stretched-link) {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.archive-tour .card:has(.stretched-link) img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.archive-tour .card:has(.stretched-link):hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

.archive-info {
  margin-top: 0;
}
.archive-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.archive-info .info-item {
  border-bottom: 1px dotted #ccc;
}
.archive-info .info-item a {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.archive-info .info-item a:hover {
  background-color: #f5f5f5;
}
.archive-info .info-item .date {
  display: block;
  width: 10em;
}
.archive-info .info-item .title {
  display: block;
}

.archive-event .item-event .hold_end {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: #333;
  color: #fff;
  font-size: 0.8125rem;
  padding: 0 10px;
}
.archive-event .item-event .title {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}
.archive-event .item-event .date {
  font-size: 0.8125rem;
}
.archive-event .item-event .desc {
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-top: 1em;
}

/* backto
-------------------- */
#backto {
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  background: #000;
  z-index: 1000;
}

#backto .top {
  display: block;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-decoration: none;
  color: #fff;
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding-top: 8px;
  text-align: center;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#backto .top:hover {
  color: #fff;
  background-color: #111;
}

/* @media */
@media (max-width: 992px) {
  .mobile-icon {
    font-size: 1.5rem;
    background-color: #36A486;
    color: #fff;
    padding: 8px;
    border: none;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .mobile-icon::after {
    content: "\ef32";
    font-family: remixicon;
    text-align: center;
  }
  .mobile-icon:hover {
    background-color: #000;
    color: #fff;
  }
  header .logo img {
    height: 64px;
  }
  /* common setting
  -------------------- */
  .fluid {
    padding-left: 2%;
    padding-right: 2%;
  }
  .top-island .mds {
    text-wrap: wrap;
  }
  .top-island .top-island-ill img {
    width: 50cqw;
  }
  .top-island .top-access {
    padding-top: 10cqw;
  }
  .hero .mv-text h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 768px) {
  header .navbar-mf {
    padding: 15px;
  }
  header .logo img {
    height: 50px;
  }
  header .logo svg {
    width: 200px;
  }
  /* lang
  -------------------- */
  .langage {
    position: absolute;
    top: 25px;
    right: 60px;
  }
  .langage ul a {
    width: 40px;
    height: 40px;
    font-size: 0.875rem;
    padding: 5px;
  }
  footer .footerlink {
    margin-top: 10px;
    border-top: 1px solid #ccc;
  }
  footer .footerlink li:not(:first-child)::before {
    content: "";
    display: none;
  }
  footer .footerlink li {
    border-bottom: 1px solid #ccc;
  }
  footer .footerlink li a {
    display: block;
    padding: 10px;
  }
  /* btn */
  .btn-block .btn {
    min-width: 100%;
  }
  .btn-block .btn-big {
    min-width: 100%;
  }
  /* postnav */
  .postnav {
    margin-top: 100px;
  }
  .postnav .postnav-older,
  .postnav .postnav-newer {
    min-width: 100px;
  }
  .hero {
    position: relative;
  }
  .hero .mv picture img {
    width: 100%;
    height: auto;
    aspect-ratio: 3/4;
  }
  .hero .mv picture::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 80, 149, 0.35);
  }
  .hero .mv-text h2 {
    font-size: 1.875rem;
  }
  .hero .weather {
    top: 90px;
  }
  .hero .weather .today {
    font-size: 1.5rem;
  }
  .hero .weather .today-week {
    font-size: 0.875rem;
  }
  .hero .weather .w-mark {
    font-size: 1.5rem;
  }
  .hero .weather .today-weather {
    font-size: 0.875rem;
  }
  .hero .weather .today-temp {
    font-size: 1.5rem;
  }
  .hero .weather .temp-mark {
    font-size: 1.5rem;
  }
  .hero .feature {
    bottom: 100px;
    right: 10px;
    padding: 10px;
  }
  .hero .feature figure {
    width: 45px;
    height: 45px;
    margin: 0 10px 0 0;
  }
  .hero .feature .title {
    font-size: 0.9375rem;
    line-height: 1.2;
  }
  .hero .top-news {
    width: 96%;
  }
  .hero .top-news .ticker {
    font-size: 0.875rem;
    padding: 15px;
  }
  .hero .top-news .ticker-title {
    margin-left: 15px;
  }
  .top-tour .tour-btn-block {
    margin-top: 50px;
  }
  .top-island {
    padding-top: 0;
  }
  .top-island .top-island-ill {
    position: static;
    text-align: right;
  }
  .top-island .top-island-ill img {
    width: 80cqw;
  }
  .top-island .top-access {
    padding-top: 50px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.3125rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  h5 {
    font-size: 1rem;
  }
  h6 {
    font-size: 0.875rem;
  }
  section {
    margin-top: 10%;
    margin-bottom: 10%;
  }
  /* text */
  .fz-xlarge {
    font-size: 2.125rem;
  }
  .fz-large {
    font-size: 2rem;
  }
  .fz-mid {
    font-size: 1.3125rem;
  }
  /* common setting
  -------------------- */
  .page-title {
    font-size: 2rem;
  }
  .feature-title {
    font-size: 2rem;
  }
  .pageheader .page-title {
    font-size: 1.5rem;
  }
  /* map */
  .areamap {
    position: relative;
    margin-top: 20px;
    margin-bottom: -100px;
    height: 250px;
  }
  .areamap img {
    width: 200px;
  }
  .hero .mv-text {
    left: 3vw;
  }
  .hero .mv-text h2 {
    font-size: 1.5rem;
  }
  .top-tour .nav-tabs {
    display: block;
  }
  .top-tour .nav-tabs .nav-item {
    width: 100%;
  }
  .top-vernacular h2 {
    font-size: 2rem;
  }
  .top-island .mds {
    font-size: 2rem;
  }
}/*# sourceMappingURL=custom.css.map */