@charset "UTF-8";

@media (max-width: 1040px) {
  .is-sp-none {
    display: none!important;
  }
}
/* CSS Document */
#nav-drawer {
  padding-right: 40px;
  text-align: right;
  position: relative;
}

#nav-open {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 60px;
  position: relative;
  z-index: 1000;
}

#nav-open span {
  position: absolute;
  height: 3px;
  width: 25px;
  background-color: #777;
  display: block;
  content: "";
}

#nav-open span::before {
  bottom: -8px;
}

#nav-open span::after {
  bottom: -16px;
}
#nav-close {
  display: none; /* 初期状態では閉じるボタンを非表示にする */
}

#nav-input:checked ~ #nav-close {
  display: block; /* メニューが開いた時に閉じるボタンを表示する */
}
#nav-content {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color:rgba(229, 222, 214, 0.90);
  text-align: left;
  transform: translateX(-105%);
  transition: 0.3s ease-in-out;
  box-shadow: 5px 0 25px rgba(0, 0, 0, 0.25);
}

.nav-drawer__title {
  display: block;
  font-size: 40px;
  font-weight: 400;
  color: #333;
  margin-bottom: 30px;
  font-family: 'Playfair Display', serif;
  margin-top: 24px;
  margin-left: 40px;
  font-style: italic;
}

.nav-drawer__link-top {
    display: block;
}
.menu-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}
.menu-container ul li {
  margin-bottom: 36px;
}

.menu-container ul li a {
  text-decoration: none;
  font-size: 40px;
  font-weight: 400;
  color: #333;
  font-family: 'Playfair Display', serif;
  line-height: 40px;
  vertical-align: middle;
  text-decoration: none;
}
#nav-input:checked~#nav-close {
    display: block;
}

#nav-input:checked~#nav-content {
    transform: translateX(0%);
}
@media(min-width:480px) {
  .nav-drawer__title {
    display: block;
    font-size: 40px;
    font-weight: 400;
    color: #333;
    margin-bottom: 30px;
    font-family: 'Playfair Display', serif;
    margin-top: 25px;
  }
}
.section-top__image {
  background-image: url(../img/topimage.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh; 
  margin-top: 0;
  position: relative;
}
.section-top__image h2 {
  width: 250px;
  height: 270px;
  flex-shrink: 0;
  color: #FFF;
  text-align: center;
  font-family: 'Sawarabi Mincho';
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  word-wrap: break-word;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 200px;
  margin-right: 15px;
}
.section-toppart {
  margin: 0 40px 0;
}

.section-mainpart {
  margin: 0 40px 0;
}
.section-about {
  margin: 120px 0;
}
.section-about__summary {
  margin-top: 80px;
  list-style: none;
  color: #333;
  margin-bottom: 40px;
}
.section-about__summary h3 {
  font-size: 24px;
  margin: 20px 0;
  text-align: left;
}
.section-about__summary p {
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}
.section-about__design {
  margin-bottom: 60px;
}
.section-about__item-picture {
  width: 90%;
  height: 80%;
  border-radius: 30px;
}

.section-about__paragraph1 {
  color: #333;
  font-family: 'Sawarabi Mincho';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  margin-bottom: 30px;
  width: 100%;
}

.section-about__paragraph2 {
  color: #333;
  font-family: 'Sawarabi Mincho';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  width: 100%;
}
.section-about__paragraph3 {
  color: #333;
  font-family: 'Sawarabi Mincho';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  margin-bottom: 30px;
}
.section-about__paragraph4 {
  color: #333;
  font-family: 'Sawarabi Mincho';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
}
.section-about__block {
  width: 100%;
}
.section-profile {
  margin: 120px 0;
}

.section-profile h3 {
  color: #333;
  font-family: 'Sawarabi Mincho';
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 60px;
  text-align: center;
}

.section-mainpart img {
  border-radius: 30px;
}

.section-profile p span {
  color: #333;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.section-profile__discription1 {
  color: #333;
  font-family: 'Sawarabi Mincho';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  margin-bottom: 30px;
}
.section-profile__discription2 {
  color: #333;
  font-family: 'Sawarabi Mincho';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  margin-bottom: 30px;
}
.section-profile__discription3 {
  color: #333;
  font-family: 'Sawarabi Mincho';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
.section-profile__item-picture {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.section-service {
  padding: 120px 0;
}

.section-service__time {
  color: #333;
  text-align: center;
  font-family: 'Sawarabi Mincho';
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 60px;
}

.section-service h3 {
  color: #333;
  font-family: 'Sawarabi Mincho';
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 60px 0;
}

.section-service__discription {
  color: #333;
  width: 100%;
  font-family: 'Sawarabi Mincho';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  margin-bottom: 60px;
}

.btn {
  display: inline-flex;
  height: 71px;
  padding: 16px 21px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 31px;
  background: #FFF0D1;
  width: 100%;
  color: #333;
  margin-top: 60px;
  text-decoration: none;
  font-size:24px;
}
.menu-sns li {
  padding: 0;
}
.menu-sns {
  display: flex;
  justify-content: center; /* 横方向に中央揃え */
  align-items: center; 
}
.menu-sns ul {
  display: flex;
  justify-content: flex-end;
}
.menu-sns ul li {
  margin: 0 20px;
}
.menu-sns img {
  width: 40px;
  height: 40px; 
}
.imagebox1 {
  margin: 60px 0 60px;
  height: 300px;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imagebox1 img {
  max-width: 100%; 
  max-height: 100%; 
  object-fit: cover; 
}
.imagebox2 {
  margin: 60px 0;
  height: 300px;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imagebox2 img {
  max-width: 100%; 
  max-height: 100%; 
  object-fit: cover; 
}
.imagebox3 {
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.imagebox3 img {
  max-width: 100%; 
  max-height: 100%; 
  object-fit: cover; 
}
.section-about__imagepart h3 {
  font-size: 24px;
  margin-bottom: 60px;
}
@media (min-width: 1040px) {
  #nav-drawer {
    padding-right: 60px;
    text-align: right;
  }

  #nav-open {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    right: 0;
  }

  #nav-open span,
  #nav-open span::before,
  #nav-open span::after {
    position: absolute;
    height: 3px;
    width: 25px;
    background-color: #777;
    display: block;
    content: "";
 }

 #nav-open span::before {
    bottom: -8px;
 }

 #nav-open span::after {
    bottom: -16px;
 }

 #nav-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(229, 222, 214, 0.90);
    text-align: left;
    transform: translateX(-105%);
    transition: 0.3s ease-in-out;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.25);
 }

 .nav-drawer__title {
    display: block;
    font-size: 48px;
    font-weight: 400;
    color: #333;
    margin-bottom: 40px;
    margin-top: 30px;
    padding-left: 20px;
    font-style: italic;
 }
 .nav-drawer__link-top {
    display: block;
 }

 #nav-content ul li {
    margin-bottom: 36px;
    text-align: center;
 }

 #nav-content ul li a {
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 400;
    color: #333;
 }

 #nav-input:checked~#nav-close {
    display: block;
 }

 #nav-input:checked~#nav-content {
    transform: translateX(0%);
 }
 .nav-drawer__title {
   display: block;
   font-size: 48px;
   font-weight: 400;
   color: #333;
   margin-bottom: 30px;
   font-family: 'Playfair Display', serif;
   margin-top: 30px;
 }
  .section-toppart {
    margin: 0 60px 0;
  }
  .section-top__image {
    background-image: url(../img/topimage.jpg);
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    margin-top: 0;
    width: 100%;
    position: relative;
  }
  .section-top__image h2 {
     width: 250px;
     height: 270px;
     flex-shrink: 0;
     color: #FFF;
     text-align: center;
     font-family: 'Sawarabi Mincho';
     font-size: 32px;
     font-style: normal;
     font-weight: 400;
     line-height: 50px;
     word-wrap: break-word;
     position: absolute;
     bottom: 0;
     right: 0;
     margin-bottom: 200px;
     margin-right: 15px;
     width: 721.455px;
     height: 143.905px;
     transform: rotate(-0.803deg);
     flex-shrink: 0;
     padding-left: 220px;
   }
  .section-mainpart {
    margin: 0 60px 0;
  }
  .section-about {
    margin: 120px 0;
  }
  .section__read {
    width: 100%;
    color: #333;
    text-align: center;
    font-family: 'Sawarabi Mincho';
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 80px 0 60px;
  }
  .section-about__block {
    width: 417px;
    height: 450px;
    flex-shrink: 0;
  }
  .section-about__item-picture {
    width: 440px;
    height: 300px;
    border-radius: 30px;
  }
  .section-about ul {
    display: flex;
  }
  .section-about ul li {
    width: 100%;
    height: 400px;
  }
  .section-about h2 {
    text-align: center;
  }
  .section-about h3 {
    text-align: left;
  }
  .section-about__subtitle {
    color: #333;
    text-align: left;
    font-family: 'Sawarabi Mincho';
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 80px;
  }
  .section-about__paragraph1 {
    color: #333;
    font-family: 'Sawarabi Mincho';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    margin-bottom: 30px;
  }
  
  .section-about__paragraph2 {
    color: #333;
    font-family: 'Sawarabi Mincho';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
  }
  .section-about__paragraph3 {
    color: #333;
    font-family: 'Sawarabi Mincho';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    margin-bottom: 30px;
  }
  .section-about__paragraph4 {
    color: #333;
    font-family: 'Sawarabi Mincho';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
  }
  .sectiion-about__block1 {
    display: flex;
  }
  .section-about__discriptionpart {
    display: inline-block;
    width: 417px;
    margin-bottom: 30px;
    flex-shrink: 0;
  }
  .section-about__imagepart {
    width: 600px;
    margin-left: 200px;
    padding-top: 100px;
  }
  .imagebox1 {
    width: 300px;
    height: 300px;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .imagebox1 img {
    max-width: 100%; 
    max-height: 100%; 
    object-fit: cover; 
  }
  .imagebox2 {
    width: 300px;
    height: 300px;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -89px 0 60px 160px;
  }
  .imagebox2 img {
    max-width: 100%; 
    max-height: 100%; 
    object-fit: cover; 
  }
  .imagebox3 {
    margin: 60px 20px;
    width: 95%;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-about__summary {
    margin-top: 80px;
    list-style: none;
    color: #333;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
  }
  .section-about__summary h3 {
    font-size: 28px;
    margin: 20px 0;
    text-align: left;
    width: 320px;
  }
  .section-about__summary p {
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    width: 424px;
  }
  .section-about__design {
    margin-bottom: 60px;
    margin-right: 40px;
  }
  .section-about__cording {
    margin-bottom: 60px;
    margin-left: 40px;
  }
  .section-profile__block {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .section-profile__discription__block {
    display: inline-block;
    width: 759px;
    height: 473px;
    margin-left: 80px;
  }
  .section-profile h3 {
    color: #333;
    font-family: 'Sawarabi Mincho';
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 60px;
    text-align: center;
  }
  .section-service {
    margin: 120px 0;
  }
  .section-service__time {
    color: #333;
    text-align: center;
    font-family: 'Sawarabi Mincho';
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 60px;
  }
  
  .section-service h3 {
    color: #333;
    font-family: 'Sawarabi Mincho';
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 60px 0;
  }
  
  .section-service__discription {
    color: #333;
    font-family: 'Sawarabi Mincho';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin-bottom: 60px;
    justify-content: center;
    align-items: center;
  }
  
  .btn {
    display: inline-flex;
    padding: 16px 21px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 31px;
    background: #FFF0D1;
    color: #333;
    margin-top: 60px;
    text-decoration: none;
    width: 257px;
    height: 61px;
  }
}
.section-profile__block {
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
   .section-profile__block {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
    .section-profile__item-picture {
      width: 95%;
      height: 95%;
      border-radius: 30px;
    }
}
@media screen and (min-width: 1040px) {
   .section-profile__item-picture {
    width: 90%;
    height: 90%;
    border-radius: 30px;
  }
}

.section-inquiry {
  padding: 120px 0;
  background: rgba(255, 240, 209, 0.46);
  width: 100%;
  height: 100%;
}

.section-inquiry form {
  margin: 80px 40px 0 40px;
  text-align: left;
}
.section-inquiry form input {
  width: 100%;
  height: 29px;
  flex-shrink: 0;
  margin-bottom: 20px;
}
.section-inquiry form label {
  color: #333;
  font-family: 'Sawarabi Mincho';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section-inquiry form textarea {
  width: 100%;
  flex-shrink: 0;
}

.section-form__send {
  display: inline-flex;
  height: 71px;
  padding: 16px 21px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 31px;
  background: #FFF0D1;
  width: 100%;
  color: #333;
  text-decoration: none;
  text-align: center;
}

.section-inquiry__attention {
  color: #E83828;
  font-family: 'Sawarabi Mincho';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 10px;
}

.section-inquiry__line {
  border-top: 1px solid #333;
  margin: 60px 0;
}

.section-inquiry img {
  width: 80%;
  margin: 60px 0 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1040px) {
  .section-inquiry {
    padding: 120px 0;
    background: rgba(255, 240, 209, 0.46);
    width: 100%;
    height: 100%;
 }

  .section-inquiry form {
    margin: 80px 260px 0 260px;
    text-align: left;
 }
  .section-inquiry form input {
    width: 100%;
    height: 50px;
    flex-shrink: 0;
    margin-bottom: 20px;
  }
  .section-inquiry form label {
    color: #333;
    font-family: 'Sawarabi Mincho';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .section-inquiry form textarea {
    width: 100%;
    flex-shrink: 0;
  }

  .section-form__send {
    display: inline-flex;
    height: 71px;
    padding: 16px 21px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 31px;
    background: #FFF0D1;
    width: 100%;
    color: #333;
    text-decoration: none;
    text-align: center;
  }

  .section-inquiry__attention {
    color: #E83828;
    font-family: 'Sawarabi Mincho';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 10px;
 }

  .section-inquiry__line {
    border-top: 1px solid #333;
    margin: 60px 0;
  }

  .section-inquiry img {
    width: 80%;
    margin: 60px 0 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

}

