/* プチ旅モデルコースバナー */
.bn {
  width: 70%;
  margin: 0 auto 14%;
  min-width: 700px;
}
.bn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .bn {
    width: 94%;
    min-width: inherit;
    margin: 0 auto 14%;
  }
}

/* 固定ページのリセット */
img {
  -webkit-backface-visibility: hidden;
}
.entry-content p,
p {
  margin-bottom: 0;
}
a:focus {
  color: #fff;
}
article ul {
  margin: 0;
}
article ul li {
  list-style: none;
}
.page .entry-header {
  display: none;
}
#primary {
  margin: 0;
}
.ast-container {
  padding: 0;
}
.ast-container {
  max-width: inherit;
}
@media (max-width: 768px) {
  #primary,
  #secondary {
    padding: 0;
  }
}
.sc-list {
  display: none;
}

/* ロードマップ用CSS */
#overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  z-index: 1000;
  background-color: #fff;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #overlay {
    top: 2em;
  }
}
.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-25%, -50%);
  -webkit-transform: translate(-25%, -50%);
  -ms-transform: translate(-25%, -50%);
}

.cube1,
.cube2 {
  background-color: #ad1828;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg)
      scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg)
      scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
.site-content {
  padding-top: 37px;
}
#overlay.loaded {
  display: none;
}
#loadmap {
  padding: 0;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#loadmap .pc {
  display: block;
}
#loadmap .sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #loadmap .pc {
    display: none;
  }
  #loadmap .sp {
    display: block;
  }
}

#loadmap .mv {
  margin-bottom: 30px;
}
#loadmap .mv::after {
  content: "";
  display: block;
  padding-bottom: 35%;
}
#loadmap .mv .video {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #loadmap {
    padding: 8px 0 32px;
  }
  #loadmap .mv {
    margin-bottom: 0;
    margin-top: 15px;
  }
}

#loadmap img {
  width: 100%;
}
#loadmap .menu {
  width: 100%;
  background-color: #fff;
  transition: 0.3s;
}
#loadmap .menu.fixed {
  position: fixed;
  top: 78px;
  left: 0;
  z-index: 15;
  width: 100%;
}
#loadmap .menu ul {
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#loadmap .menu.fixed ul {
  padding-top: 15px;
}
#loadmap .menu ul li {
  width: calc(100% / 7);
  padding-bottom: 2%;
  position: relative;
}
#loadmap .menu.fixed ul li {
  width: calc(100% / 7);
  padding-bottom: 1%;
  background: none;
  position: relative;
}
#loadmap .menu.fixed ul li a:after {
  content: "";
  position: absolute;
  width: 63%;
  height: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/wp-content/uploads/2020/11/navi_line.png) repeat-x bottom
    center / contain;
  transition: 0.3s;
  opacity: 0;
  margin: 0 auto;
}
#loadmap .menu.fixed ul li:hover a:after {
  opacity: 1;
}
#loadmap .menu.fixed ul li.act:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background: url(/wp-content/uploads/2020/11/navi_line.png) repeat-x bottom
    center / contain;
  opacity: 1;
}
#loadmap .menu.fixed ul li a {
  width: 63%;
  background: none;
}
#loadmap .menu ul li a {
  text-align: center;
  display: block;
  transition: 0.3s;
  width: 84%;
  margin: 0 auto;
  padding-bottom: 9%;
  background: url(/wp-content/uploads/2020/11/navi_line.png) repeat-x bottom
    center / contain;
}
#loadmap .menu ul li a:hover {
  opacity: 0.7;
}
#loadmap .menu ul li a .big,
#loadmap .menu.fixed ul li a .small {
  display: block;
}
#loadmap .menu.fixed ul li a .big,
#loadmap .menu ul li a .small {
  display: none;
}
#loadmap .menu.fixed ul li a .small {
  width: 100%;
  margin: 0 auto;
}

/*サブナビ*/
#loadmap .menu ul.child {
  position: absolute;
  display: block;
  padding-top: 15px;
  top: 100%;
  background: rgba(999, 999, 9999, 0.8);
  padding: 10px;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  opacity: 0;
  transition: 0.3s;
  z-index: 3;
}
#loadmap .menu > ul li:hover ul.child {
  opacity: 1;
}
#loadmap .menu ul.child li {
  width: 100%;
  padding-bottom: 1%;
  background: none;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 0;
}
#loadmap .menu ul.child li a {
  color: #000;
  font-size: 0.8rem;
  display: inline-block;
  width: inherit;
  margin: 0;
  text-align: left;
  margin-left: 0.5rem;
  background: none;
  padding-bottom: 0;
}
#loadmap .menu ul.child li::before {
  content: "";
  background: url(/wp-content/uploads/2021/02/tub_point.png) no-repeat center
    center / contain;
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
}
#loadmap .menu ul.child li:hover:after {
  content: "";
  position: absolute;
  left: 19.5px;
  bottom: 0px;
  display: inline-block;
  width: 72%;
  height: 2px;
  background-color: #fb7360;
}
#loadmap .menu.fixed ul.child li a:after {
  background: none;
}
@media only screen and (max-width: 768px) {
  #loadmap .menu {
    display: none;
  }
}

#loadmap .intro {
  position: relative;
  padding-bottom: 10%;
}
#loadmap #cvs {
  max-width: 2000px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#loadmap .sec1 {
  text-align: center;
  max-width: 900px;
  width: 94%;
  margin: 0 auto;
  padding: 7% 0 5%; /* padding: 7% 0; から変更*/
  font-size: 1rem;
  line-height: 2;
}
#loadmap .sec1 .midashi {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 5%;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  #loadmap #cvs {
    height: 30%;
  }
  #loadmap .sec1 {
    width: 80%;
    padding: 10% 0 8%; /*   padding: 10% 0 16%; */
    font-size: 0.8rem;
    line-height: 1.8;
  }
  #loadmap .sec1 .midashi {
    font-size: 1.4rem;
  }
}

#loadmap .sec2 {
  background: url(/wp-content/uploads/2020/11/pattern_01.jpg) repeat top
    center / 9px 9px;
  padding: 8px;
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
#loadmap .sec2:before {
  content: "";
  background: url(/wp-content/uploads/2020/11/sec1_aomomiji_1.png) no-repeat top
    center / contain;
  width: 20%;
  height: 0;
  padding-top: 34%;
  position: absolute;
  top: -14%;
  left: -5%;
}
#loadmap .sec2:after {
  content: "";
  background: url(/wp-content/uploads/2020/11/sec1_aomomiji_2.png) no-repeat top
    center / contain;
  width: 10%;
  height: 0;
  padding-top: 14%;
  position: absolute;
  bottom: -8%;
  right: -2%;
}
#loadmap .sec2 .tit {
  max-width: 388px;
  width: 94%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
#loadmap .sec2 .in {
  background-color: #fff;
  padding: 5% 10%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#loadmap .sec2 .in ul {
  width: 47%;
}
#loadmap .sec2 .in ul li {
  font-size: 0.8rem;
  line-height: 1.8;
  margin-bottom: 8%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#loadmap .sec2 .in ul li figure {
  width: 24%;
  padding-top: 3%;
}
#loadmap .sec2 .in ul li .txtBox {
  width: 70%;
}
#loadmap .sec2 .in ul li:last-child {
  margin-bottom: 0;
}
#loadmap .sec2 .in ul li .midashi {
  margin-bottom: 3%;
}
@media only screen and (max-width: 768px) {
  #loadmap .sec2 {
    background: url(/wp-content/uploads/2020/11/pattern_01.jpg) repeat top
      center / 5px 5px;
    padding: 4px;
  }
  #loadmap .sec2:before {
    content: "";
    background: url(/wp-content/uploads/2020/11/sec1_aomomiji_1.png) no-repeat
      top center / contain;
    width: 22%;
    height: 0;
    padding-top: 38%;
    position: absolute;
    top: -4%;
    left: -3%;
  }
  #loadmap .sec2:after {
    content: "";
    background: url(/wp-content/uploads/2020/11/sec1_aomomiji_2.png) no-repeat
      top center / contain;
    width: 14%;
    height: 0;
    padding-top: 20%;
    position: absolute;
    bottom: -2%;
    right: -2%;
  }
  #loadmap .sec2 .tit {
    width: 140px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  #loadmap .sec2 .in {
    background-color: #fff;
    padding: 12% 10% 2% 10%;
    display: block;
  }
  #loadmap .sec2 .in ul {
    width: 100%;
  }
  #loadmap .sec2 .in ul li {
    font-size: 0.8rem;
    line-height: 1.6;
    margin-bottom: 8%;
    display: block;
  }
  #loadmap .sec2 .in ul li figure {
    width: 24%;
    padding-top: 0;
    margin: 0 auto 4%;
  }
  #loadmap .sec2 .in ul li .txtBox {
    width: 100%;
  }
  #loadmap .sec2 .in ul li .midashi {
    width: 80%;
  }
  #loadmap .sec2 .in ul li:last-child {
    margin-bottom: 8%;
  }
}

#loadmap .sec3 ul li {
  width: 100%;
}
#loadmap .sec3 ul li.mainImg {
  width: 100%;
  overflow: hidden;
}
/*#loadmap .sec3 ul li.keihoku{
  background-image: url(/wp-content/uploads/2020/11/no1_hed_keihoku.jpg);
}
#loadmap .sec3 ul li.takao{
  background-image: url(/wp-content/uploads/2020/11/no2_hed_takao.jpg);
}
*/
#loadmap .sec3 ul li .in1 {
  width: 100%;
  background-color: #fff;
}
#loadmap .sec3 ul li .in2 {
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
  position: relative;
  padding: 7% 0 5%;
}
#loadmap .sec3 ul li .in2 .area {
  width: 33%;
  position: absolute;
  top: -40%;
  left: -6%;
}
#loadmap .sec3 ul li .in2 .map {
  width: 40%;
  position: absolute;
  top: -28%;
  right: 0;
  z-index: 10;
}
#loadmap .sec3 ul li .in2 .map figure {
  position: relative;
}
#loadmap .sec3 ul li .in2 .map figure span {
  position: absolute;
  display: block;
}
#loadmap .sec3 ul li.keihoku .in2 .map figure span {
  width: 28%;
  bottom: 8%;
  left: 8%;
}
#loadmap .sec3 ul li.takao .in2 .map figure span {
  width: 25%;
  bottom: 15%;
  right: -26%;
}
#loadmap .sec3 ul li.ohara .in2 .map figure span {
  width: 30%;
  bottom: 15%;
  left: -4%;
}
#loadmap .sec3 ul li.fushimi .in2 .map figure span {
  width: 30%;
  bottom: 15%;
  left: -4%;
}
#loadmap .sec3 ul li.saikyo .in2 .map figure span {
  width: 22%;
  bottom: 14%;
  right: -20%;
}
#loadmap .sec3 ul li:nth-child(odd) .in2 .area {
  left: initial;
  right: -6%;
}
#loadmap .sec3 ul li.yamashina .in2 .map figure span {
  width: 30%;
  bottom: 15%;
  right: -26%;
}
@media only screen and (max-width: 1120px) {
  #loadmap .sec3 ul li:nth-child(odd) .in2 .area {
    right: -3%;
  }
}
#loadmap .sec3 ul li:nth-child(odd) .in2 .map {
  right: initial;
  left: 0;
}
#loadmap .sec3 ul li:nth-child(odd) .in2 .in3 {
  flex-flow: row-reverse;
}
#loadmap .sec3 ul li .in2 .midashi {
  margin: 0 0 3% 4%;
  text-align: left;
}
#loadmap .sec3 ul li:nth-child(odd) .in2 .midashi {
  text-align: right;
  margin: 0 6% 3% 0;
}
#loadmap .sec3 ul li .in2 .midashi img {
  display: inline-block;
}
#loadmap .sec3 ul li.keihoku .in2 .midashi img {
  width: 45%;
}
#loadmap .sec3 ul li.takao .in2 .midashi img {
  width: 34.6%;
}
#loadmap .sec3 ul li.fushimi .in2 .midashi img {
  width: 31%;
}
#loadmap .sec3 ul li.ohara .in2 .midashi img {
  width: 41.5%;
}
#loadmap .sec3 ul li.saikyo .in2 .midashi img {
  width: 40%;
}
#loadmap .sec3 ul li.yamashina .in2 .midashi img {
  width: 40%;
}
#loadmap .sec3 ul li .in2 .in3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#loadmap .sec3 ul li .in2 .in3 .txtBox {
  width: 41%;
  font-size: 0.9rem;
  line-height: 2;
  margin-left: 4%;
}
#loadmap .sec3 ul li:nth-child(odd) .in2 .in3 .txtBox {
  margin: 0 3% 3% 0;
}
#loadmap .sec3 ul li .in2 .in3 .imgBox {
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4%;
}
#loadmap .sec3 ul li .in2 .in3 .imgBox figure {
  width: 48%;
}
#loadmap .sec3 ul li .in2 .btn {
  width: 50%;
  text-align: left;
  display: flex;
  justify-content: center;
}
#loadmap .sec3 ul li .in2 .btn a {
  display: inline-block;
  width: 45%;
  margin: 0 1%;
  padding: 2% 0;
  color: #fff;
  background-color: #fb7360;
  border-radius: 100px;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  transition: 0.3s;
  box-shadow: 2px 2px 4px 0px #777;
}
#loadmap .sec3 ul li .in2 .btn a.bg-gray {
  background-color: #cbcbcb;
  box-shadow: none;
}
#loadmap .sec3 ul li .in2 .btn a strong {
  display: block;
  font-size: 1.2rem;
}
#loadmap .sec3 ul li:nth-child(odd) .in2 .btn {
  text-align: right;
  margin-left: 50%;
}
#loadmap .sec3 ul li .in2 .btn a:hover {
  box-shadow: 0 0 0 0 #fff;
}
#loadmap .coasemap {
  max-width: 725px;
  width: 94%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #loadmap .sec3 ul li {
    overflow: hidden;
  }
  #loadmap .sec3 ul li .in2 {
    padding: 8% 0;
    margin-top: -20vw;
  }
  #loadmap .sec3 ul li .in2 .area {
    width: 100%;
    position: initial;
    top: initial;
    left: initial;
    margin: 0;
    position: absolute;
    width: 43%;
    overflow: hidden;
  }
  #loadmap .sec3 ul li .in2 .map {
    width: 90%;
    position: initial;
    top: initial;
    right: initial;
    margin: 0 auto 5%;
    position: relative;
    top: 0;
    overflow: hidden;
    right: -26%;
    width: 57%;
  }
  #loadmap .sec3 ul li:nth-child(odd) .in2 .map {
    margin: 0 auto 5% 0;
  }
  #loadmap .sec3 ul li:nth-child(odd) .in2 .area {
    right: 0;
  }
  #loadmap .sec3 ul li.keihoku .in2 .map figure span {
    width: 40%;
    bottom: initial;
    left: initial;
    top: 0;
    right: 0;
  }
  #loadmap .sec3 ul li.takao .in2 .map figure span {
    width: 25%;
    bottom: 15%;
    right: initial;
    left: 0;
  }
  #loadmap .sec3 ul li.ohara .in2 .map figure span {
    width: 25%;
    bottom: 15%;
    right: initial;
    left: 0;
  }
  #loadmap .sec3 ul li.yamashina .in2 .map figure span {
    width: 25%;
    bottom: 15%;
    right: initial;
    left: 0;
  }
  #loadmap .sec3 ul li.saikyo .in2 .map figure span {
    right: 0;
    left: 0;
  }
  #loadmap .sec3 ul li .in2 .midashi,
  #loadmap .sec3 ul li:nth-child(odd) .in2 .midashi {
    margin: 0 0 5%;
    text-align: left;
  }
  #loadmap .sec3 ul li.keihoku .in2 .midashi {
    width: 90%;
  }
  #loadmap .sec3 ul li.keihoku .in2 .midashi img {
    width: 100%;
  }
  #loadmap .sec3 ul li.takao .in2 .midashi img {
    width: 86%;
  }
  #loadmap .sec3 ul li.fushimi .in2 .midashi img {
    width: 80%;
  }
  #loadmap .sec3 ul li.ohara .in2 .midashi img {
    width: 100%;
  }
  #loadmap .sec3 ul li.saikyo .in2 .midashi img {
    width: 100%;
  }
  #loadmap .sec3 ul li.yamashina .in2 .midashi img {
    width: 96.5%;
  }
  #loadmap .sec3 ul li .in2 .in3 {
    display: block;
  }
  #loadmap .sec3 ul li .in2 .in3 .txtBox {
    width: 100%;
    font-size: 0.8rem;
    line-height: 1.8;
    margin: 0 0 5%;
  }
  #loadmap .sec3 ul li .in2 .in3 .imgBox {
    width: 100%;
    display: block;
  }
  #loadmap .sec3 ul li .in2 .in3 .imgBox figure {
    width: 100%;
    margin-bottom: 3%;
  }
  #loadmap .sec3 ul li .in2 .btn {
    width: 100%;
    text-align: left;
  }
  #loadmap .sec3 ul li:nth-child(odd) .in2 .btn {
    margin-left: 0;
  }
  #loadmap .sec3 ul li .in2 .btn a {
    display: inline-block;
    width: 100%;
    padding: 4% 0;
    font-size: 1rem;
    margin-bottom: 2%;
  }
}

/* フェードインCSS */
.fadeinUp {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1s;
}
.fadeinUp.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.fadeinSide {
  opacity: 0;
  transform: translate(30px, 0);
  transition: all 1s;
}
.fadeinSide.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
#loadmap .sec3 ul li:nth-child(odd) .fadeinSide {
  opacity: 0;
  transform: translate(-30px, 0);
  transition: all 1s;
}
#loadmap .sec3 ul li:nth-child(odd) .fadeinSide.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
