div#loadedMoveDiv {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  height: 100vh;
  display: flex;
  justify-content: center; /* 左右中央 */
  align-items: center; /* 上下中央 */
}

div#loadedMoveLogo,
h2#catch,
p#setumei,
div#top1,
div#top2,
div#top3,
div#top4 {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
#loadedMoveLogo.loaded,
h2#catch.loaded,
p#setumei.loaded,
div#loadedMoveDiv.loaded,
div#mainGamen.loaded,
div#Header.loaded,
div#top1.loaded,
div#top2.loaded,
div#top3.loaded,
div#top4.loaded {
  opacity: 1;
}

div#loadedMoveLogo {
  width: 135px;
  /* background-color: aquamarine; */
  padding: 50px;
  border-radius: 100%;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
p#loadedMoveP {
  font-family: math;
  text-align: center;
  font-size: 30px;
}

div#Header {
  position: fixed;
  top: 0;
}
div#Header {
  display: flex;
  background-color: aliceblue;
  height: 100px;
  /* div#Headerの中にある二つのdiv要素に対して、二つ目のdiv要素だけ右寄せする際に必要 */
  justify-content: space-between;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

h1#HeaderDaimeiH1 {
  margin: 0;
  font-family: math;
  font-size: 50px;
  color: dimgrey;
}
div#HeaderMenu {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100px;
  text-align: right;
}
a.HeaderMenuP {
  padding: 0 20px;
  margin: 0;
  text-decoration: none;
  color: #222;
}
div#HeaderDaimei {
  display: flex;
}
img#logoMark {
  width: 65px;
  margin-left: 10px;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: rgba(240, 255, 255, 0.9);
}

body#top {
  overflow: hidden;
}

#mainGamen {
  width: 100%;
  height: 100dvh;

  display: grid;
  grid-template-rows: 100px 1fr;
}

/* =========================
   Header
========================= */

#Header {
  width: 100%;
  height: 100px;

  display: flex;
  justify-content: space-between;
  align-items: center;

  box-sizing: border-box;
}

/* =========================
   4枚の画像
========================= */

#mainPhoto {
  width: 100%;
  min-height: 0;

  display: grid;

  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

/* 各パネル */

.photoPanel {
  min-width: 0;
  min-height: 0;

  overflow: hidden;
}

/* 画像 */

.topPhotoItem {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
  transition: transform 0.4s ease;
}
.photoPanel:hover .topPhotoItem {
  transform: scale(1.05);
}

/* =========================
   キャッチコピー
========================= */

h2#catch {
  position: fixed;
  left: 50%;
  top: calc(50% + 24px);
  transform: translate(-50%, -50%);
  /* text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); */
  /* text-shadow: 0 0 3px white; */
  /* -webkit-text-stroke: 1px white; */
  color: aliceblue;
  /* -webkit-text-stroke: 0.8px white; */
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 30px;
  background: darkseagreen;
  padding: 5px 20px;
  z-index: 5;
}

p#setumei {
  position: fixed;
  left: 50%;
  top: calc(70% + 24px);
  transform: translate(-50%, -50%);
  /* text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); */
  /* text-shadow: 0 0 3px white; */
  /* -webkit-text-stroke: 1px white; */
  color: #fff;
  /* -webkit-text-stroke: 0.8px white; */
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  background: cadetblue;
  padding: 5px 20px;
  z-index: 5;
}
/* =========================
   ページパーツ
========================= */

.top_main_photoDiv.info {
  display: block;
}
h1.top_h1 {
  font-family: serif;
  font-size: 35px;
  color: #fff;
  background-color: cadetblue;
}
.top_main {
  background-color: rgba(240, 255, 255, 0.9);
  width: 100%;
  padding-bottom: 50px;
  margin: 0 auto;
  margin-bottom: 150px;
  margin-top: 100px;
}

.mainView1 {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
.mainView1.loaded {
  opacity: 1;
}
.top_main_Div {
  display: flex;
}
.top_main_textDiv {
  width: 45%;
  margin: auto;
}
.top_main_photoDiv {
  width: 40%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

img.top_main_photo {
  margin-top: 40px;
  width: 70%;
}
img.rinen_main_photo {
  margin-top: 40px;
  width: 90%;
}
p.top_main_p {
  font-family: serif;
  font-size: 17px;
  margin: 35px 0;
  font-weight: bold;
  color: #333;
}

.top_main2 {
  background-color: azure;
  width: 100%;
  height: 1000px;
  margin: 150px auto 0;
}
.top_main_contents {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.top_main_content {
  width: 25%;
}

.top_main_content_photoDiv {
  width: 90%;
}
img.top_main_content_photo {
  width: 100%;
}

p.top_main_content_name {
  font-family: fantasy;
  margin-top: 0;
}
p.top_main_content_price {
  font-family: fantasy;
  margin-top: 0;
}
.top_main_content_nameDiv {
  width: 50%;
}
.top_main_content_priceDiv {
  width: 40%;
  text-align: end;
}
.top_main_content_text {
  width: 90%;
  display: flex;
}
.top_main_photoDiv.info {
  display: block;
}
p.top_main_p.privacy {
  padding-left: 10px;
}

p.goriyouNagareDaimeiP {
  font-size: 20px;
  font-weight: bold;
  color: dimgray;
}

.blackLine {
  width: 100%;
  height: 1px;
  background: #333;
  /* margin: auto; */
}

img.stepImg {
  width: 250px;
}

.goriyouNagareDiv {
  display: flex;
  height: 200px;
}

.goriyouNagarePhotoDiv {
  text-align: center;
  margin-left: auto;
}

iframe#accessMap {
  width: 90%;
  height: 500px;
}

input.infoInputText {
  width: 95%;
}

input.infoInputTel {
  width: 80px;
}
textarea#infoInputTextArea {
  width: 100%;
  height: 300px;
}
footer {
  margin: 150px auto -16px;
  background-color: aquamarine;
  text-align: end;
  height: 50px;
}
p.footerDivP {
  /* font-family: emoji; */
  font-weight: bold;
  color: #333;
}
.kousinBtnDiv {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
button.kousinBtn {
  width: 120px;
  height: 40px;
  border: none;
  background: cornflowerblue;
  color: #fff;
  font-weight: bold;
}

div#sumahoMenu {
  display: none;
}

#sumahoMenuDiv {
  display: none;
}
#sumahoMenuDiv {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 15;
}
img#sumahoMenuLogo {
  width: 250px;
}
img.top_main_photo.profile2 {
  width: 100%;
}
a.mainMenu {
  font-family: math;
  text-decoration: none;
  color: cadetblue;
  font-weight: bolder;
}
img.top_main_photo.serviceTop {
  width: 100%;
}
.kousinBtnDiv {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
a.infoJampBtn {
  /* width: 120px; */
  /* height: 40px; */
  border: none;
  background: cornflowerblue;
  color: #fff;
  font-weight: bold;
  padding: 20px;
  text-decoration: none;
}
@media screen and (max-width: 1150px) {
  .goriyouNagareDiv {
    display: block;
    height: auto;
  }
  .goriyouNagarePhotoDiv {
    width: 100%;
  }
  img.stepImg {
    width: 80%;
  }
}
@media screen and (max-width: 1100px) {
  h2#catch {
    font-size: 25px;
  }
}
@media screen and (max-width: 900px) {
  h2#catch {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .top_main_Div {
    display: block;
  }
  .top_main_textDiv {
    width: 90%;
  }
  .top_main_photoDiv {
    width: 100%;
  }
  img.top_main_photo {
    width: 50%;
  }

  #mainGamen {
    height: auto;
    min-height: 100dvh;
  }

  #mainPhoto {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }
  h2#catch {
    text-align: center;
    width: 90%;
  }
  body#top {
    overflow: auto;
  }

  div#sumahoMenu {
    position: fixed;
    background-color: lightseagreen;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 20px;
    z-index: 20;
    right: 5px;
    bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 20px;
    text-shadow: 0 2px 5px rgb(75 73 73 / 50%);
    box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }

  div#HeaderMenu {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  h1.top_h1 {
    padding-top: 20px;
  }
}
