@charset "utf-8";
@import url('https://fonts.cdnfonts.com/css/pearce');

.invisible-style{
  display: none!important;
}

.accent-font {
  font-family: 'Pearce', sans-serif;
  font-weight: 100;
  font-style: normal;
}

body{
  position: relative;
  font-size:16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  word-break: auto-phrase;
  background-color: #F8F8F8;
}

h1{
  font-weight: bold;
  margin: 0;
}

h2{
  font-weight: bold;
  margin: 0;
}

h3{
  font-weight: bold;
  margin: 0;
}

h4{
  font-weight: bold;
  margin: 0;
}

h5{
  font-weight: bold;
  margin: 0;
}

p{
  margin:0;
  line-height: 1.5;  
  font-weight: 400;
}

.sp{
  display:none;
}

a{
  color: #000;
}
  
a:hover{
  color: #01A0E9;
  text-decoration: underline;
}

img{
  width:100%;
  object-fit: contain;
}


h1{
  font-size: clamp(1.5rem, 1.136rem + 1.21vw, 2.5rem);
}

iframe{
  width: 100%;
  height: 500px;
}

.container{
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 0 5rem!important;
  margin: 0 auto!important;
  overflow: hidden;
}

.container-side{
  position: relative;
  width: 70%;
  max-width: 1200px;
  padding: 0!important;
  margin: 0 auto!important;
}

.content-wrap{
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}


/* 小ページタイトル */
.content-title{
  position: relative;
  padding-top: 140px;
  z-index: 1;
  width: 80%;
  margin: 0 auto 5rem;
  max-width: 1200px;
}

.content-title-side{
  margin: 0 0 5rem;
}

.content-title-img{
  position: absolute;
  top: 0;
  right: 0%;
  max-width: 30%;
  height: auto;
  z-index: -1;
}

.content-title-text{
  position: relative;
  z-index: 1;
}

.content-title-text h1{
  font-size: 5rem;
  color: #FD5B50;
  z-index: 1;
  font-weight: 800;
  margin-bottom: 1rem;
}

.content-title-text p{
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 6rem;
}

.content-title-text p:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 5rem;
  height: 0.75rem;
  border-radius: 0.5rem;
  background-color: #FD5B50;
}

/* 固定サイドメニュー */

.fixed-menu-wrap{
  position: fixed;
  top: 20%;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 13%;
  min-width: 200px;
  z-index: 10;
}

.fixed-menu{
  background-color: #fff;
  padding: 3rem 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-radius: 0 10px 10px 0;
  font-size: 14px;
  box-shadow: 0 4px 8px #0000005e;
}

.fixed-menu a{
  padding-left: 1.5rem;
  position: relative;
  text-decoration: none;
}

.fixed-menu a p{
  font-weight: bold;
}

.fixed-banner{
  width: 100%;
  height: auto;
  //position: fixed;
  //top: 52%;
  //left: 0;
  border-radius: 10px;
  box-shadow: 0 4px 8px #0000005e;
  //z-index: 10;
}

.now-posi{
    color: #01A0E9;
}

.now-posi::before{
    content: "⚫︎";
    position: absolute;
  	color: #01A0E9;
    left: 0;
    top: 0.125rem;
    font-size: 0.75rem;
}

/* メインボタン */
.main-btn{
  width: 240px;
  text-align: center;
  padding: 20px 1rem;
  border-radius: 40px;
  background-color: #C6FE5C;
  box-shadow: 2px 2px 4px #0000008e;
  display: block;
  transition: all 0.5s ease;
  height: fit-content;
  border: none;
  font-weight: bold;
}

.main-btn p{
  font-weight: bold!important;
}

.main-btn:hover{
  background-color: #FD5B50;
  box-shadow: 0px 0px 4px #0000008e;
  text-decoration: none;
  color: #FFF;
}

.main-btn:hover p{
  color: #FFF;
  text-decoration: none;
}

/* サブボタン */
.sub-btn{
  width: 240px;
  text-align: center;
  padding: 20px 1rem;
  border-radius: 40px;
  background-color: #FFF;
  border: 3px solid #C6FE5C; 
  box-shadow: 2px 2px 4px #0000008e;
  display: block;
  transition: all 0.5s ease;
  font-weight: bold;
}

.sub-btn p{
  font-weight: bold;
}

.sub-btn:hover{
  box-shadow: 0px 0px 4px #0000008e;
  border: 3px solid #FD5B50; 
  text-decoration: none;
}

.sub-btn:hover p{
  color: #000;
  text-decoration: none;
}

/* お問い合わせバナー */
.content-contact{
  position: relative;
  margin: 0 auto;
  width: 100%;
  background-color: #FD5B50;
  padding: 5rem 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.content-contact-b{
  background-color: #01A0E9!important;
}

.content-contact-w{
  background-color: #FFF!important;
  text-align: center;
  font-weight: bold;
}

.content-contact-w h2{
  color: #01A0E9;
}


.content-contact-deco01{
  position: absolute;
  right: -5rem;
  top: -5rem;
  width: 25%;
  height: auto;
}

.content-contact-deco02{
  position: absolute;
  left: -3rem;
  bottom: -6rem;
  width: 25%;
  height: auto;
  z-index: -1;
  animation-delay: .5s;
}

.content-contact-head{
  color: #fff;
  position: absolute;
  left: 5%;
  top: 3rem;
  width: fit-content;
}

.content-contact-head p:before{
  background-color: #fff!important;
}

.content-contact-head h2{
  font-size: 3.5rem!important;
  color: #fff!important;
}

.content-contact-title{
  font-size: 3rem;
  text-align: center;
  color: #C6FE5C;
}

.content-contact-img{
  width: 240px;
  height: auto;
  margin: 1rem auto;
}

.content-contact-link{
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
}

.content-contact-link-item{
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  text-align: center;
  border: #000 solid 2px;
  border-radius: 1.5rem;
  padding: 1rem;
  font-weight: bold;
  min-width: 260px;
  transition: all .3s;
}

.content-contact-link-item:hover{
  background-color: #005D91;
  color: #fff;
  text-decoration: none;
  transition: all .3s;
}

.content-contact-link-item p{
  text-align: center;
  font-weight: bold;
}

.content-contact-link-item img{
  max-width: 32px;
  height: auto;
}

.content-contact-text{
  position: relative;
}

.content-contact-text h2{
  font-size: 1.5rem;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.content-contact-text h2::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 5px;
  background-color: #000; 
}

.row{
  margin:0;
}

.contact-item{
  position: relative;
  width: 90%;
  margin: 5rem auto 5rem 10%;
  padding: 3rem 0;
}

.contact-item h2{
  font-size: 4rem;
  color: #EBC551;
  margin-bottom: 1rem;
}

.contact-item-text{
    position: relative;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    z-index: 1;
}

.trans-item{
    position: relative;
    width: 80%;
    margin: 5rem auto;
    padding: 3rem 0;
    display: flex;
    justify-content: center;
    gap: 2rem;
}


.form-btn{
    position: relative;
    display: block;
    height: auto;
    width: fit-content;
    padding: 1rem;
    font-size: 1.25rem;
    color: #fff;
    margin: 2rem auto;
    border: 1px solid #fff;
  min-width: 200px;
}

.form-btn p{
  margin: 0;
  line-height: 1;
}
.form-btn:hover{
    background-color: #EBC551;
    color: #fff;
}


/* スライドする要素 */
.slide-img {
  width: 320px;
  height: 240px;
  object-fit: cover;
  border-radius: 10px;
}

.slide-img-rec {
  width: 480px;
  height: 320px;
  object-fit: cover;
  border-radius: 10px;
}

.slide-img-top {
  border-radius: 0!important;
}
/* スライドレールの枠 */
.slide-wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 320px;
  width: max-content;
}

.slide {
  flex: 0 0 auto; /* 必須：スライド幅を固定 */
}

/* contentをまとめたスライドブロック */
.slideshow {
  display: flex;
  gap: 0.5rem;
  -webkit-animation: loop-slide 30s infinite linear 1s both;
  animation: loop-slide 30s infinite linear 1s both;
  width: max-content;
  margin-right: 0.5rem;
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100.5%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100.5%);
  }
}


@media screen and (max-width: 1280px) {
  .container-side{
    width: 80%;
    max-width: 80%;
    margin: 0 auto!important;
  }
  .fixed-menu{
    display: none;
  }
  .fixed-menu-wrap{
  	display: none;
  }
  .content-title-side{
    margin: 0 auto 5rem;
  }
}


@media screen and (max-width: 1024px) {
  .container-side{
    width: 90%;
    max-width: 90%;
  }
  .content-wrap{
    position: relative;
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .content-title-text h1{
    font-size: 3rem;
  }
  .sp{
    display:block;
  }
  .pc{
  display:none;
  }
  body{
    font-size:14px;
  }
  .content-title-text p{
    position: relative;
    font-size: 1rem;
    font-weight: bold;
    padding-left: 3rem;
  }

  .content-title-text p:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.75rem;
    width: 2.5rem;
    height: 0.5rem;
    border-radius: 0.5rem;
    background-color: #FD5B50;
  }
  .content-contact-title{
    font-size: 2rem;
    text-align: center;
    color: #C6FE5C;
  }
  .content-contact-link{
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
  .content-wrap{
    position: relative;
    width: 100%;
  }
  .slide-wrap-r {
    height: auto!important;
    width: 95%;
    margin: 0 auto;
  }
  .slideshow-r {
    display: flex;
   // flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    -webkit-animation: none;
    animation: none;
    width: 100%;
    margin: 0 auto;
  }
  .slideshow-r:nth-child(2) {
    display: none;
  }
  .slide-img-rec {
    width: 360px;
    height: 240px;
    object-fit: cover;
    border-radius: 10px;
  }
}

