@charset "utf-8";
.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-decoration-thickness: 1px;
  text-underline-offset: 6px;
  text-align:center;
}
  .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;
  text-align:center;
  }
.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;
}
@media(min-width:1024px){
.contact{
  padding-top:200px;
}
.contact h2{
  font-size:5.0rem;
  margin-bottom:50px;
}
}
.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;
}
}