@charset "UTF-8";
/* CSS Document */

.html{
  height:100%;
}
.body {
height:100vh;
}

.header-content-wrapper {
  height: 80px;
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
}
.header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
}
.header h1 {
  font-family: 'PT Serif', serif;
  font-size: 2.0rem;
  color: #2e2e2e;
  position: absolute;
  left: 15px;
  top:25px;
  line-height: 0.95;
  text-align: left;
  font-weight: 300;
}
.header__navigation {
  display: none;
}
.section-top__slidepicture {
  
  padding-top: 80px;
  
}
@media(max-width:800px){
  
  
 .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    color: #2E2E2E;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 初期：非表示 */
    visibility: hidden;
    opacity: 0;
    /* ふわっと表示 */
    transition: 0.5s ease-in-out;
  }
  .nav ul{
    list-style:none;
    
    
  }
  .nav li:not(:last-child){
    margin-bottom: 30px;
  }
  .nav a{
    color: #2e2e2e;
    font-size: 1.4rem;
  }
/* ナビゲーションボタン（開く） */
#navbtn{
  position: fixed;
  top: 34px;
  right: 5%;
  padding: 0;
  outline: none;
  border: none;
  background: none;
  width: 46px;
  height: 20px;
  cursor: pointer;
}

#navbtn::before,
#navbtn::after{
  content : '';
  display: block;
  height: 1px;
  background-color: #333333;
  transform: translateY(10px);
  transition: 0.3s ease-in-out;
}

#navbtn::before{
  transform: translateY(-10px);
  box-shadow: 0 10px #333333;
}

/* ナビゲーションボタン（閉じる） */
.open #navbtn{
  z-index: 100;
}
.open #navbtn::before{
  transform: rotate(-45deg);
  box-shadow: none;
}
.open #navbtn::after{
  transform: rotate(45deg);
  box-shadow: none;
}
/* ナビゲーションメニュー 開いた時*/
.open .nav {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}
  
  .nav-menu {
    position: relative;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    top: 60px;
    
  }
 
  
}

@media (min-width: 800px) {
  /*480pxよりも大きくなったら*/
  .header {
    width: 100%;
    background-color: #fff;
  }
  .header-content-wrapper {
    
    font-family: 'PT Serif', serif;
    max-width:1040px;
    margin: 0 auto;
    min-height:80px;
    box-sizing: border-box;
    padding-top: 0;
    
  }
  .header h1{
    font-size: 2rem;
    top: 36px;
  }
  #navbtn {
    display: none;
  }
  
  .nav li {
    display: inline-block;
    padding: 20px 0 0 40px;
  }
  .nav ul {
    
    text-align: right;
  }
  .header__navigation {
    display: block;
    text-align: right;
}
}
  
.nav-menu ul li {
  display: inline-block;
  font-size: 1.2rem;
}

.nav-menu ul li h4 {
  font-size: 1rem;
  padding: 40px 10px 0;
}
@media (min-width: 800px) {
  
  
.nav-menu  {
 
  background-color: #fff;
  
  }
  
  .nav-menu ul li {
    padding: 40px 10px 0;
  }
  .nav-menu ul li h4 {
    font-size: 1.2rem;
    padding: 0;
  }
}

.header h2 {
  font-family: 'PT Serif', serif;
  font-weight: 300;
}
#photo{ 
 width: 100%;
  height: 260px;
  margin-top: 50px;
}
.section-top h6 {
  display: none;
}
.section-top img{
  height: auto;
  width: 100%;
  
  margin: 0 auto; 
}
.section-top__slidepictur-s{
height: 600px;
padding-top: 100px; 
}

@media (min-width: 480px) {
  /*480pxよりも大きくなったら*/


#photo {
    max-width: 850px;
    height: 600px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    position: relative; 
}

#photo img {
    top: 0;
    position: absolute;
    
    
}
  .section-top{
    width: inherit;
    height: inherit;
    margin: inherit;
  }
  .section-top__image-s{
    display: none;
  }
}
@media (max-width: 480px) {
  /*480pxまでは*/
  .section-top__image {
    display: none;
  }
  #photo-s {
    max-width: 480px;
    height: 560px;
    text-align: left;
    overflow: hidden;
    position: relative; 
    
}

#photo-s img {
    bottom: 0;
    position: absolute;
    
    
}
  .section-top__sp h6 {
    display: none;
  }
  .section-top__sp__pic{
    max-width: 390px;
    height: auto;
    margin: 0 auto;
  }
  .section-top__sp img{
    height: auto;
    width: 100%;

  }
}
.section-philosophy {
    animation: fadeIn 3s ease-in 0s 1 normal;
    padding-top: 80px;
}

.section-philosophy h2 {
  font-family: 'PT Serif', serif;
  font-size: 2.4rem;
  padding:30px 0;
  font-weight: 300;
  height: 30px;
  
}

.section-philosophy__lead {
  color: #2e2e2e;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem;
  margin: 50px 15px 0;
  line-height: 2.9;
  font-weight: 300;
  letter-spacing: 0.01em;

}
.section-philosophy__image{
  max-width: 390px;
  height: auto;
  margin: 0 auto;
  
}

.section-philosophy img {
  width: 100%;
  height: auto;
  
}

@media (min-width: 480px){
  .section-philosophy {
    max-width: 1040px;
    margin: 0 auto;
    padding-top: 140px;
    animation: fadeIn 3s ease-in 0s 1 normal;
  }
  .section-philosophy__image{
    width: 480px;
    height: auto;
    margin: 0 auto;
  }
  .section-philosophy-picture {
    width: 100%;
    height: auto;
  }  
  .section-philosophy h2 {
    text-align: center;
    font-size: 3.0rem;   
  }
  .section-philosophy__lead {
    color: #2e2e2e; /* RGB */
    font-family: 'Noto Serif JP', serif;
    font-size: 1.4rem;
    margin: 50px 0 0; 
    line-height: 2.9;
  }
}
.section-profile {
  color: #2e2e2e; /* RGB */
  font-family: 'Noto Serif JP', serif;
  margin: 60px 20px;
  
}
.section-profile-pc {
  display: none;
}

.section-profile h2 {
  font-family: 'PT Serif', serif;
  font-size: 3.0rem;
  padding: 30px 0 20px;
  font-weight: 300;
  height: 30px;
}
.section-profile img {
  width: 200px;
}

.section-profile__lead__sp{
  font-size: 1.2rem;
  text-align: left ;
  margin: 0 10px;
}

.section-profile__lead__sp p {
  text-align: center;
  padding: 0 0 10px 0;
}


.section-profile__lead p {
  text-align: center;
  margin: 30px 0;
  font-weight: 300;
}
.section-profile__pro {
  font-family:  'Noto Serif JP', serif;
  position: relative;
  text-align: right;
  margin: 50px 14px 50px 0;
  font-size: 1.4rem;
  z-index: 20;
}
@media (max-width: 480px) {
  .section-gallery ul{
    max-width: 300px;
    margin: 0 auto;
    padding: 10px 0 15px;
  }
  .nav-menu ul li h4 {
    margin-bottom: 15px;
    padding: 0 12px;
    font-size: 1.4rem;
    font-weight: 300;
  }
  .nav-menu ul li h3{
    border-left :solid 1px #2E2E2E;
    border-bottom: solid 1px #2E2E2E;
    font-size: 1.4rem;
    padding: 0 0 0 10px;
  }
}

@media (min-width: 480px) {
  .section-gallery ul{
    
    margin: 0 auto;
  }
  .section-gallery img {
  margin: 0 5px;
  width: 150px;
} 
  .section-profile-sp {
    display: none;
  }
  .section-profile-pc {
    display: inline-block;
    
    
  }
  .section-profile{
    max-width: 1040px;
    margin: 0 auto;
  }
 .section-profile h2{
   font-size: 3.0rem;
   margin:100px 0 0;
  } 
  
  .section-profile__lead__pc {
    
    display: inline-block;
    font-size: 1.4rem;
    width: 585px;
    line-height: 2.8;
    text-align: left;
    padding-left: 30px;
  }
  .section-profile__lead__pc p {
    text-align: center;
  }
}

.section-gallery {
  margin-top: 10px;
  animation: fadeIn 3s ease-in 0s 1 normal;
  padding: 0 10px;
}

.section-gallery h3 {
    font-family: 'PT Serif', serif;
    font-size: 2.0rem;
    margin-bottom: 15px;
    padding: 30px 0 0;
    font-weight: 300;
    height: 30px;
}

.section-gallery__photo {
  margin: 50px 0;
 padding-top: 10px 
}
.section-gallery__photo img {
  max-width: 100px;
  
}
.section-gallery h4 ,h2 {
  font-family: 'PT Serif', serif, 'Noto Serif JP', serif;
  font-weight: 300;
  margin-bottom: 15px;
  padding: 0 10px;
}

.section-gallery img {
  width: 100px;
}
.section-gallery p {
  text-align: right;
  font-family: 'PT Serif', serif;
  font-weight: 300;
}
@media (min-width: 800px) {
  .section-gallery {
   max-width: 760px; 
   padding-top: 100px;
   animation: fadeIn 3s ease-in 0s 1 normal;
   margin: 0 auto;
  }
  .section-gallery h2{
   text-align: center;
    font-size: 3.0rem;
  } 
  .section-gallery h3 {
    font-family: 'PT Serif', serif;
    font-size: 2.0rem;
    margin-bottom: 15px;
    padding: 30px 0 0;
    font-weight: 300;
    height: 30px;
}
  .section-gallery h4 {
    text-align: left;
    padding: 0 0 10px 40px;
    font-size: 1.6rem;
    font-weight: 300;
  }
  .section-profile img {
  width: 260px;
}
  .section-gallery__photo {
  margin: 0 auto;
  padding-top: 5px;
  max-width: 800px;
}
  
  .section-gallery__photo img {
    max-width: 150px;
    margin: 5px;
  }
  
}
.journey-common h3 {
  display: block;
  position: relative;
  padding-top: 120px;
  z-index: 10;
  color: #fff;
  font-size: 2.1rem;
  animation: fadeIn 3s ease-in 0s 1 normal;
}
.journey-common {
  background-image: url("../images/journey/mountain-s-background.jpg");
  height: 1200px;
  background-position: center;
}

.section-journey-spsize {
  position: relative;
  max-width: 480px;
  animation: fadeIn 3s ease-in 0s 1 normal;
}
.section-journey-spsize h3 {
  color: #fff;
  font-family: serif;
  font-size: 3rem;
  font-weight: 300; 
  position: absolute;
  top: 0px;
  width: 100%;
  padding: 50px 0;
}
.section-journey-spsize p {
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-weight: 200;
    font-size: 1.4rem;
    line-height: 2.8;
    letter-spacing: -0.03em;
    padding-top: 960px;
  animation: fadeup 2.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

.section-journey-pcsize
  {
  display: none;
  }
  .section-journey-spsize img {
    width: 100%;
    height: auto;
    
  }



.section-journey__box{  
  position: absolute;
  width: 100%;
  text-align: center;
  top:50%;
  left:50%;
  transform:translateY(-50%)translateX(-50%);
  margin:auto; 
}

.section-journey__gallery {
  background-color: #000;
}
.section-journey__gallery img {
  max-width: 150px;
  margin: 5px;
}
@media (min-width:480px){
  .journey-common {
    background-image: none;
    height: 0;
  }
  .section-journey-spsize{
    display: none;
  }
  .section-journey-pcsize {
    color: #fff;
    display: block;
  }
  .section-journey h3  {
    font-size: 3.5rem;
    font-weight: 300; 
    display: block;
    margin-bottom: -170px;
    color: #fff;
    padding-top: 160px;
    animation: fadeIn 3s ease-in 0s 1 normal;
  }
  .section-journey__gallery {
  background-color:rgba(0,0,0,0);
}
  @media (min-width:800px){
  .journey-common h3 {
    display: block;
    margin-bottom: -170px;
    color: #fff;
    padding-top: 220px;
    animation: fadeIn 3s ease-in 0s 1 normal;
  }
}
  .section-journey-pcsize p {
    
    font-size: 1.8rem;
    margin: 0 auto;
    text-align: center;
    max-width: 1040px;
    padding: 310px 0 80px 0;
    line-height: 3;
    animation: fadeIn 3s ease-in 0s 1 normal;
  }  
  .section-journey__gallery {
   background-color:rgba(0,0,0,0);
   margin: 0 auto;
   padding: 0 0 100px;
   max-width: 1040px;
}
  .section-journey__gallery img {
    max-width: 150px;
    margin: 10px;
  }
 .parallax_content{
  height: 100%;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  
  background-size: cover;
  background-repeat: no-repeat;
}
.img_bg_01{
  background-image: url("../images/journey/mountain.jpg");
  background-position: right bottom; 
} 
}

.section-plan {
animation: fadeIn 3s ease-in 0s 1 normal;
}
.section-plan h2 {
 font-family: 'PT Serif', serif;
  font-size: 2.4rem;
  padding: 110px 0 20px;
  font-weight: 300; 
  height: 30px;
}
.section-plan__picture {
  max-width: 400PX;
  margin: 0 auto 20px;
}
.section-plan__size img {
  width: 100%;
  animation: fadeIn 3s ease-in 0s 1 normal;
  box-shadow: 7px 10px 5px #cccccc;
}
.section-plan p {
  text-align: center;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2.4;
  letter-spacing: -0.03em;
  max-width: 375px;
  margin: 0 auto 30px;
}
.section-plan__price {
  font-size: 1.4rem;
  margin: 30px;
  line-height: 2.4;
}
.section-plan span {
  text-align: center;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: -0.03em;
}
.section-plan_message {
  font-size: 1.4rem;
}
.section-plan_message img {
  width: 50px;
  margin: 30px 0 20px;
  opacity: 0.6;
}
.section-contact_message {
  color: #2e2e2e; /* RGB */
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem;
  line-height: 2.2;
  
}
@media (min-width: 480px) {
  .section-plan {
    max-width: 1040px; 
    margin: 0 auto;
    padding-top: 100px;
    animation: fadeIn 3s ease-in 0s 1 normal;
}

  .section-plan h2{
   text-align: center;
   font-size: 3.0rem;
   padding:30px 0 20px;
  }
  .section-plan p {
  text-align: center;
  font-size: 1.4rem;
  max-width: 650px;
}
  
  .section-plan__price {
    font-size: 1.4rem;
    margin: 50px 0;
    line-height: 3;
  }

  
.section-contact_message {
    font-size: 1.4rem;
    line-height: 3;
  }
}


.section_limited { 
 
  margin: 80px auto 0;
}
.limited_content {
  animation: fadeIn 3s ease-in 0s 1 normal;
  justify-content: center;
  align-items: center;
  
} 
.parallax_sakura {
  background-image: url("../images/limited/sakura3.jpg");
  background-position-x: center;
  background-repeat: no-repeat;
}
.parallax_sakura h2 {
  animation: fadeIn 3s ease-in 0s 1 normal;
  font-family: 'PT Serif', serif;
  font-size: 2.2rem;
  padding: 50px 0 20px;
  font-weight: 300; 
  height: 30px;
  margin-bottom: 0;
  }  

.limited_content p{
    margin-bottom: 30px;
    line-height: 3.2rem;
    
    font-weight: 300;
    font-size: 1.4rem;
    }
.section_limited img {
    width: 50px;
    margin: 0 0 20px;
    opacity: 0.7;
}
.section-limited__picture {
  max-width: 400PX;
  margin: 0 auto 20px;
}
.section-limited__size img {
  width: 100%;
  opacity: 1;
  box-shadow: 7px 10px 5px #cccccc;
}
.section-contact {
  margin: 0 auto;
}
.section-contact h2 {
  font-family: 'PT Serif', serif;
  font-size: 2.4rem;
  padding: 90px 0 20px;
  font-weight: 300; 
  height: 30px;
}
.section-contact__contact {
  margin-top: 50px;
}
.section-contact__picture {
  max-width: 390px;
  height: auto;
  margin: 0 auto;
}
.section-contact__size img {
  width: 100%;
  animation: fadeIn 3s ease-in 0s 1 normal;
}

.section-contact__form  {
  padding: 0 15px 10px;
  text-align: left;
  max-width: 350px;
  margin: 0 auto;
}

.section-contact__form p  {
  margin-bottom: 10px;  
}

.section-contact__form input[type="text"],
.section-contact__form input[type="name"],
.section-contact__form input[type="name2"],
.section-contact__form input[type="mail"],
.section-contact__form input[type="tel"],
.section-contact__form input[type="massege"]
{
  display: block;
  width: 300px;
  height: 30px;
  border: solid 1px #dcdada;
  margin: 0 auto;
}
.section-contact__form textarea {
  display: block;
  width: 294px;
  height: 300px;
  padding: 0 5px;
  border: solid 1px #dcdada;
  margin: 0 auto;
  
}
.section-contact__form p label {
  font-family: 'PT Serif', serif;
  color: #2e2e2e;
  font-weight: 300;
  font-size: 1.6rem;
  display:  block;
  margin-bottom: 0; 
}
.section-contact__form span {
  font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.0;
    display: block;
    padding: 10px 20px;
}
.section-contact__form label{
  margin: 0 0 0 30px;
  
  
}
.section-contact__massege__sp {
  display: block;
  line-height: 2.0;
  font-size: 1.4rem;
  text-align: center;
}
.section-contact__massege__sp img {
    width: 50px;
    margin: 30px 0 20px;
    opacity: 0.6;
  }

.section-contact__massege__pc {
  display: none;
}
@media (min-width: 480px) {
  .section-contact {
   max-width: 1040px; 
   padding-top: 100px;
   margin: 0 auto;
   animation: fadeIn 3s ease-in 0s 1 normal;
  }
 
  .section-contact h2{
   text-align: center;
   font-size: 3.0rem;
   padding: 20px;
  } 
  .section-contact__picture {
    height: auto;
    width: 480px;
    margin: 0 auto;
  }
  .section-contact__size {
    height: auto;
    width: 100%;
    
  } 

.section-contact__form input[type="text"],
.section-contact__form input[type="name"],
.section-contact__form input[type="name2"],
.section-contact__form input[type="mail"],
.section-contact__form input[type="tel"],
.section-contact__form input[type="massege"]
{
  display: block;
  width: 300px;
  height: 30px;
  border: solid 1px #dcdada;
  margin: 0 auto;
}
  .section-contact__form {
    max-width: 590px;
    margin-top: 50px;
  }
  .section-contact__form p {
    display: flex;
  }
  .section-contact__form p label {
  width: 100px;
  font-size: 2.0rem;
  display:  block;
  padding: 0 20px; 
}
  .section-contact__form textarea {
  height: 350px;
  padding: 0 5px;
}
 .section-contact__form label{
  margin: 0 0 0 140px;
  }
  .section-contact__massege__pc  {
    color: #2e2e2e; /* RGB */
    font-family: 'Noto Serif JP', serif;
    display: block;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.5;
    justify-content: center;
    width: 550px;
    text-align: center;
    margin: 0 auto;
}
  
  .section-contact__massege__pc a {
    letter-spacing: 0.05em;
  } 
  .section-contact__massege__pc img {
    width: 50px;
    margin: 30px 0 20px;
    opacity: 0.6;
  }
  .section-contact__massege__sp{
    display: none;
  }
}
  @keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.send-button {
  font-family: 'PT Serif', serif;
  display       : block;
  font-size     : 2rem;        /* 文字サイズ */
  cursor        : pointer;     /* カーソル   */
  padding       : 8px 8px 8px 14px;   /* 余白       */
  background    : #b2b2b2;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border: none;
  margin: 20px auto;
  width: 120px;
  letter-spacing: 0.4rem; 
}
.send-button:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #2e2e2e;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
  
}
@media (min-width: 480px) {
  .send-button{
    margin: 50px auto;
  }
  
}
.footer {
  width: 100%;
  text-align: center;
  padding: 30px 0;
  
  bottom: 0; /*下に固定*/
}
.section-copi {
  font-size: 0.8rem;
  color: #a5a5a5;
}
.wrapper{
  display: flex;
  flex-flow: column;
  height: 100%;
  min-height: 100vh;
  position: relative;/*←相対位置*/
  padding-bottom: 120px;/*←footerの高さ*/
  box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}
@media (min-width: 480px)  {
.section-copi {
  font-size: 1.2rem;
  }
}
