body{
  margin:auto 0;
  padding:auto 0;
}

.l-header {
  width: 100%;
  position: relative;
}

/*ヘッダー　スライド画像*/
.p-header__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-header__imageLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 60%;
}

#is-slideShow1 {
  position: absolute;
  top: 0;
  left: 0;
}

#is-slideShow1,
#is-slideShow2 {
  width: 100%;
}

#is-slideShow3 {
  position: absolute;
  top: 0;
  left: 0;
}

#is-slideShow3,
#is-slideShow4 {
  display: none;
}

/*ナビゲーションメニュ*/

.p-header__nav {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  box-sizing: border-box;
}

.u-header__nav-pa {
  padding: 1%;
}

.p-header__nav--title {
  display: flex;
  align-items: center;
  color: white;
  font-weight: 100;
  font-size: 200%;
  letter-spacing: 2px;
}

.p-header__nav--title:hover {
  opacity: .6;
  transition: all .5s;
}

.u-header__nav--title-mtl {
  margin-left: 2%;
}

.c-header__nav--style {
  text-decoration: none;
  color: white;
}

.p-header__nav--titleName::before {
  content: "暮らしの体験宿";
  font-size: 60%;
  margin-right: 8%;
}

.p-header__nav--titleName::after {
  content: "-Yakushima Lodge & Food Atelier-";
  display: block;
  font-size: 40%;
  margin-top: 3%;
}

/*ナビゲーションリスト*/
.c-header__nav-listIcon {
  display: none;
}

.p-header__nav--list {
  width: 600px;
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
}

.p-header__nav--list li {
  font-size: 100%;
  text-align: center;
}

.u-header__nav--list-ml {
  margin: 0 0 0 auto;
}

.p-header__nav--list a:hover {
  opacity: .6;
  transition: .5s;
}

.p-header__nav--listAbout a::after {
  content: "-いろはのこと-";
  display: block;
  font-size: 50%;
  padding-top: 10%;
}

.p-header__nav--listLodge a::after {
  content: "-宿泊ロッジ-";
  display: block;
  font-size: 50%;
  padding-top: 20%;
}

.p-header__nav--listFood a::after {
  content: "-食工房/ラウンジ-";
  display: block;
  font-size: 50%;
  padding-top: 5%;
}

.p-header__nav--listInteractive a::after {
  content: "-体験プログラム-";
  display: block;
  font-size: 50%;
  padding-top: 5%;
}

.p-header__nav--listBooking a::after {
  content: "-ご予約-";
  display: block;
  font-size: 50%;
  padding-top: 20%;
}

.p-header__nav--listAbout a:hover::after,
.p-header__nav--listLodge a:hover::after,
.p-header__nav--listFood a:hover::after,
.p-header__nav--listInteractive a:hover::after,
.p-header__nav--listBooking a:hover::after {
  opacity: .6;
  transition: .5s;
}

.p-header__nav--listFood,
.p-header__nav--listInteractive {
  line-height: 20px;
}

.p-header__facebook--icon {
  display: none;
}

.p-header__camera--icon {
  display: none;
}

.p-header__facebook--icon img:hover,
.p-header__camera--icon img:hover{
  opacity: .6;
  transition: .5s;
}

/*スライドショー用*/

.is-fadeOut {
  opacity: 0;
  transition: 1s all;
  -webkit-transition: 1s ease-in-out;
}

.is-fadeIn {
  opacity: 1;
  transition: 1s ease-in-out;
  -webkit-transition: 1s ease-in-out;
}

/*メイン*/
.l-main {
  width: 100%;
  position: relative;
  top: 55vw;
}

/*メイン,いろは*/
.p-main__aboutIroha {
  position: relative;
  display: flex;
  justify-content: space-around;
}

.u-main__aboutIroha-pa {
  padding: 10% 5%;
}

.p-main__aboutIroha--contents {
  width: 40%;
}

.p-main__aboutIroha--title {
  font-size: 200%;
  font-weight: 100;
}

.u-main__aboutIroha--title-mb {
  margin-bottom: 10%;
}

.p-main__aboutIroha--text {
  font-size: 120%;
  line-height: 160%;
}

.p-main__aboutIroha--image{
  width: 40%;
}

.p-main__aboutIroha img {
  width: 100%;
}

.u-main__aboutIroha--image-mb {
  margin-bottom: 10%;
}

.c-object__link {
  text-align: center;
}

.p-readLink__size {
  width: 40%;
}

.p-readLink__position--aboutIroha {
  margin: 20% 25%;
}

.p-readLink {
  border: 1px solid;
  text-decoration: none;
  color: black;
}

.c-object__link:hover {
  opacity: .6;
  transition: .5s;
}

.u-readLink-pa {
  padding: 5% 10%;
}

.p-main__aboutIroha--bgc {
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 40vw;
  background-color: #FAFAFA;
}

/*メイン,ロッジ*/
.p-main__Lodge {
  background-color: #FAFAFA;
  position: relative;
}

.u-main__Lodge-pa {
  padding: 8% 5%;
}

.p-main__section--title {
  font-size: 200%;
  font-weight: 100;
  transform: scale(1, 1.5);
  letter-spacing: 7px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

/*疑似タイトルボーダーライン　共通スタイル*/
.l-main section h2::after {
  content: "";
  display: block;
  border-bottom: 1px solid;
  position: absolute;
}

/*疑似タイトル背景文字　共通スタイル*/
.l-main section h2::before {
  display: block;
  letter-spacing: 5px;
  color: #E6E6E6;
  text-shadow: initial;
  /*以下、文字縦読み逆さ指定*/
  transform: scale(1.5, 1) rotate(270deg);
  position: relative;
  z-index: -1;
}

.l-main section:nth-of-type(2) h2::after {
  bottom: -5px;
  left: 200px;
  width: 220px;
}

/*各疑似タイトル文字の大きさ、位置*/
.l-main section:nth-of-type(2) h2::before {
  content: "Lodge";
  position: absolute;
  top: 40px;
  left: -50px;
  font-size: 180%;
}

/*疑似タイトルここまで*/

.p-main__Lodge--textBox {
  width: 35%;
  height: 270px;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 18vw;
  left: 15%;
  z-index: 0;
}

.u-main__Lodge--textBox-pa {
  padding: 4%;
}

.p-main__Lodge--text {
  line-height: 25px;
}

.p-main__Lodge--textEnglish {
  font-size: 15px;
  letter-spacing: 2px;
}

.u-main__Lodge--textEnglish-mt{
  margin-top: 15%;
}

.p-readLink__position--Lodge {
  position: absolute;
  bottom: 4vw;
  right: 7%;
}

.p-main__Lodge--image {
  width: 50%;
}

.u-main__Lodge--image-mr {
  margin: 12% 0 0 auto;
}

.p-main__Lodge--image img {
  width: 100%;
}

.p-main__Lodge--imageOther {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.u-main__Lodge--imageOther-mr {
  margin-top: 13%;
}

.p-main__Lodge--imageOther img {
  width: 16%;
}

/*メイン　フード*/
.p-main__Food {
  position: relative;
}

.u-main__Food-pa {
  padding: 7% 5%;
}

.l-main section:nth-of-type(3) h2::after {
  bottom: -5px;
  left: 100px;
  width: 300px;
}

.l-main section:nth-of-type(3) h2::before {
  content: "Food Atelier& Lounge";
  position: absolute;
  top: 160px;
  left: -150px;
  font-size: 100%;
  letter-spacing: 2px;
}

.u-main__Food--image-ma {
  margin-top: 17%;
  margin-left: 10%;
}

.p-main__Food--image img {
  width: 50%;
}

.p-main__Food--textBox {
  width: 40%;
  background-color: rgba(240, 240, 240, 0.9);
  position: absolute;
  top: 12vw;
  left: 47%;
}

.p-main__Food--textBox {
  font-size: 80%;
}

.u-main__Food--textBox-pa {
  padding: 3%;
  padding-bottom: 10%;
}

.p-main__Food--text {
  line-height: 25px;
}

.p-readLink__position--Food {
  position: absolute;
  bottom: 3vw;
  right: 0%;
}

.u-main__Food--textEnglish-mt{
  margin-top: 10%;
}

.p-main__Food--imageOther {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.u-main__Food--imageOther-mt {
  margin-top: 10%;
}

.p-main__Food--imageOther img {
  width: 18%;
}

/*体験プログラム*/
.p-main__Interactive {
  background-color: #FAFAFA;
  position: relative;
}

.u-main__Interactive-pa {
  padding: 7% 5%;
}

.l-main section:nth-of-type(4) h2::after {
  bottom: -5px;
  left: 80px;
  width: 300px;
}

/*各疑似タイトル文字の大きさ、位置*/
.l-main section:nth-of-type(4) h2::before {
  content: "Interactive";
  position: absolute;
  top: 80px;
  left: -80px;
  font-size: 120%;
  letter-spacing: 3px;
}

.p-main__Interactive--textBox {
  width: 35%;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 25vw;
  left: 15%;
  z-index: 0;
}

.u-main__Interactive--textBox-pa {
  padding: 4%;
  padding-bottom: 10%;
}

.p-main__Interactive--text {
  line-height: 25px;
}

.p-main__Interactive--textEnglish {
  font-size: 100%;
  letter-spacing: 2px;
}

.u-main__Interactive--textEnglish-mt{
  margin-top: 10%;
}

.p-readLink__position--Interactive {
  position: absolute;
  bottom: 4vw;
  right: 5%;
}

.p-main__Interactive--image {
  width: 50%;
}

.u-main__Interactive--image-mr {
  margin: 12% 0 0 auto;
}

.p-main__Interactive--image img {
  width: 100%;
}

.p-main__Interactive--imageOther {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.u-main__Interactive--imageOther-mr {
  margin-top: 13%;
}

.p-main__Interactive--imageOther img {
  width: 16%;
}

/*メイン　問い合わせ*/
.p-main__inquiry {
}

.u-main__inquiry-ma {
  padding: 7%;
}

.p-main__inquiry--text {
  width: 100%;
  text-align: center;
  line-height: 35px;
  font-size: 110%;
}

.u-main__inquiry--text-ma {
  margin: 0 auto 7%;
}

.p-main__inquiry--action {
  display: flex;
  justify-content: space-around;
}

.p-main__inquiry--actionContact,
.p-main__inquiry--actionBooking {
  position: relative;
  width: 35%;
  background-color: #FAFAFA;
}

.u-main__inquiry--actionContact-mapa,
.u-main__inquiry--actionBooking-mapa {
  padding: 2% 2% 7% 2%;
}

.p-main__inquiry--actionContactTitle,
.p-main__inquiry--actionBookingTitle {
  position: relative;
  left: -10%;
  font-size: 140%;
  font-weight: 100;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  letter-spacing: 2px;
}

.u-main__inquiry--actionContactTitle-mb,
.u-main__inquiry--actionBookingTitle-mb{
  margin-bottom: 5%;
}

/*スマホ用タイトル*/
.p-main__inquiry--actionContactTitleSP{
  display: none;
}

.p-main__inquiry--actionContactText,
.p-main__inquiry--actionBookingText {
  font-size: 80%;
  line-height: 20px;
}

.p-inquiryButton__position {
  position: absolute;
  bottom: 13%;
  right: 13%;
}

.p-inquiryButton {
  text-decoration: none;
  border: 1px solid;
  font-size: 12px;
}

.u-inquiryButton-pa {
  padding: 20% 70%;
}

.p-inquiryButton__positionSP {
  display: none;
}

/*フッター*/
.l-footer {
  position: relative;
  top: 55vw;
  width: 100%;
  background-color: black;
  color: white;
}

.p-footer {
  display: flex;
}

/*フッターロゴ*/
.p-footer__logo {
  width: 30%;
  display: flex;
  align-items: center;
}

.p-footer__logo--size {
  width: 100%;
}

/*フッター メッセージ*/
.p-footer__message {
  width: 35%;
}

.u-footer__message-ma {
  margin: 5% 2%;
}

.p-footer__message--title {
  font-size: 25px;
  position: relative;
}

.p-footer__message--title::after {
  position: absolute;
  top: 30px;
  left: 0;
  content: "";
  border-bottom: solid 1px white;
  width: 80px;
}

.u-footer__message--title-ma {
  margin-bottom: 10%;
}

.p-footer__message--text {
  line-height: 25px;
}

.u-footer__message--text-ma {}

/*フッター　コンタクト*/
.p-footer__contact {}

.u-footer__contact-ma {
  margin: 5% 2%;
}

.p-footer__contact--title {
  position: relative;
  font-size: 25px;
}

.p-footer__contact--title::after {
  position: absolute;
  top: 30px;
  left: 0;
  content: "";
  border-bottom: solid 1px white;
  width: 100px;
}

.u-footer__contact--title-ma {
  margin-bottom: 10%;
}

.p-footer__contact--info {
  line-height: 25px;
}

.u-footer__contact--info-ma {
  margin-left: 10%;
}

.u-footer__contact--icon-ma {
  margin-top: 10%;
}

.u-footer__contact--icon-ma img {
  margin-right: 3%;
}

.p-footer__contact--facebook img {
  width: 13%;
}

.p-footer__contact--camera img {
  width: 15%;
}

.p-footer__contact--facebook img:hover,
.p-footer__contact--camera img:hover{
  opacity: .6;
  transition: .5s
}


/*フッター　コピーライト*/
.p-footer--copyright {
  background-color: #424242;
  font-size: 10px;
}

.u-footer--copyright-pa {
  padding: 10px 3%;
}

.p-footer--copyrightSP {
  display: none;
}

/* ========== pad版の設定 =========== */

@media(max-width: 1024px) {

  .l-header {
    font-family: serif;
  }

  /*ナビゲーションリストクリック時*/
  .layer {
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2;
    top: 80px;
    left: 0;
  }

  /*nav*/
  .p-header__nav {
    position: fixed;
    height: 80px;
  }
  
  .p-header__nav--title {
    font-weight: bold;
  }

  .p-header__nav--titleName::before {
    letter-spacing: 1px;
    font-size: 50%;
    margin-right: 10%;
  }

/*ナビゲーションリスト*/
  .u-header__nav--iconImg {
    /* 
    jsでwidthとheightを指定する場合、cssで設定しておくと反映しない
    width: 100%;
    height:100%;
    */
  }

  .u-header__nav--listIcon-mtrl {
    padding: 5px;
    margin-top: 3px;
  }

  /*ナビゲーションメニュ*/
  .nav-list {
    position: relative;
  }

  .p-header__nav--list {
    width: auto;
    display: block;
    position: absolute;
    top: 280px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .p-header__nav--list li {
    font-size: 20px;
  }

  .p-header__nav--listAbout,
  .p-header__nav--listLodge,
  .p-header__nav--listFood,
  .p-header__nav--listInteractive,
  .p-header__nav--listBooking {
    display: none;
    width: 150px;
    line-height: 20px;
  }

  .p-header__nav--listAbout a::after,
  .p-header__nav--listLodge a::after,
  .p-header__nav--listFood a::after,
  .p-header__nav--listInteractive a::after,
  .p-header__nav--listBooking a::after {
    font-size: 15px;
    margin-top: 0;
    padding: 5px;
  }
  
  .c-header__nav-listIcon {
    display: block;
    position: absolute;
    right: 5%;
    transition: 1s;
    cursor: pointer;
  }
  
  .c-header__nav-listIcon img:hover{
    opacity: .6;
    transition: .5s
  }

  .u-header__nav-pa {
    padding: 15px 0;
  }

  .u-header__nav--list-mlrptb,
  .u-header__nav--list-mlr,
  .u-header__nav--list-mlrptb {
    margin: 0;
    padding: 8px 0;
  }
  
  .p-header__facebook--icon{
    position: absolute;
    top: 415px;
    left: 82%;
  }
  
  .p-header__facebook--icon img{
    width: 120%;
  }
  
  .p-header__camera--icon{
    position: absolute;
    top: 416px;
    left: 90%;
  }
  
  .p-header__camera--icon img{
    width: 135%;
  }
  
/*-------ナビメニュースライドjavascript-------*/

  .is-active {
    display: block;
  }

  /*アニメーション　上からスライドイン*/
  .is-slideIn-Y {
    animation-name: navListSlideIn-Y;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }

  @keyframes navListSlideIn-Y {

    0% {
      transform: translateY(-50px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .is-slideOut-Y {
    animation-name: navListSlideOut-Y;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    display: block;
  }

  @keyframes navListSlideOut-Y {

    0% {
      transform: translateY(0);
    }

    100% {
      opacity: 0;
      transform: translateY(-50px);
    }
  }

  /*黒背景*/
  .is-backLayer-on {
    animation-name: backLayer-on;
    animation-duration: .5s;
    animation-fill-mode: forwards;
  }

  @keyframes backLayer-on {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
      visibility: visible;
    }
  }

  .is-backLayer-off {
    animation-name: backLayer-off;
    animation-duration: .5s;
    animation-fill-mode: forwards;
  }

  @keyframes backLayer-off {
    0% {
      opacity: 1;
      visibility: visible;
    }

    100% {
      opacity: 0;
      visibility: hidden;
    }
  }

/*メイン いろは*/

  .l-main {
    top: 50vw;
  }

  .p-main__aboutIroha--contents {
    width: 70%;
  }

  .p-main__aboutIroha--title {
    font-size: 23px;
  }

  .p-main__aboutIroha--text {
    font-size: 15px;
    line-height: 23px;
  }

  /*メイン　ロッジ*/
  .l-main section:nth-of-type(2) h2::before {
    font-size: 150%;
  }

  .u-main__Lodge--textBox-pa {
    padding: 3%;
  }

  .p-main__Lodge--text {
    font-size: 14px;
    line-height: 18px;
  }

  .p-main__Lodge--textEnglish {
    font-size: 13px;
  }

  /*メイン　フード*/
  .p-main__Food {}

  .u-main__Food-pa {
    padding: 5%;
  }

  .u-main__Food--image-ma {
    margin-left: 10%;
  }

  .u-main__Food--textBox-pa {
    padding-bottom: 7%;
  }

  /*メイン　体験プログラム*/
  .l-main section:nth-of-type(4) h2::before {
    font-size: 30px;
  }

  .l-main section:nth-of-type(4) h2::after {
    bottom: -5px;
    left: 80px;
    width: 300px;
  }
  
  .p-main__section--titleJa{
    display: block;
  }

  .p-main__Interactive--text {
    font-size: 14px;
    line-height: 18px;
  }

  .p-main__Interactive--textEnglish {
    font-size: 13px;
  }
  
  .p-readLink__position--Interactive{
    
  }

  /*メイン　問い合わせ*/
  .p-main__inquiry {
  }
  
  .p-main__inquiry--actionContactTitle,
  .p-main__inquiry--actionBookingTitle {
    font-size: 20px;
  }

  /*フッター　コンタクト*/
  .p-footer__message--text,
  .p-footer__contact--info {
    font-size: 15px;
    line-height: 20px;
  }
}


@media(max-width: 768px) {
  
  /*ヘッダー　スライド画像*/
  .p-header__image{
  }

  #is-slideShow1,
  #is-slideShow2 {
    width: 100%;
    height: 60vw;
  }

  .p-header__imageLogo {
    width: 50%;
    top: 55%;
  }
  
  .layer{
    top: 70px;
  }
  
  .p-header__nav{
    height: 70px;
  }
  
  .u-header__nav-pa{
    padding: 2%;
  }
  
  
  .p-header__nav--title{
    font-size: 150%;
  }
  
  .p-header__nav--titleName::before {
    font-size: 60%;
  }

/*いろは ip*/ 
  .l-main {
    top: 60vw;
  }

  .p-main__aboutIroha {
    display: block;
  }

  .u-main__aboutIroha-pa {
    padding: 5%;
    padding-bottom: 0;
  }

  .p-readLink__position--aboutIroha{
    margin: 15% 10%;
  }

  .p-main__aboutIroha--title {
    font-size: 25px;
  }

  .p-main__aboutIroha--text {
    line-height: 25px;
    font-size: 90%;
  }
  
  .p-readLink__size{
    font-size: 10px;
    -webkit-transform:scale(0.6);
    -moz-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -o-transform:scale(0.6);
    transform:scale(0.6);
  }
  
  .p-main__aboutIroha--image{
    width: 50%;
    position: relative;  
  }

  .p-main__aboutIroha img:first-child {
    position: absolute;
    top: -30vw;
    left: 100%;
    width: 100%;
  }

  .p-main__aboutIroha img:nth-of-type(2) {
    position: relative;
    top: -10vw;
    left: 70%;
    width: 60%;
  }

  .u-main__aboutIroha--image-mb {
    margin-bottom: 0px;
  }

  .p-main__aboutIroha--bgc {
    top: 45%;
    left: 55%;
    width: 60%;
  }

  /*ロッジ ip*/
  .u-main__Lodge-pa {
    padding: 7%;
  }

  .p-main__section--title {
    font-size: 25px;
    font-family: serif;
    transform: scale(1, 1);
    letter-spacing: 3px;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
    font-weight: bold;
  }

  .l-main section:nth-of-type(2) h2::before {
    font-size: 180%;
    top: 30px;
  }

  .l-main section:nth-of-type(2) h2::after {
    top: 30px;
    left: 130px;
    width: 180px;
  }

  .p-main__Lodge--textBox {
    width: 38%;
    height: auto;
    top: 28vw;
    left: 18%;
  }

  .u-main__Lodge--textBox-pa {
    padding: 2% 4% 7% 1%;
  }

  .p-main__Lodge--text {
    font-size: 10px;
    -webkit-transform:scale(0.6);
    -moz-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -o-transform:scale(0.6);
    transform:scale(0.6);
    line-height: 20px;
  }

  .p-main__Lodge--textEnglish {
    font-size: 10px;
    -webkit-transform:scale(0.6);
    -moz-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -o-transform:scale(0.6);
    transform:scale(0.6);
    letter-spacing: 1px;
    line-height: 15px;
  }
  
  .u-main__Lodge--textEnglish-mt{
    margin-top: 0;
  }

  .p-readLink__size {
    width: 42%;
  }

  .p-readLink__position--Lodge {
    bottom: 3vw;
    right: 5%;
  }

  .p-main__Lodge--image {
    width: 60%;
  }

  .u-main__Lodge--image-mr {
    margin: 50px 0 0 auto;
  }

  .p-main__Lodge--imageOther {
    width: 100%;
  }

  .u-main__Lodge--imageOther-mr {
    margin-top: 12%;
  }

  .p-main__Lodge--imageOther img {
    width: 16%;
  }

  /*メイン　フード　ip*/

  .l-main section:nth-of-type(3) h2::before {
    top: 120px;
    left: -120px;
  }
  
  .l-main section:nth-of-type(3) h2::after {
    top: 30px;
    width: 160px;
  }
  
  .u-main__Food--image-ma {
    margin-top: 10%;
    margin-left: 14.5%;
  }

  .p-main__Food--image img {
    width: 60%;
    height: 30vw;
  }

  .p-main__Food--textBox {
    width: 37%;
    height: auto;
    top: 12vw;
    left: auto;
    right: 5%;
  }
  
  .u-main__Food--textBox-pa {
  }

  .p-main__Food--text {
    font-size: 10px;
    -webkit-transform:scale(0.6);
    -moz-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -o-transform:scale(0.6);
    transform:scale(0.6);
    line-height: 14px;
  }
  
  .p-main__Food--textEnglish{
    font-size: 10px;
    -webkit-transform:scale(0.6);
    -moz-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -o-transform:scale(0.6);
    transform:scale(0.6);
  }

  .p-readLink__position--Food {
    right: -5%;
  }
  
  .p-main__Food--imageOther{
    width: 95%;
  }

  .u-main__Food--imageOther-mt {
    margin: 0 0 0 auto;
    margin-top: 8%;
  }

  /*体験プログラム　ip*/
  .u-main__Interactive-pa {
    padding: 7%;
  }

  .l-main section:nth-of-type(4) h2 {
    font-size: 23px;
  }

  .l-main section:nth-of-type(4) h2::before {
    left: -90px;
    font-size: 40px;
  }

  .l-main section:nth-of-type(4) h2::after {
    bottom: -10px;
    left: 100px;
    width: 170px;
  }
  
  .p-main__section--titleJa{
    display: inline;
  }

  .p-main__Interactive--textBox {
    width: 45%;
    top: 32vw;
    left: 18%;
  }

  .u-main__Interactive--textBox-pa {
    padding: 1%;
    padding-bottom: 7%;
  }

  .p-main__Interactive--text {
    font-size: 10px;
    -webkit-transform:scale(0.6);
    -moz-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -o-transform:scale(0.6);
    transform:scale(0.6);
    line-height: 20px;
  }

  .p-main__Interactive--textEnglish {
    font-size: 10px;
    -webkit-transform:scale(0.6);
    -moz-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -o-transform:scale(0.6);
    transform:scale(0.6);
    line-height: 15px;
    letter-spacing: 1px;
  }
  
  .u-main__Interactive--textEnglish-mt{
    margin-top: 0px;
  }

  .p-readLink__position--Interactive {
    bottom: 3vw;
    right: -3%;
  }

  .p-main__Interactive--image {
    width: 60%;
  }

  .u-main__Interactive--image-mr {
    margin: 60px 0 0 auto;
  }

  .p-main__Interactive--image img {}

  .p-main__Interactive--imageOther {
    width: 100%;
  }

  .u-main__Interactive--imageOther-mr {
    margin-top: 8%;
  }

  .p-main__Interactive--imageOther img {
    width: 18%;
  }

  /*メイン　問い合わせ　ip*/
  .u-main__inquiry-ma{
    padding: 10% 5%;
  }

  .p-main__inquiry--text {
    line-height: 30px;
    font-size: 15px;
  }

  .u-main__inquiry--text-ma {
    margin: 0 auto 10%;
  }

  .p-main__inquiry--actionContact,
  .p-main__inquiry--actionBooking {
    width: 40%;
  }

  .p-main__inquiry--actionContactTitle,
  .p-main__inquiry--actionBookingTitle {
    font-size: 16px;
  }

  .p-main__inquiry--actionContactText,
  .p-main__inquiry--actionBookingText {
    top: 32%;
    font-size: 10px;
    transform: scale(0.8);
    line-height: 15px;
  }

  .p-inquiryButton__position {
    bottom: 15%;
    right: 5%;
    font-size: 10px;
    -webkit-transform:scale(0.6);
    -moz-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -o-transform:scale(0.6);
    transform:scale(0.6);
  }

  .p-inquiryButton {
    
  }

  .u-inquiryButton-pa {
    padding: 20% 60%;
  }

  /*フッター　ip*/
  .l-footer {
    top: 60vw;
  }

  .p-footer__logo {
    width: 25%;
  }

  .p-footer__message {
    width: 35%;
  }

  .p-footer__contact {
    width: 35%;
  }

  .p-footer__message--title,
  .p-footer__contact--title {
    font-size: 20px;
  }

  .p-footer__message--title::after,
  .p-footer__contact--title::after {
    top: 22px;
    width: 70px;
  }

  .u-footer__message--title-ma,
  .u-footer__contact--title-ma {
    margin-bottom: 5%;
  }

  .p-footer__message--text,
  .p-footer__contact--info {
    font-size: 10px;
    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -ms-transform:scale(0.8);
    -o-transform:scale(0.8);
    transform:scale(0.8);
    line-height: 15px;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .u-footer__message-ma,
  .u-footer__contact-ma {
    margin: 1%;
    margin-top: 3%;
  }

  .u-footer__contact--icon-ma {
    margin-top: 2%;
  }

}

@media(max-width: 600px) {
  
  .p-main__section--titleJa{
    display: block;
    line-height: 30px;
  }
  
  .l-main section:nth-of-type(4) h2::after {
    bottom: -5px;
    left: 120px;
    transform: translateX(-50%);
    width: 200px;
  }
}

/* ========== sp414px版の設定 =========== */

@media(max-width: 414px) {
  
  .p-header__nav {
    height: 35px;
  }

  .p-header__nav--title {
    font-size: 15px;
    letter-spacing: 1px;
  }

  .u-header__nav--title-mtl {
    margin-left: 2%;
  }

  .p-header__nav--titleName::before {
    font-size: 10px;
    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -ms-transform:scale(0.8);
    -o-transform:scale(0.8);
    transform:scale(0.8);
    margin-right: 12%;
  }

  .p-header__nav--titleName::after {
    position: relative;
    left: -20px;
    font-size: 10px;
    -webkit-transform:scale(0.6);
    -moz-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -o-transform:scale(0.6);
    transform:scale(0.8);   
    margin-top: 1%;
  }
  
  .c-header__nav-listIcon {
    position: fixed;
    top: 3.2%;
    right: 4%;
    transform: translateY(-50%);
    transition: .5s;
  }

  .c-header__nav-listIcon img {
    width: 20px;
    height: 17px;
  }
  
  .u-header__nav--listIcon-mtrl{
    padding: 0;
    margin: auto;
  }
  
  .layer{
    top: 35px;
  }
  
  .p-header__nav--list {
    top: 250px;
    left: 50%;
  }

  .p-header__nav--list li {
    width: 130px;
    font-size: 18px;
  }
  
  .p-header__nav--listAbout a::after,
  .p-header__nav--listLodge a::after,
  .p-header__nav--listFood a::after,
  .p-header__nav--listInteractive a::after,
  .p-header__nav--listBooking a::after {
    font-size: 10px;
  }

  .p-header__facebook--icon img {
    display: none;
  }

  .p-header__camera--icon img {
    display: none;
  }
  
  /*メイン　いろは　414*/
  .l-main{
    top: 260px;
  }
  
  .p-main__aboutIroha--title{
    font-size: 20px;
  }
  
  .p-main__aboutIroha--text {
    font-size: 12px;
    line-height: 18px;
  }
  
  .p-main__aboutIroha img:first-child {
    position: relative;
    top: -14vw;
    left: 70%;
    width: 110%;
  }

  .p-main__aboutIroha img:nth-of-type(2) {
    position: absolute;
    top: 8vw;
    left: 25%;
  }
  
  .p-readLink__position--aboutIroha{
    position: relative;
    bottom: 50px;
    left: 200px;
  }
  
  .p-main__aboutIroha--bgc{
    display: none;
  }
 
  /*ロッジ　414*/
  
  .p-main__Lodge {
    top: 0vw;
    height: 650px;
  }

  .u-main__Lodge-pa {
    padding: 0;
    padding-top: 30px;
  }

  .p-main__section--title {
    position: relative;
    font-family:serif ;
    font-size: 20px;
    transform: scale(1, 1.2);
    letter-spacing: 3px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    margin-left: 5%;
  }

  .l-main section:nth-of-type(2) h2::before {
    top: 30px;
    left: -45px;
    font-size: 40px;
    letter-spacing: 5px;
  }

  .l-main section:nth-of-type(2) h2::after {
    top: 42px;
    left: 100px;
    width: 150px;
  }

  .p-main__Lodge--textBox {
    top: 80px;
    left: auto;
    right: 20px;
    width: 300px;
  }

  .u-main__Lodge--textBox-pa {
    padding: 20px 0 70px 0;
  }

  .p-main__Lodge--text {
    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -ms-transform:scale(0.8);
    -o-transform:scale(0.8);
    transform:scale(0.8);
    line-height: 15px;
  }

  .p-main__Lodge--textEnglish {
    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -ms-transform:scale(0.8);
    -o-transform:scale(0.8);
    transform:scale(0.8);
  }
  
  .p-main__Lodge--textEnglish::before{
    white-space: pre;
    content: "\A";
    display: block;
  }

  .p-readLink__position--Lodge {
    bottom: 20px;
    right: -10px;
  }
  
  .u-readLink-pa{
    padding: 10px 20px;
  }

  .p-main__Lodge--image {
    position: absolute;
    top: 260px;
    width: 100%;
    text-align: center;
  }
  
  .u-main__Lodge--image-mr{
    margin: auto;
  }

  .p-main__Lodge--image img {
    width: 90%;
  }

  .p-main__Lodge--imageOther {
    position: absolute;
    top: 520px;
    left: 0;
  }

  .u-main__Lodge--imageOther-mr {
    margin-top: 0px;
  }

  .p-main__Lodge--imageOther img {
    width: 20%;
  }
  
  /*フード　414*/
  .p-main__Food {
    top: -30px;
    height: 650px;
  }

  .u-main__Food-pa {
    padding: 0;
  }
  
  .l-main section:nth-of-type(3) h2::before {
    top: 110px;
    left: -100px;
    font-size: 20px;
    letter-spacing: 3px;
  }

  .l-main section:nth-of-type(3) h2::after {
    display: none;
  }

  .p-main__Food--textBox {
    top: 45px;
    left: auto;
    right: 20px;
    width: 305px;
    background-color: white;
  }

  .u-main__Food--textBox-pa {
    padding: 20px 0 70px 0;
  }

  .p-main__Food--text {
    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -ms-transform:scale(0.8);
    -o-transform:scale(0.8);
    transform:scale(0.8);
    line-height: 15px;
  }

  .p-main__Food--textEnglish {
    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -ms-transform:scale(0.8);
    -o-transform:scale(0.8);
    transform:scale(0.8);
  }
  
  .u-main__Food--textEnglish-mt{
    margin-top: 15px;
  }

  .p-readLink__position--Food {
    bottom: 20px;
    right: -10px;
  }

  .p-main__Food--image {
    position: absolute;
    bottom: 205px;
    text-align: center;
    width: 100%;
  }

  .u-main__Food--image-ma {
    margin: 0;
  }

  .p-main__Food--image img {
    width: 90%;
    height: 100%;
  }

  .p-main__Food--imageOther {
    position: absolute;
    bottom: 100px;
    width: 100%;
  }

  .u-main__Food--imageOther-mt {
    margin-top: 0;
  }

  .p-main__Food--imageOther img {
    width: 20%;
  }
  
  /*体験　414*/
  .p-main__Interactive {
    top: -120px;
    height: 430px;
    background-color: white;
  }

  .u-main__Interactive-pa {
    padding: 0;
  }
  
  .l-main section:nth-of-type(4) h2{
    font-size: 16px; 
  }
  
  .p-main__section--titleJa{
    display: inline;
  }

  .l-main section:nth-of-type(4) h2::before {
    top: 55px;
    left: -40px;
    font-size: 20px;
    letter-spacing: 3px;
  }

  .l-main section:nth-of-type(4) h2::after {
    display: none;
  }

  .p-main__Interactive--textBox {
    top: 45px;
    left: auto;
    right: 20px;
    width: 305px;
    background-color: white;
  }

  .u-main__Interactive--textBox-pa {
    padding: 20px 0 70px 0;
  }

  .p-main__Interactive--text {
    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -ms-transform:scale(0.8);
    -o-transform:scale(0.8);
    transform:scale(0.8);
    line-height: 15px;
  }

  .p-main__Interactive--textEnglish {
    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -ms-transform:scale(0.8);
    -o-transform:scale(0.8);
    transform:scale(0.8);
  }

  .p-readLink__position--Interactive {
    top: auto;
    bottom: 20px;
    left: auto;
  }

  .p-main__Interactive--image {
    position: absolute;
    width: 100%;
    top: 150px;
    text-align: center;
  }

  .p-main__Interactive--image img {
    width: 90%;
  }

  .p-main__Interactive--imageOther {
    position: absolute;
    top: 470px;
  }

  .u-main__Interactive--imageOther-mr {
    margin-top: 0px;
  }

  .p-main__Interactive--imageOther img {
    width: 20%;
  }
  
  /*お問い合わせ 414*/
  .p-main__inquiry--text{
    display: none;
  }
  
  .p-main__inquiry{
  }
  
  .p-main__inquiry--action {
    display: block;
  }
  
  .p-main__inquiry--actionContact,
  .p-main__inquiry--actionBooking{
    width: 240px;
    height: 160px;
  }
  
  .u-main__inquiry--actionContact-mapa,
  .u-main__inquiry--actionBooking-mapa{
    margin: 20px auto;
    padding: 15px;
  }
  
  .p-main__inquiry--actionContactTitle,
  .p-main__inquiry--actionBookingTitle{
    left: -30px;
    font-size: 19px;
  }
  
  .p-main__inquiry--actionContactText,
  .p-main__inquiry--actionBookingText {
    font-size: 10px;
    transform: scale(0.8);
    line-height: 20px;
  }

  .p-inquiryButton__position {
    right: 25px;
    font-size: 10px;
    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -ms-transform:scale(0.8);
    -o-transform:scale(0.8);
    transform:scale(0.8);
  }
  
  /*フッター　414*/
  
  .p-footer__logo{
    width: 30%;
  }
  
  .p-footer__message,
  .p-footer__contact{
    width: 140px;
  }
  
  .p-footer__message--title,
  .p-footer__contact--title{
    font-size: 10px;
  }
  
  .u-footer__message--title-ma,
  .u-footer__contact--title-ma{
    margin: 0;
  }
  
  .p-footer__message--title::after,
  .p-footer__contact--title::after{
    top: 10px;
    width: 40px;
  }
  
  .p-footer__message--text,
  .p-footer__contact--info {
    line-height: 12px;
    font-size: 10px;
    -webkit-transform:scale(0.6);
    -moz-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -o-transform:scale(0.6);
    transform:scale(0.6);
  }
  
  .p-footer__contact--icon {
    position: relative;
    top: -15px;
    left: 30px;
    width: 70%;
  }

  .u-footer__contact--icon-ma {
    margin-top: 0;
  }

  .u-footer__contact--icon-ma img {
    margin-right: 0;
  }
  
  /*コピーライト　414*/
  
  .u-footer--copyright-pa {
    padding: 10px 3%;
  }

/* ========== sp版の設定 =========== */

@media(max-width: 375.333px) {

  .layer {
    top: 60px;
    left: 65px;
  }

  /*ヘッダー*/
  .p-header__imageLogo {
    top: 50%;
    width: 80%;
  }
  
  .p-header__nav {
    left: 0;  /*スライドアニメーションのため、横位置指定*/
    transition: .5s;
    height: 60px;
  }
  
  .u-header__nav-pa{
    padding: 0;
  }

  .p-header__nav--title {
    font-size: 130%;
  }

  .p-header__nav--titleName::before {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .p-header__nav--titleName::after {
    left: 0;
    letter-spacing: 1px;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1); 
    margin-top: 3px;
  }

  /*ナビゲーションリスト*/
  .c-header__nav-listIcon {
    position: fixed;
    top: 5%;
    right: 5%;
    transform: translateY(-50%);
    transition: .5s;
  }

  .c-header__nav-listIcon img {
    width: 25px;
    height: 22px;
  }

  .p-header__nav--list {
    top: 300px;
    left: 43%;
  }

  .p-header__nav--list li {
    width: 130px;
    font-size: 20px;
  }

  .p-header__nav--listAbout a::after,
  .p-header__nav--listLodge a::after,
  .p-header__nav--listFood a::after,
  .p-header__nav--listInteractive a::after,
  .p-header__nav--listBooking a::after {
    font-size: 14px;
  }

  .p-header__facebook--icon img {
    display: block;
    width: 50px;
  }

  .p-header__camera--icon img {
    display: block;
    width: 55px;
  }

  .p-header__nav.active {
    left: 65px;
    transition: .5s;
  }
  
  .p-header__facebook--icon {
    top: 560px;
    left: 20%;
  }

  .p-header__camera--icon {
    top: 560px;
    left: 50%;
  }

/*メイン*/
  .l-main {
    top: 750px;
  }

/*メイン　いろは　SP*/
  .p-main__aboutIroha {
    width: 100%;
    height: 855px;
  }

  .u-main__aboutIroha-pa {
    padding: 0;
    margin: auto;
  }

  .p-main__aboutIroha--bgc {
    display: block;
    top: -5vw;
    left: auto;
    right: 0;
    transform: none;
    width: 45vw;
    height: 450px;
  }
  
  .p-main__aboutIroha--contents{
    width: 100%;
  }
  
  .p-main__aboutIroha--title {
    font-size: 8vw;
    text-align: center;
  }

  .u-main__aboutIroha--title-mb {
    margin-bottom: 50px;
  }
  
  .p-main__aboutIroha--text {
    font-size: 4vw;;
    width: 70vw; 
    line-height: 25px;
  }

  .p-main__aboutIroha--text::after {
    white-space: pre;
    content: "Yakushima nature. \A Onoaida.iroha maru";
    display: block;
  }

  .u-main__aboutIroha--text-pa {
    padding: 5vw 10vw;
  }

  .p-readLink__position--aboutIroha {
    left: 45vw;
  }

  .p-readLink__size {
    -webkit-transform:scale(0.7);
    -moz-transform:scale(0.7);
    -ms-transform:scale(0.7);
    -o-transform:scale(0.7);
    transform:scale(0.7);
    transform: none;
  }

  .u-readLink-pa {
    padding: 1vw 2vw;
  }

  .p-main__aboutIroha img:first-child {
    top: 70px;
    right: 0;
    width: 120%;
  }

  .p-main__aboutIroha img:nth-of-type(2) {
    top: -50px;
    left: 0;
    width: 100%;
  }

  /*メイン　ロッジ　SP*/

  .p-main__Lodge {
    top: 0;
    height: 950px;
  }

  .u-main__Lodge-pa {
    padding: 0;
    padding-top: 50px;
  }

  .p-main__section--title {
    position: relative;
    text-align: center;
    font-family: inherit;
    font-weight: 100;
    font-size: 20px;
    transform: scale(1, 1.2);
    letter-spacing: 3px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    z-index: 1;
  }

  .l-main section:nth-of-type(2) h2::before {
    content: "Lodge";
    top: 140px;
    left: -15vw;
    font-size: 17vw;
    letter-spacing: 10px;
  }

  .l-main section:nth-of-type(2) h2::after {
    top: 15vw;
    left: auto;
    right: 6vw;
    width: 50vw;
  }

  .p-main__Lodge--textBox {
    top: 160px;
    right: 0;
    width: 55vw;
    height: 350px;
  }

  .u-main__Lodge--textBox-pa {
    padding: 5vw;
  }

  .p-main__Lodge--text {
    font-size: 4.5vw;
    line-height: 25px; 
  }

  .p-main__Lodge--textEnglish {
    font-size: 4vw;
    line-height: 20px;
  }

  .p-readLink__position--Lodge {
    right: 10vw;
  }

  .p-main__Lodge--image {
    position: absolute;
    width: 100%;
    top: 600px;
    left: 0;
  }

  .p-main__Lodge--image img {
    width: 100%;
  }

  .p-main__Lodge--imageOther {
    position: absolute;
    top: 885px;
    left: 0;
  }

  .u-main__Lodge--imageOther-mr {
    margin-top: 0px;
  }

  .p-main__Lodge--imageOther img {
    width: 20%;
  }

  /*メイン　フード　sp*/
  .p-main__Food {
    top: 0;
    height: 1076px;
  }

  .u-main__Food-pa {
    padding: 0px;
    padding-top: 70px;
  }

  .l-main section:nth-of-type(3) h2::before {
    top: 270px;
    left: -45vw;
    letter-spacing: 5px;
    font-size: 8vw;
  }

  .l-main section:nth-of-type(3) h2::after {
    display: block;
    top: 10vw;
    left: 35vw;
    width: 50vw;
  }

  .p-main__Food .p-main__section--title {
    font-size: 6vw;
    letter-spacing: 4px;
  }

  .p-main__Food--textBox {
    top: 200px;
    left: auto;
    right: 0;
    height: 355px;
    width: 60vw;
    background-color: #FAFAFA;
  }

  .u-main__Food--textBox-pa {
    padding: 5vw;
  }

  .p-main__Food--text,
  .p-main__Food--textEnglish {
    font-size: 4vw;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    line-height: 25px;
  }
  
  .u-main__Food--textEnglish-mt{
    margin-top: 40px;
  }

  .p-readLink__position--Food {
    bottom: 12vw;
    right: 5%;
  }

  .p-main__Food--image {
    bottom: 190px;
    left: 0;
    width: 100%;
  }

  .p-main__Food--image img {
    width: 100%;
    height: 100%;
  }

  .p-main__Food--imageOther {
    bottom: 60px;
  }

  .u-main__Food--imageOther-mt {
    margin-top: 0;
  }

  .p-main__Food--imageOther img {
    width: 20%;
  }

  /*体験プログラム　sp*/
  .p-main__Interactive {
    top: 0vw;
    width: 100%;
    height: 1056px;
    background-color: #FAFAFA;
  }

  .u-main__Interactive-pa {
    padding-top: 0;
  }
  
  .l-main section:nth-of-type(4) h2{
    transform: none;
    width: 75%;
    font-size: 5vw;
  }
  
  .u-main__section--title{
    margin: auto;
    padding-top: 5vw;
  }
  
  .l-main section:nth-of-type(4) h2::before {
    top: 230px;
    left: -35vw;
    font-size: 10vw;
    letter-spacing: 8px;
  }

  .l-main section:nth-of-type(4) h2::after {
    display: block;
    top: 80px;
    left: auto;
    right: -5vw;
    transform: none;
    width: 55vw;
    margin-top: 4vw;
  }

  .p-main__Interactive--textBox {
    top: 200px;
    left: auto;
    right: 0;
    width: 60vw;
    height: 350px;
  }

  .u-main__Interactive--textBox-pa {
    padding: 5vw;
  }

  .p-main__Interactive--text {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    font-size: 4vw;
    line-height: 23px;
  }

  .p-main__Interactive--textEnglish {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    font-size: 4vw;
    line-height: 20px;
  }
  
  .u-main__Interactive--textEnglish-mt{
    margin-top: 70px;
  }

  .p-readLink__position--Interactive {
    bottom: 30px;
    right: 10px;
  }

  .p-main__Interactive--image {
    position: absolute;
    width: 100%;
    top: 620px;
    left: 0;
  }

  .p-main__Interactive--image img {
    width: 100%;
  }

  .p-main__Interactive--imageOther {
    position: absolute;
    top: 980px;
  }

  .u-main__Interactive--imageOther-mr {
    margin-top: 0px;
  }

  .p-main__Interactive--imageOther img {
    width: 20%;
  }

  /*メイン　問い合わせ　sp*/
  .p-main__inquiry {
    height: 620px;
  }

  .u-main__inquiry-ma {
    margin: 100px 0px;
    padding: 0;
  }

  .p-main__inquiry--text {
    display: block;
    width: 70%;
    height: 410px;
    line-height: 30px;
    font-size: 4.5vw;
  }
  
  .u-main__inquiry--text-ma{
  }
  
  .p-main__inquiry--action{  
  }

  .p-main__inquiry--actionContact {
    width: 80%;
    height: 352px;
  }

  .u-main__inquiry--actionContact-mapa {
    margin: 0 0 0 auto;
    padding: 20px 5vw 0;
  }

  .p-main__inquiry--actionContactTitle {
    display: none;
  }
  
  .p-main__inquiry--actionContactTitleSP{
    display: block;
    font-size: 7vw;
    font-weight: 100;
    letter-spacing: 2px;
    text-align: center;
  } 
  
  .p-main__inquiry--actionContactTitleSP::after{
    content: "-お問い合わせ/ご予約-";
    display: block;
    font-size: 4vw;
    margin-top: 10px;
  }

  .u-main__inquiry--actionContactTitleSP-mb{
    margin-bottom: 30px;
  }

  .p-main__inquiry--actionContactText {
    width: 100%;
    font-size: 4vw;
    transform: none;
    line-height: 25px;
    text-align: center; 
  }

  .p-main__inquiry--actionBooking {
    display: none;
  }

  .p-inquiryButton__position {
    position: absolute;
    bottom: 100px;
    left: 18%;
    transform: translateX(-50%);
    width: 65%;
    transform: none;
  }
  
  .p-inquiryButton{ 
    font-size: 3vw;
  }

  .u-inquiryButton-pa {
    padding: 2vw 5vw;
  }

  .p-inquiryButton__positionSP {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
  }

  .p-main__inquiry--actionContact a::after {
    content: "-お問い合わせ-";
  }

  .p-main__inquiry--action .p-inquiryButton__positionSP a::after {
    content: "-ご予約-";
  }

  /*フッター sp*/
  .l-footer {
    top: 900px;
  }

  .p-footer {
    display: block;
  }

  /*フッターロゴ sp*/
  .p-footer__logo {
    width: 60%;
    display: block;
  }

  .u-footer__logo-mapa {
    margin: auto;
    padding: 20px 0 120px 0;
  }

  .p-footer__logo--size {
    width: 100%;
  }

  /*フッター メッセージ*/
  .p-footer__message {
    display: none;
  }

  .u-footer__message-ma {
    display: none;
  }

  /*フッター　コンタクト*/
  .p-footer__contact {
    position: relative;
    width: 100%;
  }

  .u-footer__contact-ma {
    margin: 0;
  }

  .p-footer__contact--title {
    display: none;
  }

  .p-footer__contact--info {
    font-size: 10px;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    text-align: center;
    line-height: 18px;
    letter-spacing: 1px;

  }

  .u-footer__contact--info-ma {
    margin: auto;
  }


  /*フェイスブックアイコン　SP*/
  .p-footer__contact--icon {
    position: relative;
    top: -160px;
    left: auto;
    display: flex;
    justify-content: space-around;
    width: 230px;
  }

  .u-footer__contact--icon-ma {
    margin: auto;
  }

  .p-footer__contact--facebook img {
    width: 130%;
  }

  .p-footer__contact--camera img {
    width: 145%;
  }

  /*フッター　コピーライト*/
  .p-footer--copyright {
    display: none;
  }

  .u-footer--copyright-pa {
    padding: 10px 3%;
  }

  .p-footer--copyrightSP {
    display: block;
    background-color: #424242;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    letter-spacing: 1px;
  }

  .u-footer--copyrightSP-ma {
    margin: auto;
  }

  /*スライドショー*/
  #is-slideShow1,
  #is-slideShow2 {
    display: none;
  }

  #is-slideShow3,
  #is-slideShow4 {
    display: block;
    width: 100%;
    height: 670px;
  }

  .is-fadeOutSP {
    opacity: 0;
    transition: 1s all;
    -webkit-transition: 1s ease-in-out;
  }

  .is-fadeInSP {
    opacity: 1;
    transition: 1s all;
    -webkit-transition: 1s ease-in-out;
  }

  /*アニメーション　右から*/
  .is-slideIn-X {
    animation-name: navListSlideIn-X;
    animation-duration: .5s;
    animation-fill-mode: forwards;
  }

  @keyframes navListSlideIn-X {
    0% {
      transform: translateX(130px);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .is-slideOut-X {
    animation-name: navListSlideOut-X;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    display: block;
  }

  @keyframes navListSlideOut-X {
    0% {
      transform: translateX(0);
    }

    100% {
      opacity: 0;
      transform: translateX(130px);
    }
  }
}
