@charset "UTF-8";

/* header-navigation_mobile */

.header {
    width: 100%;
    height: 80px;
    padding: 10px 20px 10px;
    font-size: 1.2rem;
    display: flex; 
    justify-content: space-between;
    align-items: center;
}

.nav-PC {
    display: none;
}

.nav-mobile {
    background: #FFF;
    width: 100%;
    height: 100vh;
    padding: 40px 20px;
    position: fixed;
    top:0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%); 
    transition:transform 0.4s;   
}

.nav-mobile.active {
    transform: translateX(0); 
}

.header-nav-mobile {
    position: relative;
}

.logo-header-title {
    display:flex;
    align-items: center;
    text-decoration: none;
}

.logo {
    display:block;
    width: 55px;
    height: auto;
    margin: 0 auto;
}

.close-button{
    display: block;
    position: absolute;
    right:20px;
    
}

.header-nav-list_mobile{
   margin-top: 40px; 
   text-align: center;
}

.headernav_mobile {
   color: #BB8D13;
   font-family: "Noto Sans JP";
   font-size: 1.3rem;
   text-decoration: none;
}

.headernav-item_mobile {
   color: #BB8D13;
   font-size: 1.3rem;
   padding-bottom: 35px;
}

.headernav-item-trial-lesson_mobile {
    display:block;
    width: 200px;
    padding-bottom: 35px;
    margin: 0 auto;
}

.a[target="_blank"] {
    color: #FFF;
}

.hamburger-button-mobile {
    display: block;
    width: 60px;
    height: 60px; 
}

.hamburger-button-mobile:hover {
    opacity: 0.5;
  }
 
.header-title {
    width:100%;
    padding-left: 10px;
    color: #BB8D13;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.2px;
}

/* header-navigation_PC */

@media(min-width: 1000px) {

    .nav-mobile {
        display: none;
    }

    .nav-PC {
        display: block;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: center;
    }
    
    .hamburger-button-mobile {
        display: none;
    }

    .header {
        width: 100%;
        max-width: 1300px;
        height: 100px;
        padding: 10px 5px 10px 100px;
        font-size: 1.3rem;
        display: block;
        margin: 0 auto;
    }

    .logo {
        height: 80px;
        width: auto;
    }

    .logo-header-title-navlistPC {
        display: flex;
        justify-content: space-between;
    }

    .header-title {
        font-size: 2.0rem;
    }

    .logo-header-title {
        display: flex;  
    }

    .logo-header-title-navPC {
        display: flex;
        justify-content: space-between;
    }

    .header-nav-list_PC {
        display: flex;
        justify-content: space-between; 
    }

    .headernav-item-profile_PC,.headernav-item-lesson_PC {
        width: 140px; 
        line-height: 43px;
    }

    .headernav-item-profile_PC a,.headernav-item-lesson_PC a {
        color: #BB8D13; 
    }

    .headernav-item-trial-lesson_PC {
        width: 200px;
    }

    .trial-application-button {
        display:block;
        width: 100%;
        max-width: 200px;
    }

    .item-lesson_PC{
        margin-right: 40px;
    }
        
    }

/* visual-side-button_mobile */

.sidebutton {
    display: none;
}

.visual_PC {
    display: none;
} 

.mainvisual{
    background-image: url("../images/mainvisual-mobile@2x.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height:80vh;
    position:relative;
}

/* .mobile-mainvisual{ 
    display: block;
}*/

.title-mobile{
    display: block;
    position: absolute;
    left: 3%;
    top: 2%;
    width: 45%;
    max-width: 300px;
}

.subtitle-mobile{
    display: block;
    position: absolute;
    bottom: 0%;
    right: 1%;
    width: 120px;
}

/* .tablet-mainvisual{ 
    display: none;
}

.PC-mainvisual{
    display: none;
}*/

.title-tablet{
    display: none;
}

.subtitle-tablet{
    display: none;
}

.title-PC{
    display: none;
}

.subtitle-PC{
    display: none;
}



/* visual-side-button_tablet1 */

@media(min-width: 650px) {

.sidebutton {
    display: none;
}

.visual_PC {
    display: none;
} 

.mainvisual{
    background-image: url("../images/mainvisual-tablet@2x.jpg");
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height:70vh;        /* 子供の顔が切れてしまうので */
}

.mobile-mainvisual{
    display: none;
}

.PC-mainvisual{
    display: none;
}

.tablet-mainvisual{
  display: inline-block; /* ピンク画像のサイズに合わせる */
  position: relative;
  top: 20px; /* ← 下にずらす。marginと違って周囲のレイアウトには影響しにくい */
  height: 450px;
}

.title-tablet {
  display: block;
  width: 100%; /* 必要に応じてサイズ調整 */
  height: auto;
  max-width: 300px;
}

.subtitle-tablet{
  display: block; 
  position: absolute;
  bottom: 100px;  /* ピンク画像の下端からどれだけ上に配置するか */
  right: 20px;   /* ピンク画像の右端からどれだけ内側に配置するか */
  width: 110px;   /* サイズ調整 */
}

}

/* visual-side-button_tablet2 */

@media(min-width: 850px) {

.sidebutton {
    display: none;
}

.visual_PC {
    display: none;
} 

.mainvisual{
    background-image: url("../images/mainvisual-tablet@2x.jpg");
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height:80vh;
    position:relative;
}

.mobile-mainvisual{
    display: none;
}

.PC-mainvisual{
    display: none;
}


.tablet-mainvisual{
  display: inline-block; /* ピンク画像のサイズに合わせる */
  position: relative;
  top: 50px; /* ← 下にずらす。marginと違って周囲のレイアウトには影響しにくい */
  height: 450px;
}

.title-tablet {
  display: block;
  width: 100%; /* 必要に応じてサイズ調整 */
  height: auto;
  max-width: 320px;
}

.subtitle-tablet{
  display: block; 
  position: absolute;
  bottom: 100px;  /* ピンク画像の下端からどれだけ上に配置するか */
  right: 20px;   /* ピンク画像の右端からどれだけ内側に配置するか */
  width: 120px;   /* サイズ調整 */
}


}


/* visual-side-button_tablet3 */

@media(min-width: 1000px) {

.sidebutton {
    display: none;
}

.visual_PC {
    display: none;
} 

.mainvisual{
    background-image: url("../images/mainvisual-tablet@2x.jpg");
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height:95vh;
    position:relative;
   
}

.mobile-mainvisual{
    display: none;
}

.PC-mainvisual{
    display: none;
}


.tablet-mainvisual{
  display: inline-block; /* ピンク画像のサイズに合わせる */
  position: relative;
  top: 100px; /* ← 下にずらす。marginと違って周囲のレイアウトには影響しにくい */
  height: 450px;
}

.title-tablet {
  display: block;
  width: 100%; /* 必要に応じてサイズ調整 */
  height: auto;
  max-width: 350px;
}

.subtitle-tablet{
  display: block; 
  position: absolute;
  bottom: 50px;  /* ピンク画像の下端からどれだけ上に配置するか */
  right: 20px;   /* ピンク画像の右端からどれだけ内側に配置するか */
  width: 130px;   /* サイズ調整 */
}

}



/* visual-side-button_PC */

@media(min-width: 1200px) {

/*

.visual_PC {   
    display: block;  
    padding-left: 100px;
    width:100%;
    max-width: 1300px;
    margin: 0 auto;
}

.visual_mobile { 
    display: none;
} 
    
*/

/* 

.sidebutton { 
    display:block;
    padding: 590px 0px;
    text-align: center;
    position: fixed;
    margin:0 auto;
}

*/

.sidebutton {
  position: fixed;
  bottom: 10px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  z-index: 1000;
}


.sidebutton-instagram {
    padding-bottom: 5px;
    padding-left: 30px;
    width: 100%;
    max-width: 70px;
    margin: 0 auto;
}
 
.sidebutton-application {
    padding-top: 10px;
    padding-left: 30px;
    width: 100%;
    max-width: 70px;
    margin: 0 auto;
}

.mainvisual{
    background-image: url("../images/mainvisual-PC@1.25x.jpg");
    background-size:cover;
    background-position: right;
    background-repeat: no-repeat;
    width: 100%;
    height:80vh;
    padding-left: 0%;
    position:relative;
}

.PC-mainvisual{
  display: inline-block; /* ピンク画像のサイズに合わせる */
  position: relative;
  left: 30px;
  top: 100px; /* ← 下にずらす。marginと違って周囲のレイアウトには影響しにくい */
  height: 450px;
}

.mobile-mainvisual{
    display: none;
}

.tablet-mainvisual{
    display: none;
}

.title-PC {
  display: block;
  width: 100%; /* 必要に応じてサイズ調整 */
  height: auto;
  max-width: 400px;
}

.subtitle-PC{
  display: block; 
  position: absolute;
  bottom: -20px;  /* ピンク画像の下端からどれだけ上に配置するか */
  right: 20px;   /* ピンク画像の右端からどれだけ内側に配置するか */
  width: 140px;   /* サイズ調整 */
}

}

/* message_mobile */

.message-button{
    position: relative;
}

.flutist {
    position: absolute;
    padding-right: 70px;
    width: 200px;   
}

.message-title_mobile {
    color: #333;
    font-size: 2.0rem;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 8px;
    text-align: center;
    padding-bottom: 25px;
    padding-top: 25px;
    width: 260px;
    margin:0 auto;
}

.message-title_PC {
    display: none;
}

/* テキストのアニメーション */
/*========= 流れるテキスト ===============*/

.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}

/* テキストアニメーション　ここまで */








.messagetext {
   font-size: 1.3rem;
   font-style: normal;
  
   line-height: 20px; 
   padding-bottom: 20px;
}

.message {
    padding: 0px 20px 40px;
}

.musicbloom-photo_mobile {
   display:block;
   padding: 0px 0px 60px 80px;
   width: 100%;
   height: auto;
   justify-content: right;
}

.profile-button_PC {
    display: none;
}

.profile-button_mobile {
    width: 100%;
    max-width: 300px;
    display: block;
    margin : 0 auto
}

.musicbloom-photo_PC {
    display:none;
}

/* message_mobile 320 */
@media(max-width: 335px) {

    .profile-button_mobile {
        width: 100%;
        max-width: 250px;
        display: block;
        margin : 0 auto
    }
}


/* message_PC */

@media(min-width: 700px) {
.message-button-photo {
    display: block;
    justify-content: space-between;
    margin-top: 50px;
    
}

.flutist {
    position: absolute;
    margin-left: 180px;
    width: 200px;   
}

.message-title_mobile {
    max-width: 540px;
    margin: 0 auto;
    padding-bottom: 25px;
}

.message  {
    max-width: 540px;
    margin: 0 auto;
}

.messagetext {
   font-size: 1.5rem;
   line-height: 2.8rem;

}

.profile-button_PC {   
    display:none;
}

.musicbloom-photo_PC {
    display:none;
}

.musicbloom-photo_mobile {
    display:block;
    margin:0 auto;
    margin-right: 100px;
    margin-top: 10px;
    width: 80%;
    max-width: 480px;
    height: auto;
    padding-bottom: 60px;
 }

.profile-button_mobile {
    width: 100%;
    max-width: 300px;
}
}
    
  
@media(min-width: 1000px) {

    .message-button-photo {
        display: flex;
        justify-content: space-between;
    }

    .message-button {
        width: 50%;
        margin-left: 100px;
        max-width: 600px;
    }

    .musicbloom-PC {
        width: 45%;
    }

    .message-photo {
        max-width: 1300px;   
        margin: 0 auto;
        padding-top: 80px;
    }

    .message-title_PC {
        display: block;
        font-size: 2.0rem;
        letter-spacing: 8px;
        margin-bottom: 40px;
        padding-left: 30px;
        margin-left: 0px;
        font-weight: 500;
    }

    .message-title_mobile {
        display: none;
    }
    
    .messagetext {
       font-size: 1.6rem;
       font-style: normal;
       font-weight: 400;
       line-height: 3.0rem; 
       padding-bottom: 25px;;
    }

    .message {
        padding: 0px 20px 0px 0px;
    }

    .flutist {
       position: absolute;
       margin-left: 0px;
       top: -40px;
       left: -20px;
       width: 180px;
    }  

    .profile-button_PC {   
        display:block;
        width: 100%;
        max-width: 350px;
        margin:0 auto;
        margin-top: 40px;
        margin-bottom: 100px;
    }

    .profile-button_mobile {
        display:none;
    }
    
    .musicbloom-photo_PC {
        display:block;
    }

    .musicbloom-photo_mobile {
        display:none;
    }

}


/* lesson-course_mobile */

.lessoncourse-title-ellipse  {
    display: flex;
    justify-content: space-between;
    width:100%;
    padding: 80px 20px 40px;
    align-items: center;
}

.lessoncourse-left-ellipse {
    display:block;
    width: 20%;
    height:auto;
}

.lessoncourse-right-ellipse {
    display:block;
    width: 20%;
    height:auto;
}

.lessoncourse-en {
    color: #575757;
    font-family: Playball;
    font-size: 3.2rem;
    font-weight: 400;
    margin-bottom: 10px;
    
}

.lessoncourse-ja {
    color: #BB8D13;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    font-weight: 500;
    
}

.lessoncourse-text{
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 1.3rem;
    
    line-height: 20px;
    padding: 0px 20px 40px;
    text-align: left;
}

.flute-ocarina-shinobue-ensemble_PC {
    display: none;
}

.flute-ocarina {
    display: flex;
    justify-content: center;
    padding-right: 40px ;
    padding-left: 40px ;
}

.shinobue-ensemble {
    display: flex;
    justify-content: center;
    padding-right: 40px ;
    padding-left: 40px ;
    padding-bottom: 10px;
}

.instrument1{
    color: #333;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
    font-weight: 500;
    
}
.instrument2{
    color: #E7B499;
    text-align: center;
    font-family: Playball;
    font-size: 1.4rem;
    
}

.instrument-button {
    display:block;
    width: 50%;
    height:auto;
    margin: 0 auto;
}

.name-flute,.name-ocarina,.name-shinobue,.name-ensemble {
    padding-bottom: 30px;
}

.instrument2{
    padding-bottom: 10px;
}

.point {
    border-radius: 10px;
    background: #E7B499;
    height: 265px;
    margin-bottom: 60px;
    margin-right: 20px;
    margin-left:20px;
    padding-top: 25px;
}
.point-description {
    color: #FFF;
    text-align: left;
    font-family: "Noto Sans JP";
    font-size: 16px;
   
    font-weight: 700;
    line-height: normal;
    padding-left: 10px;
}

.point1,.point2,.point3,.point4 {
    display: flex;
    padding: 15px 20px;
}

.flutist-white{
    width: 20px;
    height: auto;
}

.lessoncourse-button {
    width: 100%;
    max-width: 300px;
    display: block;
    margin : 0 auto;
}


@media(max-width: 335px) {

.lessoncourse-title-ellipse {
    align-items: center;
}

.lessoncourse-en {
    font-size: 2.4rem;
}

.lessoncourse-ja {
    font-size: 1.3rem;
}

.lessoncourse-button {
    width: 100%;
    max-width: 250px;
    display: block;
    margin : 0 auto;
}

.point-description {
    font-size: 1.3rem;
}
    }


/* lesson-course_PC */

@media(min-width: 560px) {

    .lessoncourse-text{
      
        text-align: center;
}
}


@media(min-width: 700px) {
    .lessoncourse-title-ellipse  {
        padding: 120px 20px 60px;
    }

    .lessoncourse {
        padding: 0px 100px;
    }

    .lessoncourse-en {
        font-size: 3.2rem;
    }
    
    .lessoncourse-ja {
        font-size: 1.8rem;
    }

    .lessoncourse-text{
        display: block;
        padding-bottom: 60px;
        text-align: left;
        font-size: 1.5rem;
          }

    .instrument1 {
        font-size: 1.5rem;
    }

    .instrument2 {
        font-size: 1.5rem;
    }

    .shinobue-ensemble {
        padding-bottom: 30px;
    }

}

@media(min-width: 840px) {

    .lessoncourse-text{
      
        text-align: center;
}
}


@media(min-width: 1000px) {
    .lessoncourse {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .lessoncourse {
        padding: 0px 100px;
    }

    .lessoncourse-title-ellipse {
        padding-top: 60px;
    }


    .lessoncourse-en {
        font-size: 4.8rem;
        
    }
    
    .lessoncourse-ja {
        font-size: 2.4rem;
    }

    .lessoncourse-text {
        font-size: 1.6rem;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
    }

    .flute-ocarina-shinobue-ensemble_mobile {
        display: none;
    }

    .flute-ocarina-shinobue-ensemble_PC {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
        padding-bottom: 30px;
        max-width: 850px;
        margin:0 auto;
    }

    .instrument1 {
        font-size: 16px;
        font-weight: 500;
    }

    .instrument2 {
        font-size: 16px;
    }

    .instrument-button {
        width: 100%;
        max-width: 180px;
    }

    .point {
        max-width: 850px;
        margin: 0 auto;
        height: 160px;
        
    }

    .point1-2 {
        display: flex;
    }

    .point3-4 {
        display: flex;
    }

    .point1 { 
        padding-left: 100px;
    }

    .point2 { 
        padding-left: 240px;
    }

    .point3 { 
        padding-left: 100px;
    }

    .point4 { 
        padding-left: 160px;
    }

    .lessoncourse-button{
        display:block;
        width: 100%;
        max-width: 350px;
        margin:0 auto;
        margin-top: 80px;
        margin-bottom: 160px;
}
}


/* salon-news_mobile */

.salonnews {
    margin: 80px 0px 0px;
    background: rgba(231, 180, 153, 0.50);
    padding-top: 0px;
    padding-bottom: 80px;
    position: relative;
}

.music {
    display: block;
    position: absolute;
    width: 120px;
    margin-top: -30px;  
}

.salonnews-title {
    padding: 80px 0px 40px; 
}

.salonnews-en {
    color: #575757;
    font-family: Playball;
    font-size: 3.2rem;
    font-weight: 400;
    margin-bottom: 10px;
    
    text-align: center;
}

.salonnews-ja {
    color: #BB8D13;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    font-weight: 500;
   
    text-align: center;
}

.text-instagram{
    text-align: center;
}

.salonnews-text{
    font-size: 1.3rem;
   
    line-height: 20px;
    padding: 0px 20px 40px;
    text-align: left;
}

.salonnews-text_PC {
    display: none;
}

.naokowatanabe-instagram {
    display:block;
    width:150px;
    margin:0 auto;
    padding-right: 25px;
    padding-bottom: 40px;
}

.movie { 
    display: block;
    margin: 0 auto; } 






/* salon-news_mobile */

@media(max-width: 600px){
    .youtube {
        position: relative;
        height: 0;
        padding-top: 56.25%;
        overflow: hidden;
        width: 100%;
        max-width: 850px;
    }
    .movie {
        display: block;
        border-radius: 5px;
        background: url(<path-to-image>) lightgray 50% / cover no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: 100%;
    }
   .movie {
    width: calc(100% - 40px);
   }

}

/* salon-news 320 */
@media(max-width: 360px) {

.salonnews {
    padding-top: 0px;
    padding-bottom: 40px;
    position: relative;
}

}

/* salon-news 450 */
@media(min-width: 450px) {
    .salonnews-text{
        text-align: center;
        padding-bottom: 30px;
    }
    }



@media(min-width: 700px) {

.salonnews {
    margin: 120px 0px 0px;
    padding: 40px 100px 80px;
    position: relative;
}

.salonnews-en {
    font-size: 3.2rem;
}

.salonnews-ja {
    font-size: 1.8rem;
}

.music {
    display: block;
    position: absolute;
    width:100%;
    max-width: 200px;
    margin-top: -80px;  
}

.salonnews-text{
    font-size: 1.5rem;
    line-height: 2.0rem;
    padding: 20px 0px 60px;
    text-align: center;
}

.salonnews-text_PC {
    display: none;
}

.naokowatanabe-instagram {
    display:block;
    width:100%;
    max-width: 180px;
    margin:0 auto;
    padding-right: 25px;
    padding-bottom: 40px;
}

.movie {
    display: block;
    border-radius: 5px;
}
}

@media(min-width: 1000px) {
 
    .salonnews {
        width: 100%;
        
        margin:0 auto;
        padding: 40px 100px 80px;
        position: relative;  
    }

    .salonnews-wrapper {
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .salonnews-en {
        font-size: 4.8rem;
        margin-bottom: 10px;
    }
    
    .salonnews-ja {
        font-size: 2.4rem;
    }

    .salonnews-title {
        padding: 40px 0px 100px; 
    }

    
    .music {
        display: none;
        
    }
    
    .salonnews-text {
        display:none;
       
    }

    .salonnews-text_PC{
        display: block;
        font-size: 1.6rem;
        line-height: 3.0rem;
        padding: 20px 0px 40px;
        text-align: left;
    }
    
    .text-instagram-movie{
        display:flex;
        justify-content: center;
    }

    .text-instagram {
        padding-right: 40px;
    }


    .naokowatanabe-instagram {
        display:block;
        width:100%;
        max-width: 170px;
        margin:0 auto;
        padding-right: 25px;
        padding-bottom: 40px;
    }  

    .movie {
        display: block;
        border-radius: 5px;
}
}


/* access_mobile */

.access-title-ellipse {
    display: flex;
    justify-content: space-between;
    width:100%;
    padding: 80px 20px 40px;
    align-items: center;
}

.left-ellipse {
    display:block;
    width: 20%;
    height:auto;
}

.right-ellipse {
    display:block;
    width: 20%;
    height:auto;
}

.access-en {
    color: #575757;
    font-family: Playball;
    font-size: 3.2rem;
    font-weight: 400;
    margin-bottom: 10px;
}

.access-ja {
    color: #BB8D13;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    font-weight: 500;
}

.access-text {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 13px;
    
    display: flex;
    padding: 0px 20px 40px;
    justify-content: center;
}

.access-text1-2{
    margin-right: 20px;
}

.access-text1 {
    padding-bottom: 10px;
}

.access-text3 {
    padding-bottom: 10px;
}


.map{
    display: block;
    padding: 0px 20px;
    margin: 0 auto;
}

.signboard{
   display:block;
   padding: 40px 0px 40px 80px;
   width: 100%;
   height: auto;
   justify-content: right;
}

/* access_mobile 320*/

@media(max-width: 360px) {

    .access-title-ellipse {
        align-items: center;
    }
    
    .access-en {
        font-size: 3.2rem;
    }
    
    .access-ja {
        font-size: 1.6rem;
    }
    
    .access-text {
        font-size: 1.3rem;
    }
        }
    


/* access_PC */

@media(min-width: 700px) {

    .access{
    margin: 0px 0px 0px;
    padding: 0px 100px 40px;
    }

    .access-title-ellipse  {
        padding: 120px 0px 60px;
    }
    .access-text  {
        font-size: 1.5rem;
        padding: 0px 0px 60px;
    }
    
    .access-en  {
        font-size: 3.2rem;
    }
    
    .access-ja {
        font-size: 1.8rem;
    }

    .access-text1-2{
        margin-right: 40px;
    }

    .map{
        width: 100%;
        max-width: 460px;
        padding-right: 0px;
        padding-left: 0px;
        right: 50px;
    }

    .signboard {
        display: block;
        margin: 0 auto;
        margin-right: 0px;
        padding-right: 0px;
        margin-top: 20px;
        width: 100%;
        max-width: 500px;
        height: auto;
    }
    
    }

@media(min-width: 1000px) {

    .access {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .access-title-ellipse  {
        padding: 160px 0px 60px 0px;
    }

    .access-en {
        font-size: 4.8rem;
       
    }
    
    .access-ja {
        font-size: 2.4rem;
    }

    .access-text {
        font-size: 1.6rem;
       
        margin-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .access-text1 {
        padding-bottom: 20px;
    }
    
    .access-text3 {
        padding-bottom: 20px;
    }

    .map-signboard {
        display:flex;
        justify-content:center;
        
    }

    .map{
        width: 100%;
        max-width: 400px;
        height: 280px;
        margin-left: 0px;
        margin-right:60px;
    }

    .signboard {
        display: block;
        margin-left: 0px;
        padding-left: 0px;
        margin-top: 0px;
        padding-top: 0px;
        width: 100%;
        max-width: 400px;
        height: auto;

}
}




/* return-button_mobile */

.return{
    padding: 0px 20px 80px;
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
 }
 
 .returnbutton {
    display: block;
    position:absolute;
    right: 0px;
    width: 80px;
 }

/* return-button_PC */
@media(min-width:750px) {

.return{
    margin-right: 100px;
    margin-left: 100px;
    padding: 0px 0px 80px;
    position: relative;
   
    margin:0 auto;
 }
 
 .returnbutton {
    display: block;
    position:absolute;
    width: 60px;
    right: 100px;
 }

}

 /* footer_mobile */
 
 .footer {
    margin: 0 auto;     
    padding: 40px 20px 40px;
    background-image: url(../images/footer-photo_mobile.jpg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 380px;
  }

.footer-nav {
    width: 145px;
    margin:0 auto;
}

.footertitle-instagram {
    display: flex;
    justify-content: center;
    position: relative;
}

.instagram-black {
    position:absolute;
    top: 3px;
    right:20px;
    width:25px;
}

.footertitle {
    color: #000;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    padding-bottom: 40px;
}

.footernav-list {
    text-align:center; 
}

.footernav-item {
    text-align: center;
    font-size: 1.3rem;
    padding: 10px 0px;
}

.copy {
    font-size: 1.3rem;
    text-align: center;
    padding-top: 40px;
}




/* footer_mobile 320*/
@media(max-width: 360px) {
    .footer {
        background-size: cover;
      }
   } 


/* footer_PC*/
@media(min-width: 750px) {

.footer {
   margin: 0 auto;     
   padding: 40px 100px 0px;
   background-image: url(../images/footer-photo_mobile.jpg);
   background-position: center;
   background-size: 100%;
   background-repeat: no-repeat;
   height: 380px;
  
 }

.footer-nav {
   width: 180px;
   margin:0 auto;
}

.footertitle-instagram {
   display: flex;
   justify-content: center;
   position: relative;
}

.instagram-black {
    display: block;
   position:absolute;
   top: 3px;
   right:0px; 
   width:35px;
}

.footertitle {
   color: #000;
   font-size: 2.0rem;
   font-weight: 700;
   letter-spacing: 1.2px;
   padding-bottom: 40px;
}

.footernav-list {
   text-align:center; 
}

.footernav-item {
   text-align: center;
   font-size: 1.6rem;
   padding: 10px 0px;
}

.copy {
   font-size: 1.6rem;
   text-align: center;
   padding-top: 40px;
}

}

