body {
  min-width: 1200px;
  margin: 0;
}
ul {
  list-style: none;
}
section {
  padding: 0;
  margin: 0;
}
section > ul {
  padding: 0;
  margin: 0;
}
.vacationRental,
.seasonalVacation,
.contentsWrap,
.instagram {
  width: 80%;
  margin: auto;
  padding-top: 5%;
}

/* 初期ローディングアニメーション */
.loader-wrap {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background: #fdfdfd;
}
.loader-wrap.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 2000ms;
}
.loader-wrap .loader-wave {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  background: #a7e6f0;
  animation: loader-animation 5s linear normal forwards;
  z-index: 1;
}
@keyframes loader-animation {
  0% { height: 0%;}
  60% { height: 100%; top:0vh; }
  100% { height: 100%; top:100vh;}
}
@keyframes wave-after-animation {
  0% { opacity: 1; height:50px;}
  100% { opacity: 0; height:0px;}
}
@keyframes wave-before-animation {
  0% { opacity: 0; visibility: visible; }
  100% { opacity: 1;  visibility: visible;}
}
.loader-wrap::after {
  content: '';
  transform: scaleY(-1);
  display: inline-block;
  width: 100%;
  height: 50px;
  background-image: url("../images/wave_blue.png");
  animation: wave-after-animation 1ms ease 3.0s 1 normal forwards;
}
/* .loader-wrap::before {
  content: '';
  visibility: hidden;
  display: inline-block;
  width: 100%;
  height: 50px;
  background-image: url("../images/wave_blue.png");
  animation: wave-before-animation 1ms ease 2.5s 1 normal forwards;
} */
.loader-wrap .loader-wave .loader-logo {
  margin-top: 30vh;
  width: 60%;
}
.loader-wrap .loader-wave .loader-logo-text {
  width: 40%;
}

/* TOP メニュー */
.mainHeader {
  position: fixed;
  justify-content: space-between;
  top: 0;
  left: 0;
  width: 100vw;
  background: rgb(210, 208, 208,  0.5);;
  display: flex;
  padding: 20px 30px;
  z-index: 10;
  align-items: center;
}
.mainHeader > ul {
  display: flex;
  margin-right: 5%;
  justify-content: space-between;
}
.mainHeader > ul > li > a,
.mainHeader > ul > li > div > a,
.mainHeader > ul > li > ul > li > a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: black;
  font-family: 'Noto Sans JP', sans-serif;
}
.mainHeader .logoImg {
  width: 300px;
}

/* ヘッダー */
.contentsHeaderWrap {
  position: relative;
  height: calc(970px + 40vw);
}
.contentsHeaderLogo {
  position: absolute;
  top: 410px;
  left: 50%;
  text-align: center;
  z-index: 1;
  transform: translateX(-50%);
  width: 90%;
}
.contentsHeaderLogo > h1 > img {
  width: 100%;
  height: auto;
}
.contentsHeaderLogo > img {
  width: 63%;
}
.contentsHeaderPhoto {
  width: 100%;
  height: 540px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.contentsHeaderBox {
  padding: 250px 0 100px 140px;
}
.contentsHeaderText {
  font-size: 50px;
}
.enoshima > .contentsHeaderPhoto {
  background-image: url("../images/PC_main_1.png");
}
.camp > .contentsHeaderPhoto {
  background-image: url("../images/PC_main_2.png");
}
.terrace > .contentsHeaderPhoto {
  background-image: url("../images/PC_main_3.png");
}
.seaby > .contentsHeaderPhoto {
  background-image: url("../images/PC_main_4.png");
}
.contentsHeader .content::after {
  content: '';
  transform: scaleY(-1);
  display: inline-block;
  width: 100%;
  height: 50px;
}
.contentsHeader .enoshima::after {
  background-image: url(../images/wave_green.png);
}
.contentsHeader .camp::after {
  background-image: url(../images/wave_yellow.png);
}
.contentsHeader .terrace::after {
  background-image: url(../images/wave_pink.png);
}
.contentsHeader .seaby::after {
  background-image: url(../images/wave_blue.png);
}
.contentsHeaderBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contentsHeaderImg img {
  width: 50vw;
}
.contentsHeaderText {
  z-index: 1;
}
.contentsHeaderText::after {
  content: "大人たちの\Aアソビゴコロを\A解放させる場所";
  white-space: pre;
}
.enoshima .contentsHeaderBox {
  background: #91ebcf;
}
.camp .contentsHeaderBox {
  background: #fff88a;
}
.terrace .contentsHeaderBox {
  background: #ffb892;
}
.seaby .contentsHeaderBox {
  background: #a7e6f0;
}

/* ヘッダー アニメーション*/
.content .enoshima{
  animation-name: fadeOut;
  animation-timing-function: ease;
  animation-duration: 1s;
}
.content .camp{
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-duration: 5s;
  animation-delay: 5s;
}
.content .terrace{
  animation-delay: 3s;
}
.content .seaby{
  animation-delay: 4s;
}
.contentsHeader > li {
  position: absolute;
  width: 100%;
  list-style: none;
  visibility: hidden;
  animation: anime_slider_fade 16s 0s infinite;
}
.contentsHeader > li.enoshima {animation-delay: 8s;}
.contentsHeader > li.terrace {animation-delay: 12s;}
.contentsHeader > li.seaby {animation-delay: 4s;}
@keyframes anime_slider_fade {
  0% {
    visibility: visible;
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* バケーション */
.sectionTitle {
  font-size: 70px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.sectionDetail {
  text-align: center;
  margin: 0 0 36px 0;
}
.contentsBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.contentsBox::after {
  content: "";
  display: block;
  width: 300px;
}
.contentsBox > li {
  position: relative;
  width: 30%;
  margin-left: 5%;
  padding-bottom: 64px;
}
.contentsBox > li:nth-child(3n - 2) {
  margin-left: 0;
}
.contentsBox > li:nth-child(n + 4) {
  margin-top: 60px;
}
.rentalPhoto > img {
  width: 100%;
}
.rentalPhoto > img:nth-child(1) {
  transition: all 0.5s 0s ease;
}
.rentalPhoto > img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s 0s ease;
}
.seasonalPhoto > img {
  width: 100%;
}
.seasonalPhoto > img:nth-child(1) {
  transition: all 0.5s 0s ease;
}
.seasonalPhoto > img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s 0s ease;
}
.vacationRental .contentsBox > li > a,
.seasonalVacation .contentsBox > li > a {
  color: black;
  text-decoration: none;
}
.vacationRental .contentsBox > li > a:hover .rentalPhoto > img:nth-child(1),
.seasonalVacation .contentsBox > li > a:hover .seasonalPhoto > img:nth-child(1) {
  opacity: 0;
}
.vacationRental .contentsBox > li > a:hover .rentalPhoto > img:nth-child(2),
.seasonalVacation .contentsBox > li > a:hover .seasonalPhoto > img:nth-child(2) {
  opacity: 1;
}
.vacationRental .contentsBox > li > a:hover .rentalPlace,
.seasonalVacation .contentsBox > li > a:hover .seasonalPlace {
  color: #ab9f9f;
}
.vacationRental .contentsBox > li > a:hover .rentalName,
.seasonalVacation .contentsBox > li > a:hover .seasonalName {
  color: #ab9f9f;
}
.vacationRental .contentsBox > li > a:hover .rentalDetail,
.seasonalVacation .contentsBox > li > a:hover .seasonalDetail {
  color: #ab9f9f;
}
.contentsBox > li > a:hover .rentalLink {
  background-color: black;
  color: white;
}
.rentalPlace,
.seasonalPlace {
  font-weight: bold;
  margin: 0;
}
.rentalName,
.seasonalName {
  font-weight: bold;
  font-size: 28px;
  margin: 0;
}
.rentalDetail,
.seasonalDetail {
  margin-top: 12px;
  margin-bottom: 0;
}
.rentalLink,
.mailFormLink {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 8px;
  text-decoration-line: none;
  background-color: #91ebcf;
  color: black;
  font-weight: bold;
  transition: all 0.5s 0s ease;
}
.mailFormLink:hover  {
  background-color: black;
  color: white;
}
.rentalLink img{
  width: 30px;
  margin-bottom: 3px;
}
.seasonalLink {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 8px;
  text-decoration-line: none;
  background-color: #e6e6e6;
  color: black;
  font-weight: bold;
  float: right;
  pointer-events: none;
}

/* マップ */
.locationMap {
  position: relative;
  background: #e6e6e6;
  height: 760px;
  margin-top: 80px;
  background-image: url(../images/map_PC_line2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.locationMap .sectionTitle {
  position: absolute;
  top: 40px;
  left: 50%;
  margin-top: auto;
  font-size: 50px;
  transform: translateX(-570px);
}
.locationMapLink {
  position: absolute;
  top: 210px;
  left: 50%;
  z-index: 10;
  transform: translateX(185px);
}
.prefecturesName {
  display: none;
  margin: 0;
}
.locationMapLinkList {
  position: relative;
  margin: 0;
  padding-left: 0;
}
.locationMapLinkList ~ .locationMapLinkList {
  margin-top: 40px;
}
.locationMapLinkList.nagano {
  margin-top: 150px;
}
.locationMapLinkList:before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 0;
  height: 100%;
  border-left: 1px solid #000000;
}
.locationMapLinkList > li {
  border-bottom: 1px solid #000000;
}
.locationMapLinkList > li > a {
  display: block;
  position: relative;
  padding: 8px 90px 8px 28px;
  color: #000000;
  text-decoration: none;
  transition: all 0.5s 0s ease;
}
.locationMapLinkList > li > a:hover {
  color: #91ebcf;
}
.locationMapLinkList > li > a:before,
.locationMapLinkList > li > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
}
.locationMapLinkList > li > a:before {
  right: 20px;
  width: 20px;
  height: 20px;
  background-color: #94EAD3;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all 0.5s 0s ease;
}
.locationMapLinkList > li > a:after {
  right: 28px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.5s 0s ease;
}
.locationMapLinkList > li > a:hover:before {
  background-color: black;
}
.locationMapLinkList > li > a:hover:after {
  border-top: 1px solid #ffffff; border-right: 1px solid #ffffff;
}
ul.locationMapLinkList:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
}

/* コンタクト */
.contact {
 margin-top: 80px;
}
.contentsWrap {
  display:flex;
}
.contact .contentsBox {
  display:flex;
  flex-flow: column;
  justify-content: start;
  position: relative;
  margin-bottom: 75px;
  padding-bottom: 40px;
}
.contact .sectionTitle {
  text-align: left;
}
.contact .sectionDetail {
  text-align: left;
}
.contact .contentsWrap .sectionTitle {
  margin: 0;
}
.contact .contentsWrap {
  position: relative;
}
.contact .contentsWrap .contactImg {
  position: absolute;
  right: 10%;
  bottom: -20%;
  z-index: -1;
}
.mailFormLink {
  right: auto;
  left: 0;
  width: 180px;
}
.mailFormLink img{
  width: 30px;
  margin-bottom: 3px;
}
.contact::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 50px;
  background-image: url("../images/wave_green.png");
}

/* メディア */
.mediaCoverage {
  background-color: #91ebcf;
  padding: 50px 0 180px 0;
  margin-top: -8.5px;
}
.mediaCoverage .contentsBox {
  width: 80%;
  display:flex;
  flex-flow: column;
  justify-content: start;
  margin: auto;
}
.mediaContents li:first-child {
  border-top: solid 1px;
}
.mediaContents li {
  display: flex;
  width: 100%;
  border-bottom: solid 1px;
  margin: 0;
  padding: 20px;
}
.mediaDate {
  font-weight: bold;
  margin: 0 16px;
}
.readmore {
  text-align: right;
}
.mediaContents .hidden-news {
  display: none;
}
.readmoreBtn {
  font-weight: bold;
  background-color: transparent;
  border: none;
  font-size: 20px;
}
.readmoreBtn img {
   transform: scaleY(-1);
   width: 18px;
}

/* インスタ */
#instafeed > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
#instafeed > ul > li{
  width: calc((100% - 15px) / 4);
}
#instafeed > ul > li > a > img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.instagram {
  padding-bottom: 15%;
}

/* フッター */
.footerBox {
  background-color: #e6e6e6;
}
.footerContents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 15% 0 5%;}
.footerContents-content .tramiiLogo img {
  width: 300px;
}
.footerContents-content .footerSNSList a img {
  width: 30px;
  margin: 10px 8px;
}
.footerContents-link ul {
  list-style: disc;
}
.footerContents-link ul li a{
  text-decoration-line: none;
  color: black;
}
.copyright {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 2vh;
}



/* For PC */
@media screen and (min-width: 767px) {
  .mainHeader .btn {
    display: none;
  }
  .mainHeader > ul {
    display: flex;
    margin-right: 5%;
    min-width: 600px;
    justify-content: space-between;
  }
  .sp-only {
    display: none;
  }
  .menu > li  a {
    transition: all 0.4s 0s ease;
  }
  .menu > li  a:hover {
    opacity: 0.3;
  }
  .locationMapLinkList:before {
    border-left: 3px solid #000000;
  }
  .locationMapLinkList > li {
    border-bottom: 3px solid #000000;
  }
  .locationMapLinkList {
    margin-top: -58px;
  }
}

/* For Smart Phone */
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }

  /* 初期ローディングアニメーション */
  .loader-wrap::after {
    height: 28px;
    background-size: auto 30px;
  }

  /* TOP メニュー */
  .vacationRental , .seasonalVacation , .contentsWrap, .instagram {
    width: 90%;
    margin: auto;
  }
  .contentsHeaderWrap {
    position: relative;
    height: calc(60vh + 380px + 104vw);
  }
  .enoshima > .contentsHeaderPhoto {
    background-image: url("../images/SP_main_1.png");
  }
  .camp > .contentsHeaderPhoto {
    background-image: url("../images/SP_main_2.png");
  }
  .terrace > .contentsHeaderPhoto {
    background-image: url("../images/SP_main_3.jpg");
  }
  .seaby > .contentsHeaderPhoto {
    background-image: url("../images/SP_main_4.JPG");
  }

  /* メニューボタン */
  .mainHeader {
    position: fixed;
    z-index: 50;
    width: 100%;
  }
  .mainHeader .logoImg {
    width: 50%;
  }
  .mainHeader ul.menu {
    position: fixed;
    top: -3%;
    right: -115%;
    width: 100%;
    height: 100vh;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    color: #efefef;
    background-color: white;
    transition: .3s;
    z-index: 5;
    display: block;
  }
  .mainHeader > ul {
    margin-right: 0;
  }
  .menu-logo , .menu-logo-text {
    width: 50%;
  }
  .menu-list {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  ::before , ::after {
      box-sizing: inherit;
  }
  .menuSNSList {
    text-align: left;
    margin-left: 10%;
    position: absolute;
    bottom: 10%;
  }
  .menuSNSList > a > img {
    width: 30px;
    margin: 0 10px;
  }
  button {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    vertical-align: middle;
    text-align: inherit;
    font: inherit;
    -webkit-appearance: none;
    appearance: none;
  }
  .btn {
    /* ボタンの配置位置  */
    position: fixed;
    top: 15px;
    right: 15px;
    /* ボタンの大きさ  */
    width: 48px;
    height: 48px;
    /* 最前面に */
    z-index: 10;
    background-color: d6d5d5;
  }
  .btn-line {
    display: block;
    position: relative;
    width: 100%;
    height: 4px;
    background-color: black;
    transition: .2s;
  }
  .btn-line::before,
  .btn-line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    transition: .5s;
  }
  .btn-line::before {
    /* 上の線の位置 */
    transform: translateY(-16px);
  }
  .btn-line::after {
    /* 下の線の位置 */
    transform: translateY(16px);
  }
  .mainHeader ul.menu.open > li > div > a{
    font-size: 22px;
  }
  .mainHeader ul.menu.open > li {
    font-size: 22px;
    margin-top: 5%;
  }
  .mainHeader ul.menu.open {
    padding-top: 10%;
    text-align: center;
    right: 0;
  }
  .btn-line.open {
    /* 真ん中の線を透明に */
    background-color: transparent;
  }
  .btn-line.open::before , .btn-line.open::after {
    content: "";
    background-color: #333;
    transition: .2s;
  }
  .btn-line.open::before {
    /* 上の線を傾ける */
    transform: rotate(45deg);
  }
  .btn-line.open::after {
    /* 上の線を傾ける */
    transform: rotate(-45deg);
  }

  /* メニュー */
  .menu-plus-vacation-btn,
  .menu-plus-seasonal-btn {
    color: black;
  }
  .hidden-menu-vacation,
  .hidden-menu-seasonal {
    display: none;
  }
  .menu-list > ul {
    text-align: center;
    margin-top: 20px;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mainHeader > ul > li > ul > li > a {
    font-weight: initial;
    font-size: 14px;
  }
  .menu-logo-wrap {
    margin-top: 10%;
  }
  .contentsHeaderBox {
    padding: 0;
    padding-top: 20vh;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .contentsHeaderText {
    margin: 0;
  }
  .contentsHeaderLogo > h1 {
    margin-bottom: 0;
  }
  .contentsHeaderLogo > h1 > img {
    width: 100%;
    height: auto;
  }
  .contentsHeaderLogo > img{
    width: 65vw;
  }
  .contentsHeaderLogo {
    top: 54vh;
    width: 85%;
  }
  .contentsHeaderPhoto{
    height: 60vh;
  }
  .contentsHeaderText {
    font-size: 30px;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 140px;
    padding-left: 10%;
  }
  .contentsHeaderImg {
    text-align: -webkit-right;
  }
  .contentsHeaderImg img {
    width: 90%;
  }
  .contentsHeader .content::after {
    background-size: 20%;
    background-repeat: repeat-x;
    height: 20px;
  }
  .sectionTitle {
    font-size: 30px;
  }
  .contentsBox {
    display: block;
  }
  .contentsBox li .rentalPhoto img {
    width: 90vw;
  }
  .contentsBox li {
    width: 100%;
    margin: 0 0 100px;
  }
  .contentsBox li .seasonalPhoto img {
    width: 90vw;
  }
  .rentalDetail, .seasonalDetail {
    margin-bottom: 12px;
  }

  /* マップ */
  .locationMap {
    position: relative;
    width: 100%;
    height: auto;
    padding: 60px 8px;
    background-image: url(../images/map_SP_other2.png);
    background-size: auto 360px;
    background-position: top center;
    box-sizing: border-box;
  }
  .locationMapLink img {
    width: 100vw;
  }
  .locationMap .sectionTitle {
    position: static;
    transform: none;
    font-size: 24px;
  }
  .prefecturesName {
    display: block;
  }
  .prefecturesName ~ .prefecturesName {
    margin-top: 40px;
  }
  .locationMapLink {
    position: static;
    margin-top: 240px;
    transform: none;
  }
  .locationMapLinkList ~ .locationMapLinkList {
    margin-top: 0;
  }
  .locationMapLinkList:before {
    content: none;
  }
  .locationMapLinkList > li > a {
    padding: 8px;
  }

  /* コンタクト */
  .contact::after {
    background-size: 20%;
    background-repeat: repeat-x;
  }
  .contactImg img {
    height: 30vh;
  }
  .contact .contentsWrap {
    padding-bottom: 15vh;
  }
  .contact .contentsWrap .contactImg {
    bottom: -12%;
  }

  /* メディア */
  .mediaContents {
    padding-left: 0px;
  }
  .mediaCoverage {
    margin-top: -10%;
  }
  .mediaCoverage .contentsBox {
    width: 90%;
    margin: 0 5%;
  }
  .mediaCoverage .contentsBox li {
    margin: 0;
  }
  .mediaContents li {
    padding: 0;
  }
  .mediaDate {
    font-size: 13px;
    margin: 10px;
  }
  .mediaDetail {
    font-size: 12px;
    margin: 10px 0 10px 20px;
  }

  /* インスタ */
  #instafeed > ul > li{
    width: calc((100% - 15px) / 2);
  }
  /* フッター */
  .footerContents-content .tramiiLogo img {
    width: 50vw;
  }
  .footerContents-content .footerSNSList a img {
    width: 7vw;
  }
  .footerSNSList {
    display: flex;
  }
  .footerSNSList > a > img {
    display: block;
    margin: 10px;
  }
  .copyright {
    font-size: 10px;
  }

}
