@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;
}
}
.pagetitle{
  background-image:url("../images/photo/topimage.jpg");
  background-position:center;
  background-size:cover;
  height:140px;
  position: relative;
}
.pagetitle::before{
    background-color:rgba(0,0,0,0.3);
    position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}
.pagetitle h2{
  margin:0 auto;
  position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
  color:#fff;
  font-size:2.0rem;
  font-weight:400;
  white-space:nowrap;
}

@media(min-width:1024px){
.p-background{
display:none;
}
.pagetitle{
  height:250px;
  position: relative;
}
.pagetitle h2{
  font-size:3.0rem;
}
}

.maincost{
  background-color:#f0f0f0;
  padding:70px 20px 100px;
}
.description{
  margin-bottom:30px;
}
.description p{
  font-size:1.4rem;
  font-weight:400;
}

table{
  background-color:#fff;
  width:335px;
  margin:0 auto;
}
th{
  color:#fff;
  font-size:0.8rem;
  font-weight:400;
  background-color:#45839a;
  width:95px;
  vertical-align: middle;
}
td{
  font-size:0.8rem;
  font-weight:300;
  line-height:1.4rem;
  border:solid 1px #45839a;
  vertical-align: middle;
  padding:10px;
}
.first-cell {
    background-color: #f0f0f0;
    border-top:solid 1px #f0f0f0;
    border-left:solid 1px #f0f0f0;
}
  tr > th:first-child {
    width:55px;
  }

th[scope="row"] {
  background-color: #fbfbfb;
  border:solid 1px #45839a;
  color:#333;
  font-weight:300;
}
.center{
  display:inline-block;
  text-align:left;
}
  
.supplement{
  margin:20px auto 0;
  display:inline-block;
}
.supplement p{
  font-size:1.2rem;
  font-weight:300;
  line-height:1.8rem;
  text-align:left;
}

@media(min-width:1024px){
  .maincost{
  padding:100px 100px 170px;
}
.description{
  margin-bottom:60px;
}
.description p{
  font-size:1.8rem;
  font-weight:400;
}

table{
  max-width:1035px;
  min-width:800px;
}
th{
  font-size:1.8rem;
  width:180px;
  padding:10px;
}
td{
  font-size:1.8rem;
  line-height:2.4rem;
  padding:20px;
}
  tr > th:first-child {
    width:100px;
  }
  .supplement{
    padding-right:150px;
  }
  
.supplement p{
  font-size:1.6rem;
  line-height:3.0rem;
}  
}

.conclusion{
  padding:100px 20px 80px;
  background-color:#fff;
}
.blueline{
  width:40px;
  border-bottom:solid 2px #45839a;
  margin-bottom:30px;
  margin:20px auto 30px;
}
.conclusion h3{
    color:#1b4453;
  font-size:2.0rem;
  line-height:3.2rem;
  font-weight:400;
}
  .c-flex{
    display:block;
  }
.conclusion img{
  max-width:500px;
  min-width:335px;
  width:100%;
  height:320px;
  object-fit:cover;
  border-radius:30px;
  margin-bottom:40px;
}
.c-description p{
  font-size:1.4rem;
  font-weight:300;
  text-align:left;
}
.pickup{
  color:#1b4453;
  font-size:1.8rem;
  font-weight:500;
  background: linear-gradient(transparent 60%, #f0ff00 60%);
}
  
@media(min-width:1024px){
.conclusion{
  padding:170px 50px 120px;
}
  .blueline{
  width:70px;
  border-bottom:solid 4px #45839a;
  margin:35px auto 80px;
}
.conclusion h3{
  font-size:3.0rem;
}
  .c-flex{
    display:flex;
    flex-flow:row-reverse;
  }
  .c-photo{
    flex:1;
    padding-right:150px;
  }
.conclusion img{
  max-width:400px;
  width:100%;
}
  .c-description{
    flex:1;
    padding:30px 0 0 200px;
  }
.c-description p{
  font-size:1.8rem;
  line-height:3.2rem;
}
  .pickup{
  font-size:3.0rem;
}
}

.contact{
  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{
}
.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;
}
}
.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;
}
}