@charset "UTF-8";
/* --------------------------------------------- */
/* mixin */
/* --------------------------------------------- */
/* --------------------------------------------- */
/* common */
/* --------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aldrich&display=swap");
:root {
  --white: #ffffff;
  --white-rgb: 255, 255, 255;
  --black: #000000;
  --black-rgb: 0, 0, 0;
  --gray: #999999;
  --prime: #003caa;
  --yellow: #f8ff37;
  --red: #ff1e64;
  --text01: #222222;
  --text02: #ffffff;
  --shadow: #999999;
  --lightblue: #e6f0ff;
}

body {
  top: 0;
  color: var(--text01);
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-all;
  background: var(--lightblue);
}

p {
  line-height: 1.8;
}

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

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

a {
  transition: 0.2s;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

a:focus {
  outline: none;
}

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

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

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 80vh;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.alignL {
  text-align: left;
}

.alignR {
  text-align: right;
}

.alignC {
  text-align: center;
}

.mt5 {
  margin-top: 5vh;
}

.mt10 {
  margin-top: 10vh;
}

.mt20 {
  margin-top: 20vh;
}

.mt30 {
  margin-top: 30vh;
}

.mt40 {
  margin-top: 40vh;
}

.mt50 {
  margin-top: 50vh;
}

.mt60 {
  margin-top: 60vh;
}

.mt70 {
  margin-top: 70vh;
}

.mt80 {
  margin-top: 80vh;
}

.mt90 {
  margin-top: 90vh;
}

.mt100 {
  margin-top: 100vh;
}

.wrap {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.bg01 {
  background-color: var(--prime);
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .bg01 {
    padding: 40px 0;
  }
}

.bg02 {
  background-color: var(--second);
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .bg02 {
    padding: 40px 0;
  }
}

.btn01 a {
  display: block;
  color: var(--text02);
  padding: 20px 0;
  text-align: center;
  letter-spacing: 0.2rem;
  background: var(--prime);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .btn01 a {
    padding: 10px 0;
  }
}
.btn01 a::after {
  content: " ";
  position: absolute;
  right: 0;
  top: 30px;
  display: inline-block;
  margin: 0 14px 0 0;
  width: 7px;
  height: 7px;
  border: solid var(--text02);
  border-width: 0 1px 1px 0;
  transform-origin: center;
  transform: translateX(-25%) rotate(-45deg);
}
@media screen and (max-width: 1024px) {
  .btn01 a::after {
    top: 20px;
  }
}

.arrowL {
  width: 100%;
  text-align: center;
}
.arrowL img {
  max-width: 140px;
}
@media screen and (max-width: 768px) {
  .arrowL img {
    max-width: 100px;
  }
}

.arrowS {
  width: 100%;
  padding: 2vh 0;
  text-align: center;
}
.arrowS img {
  max-width: 70px;
}
@media screen and (max-width: 768px) {
  .arrowS img {
    max-width: 50px;
  }
}

.heading01 {
  width: 100%;
  height: auto;
  padding: 3vh 5%;
  color: var(--yellow);
  font-weight: 600;
  text-align: center;
  background: var(--prime);
  position: relative;
}
.heading01 p {
  font-size: 1.25rem;
  color: var(--text02);
}
@media screen and (max-width: 768px) {
  .heading01 p {
    font-size: 1rem;
  }
}
.heading01.sizeS {
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .heading01.sizeS {
    font-size: 1.25rem;
  }
}
.heading01.sizeL {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .heading01.sizeL {
    font-size: 1.875rem;
  }
}
.heading01::after {
  position: absolute;
  bottom: -60;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 120px solid transparent;
  border-left: 120px solid transparent;
  border-top: 60px solid var(--prime);
  border-bottom: 0;
}

.heading02 {
  width: 100%;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  .heading02 {
    font-size: 1.25rem;
  }
}
.heading02 span {
  color: var(--prime);
  font-size: 2.5rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .heading02 span {
    display: block;
    font-size: 1.875rem;
  }
}
.heading02::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: var(--yellow);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .heading02::after {
    height: 20px;
  }
}

/* --------------------------------------------- */
/* animation */
/* --------------------------------------------- */
.anime-top-kv,
.anime-page-title,
.anime-page-title-inner,
.anime-article-site {
  opacity: 0;
}

.effect {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}
.effect.appear {
  opacity: 1;
  transform: translate(0, 0);
}

.fade {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}

.fadeU {
  transform: translate(0, 30px);
}

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

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

.fadeR {
  transform: translate(50px, 0);
}

/* --------------------------------------------- */
/* header */
/* --------------------------------------------- */
.header-site {
  width: 100%;
  background: rgba(var(--white-rgb), 1);
  z-index: 2;
}
.header-site .header-inner {
  width: 100%;
  height: 80px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .header-site .header-inner {
    justify-content: center;
    height: 60px;
    position: relative;
    left: -15px;
  }
}
.header-site .header-inner .header-logo a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding-left: 10%;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  color: var(--text01);
  letter-spacing: 0.2rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .header-site .header-inner .header-logo a {
    font-size: 1.25rem;
  }
}
.header-site .header-inner .header-logo a img {
  max-width: 30px;
  padding-left: 5%;
}

/* --------------------------------------------- */
/* global-nav（PC） */
/* --------------------------------------------- */
.anchor {
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .anchor {
    margin-top: -70px;
    padding-top: 70px;
  }
}

@media screen and (max-width: 768px) {
  .global-nav-item-list {
    padding-top: 70px;
  }
}

/* global-nav（PC） */
@media (min-width: 1025px) {
  /* グローバルナビリスト (1階層目) */
  .global-nav-item-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* グローバルナビ項目 (1階層目) */
  .global-nav-item {
    display: flex;
    position: relative;
  }
  .global-nav-item > a {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 1vw;
    padding: 5px 10px;
    color: var(--text01);
    text-align: center;
    text-decoration: none;
    transform: rotate(0.05deg);
  }
  .global-nav-item > a:hover {
    text-decoration: none;
    opacity: 1 !important;
  }
  .global-nav-item > a::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--second);
    transition: width 0.1s;
  }
  .global-nav-item:hover > a::after,
  .global-nav-item.current > a::after {
    width: 100%;
    opacity: 1 !important;
  }
  .global-nav-item.global-nav-tel > a {
    margin: 0 0 0 100px;
    padding: 0;
  }
  .global-nav-item.global-nav-tel > a::after {
    opacity: 0;
  }
  .global-nav-item > a span {
    font-size: 0.625rem;
    display: block;
  }
  /* グローバルナビリスト (2階層目) */
  .global-nav-sub-item-list {
    position: absolute;
    top: 100%;
    width: calc(100% + 30px);
    min-width: 200px;
    left: 50%;
    border-radius: 5px;
    background: var(--white);
    box-shadow: 0 5px 10px var(--shadow);
    overflow: hidden;
    opacity: 0;
    transform: translateX(-50%);
    transition: 0.2s opacity;
    pointer-events: none;
    z-index: 100;
  }
  .global-nav-item:hover > .global-nav-sub-item-list,
  .global-nav-sub-item-list:hover {
    opacity: 1;
    pointer-events: all;
  }
  /* グローバルナビ項目 (2階層目) */
  .global-nav-sub-item > a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 15px 30px 15px 20px;
    border-top: 1px dotted var(--black);
    color: var(--text01);
    text-align: left;
    text-decoration: none;
    transform: rotate(0.05deg);
  }
  .global-nav-sub-item > a::before {
    box-sizing: border-box;
    content: "";
    display: block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border: solid var(--prime);
    border-width: 0 3px 3px 0;
    transform-origin: center;
    transform: translateX(-25%) rotate(-45deg);
  }
  .global-nav-sub-item:first-child > a {
    border-top: none;
  }
  .global-nav-sub-item > a:hover {
    text-decoration: none;
    background: rgba(var(--black-rgb), 0.2);
  }
  .global-nav-toggle {
    display: none;
  }
}
/* --------------------------------------------- */
/* global-nav（SP） */
/* --------------------------------------------- */
@media (max-width: 1024px) {
  /* グローバルナビリスト (1階層目) */
  .global-nav-item-list {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    /* left: 100%; */
    left: 0;
    margin: auto;
    overflow: auto;
    background: rgba(var(--black-rgb), 0.85);
    transition: 0.2s all;
    pointer-events: none;
    /* z-index: 100; */
    z-index: -1;
    opacity: 0;
  }
  .global-nav.open .global-nav-item-list {
    /* left: 0; */
    pointer-events: all;
    z-index: 3;
    opacity: 1;
  }
  /* グローバルナビ項目 (1階層目, 2階層目) のリンク */
  .global-nav-item a {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 15px 30px;
    color: var(--text02);
    text-decoration: none;
    transform: rotate(0.05deg);
    transition: 0.2s all;
  }
  .global-nav-item a:hover {
    text-decoration: none;
    background: rgba(var(--black-rgb), 0.2);
  }
  .global-nav-item > a::before,
  .global-nav-sub-item-list.open a::before {
    box-sizing: border-box;
    content: "";
    display: block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    border: solid var(--second);
    border-width: 0 3px 3px 0;
    transform-origin: center;
    transform: translateX(-25%) rotate(-45deg);
    transition: 0.2s all;
  }
  .global-nav-item > a.open::before {
    transform: translate(-25%, -2.5px) rotate(45deg);
  }
  .global-nav-item > a span {
    font-size: 0.625rem;
    margin-left: 10px;
  }
  .global-nav-sub-item a {
    padding-left: 45px;
  }
  .global-nav-item.global-nav-tel a {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 20px auto 0;
    padding: 10px 0;
    background: var(--prime);
  }
  .global-nav-item.global-nav-tel a:hover {
    background: var(--prime);
  }
  .global-nav-item.global-nav-tel a::before {
    content: none;
  }
  /* グローバルナビリスト (2階層目) */
  .global-nav-sub-item-list:not(.open),
  .global-nav-sub-item-list:not(.open) * {
    overflow: hidden;
    opacity: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    color: transparent;
    line-height: 0;
    transition: 0.2s margin, 0.2s padding, 0.2s border-width, 0.2s line-height, 0.2s opacity;
  }
  .global-nav-sub-item-list.open,
  .global-nav-sub-item-list.open * {
    transition: 0.2s margin, 0.2s padding, 0.2s border-width, 0.2s line-height, 0.2s opacity;
  }
  /* トグルボタン */
  .global-nav-button {
    box-sizing: border-box;
    position: fixed;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    /* background: var(--white); */
    z-index: 4;
    cursor: pointer;
  }
  .global-nav-button-icon {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: calc(100% - 18px);
    height: 2px;
    margin-left: 9px;
    background: var(--text01);
    z-index: 100;
  }
  .global-nav-button-icon::before {
    position: relative;
    top: -8px;
    display: block;
    content: "";
    height: 2px;
    background: var(--text01);
    transition: 0.1s all;
  }
  .global-nav-button-icon::after {
    position: relative;
    top: 6px;
    display: block;
    content: "";
    height: 2px;
    background: var(--text01);
    transition: 0.1s all;
  }
  .global-nav-button.open .global-nav-button-icon {
    background: transparent;
  }
  .global-nav-button.open .global-nav-button-icon::before {
    top: -6px;
    transform: translateY(6px) rotate(45deg);
    background: var(--text02);
  }
  .global-nav-button.open .global-nav-button-icon::after {
    top: 3px;
    transform: translateY(-5px) rotate(-45deg);
    background: var(--text02);
  }
}
/* --------------------------------------------- */
/* main */
/* --------------------------------------------- */
.container {
  overflow-x: hidden;
  color: var(--text01);
}

.article-site {
  width: 100%;
}

.side-site {
  max-width: 220px;
  width: 25%;
  padding-top: 40px;
}
@media screen and (max-width: 1024px) {
  .side-site {
    max-width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .side-site {
    max-width: 100%;
    width: 90%;
    margin-bottom: 5%;
    padding-top: 0;
  }
}
.side-site .widget {
  margin-bottom: 20px;
}
.side-site .widget h2 {
  font-weight: 600;
  border-bottom: 1px solid var(--gray);
}
.side-site .widget label {
  font-weight: 600;
}
.side-site .widget ul li {
  padding-top: 5px;
}
.side-site .widget ul li::before {
  content: " ";
  display: inline-block;
  margin: 0 7px 0 0;
  width: 7px;
  height: 7px;
  border: solid var(--text01);
  border-width: 0 1px 1px 0;
  transform-origin: center;
  transform: translateX(-25%) rotate(-45deg);
}
.side-site .widget .sub-menu li {
  margin-left: 7px;
}

/* --------------------------------------------- */
/* footer */
/* --------------------------------------------- */
.footer-site {
  background: var(--prime);
  padding: 10vh 0 25vh;
}
.footer-site .footer-inner {
  max-width: 1200px;
  width: 90vw;
  margin: 0 auto;
  color: var(--white);
  text-align: center;
}
.footer-site .footer-inner .footer-logo {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .footer-site .footer-inner .footer-logo {
    font-size: 1.875rem;
  }
}
.footer-site .footer-inner .footer-logo img {
  max-width: 40px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .footer-site .footer-inner .footer-logo img {
    max-width: 34px;
  }
}
.footer-site .footer-inner address {
  margin-top: 5vh;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .footer-site .footer-inner address {
    font-size: 1rem;
  }
}
.footer-site .footer-inner .link01 {
  display: inline-block;
  position: relative;
  margin-top: 5vh;
}
.footer-site .footer-inner .link01 a {
  color: var(--text02);
}
.footer-site .footer-inner .link01::before {
  position: absolute;
  top: 30%;
  left: -20px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: solid var(--white);
  border-width: 0 3px 3px 0;
  transform-origin: center;
  transform: translateX(-25%) rotate(-45deg);
  transition: 0.2s all;
}
.footer-site .footer-copy {
  font-size: 0.875rem;
  color: var(--text02);
  text-align: center;
  margin-top: 10vh;
}

.cta {
  display: block;
  width: 100%;
  height: auto;
  padding: 2vh 0;
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(var(--black-rgb), 0.6);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  z-index: 2;
}
.cta .cap {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2rem;
  color: var(--white);
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .cta .cap {
    font-size: 1.25rem;
  }
}
.cta ul {
  display: flex;
  flex-flow: row nowrap;
  gap: 2vw;
  margin-top: 2vh;
}
@media screen and (max-width: 768px) {
  .cta ul {
    gap: 1vh;
  }
}
.cta ul li {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: calc(33.3333333333% - 1.3333333333vw);
}
.cta ul li:first-child a {
  background: #003caa;
}
.cta ul li:nth-child(2) a {
  background: #07b53b;
}
.cta ul li:nth-child(3) a {
  background: #ff1e64;
}
@media screen and (max-width: 768px) {
  .cta ul li {
    padding: 1vh 1vw;
  }
}
.cta ul li a {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1vh 4vw;
  color: var(--text02);
  border-radius: 5px;
}
.cta ul li a .image {
  width: 40%;
  text-align: center;
}
.cta ul li a .image img {
  max-height: 50px;
}
@media screen and (max-width: 768px) {
  .cta ul li a .image img {
    display: none;
  }
}
.cta ul li a .txt {
  width: 60%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta ul li a .txt {
    width: 100%;
  }
}
.cta ul li a .txt h3 {
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .cta ul li a .txt h3 {
    font-size: 0.875rem;
  }
}
.cta ul li a .txt p {
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .cta ul li a .txt p {
    font-size: 0.625rem;
  }
}

.page-top {
  display: block;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 20vh;
  right: 2vw;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--text02);
  border-radius: 50%;
  background: var(--prime);
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.page-top::after {
  content: " ";
  position: absolute;
  top: 55%;
  left: 50%;
  width: 10px;
  height: 10px;
  border: solid var(--text02);
  border-width: 0 2px 2px 0;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-135deg);
}

/* --------------------------------------------- */
/* page */
/* --------------------------------------------- */
.page-title {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vh;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-title {
    height: 30vh;
  }
}
.page-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}
.page-title .caption {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .page-title .caption {
    right: 5px;
    bottom: 5px;
  }
}
#sample .page-title {
  background: url("../img/roomplan_kv.jpg") no-repeat center center/cover;
}
.page-title .inner {
  display: flex;
  flex-flow: column;
  justify-content: center;
  background: rgba(var(--white-rgb), 0.8);
  width: 180px;
  height: 180px;
  z-index: 1;
}
.page-title .inner .title {
  color: var(--prime);
  letter-spacing: 0.2rem;
}
#location .page-title .inner .title {
  letter-spacing: 0;
}
.page-title .inner h1 {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.page-title .inner h1::before {
  content: "";
  display: block;
  width: 50px;
  margin: 15px 0;
  border-top: 1px solid var(--prime);
}
@media screen and (max-width: 1024px) {
  .page-title .inner h1::before {
    width: 30px;
    margin: 10px 0;
  }
}

.page-bread {
  border-top: 1px solid var(--gray);
}
.page-bread ul {
  display: flex;
  flex-flow: row wrap;
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  padding: 5px 0;
}
.page-bread ul li::after {
  content: " ";
  display: inline-block;
  margin: 0 7px;
  width: 7px;
  height: 7px;
  border: solid var(--text01);
  border-width: 0 1px 1px 0;
  transform-origin: center;
  transform: translateX(-25%) rotate(-45deg);
}
.page-bread ul li:last-child::after {
  content: none;
}/*# sourceMappingURL=common.css.map */