@font-face{
  font-display:block;
  font-family:'851Gkktt_005';
  src:url("/assets/fonts/851Gkktt_005.woff2") format("woff2");
}
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
:root {
  --color-base: #FFFFFF;
  --color-background1:#2239c1;
  --color-background2:#dbf1fc;
  --color-background3:#D8F7F7;
  --color-background4:#ffcf00;
  --color-background5:#fffdee;

  --color-text: #505050;
  --color-title: #2239c1;
  --color-accent: #ffa800;

  --color-white : #FFFFFF;
  --color-gray : #B0B0B0;
  --color-white-gray : #F1F1F1 ;
  --color-table : #ECE7DC;
}

html {
  font-size:62.5%;
  width:100%;
  height:100%;
}
body {
  height:100%;
  position: relative;
  font-size: 1.2rem;
  font-weight:400;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", 'Noto Sans JP' , "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-feature-settings: "palt";
  color: var(--color-text);
  background:var(--color-base);
}

main{
  background:var(--color-base);
  margin-top:50px;
}

input,
textarea,
select,
button {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro" , 'Noto Sans JP' , "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

a {
  color:inherit;
  text-decoration: none;
  transition: opacity 0.15s ease-out;
}

.wrapper__inner{
  width: 100%;
  max-width: calc(1000px + 4.0rem);
  padding-right: 2.0rem;
  padding-left: 2.0rem;
  margin-right: auto;
  margin-left: auto;
}

.title{
  font-size:clamp(1.8rem , 2.34375vw , 2.3rem);
  font-weight:700;
}
.copy{
  font-size:clamp(1.8rem , 2.34375vw , 2.6rem);
  font-weight:700;
  line-height:1.4;
}
.lead{
  font-size:clamp(1.4rem , 1.8229vw , 1.8rem);
  font-weight:700;
}
span.nowrap{
  display: inline-block;
}
span.attention{
  color:var(--color-accent);
}
.inline_block {
  display: inline-block;
}

/*--------------------------------------------------------------
# common
--------------------------------------------------------------*/
.marker{
  background:linear-gradient(transparent 60%, #F3E688 60%);
}
span.bold{
  font-weight:600;
}
span.small{
  font-size:80%;
  font-weight:400;
}
img.rounded{
  border-radius:20px;
}

a.tel{
  font-size:1.6rem;
  font-weight:600;
  color:var(--color-main);
  text-decoration: underline;
}

.gmap{
  position: relative;
  height: 100%;
  overflow: hidden;
  padding-bottom: 52.174%;
}
.gmap iframe{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width:100%;
}
.contact__information .text{
  font-size: 1.2rem;
  font-weight: 700;
  line-height:1.4;
}
.contact__information .button{
  display: grid;
  grid-template-columns: 2em auto;
  gap: 5px;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-white);
  background: var(--color-accent);
  border:2px solid var(--color-accent);
  padding: 0 10px;
  transition: all ease 0.4s;
}
.contact__information .button:hover {
  color: var(--color-accent);
  background: var(--color-white);
}
.contact__information .button::before{
  font-size: 1.5em;
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: 400;
}

table.table{
  width: 100%;
  border-collapse: collapse;
  margin:0 auto 20px;
}
table.table thead{
  background:#ECE7DC;
}
table.table tr:nth-child(even){
  background:#FCFBF9;
}
table.table th,
table.table td {
  border: 1px solid var(--color-gray);
  font-size:clamp(1.4rem , 1.8229vw , 1.6rem);
  text-align: center;
  padding: 4px 8px;
}
.br_pc {
  display: none;
}
@media (min-width: 768px) {
  .br_sp {
    display: none;
  }
  .br_pc {
    display: block;
  }
}
/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
.header{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.header .wrapper {
  background-color: var(--color-base);
}
.header .wrapper__inner{
  padding-right:0;
}
.header .header__block{
  width:100%;
  height:100%;
  display:grid;
  grid-template-columns: 175px 1fr 150px;
  gap:10px;
  justify-content:space-between;
  align-items:center;
}

.header .wrapper__inner{
  height:50px;
}
.header .header__contact{
  display: none;
  width:100%;
  height:100%;
}
.header .header__contact .contact__information{
  width:100%;
  height:100%;
}
.header .header__menu{
  display: none;
}
@media (min-width: 992px) { 
  .header .header__contact {
    display: block;
  }
  .header .header__menu{
    display: block;
  }
  .header__menu ul{
    display:flex;
    justify-content:space-between;
  }
  .header__menu ul li{
    width:calc(100% / 5);
    font-size:1.2rem;
    font-weight:700;
    text-align:center;
    padding:0 0.25em
  }
  .header__menu ul li a{
    display: block;
  }
  .header .header__sp{
    display:none;
  }
}



/*========= ナビゲーションのためのCSS ===============*/
.spnav{
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 10;
  opacity: 0;
  overflow-x: hidden;
  overflow-y:auto;
  overscroll-behavior:contain;
  pointer-events: none;
  background-color:var(--color-base);
  padding: 20px;
  transition:0.5s cubic-bezier(0.17, 0.84, 0.44, 1);
}
.spnav.panelactive{
  opacity: 1;
  pointer-events:all;
}
.header .spnavi__menu ul{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 40px;
}
.header .spnavi__menu ul li{
  width:100%;
}
.header .spnavi__menu ul li a{
  display:block;
  font-weight:700;
  border-bottom: 1px solid #B9D4E0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.header .spnavi__menu .sub-menu{
  margin-bottom:0;
}
.header .spnavi__menu .sub-menu a::before{
  content:'●';
  color:var(--color-main);
  margin-right:5px;
  padding-left:0.5em;
}


/*========= ボタンのためのCSS ===============*/
.openbtn{
  position:fixed;
  z-index: 9999;
  top:5px;
  right: 5px;
  cursor: pointer;
  width: 50px;
  height:50px;
}
.openbtn span{
  width: 45%;
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #666;
}
.openbtn span:nth-of-type(1) {
  top:15px;
}
.openbtn span:nth-of-type(2) {
  top:23px;
}
.openbtn span:nth-of-type(3) {
  top:31px;
}
.openbtn.active span:nth-of-type(1) {
  width: 30%;
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3){
  width: 30%;
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
}

.header .spnavi__reserve a{
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  text-align:center;
  color: #FFFFFF;
  background: var(--color-accent);
  border-radius: 0.25em;
  padding: 0.5em 2em;
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.footer .wrapper{
  border-top: 1px solid var(--color-text);
  position: relative;
}
.footer .wrapper::before {
  display:block;
  content:"";
  width:100%;
  height:1px;
  background:#C0C0C0;
  position: absolute;
  top:-2px;
}
.footer .footer__block{
  max-width:420px;
  display: grid;
  place-items: center;
  grid-template-columns: 1fr;
  gap:20px;
  margin:auto;
  padding-top:42px;
  padding-bottom:min(5% ,50px);
}
.footer .footer__menu{
  display: none;
}
.footer .footer__logo{
  margin-bottom:10px;
}
.footer .footer__information{
  display: grid;
  place-items: center;
  width:100%;
  padding-bottom:20px;
}
.footer .footer__contact .contact__information{
  display: grid;
  gap:10px;
}
.footer .footer__contact .contact__information address {
  font-style:normal;
  margin-bottom:1.6rem;
  padding-bottom:10px;
  border-bottom:1px solid;
}
.footer .footer__contact .contact__information address p:not(.okigaru) {
  font-size: 1.3rem;
  line-height: 1.3;
}
.footer .footer__contact .contact__information address p.okigaru {
  text-align: center;
  margin-top: 2em;
  border: 1px solid;
}
.footer .footer__contact .contact__information address a {
  color: #00246a;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-size:2.3rem;
  font-weight:700;
  line-height: 1.5;
}
.footer .footer__contact .contact__information address a b{
  font-size: 148%;
}
.footer .footer__contact .contact__information .mail {
  display:flex;
  align-items:center;
}
.footer .footer__contact .contact__information .mail .button {
  margin-right:10px;
  border-radius:5px;
}
.footer .footer__contact .contact__information .mail p {
  color:var(--color-accent);
  flex-shrink: 0;
  font-size: 1.7rem;
  font-weight: 700;
}
.footer .copyright {
  color: #fff;
  font-size:1.4rem;
  text-align: center;
  background: #00246a;
}

@media (min-width: 992px) {
  .footer .footer__block{
    max-width:100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer .footer__menu{
    display: block;
    width:100%;
  }
  .footer .footer__menu ul{
    display: grid;
    grid-template-columns: 260px;
    gap:10px 20px;
  }
  .footer .footer__menu ul li {
    font-weight:700;
    line-height:2.8;
    border-bottom:1px solid;
  }
  .footer .footer__information{
    place-items: flex-start;
  }
}

/*--------------------------------------------------------------
# layout
--------------------------------------------------------------*/
/* page visual */
.page__visual {
  margin-bottom: min(19.5% ,88px);
  background: var(--color-base);
  position: relative;
  z-index: 3;
}
.page__visual::after {
  content:"";
  display: block;
  width:100%;
  height:min(16vw,300px);
}
.page__visual .wrapper{
  background: url(/assets/img/common/page_title_bg.png) no-repeat center / cover;
}
.page__visual .page__title{
  display: grid;
  color:var(--color-title);
  font-size:clamp(2rem , 2.8vw , 3.1rem);
  font-weight: 700;
  grid-template-columns: auto 1fr;
  align-items: center;
  height: clamp(85px,21vw,150px);
}
.page__visual .page__title[data-title]::after{
  display: block;
  font-family:'851Gkktt_005';
  font-size:84%;
  content:attr(data-title);
  margin-left:1em;
}
.page__contents::before {
  display: block;
  content: "";
  width: 72vw;
  height: max(52vw,270px);
  background: var(--color-background4);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.page__contents::after {
  display: block;
  content: "";
  width: 72vw;
  height: max(52vw,270px);
  background-image: repeating-linear-gradient(0deg, var(--color-white-gray), var(--color-white-gray) 2px, var(--color-base) 2px, var(--color-base) 5px);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  position: absolute;
  top: 0;
  right: 0;
}
.page__contents section .wrapper{
  margin-bottom:min(20% ,120px);
}
.page__contents .section__title{
  position:relative;
  color:var(--color-title);
  font-size:clamp(1.6rem , 1.8229vw , 2rem);
  text-align:center;
  margin-bottom: 2.7em;
}
.page__contents .section__title::before{
  display: block;
  content: url(/assets/img/common/section_decoration.png);
  padding-bottom: clamp(5.5rem , 6vw , 6.5rem);
}
.page__contents .section__title::after{
  display: inline-block;
  font-family:'851Gkktt_005';
  font-size:clamp(4rem , 4.5vw , 4.8rem);
  font-weight:400;
  content:attr(data-title);
  line-height: 1;
  letter-spacing:-0.05em;
  white-space: nowrap;
  border-bottom: 1px solid;
  position: absolute;
  top: 65px;
  left: 50%;
  transform:translateX(-50%);
}
@media (min-width: 768px) {
  .page__visual .page__title{
    margin-left: min(9vw, 166px);
  }
}
@media (min-width: 992px) {
  .page__contents::before {
    width: 72vw;
    height: max(39vw,270px);
  }
  .page__contents::after {
    width: 72vw;
    height: max(39vw,270px);
  }
}
/* more button */
.content__link{
  color:var(--color-white);
  border-radius: calc(infinity * 1px);
  border:1px solid var(--color-main);
  background-color:var(--color-main);
  transition-duration: 0.4s;
  padding-top:2em;
}
.content__link .button{
  color: var(--color-text);
  position:relative;
  font-size:1.1rem;
  padding:0.5em 2em;
  border: 1px solid var(--color-gray);
  cursor: pointer;
}
.content__link .button::before{
  display: block;
  content:"";
  width: 50px;
  height: 1px;
  background: var(--color-gray);
  position: absolute;
  top: 50%;
  left: 92%;
  transform: translateY(-50%);
}
.content__link .button:hover::before {
  animation:arrow-before 1s linear infinite;
}
@keyframes arrow-before {
  0% {
    transform: translate(0,-50%);
  }
  49% {
    transform: translate(2em,-50%);
  }
  50% {
    transform: translate(-2em,-50%);
  }
  100% {
    transform: translate(0,-50%);
  }
}

.content__link .button::after {
  display: block;
  content:"";
  width: 9px;
  height: 9px;
  border-right: 1px solid var(--color-gray);
  border-bottom: 1px solid var(--color-gray);
  position: absolute;
  top: 50%;
  left: 125%;
  transform: translate(0,-50%) rotate(-45deg);
}
.content__link .button:hover::after {
  animation:arrow-after 1s linear infinite;
}

@keyframes arrow-after {
  0% {
    transform: translate(0,-50%) rotate(-45deg);
  }
  49% {
    transform: translate(2em,-50%) rotate(-45deg);
  }
  50% {
    transform: translate(-2em,-50%) rotate(-45deg);
  }
  100% {
    transform: translate(0,-50%) rotate(-45deg);
  }
}

/*contact*/
.contact__box .contact__item .icon::before{
  position: absolute;
  left: 0;
  font-size: 1em;
  font-family: "Font Awesome 6 Free";
  color: var(--color-main);
}
.contact__box .contact__item.phone .icon::before{
  content: "\f095";
  font-weight: 600;
}
.contact__box .contact__item.mail .icon::before{
  content: "\f0e0";
  font-weight: 400;
}

@media (min-width: 768px) {
  .contact__box{
    grid-template-columns: 1fr 1fr;
    column-gap:15px;
  }
}


/*--------------------------------------------------------------
/* page-top
--------------------------------------------------------------*/

#page-top {
  position: fixed;
  width:35px;
  height:35px;
  color:#FFFFFF;
  background-color:var(--color-main);
  right: 15px;
  bottom: 15px;
  z-index: 2;
  opacity: 0;
  transform: translateY(150px);
}
#page-top a{
  width:100%;
  height:100%;
  display: flex;
  justify-content: center;
  align-items:center;
  font-size:150%;
  transition:all 0.3s;
}
#page-top a:hover{
  opacity: 0.75;
}
#page-top a span{
  display:block;
  font-weight:700;
  text-align:center;
  color:#000;
}

#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}


@media (min-width: 992px) {
  #page-top {
    width:50px;
    height:50px;
    right: 25px;
    bottom: 25px;
  }
  #page-top a{
    font-size:200%;
  }
}

@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(150px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(150px);
  }
}

/*--------------------------------------------------------------
/* lightbox
--------------------------------------------------------------*/
#lightbox {
  display: flex;
  flex-direction: column-reverse;
}
#lightbox .lb-nav a.lb-prev {
  background-size: 25px;
  background-position: left bottom;
}
#lightbox .lb-nav a.lb-next {
  background-size: 25px;
  background-position: right bottom;
}
#lightbox .lb-data .lb-close {
  width: 40px;
  height: 40px;
  background-color: #000;
  background-position: center;
  border-radius: 50%;
  position: relative;
  top: 10px;
  right: -10px;
  opacity: 1;
}
@media (min-width: 768px) {
  #lightbox .lb-nav a.lb-prev {
    background-size: auto;
    background-position: left 48%;
  }
  #lightbox .lb-nav a.lb-next {
    background-size: auto;
    background-position: right 48%;
  }
}
