@charset "utf-8";
html { scroll-behavior: smooth;}
.header{
  position:sticky;
  inset:0;
  z-index:9999;
}
.h-title img{
  float:left;
  width:40px;
  margin:8px 0 0 20px;
}
.h-title h1{
  font-family: kigelia-lgc, sans-serif;
  font-style: normal;
  float:left;
  margin:10px 10px 10px 5px;
  font-size:1.8rem;
  font-weight:500;
  color:#1b4453;
  }
.h-menu{
  display:none;
}
.h-phone{
  display:none;
}

.header-container {
  position: relative;
  margin: 0 !important;
}

.header__navi {
  z-index: 1;
  position: absolute;
  top: 0%;
  left: 0%;
  background-color:rgb(0,0,0,0.6);;
  width: 100%;
  transform: translateY(-120%);
  transition: all 0.6s;
}

.header__navi.active {
  transform: translateY(0%);
}

.header__navi img {
 width:60px;
 margin-top:30px;
}
.header__navi ul {
  padding: 70px 0 40px;
  text-align: center;
}

.header__navi li {
  color:#FFF;
  font-size:1.4rem;
  font-weight:400;
  list-style: none;
  margin-bottom: 24px;
}

.header__navi li a {
  color: #FFF;
  text-decoration: none;
}

/* メニューボタン */
.sp-menu-btn {
  background-color: transparent;
  border: none;
  position: absolute;
  top:0px;
  right: 10px;
  width: 60px;
  height: 40px;
  cursor: pointer;
  z-index: 1000;
}

.sp-menu-btn .line {
  display: block;
  position: absolute;
  height: 2px;
  right: 15px;
  background:#1b4453;
  transition: 0.3s ease-in-out;
}

.sp-menu-btn span:nth-child(1) {
  top: 16px;
  width: 25px;
}

.sp-menu-btn span:nth-child(2) {
  top: 24px;
  width: 25px;
}
.sp-menu-btn span:nth-child(3) {
  top: 32px;
  width: 25px;
}

/* メニューが開いているときのボタン */
.sp-menu-btn.active span:nth-child(1) {
  top: 24px;
  background: #FFF;
  transform: rotate(-45deg);
}

.sp-menu-btn.active span:nth-child(2) {
  display:none;
}
.sp-menu-btn.active span:nth-child(3) {
  top: 24px;
  background: #FFF;
  transform: rotate(45deg);
}
.header-back{
  padding:25px;
  background-color:rgb(240,240,240,0.8);
}
@media(min-width:1024px) {
  .header-container{
    display:none;
  }
.header{
  background-color:rgb(240,240,240,0.8);
  padding:10px 50px 10px 50px;
}
.h-title img{
  float:left;
  width:75px;
}
.h-title h1{
  float:left;
  margin:20px 30px 20px 15px;
  font-size:4.5rem;
  font-weight:500;
  color:#1b4453;
  }
.h-menu{
  display:block;
  padding:30px 30px 20px;
}
.h-menu p{
  font-size:1.6rem;
  font-weight:300;
  text-align:center;
}
  .h-menu p a{
    color:#333;
    text-decoration:none;
  }
.h-phone{
  display:block;
  float:right;
  text-align:left;
}
.tel{
  font-size:1.6rem;
}
.number{
  font-size:4.0rem;
  font-weight:600;
  color:#31758f;
}
  .number a{
  color:#31758f;
  text-decoration:none;
  }
  .header-back{
  display:none;}
}
.top{
  background-size:cover;
  width:100%;
  height:90vh;
  background-image:url("../images/photo/topimage.jpg");
  background-position:center;
  background-repeat:no-repeat;
}
  .h-comment{
    text-align:center;
    padding:200px 15px 0 15px;
  }
  .h-comment p{
  color:#f0f0f0;
  padding:3px;
  font-size:1.8rem;
  line-height:3.5rem;
  font-weight:400;
  text-decoration:underline;
  text-underline-offset: 6px;
}
  .font-color{
    color:#f0ff00;
    font-size:2.3rem;
    font-weight:500;
  }
.break:after{
 content: "\A";
  white-space: pre;
}

@media(min-width:1024px){
.top{
  background-size:cover;
  height:90vh;
  background-position:50% 30%;
  background-attachment: fixed;
}
  .h-comment{
    padding:200px 0 0 0px;
  }
  .h-comment p{
  padding:7.5px 10px;
  font-size:3.0rem;
  line-height:6.0rem;
  text-decoration:underline;
  text-underline-offset: 10px;
}
  .font-color{
    font-size:5.0rem;
  }
  .break:after{
   white-space: nowrap;
}
}

.about{
  background-color:#f0f0f0;
  padding:120px 20px;
}
.about h2{
  color:#1b4453;
  font-size:3.0rem;
  font-weight:500;
  margin-bottom:40px;
}
.about1{
  display:block;
}
.a-description{
  padding:0px 30px;
}
.a-description h3{
  margin:30px 0;
  font-size:2.4rem;
  line-height:3.6rem;
  font-weight:300;
  text-align:center;
}
.a-description p{
  font-size:1.4rem;
  line-height:2.4rem;
  font-weight:300;
  text-align:left;
}
.a-photo{
}
.a-photo img{
  max-width:335px;
  width:100%;
  height:240px;
  object-fit:cover;
  border-radius:30px;
}
.button1{
  margin-top:50px;
  padding:10px 25px;
  background-color:#31758f;
  color:#FFF;
  font-size:1.4rem;
  font-weight:400;
  border:solid 2px #275f74;
  border-radius:35px;
  display:inline-block;
  box-shadow: 0px 5px 0px #275f74;
  transition: .3s;
}
.button1:hover {
  box-shadow: unset;
  transform: translateY(4px);
}

@media(min-width:1024px){
.about{
  padding:230px 80px;
}
.about h2{
  font-size:5.0rem;
  margin-bottom:100px;
}
.about1{
  display:flex;
  flex-direction:row-reverse;
  justify-content:center;
  align-items:center;
}
.a-description{
  padding:0px 40px 0px 100px;
  flex:1;
}
.a-description h3{
  font-size:3.5rem;
  line-height:5.5rem;
  text-align:left;
  margin-bottom:70px;
}
.a-description p{
  font-size:1.8rem;
  line-height:3.0rem;
  padding-right:80px;
}
.a-photo{
  flex:1;
}
.a-photo img{
  max-width:500px;
  height:400px;
  margin-right:100px;
}
.button1{
  margin-top:60px;
  padding:15px 35px;
  font-size:2.0rem;
}
}

.point{
  padding:120px 30px;
}
.point h2{
  color:#1b4453;
  font-size:3.0rem;
  font-weight:500;
  margin-bottom:10px;
}
.point-all{
  display:inline-block;
}
.point1,.point2,.point3{
  margin:50px 30px;
  padding:40px 25px 40px;
  background-color:#f9f9f9;
  border:solid 2px #45839a;
  border-radius:30px;
  box-shadow:10px 10px 0px 0 rgb(49, 117, 143);
}
.point1 img,.point2 img,.point3 img{
  height:110px;
  margin-bottom:25px;
}
.point1 h4,.point2 h4,.point3 h4{
  font-size:2.0rem;
  font-weight:400;
  margin-bottom:20px;
}
.point1 p,.point2 p,.point3 p{
  font-size:1.4rem;
  font-weight:300;
  line-height:2.0rem;
  text-align:left;
}
.point-description{
  margin-top:20px;
}
.point-description p{
  font-size:1.6rem;
  font-weight:400;
  line-height:2.8rem;
  }
.break:after{
 content: "\A";
  white-space: pre;
}
.pickup{
  color:#1b4453;
  font-size:1.8rem;
  font-weight:500;
  background: linear-gradient(transparent 60%, #f0ff00 60%);
}

@media(min-width:1024px){
.point{
  padding:200px 100px;
}
.point h2{
  font-size:5.0rem;
  margin-bottom:100px;
}
.point-all{
  display:flex;
  padding:0 45px;
}
.point1,.point2,.point3{
  margin:0 30px;
  padding:50px 40px 40px;
  width:380px;
  box-shadow:15px 15px 0px 0 rgb(49, 117, 143);
}
.point1 img,.point2 img,.point3 img{
  height:110px;
  margin-bottom:60px;
}
.point1 h4,.point2 h4,.point3 h4{
  font-size:2.6rem;
  margin-bottom:25px;
}
.point1 p,.point2 p,.point3 p{
  font-size:1.8rem;
  line-height:2.7rem;
  text-align:left;
}
.point-description{
  margin-top:80px;
}
.point-description p{
  font-size:2.4rem;
  line-height:4.0rem;
  }
  .break:after{
  white-space:nowrap;
  letter-spacing: -0.5rem;
  }
.pickup{
  font-size:3.0rem;
}
}

.example{
  padding:110px 20px;
  background-color:#f0f0f0;
}
.example h2{
  color:#1b4453;
  font-size:3.0rem;
  font-weight:500;
  margin-bottom:40px;
}
 .slide-items {
  margin:0 auto;
  width:90%;
  position: relative;
    overflow: hidden;
  }
/* 矢印画像の共通スタイル */
.slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: auto;
  z-index: 10;
  cursor: pointer;
}
/* 左矢印は左端に配置 */
.prev-arrow {
  left: 0;
  width:30px;
}

/* 右矢印は右端に配置 */
.next-arrow {
  right: 0;
  width:30px;
}

.slide-box{
  margin:0 auto 30px;
  max-width:100%;
  padding:0 20px 0;
  background-color:#FFF;
  border:solid 2px #45839a;
  border-radius:30px;
  box-shadow:5px 5px 0px 0 rgb(49, 117, 143);
  display:block;
}
  .slide-items .slide-box{
    margin-right: 2vw!important;
    margin-left: 2vw!important;
}
  .slick-dots{
    bottom:-8px!important;
  }
.e-photo img{
  width:100%;
  margin:25px auto 0;
  min-width:240px;
  height:230px;
  object-fit:cover;
  border-radius:20px;
}
.e-description{
  width:300px;
  margin:0 auto;
}
.e-description h5{
  margin:30px 20px 0 0;
  font-size:2.4rem;
  font-weight:500;
  text-align:center;
}
.e-description h5 span{
  font-size:1.6rem;
  font-weight:400;
}
.e-description table{
  margin:30px 30px 40px 20px;
  text-align:left;
  font-size:1.6rem;
  font-weight:300;
  line-height:3.0rem;
}
.e-description table th{
  font-weight:300;
}
.break:after{
 content: "\A";
  white-space: pre;
}

@media(min-width:1024px){
.example{
  padding:200px 50px;
}
.example h2{
  font-size:5.0rem;
  margin-bottom:100px;
}
/* 左矢印は左端に配置 */
.prev-arrow {
  width:40px;
}
/* 右矢印は右端に配置 */
.next-arrow {
  width:40px;
}
.slide-box{
  display:flex !important;
  justify-content:center;
  align-items:center;
  box-shadow:10px 10px 0px 0 rgb(49, 117, 143);
}

.e-photo{
    flex:1;
  }
.e-photo img{
  margin:40px;
  max-width: 100%;
  height:350px;
}
.e-description{
  padding:20px 40px 20px 40px;
  flex:1;
}
.e-description h5{
  margin-top:30px;
  font-size:3.5rem;
}
.e-description h5 span{
  font-size:2.0rem;
}
.e-description table{
  margin:40px 30px 40px 80px;
  font-size:2.0rem;
  font-weight:300;
  line-height:4.0rem;
}
  .break::after{
  white-space: nowrap;
}
  }

.contact{
  padding-top:120px;
  background-color:#f0f0f0;
}
.contact h2{
  color:#1b4453;
  font-size:3.0rem;
  font-weight:500;
  margin-bottom:40px;
}
.contact-back{
  padding:40px 20px 65px;
  background:linear-gradient(180deg,#71bfbc,#226484);
}
.contact-back h3{
  margin:20px 0;
  color:#f0ff00;
  font-size:2.4rem;
  font-weight:600;
}
.contact-contents{
  margin-top:60px;
  display:inline-block;
}
.contact-back p{
  color:#FFF;
  font-size:1.4rem;
  line-height:2.2rem;
  font-weight:400;
}
.break::after{
  content:"\A";
  white-space:pre;
}
.contact-tel,.contact-mail{
  margin-bottom:35px;
  background-color:#FFF;
  width:220px;
  padding:30px 20px;
  border-radius:30px;
  position:relative;
}
.contact-tel img{
  width:65px;
  position:absolute;
  transform: translate(-240%, -80%);
}
.contact-tel h4,.contact-mail h4{
  color:#31758f;
  font-size:2.0rem;
  font-weight:500;
}
.contact-tel a{
  text-decoration:none;
  color:#31758f;
}
.contact-tel a:hover{
  opacity: 0.7;
}
.contact-tel p{
  margin:15px 0;
  color:#31758f;
  font-size:3.0rem;
  font-weight:600;
}
.contact-tel-time{
  color:#333;
  font-size:1.2rem;
  font-weight:400;
  line-height:1.4rem;
}
.contact-mail img{
  width:65px;
  position:absolute;
  transform: translate(-240%, -80%);
}
.contact-mail p{
  margin:15px 0;
  color:#333;
  font-size:1.2rem;
  font-weight:400;
}
.button2{
  max-width:200px;
  padding:10px 20px;
  color:#FFF;
  font-size:1.6rem;
  font-weight:400;
  background-color:#31758f;
  border:solid 2px #275f74;
  border-radius:35px;
  display:inline-block;
  box-shadow: 0px 5px 0px #275f74;
  transition: .3s;
}
.button2:hover {
  box-shadow: unset;
  transform: translateY(4px);
}

@media(min-width:1024px){
.contact{
  padding-top:200px;
}
.contact h2{
  font-size:5.0rem;
  margin-bottom:50px;
}
.contact-back{
  padding:50px 50px 80px;
}
.contact-back h3{
  margin:20px 0 50px;
  font-size:4.3rem;
}
.contact-contents{
  margin-top:80px;
  display:flex;
  justify-content: center;
}
.contact-back p{
  font-size:2.0rem;
  line-height:3.5rem;
}
.contact-tel,.contact-mail{
  width:450px;
  margin:0 50px;
  padding:50px 50px 40px 50px;
}
.contact-tel img{
  width:130px;
}
.contact-tel h4,.contact-mail h4{
  font-size:3.0rem;
}
.contact-tel p{
  margin:40px 0;
  font-size:5.0rem;
}
.contact-tel-time{
  font-size:1.6rem;
  line-height:2.6rem;
}
.contact-mail img{
  width:130px;
}
.contact-mail p{
  margin:30px 0;
  font-size:1.8rem;
}
.button2{
  max-width:350px;
  padding:15px 35px;
  font-size:2.0rem;
}
.break:after{
  white-space: nowrap;
}
}

.map{
  padding:70px 30px;
}
.map iframe{
  min-width:275px;
  width:100%;
  height:400px;
}

@media(min-width:1024px){
.map{
  padding:150px 130px;
}
  .map iframe{
  min-width:800px;
  height:500px;
}
}

.footer{
  color:#FFF;
  padding:140px 20px 80px;
  background-image:url("../images/photo/footerimage.jpeg");
  background-size:cover;
  background-position:top 25% left 40%;
  background-repeat:no-repeat;
  background-color: rgba(0,0,0,0.6);
  background-blend-mode: overlay;
  object-fit:cover;
}
.footer h6{
  font-family: kigelia-lgc, sans-serif;
  font-style: normal;
  font-size:3.6rem;
  font-weight:500;
}
.footer img{
  margin:10px;
}
.address{
  margin:50px;
}
.address p{
  font-size:1.4rem;
  font-weight:400;
  line-height:2.4rem;
}
.break:after{
  content:"\A";
  white-space:pre;
}
.copyright{
  margin-top:100px;
}
.copyright p{
  font-size:1.1rem;
  font-weight:300;
  }
.up_btn img{
  width:90px;
  z-index:1000;
  transition: transform 0.3s ease;
}
.up_btn img:hover {
  transform: scale(1.1,1.1);
}

@media(min-width:1024px){
.footer{
  padding:170px 50px 50px;
  background-size:120%;
  background-position:75% 30%;
}
.footer h6{
  font-size:5.0rem;
}
.address{
  margin:50px;
}
.address p{
  font-size:1.6rem;
  line-height:3.0rem;
}
.copyright{
  margin-top:100px;
}
.copyright p{
  font-size:1.4rem;
  }
  .break:after{
    white-space:nowrap;
  }
  .up_btn img{
  width:130px;
}
}