@charset "UTF-8";

/******************************
  common
******************************/
.imgbox{
  text-align: center;
}
.link-txtunder,
.singlecontent a{
  color: #004B9E;
  text-decoration: underline;
}
.link-txtunder:hover,
.singlecontent a:hover{
  text-decoration: none;
}
.singlecontent p,
.txtbox p:not(:last-of-type){
  margin-bottom: 1rem;
}
.kome,
.ten,
.square{
  padding-left: 2rem;
  position: relative;
}
.kome::before,
.ten::before,
.square::before{
  content:"※";
  position: absolute;
  top: 0;
  left: 0;
}
.ten::before{
  content:"・";
}
.square::before{
  content:"■";
}

.cmnbg{
  background: #ebf3ff;
}
.anchor{
  margin-top: -9rem;
  padding-top: 9rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1023px) {
  .anchor{
    margin-top: -5rem;
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/******************************
  inner
******************************/
.inner1,
.inner2,
.inner3{
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 2rem;
}
.inner2{
  max-width: 1920px;
}
.inner3{
  max-width: 1240px;
}
.innernp{
  margin: 0 auto;
  max-width: 1920px;
}
.inner2 .inner1,
.inner2 .inner3,
.inner3 .inner1{
  padding: 0 !important;
}

@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
    
}

/******************************
  flex
******************************/
.flexbox1{
  display: flex;
  flex-wrap: wrap;
}
.flexbox2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexbox3{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex{
  display: flex;
}
.frr{
  flex-direction: row-reverse;
}
.fac{
  align-items: center;
}
.fast{
  align-items: stretch;
}
.fafe{
  align-items: flex-end;
}
.fafs{
  align-items: flex-start;
}
.fabl{
  align-items: baseline;
}

.fbox,
.ftxtbox,
.fimgbox{
  width: 48%;
}
.fimgbox{
  text-align: center;
}

/******************************
  ttl
******************************/
.ttlbox1{
  margin-bottom: 2rem;
}
.ttlbox1 .ttl{
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 4px;
}
.ttlbox1 .ttl::first-letter{
  color: #0098CB;
}

.ttlbox2{
  margin-bottom: 3rem;
}
.ttlbox2 .ttl{
  border-bottom: 2px solid #ccc;
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
}
.ttlbox2 .ttl::before{
  content: "";
  background: #13AC5E;
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 20%;
}
.ttlbox2 .ttl::first-letter{
  color: #13AC5E;
}

.cmnbg .ttlbox2 .ttl{
  border-color: #fff;
}
.cmnbg .ttlbox2 .ttl::before{
  background: #0098CB;
}
.cmnbg .ttlbox2 .ttl::first-letter{
  color: #0098CB;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .ttlbox1 .ttl{
    font-size: 2.6rem;
    letter-spacing: 2px;
  }
  .ttlbox2 .ttl{
    font-size: 2.2rem;
  }
}

/******************************
  btn
******************************/
.morebtn1 a{
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  opacity: 1;
  position: relative;
  text-align: center;
  transition: .3s;
}
.morebtn1 a > span{
  font-weight: 500;
}
.morebtn1 a > div{
  position: relative;
  background: #eee; 
  color: #fff; 
  padding: 0.7rem;
  border-radius: 50%;
  text-align: center;
  transition: .3s;
  height: 3.5rem; 
  width: 3.5rem; 
}
.morebtn1 a > div i {
  color: #0098CB;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.morebtn1 a:hover {
  color: #0098CB;
}
.morebtn1 a:hover > div {
  transform: scale(1.15); 
  background: #0098CB;
}
.morebtn1 a:hover > div i{
  color: #fff;
}



/******************************
  tbl
******************************/
.tblbox1 .tbl{
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
}
.tblbox1 .tblttl,
.tblbox1 .tblcontent{
  padding: 2rem;
}
.tblbox1 .tblttl{
  font-weight: bold;
  width: 150px;
}
.tblbox1 .tblcontent{
  width: calc(100% - 150px);
}

.tblbox2 .tbl{
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
.tblbox2 .tbl:nth-of-type(even){
  background: #ebfaff;
}
.tblbox2 .tblttl,
.tblbox2 .tblcontent{
  padding: 1rem 2rem;
}
.tblbox2 .tblttl{
  font-weight: bold;
  width: 220px;
}
.tblbox2 .tblcontent{
  width: calc(100% - 220px);
}

.timetbl{
  margin-bottom: 1rem;
}
.timetbl table,
.tantotbl table{
  border-collapse: separate;
  width: 100%;
}
.timetbl th,
.timetbl td,
.tantotbl th,
.tantotbl td{
  background: #ecf1fd;
  vertical-align: middle;
  padding: 1rem;
  text-align: center;
}
.timetbl th,
.tantotbl th{
  font-weight: bold;
}
.timetbl thead th,
.tantotbl thead th{
  background: #5e83ba;
  color: #fff;
}
.timetbl thead th:first-of-type ,
.timetbl tbody th ,
.tantotbl thead th:first-of-type ,
.tantotbl tbody th {
  line-height: 1.2;
}
.timetbl thead th:first-of-type span,
.timetbl tbody th span{
  color:#5e83ba;
  font-size: 1.4rem;
  font-weight: bold;
}
.timetbl tbody tr:first-of-type th,
.timetbl tbody tr:first-of-type td,
.tantotbl tbody tr:first-of-type th,
.tantotbl tbody tr:first-of-type td{
  border-bottom: 1px solid #5e83ba;
}
.timetbl thead th:first-of-type span:last-of-type,
.timetbl tbody th span:last-of-type{
  display: inline-block;
  margin-top: .5rem;
}

.tantotbl{
  margin: 2rem 0 1rem;
}
.tantotbl th,
.tantotbl td{
  font-size: 1.4rem;
  padding: .5rem .5rem .5rem 0;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .timetbl th,
  .timetbl td {
    font-size: 1.4rem;
    padding: 1rem .5rem 1rem 0;
  }
  .timetbl thead th:first-of-type,
  .timetbl tbody th{
    text-align: center;
  }
  .tantotbl th,
  .tantotbl td {
    font-size: 1.2rem;
    padding: .5rem .3rem .5rem 0;
  }
  .tantotbl td:nth-of-type(odd){
    background: #fff;
  }
  .tblbox1 .tblttl,
  .tblbox1 .tblcontent,
  .tblbox2 .tblttl,
  .tblbox2 .tblcontent{
    width: 100%;
  }
  .tblbox1 .tblttl{
    background: #f1f7ff;
    padding: .5rem 1rem;
  }
  .tblbox1 .tblcontent{
    padding: 1rem .5rem;
  }
  .tblbox2 .tblttl{
    padding: 1rem 1.5rem 0;
  }
  .tblbox2 .tblcontent{
    padding: 1rem 1.5rem;
  }
}

/******************************
  header
******************************/
.cmnhead{
  background: #f1fbff;
  padding: 1rem 0;
  position: relative;
}
.cmnhead::before{
  content: "";
  aspect-ratio: 1701 / 621;
  background: url(../images/common/bg_head.webp) no-repeat bottom / cover;
  opacity: .7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cmnhead .logo{
  background: rgba(255,255,255,.95);
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 10px #fff;
  position: absolute;
  padding: 3rem 2rem 2rem;
  top: -1rem;
  left: 2rem;
  width: 230px;
  z-index: 1;
}
.cmnhead .logo img{
  width: 100%;
}
.headinfo{
  margin-left: auto;
  width: calc(100% - 300px);
}
.headinfo .mainttl,
.headinfo .headcontact{
  text-shadow: 1px 1px 0px #fff, -2px 1px 0px #fff, 1px -2px 0px #fff, -2px -2px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -2px -1px 0px #fff, -1px -2px 0px #fff, 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, -1px 2px 1px #fff, -2px -1px 1px #fff, -1px -2px 1px #fff;
  text-align: right;
}
.headinfo .mainttl{
  font-size: 1.6rem;
}
.headinfo .headcontact{
  line-height: 1.5;
}
.headinfo .headcontact a,
.headcontactsp a{
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
}


.cmnnavgr{
  position: relative;
  z-index: 10;
}
.cmnnav > ul{
  gap: 1rem;
}
.cmnnav > ul a{
  font-size: 1.8rem;
  font-weight: 500;
  opacity: 1;
  position: relative;
  text-shadow: 1px 1px 0px #fff, -2px 1px 0px #fff, 1px -2px 0px #fff, -2px -2px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -2px -1px 0px #fff, -1px -2px 0px #fff, 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, -1px 2px 1px #fff, -2px -1px 1px #fff, -1px -2px 1px #fff;
  transition: .3s;
}
.cmnnav > ul > li > a::before{
  content: "";
  background: #0098CB;
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transition: .15s ease-out;
  height: 1px;
  width: 100%;
}
.cmnnav > ul a:hover{
  color: #0098CB;
}
.cmnnav > ul > li > a:hover::before{
  transform: scaleX(1);
}

.cmnnav .haschild{
  position: relative;
}
.cmnnav .haschild .child{
  background: rgba(255,255,255,.9);
  pointer-events: none;
  position: absolute;
  top: 40px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  transition: .5s;
  width: 200px;
  z-index: 1;
}
.cmnnav .haschild .child::before{
  content: "";
  position: absolute;
  top: -11px;
  left: 0;
  height: 20px;
  width: 100%;
  z-index: -1;
}
.cmnnav .haschild:hover ul{
  opacity: 1;
  pointer-events: all;
}
.cmnnav .haschild .child li{
  border-bottom: 1px solid #ccc;
}
.cmnnav .haschild .child1 li:nth-of-type(odd){
  border-right: 1px solid #ccc;
}
.cmnnav .haschild .child li:last-of-type,
.cmnnav .haschild .child1 li:nth-last-of-type(2){
  border-bottom: none;
}
.cmnnav .haschild .child1{
  display: flex;
  flex-wrap: wrap;
  width: 500px;
}
.cmnnav .haschild .child1 li{
  width: 50%;
}
.cmnnav .haschild .child li a{
  display: block;
  padding: .5rem 1rem;
}
.cmnnav .haschild .child li a:hover{
  background: #fff;
}


.cmnnavgr.fixnav{
  background: rgba(255, 255, 255, .8);
  padding: 2rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.cmnnavgr.fixnav .cmnnav{
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 2rem;
}

.spbtn,
.splogo,
.headcontactsp,
.sptelbtn{
  display: none;
}
.spbtn,
.sptelbtn{
  background: #f8ffea;
  border: 2px solid #13AC5E;
  cursor: pointer;
  border-radius: 5px;
  position: fixed;
  top: 1rem;
  right: 1rem;
  height:50px;
  width: 50px;
  z-index: 101;
}
.spbtn span{
  background: #13AC5E;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  right: 14px;
  transition: all .4s;
  height: 3px;
  width: 45%;
}
.spbtn span:nth-of-type(1) {
  top:15px; 
}
.spbtn span:nth-of-type(2) {
  top:23px;
  width: 35%;
}
.spbtn span:nth-of-type(3) {
  top:31px;
  width: 25%;
}
.spbtn.active span{
  top: 50%;
  right: auto;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-45deg);
  width: 30%;
}
.spbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.spbtn.active span:nth-of-type(3) {
  transform: translate(-50%,-50%) rotate(45deg);
}

@media only screen and (max-width: 1180px) {
  .cmnhead .logo {
    width: 200px;
  }
  .headinfo {
    width: calc(100% - 250px);
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1023px) {
  .spbtn,
  .splogo,
  .headcontactsp{
    display: block;
  }
  .cmnnav .haschild .child::before,
  .cmnnav > ul > li > a::before{
    display: none;
  }
  .headinfo {
    margin-right: 5rem;
  }
  .headinfo .headcontact a {
    font-size: 3rem;
  }
  .cmnnavgr{
    background: none !important;
    padding: 0 !important;
    position: static !important;
  }
  .splogo{
    margin: 3rem 2rem 0;
  }
  .headcontactsp{
    margin: 1rem 2rem 2rem;
    text-align: center;
  }
  .headcontactsp a{
    background: #8DC21F;
    border-radius: 50px;
    color: #fff;
    font-size: 2.3rem;
    padding: 0 2rem;
  }
  .cmnnav{
    background: rgba(19,172,94, .8);
    background: rgba(142,142,142, .8);
    color: #fff;
    opacity: 0;
    max-width: 350px !important;
    overflow: scroll;
    padding: 4rem 0 !important;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: -350px;
    height: 100lvh;
    width: 100%;
    transition: .5s;
    z-index: 100;
  }
  .cmnnav.active{
    opacity: 1;
    pointer-events: all;
    right: 0;
  }

  .cmnnav > ul{
    margin: 0 2rem;
  }
  .cmnnav li{
    width: 100%;
  }
  .cmnnav > ul a{
    background: #fff;
    border-left: 10px solid #8DC21F;
    display: block;
    font-size: 1.6rem;
    padding: 0 1rem;
    text-shadow: none;
  }
  .cmnnav .haschild .child{
    background: none;
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 1rem;
    margin-left: auto;
    opacity: 1;
    position: static;
    pointer-events: all;
    transform: none;
    width: calc(100% - 2rem);
  }
  .cmnnav .haschild .child li{
    border: none !important;
    width: 100%;
  }
  .cmnnav .haschild .child li a{
    border-color: #0098CB;
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 820px) {
  .cmnhead {
    padding: 1rem 0 0;
  }
  .cmnhead .logo {
    width: 150px;
  }
  .headinfo {
    width: calc(100% - 205px);
  }
  .headinfo .mainttl{
    font-size: 1rem;
  }
  .headinfo .headcontact a {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .headinfo .mainttl{
    display: none;
  }
  .cmnhead::before {
    background-position-x: 10%;
    height: 350px;
  }
  .cmnhead{
    padding: 0;
    height: 60px;
  }
  .cmnhead .logo {
    padding: 2rem 1rem 1rem;
    left: 1rem;
    width: 100px;
  }
  .headinfo {
    width: calc(100% - 140px);
  }
  .headinfo .headcontact{
    display: none;
  }

  .sptelbtn{
    display: flex;
    align-items: center;
    justify-content: center;
    right: 7rem;
  }
  .sptelbtn a{
    color: #13AC5E;
    font-size: 2.2rem;
    opacity: 1;
  }
}

/******************************
  footer
******************************/
.fotsection{
  background: #F9F8E9;
  position: relative;
}
.fotsection .ptb{
  padding: 8rem 0 10rem;
}
.fotsection .ob{
  opacity: .4;
  position: absolute;
}
.fotsection .ob1{
  aspect-ratio: 731/888;
  background: url(../images/ob/pattern1.svg) no-repeat center / contain;
  top: -5rem;
  right: -7rem;
  width: 25%;
}
.fotsection .ob2{
  aspect-ratio: 781/798;
  background: url(../images/ob/pattern2.svg) no-repeat center / contain;
  bottom: 10rem;
  left: -10rem;
  width: 20%;
}
.fotsection .inner1{
  z-index: 1;
}

.fotsection .ttl{
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 3rem;
  text-align: center;
}
.fotsection .ttl i{
  color: #8DC21F;
}

.fbox-map iframe{
  aspect-ratio: 2 / 1;
  margin: 1rem 0;
  height: auto;
  width: 100%;
}

.cmnfot{
  background: #F2F2F2;
  padding-top: 3rem;
  position: relative;
}
.cmnfot .finfo{
  width: 380px;
}
.cmnfot .flinks{
  gap: 2rem;
  width: 600px;
}
.cmnfot .finfo .add{
  margin: 1rem 0;
}
.cmnfot .flinks ul{
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.cmnfot .flinks li.child{
  padding-left: 2rem;
  position: relative;
}
.cmnfot .flinks li.child::before{
  content: "ー";
  position: absolute;
  top: 0;
  left: 0;
}
.fotcopy{
  background: #0098CB;
  color: #fff;
  margin-top: 2rem;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  .fotsection.topfotsec::before{
    top: -9rem;
  }
}
@media only screen and (max-width: 1024px) {
  .finfo{
    width: 350px;
  }
}
@media only screen and (max-width: 1023px) {
  .fotsection.topfotsec::before {
    top: -7rem;
  }
}
@media only screen and (max-width: 820px) {
  .fotsection.topfotsec::before {
    top: -6rem;
  }
  .fotsection .ptb {
    padding: 6rem 0 8rem;
  }
  .fotsection .ob{
    opacity: .3;
  }
  .fotsection .ob1{
    top: -5rem;
    right: -9rem;
    width: 45%;
  }
  .fotsection .ob2{
    bottom: 6rem;
    left: -11rem;
    width: 40%;
  }
  .fotsection .flexbox2{
    gap: 4rem;
  }
  .fotsection .fbox{
    margin: 0 auto;
    width: 80%;
  }
  .fotsection .ttl {
    margin-bottom: 2rem;
  }

  .cmnfot .finfo,
  .cmnfot .flinks{
    margin: 0 auto;
    width: 100%;
  }
  .cmnfot .finfo{
    max-width: 350px;
    text-align: center;
  }
  .cmnfot .flinks{
    margin-top: 2rem;
    max-width: 600px;
  }
  .cmnfot .finfo .add{
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .fotsection .ptb{
    padding: 3rem 0 6rem;
  }
  .fotsection .ob1 {
    top: -2rem;
    width: 85%;
  }
  .fotsection .ob2 {
    bottom: -5rem;
    width: 70%;
  }
  .fotsection .flexbox2{
    gap: 0;
  }
  .fotsection .fbox{
    width: 100%;
  }

  .fbox-map iframe{
    aspect-ratio: 3 / 2;
  }

  .cmnfot .flinks ul{
    text-align: center;
    width: 100%;
  }
  .cmnfot .flinks ul:not(:first-of-type),
  .cmnfot .flinks ul li:nth-of-type(2),
  .cmnfot .flinks ul li:nth-of-type(3){
    display: none;
  }
}