@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{
  padding-left: 2rem;
  position: relative;
}
.kome::before,
.ten::before{
  content:"※";
  position: absolute;
  top: 0;
  left: 0;
}
.ten::before{
  content:"・";
}

/******************************
  inner
******************************/
.inner1,
.inner2,
.inner3{
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 2rem;
}
.inner2{
  max-width: 1920px;
}
.inner3{
  max-width: 1280px;
}
.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: 3rem;
}
.ttlbox1 .ttl{
  font-size: 3rem;
  font-weight: bold;
}

.ttlbox2{
  display: inline-block;
  padding: 2rem;
  position: relative;
  margin-bottom: 3rem;
  z-index: 1;
}
.ttlbox2::before{
  content: "";
  background: #d88a92;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: calc((-100vw + 100%) / 2);
  height: 100%;
  width: calc((100vw - 100%) / 2 + 100% + 2rem);
  z-index: -1;
}
.ttlbox2 .ttl{
  color: #fff;
  font-size: 3.4rem;
  font-weight: bold;
}
.ttlbox3{
  margin-bottom: 4rem;
  position: relative;
  text-align: center;
  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;
}
.ttlbox3::before,
.ttlbox3::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ttlbox3::before{
  aspect-ratio: 814 / 653;
  background: url(../images/ob/manatee4.svg) no-repeat center / contain;
  top: -4rem;
  width: 110px;
}
.ttlbox3::after{
  background: #d88a92;
  height: 10px;
  border-radius: 30px;
  bottom: -1rem;
  width: 50px;
}
.ttlbox3 .ttl{
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .ttlbox2 .ttl{
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .ttlbox2 {
    padding: 1rem 0;
  }
  .ttlbox2 .ttl{
    font-size: 2rem;
  }
  .ttlbox2::before {
    border-radius: 0 50px 50px 0;
  }
  .ttlbox3 .ttl{
    font-size: 2.4rem;
  }
}

/******************************
  btn
******************************/
.morebtn1{
  text-align: right;
}
.morebtn1 a{
  color: #E08A18;
  display: inline-block;
  opacity: 1;
  position: relative;
}
.morebtn1 span{
  margin-right: 8rem;
  position: relative;
}
.morebtn1 i{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
}
.morebtn1 i::after{
  content: "";
  aspect-ratio: 1/1;
  border: 2px solid #E08A18;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: .5s;
  width: 100px;
}
.morebtn1 a:hover i::after{
  width: 200px;
}

.morebtn2{
  text-align: center;
}
.morebtn2 a{
  background: #E08A18;
  border: 2px solid #E08A18;
  border-radius: 30px ;
  color: #fff;
  display: inline-block;
  opacity: 1;
  min-width: 200px;
  padding: .5rem 2rem;
  transition: .5s;
}
.morebtn2 a:hover{
  background: #fff;
  color: #E08A18;
}
@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) {
  .morebtn1 span{
    margin-right: 5rem;
  }
  .morebtn1 i::after{
    width: 50px;
  }
  .morebtn1 a:hover i::after{
    width: 100px;
  }
}

/******************************
  tbl
******************************/
.tblbox1{
  background: rgba(255,255,255,.95);
  border: 2px solid #d88a92;
  box-shadow: 4px 4px #d88a92;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
}
.tblbox1 .tbl{
  border-bottom: 1px dashed #d88a92;
}
.tblbox1 .tblttl,
.tblbox1 .tblcontent{
  padding: 0 1rem .5rem ;
}
.tblbox1 .tblttl{
  width: 100px;
}
.tblbox1 .tblcontent{
  width: calc(100% - 100px);
}

.tblbox2{
  background: rgba(255,255,255,.95);
  display: flex;
  flex-direction: column;
}
.tblbox2 .tbl{
  border-bottom: 1px dashed #d88a92;
}
.tblbox2 .tbl:first-of-type{
  border-top: 1px dashed #d88a92;
}
.tblbox2 .tblttl,
.tblbox2 .tblcontent{
  padding: .25rem 1rem  ;
}
.tblbox2 .tblttl{
  background: #d88a92;
  color: #fff;
  padding: .25rem 1rem  ;
  width: 80px;
}
.tblbox2 .tblcontent{
  padding: .25rem 1.5rem  ;
  width: calc(100% - 80px);
}

.tblbox3 .tblttl,
.tblbox3 .tblcontent{
  background: #fff;
  padding: 1rem 2rem;
}
.tblbox3 .tblttl{
  border-bottom: 1px solid #d88a92;
  width: 200px;
}
.tblbox3 .tblcontent{
  border-bottom: 1px solid #d2d2d2;
  width: calc(100% - 200px);
}

@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) {
  .tblbox1{
    padding: 1rem 1rem 2rem;
  }
  .tblbox1 .tblttl,
  .tblbox1 .tblcontent{
    width: 100%;
  }
  .tblbox1 .tblttl{
    color: #d88a92;
    font-weight: bold;
  }

  .tblbox3 .tblttl,
  .tblbox3 .tblcontent{
    width: 100%;
  }
  .tblbox3 .tblttl{
    background: #fff3f4;
    border: none;
    padding: .8rem 1.5rem;
  }
  .tblbox3 .tblcontent{
    padding: 2rem 1.5rem;
  }
}

/******************************
  news
******************************/
.newsbox{
  gap: 2rem;
}
.newsbox .tabarea{
  width: 150px;
}
.newsbox .panelarea{
  width: calc(100% - 220px);
}
.newsbox .tabarea{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.newsbox .tabarea .tab{
  background: #ccc;
  border-radius: 50px;
  position: relative;
  text-align: center;
}
.newsbox .tabarea .tab .newsbtn{
  border-radius: 50px;
  cursor: pointer;
  display: block;
  font-weight: bold;
  opacity: 1;
  padding: .3rem 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.newsbox .tabarea .tab.current,
.newsbox .tabarea .tab.current a,
.newsbox .tabarea .tab:hover,
.newsbox .tabarea .tab:hover a{
  background: #E08A18;
  color: #fff;
}
.newslist{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.newslist > li > a{
  background: #fffcf8;
  border: 1px solid #E08A18;
  border-radius: 20px;
  box-shadow: 3px 3px #d48214;
  display: block;
  padding: 2rem;
}
.newslist .info{
  align-items: center;
  gap: 1rem;
  margin-bottom: .5rem;
}
.newslist .info time i{
  color: #E08A18;
}
.newslist .info .cat{
  background: #E08A18;
  border-radius: 50px;
  color: #fff;
  font-size: 1.4rem;
  min-width: 100px;
  padding: 0 .5rem;
  text-align: center;
}
.newslist .content .fimgbox{
  width: 30%;
}
.newslist .content .fimgbox img{
  aspect-ratio: 3/2;
  object-fit: cover;
  height: auto;
  width: 100%;
}
.newslist .content .ftxtbox{
  width: 65%;
}
.newslist .content .ttl{
  border-bottom: 2px dashed #d88a92;
  font-size: 2rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
  .newslist .content .ttl{
    font-size: 1.8rem;
  }
  .newslist .content .ftxtbox{
    width: 68%;
  }
}
@media only screen and (max-width: 820px) {
  .newsbox .panelarea{
    width: calc(100% - 180px);
  }
  .newslist > li > a{
    padding: 1rem 2rem 2rem;
  }
  /* .newslist .content .fimgbox,
  .newslist .content .ftxtbox {
    width: 100%;
  }
  .newslist .content .ftxtbox{
    margin-top: 2rem;
  }
  .newslist .content .fimgbox img {
    aspect-ratio: 3 / 1;
  } */
  .newslist .content .fimgbox img {
    aspect-ratio: 1/1;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .newsbox .tabarea,
  .newsbox .panelarea{
    width: 100%;
  }
  .newsbox .tabarea{
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .newsbox .tabarea .tab{
    width: calc(50% - 1rem);
  }
  .newslist .content .fimgbox,
  .newslist .content .ftxtbox {
    width: 100%;
  }
  .newslist .content .ftxtbox{
    margin-top: 2rem;
  }
  .newslist .content .fimgbox img {
    aspect-ratio: 3 / 1;
  }
}

/******************************
  header
******************************/
.cmnhead{
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  z-index: 100;
}
.cmnhead .logo{
  position: relative;
  z-index: 1;
  width: 230px;
}
.cmnnavgr{
  position: fixed;
  top: 2.5rem;
  right: 1%;
  width: 100%;
}
.cmnnav{
  background: #fff;
  border-radius: 50px;
  margin-left: auto;
  max-width: 680px;
  padding: 1rem 3rem;
}
.cmnnav ul{
  gap: 2rem;
}
.cmnnav a{
  opacity: 1;
}
.cmnnav a.nowpage,
.cmnnav a:hover{
  border-bottom: 1px solid;
  color: #d88a92;
}

.spbtn,
.splogo,
.cmnnav .spob,
.cmnnav .viewsp{
  display: none;
}
.spbtn{
  background: #fff;
  cursor: pointer;
  border-radius: 5px;
  position: fixed;
  top: 1rem;
  right: 1rem;
  height:50px;
  width: 50px;
  z-index: 100;
}
.spbtn span{
  background: #d88a92;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  left: 50%;
  transition: all .4s;
  height: 2px;
  width: 60%;
}
.spbtn span:nth-of-type(1) {
  top: 35%;
  transform: translate(-50%,-50%);
}
.spbtn span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%,-50%);
}
.spbtn span:nth-of-type(3) {
  top: 65%;
  transform: translate(-50%,-50%);
}
.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) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 970px) {
  .spbtn,
  .splogo,
  .cmnnav .spob{
    display: block;
  }
  .splogo{
    margin-bottom: 2rem;
    width: 230px;
  }
  .cmnhead .cmnnavgr{
    position: static;
  }
  .cmnnav{
    background: rgba(255, 228, 192, .8);
    border-radius: 0;
    opacity: 0;
    max-width: 340px;
    overflow: auto;
    padding: 4rem 3rem;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100lvh;
    width: 100vw;
    transition: 1s;
    z-index: 99;
  }
  .cmnnav.active{
    opacity: 1;
    pointer-events: all;
  }
  .cmnnav .spob{
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .cmnnav .spob::before{
    content: "";
    aspect-ratio: 89/75;
    background: url(../images/common/logosp.png) no-repeat center / cover;
    opacity: .3;
    position: absolute;
    right: -17%;
    bottom: -5%;
    width: 130%;
  }
  .cmnnav ul{
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 1rem;
    z-index: 1;
  }
  .cmnnav ul li a{
    background: #fff;
    border-radius: 50px;
    border: none !important;
    display: block;
    opacity: 1;
    padding: .5rem 2rem;
    position: relative;
  }
  .cmnnav a.nowpage,
  .cmnnav a:hover{
    background: #d88a92;
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .cmnnav .viewpc{
    display: none ;
  }
  .cmnnav .viewsp{
    display: block;
  }
}

/******************************
  fot-contact
******************************/
.fot-contact {
  background: #fff3e4;
  padding: 10rem 0;
}
.fot-contact.topfotcon {
  background: rgba(255, 243, 228,.3);
  background: none;
}
.fot-contact.topfotcon .bubble{
  display: none;
}
.fot-contact .bubble{
  position: absolute;
}
.fot-contact .bubble1{
  aspect-ratio: 1440 / 977;
  background: url(../images/ob/bubble1.svg) no-repeat center / contain;
  top: -16rem;
  right: -8%;
  width: 70%;
}
.fot-contact .bubble2{
  aspect-ratio: 1234 / 1353;
  background: url(../images/ob/bubble2.svg) no-repeat center / contain;
  top: -13rem;
  left: 0;
  width: 43%;
}
.fot-contact .content{
  background: #fff2f3;
  border: 5px solid #d88a92;
  border-radius: 30px;
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
  padding: 3rem;
}
.fot-contact .content .for,
.fot-contact .content .tel{
  font-size: 2rem;
}
.fot-contact .content .tel a{
  font-size: 3rem;
  font-weight: bold;
}
.fot-contact .content .txtbox{
  margin-top: 1rem;
}
@media only screen and (max-width: 1180px) {
  .fot-contact .bubble1 {
    top: -13rem;
    width: 80%;
  }
  .fot-contact .bubble2 {
    top: -8rem;
    left: -2%;
    width: 43%;
  }
}
@media only screen and (max-width: 1024px) {
  .fot-contact .bubble1 {
    top: -9rem;
    width: 90%;
  }
  .fot-contact .bubble2 {
    top: -10rem;
    left: -8%;
    width: 53%;
  }
}
@media only screen and (max-width: 820px) {
  .fot-contact .bubble1 {
    right: -20%;
    height: calc(100% + 20rem);
    width: auto;
  }
  .fot-contact .bubble2 {
    width: 63%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .fot-contact {
    padding: 7rem 0;
  }
  .fot-contact .bubble1 {
    right: -400px;
    height: 660px;
  }
  .fot-contact .bubble2 {
    width: 260px;
  }
  .fot-contact .content{
    border: 3px solid #d88a92;
    border-radius: 10px;
    padding: 2rem;
    text-align: left;
  }
  .fot-contact .content .for,
  .fot-contact .content .tel {
    font-size: 1.8rem;
  }
  .fot-contact .content .tel{
    line-height: 1;
    margin: 2rem 0;
  }
  .fot-contact .content .tel a{
    display: inline-block;
    font-size: 2.9rem;
    line-height: 1.4;
  }
}

/******************************
  footer
******************************/
.cmnfot {
  background: #d88a92;
  color: #fff;
  padding: 5rem 0 2rem;
  text-align: center;
}
.cmnfot .ttl{
  font-size: 4rem;
}

.cmnfot ul{
  display: flex;
  flex-direction: column;
  margin: 2rem 0 3rem;
}
.cmnfot ul li a{
  color: #fff;
  text-decoration: underline;
}
@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) {
  .cmnfot .ttl{
    font-size: 3rem;
  }
  .cmnfot ul {
    margin: 1rem 0 2rem;
  }
  .fotcopy{
    font-size: 1.2rem;
  }
}