@charset "utf-8";
/* CSS Document */
/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:#FFF;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:260px;
}

/* fadeUpをするアイコンの動き */

.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.main {
  background-color: #FFF;
}
.section-top__image {
  height: 550px;
  width: 850px;
  margin: 40px 10px 10px 0px;
}
.section-top__image img {
  width: 100%;
  object-fit: cover;
  object-position: 0% 0%;
  border-radius: 50px;
}
.section-top__image-SP img {
  display: none;
}
.section-top__image-SP {
  display: none;
}
.section-top_wrapper-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.section-top_instagram-icon {
  width: 158px;
  margin-left: 80px;
}
.section-top_TEL-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.section-top_TEL-order {
  width: 237px;
  height: 69px;
  margin-right: 20px;
}
.section-top_TEL-number {
  font-size: 3.0rem;
  font-style: normal;
  font-weight: 600;
}
.section-top dl {
  text-align: left;
  display: flex;
}
.section-top dl dd {
  margin-left: 10px;
}
.section-top_dl-1, .section-top_dl-2 {
  display: flex;
  justify-content: flex-start;
}
.section-top_dl-2 {
  margin-left: 30px;
}
.main-visual_wrapper {
  display: flex;
  justify-content: center;
}
.section-top_wrapper-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.section-top_dd-2 {
  font-size: 1.7rem;
}
.notes {
  font-size: 1.1rem;
  margin-left: 60px;
  margin-top: -5px;
}
.calendar {
  width: 240px;
  margin-left: 60px;
  margin-right: 0px;
  font-size: 1.5rem;
}
@media(max-width: 1024px) {
  .side-menu {
    margin-right: 20px;
  }
}
@media(max-width: 820px) {
  .section-top__image {
    width: 92%;
    height: auto;
    margin: 20px auto;
  }
  .side-menu {
    position: absolute;
    left: 30px;
    margin: 0;
  }
  .section-top_instagram-icon {
    display: none;
  }
  .section-top_TEL-order {
    display: none;
  }
  .section-top_TEL-icon {
    display: none;
  }
  .section-top_TEL-number {
    display: none;
  }
  .arrow {
    padding: 0;
  }
  .arrow::before {
    width: 6px;
    height: 6px;
    top: -8px;
  }
  .section-top dl {
    display: block;
    font-size: 1.0rem;
    font-weight: 600;
    line-height: 2.0;
    margin: 20px 0 0 0;
  }
  .main-visual_wrapper {
    display: block;
  }
  .section-top_wrapper-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }
  .section-top_wrapper-1 {
    display: none;
  }
  .section-top_dl-2 {
    margin-left: 0;
  }
  .section-top_dd-2 {
    font-size: 1.0rem;
  }
  .calendar {
    display: block;
    font-size: 1.2rem;
    padding: 10px;
    width: 180px;
    margin-left: 20px;
    margin-right: 0px;
  }
  .notes {
    display: none;
  }
}
.section-about {
  margin-top: 80px;
  margin-bottom: 100px;
}
.section-about__image {
  background-image: url("../images/top/about_bg.png");
  background-repeat: no-repeat;
  width: 75.84%;
  max-width: 1080px;
  padding-top: 42%;
  background-size: contain;
  background-position: 20%;
  margin: 0 auto;
  position: relative;
}
.section-about_image-1 {
  position: absolute;
  width: 13.17%;
  top: 190px;
  left: 60px;
}
.section-about_image-2 {
  position: absolute;
  width: 15.19%;
  top: 30px;
  left: 260px;
}
.section-about_image-3 {
  position: absolute;
  width: 16.44%;
  top: 20px;
  right: 260px;
}
.section-about_image-4 {
  position: absolute;
  width: 15.48%;
  top: 210px;
  right: 40px;
}
.section-about_image-5 {
  position: absolute;
  width: 12.5%;
  bottom: 30px;
  right: 155px;
}
.section-about_image-6 {
  position: absolute;
  width: 14.32%;
  bottom: 10px;
  left: 194px;
}
.box {
  opacity: 0;
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ぼかしから出現 */
.blur {
  animation-name: blurAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.section-about p {
  font-size: 1.8rem;
  line-height: 3.0;
  margin-top: 40px;
  margin-bottom: 60px;
}
.section-about_br-sp {
  display: none;
}
@media(max-width: 1080px) {
  .section-about__image {
    width: 100%;
    background-size: 90%;
    padding-top: 50%;
  }
  .section-about_image-1 {
    top: 30%;
    left: 4%;
  }
  .section-about_image-2 {
    top: 1%;
    left: 25%;
  }
  .section-about_image-3 {
    right: 26%;
    top: 3%;
  }
  .section-about_image-4 {
    top: 34%;
    right: 6%;
  }
  .section-about_image-5 {
    bottom: 5%;
    right: 16%;
  }
  .section-about_image-6 {
    bottom: 2%;
    left: 17%;
  }
}
@media(min-width: 1920px) {
  .section-about__image {
    padding-top: 34%;
  }
}
@media(max-width: 768px) {
  .section-about {
    margin-top: 50px;
    margin-bottom: 60px;
  }
  .section-about p {
    font-size: 1.4rem;
    line-height: 2.4;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .section-about_br-pc {
    display: none;
  }
  .section-about_br-sp {
    display: block;
  }
}
.section-menu {
  margin-bottom: 100px;
}
.section-menu_image {
  max-width: 325px;
  height: auto;
  border-radius: 50px;
}
.section-menu_title {
  max-width: 220px;
  height: auto;
  margin-top: 20px;
}
.section-menu p {
  margin-top: 15px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
}
.section-menu p span {
  font-weight: 400;
}
.section-menu_ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1100px;
  margin: 0 auto;
  gap: 50px 20px;
}
.section-manu_box {
  opacity: 0;
}
.section-menu_button {
  margin-top: 50px;
}
@media(max-width: 374px) {
  .section-about p {
    font-size: 1.2rem;
  }
}
@media(max-width: 768px) {
  .section-menu {
    margin: 0 10px 80px;
  }
  .section-menu_image {
    border-radius: 30px;
    width: 100%;
  }
  .section-menu_title {
    margin-top: 10px;
    width: 90%;
  }
  .section-menu p {
    margin-top: 10px;
    font-size: 1.0rem;
  }
  .section-menu_ul {
    display: flex;
    width: 100%;
    gap: 30px 10px;
  }
  .section-menu_ul li {
    width: calc(50% - 5px);
  }
}
.section-large-order {
  margin-bottom: 100px;
}
.section-large-order_image {
  max-width: 530px;
  height: auto;
  border-radius: 50px;
  margin-right: 80px;
}
.section-large-order h3 {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: left;
}
.section-large-order p {
  font-size: 1.6rem;
  text-align: left;
  margin-top: 40px;
  line-height: 2.0;
}
.section-large-order_wrapper-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row-reverse;
}
@media(max-width: 820px) {
  .section-large-order {
    margin-bottom: 80px;
    text-align: center;
  }
  .section-large-order_image {
    margin: 30px auto 0px;
    width: 92%;
  }
  .section-large-order h3 {
    font-size: 1.8rem;
    display: block;
    text-align: center;
  }
  .section-large-order p {
    font-size: 1.4rem;
    display: inline-block;
    margin-top: 20px;
  }
  .section-large-order_wrapper-2 {
    display: block;
  }
}
.section-our-commitment {
  margin-bottom: 100px;
}
.section-our-commitment_ul {
  display: flex;
  list-style: none;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 40px 70px;
}
.section-our-commitment_image {
  max-width: 280px;
  height: auto;
}
.section-our-commitment-title {
  max-width: 260px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-our-commitment p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}
.section-our-commitment_button {
  margin-top: 50px;
}
@media(max-width: 820px) {
  .section-our-commitment {
    margin-bottom: 80px;
  }
  .section-our-commitment p {
    font-size: 1.6rem;
  }
}
.section-information {
  margin-bottom: 150px;
  position: relative;
}
.section-information_address {
  text-align: left;
  font-size: 1.8rem;
}
.section-information_td-1 {
  font-weight: 600;
  padding-bottom: 20px;
}
.section-information_td-2 {
  padding-left: 100px;
  padding-bottom: 20px;
  line-height: 2.0;
}
.section-information_instagram-icon {
  width: 120px;
  height: auto;
  margin-left: 20px;
}
.section-information p {
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.5;
}
.section-information_instagram {
  display: flex;
  flex-flow: row-reverse;
  align-items: flex-end;
  justify-content: center;
  margin-top: 15px;
}
.section-information_wrapper-1 {
  margin-right: 40px;
  margin-left: 20px;
}
.section-information_wrapper-2 {
  width: 45%;
  max-width: 648px;
  margin-right: 20px;
}
.section-information_wrapper-3 {
  display: flex;
  justify-content: center;
}
.notes-2 {
  font-size: 1.1rem;
}
.section-information_map {
  width: 100%;
  max-width: 530px;
  height: auto;
}
.section-information_button {
  position: absolute;
  left: 60%;
  bottom: 60px;
}
.contact-btn {
  width: 108px;
  height: 108px;
  position: fixed;
  top: 65%;
  right: 5%;
}
.section-information_calendar_link {
  color: #333;
}
@media(max-width: 820px) {
  .section-information {
    margin: 0 10px 100px;
  }
  .section-information_wrapper-3 {
    display: block;
  }
  .section-information_td-1 {
    font-size: 1.4rem;
  }
  .section-information_td-2 {
    font-size: 1.4rem;
    padding-left: 30px;
  }
  .section-information_wrapper-1 {
    display: inline-block;
    margin: 0 0 30px 0;
  }
  .section-information_wrapper-2 {
    width: 92%;
    margin: 0 auto;
  }
  .section-information_instagram-icon {
    width: 80px;
    height: auto;
  }
  .section-information p {
    font-size: 1.2rem;
  }
  .section-information_map {
    margin: 30px auto;
    width: 92%;
  }
  .section-information_button {
    position: static;
  }
  .contact-btn {
    width: 70px;
    height: 70px;
    right: 4%;
    top: 90%;
  }
}