@charset "utf-8";
/* CSS Document */
.about_page_first-view {
  padding-bottom: 100px;
}
.about_page_top {
  position: relative;
}
.about_page_top_img {
  height: 100vh;
  width: 100%;
}
.about_page_top_logo {
  position: absolute;
  top: 5%;
  left: 3%;
  width: 250px;
}
@media (max-width:678px) {
  .about_page_top_logo {
   top: 4%;
  left: 3%;
  width: 100px; 
  }
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:0;
    right: -120%;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#F7E6F5;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center;
}

#g-nav li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
	background-color: #ffffff;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #666;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}



.about_page_title {
  font-family: "Cormorant Garamond";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 5rem;
  transform: translate(-50%, -50%);
}
h3 {
  font-size:2.1rem;
  font-weight: 10;
  line-height: 34px;
  margin: 20px 0;
}
@media (max-width: 1145px) {
  .about_page_top_img {
    height: 500px;
  }
  .event_page_title {
    font-size: 2.4rem;
  }
}
.section_about_miryoku {
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 140px;
}
.title_flexbox {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  align-items: center;
}
.title_flexbox h2 {
  font-size: 2.6rem;
  font-family: "Zen Old Mincho"
}

 /*miryoku========================================================================================================================================================================================================================================================================*/
.tsuyomi {
  width:250px;
}
.tsuyomi-img {
  width:90%;
}
.section_about_miryoku_flexbox_mobile {
  display: none;
}
.section_about_miryoku {
  padding: 0 10% 80px;
}

.section_about_miryoku h3 {
  font-family: "Zen Old Mincho";
}
.section_about_miryoku_flexbox {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 80px;
}
.section_about_miryoku_txt {
  width: 40%;
}
.section_about_miryoku_txt p {
  text-align: left;
}

.section_about_miryoku_img1 {
  height: 316px;
  width: 400px;
}
.section_about_miryoku_img2 {
  height: 316px;
  width: 400px;
}

@media (max-width: 1145px) {
  .section_about_miryoku_flexbox {
    display: none;
  }
  .section_about_miryoku_flexbox_mobile {
    display: block;
  }
  .section_about_miryoku_flexbox_mobile h3 {
    margin-bottom: 40px;
  
    
    font-family: "Zen Old Mincho";
  }
  .section_about_miryoku_flexbox_mobile p {
    width: 400px;
    margin: 0 auto;
    text-align: left;
    padding:30px 0  60px;
  }
}
@media (max-width: 500px) {
  .section_about_miryoku_flexbox_mobile p {
    width: 90%;
  
    line-height: 30px;
  }
}

.section_about_staff {
  padding: 0 10% 40px;
}
.name {
  font-size: 2.0rem;
  text-align: center;
  font-family: "Zen Old Mincho";
  letter-spacing: 0.8rem;
  margin:30px auto;
}
.staff_photo {
  width: 363px;
  height: 267px;
  margin-bottom: 50px;
}
.staff_message {
  text-align: left;
  width: 50%;
  margin: 0 auto;
}
.message-container {
    text-align: left;
    line-height: 30px;
  width:700px;
  margin:0 auto;
  }
.setsumei {
  width: 1000px;
  margin: 20px auto;
	line-height: 1.75;
    letter-spacing: 1px;
    text-align: left;
}
@media (max-width: 1145px) {
  .staff_message {
    width: 340px;
  }
  .staff_message_big {
    font-size: 2rem;
    font-family: "Zen Old Mincho"; 
	  
  }
  .message-container {
    text-align: center;
    line-height: 30px;
	  
  }
  .makasete {
    margin:20px 0;
  }
	.setsumei {
  width: 250px;
  margin: 20px auto;
	line-height: 1.75;
    letter-spacing: 1px;
    text-align: left;
}
}
@media (max-width: 370px) {
	.makasete {
		width: 250px;
	}
}
@media (max-width: 500px) {
  .message-container {
    text-align: left;
  width:300px;
  margin:0 auto;
  }
  .staff_message {
    width: 90%;
    
  }
  .setsumei {
  width: 280px;
  margin: 20px auto;
	line-height: 1.75;
    letter-spacing: 1px;
    text-align: left;
}
.section_about_access {
  padding: 0 10% 80px;
}
}
@media (max-width: 370px) {
	.message-container {
		width: 250px;
	}
	.setsumei {
		width: 230px;
}
	 }
.section_about_access {
  padding: 0 10% 80px;
}
.section_about_access_txt_flexbox {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.section_about_access_txt_box {
  width: 250px;
  margin:30px 0;
}

.section_about_access_img {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.section_about_access_img img {
  width: 357px;
  height: 298px;
}
@media (max-width: 935px) {
  .section_about_access_txt_flexbox {
    flex-direction: column;
    align-items: center;
  }
  .section_about_access_txt_flexbox p {
    text-align: left;
  }
  .section_about_access_img {
    flex-direction: column;
  }
  .section_about_access_img1 {
    margin-bottom: 20px;
  }
}

  /*footer========================================================================================================================================================================================================================================================================*/
.footer {
  background-color:#F7E6F5;
}
.morihanaseal {
  width: 250px;
  margin: 25px 0 110px;
}
.footer-container {
  width: 100%;
  position: fixed;
  bottom: 0px;
}
@media(min-width:600px) {
  .footer-container {
    display: none;
  }
  .morihanaseal {
    display: none;
  }
}
.footer-container img {
  width: 100%;
}
.footer-container_flex {
  display: flex;
  justify-content: center;
  max-width: 1100px;
  gap: 2px;
  list-style: none;
}
.footer-container_flex li {
  width: 25%;
}
.footer-container_flex2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  list-style: none;
}
.footer-container_flex2 li {
  color: #fff;
  font-size: 1.4rem;
  padding: 0 10px;
  font-family: "REM", sans-serif;
}
.pc-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
}
.morihanaseal-PC {
  width: 80%;
}
.footer-PC_flex {
  display: flex;
  height: 50px;
  background-color: #D387D6;
  justify-content: center;
  gap: 2px;
  list-style: none;
}
@media(max-width:600px) {
  .footer-PC_flex {
    display: none;
  }
}
@media(max-width:600px) {
  .footer-PC_flex {
    display: none;
  }
}
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  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;
  }
}
.blurTrigger {
  opacity: 0;
}