@charset "UTF-8";

.header-top {
  margin-top: 80px;
}

.header-logo-area {
  padding: 15px 0 15px 0;
}


.menu-btn {
  display: none;
}

.menu-content {
  height: auto;
  position: static;
}

.menu-content .Privacy {
  display: none;
}

.menu-content ul li {
  background-color: #0f2350;

}

.menu-content ul li a,
.menu-content ul li span {
  color: #fff;
  padding: 9px 15px 10px 15px;
}


/* グローバルナビゲーション */
.gnav {
  display: block;
  opacity: 0.9;
  width: 100%;
}

.gnav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* padding-right: 15px; */
}

.gnav li {
  text-align: center;
}

.gnav a {
  display: inline-block;
  color: #fff;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
}

.gnav a:hover {
  border-bottom: #ffec47;
  text-decoration: underline;
}

/* グローバルナビゲーションここまで*/



/*---- ABOUT US 画像の上に文字が出る効果 -----*/

.image_link {
  display: block;
  position: relative;
  text-decoration: none;
}

.image_link img {
  display: block;
  width: 100%;
}

.image_link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: #0f2350;
  /*好みの色に変えてください。*/
  opacity: 0;
  transition: 0.3s;
}

.image_link:after {
  content: "ABOUT US こちらから";
  /*好みの文章に変更してください。*/
  display: block;
  color: #fff;
  line-height: 48px;
  width: 45%;
  border: solid 1px #fff;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  /* margin-top:-1em;
  margin-left:-90px; */
  transform: translate(-50%, -50%);
  margin: 0;
  opacity: 0;
  z-index: 3;
  transition: 0.3s;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.image_link:hover:before {
  opacity: 0.5;
}

.image_link:hover:after {
  opacity: 1;
  margin-top: -0.5em;
}

/*---- ABOUT US 画像の上に文字が出る効果ここまで -----*/


li.Contact-area a {
  padding: 15px 30px;
}

.top-coment h2 {
  font-size: 35px;
  font-weight: 180;
  padding: 50px 10px;
}

.top-coment p {
  width: 580px;
  line-height: 50px;
  padding-bottom: 30px;
  font-size: 18px;
}

.dsp_none {
  display: none;
}

#About h2,
#Gallery h2,
#Plan h2 {
  font-size: 30px;
  font-weight: 180;
  text-align: center;
  padding: 30px;
  /* margin-bottom: 100px; */
}


.about-img {
  padding: 8% 10% 7%;
}

/* 
.about-img p {
  font-size: 20px;
  top: 70px;
  left: 70px;
} */

.gallery-container {
  display: flex;
  /* 2列に */
  justify-content: center;
  align-items: flex-end;
  padding: 20px;
  width: 100%;
}

/* #Gallery h2 {
  font-size: 30px;
  font-weight: 180;
  text-align: center;
  padding: 30px;
} */

.gallery-photo img {
  width: 500px;
  margin: 0 auto;
  padding-bottom: 20px;
}

/* #Plan h2 {
  font-size: 30px;
  font-weight: 180;
  text-align: center;
  padding: 30px;
} */

#Plan p {
  font-size: 16px;
}




/*　各種ボタン　*/

.btn-gallery a {
  padding: 0.3em 3em;
  font-size: 20px;
  font-weight: 180;
}

.btn-plan a {
  padding: 0.3em 4em;
  font-size: 20px;
  font-weight: 180;
}

.btn-contact a {
  padding: 0.3em 5em;
  font-size: 20px;
  font-weight: 180;
}



/* footer */

.footer-area-nav {
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 0 auto;
  max-width: 1080px;
}

.footer-logo {
  margin: 0;
}

.footer-sitmap ul {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}

.footer-sitmap li {
  width: auto;
}

.footer-sitmap li:last-child {
  width: 100%;
  /* プライバシーポリシー */
}

.footer-sitmap li a {
  color: #eaf4fc;
  padding: 0;
  height: 20px;
  text-align: left;
}

.footer-coment {
  text-align: center;
}



/* ----------aboutここから ---------------*/


.main-container {
  display: flex;
}

.aboutp-img {
  margin-top: 20px;
}

.about-bg-white {
  margin: 20px;
  width: 280px;
  height: 320px;
  background-color: #fff;
  text-align: center;
}

.about-coment h3 {
  padding: 3%;
}

.about-coment p {
  font-size: 18px;
  text-align: justify;
  padding: 3%;
}

.about-coment .aboutp-br {
  display: block;
}

/*------------- PLANここから------------------ */


.plan-img {
  margin-top: 20px;
}

.plan-main-aria .plan-menu p {
  font-size: 25px;
}

.plan-aria1,
.plan-aria2,
.plan-aria3,
.plan-aria4,
h3 {
  font-size: 25px;
}

.plan-aria1,
.plan-aria2,
.plan-aria3,
.plan-aria4,
p {
  font-size: 20px;
}

.plan-coment p {
  text-align: justify;
  padding: 5%;
}

#plan-area-bwhite .plan-bottom p {
  font-size: 16px;
  text-align: center;
}

/*---------- galleryここから -------------*/


.gallery-top-container {
  padding: 10%;
  /* max-width: 1080px; */
  margin: 0 auto;
}

.gallery-items {
  display: flex;
  gap: 20px;
}

/* 
.gallery-items p {
  background-color: pink;
} */

.gallery-items p img {
  object-fit: cover;
  /* height: 300px; */
}


/* 写真の横幅 */
.gallery-items.col2 p {
  width: 50%;
}

.gallery-items.col3 p {
  width: calc(100% / 3);
}

.gallery-items.col2 p.big-item {
  width: calc((100% / 3) * 2);
}

.gallery-items.col2 p.small-item {
  width: calc(100% / 3);
}

/* 写真の比率 */
.gallery-items.col2 p img {
  aspect-ratio: 1.5 / 1;
}

.gallery-items.col3 p img,
.gallery-items.col2 p.small-item img {
  aspect-ratio: 1 / 1;
}

.gallery-items.col2 p.big-item img {
  aspect-ratio: 2 / 1;
}

/* 写真の位置を変更 */
/* A */
.gallery-items.col2 p.big-item img.big-item-a {
  object-position: center 20%;
}

/* F */
.gallery-items.col3 p.small-item img.small-item-f {
  object-position: 20% center;
}

/* G */
.gallery-items.col3 p.small-item img.small-item-g {
  object-position: center 20%;
}


/*----------- contact -------------*/

.contact-section {
  margin: 40px 50px 40px;
  padding: 10%;
}


.contact-section p,
.contact-main {
  font-size: 16px;
}

.contact-coment p small {
  font-size: 15px;
}


.button {
  padding: 12px 150px;
  /* 余白       */
}


/* スクロール フェードイン モバイル版キャンセル */

#gallery .fade-in-up .delay02,
#gallery .fade-in-up .delay03,
#gallery .fade-in-up .delay04,
#gallery .fade-in-up .delay05,
#gallery .fade-in-up .delay06,
#gallery .fade-in-up .delay07,
#gallery .fade-in-up .delay08,
#gallery .fade-in-up .delay09,
#gallery .fade-in-up .delay10,
#gallery .fade-in-up .delay11,
#gallery .fade-in-up .delay12 {
  display: none;
}






/* スクロール フェードイン
---------------------------------*/

/* 初期状態は透明にしておく */
.pc-fade-in-up,
.pc-fade-in-down,
.pc-fade-in-left,
.pc-fade-in-right {
  opacity: 0;
  transition: 0.5s;
}

/* 上がる */
.pc-fade-in-up {
  transform: translate(0, 30px);
}

/* 下がる */
.pc-fade-in-down {
  transform: translate(0, -10px);
}

/* 左へ */
.pc-fade-in-left {
  transform: translate(10px, 0);
}

/* 右へ */
.pc-fade-in-right {
  transform: translate(-10px, 0);
}

/* スクロールして画面内に入った時 */
.pc-scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/* デュレイ（アニメーションの開始を遅らせる） */
.pc-delay01 {
  transition-delay: 0.1s;
}

.pc-delay02 {
  transition-delay: 0.2s;
}

.pc-delay03 {
  transition-delay: 0.3s;
}

.pc-delay04 {
  transition-delay: 0.4s;
}

.pc-delay05 {
  transition-delay: 0.5s;
}