@charset "utf-8";
/* CSS Document */
#moiwa {
  background: #ea5a57;
}
.globalMenuSp {
  background-color: rgba(253, 237, 225, 1);
}
.globalMenuSp > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 50px;
  display: inline-block;
}
.globalMenuSp > small {
  display: none;
}
.globalMenuSp ul li a {
  color: #555;
}
.globalMenuSp ul li {
  border-right: 1px #555 solid;
}
.globalMenuSp.is-fixed {
  background-color: rgba(253, 237, 225, 0.9);
}
.globalMenuSp.is-fixed::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  width: 100%;
  background: #ff5b59;
  text-align: left;
  color: #555;
  margin: -10px 0;
  padding: 10px;
  background-image: url(../image/moiwa/logo.png);
  background-size: 150px;
  background-position: left 10px center;
  background-repeat: no-repeat;
  height: 54px;
}
.globalMenuSp.is-fixed > small {
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 15px;
  left: 180px;
  font-size: 1.3rem;
}
.fancybox-toolbar {
  top: 0 !important;
  bottom: inherit;
}
.fancybox-caption {
  padding: 20px 20px 44px;
}
#main_img {
  position: relative;
  height: 84vh;
}
#main_img > img {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 80%;
  max-width: 500px;
}
#main_img::after {
  content: "";
  background-image: url(../image/moiwa/main_after.png);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: cover;
  width: 100%;
  max-height: 186px;
  display: block;
  position: absolute;
  bottom: -1px;
  height: 50%;
}
#main_img.second::before {
  background: transparent;
}
.second .main_copy {
  z-index: 0;
  background-color: transparent;
  position: absolute;
  margin: 0 auto 0;
  padding: 0;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
}
.second .main_copy img {
  width: 80%;
  margin: 0 auto;
}
.swiper-slide {
  overflow: hidden;
}
.main_copy {
  z-index: 0;
  background-color: #fdede1;
  position: relative;
  margin: 0 auto 0;
  padding: 0 0 30px 0;
}
_:-ms-lang(x),
.main_copy {
  margin: 24px auto 0;
}
.main_copy .base_contents__inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 840px;
}
.main_copy h2 {
  color: #ea5a57;
  text-align: left;
  width: 630px;
  font-size: 3rem;
  margin: 0 auto;
  padding: 0;
}
.main_copy h2 span {
  color: #555;
  display: inline-block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 2em auto 0;
}
.main_copy div > p {
  display: inline-block;
  text-align: center;
  position: relative;
  color: #ea5a57;
  width: 160px;
  height: 160px;
  background-color: #fff;
  border-radius: 50%;
  margin: -60px auto 0;
  padding: 1em 0 0;
}
.main_copy div > p > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.4rem;
  line-height: 100%;
  font-weight: bold;
  width: 100%;
}
.main_copy div > p > span > .font_S {
  font-size: 2.2rem;
}
.main_copy div > p > span > .font_L {
  font-size: 4rem;
  line-height: 100%;
}
.swiper-slide img {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  min-width: initial;
}
.navbar.navbar-inverse.navbar-static-top a {
  color: #555;
}
/*--　

#info　天気・リフト運行状況

--*/

#info {
  position: relative;
  margin: 0 auto;
}
#info .base_contents__inner {
  width: 95%;
  margin: 0 auto;
  max-width: 1200px;
}
#info > div > div:empty {
  padding: 0;
}
#info > div > div {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  padding: 40px 0;
  margin: 0 auto;
}
#info > div > div > div {
  padding: 0 14px;
}
#info > div > div > div.weather {
}
#info > div > div > div.weather img {
  width: 100%;
  max-width: 180px;
}
#info > div > div > div.situation {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}
#info > div > div > div ul {
  width: 100%;
}
#info > div > div > div.weather ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
#info > div > div > div.weather ul li {
  border-bottom: none;
}
#info > div > div > div.weather ul li dl {
  justify-content: center;
}
#info > div > div > div.weather ul li dl dt {
  width: auto;
}
#info > div > div > div.weather ul li dl dd {
  text-align: center;
  width: auto;
  margin-left: 14px;
}
#info > div > div > div ul li {
  padding: 4px 0;
  display: flex;
  align-items: center;
}
#info {
  color: #fff;
  font-weight: normal;
  background-color: #ff5b59;
}
#info .ymdd {
  border-right: 1px #fff solid;
}

#info .ymdd.weather {
  width: 290px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#info .situation {
  width: 320px;
}
#info .message {
  width: 500px;
}
#info .ymdd span {
  width: 100%;
  display: inline-block;
  font-weight: 600;
}
#info .ymdd span.year {
  font-size: calc(3rem + ((1vw - 15px) * 0.5415));
}
#info .ymdd span.day {
  font-size: calc(4rem + ((1vw - 10px) * 0.5415));
  margin: 0.4em 0;
}
#info .ymdd span.dw {
  font-size: 2.2rem;
  margin: 0.4em 0;
}
#info .ymdd small.update {
  font-size: 1.4rem;
}
#info ul li {
  border-bottom: 1px #fff solid;
}
#info ul li:last-child {
  border-bottom: 1px #fff none;
}
#info ul li:last-child dl {
  display: block;
}
#info ul li dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#info ul li dl dd {
  font-size: calc(1rem + ((1vw - 0.5px) * 0.9722));
  line-height: 140%;
  text-align: left;
}
#info ul li:nth-child(4) dl dd {
  font-size: calc(1rem + ((1vw - 3px) * 0.9722));
}
#info ul li dl dt,
#info ul li dl dd span,
#info ul li dl dd small {
  font-size: calc(1rem + ((1vw - 10px) * 0.5415));
  margin: 0 0 0 0.5em;
}
#info ul li dl dt {
}
#info ul li dl dt small {
  display: block;
  font-size: 1.2rem;
}
#info ul li dl dd small {
  display: block;
}
#info .weather ul li dd {
  font-size: calc(2.5rem + ((1vw - 4.8px) * 0.6944));
  text-align: right;
}
#info .weather ul li:last-child {
  position: relative;
  padding: 47%;
}
#info ul li:last-child dl dt,
#info ul li:last-child dl dd {
  width: 100% !important;
  display: inline-block;
}
#info ul li:last-child dl dd img {
  width: 55%;
  margin: 20px auto;
  display: block;
}
/*
#info .lift {
    border-left: 1px #fff solid;
    width: 100%;
	max-width: 390px;
}
#info .lift {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
#info .lift table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px #fff solid;
    margin: 0 auto;
}
#info .lift table:nth-of-type(2) {
    margin: 0 auto;
}
#info .lift table caption {
    text-align: left;
    padding: 0 0 6px 0;
 font-size: calc(1rem + ((1vw - 10px) * 0.5415));
}
#info .lift table th, #info .lift table td {
    text-align: left;
    font-weight: normal;
    padding: 0.2em;
    border-top: 1px #fff solid;
 font-size: calc(1rem + ((1vw - 10px) * 0.5415));
}
#info .lift table th:nth-of-type(2) {
    padding: 0.2em 0.2em 0.2em 0.4em;
}
#info .lift table th {
    width: 40%;
}
#info .lift table td {
    width: 10%;
    text-align: right;
    font-size: 2.8rem;
}
#info .lift table th.border_left {
    border-left: 1px #fff solid;
}
*/

#info .weather ul li:last-child img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#info .message {
  align-items: stretch;
}
#info .message dl {
  width: 100%;
}
#info .message dl dt {
  background-color: #74b0d6;
  border-radius: 10px 10px 0 0;
  padding: 4px 10px;
  display: inline-block;
  color: #fff;
  font-weight: 500;
}
#info .message dl dd {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) inset;
  border-radius: 0 10px 10px 10px;
  padding: 14px;
  height: 340px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  transform: translateZ(0);
  color: #555;
}

/* 20190124 */
#condition {
  width: 100%;
  max-width: 470px;
}
#condition > section {
  width: 100%;
}
#condition > section h2 {
  width: 100%;
  color: #fff;
  text-align: left;
  background: none;
  font-size: 1.2rem;
  padding: 0;
}
#condition > section:nth-child(n + 2) {
  margin-top: 20px;
}
#condition > section {
  width: 100%;
}
#condition > section table {
  width: 100%;
  border-top: 1px solid #fff;
}
#condition > section table,
#condition > section table td {
  border-collapse: collapse;
}
#condition section table td {
  width: 50%;
  font-size: 0;
  line-height: 1;
  padding: 4px 3px 4px 5px;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  /* height: 3.1rem; */
}
td.bdleft {
  border-left: 1px solid #fff;
}
#condition section table td > p {
  display: inline-block;
  vertical-align: middle;
  width: 65%;
  font-size: 1.2rem;
}
#condition section table td > div {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 35%;
  font-size: 1.3rem;
}
#condition section table td div p {
  position: relative;
  display: inline-block;
  vertical-align: text-bottom;
  padding-right: 10px;
  line-height: 1.1;
}
#condition section table td div p span {
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 2px;
  font-size: 2.2rem;
}
#condition section table td div p small {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1.3;
  font-size: 1rem;
}
.course_bikou {
  font-size: 1.2rem;
}
/* -------- */

/* 20190130 */
.course_pc {
  display: block;
}
.course_sp {
  display: none;
}
/* -------- */

.credit-card {
  display: block;
  text-align: center;
  margin-top: 80px;
}
.credit-card p {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.credit-card div {
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
  padding: 20px;
}
.credit-card div img {
  width: 100%;
  max-width: 95%;
  margin: 0 auto;
}

/*--

#kikan　営業期間・Twitter

--*/
#kikan {
  background-color: #ebebeb;
  padding: 40px 0;
}
#kikan > div {
  margin: 0 auto;
  width: 95%;
  max-width: 1200px;
}
#kikan > div > ul {
  display: flex;
  justify-content: space-around;
}
#kikan > div > ul > li {
  width: 42%;
}
/*
#kikan>div>ul>li:nth-child(2) {
    height: 400px;
    border: 1px #ccc solid;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transform: translateZ(0);
}
*/
#kikan > div > ul > li div:nth-of-type(1) {
  margin: 0 auto;
}
#kikan > div > ul > li div p:nth-child(1) {
  color: #ff5b59;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 auto 1em;
}
#kikan > div > ul > li div p:nth-child(2) {
  color: #007bc7;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 140%;
}

#kikan > div > ul > li div ul li {
  border-radius: 10px;
  width: 100%;
  margin: 0 auto 1em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#kikan > div > ul > li div ul li span {
  padding: 0.5em;
  width: 50%;
}
#kikan > div > ul > li div ul li span:nth-of-type(1) {
  background-color: #ff5b59;
  text-align: center;
  color: #fff;
  border-radius: 10px 0 0 10px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
}
#kikan > div > ul > li div ul li span:nth-of-type(2) {
  text-align: center;
  font-size: calc(2rem + ((1vw - 5px) * 0.5415));
  font-weight: bold;
  color: #555;
  background: #fff;
}
#kikan > div > ul > li div ul li:nth-child(4) {
  background-color: transparent;
}
#kikan > div > ul > li div ul li:nth-child(4) small {
  text-align: right;
  width: 100%;
  font-size: 1.2rem;
  font-weight: normal;
  margin: -10px auto 0;
}
#kikan > div > ul > li div ul li:nth-child(4) small {
  line-height: 1.6rem;
}
#kikan li.open {
  width: 52%;
}

/* ----------------

live camera 

---------------- */
#live_camera {
  background-color: #fff;
}
.contents_inner {
  padding: 50px 0 80px;
  position: relative;
  z-index: 1;
}
.contents_inner h3 {
  text-align: center;
  background-image: url("../image/moiwa/icon_livecamera.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 50px;
  padding: 55px 0 30px 0;
  font-size: 2.5vw;
  line-height: normal;
}
.movie_wrap {
  display: block !important;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
.movie_wrap .inner {
  /* padding-top: calc(590px + 1em); */
  position: relative;
  height: calc(590px + 1em);
  /* overflow: hidden; */
}
.movie_wrap .inner iframe {
  width: 100%;
  height: 100%;
}
.movie_wrap .inner iframe + p {
  font-size: 10px;
  text-align: right;
  width: 100%;
  max-width: 720px;
  padding: 0 15px;
  margin: 0 auto;
  color: #999;
}

@media screen and (max-width: 782px) {
  .movie_wrap .inner {
    height: calc(450px + 1em);
  }
  .movie_wrap .inner iframe + p {
    max-width: 540px;
  }
}
@media screen and (max-width: 590px) {
  .movie_wrap .inner {
    height: calc(80vw + 1em);
  }
}
/*--

#sns　facebook・Twitter

--*/

#sns {
  /* background-color: #fff; */
  background-color: #ff5b59;
  padding: 40px 0;
}
#sns > div {
  margin: 0 auto 40px;
}
/* 20181203 タイトル */
#sns h3 {
  background-image: url("../image/moiwa/sns_wh.png");
  padding: 0 0 0 62px;
  text-align: left;
  line-height: 30px;
  margin: 30px auto 50px;
  font-size: 4rem;
  font-size: 40px;
  background-size: 49px;
  position: relative;
  color: #fff;
}
#sns h3 span {
  font-size: 1.6rem;
  font-size: 16px;
  font-weight: 300;
  position: absolute;
  top: 10%;
  left: 160px;
}
#sns ul {
  display: flex;
  justify-content: space-around;
}
#sns ul li {
  width: 45%;
  padding: 0 10px;
  height: 500px;
  background-color: #fff;
}
#sns ul li:first-child {
  border: 1px #ccc solid;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  transform: translateZ(0);
}
#sns + figure {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
#sns + figure > img {
  width: 20%;
}
/* -------- */

/*-- 20200110 --*/
#sns .instagram {
  width: 100%;
  max-width: 320px;
  background-color: rgb(236 236 236 / 60%);
  padding: 10px 14px;
  margin: 40px auto 0;
  border-radius: 10px;
  text-align: center;
}
#sns .instagram_link {
  display: inline-block;
  padding: 13px 0 15px 50px;
  background: url(../image/moiwa/insta_logo.png);
  background-size: 40px;
  background-position: center left;
  background-repeat: no-repeat;
  color: #000;
  font-size: 1.7rem;
  text-decoration: underline;
}
/*----*/

section h2 {
  color: #fff;
  text-align: center;
  background-image: url(../image/moiwa/h2_bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 288px;
  font-size: 3.5rem;
  padding: 0 0 40px 0;
}
section h2 small {
  font-family: "Noto Sans Japanese";
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 1em auto 0;
  font-size: 1.4rem;
  font-weight: normal;
}
/*--　

#course　ゲレンデマップ　

--*/

#course {
  background-image: url(../image/moiwa/moiwa_course_bg.png);
  background-color: #ea5a57;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 340px 0 0 0;
  background-size: 1074px;
}
#course h2 + p {
  font-size: 3rem;
  color: #fff;
  text-align: center;
  margin: 50px auto 50px;
}
#course .base_contents__inner a > img {
  width: 100%;
}
#course .base_contents__inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  counter-reset: number;
}
#course .base_contents__inner ul li {
  width: calc(25% - 10px);
  background-color: #fff;
  margin: 5px;
  padding: 14px;
  display: inline-block;
  position: relative;
}
#course .base_contents__inner ul li.other > a,
#course .base_contents__inner ul li.other > div {
  color: #000;
  display: inline-block;
  width: 100%;
}
#course .base_contents__inner ul li.other > div > a {
  color: #000;
}
#course .base_contents__inner ul li::before {
  counter-increment: number 1;
  content: counter(number) " ";
  font-size: 4rem;
  color: #007bc7;
  font-weight: normal;
  position: absolute;
  top: 20px;
  left: 14px;
  font-family: "Lato", sans-serif;
}
#course .base_contents__inner ul li.nakayoshi::before {
  content: "★";
  color: #f3d701;
}
#course .base_contents__inner ul li.other::before {
  content: none;
}
#course .base_contents__inner ul li:nth-child(4n + 1) {
  margin: 5px 5px 5px 0;
}
#course .base_contents__inner ul li:nth-child(4n + 4) {
  margin: 5px 0 5px 5px;
}
#course .base_contents__inner ul li.other {
  background-color: #fffac7;
}
#course .base_contents__inner ul li img,
#course .base_contents__inner ul li a img {
  width: 100%;
}
#course .base_contents__inner ul li p.course_name {
  padding: 0.5em 1em 0.5em 2.2em;
  font-size: 1.6rem;
  font-weight: bold;
}
#course .base_contents__inner ul li p.course_txt {
  font-size: 1.4rem;
}
#course .base_contents__inner ul li p.course_txt small {
  display: inline-block;
  font-size: 1rem;
}
#course .base_contents__inner ul li:nth-child(10) p.course_name {
  padding: 0.5em 1em 0.5em 3.6em;
}
#course .base_contents__inner ul li:nth-child(11) p.course_name {
  padding: 0.5em 1em 1.5em 3.2em;
}
#course .base_contents__inner ul li.other p.course_name {
  padding: 0 1em 0.7em 0;
  font-size: 2rem;
  line-height: 1.4;
}
#course .base_contents__inner ul li.other p.course_txt strong {
  font-size: 1.6rem;
  display: inline-block;
  width: 100%;
}
#course .base_contents__inner ul li.other p.course_txt strong::before {
  content: "■";
  font-size: 1.6rem;
}
#course .base_contents__inner ul li > div {
  display: flex;
  justify-content: space-between;
  margin: 0.6em auto 0.5em;
}
#course .base_contents__inner ul li > div .nighter {
  font-size: 1.2rem;
  position: relative;
  padding: 0 0 0 20px;
  line-height: 26px;
}
#course .base_contents__inner ul li > div .nighter::before {
  content: "";
  display: inline-block;
  background-color: #ef8959;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 5px;
  background-position: center;
  background-size: 12px;
}
#course .base_contents__inner ul li > div .course_level {
  text-align: center;
  padding: 0.2em 0.5em;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  margin: 0 1em 0 0;
  line-height: normal;
}
#course .base_contents__inner ul li > div .course_level4 {
  background-color: #606269;
}
#course .base_contents__inner ul li > div .course_level3 {
  background: #606269;
  background: -moz-linear-gradient(
    -45deg,
    #606269 0%,
    #606269 50%,
    #f46852 51%,
    #f46852 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #606269 0%,
    #606269 50%,
    #f46852 51%,
    #f46852 100%
  );
  background: linear-gradient(
    135deg,
    #606269 0%,
    #606269 50%,
    #f46852 51%,
    #f46852 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606269', endColorstr='#f46852', GradientType=1 );
}
#course .base_contents__inner ul li > div .course_level2 {
  background-color: #f46852;
}
#course .base_contents__inner ul li > div .course_level1 {
  background-color: #04a955;
}
/*--

common

--*/

.button {
  display: inline-block;
  text-align: center;
  position: relative;
}
.button_wh {
  color: #007bc7;
  background-color: #fff;
}
.button_wh::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 5px solid;
  border-color: #007bc7 #007bc7 transparent transparent;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
}
.button_blue {
  color: #fff;
  background-color: #74b0d6;
  font-weight: 600;
}
.button_wh {
  color: #007bc7;
  background-color: #fff;
  border: 1px #ccc solid;
}
.button_blue::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 3px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 44px;
  top: 50%;
}
.button_wh::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid;
  border-color: #007bc7 #007bc7 transparent transparent;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 44px;
  top: 50%;
}
.button_pamph {
  width: 100%;
  font-size: 2.2rem;
  margin: 100px auto;
  padding: 1.5em 0;
  text-align: center;
}
/* パンフレットサムネイル（横） */
/* .button_pamph span::before {
	content: "";
	display: block;
	background: url(../image/moiwa/pamphlet.png) no-repeat top center;
	background-size: contain;
	position: absolute;
	width: 100px;
	height: 160px;
	top: -50px;
	left: 50px;
} */
.button_pamph2 span::before {
  content: "";
  display: block;
  background: url(../image/moiwa/pamphlet2.png) no-repeat top center;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 160px;
  top: -50px;
  left: 50px;
}
/* パンフレットサムネイル（縦） */
/*
.button_pamph span::before {
    content: "";
    display: block;
    background-image: url(../image/moiwa/pamphlet.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 258px;
    height: 123px;
    top: -50px;
    left: 20px;
}
*/
section + figure {
  z-index: -1;
  height: 70vh;
  position: relative;
  overflow: hidden;
}
section + figure img {
  position: absolute;
  height: auto;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section + figure:nth-of-type(4) img {
}
/*--

#school スキースクール・クラブ

--*/

#school {
  position: relative;
  background-color: #ea5a57;
  padding: 40px 0;
}
#school::before {
  content: "";
  position: absolute;
  top: -246px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 246px;
  background-image: url(../image/moiwa/school_before.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1920px;
}
#school h2 {
  color: #fff;
}
#school h2 + p {
  font-size: 3rem;
  color: #fff;
  text-align: center;
  margin: 50px auto;
}
#school .base_contents__inner > p {
  text-align: center;
  margin: 0 auto 70px;
  color: #fff;
}
#school .base_contents__inner ul {
  display: flex;
  justify-content: space-around;
}
#school .base_contents__inner ul li {
  text-align: center;
  color: #fff;
}
#school .base_contents__inner ul li p:nth-of-type(1) {
  font-weight: bold;
  font-size: 2.4rem;
  margin: 20px auto;
}
#school .base_contents__inner ul li p:nth-of-type(2) {
  padding: 0 70px;
  text-align: left;
}
#school .base_contents__inner ul li p:nth-of-type(1) small {
  font-family: "Noto Sans Japanese";
  display: inline-block;
  width: 100%;
  font-weight: normal;
  font-size: 1.4rem;
}
#school .base_contents__inner .button {
  padding: 0.5em 0;
  width: 385px;
  margin: 20px auto 0;
}
#school .base_contents__inner .button_blue::before {
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 44px;
  top: 50%;
}

/*--

#pickup_tour　おすすめツアー

--*/
#pickup_tour {
  background-color: #fff;
  padding: 100px 0;
  /* padding: 100px 0 140px; */
}
#pickup_tour h3 {
  text-align: center;
  font-size: 3.8rem;
  font-size: 38px;
  margin: 0 0 40px;
}
#pickup_tour h3::before,
#pickup_tour h3::after {
  content: "";
  display: inline-block;
  width: 47px;
  padding: 2vh 0;
  margin: 0 14px -6px;
}
#pickup_tour h3::before {
  background-image: url(../image/tour/pickup_tour_h3_l.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#pickup_tour h3::after {
  background-image: url(../image/tour/pickup_tour_h3_r.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#pickup_tour h4.arrow_box {
  border-bottom: 2px #000 dotted;
  text-align: center;
  font-size: 2rem;
  font-size: 20px;
  margin: 0 auto;
  padding: 30px 0;
  border-radius: 0;
}
#pickup_tour h4.arrow_box:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #000;
  border-width: 16px;
  margin-left: -16px;
}
#pickup_tour h4.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #000;
  border-width: 16px;
  margin-left: -16px;
}
#pickup_tour > ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#pickup_tour > ul > li {
  width: 29%;
  margin: 8px 16px 8px;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
#pickup_tour ul li > div {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
#pickup_tour ul li .new_flag:empty {
  display: none;
}
#pickup_tour ul li .new_flag {
  background: #da2426;
  color: #fff;
  font-size: 1.6rem;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  padding: 5px 20px;
  top: 28px;
  top: 15px;
  left: -20px;
  z-index: 1;
}
#pickup_tour ul li .new_flag::after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  right: -16px;
  height: 100%;
  width: 17px;
  background: url(../image/tour/new_flag.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#pickup_tour ul li .new_flag::before {
  position: absolute;
  content: "";
  top: -14px;
  left: 0;
  border: none;
  border-top: solid 15px transparent;
  border-right: solid 20px #9c1919;
}
#pickup_tour ul li a {
  padding: 14px 14px 48px 14px;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #fff;
}
_:-ms-lang(x),
#pickup_tour ul li a {
  margin: -22px 0 0 0;
}
#pickup_tour ul li a figure {
  height: 180px;
  margin: 0 auto 14px;
  display: block;
  background: #efefef;
  position: relative;
  overflow: hidden;
}
#pickup_tour ul li a img {
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  min-height: 100%;
}
#pickup_tour ul li a .t_number {
  font-size: 1.2rem;
  font-size: 12px;
  color: #000;
}
#pickup_tour ul li a .t_number::before {
  content: "No.";
  display: inline-block;
}
#pickup_tour ul li a .t_title {
  font-size: 1.6rem;
  font-size: 16px;
  color: #3e4884;
  font-weight: 600;
  margin: 0.5em 0;
}
#pickup_tour ul li a time {
  margin: 0 0 1em 0;
  display: inline-block;
  color: #000;
}
.t_icon,
.tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tag {
  margin: 0 auto 40px;
}
.t_icon li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.t_icon li span,
.tag li {
  color: #fff;
  font-size: 1.2rem;
  font-size: 12px;
  text-align: center;
  padding: 0.2em !important;
  margin: 0.2em;
  width: auto !important;
}
#pickup_tour ul li a .t_price {
  color: #da2426;
  font-size: 2.4rem;
  font-size: 24px;
  text-align: right;
  padding: 0.5em 0 0;
  font-weight: 600;
  position: absolute;
  bottom: 16px;
  right: 10px;
}
#pickup_tour ul li a .t_price::before {
  content: "￥";
}
#pickup_tour > ul > li.search_none {
  width: 100%;
  box-shadow: none;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  padding: 140px 5%;
  border: none;
}
.changed_txt {
  padding: 0 5% !important;
  color: #555;
}

/*--

#price　料金表

--*/

#price {
  padding: 0 0 195px;
  position: relative;
  background-image: url(../image/moiwa/price_bg.png);
  background-position: bottom 40px left 10%;
  background-repeat: no-repeat;
  background-color: #fff;
}
#price h3 + dl dt,
#price h3 + dl dd {
  color: #555;
}
#price::before {
  content: "";
  position: absolute;
  top: -198px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 335px;
  background-image: url(../image/moiwa/price_before.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1920px;
  z-index: 0;
}
#price::after {
  content: "";
  height: 100%;
  width: 100%;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  z-index: -3;
}
#price .base_contents__inner {
  padding: 0 0 70px 0px;
}
#price .button_blue {
  padding: 2em 0;
  width: 500px;
  margin: 70px auto 0;
  display: block;
}
#price .button_blue::before {
  width: 16px;
  height: 16px;
  border: 3px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 44px;
  top: 50%;
}
#price h2 {
  position: relative;
  z-index: 1;
  color: #555;
  padding: 40px 0;
}
#price h2 + p {
  text-align: center;
  margin-top: 10px;
}
#price h3 {
  text-align: center;
  font-size: 1.8rem;
  position: relative;
  margin: 80px auto 20px;
  color: #555;
}
#price article:nth-of-type(1) h3 {
  margin: 0 auto 20px;
}
#price h3 span::before {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: #555;
  margin: 20px auto 0;
}
#price h3 span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #555;
}
#price div div {
  display: flex;
  justify-content: center;
}
#price div div table {
  width: 50%;
}
#price div div table th ul,
#price div div table td ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#price div div table td ul {
  height: 100%;
  align-items: center;
  display: table;
  width: 100%;
}
#price div div table td ul li {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
#price div div table th,
#price div div table td {
  text-align: center;
  height: 40px;
  /*border-left: 1px #ff5b59 solid;*/
  background-color: #fff;
  color: #555;
}
#price div div table th:nth-of-type(1) {
  border-right: 1px #ff5b59 solid;
  border-left: none;
}
#price div div table th:last-child,
#price div div table td:last-child {
  border-left: 1px #ff5b59 solid;
  border-right: none;
}
#price div div table.price1,
#price div div table.price2,
#price div div table.price3 {
  border-collapse: collapse;
}
#price div div table.price1 thead tr:nth-of-type(1) th,
#price div div table.price1 tbody tr th:nth-child(1),
#price div div table.price2 tbody tr:nth-child(1) th,
#price div div table.price2 tbody tr th:nth-child(1),
#price div div table.price3 tr th {
  background-color: #fdede1;
}
#price div div table.price1 thead tr:nth-of-type(1) th,
#price div div table.price2 thead tr:nth-of-type(1) th,
#price div div table.price3 tr:nth-of-type(1) th,
#price div div table.price3 tr:nth-of-type(1) td,
#price div div table.price2 tr:nth-of-type(1) th,
#price div div table.price2 tr:nth-of-type(1) td {
  border-top: 3px #ff5b59 solid;
}
#price div div table.price1 tbody tr:last-of-type th,
#price div div table.price1 tbody tr:last-of-type td,
#price div div table.price3 tr:last-of-type th,
#price div div table.price3 tr:last-of-type td,
#price div div table.price2 tbody tr:last-of-type th,
#price div div table.price2 tbody tr:last-of-type td {
  border-bottom: 3px #ff5b59 solid;
}
#price div div table.price1 {
  table-layout: fixed;
}
#price div div table.price1 thead tr th:nth-of-type(3),
#price div div table.price1 tbody tr th:nth-of-type(3),
#price div div table.price1 tbody tr td:nth-of-type(2) {
  border-right: 1px #ff5b59 solid;
  border-left: 1px #ff5b59 solid;
}
#price div div table.price1.houjin tbody {
  border-top: 3px #ff5b59 solid;
}
#price div div table.price2.price2_1 tbody th:nth-of-type(2),
#price div div table.price2.price2_1 tbody td:first-of-type {
  border-right: 3px #ff5b59 solid;
}
#price div div table tr:last-of-type th,
#price div div table tr:last-of-type td {
  /*border-bottom: 3px #ff5b59 solid;*/
}
#price div div table th ul li,
#price div div table td ul li {
  text-align: center;
}
#price div div table th ul li {
  padding: 0.5em 0;
}
#price div div table th ul li:first-child {
  width: 100%;
  border-bottom: 0.5px #ff5b59 solid;
}
#price div div table th ul li:nth-child(2),
#price div div table td ul li:nth-child(1) {
  width: 50%;
}
#price div div table th ul li:nth-child(3),
#price div div table td ul li:nth-child(2) {
  border-left: 1px #ff5b59 solid;
  width: 50%;
}
#price div div table th ul li:nth-child(3) {
  vertical-align: middle;
  display: inline-block;
  height: 100%;
}
#price div div table th {
  border-bottom: 1px #ff5b59 solid;
  color: #555;
  /*background-color: #ff5b59;*/
  font-weight: normal;
}
#price div div table td {
  border-bottom: 1px #ff5b59 solid; /*background-color: #e6e6e6;*/
}
#price div div table td ul li,
#price div div table td {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 1.6rem; /*color: #ff5b59;
    font-size: 3rem;*/
}
#price div div table td small {
  display: block;
  font-weight: normal;
  font-size: 1.4rem;
}
#price div div table td:nth-of-type(2) {
  color: #444;
  font-size: 1.1rem;
  font-weight: normal;
  padding: 0 1em;
}

/* お食事メニュー */
#price .food_menu_table > div {
  flex-wrap: wrap;
  width: calc((100% / 2) - 20px);
}
#price .food_menu_table > div table {
  width: 100% !important;
}
#price .food_menu_table > div table caption {
  text-align: left;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 1.5rem;
}
#price .food_menu_table > div table th {
  width: 45%;
}
#price .food_menu_table > div table + p {
  margin-top: 5px !important;
}
#price .food_menu_table > div table + p span {
  padding: 0 !important;
}
#price .food_menu_table > div a {
  color: #29a7de;
}

.font_14 {
  font-family: "Noto Sans Japanese";
  font-size: 1.4rem !important;
  font-weight: normal;
  margin: 0 0.2em;
}
.blank {
  font-weight: 100;
  color: #888;
  font-size: 4rem;
}
.price_atn {
  margin: 20px auto 0;
}
.price_atn li {
  color: #555;
  font-size: 1.3rem;
}
.price_atn li::before {
  content: "※";
  display: inline-block;
  margin-left: 0.4em;
}
.price_atn li a {
  color: #29a7de;
}
#price article.food div {
  justify-content: space-between;
  align-items: center;
}
#price article.food table,
#price article.food p {
  width: 50%;
}
#price article.food p {
  text-align: left;
  background-color: #fff;
  margin: 2px 0;
}
#price article.food p span {
  padding: 0 0 0 40px;
  display: inline-block;
}
.price_sp {
  background-color: #e6e6e6;
  padding: 20px 24px 14px;
  margin: 0 auto 24px;
}
.price_sp dt {
  color: #ff5b59;
  font-size: 2rem;
  font-weight: 600;
  margin: 0 auto 14px;
}
.price_sp dd ul {
  counter-reset: number;
}
.price_sp dd ul + small {
  font-size: 1.4rem;
}
.price_sp dd ul li {
  font-weight: 600;
  font-size: 1.8rem;
  margin: 0 auto 0.5em;
}
.price_sp dd ul li::before {
  counter-increment: number 1;
  content: counter(number) " ";
  color: #fff;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  display: inline-block;
  background-color: #ff5b59;
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0 0.5em 0 0;
}
#price article.season table {
  width: 100%;
}
#price article.season div {
  display: block;
}
#price article.season td:nth-of-type(2) {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
}
/*
#price article.lift table {
	margin: 0 -1px;
}
_:-ms-lang(x), #price article.lift table {
 margin: 0;
}
*/

/*--

#access　アクセスマップ

--*/

#access {
  padding: 0 0 55px;
  position: relative;
  background-color: #fff;
}
#access::before {
  content: "";
  position: absolute;
  top: -198px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 335px;
  background-image: url(../image/moiwa/access_before.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1920px;
  z-index: -1;
}
#access > h2 {
  color: #555;
}
#access #map {
  width: 100%;
  height: 600px;
}
#access .map iframe {
  width: 100%;
}
#access article {
  margin: 0 auto 80px;
  color: #555;
}
#access article p {
  font-weight: normal;
  font-size: 1.6rem;
}
#access article.car {
  position: relative;
}
#access article.car::after {
  content: "";
  display: block;
  width: 235px;
  height: 279px;
  background-image: url(../image/moiwa/access_car_bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  top: -50px;
  right: 40px;
}
#access article h2 {
  width: 100%;
  background-color: #74b0d6;
  background-image: none;
  text-align: left;
  color: #fff;
  font-size: 2.2rem;
  padding: 0.5em 0.5em 0.5em 1em;
  margin: 0 auto 2em;
  display: flex;
  align-items: center;
}
#access article h2 svg {
  fill: #fff;
  margin: 0 0.5em 0 0;
}
#access article h2 + p {
  font-size: 1.6rem;
}
#access article.car p.font_14 {
  display: flex;
  align-items: center;
  margin: 1em auto 2em;
}
#access article.car p.font_14::before {
  content: "P";
  width: 25px;
  height: 25px;
  border: 1px #555 solid;
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  margin: 0 0.5em 0 0;
}
#access article.car p.font_14 span {
  font-size: 3rem;
  margin: 0 0.2em;
}
#access article.car dl {
  margin: 0 0 24px 0;
}
#access article.car dl dt {
  font-size: 1.8rem;
  line-height: 24px;
  border-bottom: 1px #fff solid;
  margin: 0 0 0.2em 0;
}
#access article.car dl dt::before {
  content: "■";
  font-size: 2.4rem;
}
#access article.car dl dd {
  font-weight: 100;
}
#access article.car dl dd p {
  line-height: 180%;
}
#access article.car dl dd p::before {
  content: "◎";
  font-size: 2rem;
}
#access article.car a {
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  padding: 0 0 0 30px;
}
#access article.car a::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  left: 0;
  top: 50%;
}
#access article.car a::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  left: 8px;
  top: 50%;
}
.subway {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 0 50px 0;
}
.subway::before {
  content: "";
  display: block;
  position: absolute;
  height: calc(100% - 50px);
  width: 8px;
  background-color: #22b573;
  left: 50%;
  top: 0;
}
.subway::after {
  content: "";
  display: block;
  position: absolute;
  height: 50px;
  width: 8px;
  background-color: #ea5a57;
  left: 50%;
  bottom: 0;
}
.subway p {
  text-align: center;
  color: #22b573;
  display: inline-block;
}
.subway p:nth-child(2) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 30px 22%;
  font-weight: bold !important;
}
.subway p:nth-child(2) svg {
  fill: #22b573;
}
.subway p:nth-child(2) span {
  background-color: #22b573;
  color: #fff;
  margin: 0 10px 0 0;
  padding: 0.4em;
  z-index: 0;
  font-weight: normal;
}
.subway p:nth-child(1),
.subway p:nth-child(3) {
  clear: both;
  font-size: 2rem !important;
  font-weight: bold !important;
  background-color: #fff;
  border: 4px #22b573 solid;
  border-radius: 24px;
  padding: 0.5em 1em;
  width: 300px;
  margin: 0 auto;
  z-index: 0;
}
.bus2 {
  position: relative;
}
.bus2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 25%;
  height: 8px;
  width: 50%;
  background-color: #ea5a57;
}
.bus2 > ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.bus2 > ul > li {
  width: 50%;
  text-align: center;
  padding: 80px 0 0 0;
  position: relative;
}
.bus2 > ul > li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 80px;
  width: 8px;
  background-color: #ea5a57;
}
.bus2 > ul > li > p:nth-of-type(1) {
  position: absolute;
  background-color: #ea5a57;
  border-radius: 50%;
  color: #fff;
  font-size: 2rem !important;
  height: 120px;
  width: 120px;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
}
.bus2 > ul > li:nth-child(1) > p:nth-of-type(1) {
  top: -50px;
  left: 64px;
}
.bus2 > ul > li:nth-child(2) > p:nth-of-type(1) {
  top: -50px;
  right: 64px;
}
.bus2 > ul > li > p:nth-of-type(1) svg {
  fill: #fff;
  display: block;
  width: 40px;
  height: 40px;
}
.bus2 > ul > li > p:nth-of-type(1) span {
  display: inline-block;
  margin: 30px 0 8px 0;
}
.bus2 > ul > li dl {
  margin: 24px auto;
}
.bus2 > ul > li dl dt {
  text-align: center;
  color: #555;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 24px;
}
.bus2 > ul > li dl dt span {
  font-size: 1.6rem;
  font-weight: normal;
  display: inline-block;
  width: 100%;
  padding: 10px 0 0 0;
}
.bus2 > ul > li dl dd img {
  width: 95%;
  max-width: 386px;
}
.bus2 > ul > li > dl dd > div {
  padding: 24px 40px 0;
}
.bus2 > ul > li > dl dd > div ul li::before {
  content: "●";
}
.bus2 > ul > li > dl dd > div ul li {
  text-align: left;
  padding: 0 0 50px 0;
}
.bus2 > ul > li > dl dd > div ul li > span {
  display: inline-flex;
  align-items: center;
}
.bus2 > ul > li > dl dd > div ul li > span:nth-child(2)::before {
  content: "";
  background-image: url(../image/moiwa/bus3.png);
  display: inline-block;
  margin: 0 6px;
  width: 82px;
  height: 16px;
  background-size: contain;
  padding: 0 82px 0 0;
}
.bus2 > ul > li > dl dd > div ul li > p {
  align-items: center;
  display: inline-flex;
  float: right;
  padding: 10px 0 0 0;
}
.bus2 > ul > li > dl dd > div ul li > p span {
  font-size: 3.4rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  padding: 0 0.2em;
}
.bus2 > ul > li > dl dd > div ul + p {
  clear: both;
  padding: 20px 0;
  text-align: left;
  margin: 0 0 0 1.4em;
}
.bus2 > ul > li > dl dd > div ul + p small {
  font-size: 1.3rem;
  line-height: 100%;
  padding: 0 0 0 1.4em;
  text-indent: -1.4em;
  margin: 0px 0 0 -1.4em;
}
.bus2 > ul > li > dl dd > div ul + p small::before {
  content: "※";
  display: inline-block;
}
.bus2 > ul > li > dl dd > div > a {
  text-align: left;
  color: #29a7de;
  font-weight: 600;
  text-decoration: underline;
  position: relative;
  display: block;
  padding: 0 0 0 1.5em;
  font-size: 1.4rem;
}
.bus2 > ul > li > dl dd > div > a::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #29a7de #29a7de transparent transparent;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  left: 0;
  top: 10px;
}
.bus2 > ul > li:nth-child(2) dl dd > div ul + p {
  background-color: #eeeeee;
  font-size: 1.3rem !important;
  padding: 10px;
  margin: 0 auto 14px;
}
.bus2 > ul > li:nth-child(2) dl dd > div ul + p span {
  color: #bd272d;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  margin: 0 auto 5px;
}
.bus_jikoku {
  text-align: center;
  font-weight: 600;
  text-decoration: underline;
  font-size: 1.4rem;
}
.bus_jikoku a {
  color: #29a7de;
}
.subway p:nth-child(2) {
  margin: 30px 0 30px 22%;
}
.jotetsu {
  background-color: #fff;
  border: 1px #d7d7d7 solid;
  text-align: center;
  padding: 20px 0;
}
.jotetsu h3 {
  font-size: 1.8rem;
  color: #555;
}
.jotetsu p {
  color: #555;
  display: flex;
  align-items: center;
  margin: 20px auto 0;
  justify-content: center;
}
.jotetsu p::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #555;
  margin: 0 0.5em 0 0;
}
.jotetsu p span {
  display: inline-flex;
  align-items: center;
  color: #555;
  font-family: "Lato", sans-serif;
  font-size: 3rem;
  margin: 0 0.2em;
  font-weight: 600;
}
.jotetsu p span svg {
  fill: #555;
  width: 26px;
  height: 26px;
}

/*
2023 1115 レンタル・レストラン
*/
.rental {
  background-color: #ebebeb;
  text-align: center;
  padding: 100px 0;
}
.rental > div {
  margin: 0 auto;
  width: 95%;
  max-width: 1200px;
}
.rental h2 {
  padding-top: 100px;
  color: #000;
  text-align: center;
  background-image: url(../image/moiwa/h2_bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 288px;
  font-size: 3.5rem;
  padding: 0 0 40px 0;
}

.rental_restaurant {
  display: flex;
  justify-content: center;
  margin: 80px 0;
}
p.rental_ttl {
  font-size: 3rem;
  color: #000;
  text-align: center;
  margin: 40px auto;
}
.rental_restaurant > ul {
  display: flex;
  justify-content: space-around;
  width: 80%;
}
.rental_restaurant > ul > li {
  text-align: left;
  width: calc(100% / 2 - 40px);
  padding: 0 20px;
}
.rental_restaurant > ul > li div p:nth-child(1) {
  color: #000;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 auto 1em;
}
.rental_restaurant > ul > li div p:nth-child(2) {
  color: #000;
  font-weight: normal;
  font-size: 1.2rem;
}

.rental_banner > a {
  display: inline-block;
}

/*--

#contact　ページ最下部電話番号

--*/

#contact {
  background-color: #fff;
  padding: 5px 0 20px;
  text-align: center;
}
#contact p.foot_logo {
  width: 95%;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  padding: 60px 0 0;
  background-image: url(../image/moiwa/contact_h2before.png),
    url(../image/moiwa/contact_h2after.png);
  background-repeat: no-repeat;
  background-position: left 160px top, right 50px top;
  background-size: 102px, 263px;
}
#contact p.foot_logo img {
  width: 90%;
  max-width: 320px;
}
#contact a {
  color: #555;
}
#contact > div div:nth-of-type(1) {
  display: flex;
  width: 90%;
  max-width: 800px;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
}
#contact > div div:nth-of-type(1) p:nth-of-type(1) {
  position: relative;
  width: 230px;
  text-align: left;
  font-size: 1.4rem;
  padding: 6px 0 6px 1em;
  line-height: 15px;
}
#contact > div div:nth-of-type(1) p:nth-of-type(1) {
  color: #fff;
  background-color: #b4aba5;
}
#contact > div div:nth-of-type(1) p:nth-of-type(1)::before {
  content: "";
  height: 100%;
  width: 11px;
  background-image: url(../image/moiwa/contact_arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 0;
}
#contact > div div:nth-of-type(1) p:nth-of-type(2) {
  font-size: 4.4rem;
  display: flex;
  align-items: center;
  font-weight: 600;
  position: relative;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
}
#contact > div div:nth-of-type(1) p:nth-of-type(2) svg {
  fill: #000;
  width: 36px;
  height: 36px;
  margin: 0 3px 0 0;
}
#contact > div div:nth-of-type(1) p span {
  /* font-weight: 400;
    font-size: 1.8rem;
    display: inline-block;
    margin: 10px 1em 0; */
  font-weight: 400;
  font-size: 1.5rem;
  display: inline-block;
  margin: 0 1em;
  text-align: left;
}
#contact > div div:nth-of-type(2) {
  color: #555;
  border: 1px #b4aba5 solid;
  border-radius: 10px;
  padding: 10px;
  width: 90%;
  margin: 14px auto;
  max-width: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact > div div:nth-of-type(2) p:nth-child(1)::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #b4aba5;
  margin: 0 10px;
}
#contact > div div:nth-of-type(2) p {
  font-size: 1.6rem;
  display: inline-flex;
  align-items: center;
}
#contact > div div:nth-of-type(2) p span {
  font-weight: bold;
  font-family: "Lato", sans-serif;
  font-size: 3rem;
}
#contact > div div:nth-of-type(2) p span svg {
  display: inline-block;
  width: 24px;
  fill: #88817c;
  margin: 0 5px 0 10px;
}
#contact ul {
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
}
#contact ul li:first-child {
  margin: 0 14px 0 0;
}
#contact ul li:last-child {
  margin: 0 0 0 14px;
}
/*--

footer

--*/

footer {
  background-color: #fdede1;
}
footer ul li {
  border-right: 1px #555 solid;
}
footer ul li a {
  color: #555;
}
footer small {
  color: #555;
}
/*--

second スキースクール・クラブ下層

--*/
#main_img.second {
  background-image: url(../image/moiwa/slider2.png);
  height: 70vh;
  max-height: 550px;
}
#main_img.second::before {
  max-height: 560px;
  height: 50vh;
}
.detail.base_contents__inner {
  max-width: 1000px;
}
.club.base_contents__inner h2 {
  font-size: 2.4vw;
  text-align: center;
  line-height: 180%;
  margin: 100px 0 0;
}
.club.base_contents__inner table {
  margin: 40px auto 140px;
  border-collapse: collapse;
}
.club.base_contents__inner table th,
.club.base_contents__inner table td {
  background-color: #fff;
  padding: 14px;
  color: #555;
  font-size: 1.4rem;
  border-bottom: 1px #ea5a57 solid;
  border-right: 1px #ea5a57 solid;
}
.club.base_contents__inner table th:nth-of-type(1),
.club.base_contents__inner table td:nth-of-type(1) {
  width: 40%;
}
.club.base_contents__inner table th,
.club.base_contents__inner table td {
  width: 60%;
}
.club.base_contents__inner table td a {
  text-decoration: underline;
  color: #5889df;
  font-weight: 600;
}
.club.base_contents__inner table td img {
  float: right;
  margin: 0 0 0 14px;
  width: 30%;
}
.club.base_contents__inner table td img::after {
  clear: both;
}
.club.base_contents__inner table thead th {
  font-weight: 600;
  color: #555;
  background-color: #fdede1;
  font-size: 1.6rem;
}

/* 20201111 */
/* ----------------

Information 

---------------- */
#pagetop_info {
  background-color: #fff;
}
#information {
  /* margin: 50px auto 80px; */
  padding: 50px 0 80px;
  position: relative;
  z-index: 1;
}
#information h3 {
  text-align: center;
  background-image: url(../image/kurodake/information_head.png);
  background-position: top center;
  background-repeat: no-repeat;
  padding: 60px 0 30px 0;
  font-size: 2.5vw;
  line-height: normal;
}
#information ul {
  width: 95%;
  max-width: 960px;
  margin: 0 auto;
}
#information ul li {
  background-color: #fff;
  border: 1px #ababab solid;
  border-radius: 6px;
  margin: 0 auto 24px;
  display: flex;
  flex-wrap: nowrap;
}
#information ul li.none_data {
  display: none;
}
#information ul li.none_data.kurodake,
#information ul li.none_data.moiwa,
#information ul li.none_data.tour,
#information ul li.none_data.aizankeionsen,
#information ul li.none_data.company {
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  border: none;
  width: 100%;
}
#information ul li a,
#information ul li div {
  position: relative;
  display: flex;
  width: 100%;
}
#information ul li a .category,
#information ul li div .category {
  background-color: #000;
  color: #fff;
  padding: 10px 10px;
  border-radius: 6px 0 0 6px;
  font-size: 1.6rem;
  display: inline-flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 180px;
  flex-direction: column;
  line-height: 160%;
}
#information ul li a .category span:nth-of-type(1),
#information ul li div .category span:nth-of-type(1) {
  display: block;
  width: 100%;
}
#information ul li a .category span:nth-of-type(2),
#information ul li div .category span:nth-of-type(2) {
  display: inline-block;
  border: 1px #fff solid;
  text-align: center;
  font-size: 1.4rem;
  padding: 0 5px;
  width: 100%;
}

#information ul li .txt,
#information ul li div .txt {
  font-size: 1.6rem;
  color: #040000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 10px 14px;
  width: calc(100% - 180px);
}
#information ul li .txt .icon {
  display: inline-block;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  padding: 0 10px;
  margin: 0 0 10px 0;
}
#information ul li .txt .kurodake {
  background-color: #6bacab;
}
#information ul li .txt .moiwa {
  background-color: #ea5a57;
}
#information ul li .txt .tour {
  background-color: #cacdcb;
  color: #5a4b44;
}
#information ul li .txt .aizankeionsen {
  background-color: #ee751d;
}
#information ul li .txt .company {
  background-color: #217539;
}
#pagetop_info #information h2,
#second_faq #faq h2,
.inquiry h2 {
  background-color: #ededed;
  margin: 0 auto;
  padding: 80px 0 10px;
}
.inquiry h2 {
  padding: 80px 0;
  background-position: bottom 70px center;
}
#information ul li div .txt {
  font-size: 1.8rem;
}
.inquiry h2 {
  margin: 50px auto 0;
}
.category_link {
  background-color: #ededed;
  display: flex;
  justify-content: center;
  margin: 0px auto 50px;
  padding: 40px 0 40px;
  flex-wrap: wrap;
}
#pagetop_info #information ul li div.txt_detail {
  width: 100%;
  display: inline-block;
  padding: 20px 30px;
}
#pagetop_info #information ul li div.txt_detail p {
  padding: 0 0 20px 0;
}
#pagetop_info #information ul li div.txt_detail div {
  display: inline-block;
}
#pagetop_info #information ul li div.txt_detail div div {
  float: right;
  width: 30%;
  margin: 0 0 0 20px;
}
#pagetop_info #information ul li div.txt_detail div a {
  display: inline-flex;
  color: rgb(223, 86, 86);
  text-decoration: underline;
  width: auto;
  margin: 0 1em 0 0;
  font-weight: 500;
  align-items: center;
}
#pagetop_info #information ul li div.txt_detail div p a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../image/top/file.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 0.2em 0 0;
}
#pagetop_info #information ul li div.txt_detail div img {
  width: 100%;
  margin: 0 0 10px 0;
}
#pagetop_info #information ul li div.txt_detail p {
  display: inline-block;
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0;
}
#pagetop_info #information ul li div.txt_detail a::after {
  content: none;
  display: none;
}
#information ul li div .category {
  border-radius: 5px 0 6px 0;
}
#pagetop_info #information ul li {
  flex-wrap: wrap;
}
.season_inner {
}
.season_inner h4 {
  text-align: left;
  font-size: 2rem;
}

@media screen and (min-width: 769px) and (max-height: 800px) {
  /* ノートPCなど */
  #main_img {
    height: calc(80vh - 50px);
    min-height: initial;
  }
  .swiper-container {
    height: 80vh;
  }
  .main_copy {
    margin: 10px auto 0;
  }
  .main_copy div > p {
    margin: -40px auto 0;
  }
  #main_img::after {
    content: "";
    background-image: url(../image/moiwa/main_after.png);
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 1350px;
    width: 100%;
    max-height: 246px;
    display: block;
    position: absolute;
    bottom: -25px;
    height: 50%;
  }
  #school::before {
    content: "";
    position: absolute;
    top: -157px;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 246px;
    background-image: url(../image/moiwa/school_before.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1350px;
  }
}

@media (max-width: 75em) {
  #contact > div div:nth-of-type(1) p span {
    margin-top: 0.5em;
  }
}

@media (max-width: 50.75em) {
  /* information */
  #information h3 {
    padding: 40px 0 20px 0;
    font-size: 2.4rem;
    line-height: normal;
    background-size: 30px;
  }
  #information ul li a,
  #information ul li div {
    flex-direction: column;
    margin: 0;
  }
  #information ul li a .category,
  #information ul li div .category {
    padding: 5px 10px;
    border-radius: 6px 6px 0 0;
    font-size: 1.4rem;
    width: 100%;
    flex-direction: row;
  }
  #information ul li a .category span:nth-of-type(1),
  #information ul li div .category span:nth-of-type(1) {
    display: inline-block;
    width: auto;
  }
  #information ul li a .category span:nth-of-type(2),
  #information ul li div .category span:nth-of-type(2) {
    display: inline-block;
    margin: 0 0 0 12px;
    font-size: 1.3rem;
    line-height: 1.2rem;
    padding: 4px;
    width: auto;
  }
  #information ul li .txt {
    font-size: 1.4rem;
    font-weight: 500;
    width: calc(100% - 20px);
  }
  #information ul li div .txt {
    font-size: 1.6rem;
    font-weight: 500;
    padding: 10px 14px 14px 10px;
    width: 100%;
  }
  #information ul li .txt .icon,
  #information ul li div .icon {
    margin: 0 0 10px 0;
  }
  #information > div > a span {
    line-height: 35px;
    font-size: 1.4rem;
  }
  #information > div > a span::after {
    border-width: 6px 0 6px 6px;
  }

  #pagetop_info #information h2 {
    padding: 20px 0 10px;
    background-position: bottom 16px center;
  }
  #pagetop_info #information ul li div.txt_detail {
    padding: 0px 15px 6px;
  }
  #pagetop_info #information ul li div.txt_detail div {
    display: flex;
    flex-wrap: wrap;
  }
  #pagetop_info #information ul li div.txt_detail div div {
    float: none;
    width: 100%;
    margin: 24px auto 0;
    order: 3;
  }
  #pagetop_info #information ul li div.txt_detail div {
    font-size: 1.3rem;
  }
  #pagetop_info #information ul li div.txt_detail div img {
    width: 100%;
    margin: 0 auto 10px;
  }
  #pagetop_info #information ul li div.txt_detail div a {
    margin: 0;
  }
  #pagetop_info #information ul li div.txt_detail div p a {
    width: 100%;
    flex-direction: row;
  }
  #pagetop_info #information ul li div.txt_detail div p a:nth-of-type(1) {
    margin: 0 auto 1em;
  }
  #information > div > a .faq_open::before {
    font-size: 2rem;
  }
  /* information */

  .globalMenuSp.is-fixed > small {
    display: none;
  }
  #main_img.second,
  #main_img.second::before {
    height: 38vh;
  }
  #main_img.second h2 img {
    width: 70%;
  }
  .club.base_contents__inner table {
    margin: 40px auto;
    display: flex;
    width: 90%;
  }
  .club.base_contents__inner table tr {
    display: inline-block;
    margin: 0 auto 14px;
    width: 100%;
  }
  .club.base_contents__inner h2 {
    font-size: 2rem;
    margin: 0 auto;
    padding: 20px 0;
  }
  .club.base_contents__inner table thead {
    display: none;
  }
  .club.base_contents__inner table th:nth-of-type(1),
  .club.base_contents__inner table td:nth-of-type(1) {
    width: 100%;
    background-color: #fdede1;
  }
  .club.base_contents__inner table tbody th,
  .club.base_contents__inner table tbody td {
    display: block;
    width: 100%;
    font-size: 1.3rem;
    line-height: normal;
  }
  .club.base_contents__inner table th,
  .club.base_contents__inner table td {
    border: none;
  }
  section h2 {
    font-size: 2rem;
    padding: 40px 0 20px;
    background-size: 200px;
  }
  #main_img {
    min-height: inherit;
    height: calc(70vh - 74px);
  }
  #main_img > img {
    width: 60%;
  }
  .swiper-container {
    z-index: -1;
    height: calc(70vh - 74px);
  }
  .swiper-slide img {
    height: 85vh;
    width: auto;
    left: 0;
    right: initial;
    transform: translate(0, -50%);
  }
  .swiper-slide {
    overflow: hidden;
  }
  .swiper-slide[data-swiper-slide-index="0"] img {
    transform: translate(-10%, -60%);
  }
  .swiper-slide[data-swiper-slide-index="1"] img {
    transform: translate(-10%, -60%);
  }
  .swiper-slide[data-swiper-slide-index="2"] img {
    height: 100%;
    transform: translate(-30%, -50%);
  }
  .swiper-slide[data-swiper-slide-index="3"] img {
    transform: translate(-50%, -60%);
  }
  #info ul li dl dt,
  #info ul li dl dd span,
  #info ul li dl dd small {
    font-size: 1.2rem;
  }
  .main_copy > div > p {
    display: block;
    text-align: center;
    position: static;
    top: initial;
    left: initial;
    width: 90%;
    height: auto;
    background-color: #fff;
    border-radius: 6px;
    margin: 0 auto 20px;
    padding: 0.4em 0;
  }
  .main_copy > div > p > span {
    position: static;
    top: initial;
    left: initial;
    transform: none;
    font-size: 1.6rem;
    display: inline-block;
    justify-content: center;
    align-items: center;
  }
  #main_img::after,
  #school::before,
  #price::before,
  #access::before {
    background-size: 680px;
  }
  .main_copy h2 {
    text-align: center;
    width: 100%;
    float: none;
    padding: 10px 0 6px;
    font-size: 5.5vw;
  }
  #main_img > img {
    width: 65%;
    padding: 0;
    margin: 0 auto;
    top: 35%;
  }
  .main_copy h2 span small {
    font-size: 1.3rem;
    line-height: normal;
    width: 90%;
    text-align: left;
    margin: 10px auto;
  }
  .main_copy > div > p > span > .font_L {
    font-size: 2rem;
    line-height: 100%;
    margin: 0 0.2em;
  }
  .main_copy div > p > span > .font_S {
    font-size: 1.6rem;
  }
  .main_copy .base_contents__inner {
    flex-direction: column-reverse;
  }
  .main_copy h2 span {
    color: #555;
    display: inline-block;
    width: 92%;
    font-size: 3.6vw;
    font-weight: normal;
    margin: 10px auto;
    text-align: left;
    line-height: 150%;
  }
  .main_copy {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .globalMenuSp.is-fixed::before,
  .globalMenuSp.active::before {
    background-color: #000;
    background-image: url(../image/moiwa/logo.png);
    background-size: 124px;
    background-repeat: no-repeat;
    background-position: left 12px center;
    padding: 25px 0;
  }
  .main_copy > div > p > .font_S {
    font-size: 1.6rem;
    display: inline-block;
  }
  #info .ymdd.weather,
  #info > div > div > div.situation {
    width: 50%;
    margin: 0 auto;
  }
  #info > div > div {
    flex-wrap: wrap;
    padding: 20px 0;
  }
  #info ul li dl dd,
  #info ul li:nth-child(4) dl dd {
    font-size: 1.6rem;
  }
  /*
    #info .lift table td {
        font-size: 2.2rem;
    }
    #info .lift {
        border-left: none;
    }
    #info .lift table caption {
        text-align: left;
        padding: 20px 0 10px;
        font-size: 1.4rem;
    }
    #info .lift table th {
        font-size: 1.2rem;
    }
    */
  #info .situation,
  #info .message {
    width: 100%;
    margin: 40px auto 0;
  }
  #info > div > div > div.situation {
    margin: 0 auto;
  }
  #info ul li:last-child dl dd img {
    width: 50%;
    margin: 0 auto;
  }
  #info .message dl dd {
    height: 30vh;
    min-height: 240px;
  }

  /* 20190130 */
  .course_pc {
    display: none;
  }
  .course_sp {
    display: block;
  }
  #condition section table td > p {
    width: 70%;
  }
  #condition section table td > div {
    width: 30%;
  }
  #condition section table td div p {
    display: block;
  }
  /*
    .course table tr,
    .course table th,
    .course table td {
        display: block;
        width: 100% !important;
        border-left: none;
    }
    */

  /* 20181203 */
  #sns {
    /* background-color: #fff; */
    padding: 40px 0;
  }
  #sns h3 {
    /* background-image: url(../image/moiwa/sns.png); */
    padding: 0 0 0 48px;
    text-align: left;
    line-height: 28px;
    margin: 0px auto;
    font-size: 4rem;
    font-size: 2.8rem;
    background-size: 40px;
    position: relative;
    display: inline-flex;
    align-items: center;
  }
  #sns h3 span {
    font-size: 1.2rem;
    font-weight: 300;
    position: initial;
    top: initial;
    left: initial;
    display: inline-block;
    padding: 0 0 0 10px;
    line-height: normal;
  }
  #sns ul {
    display: block;
  }
  #sns ul li {
    width: 85%;
    height: 260px;
    padding: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transform: translateZ(0);
    margin: 20px auto;
    border: 1px #ccc solid;
  }
  #sns .instagram_link {
    padding: 12px 0 15px 16%;
    font-size: 1.5rem;
    background-size: 15%;
  }
  /* -------- */

  #kikan > div {
    margin: 0 auto;
    width: 90%;
  }
  #kikan > div > ul {
    flex-wrap: wrap;
    flex-direction: column;
  }
  #kikan > div > ul > li {
    width: 100%;
  }
  #kikan > div > ul > li div ul li:nth-child(3) small {
    font-size: 3.7vw;
  }
  #kikan > div > ul > li div ul li:nth-child(5) small {
    font-size: 3.7vw;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.8rem;
  }
  #kikan > div > ul > li div ul li span:nth-of-type(1) {
    font-size: 3.8vw;
  }
  #kikan > div > ul > li div ul li span:nth-of-type(2) {
    font-size: 5vw;
  }
  #kikan + figure {
    flex-wrap: wrap;
  }
  #kikan + figure > img {
    width: 50%;
  }
  #kikan + figure > img:last-child {
    display: none;
  }
  #kikan li.open {
    width: auto;
  }

  #course {
    padding: 110px 0 0 0;
    background-size: 440px;
  }
  #course h2 + p {
    width: 90%;
    font-size: 1.8rem;
    margin: 20px auto 30px;
    font-weight: 600;
    line-height: 160%;
  }
  #course .base_contents__inner > a > img {
    width: 100vw;
    margin: 0 -2.5%;
  }
  #course .base_contents__inner ul li {
    width: calc(50% - 10px);
    padding: 6px;
  }
  #course .base_contents__inner ul li p {
    font-size: 1.2rem;
  }
  #course .base_contents__inner ul li p.course_txt {
    display: none;
  }
  #course .base_contents__inner ul li:nth-child(4n + 1),
  #course .base_contents__inner ul li:nth-child(4n + 4) {
    margin: 5px;
  }
  #course .base_contents__inner ul li > div {
    flex-direction: column;
    margin: 4px auto; /*width: 50%;
    float: left;*/
  }
  #course .base_contents__inner ul li a.sp {
    width: 100%;
    display: inline-block;
    color: #555;
    text-decoration: underline;
  }
  #course .base_contents__inner ul li::before {
    font-size: 2.6rem;
    top: 10px;
    left: 6px;
  }
  #course .base_contents__inner ul li a {
    display: inline-block;
    float: right;
  }
  #course .base_contents__inner ul li p.course_name {
    padding: 0.5em 0 0.5em 1.6em;
    font-size: 1.3rem;
    line-height: normal;
  }
  #course .base_contents__inner ul li.other p.course_name {
    font-size: 1.6rem;
    width: 100%;
    display: inline-block;
    padding: 0;
  }
  #course .base_contents__inner ul li.other > a,
  #course .base_contents__inner ul li.other > div {
    display: block;
    position: static;
    padding: 6px;
  }
  #course .base_contents__inner ul li.other p.course_txt {
    display: inline-block;
    clear: both;
    margin: 0 auto 10px;
  }
  #course .base_contents__inner ul li.other p.course_txt small {
    display: inline-block;
    width: 100%;
    line-height: 140%;
    padding: 10px 0 0 0;
  }
  #course .base_contents__inner ul li.other > a img,
  #course .base_contents__inner ul li.other > div img {
    width: 100%;
    margin: 10px auto;
  }
  #course .base_contents__inner ul li.other {
    padding: 0;
  }
  #course .base_contents__inner ul li > div .course_level {
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  #course .base_contents__inner ul li.other p.course_txt strong,
  #course .base_contents__inner ul li.other p.course_txt strong::before {
    font-size: 1.4rem;
  }
  .button_pamph {
    font-size: 1.6rem;
    text-align: left;
    padding: 20px 51px 20px 20px;
    margin: 20px auto;
  }
  .button_pamph span::before {
    display: none;
  }
  .button_blue::before {
    right: 24px;
    width: 13px;
    height: 13px;
  }
  section + figure {
    height: 40vh;
  }
  section + figure img {
    height: 100%;
    width: auto;
  }
  section + figure:nth-of-type(4) img {
    top: 110px;
  }
  #school {
    padding: 0;
  }
  #school::before {
    top: -87px;
  }
  #school h2 {
    padding: 10px 0 20px;
  }
  #school h2 + p {
    line-height: 160%;
    font-size: 1.8rem;
    width: 90%;
    margin: 20px auto;
    font-weight: 600;
    text-align: center;
  }
  #school .base_contents__inner > p {
    text-align: left;
    width: 95%;
    margin: 0 auto;
    font-size: 1.4rem;
  }
  #school .base_contents__inner ul {
    flex-direction: column;
    margin: 60px auto 40px;
  }
  #school .base_contents__inner ul li {
    margin: 20px auto;
    width: 80%;
    background-color: rgba(255, 255, 255, 0.8);
    color: #555;
  }
  #school .base_contents__inner ul li:first-child {
    margin: 0 auto 30px;
  }
  #school .base_contents__inner ul li img {
    width: 100%;
  }
  #school .base_contents__inner ul li p:nth-of-type(1) {
    font-size: 1.8rem;
    margin: 10px auto;
  }
  #school .base_contents__inner ul li p:nth-of-type(2) {
    padding: 0 10px;
    font-size: 1.2rem;
    line-height: normal;
  }
  #school .base_contents__inner .button {
    width: 100%;
  }
  #school .base_contents__inner .button_blue::before {
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    right: 24px;
    top: 50%;
  }

  /*--

    #pickup_tour　おすすめツアー

    --*/
  #pickup_tour {
    padding: 40px 0;
  }
  #pickup_tour h3::before,
  #pickup_tour h3::after {
    content: "";
    padding: 10px 0;
    margin: 0 14px -6px;
    height: 30px;
    width: 20px;
  }
  #pickup_tour h3 {
    font-size: 6vw;
    margin: 0 0 40px !important;
  }
  #pickup_tour h3 span {
    width: 70%;
    display: inline-block;
  }
  #pickup_tour > ul {
    display: block;
    width: 100%;
  }
  #pickup_tour > ul > li {
    width: 100%;
    display: block;
    margin: 0;
    border-top: 1px #ccc solid;
    box-shadow: none;
  }
  #pickup_tour > ul > li:last-child {
    border-bottom: 1px #ccc solid;
  }
  #pickup_tour > ul > li > a {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
  }
  #pickup_tour > ul > li > a figure {
    width: 150px;
    display: inline-block;
    height: 110px;
  }
  #pickup_tour > ul > li > a figure img {
  }
  #pickup_tour > ul > li > a div {
    width: 60%;
    display: inline-block;
    padding: 0 14px;
  }
  #pickup_tour > ul li .new_flag {
    font-size: 1rem;
    padding: 2px 10px;
    top: 18px;
    left: 0px;
    height: 24px;
    font-weight: 600;
  }
  #pickup_tour > ul li .new_flag::before {
    position: absolute;
    content: "";
    top: -10px;
    left: 0;
    border: none;
    border-top: solid 10px transparent;
    border-right: solid 10px #9c1919;
  }
  #pickup_tour > ul li .new_flag::after {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    right: -16px;
    height: 100%;
    width: 17px;
    background: url(../image/tour/new_flag.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  #pickup_tour > ul li a .t_title {
    font-size: 1.4rem;
    line-height: 130%;
  }
  #pickup_tour > ul li a time {
    font-size: 1.2rem;
    line-height: 140%;
    margin: 0;
  }
  #pickup_tour ul.t_icon {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
  }
  #pickup_tour ul.t_icon li {
    font-size: 1.1rem;
    width: auto !important;
    line-height: 130%;
  }
  #pickup_tour.all ul.t_icon li {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .t_icon li span {
    display: inline-block;
  }
  #pickup_tour ul li a .t_price {
    bottom: 4px;
    right: 14px;
    font-size: 2rem;
  }
  #pickup_tour ul li a {
    padding: 9px 9px 20px 9px;
  }
  /* --------------------- */

  #price article.season td:nth-of-type(2) {
    font-size: 1.2rem;
    padding: 10px 0.1em;
  }
  #price h2 {
    padding: 40px 0 20px;
  }
  #price h3 {
    font-size: 1.6rem;
  }
  #price::before {
    top: -67px;
    background-position: right 40% top;
  }
  .price_sp dt {
    font-size: 1.6rem;
  }
  .price_sp dd ul li {
    font-size: 1.4rem;
    padding: 0 0 0 2em;
    text-indent: -2em;
  }
  .price_sp dd ul li::before {
    display: inline-flex;
    justify-content: center;
    padding: 0 0 0 0.6em;
    text-align: right;
  }
  #price div div table {
    width: 100%;
    height: 100%;
  }
  #price .lift > div {
    display: block !important;
  }

  #price article.food table,
  #price article.food p {
    width: 50%;
  }
  #price article.food p span {
    padding: 0 0 0 10px;
    display: inline-block;
    font-size: 1.3rem;
    color: #555;
  }
  #price article:nth-of-type(2) table:nth-of-type(1) {
    margin: 0 auto;
  }
  /*
    #price div article.lift div {
        flex-direction: column;
    }
    */
  #price div div table th,
  #price div div table td {
    height: auto;
    font-size: 1.2rem;
  }
  #price div div table td ul li,
  #price div div table td {
    font-size: 1.2rem;
    height: 100%;
  }
  #price div div table th.sp,
  #price div div table td.sp {
    display: table-cell !important;
  }
  #price div div table caption {
    color: #555;
    font-size: 1.4rem;
    margin: 0 0 1em;
    width: 100%;
    text-align: left;
  }
  #price div div table caption::before {
    content: "▼";
    margin: 0 0.5em 0 0;
  }
  #price article:nth-of-type(1) td:nth-of-type(2) {
    font-size: 1.2rem;
    padding: 0;
  }
  #price div div table th ul li:first-child {
    display: none;
  }
  #price article:nth-of-type(3) div {
    flex-direction: initial;
  }
  #price article:nth-of-type(3) p span {
    width: 90%;
    font-size: 1.4rem;
    color: #555;
    text-align: left;
  }
  #price article:nth-of-type(2) table {
    margin: 0;
  }
  #price {
    background-image: none;
    padding: 0;
    margin: 0 auto -20px;
  }
  #price .button_blue {
    width: 100%;
  }
  #price div div table.price2.price2_1 tbody th:nth-of-type(2),
  #price div div table.price2.price2_1 tbody td:first-of-type {
    border-right: 1px #ff5b59 solid;
  }
  #price div div table.price2.price2_2 {
    margin: 40px auto 0;
  }
  #price .button_blue::before {
    width: 13px;
    height: 13px;
    border: 3px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    right: 24px;
    top: 50%;
  }

  /* お食事メニュー */
  #price .food_menu_table {
    flex-direction: column;
  }
  #price .food_menu_table > div {
    width: 100%;
  }
  #price .food_menu_table > div:not(:first-child) {
    margin-top: 20px;
  }
  #price .food_menu_table > div table caption {
    padding-bottom: 0;
    font-size: 1.4rem;
  }
  #price .food_menu_table > div table th {
    width: 45%;
  }
  #price .food_menu_table > div table + p {
    width: 100%;
  }

  #access::before {
    top: -80px;
  }
  .jotetsu {
    padding: 10px;
  }
  .jotetsu h3 {
    font-size: 1.4rem;
    width: 100%;
    text-align: left;
    margin: 0 auto;
  }
  .jotetsu p {
    flex-direction: column;
    font-size: 1.2rem;
    margin: 10px auto 0;
  }
  .jotetsu p span {
    display: inline-block;
    width: 100%;
    margin: 10px auto 0;
    font-size: 2.2rem;
  }
  .jotetsu p span svg {
    fill: #555;
    width: 20px;
    height: 18px;
  }
  .jotetsu p::before {
    display: none;
  }

  /*
    2023 1115 レンタル・レストラン
    */
  .rental {
    padding: 40px 20px;
    text-align: center;
    width: 100%;
  }
  .rental h2 {
    padding: 40px 0 20px;
    font-size: 2rem;
  }
  .rental_restaurant {
    display: flex;
    justify-content: center;
    margin: 40px 0;
  }
  p.rental_ttl {
    font-size: 1.6rem;
    width: 90%;
    margin: 20px auto;
    font-weight: 600;
  }
  .rental_restaurant > ul {
    flex-direction: column;
    width: 80%;
  }
  .rental_restaurant > ul > li {
    text-align: left;
    width: 100%;
    padding: 20px;
  }
  .rental_restaurant > ul > li div p:nth-child(1) {
    color: #000;
    font-weight: bold;
    font-size: 1.8rem;
    margin: 0 auto 1em;
  }
  .rental_restaurant > ul > li div p:nth-child(2) {
    color: #000;
    font-weight: normal;
    font-size: 1.2rem;
  }
  .rental_banner {
    padding-bottom: 40px;
  }
  .rental_banner > a {
    display: inline-block;
  }
  .rental_banner > a > img {
    width: 80%;
  }
  #contact p.foot_logo {
    background-image: none;
    padding: 0;
  }
  #contact div div:nth-of-type(1) {
    flex-direction: column;
  }
  #contact div div:nth-of-type(1) p:nth-of-type(1)::before {
    background-image: none;
  }
  #contact div div:nth-of-type(1) p:nth-of-type(2) {
    display: inline-block;
    font-size: 3.4rem;
    margin: 14px auto;
  }
  #contact div div:nth-of-type(1) p:nth-of-type(1) {
    width: 100%;
    height: auto;
    padding: 0.5em 0;
    text-align: center;
  }
  #contact div div:nth-of-type(1) p:nth-of-type(2)::before {
    width: 34px;
    height: 34px;
    margin: 0 10px 0 0;
  }
  #contact h2 img {
    width: 79%;
    max-width: 320px;
    margin: 0 auto 10px;
  }
  #info > div > div > div.weather img {
    width: 100%;
    max-width: 90px;
    margin: 0 auto;
  }
  #access > h2 {
    padding: 10px 0 20px;
    margin: 0 auto 40px;
  }
  #access article.car::after {
    display: none;
  }
  #access article.car p.font_14 {
    display: inline-block;
  }
  #access article.bus {
    margin: 0 auto 30px;
  }
  #access article h2 + p {
    font-size: 1.4rem;
    line-height: 160%;
  }
  #access article h2 {
    font-size: 2rem;
    margin: 0 auto 1em;
  }
  #contact div div p:nth-of-type(2) svg {
    fill: #000;
    width: 26px;
    height: 26px;
    margin: 0 8px 0 0;
  }
  #contact > div div:nth-of-type(2),
  #contact > div div:nth-of-type(2) p {
    flex-direction: column;
    font-size: 1.4rem;
  }
  #contact > div div:nth-of-type(2) p:nth-child(1)::after {
    display: none;
  }
  #contact > div div:nth-of-type(2) p span {
    margin: 5px auto;
  }
  footer ul li {
    padding: 0.5em;
    width: 50%;
    border-bottom: 2px #fff solid;
    margin-bottom: 0;
  }
  footer ul li {
    border-right: 2px #fff solid;
  }
  .subway {
    margin: 0 auto 14px;
  }
  .subway p:nth-child(1),
  .subway p:nth-child(3) {
    font-size: 1.6rem !important;
  }
  .subway p:nth-child(2) {
    text-align: left;
    font-size: 1.3rem !important;
    line-height: 100%;
    padding: 10px 0;
    margin: 30px 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 0;
  }
  .subway p:nth-child(2) span {
    text-align: center;
    margin: 0 10px 0 0;
    padding: 0.4em;
    z-index: 0;
    font-weight: normal;
  }
  .subway::after {
    height: 50px;
    width: 100%;
    left: 0;
    background-color: transparent;
    background-image: url(../image/moiwa/bus4.png);
    background-position: center top 11px;
    background-size: 30px;
  }
  .bus2 > ul {
    flex-direction: column;
    padding: 0 20px 0;
  }
  .bus2 > ul > li {
    width: 100%;
    padding: 0;
    background-color: #fdede1;
  }
  .bus2 > ul > li:nth-child(2) {
    margin: 24px auto 0;
  }
  .bus2 > ul > li > p:nth-of-type(1) {
    font-weight: bold !important;
    font-size: 1.8rem !important;
    height: auto;
    width: 100%;
    position: static;
    top: initial;
    left: initial;
    border-radius: 0;
    flex-direction: initial;
    justify-content: center;
    align-items: center;
    padding: 4px 0;
  }
  .bus2 > ul > li > p:nth-of-type(1) svg {
    fill: #fff;
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 0 0 10px;
  }
  .bus2 > ul > li > p:nth-of-type(1) span {
    margin: 0;
  }
  .bus2 > ul > li::before,
  .bus2::before {
    display: none;
  }
  .bus2 > ul > li dl {
    margin: 0 auto;
  }
  .bus2 > ul > li > dl dd > div {
    padding: 20px 10px 30px;
  }
  .bus2 > ul > li dl dt span {
    font-size: 1.2rem;
    padding: 0;
  }
  .bus2 > ul > li dl dt span.sp {
    text-align: right;
    position: relative;
    padding: 0 15px 0 0;
    margin: 0.5em auto 0;
    color: #ea5a57;
    font-size: 1.4rem;
  }
  .bus2 > ul > li dl dt span.sp::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: #ea5a57 #ea5a57 transparent transparent;
    transform: rotate(135deg) translateY(-50%);
    position: absolute;
    right: 0;
    top: 0;
  }
  .bus2 > ul > li dl dt {
    background-color: #fdede1;
    padding: 10px 20px;
    font-size: 1.6rem;
    margin: 0;
    text-align: left;
  }
  .bus2 > ul > li dl dd {
    display: none;
    margin: 24px auto 0;
  }
  .bus2 > ul > li > dl dd > div ul li > p span {
    font-size: 2.4rem;
  }
  .bus2 > ul > li:nth-child(2) > dl dd > div ul li > span:nth-child(2)::before {
    width: 82px;
    height: 16px;
    background-size: contain;
    margin: 0;
    padding: 0 82px 0 0;
  }
  .bus2 > ul > li dl dd a.sp {
    text-align: right;
    position: relative;
    padding: 0 32px 8px 0;
    color: #555;
  }
  .bus2 > ul > li dl dd a.sp::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 18px;
    width: 2px;
    height: 14px;
    background-color: #555;
    transform: rotate(-45deg);
  }
  .bus2 > ul > li dl dd a.sp::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 18px;
    width: 2px;
    height: 14px;
    background-color: #555;
    transform: rotate(45deg);
  }
  .jotetsu {
    margin: 0 20px;
  }

  .credit-card {
    padding: 0 20px;
    margin-top: 50px;
  }
  .credit-card p {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
  .credit-card div img {
    max-width: 274px;
  }
}

@media (max-width: 50.75em) and (orientation: landscape) {
  #main_img > img {
    width: 40%;
    top: 20%;
  }
  #main_img,
  .swiper-container {
    height: 56vh;
  }
  .main_copy h2 {
    font-size: 2.2rem;
  }
  .main_copy h2 span {
    font-size: 1.4rem;
  }
  #main_img.second,
  #main_img.second::before {
    height: 68vh;
  }
  .second .main_copy {
    top: 20%;
  }
  #main_img.second h2 img {
    width: 40%;
  }
  .swiper-slide {
    overflow: hidden;
  }
  .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .swiper-slide[data-swiper-slide-index="0"] img {
    transform: translate(0, -50%);
  }
  .swiper-slide[data-swiper-slide-index="1"] img {
    transform: translate(0, -50%);
  }
  .swiper-slide[data-swiper-slide-index="2"] img {
    transform: translate(0, -50%);
  }
  .swiper-slide[data-swiper-slide-index="3"] img {
    transform: translate(0, -50%);
  }
  #kikan > div > ul {
    flex-direction: row;
  }
  #kikan > div > ul > li {
    width: 46%;
  }
  #kikan > div > ul > li div ul li span {
    font-size: 1.4rem !important;
  }
  #kikan > div > ul > li div ul li:nth-child(3) small {
    font-size: 1rem;
  }

  #sns ul li {
    width: 500px;
  }
  #sns + figure > img {
    width: 25%;
  }

  section + figure img {
    height: auto;
    width: 100vw;
  }
  section + figure {
    height: 70vh;
  }
  #school h2 + p br {
    display: none !important;
  }
  #school .base_contents__inner ul {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }
  #school .base_contents__inner ul li {
    width: 46%;
    margin: 0 auto;
  }
  #school .base_contents__inner > p {
    text-align: center;
  }
  .jotetsu h3 {
    text-align: center;
  }
  #contact p {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
  #contact p span {
    width: auto;
  }
  #contact p::before {
    top: 0;
  }
  #contact h6 {
    text-align: center;
  }
  #contact ul {
    justify-content: center;
  }
  #kikan ul li {
    width: 500px;
  }
  #info > div > div {
    align-items: center;
  }
  #info .message {
    width: 90% !important;
  }
  #info .ymdd {
    width: 20%;
    padding: 0 10px;
  }
  #info > div > div > div.weather {
    width: 30%;
    padding: 0 10px;
  }
  #info .situation,
  #info .message {
    width: 50%;
  }
}
