@charset "UTF-8";
/* ////////////////////////////////////////////
 *                 PAGE
 * //////////////////////////////////////////// */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,900");
.g-kart .container {
  background: #222;
  color: #fff;
}

/* g-kart
------------------------------------------*/
body.g-kart {
  overflow-x: hidden;
}

.intro {
  text-align: center;
  background-image: url(../img/intro-bg01.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100vw auto;
}
.intro .intro-top {
  padding: 0 0 100px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .intro .intro-top {
    padding: 0 0 8.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .intro .intro-top {
    margin: 0 0 8vw 0;
    padding: 0 5vw;
  }
}
.intro .intro-top .intro-logo img {
  width: 599px;
  height: auto;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .intro .intro-top .intro-logo img {
    width: 49.9vw;
  }
}
@media only screen and (max-width: 768px) {
  .intro .intro-top .intro-logo img {
    width: 60vw;
  }
}
.intro .intro-top .intro-message01 {
  font-size: 2.2rem;
  font-style: italic;
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .intro .intro-top .intro-message01 {
    font-size: 1.8vw;
    margin: 0 0 1.25vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .intro .intro-top .intro-message01 {
    font-size: 4vw;
  }
}
.intro .intro-top .intro-message01 span {
  border-top: 1px solid #fff;
  padding: 3px 10px 5px;
  position: relative;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .intro .intro-top .intro-message01 span {
    padding: 0.25vw 0.83vw 0.42vw;
  }
}
.intro .intro-top .intro-message01 span:after {
  content: "";
  position: absolute;
  display: inline-block;
}
.intro .intro-top .intro-message01 span:after {
  width: 100%;
  border-bottom: 1px solid #fff;
  left: 0;
  bottom: 0;
}
.intro .intro-top .intro-message02 {
  font-size: 3.5rem;
  font-weight: bold;
  font-style: italic;
  margin: 0 0 10px 0;
  text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
  display: inline-block;
  background: linear-gradient(0deg, #ca3223 0%, #d27700 100%);
  background: -webkit-linear-gradient(0deg, #ca3223 0%, #d27700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .intro .intro-top .intro-message02 {
    font-size: 2.9vw;
    margin: 0 0 0.83vw 0;
    text-shadow: 0.25vw 0.25vw 1.25vw rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (max-width: 768px) {
  .intro .intro-top .intro-message02 {
    font-size: 5vw;
  }
}
.intro .intro-top p {
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .intro .intro-top p {
    font-size: 3.2vw;
  }
}
.intro .intro-index {
  position: relative;
  background-image: url(../img/intro-bg02.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100vw auto;
  padding: 0 0 100px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .intro .intro-index {
    padding: 0 0 8.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .intro .intro-index {
    padding: 0 0 16vw 0;
  }
}
.intro .intro-index .intro-index-inner {
  width: 856px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .intro .intro-index .intro-index-inner {
    width: 71.3vw;
  }
}
.intro .intro-index .intro-index-img {
  position: absolute;
  top: -40px;
  left: -620px;
  z-index: 1;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .intro .intro-index .intro-index-img {
    top: -3.33vw;
    left: -51.66vw;
  }
}
@media only screen and (max-width: 768px) {
  .intro .intro-index .intro-index-img {
    display: none;
  }
}
.intro .intro-index .intro-index-img img {
  width: 860px;
  height: auto;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .intro .intro-index .intro-index-img img {
    width: 71.66vw;
  }
}
.intro .intro-index .intro-index-object {
  position: absolute;
  top: 43px;
  right: -590px;
  z-index: 1;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .intro .intro-index .intro-index-object {
    top: 3.58vw;
    right: -49.16vw;
  }
}
@media only screen and (max-width: 768px) {
  .intro .intro-index .intro-index-object {
    right: -230px;
  }
}
.intro .intro-index .intro-index-object img {
  width: 766px;
  height: auto;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .intro .intro-index .intro-index-object img {
    width: 63.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .intro .intro-index .intro-index-object img {
    width: 600px;
  }
}
.intro .intro-index .intro-index-inner {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .intro .intro-index .intro-index-inner {
    width: 100%;
    padding: 0 5vw;
  }
}
.intro .intro-index .intro-index-inner .intro-index-wrap {
  position: relative;
  z-index: 2;
}
.intro .intro-index .intro-index-inner .intro-index-wrap a._once {
  color: #fff;
  display: block;
  width: 700px;
  height: 88.5px;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 27.5px;
  font-style: italic;
  text-align: left;
  line-height: 1.2;
  padding: 0 0 0 50px;
  cursor: pointer;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .intro .intro-index .intro-index-inner .intro-index-wrap a._once {
    width: 58.3vw;
    height: 7.37vw;
    font-size: 2.29vw;
    padding: 0 0 0 4.16vw;
  }
}
@media only screen and (max-width: 768px) {
  .intro .intro-index .intro-index-inner .intro-index-wrap a._once {
    width: 90vw;
    height: 11.34vw;
    font-size: 4vw;
    padding: 0 0 0 10.3vw;
  }
}
.intro .intro-index .intro-index-inner .intro-index-wrap a._once span {
  display: inline-block;
  margin: -1.3vw 0 0 0;
}
.intro .intro-index .intro-index-inner .intro-index-wrap a._once._01 {
  background-image: url(../img/intro-title-bg01.png);
  padding: 30px 0 0 50px;
  margin: 0 0 60px 240px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .intro .intro-index .intro-index-inner .intro-index-wrap a._once._01 {
    padding: 2.5vw 0 0 4.16vw;
    margin: 0 0 5vw 20vw;
  }
}
@media only screen and (max-width: 768px) {
  .intro .intro-index .intro-index-inner .intro-index-wrap a._once._01 {
    background-image: url(../img/sp-intro-title-bg01.png);
    padding: 2.66vw 0 0 10.3vw;
    margin: 0 0 8vw 0;
  }
}
.intro .intro-index .intro-index-inner .intro-index-wrap a._once._02 {
  background-image: url(../img/intro-title-bg02.png);
  margin: 0 0 60px 160px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .intro .intro-index .intro-index-inner .intro-index-wrap a._once._02 {
    margin: 0 0 5vw 13.33vw;
  }
}
@media only screen and (max-width: 768px) {
  .intro .intro-index .intro-index-inner .intro-index-wrap a._once._02 {
    background-image: url(../img/sp-intro-title-bg02.png);
    margin: 0 0 8vw 0;
  }
}
.intro .intro-index .intro-index-inner .intro-index-wrap a._once._03 {
  background-image: url(../img/intro-title-bg03.png);
  margin: 0 0 60px 80px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .intro .intro-index .intro-index-inner .intro-index-wrap a._once._03 {
    margin: 0 0 5vw 6.66vw;
  }
}
@media only screen and (max-width: 768px) {
  .intro .intro-index .intro-index-inner .intro-index-wrap a._once._03 {
    background-image: url(../img/sp-intro-title-bg03.png);
    margin: 0 0 8vw 0;
  }
}
.intro .intro-index .intro-index-inner .intro-index-wrap a._once._04 {
  background-image: url(../img/intro-title-bg04.png);
  margin: 0 0 60px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .intro .intro-index .intro-index-inner .intro-index-wrap a._once._04 {
    margin: 0 0 5vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .intro .intro-index .intro-index-inner .intro-index-wrap a._once._04 {
    background-image: url(../img/sp-intro-title-bg04.png);
    margin: 0 0 8vw 0;
  }
}
.intro .intro-index ._btn-wrap {
  width: 100%;
  padding: 0 4vw;
  position: relative;
  z-index: 2;
}
.intro .intro-index a.intro-index-btn01 {
  width: 378px;
  height: 78px;
  border-radius: 40px;
  border: 1px solid #fff;
  display: inline-block;
  color: #fff;
  padding: 8px;
  cursor: pointer;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .intro .intro-index a.intro-index-btn01 {
    width: 31.5vw;
    height: 6.5vw;
    border-radius: 3.33vw;
    padding: 0.66vw;
  }
}
@media only screen and (max-width: 768px) {
  .intro .intro-index a.intro-index-btn01 {
    width: 80vw;
    height: 17.33vw;
    border-radius: 10vw;
  }
}
.intro .intro-index a.intro-index-btn01:hover {
  background: #fff;
  color: #000;
}
.intro .intro-index a.intro-index-btn01:hover ._text01 {
  text-decoration: underline;
}
.intro .intro-index a.intro-index-btn01 span {
  display: block;
}
.intro .intro-index a.intro-index-btn01 ._text01 {
  font-size: 2.2rem;
  font-weight: 500;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .intro .intro-index a.intro-index-btn01 ._text01 {
    font-size: 1.83vw;
  }
}
@media only screen and (max-width: 768px) {
  .intro .intro-index a.intro-index-btn01 ._text01 {
    font-size: 4.8vw;
  }
}
.intro .intro-index a.intro-index-btn01 ._text02 {
  font-size: 1.3rem;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .intro .intro-index a.intro-index-btn01 ._text02 {
    font-size: 1.08vw;
  }
}
@media only screen and (max-width: 768px) {
  .intro .intro-index a.intro-index-btn01 ._text02 {
    font-size: 2.93vw;
  }
}
.intro .intro-index .intro-index-btn-wrap {
  margin: 40px 0 0 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .intro .intro-index .intro-index-btn-wrap {
    margin: 3.33vw 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .intro .intro-index .intro-index-btn-wrap {
    margin: 3vw 0 0 0;
  }
}
.intro .intro-index .intro-index-btn-wrap .intro-index-btn02 {
  width: 378px;
  height: 78px;
  border-radius: 40px;
  display: inline-block;
  color: #fff;
  font-size: 2.2rem;
  padding: 19px;
  background: linear-gradient(90deg, #d27700, #ca3223);
  transition: 0.5s;
  cursor: pointer;
  margin: 0 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  position: relative;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .intro .intro-index .intro-index-btn-wrap .intro-index-btn02 {
    width: 31.5vw;
    height: 6.5vw;
    border-radius: 3.33vw;
    font-size: 1.83vw;
    padding: 1.58vw;
    margin: 0 1.25vw;
    box-shadow: 0px 0px 2.5vw 0px rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (max-width: 768px) {
  .intro .intro-index .intro-index-btn-wrap .intro-index-btn02 {
    width: 80vw;
    height: 17.33vw;
    border-radius: 10vw;
    font-size: 4.5vw;
    padding: 5vw;
    margin: 0 0 3vw 0;
  }
}
.intro .intro-index .intro-index-btn-wrap .intro-index-btn02:hover {
  text-decoration: underline;
}
.intro .intro-index .intro-index-btn-wrap .intro-index-btn02:after {
  content: "";
  position: absolute;
  display: inline-block;
}
.intro .intro-index .intro-index-btn-wrap .intro-index-btn02:after {
  width: 17.5px;
  height: 14px;
  background-image: url(../img/arrow.png);
  background-size: cover;
  right: 25px;
  top: calc(50% - 7px);
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .intro .intro-index .intro-index-btn-wrap .intro-index-btn02:after {
    width: 1.46vw;
    height: 1.16vw;
    right: 2.08vw;
    top: calc(50% - 0.58vw);
  }
}
.intro .intro-index .intro-index-btn-wrap .intro-index-btn03 {
  width: 378px;
  height: 78px;
  border-radius: 40px;
  display: inline-block;
  color: #fff;
  font-size: 2.2rem;
  padding: 19px;
  background: #4e4e4e;
  transition: 0.5s;
  cursor: default;
  margin: 0 15px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .intro .intro-index .intro-index-btn-wrap .intro-index-btn03 {
    width: 31.5vw;
    height: 6.5vw;
    border-radius: 3.33vw;
    font-size: 1.83vw;
    padding: 1.58vw;
    margin: 0 1.25vw;
  }
}
@media only screen and (max-width: 768px) {
  .intro .intro-index .intro-index-btn-wrap .intro-index-btn03 {
    width: 80vw;
    height: 17.33vw;
    border-radius: 10vw;
    font-size: 4.5vw;
    padding: 5vw;
  }
}

.ex ._once {
  background-image: url(../img/ex-bg02.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 571px auto;
  padding: 120px 0 0 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._once {
    background-size: 47.58vw auto;
    padding: 10vw 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .ex ._once {
    background-size: 70vw auto;
    padding: 10vw 0 0 0;
  }
}
.ex ._once .ex-once-inner {
  background-image: url(../img/ex-bg01.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 571px auto;
  padding: 0 0 120px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._once .ex-once-inner {
    background-size: 47.58vw auto;
    padding: 0 0 10vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .ex ._once .ex-once-inner {
    background-size: 70vw auto;
    padding: 0 0 10vw 0;
  }
}
.ex ._once .ex-once-inner ._wrap {
  width: 1100px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._once .ex-once-inner ._wrap {
    width: 91.66vw;
  }
}
@media only screen and (max-width: 768px) {
  .ex ._once .ex-once-inner ._wrap {
    width: 100%;
    padding: 0 4vw;
  }
}
.ex ._01 ._left {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .ex ._01 ._left {
    width: 100%;
    float: none;
  }
}
.ex ._01 ._left ._image {
  position: relative;
  width: 665px;
  height: 566px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._01 ._left ._image {
    width: 55.4vw;
    height: 47.2vw;
  }
}
@media only screen and (max-width: 768px) {
  .ex ._01 ._left ._image {
    width: 100%;
    height: auto;
  }
}
.ex ._01 ._left ._image img {
  position: absolute;
  top: 0;
  left: -115px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._01 ._left ._image img {
    left: -9.58vw;
  }
}
@media only screen and (max-width: 768px) {
  .ex ._01 ._left ._image img {
    position: unset;
  }
}
.ex ._01 ._right {
  width: 50%;
  float: right;
}
@media only screen and (max-width: 768px) {
  .ex ._01 ._right {
    width: 100%;
    float: none;
    margin: 0 0 5vw 0;
  }
}
.ex ._01 ._right .title-wrap {
  margin: 0 0 50px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._01 ._right .title-wrap {
    margin: 0 0 4.16vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .ex ._01 ._right .title-wrap {
    margin: 0 0 3vw 0;
  }
}
.ex ._01 ._right .title-wrap ._num {
  font-size: 13.75rem;
  line-height: 0.75;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  display: inline-block;
  background: linear-gradient(0deg, #ca3223 0%, #d27700 100%);
  background: -webkit-linear-gradient(0deg, #ca3223 0%, #d27700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  float: left;
  padding: 0 20px 0 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._01 ._right .title-wrap ._num {
    font-size: 11.45vw;
    padding: 0 1.66vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .ex ._01 ._right .title-wrap ._num {
    font-size: 20vw;
  }
}
.ex ._01 ._right .title-wrap ._title {
  float: left;
  font-size: 3rem;
  font-style: italic;
  line-height: 1.4;
  padding: 10px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._01 ._right .title-wrap ._title {
    font-size: 2.5vw;
    padding: 0.83vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .ex ._01 ._right .title-wrap ._title {
    font-size: 5.6vw;
  }
}
.ex ._01 ._right .ex-text {
  margin: 0 0 50px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._01 ._right .ex-text {
    margin: 0 0 4.16vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .ex ._01 ._right .ex-text {
    font-size: 3.2vw;
  }
}
.ex ._01 ._right .spec {
  background: #000;
  font-size: 1.4rem;
  padding: 45px 30px;
  position: relative;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._01 ._right .spec {
    font-size: 1.16vw;
    padding: 3.75vw 2.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .ex ._01 ._right .spec {
    font-size: 2.8vw;
    padding: 8vw;
  }
}
.ex ._01 ._right .spec .__title {
  position: absolute;
  top: -12.5px;
  left: 30px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._01 ._right .spec .__title {
    top: -1.04vw;
    left: 2.5vw;
  }
}
.ex ._01 ._right .spec .__title img {
  width: 86px;
  height: auto;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._01 ._right .spec .__title img {
    width: 7.16vw;
  }
}
.ex ._02 .title-wrap {
  margin: 0 0 50px 0;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._02 .title-wrap {
    margin: 0 0 4.16vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .ex ._02 .title-wrap {
    margin: 0 0 3vw 0;
  }
}
.ex ._02 .title-wrap ._num {
  font-size: 13.75rem;
  line-height: 0.75;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  display: inline-block;
  background: linear-gradient(0deg, #ca3223 0%, #d27700 100%);
  background: -webkit-linear-gradient(0deg, #ca3223 0%, #d27700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 20px 0 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._02 .title-wrap ._num {
    font-size: 11.45vw;
    padding: 0 1.66vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .ex ._02 .title-wrap ._num {
    font-size: 20vw;
  }
}
.ex ._02 .title-wrap ._title {
  display: inline-block;
  font-size: 3rem;
  font-style: italic;
  line-height: 1.4;
  text-align: left;
  padding: 10px 0 0 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._02 .title-wrap ._title {
    font-size: 2.5vw;
    padding: 0.83vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .ex ._02 .title-wrap ._title {
    font-size: 4.5vw;
  }
}
.ex ._02 .ex-text {
  margin: 0 0 50px 0;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._02 .ex-text {
    margin: 0 0 4.16vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .ex ._02 .ex-text {
    font-size: 3.2vw;
    margin: 0 0 5vw 0;
  }
}
.ex ._02 .course-map {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._02 .course-map {
    width: 83.33vw;
  }
}
@media only screen and (max-width: 768px) {
  .ex ._02 .course-map {
    width: 100%;
  }
}
.ex ._03 .title-wrap {
  margin: 0 0 50px 0;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._03 .title-wrap {
    margin: 0 0 4.16vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .ex ._03 .title-wrap {
    margin: 0 0 3vw 0;
  }
}
.ex ._03 .title-wrap ._num {
  font-size: 13.75rem;
  line-height: 0.75;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  display: inline-block;
  background: linear-gradient(0deg, #ca3223 0%, #d27700 100%);
  background: -webkit-linear-gradient(0deg, #ca3223 0%, #d27700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 20px 0 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._03 .title-wrap ._num {
    font-size: 11.45vw;
    padding: 0 1.66vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .ex ._03 .title-wrap ._num {
    font-size: 20vw;
  }
}
.ex ._03 .title-wrap ._title {
  display: inline-block;
  font-size: 3rem;
  font-style: italic;
  line-height: 1.4;
  text-align: left;
  padding: 10px 0 0 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._03 .title-wrap ._title {
    font-size: 2.5vw;
    padding: 0.83vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .ex ._03 .title-wrap ._title {
    font-size: 4vw;
  }
}
.ex ._03 .ex-text {
  margin: 0 0 50px 0;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._03 .ex-text {
    margin: 0 0 4.16vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .ex ._03 .ex-text {
    font-size: 3.2vw;
    margin: 0 0 5vw 0;
  }
}
.ex ._03 .required {
  background: #000;
  font-size: 1.4rem;
  padding: 45px 30px;
  position: relative;
  margin: 0 0 50px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._03 .required {
    font-size: 1.16vw;
    padding: 3.75vw 2.5vw;
    margin: 0 0 4.16vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .ex ._03 .required {
    font-size: 2.8vw;
    padding: 8vw;
  }
}
.ex ._03 .required .__title {
  position: absolute;
  top: -12.5px;
  left: 30px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._03 .required .__title {
    top: -1.04vw;
    left: 2.5vw;
  }
}
.ex ._03 .required .__title img {
  width: 126px;
  height: auto;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._03 .required .__title img {
    width: 10.5vw;
  }
}
.ex ._03 .required .__wrap .___title {
  text-decoration: underline;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._03 .required .__wrap .___title {
    margin: 0 0 0.83vw 0;
  }
}
.ex ._03 .required .__wrap ._left {
  width: 50%;
  float: left;
  padding: 0 20px 0 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._03 .required .__wrap ._left {
    padding: 0 1.66vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .ex ._03 .required .__wrap ._left {
    width: 100%;
    float: none;
    font-size: 2.8vw;
    padding: 0 0 4vw;
    margin: 0 0 4vw;
    border-bottom: 1px solid #171717;
  }
}
.ex ._03 .required .__wrap ._left span {
  display: block;
  background: #171717;
  padding: 10px 15px;
  font-size: 1.3rem;
  margin: 10px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._03 .required .__wrap ._left span {
    padding: 0.83vw 1.25vw;
    font-size: 1.08vw;
    margin: 0.83vw 0;
  }
}
.ex ._03 .required .__wrap ._right {
  width: calc(50% - 1px);
  float: right;
  border-left: 1px solid #171717;
  padding: 0 0 0 20px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._03 .required .__wrap ._right {
    padding: 0 0 0 1.66vw;
  }
}
@media only screen and (max-width: 768px) {
  .ex ._03 .required .__wrap ._right {
    width: 100%;
    float: none;
    font-size: 2.8vw;
    padding: 0;
    border: none;
  }
}
.ex ._03 .required .__wrap ._right span {
  display: block;
  background: #171717;
  padding: 10px 15px;
  font-size: 1.3rem;
  margin: 10px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._03 .required .__wrap ._right span {
    padding: 0.83vw 1.25vw;
    font-size: 1.08vw;
    margin: 0.83vw 0;
  }
}
.ex ._03 .movie-title {
  text-align: center;
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._03 .movie-title {
    margin: 0 0 1.25vw 0;
  }
}
.ex ._03 .movie-title img {
  width: 262px;
  height: auto;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._03 .movie-title img {
    width: 21.83vw;
  }
}
@media only screen and (max-width: 768px) {
  .ex ._03 .movie-title img {
    width: 52vw;
  }
}
.ex ._03 .movie {
  width: 768px;
  height: 432px;
  margin: 0 auto;
  background: #000;
  position: relative;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._03 .movie {
    width: 64vw;
    height: 36vw;
  }
}
@media only screen and (max-width: 768px) {
  .ex ._03 .movie {
    width: 92vw;
    height: 51.75vw;
  }
}
.ex ._03 .movie .video02 {
  width: 100%;
}
.ex ._03 .movie .play-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}
.ex ._03 .movie .play-btn.playActive {
  display: none;
}
.ex ._03 .movie .play-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.ex ._03 .movie .play-bg.playActive {
  display: none;
}
.ex ._04 .title-wrap {
  margin: 0 0 50px 0;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._04 .title-wrap {
    margin: 0 0 4.16vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .ex ._04 .title-wrap {
    margin: 0 0 3vw 0;
  }
}
.ex ._04 .title-wrap ._num {
  font-size: 13.75rem;
  line-height: 0.75;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  display: inline-block;
  background: linear-gradient(0deg, #ca3223 0%, #d27700 100%);
  background: -webkit-linear-gradient(0deg, #ca3223 0%, #d27700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 20px 0 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._04 .title-wrap ._num {
    font-size: 11.45vw;
    padding: 0 1.66vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .ex ._04 .title-wrap ._num {
    font-size: 20vw;
  }
}
.ex ._04 .title-wrap ._title {
  display: inline-block;
  font-size: 3rem;
  font-style: italic;
  line-height: 1.4;
  text-align: left;
  padding: 10px 0 0 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._04 .title-wrap ._title {
    font-size: 2.5vw;
    padding: 0.83vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .ex ._04 .title-wrap ._title {
    font-size: 4vw;
  }
}
.ex ._04 ._image {
  width: 780px;
  height: auto;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ex ._04 ._image {
    width: 65vw;
  }
}
@media only screen and (max-width: 768px) {
  .ex ._04 ._image {
    width: 100%;
  }
}

.gkart-rule {
  background-image: url(../img/gkart-rules-bg.png);
  background-size: cover;
  background-position: center top;
  padding: 100px 0;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .gkart-rule {
    padding: 8.33vw 0;
    font-size: 1.16vw;
  }
}
@media only screen and (max-width: 768px) {
  .gkart-rule {
    padding: 16vw 0;
    font-size: 2.8vw;
  }
}
.gkart-rule .gkart-rule-inner {
  width: 1100px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .gkart-rule .gkart-rule-inner {
    width: 91.66vw;
  }
}
@media only screen and (max-width: 768px) {
  .gkart-rule .gkart-rule-inner {
    width: 100%;
    padding: 0 4vw;
  }
}
.gkart-rule ._title {
  width: 462px;
  margin: 0 auto 50px auto;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .gkart-rule ._title {
    width: 38.5vw;
    margin: 0 auto 4.16vw auto;
  }
}
@media only screen and (max-width: 768px) {
  .gkart-rule ._title {
    width: 80vw;
    margin: 0 auto 5vw auto;
  }
}
.gkart-rule ul._rules {
  width: 1100px;
  margin: 0 0 30px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .gkart-rule ul._rules {
    width: 91.66vw;
    margin: 0 0 2.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .gkart-rule ul._rules {
    width: 100%;
    margin: 0 0 5vw;
  }
}
.gkart-rule ul._rules li {
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 20px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .gkart-rule ul._rules li {
    padding: 0.83vw 1.66vw;
  }
}
.gkart-rule ul._rules li:nth-child(2n) {
  background: none;
}
.gkart-rule .rule-text {
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .gkart-rule .rule-text {
    margin: 0 0 2.5vw;
  }
}
.gkart-rule .rule-link {
  text-decoration: underline;
  color: #fff;
}

.blog-single {
  /* タグ追加
  ------------------------------------------*/
}
.blog-single .img-caption {
  width: 80%;
  margin: 0 auto 30px auto;
  text-align: center;
}
.blog-single .img-caption img {
  margin: 0 0 10px 0;
}
.blog-single .img-caption span {
  font-size: 1.4rem;
}
.blog-single hr {
  height: 3px;
  background-color: #ddd;
  margin: 1em 0;
}
.blog-single .ex-text {
  font-size: 1.4rem;
  font-weight: bold;
  color: #cd7171;
  position: relative;
  padding: 0 0 0 20px;
}
.blog-single .ex-text:before {
  content: "";
  position: absolute;
  display: inline-block;
}
.blog-single .ex-text:before {
  content: "▼";
  left: 0;
}
.blog-single .ex-text span {
  font-size: 1.2rem;
  color: #555;
  border: 1px solid #ccc;
  background: #f7f7f7;
  -webkit-box-shadow: 0 1px 0 #ccc;
  box-shadow: 0 1px 0 #ccc;
  vertical-align: top;
  box-shadow: 0 1px 0 #ccc;
  vertical-align: top;
  padding: 4px 8px;
  border-radius: 3px;
  margin: 0 10px;
}
.blog-single .align-center {
  width: 80%;
  margin: 0 auto 30px auto;
}
.blog-single ul.devide-2 li {
  width: calc(50% - 20px);
  margin: 0 40px 40px 0;
  float: left;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .blog-single ul.devide-2 li {
    width: calc(50% - 1.8vw);
    margin: 0 3.3vw 3.3vw 0;
  }
}
.blog-single ul.devide-2 li:nth-child(2n) {
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .blog-single ul.devide-2 li:nth-child(2n) {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .blog-single ul.devide-2 li {
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
  }
}
.blog-single ul.devide-2 li img {
  width: 100%;
}
.blog-single ul.devide-2-caption {
  text-align: center;
}
.blog-single ul.devide-2-caption li {
  width: calc(50% - 20px);
  margin: 0 40px 40px 0;
  float: left;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .blog-single ul.devide-2-caption li {
    width: calc(50% - 1.8vw);
    margin: 0 3.3vw 3.3vw 0;
  }
}
.blog-single ul.devide-2-caption li:nth-child(2n) {
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .blog-single ul.devide-2-caption li:nth-child(2n) {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .blog-single ul.devide-2-caption li {
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
  }
}
.blog-single ul.devide-2-caption li img {
  width: 100%;
}
.blog-single ul.devide-2-caption li img {
  margin: 0 0 10px 0;
}
.blog-single ul.devide-2-caption li span {
  font-size: 1.4rem;
}
.blog-single ._btn {
  display: inline-block;
  border-radius: 50px;
  text-align: left;
  color: #0b8512;
  border: none;
  font-size: 1.6rem;
  padding: 10px 35px;
  border: 1px solid #0b8512;
}
.winter .blog-single ._btn {
  color: #0c61b8;
  border: 1px solid #0c61b8;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .blog-single ._btn {
    border-radius: 4.2vw;
    font-size: 1.3vw;
    padding: 0.8vw 2.9vw;
  }
}
@media only screen and (max-width: 415px) {
  .blog-single ._btn {
    font-size: 1.4rem;
    padding: 10px 17px;
  }
}
.blog-single ._btn span {
  position: relative;
  padding: 0 40px 0 0;
}
.blog-single ._btn span:before {
  content: "";
  position: absolute;
  display: inline-block;
}
.blog-single ._btn span:after {
  content: "";
  position: absolute;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .blog-single ._btn span {
    padding: 0 3.3vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .blog-single ._btn span {
    display: block;
    padding: 0 20px 0 0;
  }
}
.blog-single ._btn span:before {
  top: 13px;
  left: unset;
  right: 0px;
  width: 25px;
  height: 1px;
  background: #0b8512;
}
.winter .blog-single ._btn span:before {
  background: #0c61b8;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .blog-single ._btn span:before {
    top: 1.1vw;
    width: 2.1vw;
  }
}
@media only screen and (max-width: 768px) {
  .blog-single ._btn span:before {
    width: 15px;
    top: 50%;
  }
}
.blog-single ._btn span:after {
  top: 10px;
  left: unset;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #0b8512;
  border-right: 1px solid #0b8512;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.winter .blog-single ._btn span:after {
  border-top: 1px solid #0c61b8;
  border-right: 1px solid #0c61b8;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .blog-single ._btn span:after {
    top: 0.8vw;
    width: 0.5vw;
    height: 0.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .blog-single ._btn span:after {
    top: calc(50% - 3px);
  }
}
.blog-single ._btn:hover {
  background: #0b8512;
  color: #fff;
  border: 1px solid #0b8512;
}
.winter .blog-single ._btn:hover {
  background: #0c61b8;
  border: 1px solid #0c61b8;
}
.blog-single ._btn:hover span:before {
  background: #fff;
}
.blog-single ._btn:hover span:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.expand-img a {
  text-align: center;
  color: #0b8512;
}
.winter .expand-img a {
  color: #0c61b8;
}
@media only screen and (max-width: 415px) {
  .expand-img a {
    display: inline-block;
    border: dotted 2px #ddd;
    padding: 20px;
  }
}
@media only screen and (max-width: 415px) {
  .expand-img a img {
    margin: 0 0 20px 0;
  }
}
.expand-img a span {
  display: none;
  position: relative;
  padding: 0 22px 0 0;
}
.expand-img a span:after {
  content: "";
  position: absolute;
  display: inline-block;
}
@media only screen and (max-width: 415px) {
  .expand-img a span {
    display: inline-block;
  }
}
.expand-img a span:after {
  background-image: url(../img/window-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  top: 3px;
  right: 0px;
}
.expand-img a:hover {
  cursor: default;
}
.expand-img a:hover img {
  opacity: 1;
}

/* page-basic
------------------------------------------*/
.page-basic, .blog-single, .blog-list {
  width: 1000px;
  margin: 0 auto 150px;
}
.en .page-basic, .en .blog-single, .en .blog-list {
  margin: 60px auto 150px;
}
@media only screen and (max-width: 1100px) {
  .page-basic, .blog-single, .blog-list {
    padding: 0 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 415px) {
  .page-basic, .blog-single, .blog-list {
    margin: 0 auto 100px;
  }
}
.page-basic._wide, .blog-single._wide, .blog-list._wide {
  width: 1100px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-basic._wide, .blog-single._wide, .blog-list._wide {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-basic._wide, .blog-single._wide, .blog-list._wide {
    padding: 0;
    width: 100%;
  }
}
.page-basic._wide .winter-table, .blog-single._wide .winter-table, .blog-list._wide .winter-table {
  margin: 30px 0;
}
.page-basic h1, .blog-single h1, .blog-list h1 {
  font-size: 3rem;
  font-weight: bold;
  word-break: break-word;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 768px) {
  .page-basic h1, .blog-single h1, .blog-list h1 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 415px) {
  .page-basic h1, .blog-single h1, .blog-list h1 {
    font-size: 2.2rem;
  }
}
.page-basic .date, .blog-single .date, .blog-list .date {
  color: #0b8512;
  font-weight: bold;
}
.winter .page-basic .date, .winter .blog-single .date, .winter .blog-list .date {
  color: #0c61b8;
}
.page-basic h2, .blog-single h2, .blog-list h2 {
  margin: 30px 0;
  font-size: 2rem;
  font-weight: bold;
  background: #0b8512;
  padding: 10px 20px;
  color: #fff;
  border-radius: 4px;
}
.winter .page-basic h2, .winter .blog-single h2, .winter .blog-list h2 {
  background: #0c61b8;
}
@media only screen and (max-width: 415px) {
  .page-basic h2, .blog-single h2, .blog-list h2 {
    font-size: 1.8rem;
    margin: 30px -20px;
    border-radius: 0;
  }
}
.page-basic h3, .blog-single h3, .blog-list h3 {
  margin: 30px 0;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px dashed #ddd;
  padding: 0 0 5px 20px;
  position: relative;
}
.page-basic h3:before, .blog-single h3:before, .blog-list h3:before {
  content: "";
  position: absolute;
  display: inline-block;
}
@media only screen and (max-width: 415px) {
  .page-basic h3, .blog-single h3, .blog-list h3 {
    font-size: 1.6rem;
  }
}
.page-basic h3:before, .blog-single h3:before, .blog-list h3:before {
  background-color: #0b8512;
  width: 6px;
  height: 22px;
  top: 4px;
  left: 0;
}
.winter .page-basic h3:before, .winter .blog-single h3:before, .winter .blog-list h3:before {
  background-color: #0c61b8;
}
.page-basic h3._ws:before, .blog-single h3._ws:before, .blog-list h3._ws:before {
  background-color: #0c61b8;
}
.page-basic h3 span, .blog-single h3 span, .blog-list h3 span {
  font-size: 1.5rem;
  margin: 0 20px 0 0;
}
.page-basic h4, .blog-single h4, .blog-list h4 {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 20px;
}
.page-basic h4:before, .blog-single h4:before, .blog-list h4:before {
  content: "";
  position: absolute;
  display: inline-block;
}
.page-basic h4:before, .blog-single h4:before, .blog-list h4:before {
  background-color: #0b8512;
  width: 10px;
  height: 10px;
  top: 8px;
  left: 0;
}
.winter .page-basic h4:before, .winter .blog-single h4:before, .winter .blog-list h4:before {
  background-color: #0c61b8;
}
.page-basic p, .blog-single p, .blog-list p {
  margin: 30px 0;
  line-height: 1.7;
}
.page-basic p a, .blog-single p a, .blog-list p a {
  text-decoration: underline;
}
.page-basic .map, .blog-single .map, .blog-list .map {
  width: 80%;
  padding-bottom: 50%;
  height: 0px;
  position: relative;
}
@media only screen and (max-width: 415px) {
  .page-basic .map, .blog-single .map, .blog-list .map {
    width: 100%;
    padding-bottom: 60%;
  }
}
.page-basic .map iframe, .blog-single .map iframe, .blog-list .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-basic .movie, .blog-single .movie, .blog-list .movie {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
.page-basic .movie iframe, .blog-single .movie iframe, .blog-list .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recruit .page-basic img, .recruit .blog-single img, .recruit .blog-list img {
  width: 80%;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 415px) {
  .recruit .page-basic img, .recruit .blog-single img, .recruit .blog-list img {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.links .page-basic img._resize, .links .blog-single img._resize, .links .blog-list img._resize {
  max-width: 300px;
}
.links .page-basic img, .links .blog-single img, .links .blog-list img {
  margin: 15px 0 0 0;
}
.page-basic ._attention, .blog-single ._attention, .blog-list ._attention {
  background-color: #ffe7e7;
  border: 1px solid #eca4a4;
  padding: 3px 6px;
}
.page-basic ._link, .blog-single ._link, .blog-list ._link {
  display: inline-block;
  border-radius: 50px;
  text-align: left;
  color: #0b8512;
  border: none;
  font-size: 1.6rem;
  padding: 10px 35px;
  border: 1px solid #0b8512;
}
.winter .page-basic ._link, .winter .blog-single ._link, .winter .blog-list ._link {
  color: #0c61b8;
  border: 1px solid #0c61b8;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-basic ._link, .blog-single ._link, .blog-list ._link {
    border-radius: 4.2vw;
    font-size: 1.3vw;
    padding: 0.8vw 2.9vw;
  }
}
@media only screen and (max-width: 415px) {
  .page-basic ._link, .blog-single ._link, .blog-list ._link {
    font-size: 1.4rem;
    padding: 10px 17px;
  }
}
.page-basic ._link span, .blog-single ._link span, .blog-list ._link span {
  position: relative;
  padding: 0 40px 0 0;
}
.page-basic ._link span:before, .blog-single ._link span:before, .blog-list ._link span:before {
  content: "";
  position: absolute;
  display: inline-block;
}
.page-basic ._link span:after, .blog-single ._link span:after, .blog-list ._link span:after {
  content: "";
  position: absolute;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-basic ._link span, .blog-single ._link span, .blog-list ._link span {
    padding: 0 3.3vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-basic ._link span, .blog-single ._link span, .blog-list ._link span {
    display: block;
    padding: 0 20px 0 0;
  }
}
.page-basic ._link span:before, .blog-single ._link span:before, .blog-list ._link span:before {
  top: 13px;
  left: unset;
  right: 0px;
  width: 25px;
  height: 1px;
  background: #0b8512;
}
.winter .page-basic ._link span:before, .winter .blog-single ._link span:before, .winter .blog-list ._link span:before {
  background: #0c61b8;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-basic ._link span:before, .blog-single ._link span:before, .blog-list ._link span:before {
    top: 1.1vw;
    width: 2.1vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-basic ._link span:before, .blog-single ._link span:before, .blog-list ._link span:before {
    width: 15px;
    top: 50%;
  }
}
.page-basic ._link span:after, .blog-single ._link span:after, .blog-list ._link span:after {
  top: 10px;
  left: unset;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #0b8512;
  border-right: 1px solid #0b8512;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.winter .page-basic ._link span:after, .winter .blog-single ._link span:after, .winter .blog-list ._link span:after {
  border-top: 1px solid #0c61b8;
  border-right: 1px solid #0c61b8;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-basic ._link span:after, .blog-single ._link span:after, .blog-list ._link span:after {
    top: 0.8vw;
    width: 0.5vw;
    height: 0.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-basic ._link span:after, .blog-single ._link span:after, .blog-list ._link span:after {
    top: calc(50% - 3px);
  }
}
.page-basic ._link:hover, .blog-single ._link:hover, .blog-list ._link:hover {
  background: #0b8512;
  color: #fff;
  border: 1px solid #0b8512;
}
.winter .page-basic ._link:hover, .winter .blog-single ._link:hover, .winter .blog-list ._link:hover {
  background: #0c61b8;
  border: 1px solid #0c61b8;
}
.page-basic ._link:hover span:before, .blog-single ._link:hover span:before, .blog-list ._link:hover span:before {
  background: #fff;
}
.page-basic ._link:hover span:after, .blog-single ._link:hover span:after, .blog-list ._link:hover span:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.page-basic dl._ws dt, .blog-single dl._ws dt, .blog-list dl._ws dt {
  color: #0c61b8;
}
.page-basic dt, .blog-single dt, .blog-list dt {
  color: #0b8512;
  margin: 0 0 5px 0;
  position: relative;
  text-indent: 20px;
}
@media only screen and (max-width: 415px) {
  .page-basic dt, .blog-single dt, .blog-list dt {
    text-indent: 20px;
  }
}
.page-basic dt:before, .blog-single dt:before, .blog-list dt:before {
  content: "●";
  color: #333;
  position: absolute;
  top: 1px;
  left: -20px;
  font-family: "ヒラギノ角ゴ Pro W3";
}
.page-basic dd, .blog-single dd, .blog-list dd {
  border-bottom: 1px dashed #ddd;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}
.page-basic dd:last-child, .blog-single dd:last-child, .blog-list dd:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.page-basic ul.normal li, .blog-single ul.normal li, .blog-list ul.normal li {
  margin: 0 0 10px 0;
  position: relative;
  text-indent: 20px;
  border-bottom: 1px dashed #ddd;
  padding: 0 0 10px 0;
}
@media only screen and (max-width: 415px) {
  .page-basic ul.normal li, .blog-single ul.normal li, .blog-list ul.normal li {
    text-indent: 20px;
  }
}
.page-basic ul.normal li:before, .blog-single ul.normal li:before, .blog-list ul.normal li:before {
  content: "●";
  color: #0b8512;
  font-size: 1rem;
  position: absolute;
  top: 4px;
  left: -20px;
  font-family: "ヒラギノ角ゴ Pro W3";
}
.winter .page-basic ul.normal li:before, .winter .blog-single ul.normal li:before, .winter .blog-list ul.normal li:before {
  color: #0c61b8;
}
.page-basic ul.brochure-list li, .blog-single ul.brochure-list li, .blog-list ul.brochure-list li {
  width: 25%;
  border: 1px solid #DDD;
  float: left;
  padding: 20px;
  text-align: center;
  margin: 0 20px 0 0;
  text-indent: 0;
}
@media only screen and (max-width: 415px) {
  .page-basic ul.brochure-list li, .blog-single ul.brochure-list li, .blog-list ul.brochure-list li {
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
  }
}
.page-basic ul.brochure-list li:before, .blog-single ul.brochure-list li:before, .blog-list ul.brochure-list li:before {
  content: none;
}
.page-basic ul.brochure-list li a, .blog-single ul.brochure-list li a, .blog-list ul.brochure-list li a {
  font-size: 1.4rem;
}
.page-basic ul.brochure-list li a img, .blog-single ul.brochure-list li a img, .blog-list ul.brochure-list li a img {
  width: 100%;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 415px) {
  .page-basic ul.brochure-list li a img, .blog-single ul.brochure-list li a img, .blog-list ul.brochure-list li a img {
    width: 50%;
  }
}
.page-basic ul.brochure-list li a span, .blog-single ul.brochure-list li a span, .blog-list ul.brochure-list li a span {
  display: inline-block;
}
.page-basic .left-img-text, .blog-single .left-img-text, .blog-list .left-img-text {
  margin: 0 0 40px 0;
}
.page-basic .left-img-text ._left, .blog-single .left-img-text ._left, .blog-list .left-img-text ._left {
  float: left;
  width: 40%;
}
@media only screen and (max-width: 640px) {
  .page-basic .left-img-text ._left, .blog-single .left-img-text ._left, .blog-list .left-img-text ._left {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.page-basic .left-img-text ._right, .blog-single .left-img-text ._right, .blog-list .left-img-text ._right {
  float: right;
  width: calc(60% - 40px);
}
@media only screen and (max-width: 640px) {
  .page-basic .left-img-text ._right, .blog-single .left-img-text ._right, .blog-list .left-img-text ._right {
    float: none;
    width: 100%;
  }
}
.page-basic .right-img-text, .blog-single .right-img-text, .blog-list .right-img-text {
  margin: 0 0 40px 0;
}
.page-basic .right-img-text ._left, .blog-single .right-img-text ._left, .blog-list .right-img-text ._left {
  float: left;
  width: calc(60% - 40px);
}
@media only screen and (max-width: 640px) {
  .page-basic .right-img-text ._left, .blog-single .right-img-text ._left, .blog-list .right-img-text ._left {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.page-basic .right-img-text ._right, .blog-single .right-img-text ._right, .blog-list .right-img-text ._right {
  float: right;
  width: 40%;
}
@media only screen and (max-width: 640px) {
  .page-basic .right-img-text ._right, .blog-single .right-img-text ._right, .blog-list .right-img-text ._right {
    float: none;
    width: 100%;
  }
}
.page-basic ul.devide-2._restaurants li, .blog-single ul.devide-2._restaurants li, .blog-list ul.devide-2._restaurants li {
  margin: 0 40px 0 0;
}
.page-basic ul.devide-2._restaurants li:nth-child(2n), .blog-single ul.devide-2._restaurants li:nth-child(2n), .blog-list ul.devide-2._restaurants li:nth-child(2n) {
  margin: 0 0 0 0;
}
@media only screen and (max-width: 640px) {
  .page-basic ul.devide-2._restaurants li, .blog-single ul.devide-2._restaurants li, .blog-list ul.devide-2._restaurants li {
    margin: 0 0 20px 0;
  }
}
.page-basic ul.devide-2 li, .blog-single ul.devide-2 li, .blog-list ul.devide-2 li {
  width: calc(50% - 20px);
  margin: 0 40px 40px 0;
  float: left;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-basic ul.devide-2 li, .blog-single ul.devide-2 li, .blog-list ul.devide-2 li {
    width: calc(50% - 1.8vw);
    margin: 0 3.3vw 3.3vw 0;
  }
}
.page-basic ul.devide-2 li:nth-child(2n), .blog-single ul.devide-2 li:nth-child(2n), .blog-list ul.devide-2 li:nth-child(2n) {
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-basic ul.devide-2 li:nth-child(2n), .blog-single ul.devide-2 li:nth-child(2n), .blog-list ul.devide-2 li:nth-child(2n) {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-basic ul.devide-2 li, .blog-single ul.devide-2 li, .blog-list ul.devide-2 li {
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
  }
}
.page-basic ul.devide-2 li img, .blog-single ul.devide-2 li img, .blog-list ul.devide-2 li img {
  width: 100%;
}
.page-basic .map, .blog-single .map, .blog-list .map {
  width: 100%;
  padding-bottom: 60%;
  height: 0px;
  position: relative;
}
@media only screen and (max-width: 415px) {
  .page-basic .map, .blog-single .map, .blog-list .map {
    width: 100%;
    padding-bottom: 100%;
  }
}
.page-basic .map iframe, .blog-single .map iframe, .blog-list .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-basic ._box, .blog-single ._box, .blog-list ._box {
  width: 80%;
  margin: 30px auto 30px auto;
  background-color: #f5f5f5;
  padding: 30px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-basic ._box, .blog-single ._box, .blog-list ._box {
    margin: 0 auto 3.3vw auto;
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page-basic ._box, .blog-single ._box, .blog-list ._box {
    width: 100%;
    margin: 0 0 5vw 0;
  }
  .page-basic ._box ._text, .blog-single ._box ._text, .blog-list ._box ._text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1200px) {
  .page-basic ._box ._text, .blog-single ._box ._text, .blog-list ._box ._text {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page-basic ._box ._text, .blog-single ._box ._text, .blog-list ._box ._text {
    font-size: 1.4rem;
  }
}
.page-basic ._box ._title, .blog-single ._box ._title, .blog-list ._box ._title {
  color: #0c61b8;
  text-align: center;
  font-weight: bold;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-basic ._box ._title, .blog-single ._box ._title, .blog-list ._box ._title {
    margin: 0 0 1.7vw 0;
  }
}
.page-basic table th, .blog-single table th, .blog-list table th {
  padding: 10px;
  width: 20%;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  background: #f0f0f0;
  border: #ddd 1px solid;
}
.page-basic table td, .blog-single table td, .blog-list table td {
  padding: 10px;
  text-align: left;
  vertical-align: top;
  border: #ddd 1px solid;
}
.page-basic ._btn, .blog-single ._btn, .blog-list ._btn {
  display: inline-block;
  border-radius: 50px;
  text-align: left;
  color: #0b8512;
  border: none;
  font-size: 1.6rem;
  padding: 10px 35px;
  border: 1px solid #0b8512;
}
.winter .page-basic ._btn, .winter .blog-single ._btn, .winter .blog-list ._btn {
  color: #0c61b8;
  border: 1px solid #0c61b8;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-basic ._btn, .blog-single ._btn, .blog-list ._btn {
    border-radius: 4.2vw;
    font-size: 1.3vw;
    padding: 0.8vw 2.9vw;
  }
}
@media only screen and (max-width: 415px) {
  .page-basic ._btn, .blog-single ._btn, .blog-list ._btn {
    font-size: 1.4rem;
    padding: 10px 17px;
  }
}
.page-basic ._btn span, .blog-single ._btn span, .blog-list ._btn span {
  position: relative;
  padding: 0 40px 0 0;
}
.page-basic ._btn span:before, .blog-single ._btn span:before, .blog-list ._btn span:before {
  content: "";
  position: absolute;
  display: inline-block;
}
.page-basic ._btn span:after, .blog-single ._btn span:after, .blog-list ._btn span:after {
  content: "";
  position: absolute;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-basic ._btn span, .blog-single ._btn span, .blog-list ._btn span {
    padding: 0 3.3vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-basic ._btn span, .blog-single ._btn span, .blog-list ._btn span {
    display: block;
    padding: 0 20px 0 0;
  }
}
.page-basic ._btn span:before, .blog-single ._btn span:before, .blog-list ._btn span:before {
  top: 13px;
  left: unset;
  right: 0px;
  width: 25px;
  height: 1px;
  background: #0b8512;
}
.winter .page-basic ._btn span:before, .winter .blog-single ._btn span:before, .winter .blog-list ._btn span:before {
  background: #0c61b8;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-basic ._btn span:before, .blog-single ._btn span:before, .blog-list ._btn span:before {
    top: 1.1vw;
    width: 2.1vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-basic ._btn span:before, .blog-single ._btn span:before, .blog-list ._btn span:before {
    width: 15px;
    top: 50%;
  }
}
.page-basic ._btn span:after, .blog-single ._btn span:after, .blog-list ._btn span:after {
  top: 10px;
  left: unset;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #0b8512;
  border-right: 1px solid #0b8512;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.winter .page-basic ._btn span:after, .winter .blog-single ._btn span:after, .winter .blog-list ._btn span:after {
  border-top: 1px solid #0c61b8;
  border-right: 1px solid #0c61b8;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-basic ._btn span:after, .blog-single ._btn span:after, .blog-list ._btn span:after {
    top: 0.8vw;
    width: 0.5vw;
    height: 0.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-basic ._btn span:after, .blog-single ._btn span:after, .blog-list ._btn span:after {
    top: calc(50% - 3px);
  }
}
.page-basic ._btn:hover, .blog-single ._btn:hover, .blog-list ._btn:hover {
  background: #0b8512;
  color: #fff;
  border: 1px solid #0b8512;
}
.winter .page-basic ._btn:hover, .winter .blog-single ._btn:hover, .winter .blog-list ._btn:hover {
  background: #0c61b8;
  border: 1px solid #0c61b8;
}
.page-basic ._btn:hover span:before, .blog-single ._btn:hover span:before, .blog-list ._btn:hover span:before {
  background: #fff;
}
.page-basic ._btn:hover span:after, .blog-single ._btn:hover span:after, .blog-list ._btn:hover span:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.page-basic .img-caption, .blog-single .img-caption, .blog-list .img-caption {
  width: 80%;
  margin: 0 auto 30px auto;
  text-align: center;
}
.page-basic .img-caption img, .blog-single .img-caption img, .blog-list .img-caption img {
  margin: 0 0 10px 0;
}
.page-basic .img-caption span, .blog-single .img-caption span, .blog-list .img-caption span {
  font-size: 1.4rem;
}

/* page-common
------------------------------------------*/
.bg-box {
  width: 60%;
  margin: 30px auto 60px auto;
  background-color: #f5f5f5;
  padding: 30px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .bg-box {
    margin: 0 auto 3.3vw auto;
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .bg-box {
    width: 100%;
    margin: 0 0 5vw 0;
  }
  .bg-box ._text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1200px) {
  .bg-box ._text {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .bg-box ._text {
    font-size: 1.4rem;
  }
}
.bg-box ._title {
  color: #0c61b8;
  text-align: center;
  font-weight: bold;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .bg-box ._title {
    margin: 0 0 1.7vw 0;
  }
}

.page-title {
  background-image: url(../img/green-title-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100vw;
  height: 450px;
  max-width: 1920px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-title {
    width: 100%;
    height: 37.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-title {
    height: 250px;
  }
}
.winter .page-title {
  background-image: url(../img/winter-title-bg.jpg);
}
.kiyosato_teracce .page-title {
  background-image: url(../img/teracce-title-bg.png);
}
.howtoenjoy .page-title {
  background-image: url(../img/howtoenjoy-title-bg.jpg);
}
.center_house .page-title {
  background-image: url(../img/center_house-title-bg.jpg);
}
.kiyosato_bakery .page-title {
  background-image: url(../img/kiyosato_bakery-title-bg.jpg);
}
.cafe_1920 .page-title {
  background-image: url(../img/cafe_1920-title-bg.jpg);
}
.cafe_stand .page-title {
  background-image: url(../img/cafe_stand-title-bg.jpg);
}
.winter.kiyosato_bakery .page-title {
  background-image: url(../img/winter-title-bg.jpg);
}
.page-title .page-title-inner {
  padding: 250px 0 0 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-title .page-title-inner {
    padding: 20.8vw 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-title .page-title-inner {
    padding: 145px 0 0 0;
  }
}
.page-title .page-title-inner ._title {
  font-size: 3.5rem;
  font-weight: 500;
  color: #fff;
  padding: 0 0 10px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-title .page-title-inner ._title {
    font-size: 2.9vw;
    padding: 0 0 0.8vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-title .page-title-inner ._title {
    font-size: 2.4rem;
    padding: 0 10px 5px;
    line-height: 1.2;
  }
}
.page-title .page-title-inner ._subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 2rem;
  color: #fff;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-title .page-title-inner ._subtitle {
    font-size: 1.7vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-title .page-title-inner ._subtitle {
    font-size: 1.4rem;
  }
}

.page-main-img {
  margin: 0 auto 60px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-main-img {
    margin: 0 auto 3.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-main-img {
    margin: 0 auto 30px;
  }
}
.kiyosato_teracce .page-main-img {
  width: 100%;
  max-width: 1440px;
  height: auto;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  background: #000;
  margin: -45px auto 60px;
}
@media only screen and (min-width: 1440px) {
  .kiyosato_teracce .page-main-img {
    height: 810px;
  }
}
@media only screen and (max-width: 1439px) {
  .kiyosato_teracce .page-main-img {
    height: 56.25vw;
  }
}
@media only screen and (max-width: 768px) {
  .kiyosato_teracce .page-main-img {
    height: 90vh;
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .kiyosato_teracce .page-main-img {
    width: 100%;
    height: 100vh;
    left: unset;
  }
}
.kiyosato_teracce .page-main-img #video {
  width: 100%;
  max-width: 1440px;
}
@media only screen and (max-width: 768px) {
  .kiyosato_teracce .page-main-img #video {
    height: 90vh;
    width: auto;
    left: -45vh;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .kiyosato_teracce .page-main-img #video {
    width: 100%;
    height: 100vh;
    left: unset;
  }
}
.kiyosato_teracce .page-main-img ._logo {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .kiyosato_teracce .page-main-img ._logo {
    right: 3.33vw;
    bottom: 3.33vw;
  }
}
@media only screen and (max-width: 768px) {
  .kiyosato_teracce .page-main-img ._logo {
    display: none;
  }
}
.kiyosato_teracce .page-main-img ._logo img {
  width: 428px;
  height: auto;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .kiyosato_teracce .page-main-img ._logo img {
    width: 35.66vw;
  }
}
.g-kart .page-main-img {
  width: 100%;
  max-width: 1440px;
  height: auto;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  background: #000;
  margin: 100px auto 0;
}
@media only screen and (min-width: 1440px) {
  .g-kart .page-main-img {
    height: 810px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .g-kart .page-main-img {
    margin: 12.1vw auto 0;
  }
}
@media only screen and (max-width: 1439px) {
  .g-kart .page-main-img {
    height: 56.25vw;
  }
}
@media only screen and (max-width: 768px) {
  .g-kart .page-main-img {
    height: auto;
    margin: 100px 0 0 0;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .g-kart .page-main-img {
    width: 100%;
    height: 100vh;
    left: unset;
  }
}
.g-kart .page-main-img #video {
  width: 100%;
  max-width: 1440px;
}
@media only screen and (max-width: 768px) {
  .g-kart .page-main-img #video {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .g-kart .page-main-img #video {
    width: 100%;
    height: 100vh;
    left: unset;
  }
}
.g-kart .page-main-img ._logo {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .g-kart .page-main-img ._logo {
    right: 3.33vw;
    bottom: 3.33vw;
  }
}
@media only screen and (max-width: 768px) {
  .g-kart .page-main-img ._logo {
    display: none;
  }
}
.g-kart .page-main-img ._logo img {
  width: 428px;
  height: auto;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .g-kart .page-main-img ._logo img {
    width: 35.66vw;
  }
}
.page-main-img._wide {
  width: 100%;
}
.page-main-img._narrow {
  width: 1100px;
}
@media only screen and (max-width: 1100px) {
  .page-main-img._narrow {
    width: 100%;
  }
}
.page-main-img._narrow .expand-img {
  padding: 0 15px;
}
.page-main-img._narrow img {
  width: 100%;
  margin: 0 auto 40px auto;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-main-img._narrow img {
    margin: 0 auto 3.3vw auto;
  }
}
@media only screen and (max-width: 768px) {
  .page-main-img._narrow img {
    margin: 0 auto 20px auto;
  }
}
.page-main-img ._text {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-main-img ._text {
    width: 100%;
  }
}

.page-top-message {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 80px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-top-message {
    margin: 0 0 6.7vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-top-message {
    margin: 0 0 60px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-top-message {
    margin: 0 0 40px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-top-message {
    font-size: 2.1vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-top-message {
    font-size: 1.7rem;
  }
}

.comming-soon {
  text-align: center;
  padding: 60px 0 100px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .comming-soon {
    padding: 5vw 0 8.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .comming-soon {
    padding: 45px 0 75px 0;
  }
}
@media only screen and (max-width: 640px) {
  .comming-soon {
    padding: 30px 0 50px 0;
  }
}
.comming-soon ._main-text {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .comming-soon ._main-text {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .comming-soon ._main-text {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .comming-soon ._main-text {
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .comming-soon ._main-text {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .comming-soon ._main-text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .comming-soon ._main-text {
    font-size: 1.7rem;
  }
}
.comming-soon ._main-text .marker-green {
  font-weight: 500;
}

.page-index {
  margin: 0 0 80px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-index {
    margin: 0 0 6.7vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-index {
    margin: 0 0 60px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-index {
    margin: 0 0 40px 0;
  }
}
.page-index._lift {
  background-color: #0c61b8;
  padding: 80px 0 60px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-index._lift {
    padding: 6.7vw 0 5vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-index._lift {
    padding: 60px 0 45px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-index._lift {
    padding: 40px 0 30px 0;
  }
}
.page-index._lift ._left {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .page-index._lift ._left {
    width: 100%;
  }
}
.page-index._lift ._left ._image {
  margin: 0 0 15px 0;
}
.page-index._lift ._left ._text {
  color: #fff;
}
.page-index._lift ._right {
  width: calc(50% - 75px);
}
@media only screen and (max-width: 768px) {
  .page-index._lift ._right {
    width: 100%;
  }
}
.page-index._lift ._right ._content {
  background: none !important;
  margin: 0;
  padding: 0;
}
.page-index._lift ._right ._content ul {
  margin: 0 0 20px 0;
}
.page-index._lift ._right ._content ul li:nth-child(1) a, .page-index._lift ._right ._content ul li:nth-child(2) a {
  background: #fff;
  color: #0c61b8;
}
.page-index._lift ._right ._content ul li:nth-child(1) a:hover, .page-index._lift ._right ._content ul li:nth-child(2) a:hover {
  background: #fff;
  color: #0c61b8;
  opacity: 0.7;
  transition-duration: 0.3s;
}
.page-index._lift ._right ._content ul li:nth-child(1) a:hover span:before, .page-index._lift ._right ._content ul li:nth-child(2) a:hover span:before {
  background: #0c61b8;
}
.page-index._lift ._right ._content ul li:nth-child(1) a:hover span:after, .page-index._lift ._right ._content ul li:nth-child(2) a:hover span:after {
  border-top: 1px solid #0c61b8;
  border-right: 1px solid #0c61b8;
}
.page-index._lift ._right ._content ul li:nth-child(1) a span:before, .page-index._lift ._right ._content ul li:nth-child(2) a span:before {
  background: #0c61b8;
}
.page-index._lift ._right ._content ul li:nth-child(1) a span:after, .page-index._lift ._right ._content ul li:nth-child(2) a span:after {
  border-top: 1px solid #0c61b8;
  border-right: 1px solid #0c61b8;
}
.page-index ._left {
  float: left;
  width: calc(47% - 60px);
  margin: 0 60px 0 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-index ._left {
    width: calc(47% - 5vw);
    margin: 0 5vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-index ._left {
    float: none;
    width: 100%;
    padding: 0 0 30px;
  }
}
.howtoenjoy .page-index ._left {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .howtoenjoy .page-index ._left {
    padding: 30px 0;
  }
}
.page-index ._left ._title {
  font-size: 3.5rem;
  margin: 0 0 10px 0;
  color: #000;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-index ._left ._title {
    font-size: 2.9vw;
  }
}
@media only screen and (max-width: 640px) {
  .page-index ._left ._title {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-index ._left ._title {
    margin: 0 0 0.8vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-index ._left ._title {
    font-size: 2.6rem;
    margin: 0 0 5px 0;
  }
}
.page-index ._left ._en-title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-indent: 5px;
  font-size: 1.7rem;
  margin: 0 0 30px 0;
  color: #000;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-index ._left ._en-title {
    text-indent: 0.4vw;
    font-size: 1.4vw;
    margin: 0 0 2.5vw 0;
  }
}
.page-index ._left ._en-title:first-letter {
  color: green;
}
@media only screen and (max-width: 768px) {
  .page-index ._left ._en-title {
    font-size: 1.4rem;
    margin: 0 0 15px 0;
  }
}
.page-index ._left ._text {
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .page-index ._left ._text {
    line-height: 1.6;
  }
}
.page-index ._left ._text .marker-green {
  font-weight: 500;
}
.page-index ._right {
  float: right;
  width: 53%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page-index ._right {
    float: none;
    width: 100%;
  }
}
.page-index ._right ._content {
  background: rgba(11, 133, 18, 0.9);
  margin: -125px 0 0 0;
  padding: 60px;
  color: #fff;
}
.winter .page-index ._right ._content {
  background: rgba(18, 102, 188, 0.9);
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-index ._right ._content {
    margin: -10.4vw 0 0 0;
    padding: 5vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-index ._right ._content {
    margin: 0;
    padding: 15px;
  }
}
.page-index ._right ._content .__title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 3rem;
  position: relative;
  padding: 0 0 0 25px;
  margin: 0 0 15px 0;
}
.page-index ._right ._content .__title:before {
  content: "";
  position: absolute;
  display: inline-block;
}
.page-index ._right ._content .__title:after {
  content: "";
  position: absolute;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-index ._right ._content .__title {
    font-size: 2.5vw;
    padding: 0 0 0 2.1vw;
    margin: 0 0 1.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-index ._right ._content .__title {
    font-size: 2.4rem;
    padding: 0 0 0 15px;
    margin: 0 0 5px 0;
  }
}
.page-index ._right ._content .__title:before {
  content: "●";
  font-family: "ヒラギノ角ゴ Pro W3";
  font-size: 0.7rem;
  left: 0;
  top: 15px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-index ._right ._content .__title:before {
    font-size: 0.6vw;
    left: 0;
    top: 1.3vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-index ._right ._content .__title:before {
    top: 10px;
    font-size: 0.3rem;
  }
}
.page-index ._right ._content .__title:after {
  width: calc(100% - 150px);
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
  top: 24px;
  right: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-index ._right ._content .__title:after {
    width: calc(100% - 12.5vw);
    top: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-index ._right ._content .__title:after {
    width: calc(100% - 100px);
    top: 17px;
  }
}
.page-index ._right ._content dl {
  margin: 0 0 35px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-index ._right ._content dl {
    margin: 0 0 2.9vw 0;
  }
}
.howtoenjoy .page-index ._right ._content dl {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .howtoenjoy .page-index ._right ._content dl {
    margin: 0 0 15px 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-index ._right ._content dl {
    margin: 0 0 15px 0;
  }
}
.page-index ._right ._content dl dt {
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  padding: 10px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-index ._right ._content dl dt {
    font-size: 1.5vw;
    padding: 0.8vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-index ._right ._content dl dt {
    font-size: 1.5rem;
  }
}
.page-index ._right ._content dl dd {
  font-size: 1.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  padding: 12px 5px 12px 12px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-index ._right ._content dl dd {
    font-size: 1.3vw;
    padding: 1vw 0.4vw 1vw 1vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-index ._right ._content dl dd {
    font-size: 1.4rem;
    padding: 12px 5px;
  }
}
.page-index ._right ._content dl dd a {
  color: #fff;
  display: block;
  position: relative;
}
.page-index ._right ._content dl dd a:after {
  content: "";
  position: absolute;
  display: inline-block;
}
.page-index ._right ._content dl dd a:after {
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 24px;
  top: calc(50% - 12px);
  right: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-index ._right ._content dl dd a:after {
    width: 2vw;
    height: 2vw;
    border-radius: 2vw;
    top: calc(50% - 1vw);
  }
}
.page-index ._right ._content dl dd a span {
  display: block;
  position: relative;
  padding: 0 35px 0 0;
}
.page-index ._right ._content dl dd a span:before {
  content: "";
  position: absolute;
  display: inline-block;
}
.page-index ._right ._content dl dd a span:after {
  content: "";
  position: absolute;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-index ._right ._content dl dd a span {
    padding: 0 2.9vw 0 0;
  }
}
.page-index ._right ._content dl dd a span:before {
  width: 12px;
  height: 1px;
  background: #fff;
  right: 7px;
  top: 50%;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-index ._right ._content dl dd a span:before {
    width: 1vw;
    right: 0.6vw;
  }
}
.page-index ._right ._content dl dd a span:after {
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(50% - 3px);
  right: 7px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-index ._right ._content dl dd a span:after {
    width: 0.5vw;
    height: 0.5vw;
    top: calc(50% - 0.3vw);
    right: 0.6vw;
  }
}
.page-index ._right ._content ul li:nth-child(1) a {
  background: #fff;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 15px 15px;
  width: 40%;
  display: inline-block;
  border-radius: 50px;
  border: 3px solid #fff;
  text-align: center;
  width: 100%;
  color: #0b8512;
  border: none;
  font-size: 1.6rem;
  padding: 10px 15px;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-index ._right ._content ul li:nth-child(1) a {
    font-size: 1.5vw;
    padding: 1.3vw 1.3vw;
    border-radius: 4.2vw;
    border: 0.3vw solid #fff;
  }
}
@media only screen and (max-width: 768px) {
  .page-index ._right ._content ul li:nth-child(1) a {
    font-size: 1.6rem;
    width: 100%;
    padding: 10px 17px;
    text-align: left;
  }
}
.page-index ._right ._content ul li:nth-child(1) a:hover {
  background: #fff;
  color: #fff;
  border: 3px solid #fff;
}
.page-index ._right ._content ul li:nth-child(1) a:hover span:before {
  background: #fff;
}
.page-index ._right ._content ul li:nth-child(1) a:hover span:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.page-index ._right ._content ul li:nth-child(1) a span {
  position: relative;
  padding: 0 40px 0 0;
}
.page-index ._right ._content ul li:nth-child(1) a span:before {
  content: "";
  position: absolute;
  display: inline-block;
}
.page-index ._right ._content ul li:nth-child(1) a span:after {
  content: "";
  position: absolute;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-index ._right ._content ul li:nth-child(1) a span {
    padding: 0 3.3vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-index ._right ._content ul li:nth-child(1) a span {
    padding: 0 20px 0 0;
    display: block;
    text-align: center;
  }
}
.page-index ._right ._content ul li:nth-child(1) a span:before {
  top: 13px;
  left: unset;
  right: 0px;
  width: 25px;
  height: 1px;
  background: #fff;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-index ._right ._content ul li:nth-child(1) a span:before {
    top: 1.1vw;
    width: 2.1vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-index ._right ._content ul li:nth-child(1) a span:before {
    width: 15px;
    top: 50%;
  }
}
.page-index ._right ._content ul li:nth-child(1) a span:after {
  top: 10px;
  left: unset;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-index ._right ._content ul li:nth-child(1) a span:after {
    top: 0.75vw;
    width: 0.5vw;
    height: 0.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-index ._right ._content ul li:nth-child(1) a span:after {
    top: calc(50% - 3px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-index ._right ._content ul li:nth-child(1) a {
    font-size: 1.3vw;
    padding: 0.8vw 1.3vw;
    margin: 0 0 0.8vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-index ._right ._content ul li:nth-child(1) a {
    font-size: 1.4rem;
    margin: 0 0 10px 0;
    text-align: left;
  }
}
.page-index ._right ._content ul li:nth-child(1) a:before {
  background: #0b8512;
}
.page-index ._right ._content ul li:nth-child(1) a:after {
  border-top: 1px solid #0b8512;
  border-right: 1px solid #0b8512;
}
.page-index ._right ._content ul li:nth-child(1) a:hover {
  background: #fff;
  color: #0b8512;
  border: none;
}
.page-index ._right ._content ul li:nth-child(1) a:hover span:before {
  background: #0b8512;
}
.page-index ._right ._content ul li:nth-child(1) a:hover span:after {
  border-top: 1px solid #0b8512;
  border-right: 1px solid #0b8512;
}
.page-index ._right ._content ul li:nth-child(1) a span:before {
  background: #0b8512;
}
.page-index ._right ._content ul li:nth-child(1) a span:after {
  border-top: 1px solid #0b8512;
  border-right: 1px solid #0b8512;
}
.page-index ._right ._content ul li:nth-child(2) a {
  background: #0b8512;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 15px 15px;
  width: 40%;
  display: inline-block;
  border-radius: 50px;
  border: 3px solid #0b8512;
  text-align: center;
  width: 100%;
  border: none;
  font-size: 1.6rem;
  padding: 10px 15px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-index ._right ._content ul li:nth-child(2) a {
    font-size: 1.5vw;
    padding: 1.3vw 1.3vw;
    border-radius: 4.2vw;
    border: 0.3vw solid #0b8512;
  }
}
@media only screen and (max-width: 768px) {
  .page-index ._right ._content ul li:nth-child(2) a {
    font-size: 1.6rem;
    width: 100%;
    padding: 10px 17px;
    text-align: left;
  }
}
.page-index ._right ._content ul li:nth-child(2) a:hover {
  background: #fff;
  color: #0b8512;
  border: 3px solid #0b8512;
}
.page-index ._right ._content ul li:nth-child(2) a:hover span:before {
  background: #0b8512;
}
.page-index ._right ._content ul li:nth-child(2) a:hover span:after {
  border-top: 1px solid #0b8512;
  border-right: 1px solid #0b8512;
}
.page-index ._right ._content ul li:nth-child(2) a span {
  position: relative;
  padding: 0 40px 0 0;
}
.page-index ._right ._content ul li:nth-child(2) a span:before {
  content: "";
  position: absolute;
  display: inline-block;
}
.page-index ._right ._content ul li:nth-child(2) a span:after {
  content: "";
  position: absolute;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-index ._right ._content ul li:nth-child(2) a span {
    padding: 0 3.3vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-index ._right ._content ul li:nth-child(2) a span {
    padding: 0 20px 0 0;
    display: block;
    text-align: center;
  }
}
.page-index ._right ._content ul li:nth-child(2) a span:before {
  top: 13px;
  left: unset;
  right: 0px;
  width: 25px;
  height: 1px;
  background: #fff;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-index ._right ._content ul li:nth-child(2) a span:before {
    top: 1.1vw;
    width: 2.1vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-index ._right ._content ul li:nth-child(2) a span:before {
    width: 15px;
    top: 50%;
  }
}
.page-index ._right ._content ul li:nth-child(2) a span:after {
  top: 10px;
  left: unset;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-index ._right ._content ul li:nth-child(2) a span:after {
    top: 0.75vw;
    width: 0.5vw;
    height: 0.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-index ._right ._content ul li:nth-child(2) a span:after {
    top: calc(50% - 3px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-index ._right ._content ul li:nth-child(2) a {
    font-size: 1.3vw;
    padding: 0.8vw 1.3vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-index ._right ._content ul li:nth-child(2) a {
    font-size: 1.4rem;
    margin: 0 0 5px 0;
  }
}
.page-index ._right ._content ul li:nth-child(2) a:hover {
  border: none;
  background: #0b8512;
  color: #fff;
}
.page-index ._right ._content ul li:nth-child(2) a:hover span:before {
  background: #fff;
}
.page-index ._right ._content ul li:nth-child(2) a:hover span:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.page-index ._right ._content ul li:nth-child(2) a span:before {
  background: #fff;
}
.page-index ._right ._content ul li:nth-child(2) a span:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

._border-top {
  border-top: 1px solid #fff;
}

.page-bakery-menu {
  padding: 50px 0 60px 0;
  padding-bottom: 20px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-bakery-menu {
    padding: 4.2vw 0 5vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-bakery-menu {
    padding: 40px 0 45px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-bakery-menu {
    padding: 30px 0 35px 0;
  }
}
.page-bakery-menu ._main-text {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0 0 40px 0;
  margin: 0 0 50px 0;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-bakery-menu ._main-text {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-bakery-menu ._main-text {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-bakery-menu ._main-text {
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-bakery-menu ._main-text {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-bakery-menu ._main-text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .page-bakery-menu ._main-text {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-bakery-menu ._main-text {
    margin: 0 0 4.2vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-bakery-menu ._main-text {
    margin: 0 0 40px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-bakery-menu ._main-text {
    margin: 0 0 30px 0;
  }
}
.page-bakery-menu .menu-top {
  width: 80%;
  margin: 0 auto 50px auto;
}
.winter .page-bakery-menu .menu-top {
  margin: 0 auto 60px auto;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .winter .page-bakery-menu .menu-top {
    margin: 0 auto 5vw auto;
  }
}
@media only screen and (max-width: 768px) {
  .winter .page-bakery-menu .menu-top {
    margin: 0 auto 20px auto;
  }
}
@media only screen and (max-width: 640px) {
  .page-bakery-menu .menu-top {
    width: 100%;
    margin: 0 0 20px;
  }
}
.winter .page-bakery-menu .menu-top ._image img {
  width: 100%;
}
.page-bakery-menu .menu-top ._title {
  font-size: 2rem;
  font-weight: 500;
  background: rgba(11, 133, 18, 0.9);
  color: #fff;
  display: inline-block;
  padding: 7px 30px 9px 30px;
  margin: -24px 0 0 30px;
  z-index: 1;
  position: absolute;
}
.winter.kiyosato_cafe .page-bakery-menu .menu-top ._title {
  position: unset;
  margin: 0 0 0 0;
  width: 100%;
  font-size: 1.8rem;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .winter.kiyosato_cafe .page-bakery-menu .menu-top ._title {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .winter.kiyosato_cafe .page-bakery-menu .menu-top ._title {
    font-size: 1.4rem;
  }
}
.winter .page-bakery-menu .menu-top ._title {
  background: rgba(18, 102, 188, 0.9);
}
@media only screen and (max-width: 768px) {
  .page-bakery-menu .menu-top ._title {
    font-size: 1.8rem;
    padding: 7px 14px;
    position: relative;
    width: 90%;
    margin: -30px 0 10px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-bakery-menu .menu-top ._title {
    font-size: 1.6rem;
    padding: 7px 14px;
    position: relative;
    width: 90%;
    margin: -30px 0 10px 0;
  }
}
.page-bakery-menu .menu-top ._title span {
  margin: 0 0 0 10px;
  word-break: break-word;
}
.page-bakery-menu .menu-top ._text {
  margin: 40px 30px 30px 30px;
}
@media only screen and (max-width: 768px) {
  .page-bakery-menu .menu-top ._text {
    margin: 0 0 15px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-bakery-menu .menu-top ._text {
    margin: 0 0 15px 0;
  }
}
.page-bakery-menu .menu-list {
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-bakery-menu .menu-list {
    margin: 0 0 2.5vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-bakery-menu .menu-list {
    margin: 0 0 -40px 0;
  }
}
.winter.kiyosato_cafe .page-bakery-menu .menu-list {
  margin: 0 0 0 0;
}
.page-bakery-menu .menu-list li {
  width: calc(50% - 20px);
  margin: 0 40px 40px 0;
  float: left;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-bakery-menu .menu-list li {
    width: calc(50% - 1.8vw);
    margin: 0 3.3vw 3.3vw 0;
  }
}
.page-bakery-menu .menu-list li:nth-child(2n) {
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-bakery-menu .menu-list li:nth-child(2n) {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-bakery-menu .menu-list li {
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
  }
}
.page-bakery-menu .menu-list li img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-bakery-menu .menu-list li ._image {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .page-bakery-menu .menu-list li ._image {
    width: 100%;
  }
}
.page-bakery-menu .menu-list li ._title {
  font-size: 1.8rem;
  font-weight: 500;
  background: rgba(11, 133, 18, 0.9);
  color: #fff;
  display: inline-block;
  padding: 7px 20px 9px 20px;
  margin: -20px 0 0 20px;
  z-index: 1;
  position: absolute;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-bakery-menu .menu-list li ._title {
    font-size: 1.5vw;
    padding: 0.6vw 1.7vw 0.7vw 1.7vw;
    margin: -1.7vw 0 0 1.7vw;
  }
}
.winter.sundance .page-bakery-menu .menu-list li ._title {
  background: rgba(18, 102, 188, 0.9);
}
.winter.kiyosato_bakery .page-bakery-menu .menu-list li ._title {
  background: rgba(18, 102, 188, 0.9);
}
.winter.kiyosato_marche .page-bakery-menu .menu-list li ._title {
  background: rgba(18, 102, 188, 0.9);
  width: 300px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .winter.kiyosato_marche .page-bakery-menu .menu-list li ._title {
    width: 25vw;
  }
}
@media only screen and (max-width: 768px) {
  .winter.kiyosato_marche .page-bakery-menu .menu-list li ._title {
    font-size: 1.4rem;
    width: 80%;
    margin: 0 auto 10px;
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .winter.kiyosato_marche .page-bakery-menu .menu-list li ._title {
    width: 100%;
  }
}
.winter.kiyosato_cafe .page-bakery-menu .menu-list li ._title {
  background: rgba(18, 102, 188, 0.9);
  position: unset;
  width: 100%;
  margin: 0;
  display: block;
}
@media only screen and (max-width: 768px) {
  .winter.kiyosato_cafe .page-bakery-menu .menu-list li ._title {
    font-size: 1.4rem;
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .winter.kiyosato_cafe .page-bakery-menu .menu-list li ._title {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page-bakery-menu .menu-list li ._title {
    font-size: 1.8rem;
    padding: 7px 14px;
    position: relative;
    width: 90%;
    margin: -30px 0 10px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-bakery-menu .menu-list li ._title {
    font-size: 1.6rem;
    padding: 7px 14px;
    position: relative;
    width: 90%;
    margin: -30px 0 10px 0;
  }
}
.page-bakery-menu .menu-list li ._title span {
  margin: 0 0 0 10px;
  word-break: break-word;
}
.page-bakery-menu .menu-list li ._text {
  margin: 40px 20px 30px 20px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-bakery-menu .menu-list li ._text {
    margin: 3.3vw 1.7vw 2.5vw 1.7vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-bakery-menu .menu-list li ._text {
    margin: 0 0 15px 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .winter.kiyosato_marche .page-bakery-menu .menu-list li ._text {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) and (max-width: 640px) {
  .winter.kiyosato_marche .page-bakery-menu .menu-list li ._text {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .page-bakery-menu .menu-list li ._text {
    margin: 0 0 15px 0;
  }
}
.page-bakery-menu._row {
  background: #f5f5f5;
  padding-bottom: 40px;
}
.page-bakery-menu._row ._once {
  background: #fff;
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-bakery-menu._row ._once {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-bakery-menu._row ._once {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-bakery-menu._row ._once {
    margin: 0 0 20px 0;
  }
}
.page-bakery-menu._row ._once ._image {
  width: 55%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .page-bakery-menu._row ._once ._image {
    width: 100%;
    float: none;
  }
}
.page-bakery-menu._row ._once .__wrap {
  width: 45%;
  float: left;
  padding: 60px 40px;
}
@media only screen and (max-width: 1024px) {
  .page-bakery-menu._row ._once .__wrap {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 640px) {
  .page-bakery-menu._row ._once .__wrap {
    padding: 20px 20px 30px;
  }
}
.page-bakery-menu._row ._once .__wrap ._text {
  margin: 0 0 20px 0;
}
.page-bakery-menu._row ._once .__wrap ._link {
  display: inline-block;
  border-radius: 50px;
  text-align: left;
  color: #0b8512;
  border: none;
  font-size: 1.6rem;
  padding: 10px 35px;
  border: 1px solid #0b8512;
}
.winter .page-bakery-menu._row ._once .__wrap ._link {
  color: #0c61b8;
  border: 1px solid #0c61b8;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-bakery-menu._row ._once .__wrap ._link {
    border-radius: 4.2vw;
    font-size: 1.3vw;
    padding: 0.8vw 2.9vw;
  }
}
@media only screen and (max-width: 415px) {
  .page-bakery-menu._row ._once .__wrap ._link {
    font-size: 1.4rem;
    padding: 10px 17px;
  }
}
.page-bakery-menu._row ._once .__wrap ._link span {
  position: relative;
  padding: 0 40px 0 0;
}
.page-bakery-menu._row ._once .__wrap ._link span:before {
  content: "";
  position: absolute;
  display: inline-block;
}
.page-bakery-menu._row ._once .__wrap ._link span:after {
  content: "";
  position: absolute;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-bakery-menu._row ._once .__wrap ._link span {
    padding: 0 3.3vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-bakery-menu._row ._once .__wrap ._link span {
    display: block;
    padding: 0 20px 0 0;
  }
}
.page-bakery-menu._row ._once .__wrap ._link span:before {
  top: 13px;
  left: unset;
  right: 0px;
  width: 25px;
  height: 1px;
  background: #0b8512;
}
.winter .page-bakery-menu._row ._once .__wrap ._link span:before {
  background: #0c61b8;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-bakery-menu._row ._once .__wrap ._link span:before {
    top: 1.1vw;
    width: 2.1vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-bakery-menu._row ._once .__wrap ._link span:before {
    width: 15px;
    top: 50%;
  }
}
.page-bakery-menu._row ._once .__wrap ._link span:after {
  top: 10px;
  left: unset;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #0b8512;
  border-right: 1px solid #0b8512;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.winter .page-bakery-menu._row ._once .__wrap ._link span:after {
  border-top: 1px solid #0c61b8;
  border-right: 1px solid #0c61b8;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-bakery-menu._row ._once .__wrap ._link span:after {
    top: 0.8vw;
    width: 0.5vw;
    height: 0.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-bakery-menu._row ._once .__wrap ._link span:after {
    top: calc(50% - 3px);
  }
}
.page-bakery-menu._row ._once .__wrap ._link:hover {
  background: #0b8512;
  color: #fff;
  border: 1px solid #0b8512;
}
.winter .page-bakery-menu._row ._once .__wrap ._link:hover {
  background: #0c61b8;
  border: 1px solid #0c61b8;
}
.page-bakery-menu._row ._once .__wrap ._link:hover span:before {
  background: #fff;
}
.page-bakery-menu._row ._once .__wrap ._link:hover span:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.page-bakery-bottom {
  padding: 50px 0 60px 0;
  padding-bottom: 40px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-bakery-bottom {
    padding: 4.2vw 0 5vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-bakery-bottom {
    padding: 40px 0 45px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-bakery-bottom {
    padding: 30px 0 35px 0;
  }
}
.page-bakery-bottom ._main-text {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0 0 40px 0;
  margin: 0 0 50px 0;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-bakery-bottom ._main-text {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-bakery-bottom ._main-text {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-bakery-bottom ._main-text {
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-bakery-bottom ._main-text {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-bakery-bottom ._main-text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .page-bakery-bottom ._main-text {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-bakery-bottom ._main-text {
    margin: 0 0 4.2vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-bakery-bottom ._main-text {
    margin: 0 0 40px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-bakery-bottom ._main-text {
    margin: 0 0 30px 0;
  }
}
.page-bakery-bottom ._image {
  width: 70%;
  margin: 0 auto 40px auto;
}
@media only screen and (max-width: 640px) {
  .page-bakery-bottom ._image {
    width: 100%;
    margin: 0 auto 20px auto;
  }
}
.page-bakery-bottom ._image img {
  width: 100%;
  height: auto;
}
.page-bakery-bottom ._text {
  width: 80%;
  margin: 0 auto 40px auto;
}
@media only screen and (max-width: 640px) {
  .page-bakery-bottom ._text {
    width: 100%;
    margin: 0 auto 20px auto;
  }
}

.page-catch-title {
  text-align: center;
  display: block;
  margin: 0 0 60px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-catch-title {
    margin: 0 0 5vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-catch-title {
    margin: 0 0 45px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-catch-title {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-catch-title {
    background: rgba(11, 133, 18, 0.9);
    padding: 10px;
    margin: 0 0 20px 0;
  }
}
.page-catch-title span {
  font-size: 2rem;
  color: #fff;
  display: inline;
  background: rgba(11, 133, 18, 0.9);
  padding: 8px 10px;
  font-weight: 500;
  line-height: 2.6;
}
@media only screen and (max-width: 768px) {
  .page-catch-title span {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 640px) {
  .page-catch-title span {
    font-size: 1.6rem;
    background: none;
    text-align: left;
    line-height: 1.6;
    padding: 0;
    display: inline;
  }
}
@media only screen and (max-width: 640px) {
  .page-catch-title br {
    display: none;
  }
}

.page-center-house-restaurant {
  padding: 60px 0 80px 0;
  padding-bottom: 60px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-center-house-restaurant {
    padding: 5vw 0 6.7vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-center-house-restaurant {
    padding: 45px 0 60px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-center-house-restaurant {
    padding: 30px 0 40px 0;
  }
}
@media only screen and (max-width: 415px) {
  .page-center-house-restaurant {
    padding: 20px 0 30px 0;
  }
}
.page-center-house-restaurant #slider {
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 640px) {
  .page-center-house-restaurant #slider {
    margin: 0 0 15px 0;
  }
}
.page-center-house-restaurant .bg-gray {
  padding: 350px 0 80px 0;
  margin: -350px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-center-house-restaurant .bg-gray {
    padding: 100px 0 60px 0;
    margin: -100px 0 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-center-house-restaurant .bg-gray {
    padding: 100px 0 40px 0;
    margin: -100px 0 0 0;
  }
}
.page-center-house-restaurant ._text {
  width: 80%;
  margin: 0 auto 80px auto;
}
@media only screen and (max-width: 640px) {
  .page-center-house-restaurant ._text {
    width: 100%;
    margin: 0 auto 40px auto;
  }
}
.page-center-house-restaurant .title-border {
  text-align: center;
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-center-house-restaurant .title-border {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-center-house-restaurant .title-border {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-center-house-restaurant .title-border {
    margin: 0 0 20px 0;
  }
}
.page-center-house-restaurant .title-border ._title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 4rem;
  letter-spacing: 0rem;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-center-house-restaurant .title-border ._title {
    font-size: 3.3vw;
  }
}
@media only screen and (max-width: 640px) {
  .page-center-house-restaurant .title-border ._title {
    font-size: 3.5rem;
  }
}
.g-kart .page-center-house-restaurant .title-border ._title {
  color: #fff;
}
.page-center-house-restaurant .title-border ._title:first-letter {
  color: #0b8512;
}
.winter .page-center-house-restaurant .title-border ._title:first-letter {
  color: #0c61b8;
}
.g-kart .page-center-house-restaurant .title-border ._title:first-letter {
  color: #e16100;
}
@media only screen and (max-width: 640px) {
  .page-center-house-restaurant .title-border ._title {
    margin: 0 0 20px 0;
  }
}
.page-center-house-restaurant .title-border ._sub-title {
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin: -5px 0 0 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-center-house-restaurant .title-border ._sub-title {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 640px) {
  .page-center-house-restaurant .title-border ._sub-title {
    font-size: 1.4rem;
  }
}
.page-center-house-restaurant .title-border ._sub-title:before {
  content: "";
  position: absolute;
  display: inline-block;
}
.page-center-house-restaurant .title-border ._sub-title:before {
  width: 35%;
  height: 3px;
  background: #fff;
  position: absolute;
  top: -11px;
  left: 30%;
}
@media only screen and (max-width: 415px) {
  .center_house .page-center-house-restaurant .title-border ._title {
    font-size: 2.8rem;
  }
}
.page-center-house-restaurant .center-house-shops li {
  width: calc(33.33% - 26.66px);
  margin: 0 40px 0 0;
  float: left;
  /*
    @include ipad{
      width: calc(33.33% - 13.33px);
      margin: 0 20px 0 0;
    }
  */
  background: #fff;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-center-house-restaurant .center-house-shops li {
    width: calc(33.33% - 2.2vw);
    margin: 0 3.3vw 0 0;
  }
}
.page-center-house-restaurant .center-house-shops li:nth-child(3n) {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .page-center-house-restaurant .center-house-shops li {
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
  }
}
.page-center-house-restaurant .center-house-shops li img {
  width: 100%;
}
.page-center-house-restaurant .center-house-shops li ._logo {
  width: 170px;
  margin: -35px auto 15px auto;
}
.page-center-house-restaurant .center-house-shops li .__text {
  padding: 0 20px 20px;
}
.page-center-house-restaurant .center-house-shops li ._link {
  text-align: left;
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 0 40px 0 0;
  color: #0b8512;
  position: relative;
  padding: 0 40px 20px 20px;
}
.page-center-house-restaurant .center-house-shops li ._link:after {
  content: "";
  position: absolute;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-center-house-restaurant .center-house-shops li ._link {
    margin: 0.8vw 0 0 0;
    padding: 0 3.3vw 0 0;
  }
}
.page-center-house-restaurant .center-house-shops li ._link:after {
  width: 24px;
  height: 24px;
  border: 1px solid #0b8512;
  border-radius: 24px;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-center-house-restaurant .center-house-shops li ._link:after {
    width: 2vw;
    height: 2vw;
    border-radius: 2vw;
  }
}
.page-center-house-restaurant .center-house-shops li ._link span {
  position: relative;
}
.page-center-house-restaurant .center-house-shops li ._link span:before {
  content: "";
  position: absolute;
  display: inline-block;
}
.page-center-house-restaurant .center-house-shops li ._link span:after {
  content: "";
  position: absolute;
  display: inline-block;
}
.page-center-house-restaurant .center-house-shops li ._link span:before {
  width: 12px;
  height: 1px;
  background: #0b8512;
  right: -33px;
  top: 12px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-center-house-restaurant .center-house-shops li ._link span:before {
    width: 1vw;
    right: -2.8vw;
    top: 1vw;
  }
}
.page-center-house-restaurant .center-house-shops li ._link span:after {
  width: 6px;
  height: 6px;
  border-top: 1px solid #0b8512;
  border-right: 1px solid #0b8512;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px;
  right: -33px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-center-house-restaurant .center-house-shops li ._link span:after {
    width: 0.5vw;
    height: 0.5vw;
    top: 0.7vw;
    right: -2.8vw;
  }
}
.page-center-house-restaurant .center-house-shops li hr {
  margin: 0 20px;
}

.page-center-house-ticket .page-main-text {
  margin: 0 0 50px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-center-house-ticket .page-main-text {
    margin: 0 0 4.2vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-center-house-ticket .page-main-text {
    margin: 0 0 40px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-center-house-ticket .page-main-text {
    margin: 0 0 30px 0;
  }
}
.page-center-house-ticket ._wrap {
  margin: 0 0 80px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-center-house-ticket ._wrap {
    margin: 0 0 6.7vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-center-house-ticket ._wrap {
    margin: 0 0 60px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-center-house-ticket ._wrap {
    margin: 0 0 40px 0;
  }
}
.page-center-house-ticket ._wrap ._once {
  background: #f5f5f5;
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-center-house-ticket ._wrap ._once {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-center-house-ticket ._wrap ._once {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-center-house-ticket ._wrap ._once {
    margin: 0 0 20px 0;
  }
}
.page-center-house-ticket ._wrap ._once ._image {
  width: 55%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .page-center-house-ticket ._wrap ._once ._image {
    width: 100%;
    float: none;
  }
}
.page-center-house-ticket ._wrap ._once .__wrap {
  width: 45%;
  float: left;
  padding: 60px 40px;
}
@media only screen and (max-width: 1024px) {
  .page-center-house-ticket ._wrap ._once .__wrap {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 640px) {
  .page-center-house-ticket ._wrap ._once .__wrap {
    padding: 20px 20px 30px;
  }
}
.page-center-house-ticket ._wrap ._once .__wrap ._text {
  margin: 0 0 20px 0;
}
.page-center-house-ticket ._wrap ._once .__wrap ._link {
  display: inline-block;
  border-radius: 50px;
  text-align: left;
  color: #0b8512;
  border: none;
  font-size: 1.6rem;
  padding: 10px 35px;
  border: 1px solid #0b8512;
}
.winter .page-center-house-ticket ._wrap ._once .__wrap ._link {
  color: #0c61b8;
  border: 1px solid #0c61b8;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-center-house-ticket ._wrap ._once .__wrap ._link {
    border-radius: 4.2vw;
    font-size: 1.3vw;
    padding: 0.8vw 2.9vw;
  }
}
@media only screen and (max-width: 415px) {
  .page-center-house-ticket ._wrap ._once .__wrap ._link {
    font-size: 1.4rem;
    padding: 10px 17px;
  }
}
.page-center-house-ticket ._wrap ._once .__wrap ._link span {
  position: relative;
  padding: 0 40px 0 0;
}
.page-center-house-ticket ._wrap ._once .__wrap ._link span:before {
  content: "";
  position: absolute;
  display: inline-block;
}
.page-center-house-ticket ._wrap ._once .__wrap ._link span:after {
  content: "";
  position: absolute;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-center-house-ticket ._wrap ._once .__wrap ._link span {
    padding: 0 3.3vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-center-house-ticket ._wrap ._once .__wrap ._link span {
    display: block;
    padding: 0 20px 0 0;
  }
}
.page-center-house-ticket ._wrap ._once .__wrap ._link span:before {
  top: 13px;
  left: unset;
  right: 0px;
  width: 25px;
  height: 1px;
  background: #0b8512;
}
.winter .page-center-house-ticket ._wrap ._once .__wrap ._link span:before {
  background: #0c61b8;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-center-house-ticket ._wrap ._once .__wrap ._link span:before {
    top: 1.1vw;
    width: 2.1vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-center-house-ticket ._wrap ._once .__wrap ._link span:before {
    width: 15px;
    top: 50%;
  }
}
.page-center-house-ticket ._wrap ._once .__wrap ._link span:after {
  top: 10px;
  left: unset;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #0b8512;
  border-right: 1px solid #0b8512;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.winter .page-center-house-ticket ._wrap ._once .__wrap ._link span:after {
  border-top: 1px solid #0c61b8;
  border-right: 1px solid #0c61b8;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-center-house-ticket ._wrap ._once .__wrap ._link span:after {
    top: 0.8vw;
    width: 0.5vw;
    height: 0.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-center-house-ticket ._wrap ._once .__wrap ._link span:after {
    top: calc(50% - 3px);
  }
}
.page-center-house-ticket ._wrap ._once .__wrap ._link:hover {
  background: #0b8512;
  color: #fff;
  border: 1px solid #0b8512;
}
.winter .page-center-house-ticket ._wrap ._once .__wrap ._link:hover {
  background: #0c61b8;
  border: 1px solid #0c61b8;
}
.page-center-house-ticket ._wrap ._once .__wrap ._link:hover span:before {
  background: #fff;
}
.page-center-house-ticket ._wrap ._once .__wrap ._link:hover span:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.page-center-house-event {
  padding: 50px 0 60px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-center-house-event {
    padding: 4.2vw 0 5vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-center-house-event {
    padding: 40px 0 45px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-center-house-event {
    padding: 30px 0 35px 0;
  }
}
.page-center-house-event .page-main-text {
  margin: 0 0 50px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-center-house-event .page-main-text {
    margin: 0 0 4.2vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-center-house-event .page-main-text {
    margin: 0 0 40px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-center-house-event .page-main-text {
    margin: 0 0 30px 0;
  }
}
.page-center-house-event ._image {
  width: 70%;
  margin: 0 auto 40px auto;
}
@media only screen and (max-width: 640px) {
  .page-center-house-event ._image {
    width: 100%;
    margin: 0 auto 20px auto;
  }
}
.page-center-house-event ._image img {
  width: 100%;
  height: auto;
}
.page-center-house-event ._text {
  width: 80%;
  margin: 0 auto 40px auto;
}
@media only screen and (max-width: 640px) {
  .page-center-house-event ._text {
    width: 100%;
    margin: 0 auto 20px auto;
  }
}
.page-center-house-event ._link {
  background: #0b8512;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 15px 15px;
  width: 40%;
  display: inline-block;
  border-radius: 50px;
  border: 3px solid #0b8512;
  text-align: center;
  display: block;
  margin: 0 auto 40px auto;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-center-house-event ._link {
    font-size: 1.5vw;
    padding: 1.3vw 1.3vw;
    border-radius: 4.2vw;
    border: 0.3vw solid #0b8512;
  }
}
@media only screen and (max-width: 768px) {
  .page-center-house-event ._link {
    font-size: 1.6rem;
    width: 100%;
    padding: 10px 17px;
    text-align: left;
  }
}
.page-center-house-event ._link:hover {
  background: #fff;
  color: #0b8512;
  border: 3px solid #0b8512;
}
.page-center-house-event ._link:hover span:before {
  background: #0b8512;
}
.page-center-house-event ._link:hover span:after {
  border-top: 1px solid #0b8512;
  border-right: 1px solid #0b8512;
}
.page-center-house-event ._link span {
  position: relative;
  padding: 0 40px 0 0;
}
.page-center-house-event ._link span:before {
  content: "";
  position: absolute;
  display: inline-block;
}
.page-center-house-event ._link span:after {
  content: "";
  position: absolute;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-center-house-event ._link span {
    padding: 0 3.3vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-center-house-event ._link span {
    padding: 0 20px 0 0;
    display: block;
    text-align: center;
  }
}
.page-center-house-event ._link span:before {
  top: 13px;
  left: unset;
  right: 0px;
  width: 25px;
  height: 1px;
  background: #fff;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-center-house-event ._link span:before {
    top: 1.1vw;
    width: 2.1vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-center-house-event ._link span:before {
    width: 15px;
    top: 50%;
  }
}
.page-center-house-event ._link span:after {
  top: 10px;
  left: unset;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-center-house-event ._link span:after {
    top: 0.75vw;
    width: 0.5vw;
    height: 0.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-center-house-event ._link span:after {
    top: calc(50% - 3px);
  }
}

.page-main-text {
  text-align: center;
  margin: 0 0 80px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-main-text {
    margin: 0 0 6.7vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-main-text {
    margin: 0 0 60px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-main-text {
    margin: 0 0 40px 0;
  }
}
.page-main-text ._main-text {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-main-text ._main-text {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-main-text ._main-text {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-main-text ._main-text {
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-main-text ._main-text {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-main-text ._main-text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .page-main-text ._main-text {
    font-size: 1.7rem;
  }
}
.page-main-text ._main-text .marker-blue {
  font-weight: 500;
}
.page-main-text ._text {
  font-size: 1.6rem;
  margin: 0 0 30px 0;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .page-main-text ._text {
    font-size: 1.4rem;
    width: 100%;
  }
}

.teracce-how-to-enjoy {
  padding: 60px 0 80px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .teracce-how-to-enjoy {
    padding: 5vw 0 6.7vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .teracce-how-to-enjoy {
    padding: 45px 0 60px 0;
  }
}
@media only screen and (max-width: 640px) {
  .teracce-how-to-enjoy {
    padding: 30px 0 40px 0;
  }
}

.title-mountain {
  text-align: center;
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .title-mountain {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .title-mountain {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .title-mountain {
    margin: 0 0 20px 0;
  }
}
.title-mountain ._title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 4rem;
  letter-spacing: 0rem;
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .title-mountain ._title {
    font-size: 3.3vw;
  }
}
@media only screen and (max-width: 640px) {
  .title-mountain ._title {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .title-mountain ._title {
    margin: 0 0 30px 0;
  }
}
.title-mountain ._sub-title {
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .title-mountain ._sub-title {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 640px) {
  .title-mountain ._sub-title {
    font-size: 1.4rem;
  }
}
.title-mountain ._sub-title:before {
  content: "";
  position: absolute;
  display: inline-block;
}
.title-mountain ._sub-title:before {
  width: 103px;
  height: 21px;
  background-image: url(../img/mountain-illust-green.png);
  background-size: cover;
  position: absolute;
  top: -30px;
  left: calc(50% - 51.5px);
}
@media only screen and (max-width: 640px) {
  .title-mountain ._sub-title:before {
    width: 80px;
    height: 16.3px;
    left: calc(50% - 40px);
    top: -25px;
  }
}

.title-mountain-blue {
  text-align: center;
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .title-mountain-blue {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .title-mountain-blue {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .title-mountain-blue {
    margin: 0 0 20px 0;
  }
}
.title-mountain-blue ._title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 4rem;
  letter-spacing: 0rem;
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .title-mountain-blue ._title {
    font-size: 3.3vw;
  }
}
@media only screen and (max-width: 640px) {
  .title-mountain-blue ._title {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .title-mountain-blue ._title {
    margin: 0 0 30px 0;
  }
}
.title-mountain-blue ._sub-title {
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .title-mountain-blue ._sub-title {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 640px) {
  .title-mountain-blue ._sub-title {
    font-size: 1.4rem;
  }
}
.title-mountain-blue ._sub-title:before {
  content: "";
  position: absolute;
  display: inline-block;
}
.title-mountain-blue ._sub-title:before {
  width: 103px;
  height: 21px;
  background-image: url(../img/mountain-illust-blue.png);
  background-size: cover;
  position: absolute;
  top: -30px;
  left: calc(50% - 51.5px);
}
@media only screen and (max-width: 640px) {
  .title-mountain-blue ._sub-title:before {
    width: 80px;
    height: 16.3px;
    left: calc(50% - 40px);
    top: -25px;
  }
}
.title-mountain-blue p {
  margin: 20px 0 0 0;
}

.teracce-sweets {
  padding: 60px 0 80px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .teracce-sweets {
    padding: 5vw 0 6.7vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .teracce-sweets {
    padding: 45px 0 60px 0;
  }
}
@media only screen and (max-width: 640px) {
  .teracce-sweets {
    padding: 30px 0 40px 0;
  }
}
.teracce-sweets .title-border {
  text-align: center;
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .teracce-sweets .title-border {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .teracce-sweets .title-border {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .teracce-sweets .title-border {
    margin: 0 0 20px 0;
  }
}
.teracce-sweets .title-border ._title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 4rem;
  letter-spacing: 0rem;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .teracce-sweets .title-border ._title {
    font-size: 3.3vw;
  }
}
@media only screen and (max-width: 640px) {
  .teracce-sweets .title-border ._title {
    font-size: 3.5rem;
  }
}
.g-kart .teracce-sweets .title-border ._title {
  color: #fff;
}
.teracce-sweets .title-border ._title:first-letter {
  color: #0b8512;
}
.winter .teracce-sweets .title-border ._title:first-letter {
  color: #0c61b8;
}
.g-kart .teracce-sweets .title-border ._title:first-letter {
  color: #e16100;
}
@media only screen and (max-width: 640px) {
  .teracce-sweets .title-border ._title {
    margin: 0 0 20px 0;
  }
}
.teracce-sweets .title-border ._sub-title {
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin: -5px 0 0 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .teracce-sweets .title-border ._sub-title {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 640px) {
  .teracce-sweets .title-border ._sub-title {
    font-size: 1.4rem;
  }
}
.teracce-sweets .title-border ._sub-title:before {
  content: "";
  position: absolute;
  display: inline-block;
}
.teracce-sweets .title-border ._sub-title:before {
  width: 35%;
  height: 3px;
  background: #f5f5f5;
  position: absolute;
  top: -11px;
  left: 30%;
}
.teracce-sweets .__wrap {
  margin: -100px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .teracce-sweets .__wrap {
    margin: 0;
  }
}
.teracce-sweets ._image {
  margin: 0 auto 40px auto;
}
@media only screen and (max-width: 1000px) {
  .teracce-sweets ._image {
    width: 100%;
  }
}
.teracce-sweets ._main-text {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0 0 40px 0;
  font-size: 1.6rem;
  text-align: left;
  font-weight: normal;
  margin: -60px 0 80px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .teracce-sweets ._main-text {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .teracce-sweets ._main-text {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .teracce-sweets ._main-text {
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .teracce-sweets ._main-text {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .teracce-sweets ._main-text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .teracce-sweets ._main-text {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .teracce-sweets ._main-text {
    font-size: 1.33vw;
    margin: -5vw 0 6.66vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .teracce-sweets ._main-text {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .teracce-sweets ._main-text br {
    font-size: 1.6rem;
    display: none;
  }
}
.teracce-sweets ul {
  margin: 0 0 60px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .teracce-sweets ul {
    margin: 0 0 5vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .teracce-sweets ul {
    margin: 0 0 45px 0;
  }
}
@media only screen and (max-width: 640px) {
  .teracce-sweets ul {
    margin: 0 0 30px 0;
  }
}
.teracce-sweets ul li {
  width: calc(33.33% - 26.66px);
  margin: 0 40px 0 0;
  float: left;
  /*
    @include ipad{
      width: calc(33.33% - 13.33px);
      margin: 0 20px 0 0;
    }
  */
  font-size: 1.5rem;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .teracce-sweets ul li {
    width: calc(33.33% - 2.2vw);
    margin: 0 3.3vw 0 0;
  }
}
.teracce-sweets ul li:nth-child(3n) {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .teracce-sweets ul li {
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
  }
}
.teracce-sweets ul li img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .teracce-sweets ul li {
    font-size: 1.4rem;
  }
}
.teracce-sweets ul li img {
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 640px) {
  .teracce-sweets ul li img {
    margin: 0 0 10px 0;
  }
}
.teracce-sweets ._wrap .more-btn {
  background: #0b8512;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 15px 15px;
  width: 40%;
  display: inline-block;
  border-radius: 50px;
  border: 3px solid #0b8512;
  text-align: center;
  display: block;
  margin: 0 auto 12px auto;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .teracce-sweets ._wrap .more-btn {
    font-size: 1.5vw;
    padding: 1.3vw 1.3vw;
    border-radius: 4.2vw;
    border: 0.3vw solid #0b8512;
  }
}
@media only screen and (max-width: 768px) {
  .teracce-sweets ._wrap .more-btn {
    font-size: 1.6rem;
    width: 100%;
    padding: 10px 17px;
    text-align: left;
  }
}
.teracce-sweets ._wrap .more-btn:hover {
  background: #fff;
  color: #0b8512;
  border: 3px solid #0b8512;
}
.teracce-sweets ._wrap .more-btn:hover span:before {
  background: #0b8512;
}
.teracce-sweets ._wrap .more-btn:hover span:after {
  border-top: 1px solid #0b8512;
  border-right: 1px solid #0b8512;
}
.teracce-sweets ._wrap .more-btn span {
  position: relative;
  padding: 0 40px 0 0;
}
.teracce-sweets ._wrap .more-btn span:before {
  content: "";
  position: absolute;
  display: inline-block;
}
.teracce-sweets ._wrap .more-btn span:after {
  content: "";
  position: absolute;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .teracce-sweets ._wrap .more-btn span {
    padding: 0 3.3vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .teracce-sweets ._wrap .more-btn span {
    padding: 0 20px 0 0;
    display: block;
    text-align: center;
  }
}
.teracce-sweets ._wrap .more-btn span:before {
  top: 13px;
  left: unset;
  right: 0px;
  width: 25px;
  height: 1px;
  background: #fff;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .teracce-sweets ._wrap .more-btn span:before {
    top: 1.1vw;
    width: 2.1vw;
  }
}
@media only screen and (max-width: 768px) {
  .teracce-sweets ._wrap .more-btn span:before {
    width: 15px;
    top: 50%;
  }
}
.teracce-sweets ._wrap .more-btn span:after {
  top: 10px;
  left: unset;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .teracce-sweets ._wrap .more-btn span:after {
    top: 0.75vw;
    width: 0.5vw;
    height: 0.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .teracce-sweets ._wrap .more-btn span:after {
    top: calc(50% - 3px);
  }
}
@media only screen and (max-width: 640px) {
  .teracce-sweets ._wrap .more-btn {
    width: 100%;
  }
}

.teracce-how-to-enjoy .teracce-how-to-enjoy-inner {
  background: #fff;
  padding: 60px 55px;
  text-align: center;
  margin: 0 0 60px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .teracce-how-to-enjoy .teracce-how-to-enjoy-inner {
    margin: 0 0 5vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .teracce-how-to-enjoy .teracce-how-to-enjoy-inner {
    margin: 0 0 45px 0;
  }
}
@media only screen and (max-width: 640px) {
  .teracce-how-to-enjoy .teracce-how-to-enjoy-inner {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .teracce-how-to-enjoy .teracce-how-to-enjoy-inner {
    padding: 45px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .teracce-how-to-enjoy .teracce-how-to-enjoy-inner {
    padding: 35px 30px;
  }
}
@media only screen and (max-width: 640px) {
  .teracce-how-to-enjoy .teracce-how-to-enjoy-inner {
    padding: 15px;
  }
}
.teracce-how-to-enjoy .teracce-how-to-enjoy-inner ._image {
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .teracce-how-to-enjoy .teracce-how-to-enjoy-inner ._image {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .teracce-how-to-enjoy .teracce-how-to-enjoy-inner ._image {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .teracce-how-to-enjoy .teracce-how-to-enjoy-inner ._image {
    margin: 0 0 20px 0;
  }
}
.teracce-how-to-enjoy .teracce-how-to-enjoy-inner ._main-text {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .teracce-how-to-enjoy .teracce-how-to-enjoy-inner ._main-text {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .teracce-how-to-enjoy .teracce-how-to-enjoy-inner ._main-text {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .teracce-how-to-enjoy .teracce-how-to-enjoy-inner ._main-text {
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .teracce-how-to-enjoy .teracce-how-to-enjoy-inner ._main-text {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .teracce-how-to-enjoy .teracce-how-to-enjoy-inner ._main-text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .teracce-how-to-enjoy .teracce-how-to-enjoy-inner ._main-text {
    font-size: 1.7rem;
  }
}
.teracce-how-to-enjoy .teracce-how-to-enjoy-inner ._text {
  text-align: left;
}
.teracce-how-to-enjoy ._content ._once {
  margin: 0 0 40px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #dedede;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .teracce-how-to-enjoy ._content ._once {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .teracce-how-to-enjoy ._content ._once {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .teracce-how-to-enjoy ._content ._once {
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 640px) {
  .teracce-how-to-enjoy ._content ._once {
    padding: 0 0 10px 0;
  }
}
.teracce-how-to-enjoy ._content ._once:last-child {
  border: none;
  padding: 0;
}
.teracce-how-to-enjoy ._content ._once .__title {
  font-size: 2.2rem;
  font-weight: 500;
  background: rgba(11, 133, 18, 0.9);
  color: #fff;
  display: inline-block;
  padding: 7px 30px 9px 30px;
  margin: -24px 0 0 30px;
  z-index: 1;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .teracce-how-to-enjoy ._content ._once .__title {
    font-size: 2rem;
    padding: 8px 18px;
    position: relative;
    width: 90%;
    margin: -40px 0 20px 0;
  }
}
@media only screen and (max-width: 640px) {
  .teracce-how-to-enjoy ._content ._once .__title {
    width: 95%;
    font-size: 1.8rem;
    position: relative;
    z-index: inherit;
    margin: -30px 0 10px 0;
    padding: 7px 14px;
  }
}
.teracce-how-to-enjoy ._content ._once .__text {
  margin: 50px 30px 30px 30px;
}
@media only screen and (max-width: 768px) {
  .teracce-how-to-enjoy ._content ._once .__text {
    margin: 0 0 15px 0;
  }
}
.teracce-how-to-enjoy ._content ._once ._link {
  display: inline-block;
  border-radius: 50px;
  text-align: left;
  color: #0b8512;
  border: none;
  font-size: 1.6rem;
  padding: 10px 35px;
  border: 1px solid #0b8512;
  margin: 0 0 15px 30px;
}
.winter .teracce-how-to-enjoy ._content ._once ._link {
  color: #0c61b8;
  border: 1px solid #0c61b8;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .teracce-how-to-enjoy ._content ._once ._link {
    border-radius: 4.2vw;
    font-size: 1.3vw;
    padding: 0.8vw 2.9vw;
  }
}
@media only screen and (max-width: 415px) {
  .teracce-how-to-enjoy ._content ._once ._link {
    font-size: 1.4rem;
    padding: 10px 17px;
  }
}
.teracce-how-to-enjoy ._content ._once ._link span {
  position: relative;
  padding: 0 40px 0 0;
}
.teracce-how-to-enjoy ._content ._once ._link span:before {
  content: "";
  position: absolute;
  display: inline-block;
}
.teracce-how-to-enjoy ._content ._once ._link span:after {
  content: "";
  position: absolute;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .teracce-how-to-enjoy ._content ._once ._link span {
    padding: 0 3.3vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .teracce-how-to-enjoy ._content ._once ._link span {
    display: block;
    padding: 0 20px 0 0;
  }
}
.teracce-how-to-enjoy ._content ._once ._link span:before {
  top: 13px;
  left: unset;
  right: 0px;
  width: 25px;
  height: 1px;
  background: #0b8512;
}
.winter .teracce-how-to-enjoy ._content ._once ._link span:before {
  background: #0c61b8;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .teracce-how-to-enjoy ._content ._once ._link span:before {
    top: 1.1vw;
    width: 2.1vw;
  }
}
@media only screen and (max-width: 768px) {
  .teracce-how-to-enjoy ._content ._once ._link span:before {
    width: 15px;
    top: 50%;
  }
}
.teracce-how-to-enjoy ._content ._once ._link span:after {
  top: 10px;
  left: unset;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #0b8512;
  border-right: 1px solid #0b8512;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.winter .teracce-how-to-enjoy ._content ._once ._link span:after {
  border-top: 1px solid #0c61b8;
  border-right: 1px solid #0c61b8;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .teracce-how-to-enjoy ._content ._once ._link span:after {
    top: 0.8vw;
    width: 0.5vw;
    height: 0.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .teracce-how-to-enjoy ._content ._once ._link span:after {
    top: calc(50% - 3px);
  }
}
.teracce-how-to-enjoy ._content ._once ._link:hover {
  background: #0b8512;
  color: #fff;
  border: 1px solid #0b8512;
}
.winter .teracce-how-to-enjoy ._content ._once ._link:hover {
  background: #0c61b8;
  border: 1px solid #0c61b8;
}
.teracce-how-to-enjoy ._content ._once ._link:hover span:before {
  background: #fff;
}
.teracce-how-to-enjoy ._content ._once ._link:hover span:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
  .teracce-how-to-enjoy ._content ._once ._link {
    margin: 0 0 15px 0;
  }
}

.page-footer-information {
  padding: 60px 0 100px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-footer-information {
    padding: 5vw 0 8.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-footer-information {
    padding: 45px 0 75px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-footer-information {
    padding: 30px 0 50px 0;
  }
}
.page-footer-information .title-border {
  text-align: center;
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-footer-information .title-border {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-footer-information .title-border {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-footer-information .title-border {
    margin: 0 0 20px 0;
  }
}
.page-footer-information .title-border ._title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 4rem;
  letter-spacing: 0rem;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-footer-information .title-border ._title {
    font-size: 3.3vw;
  }
}
@media only screen and (max-width: 640px) {
  .page-footer-information .title-border ._title {
    font-size: 3.5rem;
  }
}
.g-kart .page-footer-information .title-border ._title {
  color: #fff;
}
.page-footer-information .title-border ._title:first-letter {
  color: #0b8512;
}
.winter .page-footer-information .title-border ._title:first-letter {
  color: #0c61b8;
}
.g-kart .page-footer-information .title-border ._title:first-letter {
  color: #e16100;
}
@media only screen and (max-width: 640px) {
  .page-footer-information .title-border ._title {
    margin: 0 0 20px 0;
  }
}
.page-footer-information .title-border ._sub-title {
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin: -5px 0 0 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-footer-information .title-border ._sub-title {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 640px) {
  .page-footer-information .title-border ._sub-title {
    font-size: 1.4rem;
  }
}
.page-footer-information .title-border ._sub-title:before {
  content: "";
  position: absolute;
  display: inline-block;
}
.page-footer-information .title-border ._sub-title:before {
  width: 35%;
  height: 3px;
  background: #fff;
  position: absolute;
  top: -11px;
  left: 30%;
}
.page-footer-information ._menu-list {
  width: 1000px;
  margin: 0 auto 60px;
  background: #fff;
  padding: 30px 40px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 1000px) {
  .page-footer-information ._menu-list {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page-footer-information ._menu-list {
    font-size: 1.3rem;
    padding: 15px 20px;
  }
}
.page-footer-information ._menu-list ._float-wrap ._left {
  float: left;
  width: calc(50% - 25px);
  margin: 0 50px 0 0;
}
@media only screen and (max-width: 768px) {
  .page-footer-information ._menu-list ._float-wrap ._left {
    float: none;
    width: 80%;
    margin: 0 0 20px 0;
  }
}
.page-footer-information ._menu-list ._float-wrap ._right {
  float: right;
  width: calc(50% - 25px);
}
@media only screen and (max-width: 768px) {
  .page-footer-information ._menu-list ._float-wrap ._right {
    float: none;
    width: 80%;
  }
}
.page-footer-information ._menu-list b {
  color: #0c61b8;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .page-footer-information ._menu-list b {
    font-size: 1.3rem;
  }
}
.page-footer-information ._menu-list .__title {
  text-align: center;
  font-weight: bold;
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-footer-information ._menu-list .__title {
    margin: 0 0 3.3vw 0;
  }
}
.page-footer-information .page-footer-information-inner {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
  .page-footer-information .page-footer-information-inner {
    width: 100%;
  }
}
.page-footer-information .page-footer-information-inner ._content {
  background: #fff;
  padding: 30px 40px;
  font-family: "ヒラギノ角ゴ Pro W3";
  line-height: 2;
  margin: 0 0 30px 0;
}
.g-kart .page-footer-information .page-footer-information-inner ._content {
  background: #111;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .page-footer-information .page-footer-information-inner ._content {
    padding: 15px 20px;
    margin: 0 0 20px 0;
  }
}
.page-footer-information .page-footer-information-inner ._content span {
  padding: 5px;
}
.page-footer-information .page-footer-information-inner ._text {
  padding: 0 40px;
  line-height: 1.8;
}
@media only screen and (max-width: 640px) {
  .page-footer-information .page-footer-information-inner ._text {
    padding: 0;
  }
}
.howtoenjoy .page-footer-information .page-footer-information-inner ._text {
  text-align: center;
  padding: 0;
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .howtoenjoy .page-footer-information .page-footer-information-inner ._text {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .howtoenjoy .page-footer-information .page-footer-information-inner ._text {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .howtoenjoy .page-footer-information .page-footer-information-inner ._text {
    margin: 0 0 20px 0;
  }
}
.page-footer-information .page-footer-information-inner .page-footer-sns {
  text-align: center;
}
.page-footer-information .page-footer-information-inner .page-footer-sns .__title {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
  border: 3px solid #000;
  display: inline-block;
  padding: 12px 70px;
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-footer-information .page-footer-information-inner .page-footer-sns .__title {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-footer-information .page-footer-information-inner .page-footer-sns .__title {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-footer-information .page-footer-information-inner .page-footer-sns .__title {
    margin: 0 0 20px 0;
  }
}
.page-footer-information .page-footer-information-inner .page-footer-sns ul {
  width: 29%;
  margin: 0 auto;
}
@media only screen and (max-width: 415px) {
  .page-footer-information .page-footer-information-inner .page-footer-sns ul {
    width: 80%;
  }
}
.page-footer-information .page-footer-information-inner .page-footer-sns ul li {
  width: 20%;
  display: inline-block;
  margin: 0 3px;
}
@media only screen and (max-width: 768px) {
  .page-footer-information .page-footer-information-inner .page-footer-sns ul li {
    width: 30%;
    margin: 0 3px 6px;
  }
}
@media only screen and (max-width: 640px) {
  .page-footer-information .page-footer-information-inner .page-footer-sns ul li {
    width: 20%;
    display: inline-block;
    margin: 0 3px;
  }
}
.page-footer-information .page-footer-information-inner .page-footer-sns ul li a {
  background: #fff;
  border-radius: 30px;
  width: 56px;
  height: 56px;
  display: inline-block;
  padding: 14px 4px;
}
.page-footer-information .page-footer-information-inner .page-footer-sns ul li a img {
  width: 50%;
}
.page-footer-information .page-footer-information-inner .page-footer-sns ul li a:hover img {
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.page-howtoenjoy {
  padding: 60px 0 80px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-howtoenjoy {
    padding: 5vw 0 6.7vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-howtoenjoy {
    padding: 45px 0 60px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-howtoenjoy {
    padding: 30px 0 40px 0;
  }
}
.page-howtoenjoy ._wrap {
  width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .page-howtoenjoy ._wrap {
    width: 100%;
  }
}
.page-howtoenjoy ._wrap ._once {
  margin: 0 0 40px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #dedede;
  position: relative;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-howtoenjoy ._wrap ._once {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-howtoenjoy ._wrap ._once {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-howtoenjoy ._wrap ._once {
    margin: 0 0 20px 0;
  }
}
.page-howtoenjoy ._wrap ._once:last-child {
  border: none;
  padding: 0;
}
.page-howtoenjoy ._wrap ._once:nth-child(2n) ._title {
  right: 90px;
}
@media only screen and (max-width: 768px) {
  .page-howtoenjoy ._wrap ._once:nth-child(2n) ._title {
    right: -10%;
  }
}
.page-howtoenjoy ._wrap ._once ._title {
  font-size: 2.2rem;
  font-weight: 500;
  background: rgba(11, 133, 18, 0.9);
  color: #fff;
  display: inline-block;
  padding: 10px 30px 12px 30px;
  margin: -24px 0 0 30px;
  z-index: 1;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .page-howtoenjoy ._wrap ._once ._title {
    font-size: 2rem;
    padding: 8px 18px;
    position: relative;
    width: 90%;
    margin: -40px 0 20px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-howtoenjoy ._wrap ._once ._title {
    font-size: 1.8rem;
    padding: 7px 14px;
    position: relative;
    width: 90%;
    margin: -30px 0 10px 0;
  }
}
.page-howtoenjoy ._wrap ._once ._text {
  margin: 50px 30px 30px 30px;
}
@media only screen and (max-width: 768px) {
  .page-howtoenjoy ._wrap ._once ._text {
    margin: 0 0 15px 0;
  }
}
.page-howtoenjoy ._wrap ._once ._attention {
  font-size: 1.4rem;
  border: 2px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  margin: 0 30px 30px 30px;
}
@media only screen and (max-width: 768px) {
  .page-howtoenjoy ._wrap ._once ._attention {
    margin: 0 0 30px 0;
    padding: 15px;
  }
}
.page-howtoenjoy ._wrap ._once ._attention span {
  color: #0b8512;
}
.page-howtoenjoy ._wrap ._once ._attention ._border {
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ccc;
  margin: 0 0 10px 0;
  padding: 10px 0 0 0;
}
.page-howtoenjoy ._wrap ._once ._link {
  display: inline-block;
  border-radius: 50px;
  text-align: left;
  color: #0b8512;
  border: none;
  font-size: 1.6rem;
  padding: 10px 35px;
  border: 1px solid #0b8512;
}
.winter .page-howtoenjoy ._wrap ._once ._link {
  color: #0c61b8;
  border: 1px solid #0c61b8;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-howtoenjoy ._wrap ._once ._link {
    border-radius: 4.2vw;
    font-size: 1.3vw;
    padding: 0.8vw 2.9vw;
  }
}
@media only screen and (max-width: 415px) {
  .page-howtoenjoy ._wrap ._once ._link {
    font-size: 1.4rem;
    padding: 10px 17px;
  }
}
.page-howtoenjoy ._wrap ._once ._link span {
  position: relative;
  padding: 0 40px 0 0;
}
.page-howtoenjoy ._wrap ._once ._link span:before {
  content: "";
  position: absolute;
  display: inline-block;
}
.page-howtoenjoy ._wrap ._once ._link span:after {
  content: "";
  position: absolute;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-howtoenjoy ._wrap ._once ._link span {
    padding: 0 3.3vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-howtoenjoy ._wrap ._once ._link span {
    display: block;
    padding: 0 20px 0 0;
  }
}
.page-howtoenjoy ._wrap ._once ._link span:before {
  top: 13px;
  left: unset;
  right: 0px;
  width: 25px;
  height: 1px;
  background: #0b8512;
}
.winter .page-howtoenjoy ._wrap ._once ._link span:before {
  background: #0c61b8;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-howtoenjoy ._wrap ._once ._link span:before {
    top: 1.1vw;
    width: 2.1vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-howtoenjoy ._wrap ._once ._link span:before {
    width: 15px;
    top: 50%;
  }
}
.page-howtoenjoy ._wrap ._once ._link span:after {
  top: 10px;
  left: unset;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #0b8512;
  border-right: 1px solid #0b8512;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.winter .page-howtoenjoy ._wrap ._once ._link span:after {
  border-top: 1px solid #0c61b8;
  border-right: 1px solid #0c61b8;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-howtoenjoy ._wrap ._once ._link span:after {
    top: 0.8vw;
    width: 0.5vw;
    height: 0.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-howtoenjoy ._wrap ._once ._link span:after {
    top: calc(50% - 3px);
  }
}
.page-howtoenjoy ._wrap ._once ._link:hover {
  background: #0b8512;
  color: #fff;
  border: 1px solid #0b8512;
}
.winter .page-howtoenjoy ._wrap ._once ._link:hover {
  background: #0c61b8;
  border: 1px solid #0c61b8;
}
.page-howtoenjoy ._wrap ._once ._link:hover span:before {
  background: #fff;
}
.page-howtoenjoy ._wrap ._once ._link:hover span:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.page-howtoenjoy ._wrap ._once .__wrap {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  .page-howtoenjoy ._wrap ._once .__wrap {
    width: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .page-howtoenjoy ._wrap ._once .__wrap {
    width: 60%;
  }
}
.page-howtoenjoy ._wrap ._once .__wrap ._link {
  display: inline-block;
  border-radius: 50px;
  text-align: left;
  color: #0b8512;
  border: none;
  font-size: 1.6rem;
  padding: 10px 35px;
  border: 1px solid #0b8512;
  display: block;
  margin: 0 0 10px 30px;
}
.winter .page-howtoenjoy ._wrap ._once .__wrap ._link {
  color: #0c61b8;
  border: 1px solid #0c61b8;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-howtoenjoy ._wrap ._once .__wrap ._link {
    border-radius: 4.2vw;
    font-size: 1.3vw;
    padding: 0.8vw 2.9vw;
  }
}
@media only screen and (max-width: 415px) {
  .page-howtoenjoy ._wrap ._once .__wrap ._link {
    font-size: 1.4rem;
    padding: 10px 17px;
  }
}
.page-howtoenjoy ._wrap ._once .__wrap ._link span {
  position: relative;
  padding: 0 40px 0 0;
}
.page-howtoenjoy ._wrap ._once .__wrap ._link span:before {
  content: "";
  position: absolute;
  display: inline-block;
}
.page-howtoenjoy ._wrap ._once .__wrap ._link span:after {
  content: "";
  position: absolute;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-howtoenjoy ._wrap ._once .__wrap ._link span {
    padding: 0 3.3vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-howtoenjoy ._wrap ._once .__wrap ._link span {
    display: block;
    padding: 0 20px 0 0;
  }
}
.page-howtoenjoy ._wrap ._once .__wrap ._link span:before {
  top: 13px;
  left: unset;
  right: 0px;
  width: 25px;
  height: 1px;
  background: #0b8512;
}
.winter .page-howtoenjoy ._wrap ._once .__wrap ._link span:before {
  background: #0c61b8;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-howtoenjoy ._wrap ._once .__wrap ._link span:before {
    top: 1.1vw;
    width: 2.1vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-howtoenjoy ._wrap ._once .__wrap ._link span:before {
    width: 15px;
    top: 50%;
  }
}
.page-howtoenjoy ._wrap ._once .__wrap ._link span:after {
  top: 10px;
  left: unset;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #0b8512;
  border-right: 1px solid #0b8512;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.winter .page-howtoenjoy ._wrap ._once .__wrap ._link span:after {
  border-top: 1px solid #0c61b8;
  border-right: 1px solid #0c61b8;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-howtoenjoy ._wrap ._once .__wrap ._link span:after {
    top: 0.8vw;
    width: 0.5vw;
    height: 0.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-howtoenjoy ._wrap ._once .__wrap ._link span:after {
    top: calc(50% - 3px);
  }
}
.page-howtoenjoy ._wrap ._once .__wrap ._link:hover {
  background: #0b8512;
  color: #fff;
  border: 1px solid #0b8512;
}
.winter .page-howtoenjoy ._wrap ._once .__wrap ._link:hover {
  background: #0c61b8;
  border: 1px solid #0c61b8;
}
.page-howtoenjoy ._wrap ._once .__wrap ._link:hover span:before {
  background: #fff;
}
.page-howtoenjoy ._wrap ._once .__wrap ._link:hover span:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
  .page-howtoenjoy ._wrap ._once .__wrap ._link {
    margin: 0 0 10px 0;
  }
}
.page-howtoenjoy ._wrap ._once .__wrap ._link span {
  display: block;
}

.page-course-content-top {
  padding: 60px 0 80px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-course-content-top {
    padding: 5vw 0 6.7vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-course-content-top {
    padding: 45px 0 60px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-course-content-top {
    padding: 30px 0 40px 0;
  }
}
.page-course-content-top ._inner {
  width: 1000px;
}
@media only screen and (max-width: 1000px) {
  .page-course-content-top ._inner {
    width: 100%;
  }
}

.page-course-title {
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-course-title {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-course-title {
    margin: 0 0 20px 0;
  }
}
.page-course-title ._left {
  float: left;
  margin: 0 70px 0 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-course-title ._left {
    margin: 0 5.8vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-course-title ._left {
    float: none;
  }
}
.page-course-title ._left ._title {
  font-size: 2.9rem;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-course-title ._left ._title {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-course-title ._left ._title {
    font-size: 2.4rem;
  }
}
.page-course-title ._left ._updated-date {
  font-size: 1.6rem;
  color: #0c61b8;
}
@media only screen and (max-width: 768px) {
  .page-course-title ._left ._updated-date {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-course-title ._left ._updated-date {
    font-size: 1.3vw;
  }
}
.page-course-title ._right p {
  padding: 10px 0 0 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-course-title ._right p {
    padding: 0.8vw 0 0 0;
  }
}

table.winter-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0 0 60px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  table.winter-table {
    margin: 0 0 5vw 0;
  }
}
@media only screen and (max-width: 768px) {
  table.winter-table {
    margin: 0 0 40px 0;
  }
}
table.winter-table th {
  padding: 10px;
  text-align: left;
  vertical-align: top;
  background: #0c61b8;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3";
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  table.winter-table th {
    padding: 0.8vw;
  }
}
table.winter-table th:first-child {
  padding: 10px 10px 10px 40px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  table.winter-table th:first-child {
    padding: 0.8vw 0.8vw 0.8vw 3.3vw;
  }
}
table.winter-table th:last-child {
  padding: 10px 40px 10px 10px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  table.winter-table th:last-child {
    padding: 0.8vw 3.3vw 0.8vw 0.8vw;
  }
}
table.winter-table td {
  font-size: 1.5rem;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  border-bottom: #dedede 1px solid;
  font-family: "ヒラギノ角ゴ Pro W3";
}
@media only screen and (max-width: 768px) {
  table.winter-table td {
    border: none;
    font-size: 1.4rem;
    padding: 10px 10px 0 120px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  table.winter-table td {
    font-size: 1.3vw;
    padding: 0.8vw;
  }
}
table.winter-table td:first-child {
  padding: 10px 10px 10px 40px;
}
@media only screen and (max-width: 768px) {
  table.winter-table td:first-child {
    padding: 8px 10px 8px 20px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  table.winter-table td:first-child {
    padding: 0.8vw 0.8vw 0.8vw 3.3vw;
  }
}
table.winter-table td:last-child {
  padding: 10px 40px 10px 10px;
}
@media only screen and (max-width: 768px) {
  table.winter-table td:last-child {
    padding: 10px 10px 10px 120px;
    min-height: 43px;
    border-bottom: 1px solid #dedede;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  table.winter-table td:last-child {
    padding: 0.8vw 3.3vw 0.8vw 0.8vw;
  }
}
table.winter-table td a {
  text-decoration: underline;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  table.winter-table td a {
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  table.winter-table td a:hover {
    color: #fff;
  }
}
table.winter-table._last {
  margin: 0;
}
table.winter-table._01 {
  background: #fff;
}
@media only screen and (max-width: 768px) {
  table.winter-table._01 tr:first-child {
    display: none;
  }
}
table.winter-table._01 th:nth-child(1) {
  width: 20%;
}
table.winter-table._01 th:nth-child(2) {
  width: 15%;
}
table.winter-table._01 th:nth-child(3) {
  width: 15%;
}
table.winter-table._01 th:nth-child(4) {
  width: 50%;
}
table.winter-table._01 td:nth-child(1) {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  table.winter-table._01 td:nth-child(1) {
    width: 100%;
    display: block;
    background: #0c61b8;
    color: #fff;
  }
}
table.winter-table._01 td:nth-child(2) {
  width: 15%;
}
@media only screen and (max-width: 768px) {
  table.winter-table._01 td:nth-child(2) {
    width: 100%;
    display: block;
    position: relative;
  }
  table.winter-table._01 td:nth-child(2):before {
    content: "";
    position: absolute;
    display: inline-block;
  }
  table.winter-table._01 td:nth-child(2):before {
    content: "営業状況";
    top: 10px;
    left: 20px;
  }
}
table.winter-table._01 td:nth-child(3) {
  width: 15%;
}
@media only screen and (max-width: 768px) {
  table.winter-table._01 td:nth-child(3) {
    width: 100%;
    display: block;
    position: relative;
  }
  table.winter-table._01 td:nth-child(3):before {
    content: "";
    position: absolute;
    display: inline-block;
  }
  table.winter-table._01 td:nth-child(3):before {
    content: "営業予定時間";
    top: 10px;
    left: 20px;
  }
}
table.winter-table._01 td:nth-child(4) {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  table.winter-table._01 td:nth-child(4) {
    width: 100%;
    display: block;
    position: relative;
  }
  table.winter-table._01 td:nth-child(4):before {
    content: "";
    position: absolute;
    display: inline-block;
  }
  table.winter-table._01 td:nth-child(4):before {
    content: "備考";
    top: 10px;
    left: 20px;
  }
}
table.winter-table._02 {
  background: #fff;
}
@media only screen and (max-width: 768px) {
  table.winter-table._02 tr:first-child {
    display: none;
  }
}
table.winter-table._02 th {
  border: #0c61b8 1px solid;
}
table.winter-table._02 th:nth-child(1) {
  width: 30%;
}
table.winter-table._02 th:nth-child(2) {
  width: 30%;
}
table.winter-table._02 th:nth-child(3) {
  width: 10%;
}
table.winter-table._02 th:nth-child(4) {
  width: 10%;
}
table.winter-table._02 th:nth-child(5) {
  width: 10%;
}
table.winter-table._02 th:nth-child(6) {
  width: 10%;
}
@media only screen and (max-width: 768px) {
  table.winter-table._02 th {
    border: none;
  }
}
table.winter-table._02 td {
  border: #ddd 1px solid;
}
@media only screen and (max-width: 768px) {
  table.winter-table._02 td {
    padding: 10px 10px 0 180px;
    border: none;
  }
}
table.winter-table._02 td:nth-child(1) {
  width: 30%;
  padding: 8px 10px 8px 20px;
}
@media only screen and (max-width: 768px) {
  table.winter-table._02 td:nth-child(1) {
    width: 100%;
    display: block;
    background: #0c61b8;
    color: #fff;
  }
}
table.winter-table._02 td:nth-child(2) {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  table.winter-table._02 td:nth-child(2) {
    width: 100%;
    display: block;
    position: relative;
  }
  table.winter-table._02 td:nth-child(2):before {
    content: "";
    position: absolute;
    display: inline-block;
  }
  table.winter-table._02 td:nth-child(2):before {
    content: "使用できる時間・期間";
    top: 10px;
    left: 20px;
  }
}
table.winter-table._02 td:nth-child(3) {
  width: 10%;
}
@media only screen and (max-width: 768px) {
  table.winter-table._02 td:nth-child(3) {
    width: 100%;
    display: block;
    position: relative;
  }
  table.winter-table._02 td:nth-child(3):before {
    content: "";
    position: absolute;
    display: inline-block;
  }
  table.winter-table._02 td:nth-child(3):before {
    content: "大人";
    top: 10px;
    left: 20px;
  }
}
table.winter-table._02 td:nth-child(4) {
  width: 10%;
}
@media only screen and (max-width: 768px) {
  table.winter-table._02 td:nth-child(4) {
    width: 100%;
    display: block;
    position: relative;
  }
  table.winter-table._02 td:nth-child(4):before {
    content: "";
    position: absolute;
    display: inline-block;
  }
  table.winter-table._02 td:nth-child(4):before {
    content: "子供";
    top: 10px;
    left: 20px;
  }
}
table.winter-table._02 td:nth-child(5) {
  width: 10%;
}
@media only screen and (max-width: 768px) {
  table.winter-table._02 td:nth-child(5) {
    width: 100%;
    display: block;
    position: relative;
  }
  table.winter-table._02 td:nth-child(5):before {
    content: "";
    position: absolute;
    display: inline-block;
  }
  table.winter-table._02 td:nth-child(5):before {
    content: "シニア";
    top: 10px;
    left: 20px;
  }
}
table.winter-table._02 td:nth-child(6) {
  width: 10%;
}
@media only screen and (max-width: 768px) {
  table.winter-table._02 td:nth-child(6) {
    width: 100%;
    display: block;
    position: relative;
  }
  table.winter-table._02 td:nth-child(6):before {
    content: "";
    position: absolute;
    display: inline-block;
  }
  table.winter-table._02 td:nth-child(6):before {
    content: "幼児";
    top: 10px;
    left: 20px;
  }
}
table.winter-table._03 {
  background: #fff;
}
@media only screen and (max-width: 768px) {
  table.winter-table._03 tr:first-child {
    display: none;
  }
}
table.winter-table._03 th {
  border: #0c61b8 1px solid;
}
table.winter-table._03 th:nth-child(1) {
  width: 30%;
}
table.winter-table._03 th:nth-child(2) {
  width: 30%;
}
table.winter-table._03 th:nth-child(3) {
  width: 20%;
}
table.winter-table._03 th:nth-child(4) {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  table.winter-table._03 td {
    padding: 10px 10px 0 180px;
  }
}
table.winter-table._03 td:nth-child(1) {
  width: 30%;
  padding: 8px 10px 8px 20px;
}
@media only screen and (max-width: 768px) {
  table.winter-table._03 td:nth-child(1) {
    width: 100%;
    display: block;
    background: #0c61b8;
    color: #fff;
  }
}
table.winter-table._03 td:nth-child(2) {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  table.winter-table._03 td:nth-child(2) {
    width: 100%;
    display: block;
    position: relative;
  }
  table.winter-table._03 td:nth-child(2):before {
    content: "";
    position: absolute;
    display: inline-block;
  }
  table.winter-table._03 td:nth-child(2):before {
    content: "使用できる時間・期間";
    top: 10px;
    left: 20px;
  }
}
table.winter-table._03 td:nth-child(3) {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  table.winter-table._03 td:nth-child(3) {
    width: 100%;
    display: block;
    position: relative;
  }
  table.winter-table._03 td:nth-child(3):before {
    content: "";
    position: absolute;
    display: inline-block;
  }
  table.winter-table._03 td:nth-child(3):before {
    content: "平日";
    top: 10px;
    left: 20px;
  }
}
table.winter-table._03 td:nth-child(4) {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  table.winter-table._03 td:nth-child(4) {
    width: 100%;
    display: block;
    position: relative;
  }
  table.winter-table._03 td:nth-child(4):before {
    content: "";
    position: absolute;
    display: inline-block;
  }
  table.winter-table._03 td:nth-child(4):before {
    content: "土日祝日";
    top: 10px;
    left: 20px;
  }
}
.page-basic table.winter-table._04 {
  margin: 30px 0;
}
table.winter-table._04 th {
  text-align: left;
  vertical-align: top;
  background: #f0f0f0;
  color: #333;
  border: #ddd 1px solid;
}
@media only screen and (max-width: 768px) {
  table.winter-table._04 th {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 640px) {
  table.winter-table._04 th {
    font-size: 1.3rem;
  }
}
table.winter-table._04 th:first-child {
  padding: 10px;
}
table.winter-table._04 td {
  text-align: left;
  vertical-align: top;
  border: #ddd 1px solid;
}
@media only screen and (max-width: 768px) {
  table.winter-table._04 td {
    font-size: 1.4rem;
    padding: 10px;
  }
}
@media only screen and (max-width: 640px) {
  table.winter-table._04 td {
    font-size: 1.3rem;
  }
}

.page-course-introduction {
  padding: 60px 0 80px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-course-introduction {
    padding: 5vw 0 6.7vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-course-introduction {
    padding: 45px 0 60px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-course-introduction {
    padding: 30px 0 40px 0;
  }
}
.page-course-introduction ._float-wrap .course-once {
  width: calc(50% - 25px);
  float: left;
  margin: 0 50px 50px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-course-introduction ._float-wrap .course-once {
    width: calc(50% - 2.1vw);
    margin: 0 4.2vw 4.2vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-course-introduction ._float-wrap .course-once {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}
.page-course-introduction ._float-wrap .course-once:nth-child(2n) {
  margin: 0 0 50px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-course-introduction ._float-wrap .course-once:nth-child(2n) {
    margin: 0 0 4.2vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-course-introduction ._float-wrap .course-once:nth-child(2n) {
    margin: 0 0 20px 0;
  }
}
.page-course-introduction .course-once._course-a {
  position: relative;
  width: 100%;
  margin: 0 0 50px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-course-introduction .course-once._course-a {
    margin: 0 0 4.2vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-course-introduction .course-once._course-a {
    margin: 0 0 20px 0;
    padding: 0 15px;
  }
}
.page-course-introduction .course-once._course-a ._image {
  position: relative;
}
.page-course-introduction .course-once._course-a ._wrap {
  width: 575px;
  position: absolute;
  bottom: 85px;
  left: 170px;
  background: rgba(18, 102, 188, 0.9);
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-course-introduction .course-once._course-a ._wrap {
    width: 47.9vw;
    bottom: 7.1vw;
    left: 14.2vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-course-introduction .course-once._course-a ._wrap {
    width: 100%;
    position: unset;
    background: #0c61b8;
  }
}
.page-course-introduction .course-once._course-a ._wrap ._left ._name ._alphabet {
  font-size: 11rem;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-course-introduction .course-once._course-a ._wrap ._left ._name ._alphabet {
    font-size: 9.2vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-course-introduction .course-once._course-a ._wrap ._left ._name ._alphabet {
    font-size: 3rem;
  }
}
.page-course-introduction .course-once._course-a ._wrap ._left ._name ._small {
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-course-introduction .course-once._course-a ._wrap ._left ._name ._small {
    font-size: 1.3vw;
  }
}
.page-course-introduction .course-once._course-a ._wrap ._right {
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-course-introduction .course-once._course-a ._wrap ._right {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-course-introduction .course-once._course-a ._wrap ._right {
    font-size: 1.4rem;
  }
}
.page-course-introduction .course-once._course-d {
  position: relative;
  width: 100%;
  margin: 0 0 50px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-course-introduction .course-once._course-d {
    margin: 0 0 4.2vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-course-introduction .course-once._course-d {
    margin: 0 0 20px 0;
  }
}
.page-course-introduction .course-once._course-d ._image {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-course-introduction .course-once._course-d ._image {
    width: 100%;
  }
}
.page-course-introduction .course-once._course-d ._wrap {
  width: calc(50% - 25px);
  position: absolute;
  bottom: 100px;
  right: 0;
  background: rgba(18, 102, 188, 0.9);
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-course-introduction .course-once._course-d ._wrap {
    width: calc(50% - 2.1vw);
    bottom: 8.3vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-course-introduction .course-once._course-d ._wrap {
    width: 100%;
    position: unset;
    background: #0c61b8;
  }
}
.page-course-introduction .course-once._course-h {
  position: relative;
  width: 100%;
  margin: 0 0 50px -100px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-course-introduction .course-once._course-h {
    margin: 0 0 4.2vw -8.3vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-course-introduction .course-once._course-h {
    margin: 0 0 20px 0;
  }
}
.page-course-introduction .course-once._course-h ._image {
  position: relative;
  width: calc(50% - 25px);
  margin: 0 auto;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-course-introduction .course-once._course-h ._image {
    width: calc(50% - 2.1vw);
  }
}
@media only screen and (max-width: 768px) {
  .page-course-introduction .course-once._course-h ._image {
    width: 100%;
  }
}
.page-course-introduction .course-once._course-h ._wrap {
  width: calc(50% - 25px);
  position: absolute;
  bottom: 50px;
  right: 0;
  background: rgba(18, 102, 188, 0.9);
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-course-introduction .course-once._course-h ._wrap {
    width: calc(50% - 2.1vw);
    bottom: 4.2vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-course-introduction .course-once._course-h ._wrap {
    position: unset;
    width: 100%;
    background: #0c61b8;
  }
}
.page-course-introduction .course-once ._wrap {
  background: #0c61b8;
  padding: 45px 45px 45px 25px;
  color: #fff;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-course-introduction .course-once ._wrap {
    padding: 3.8vw 3.8vw 3.8vw 2.1vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-course-introduction .course-once ._wrap {
    padding: 25px;
  }
}
.page-course-introduction .course-once ._wrap ._left {
  width: 25%;
  float: left;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-course-introduction .course-once ._wrap ._left {
    width: 100%;
    float: none;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .page-course-introduction .course-once ._wrap ._left ._name {
    margin: 0 0 10px 0;
  }
}
.page-course-introduction .course-once ._wrap ._left ._name ._alphabet {
  font-size: 9rem;
  line-height: 1em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  display: block;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-course-introduction .course-once ._wrap ._left ._name ._alphabet {
    font-size: 7.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-course-introduction .course-once ._wrap ._left ._name ._alphabet {
    font-size: 3rem;
    display: inline;
  }
}
.page-course-introduction .course-once ._wrap ._left ._name ._alphabet .__small {
  font-size: 2.5rem;
  margin: 0 0 0 -5px;
  letter-spacing: 0em;
  line-height: 1em;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-course-introduction .course-once ._wrap ._left ._name ._alphabet .__small {
    font-size: 2.1vw;
    margin: 0 0 0 -0.4vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-course-introduction .course-once ._wrap ._left ._name ._alphabet .__small {
    font-size: 2.5rem;
    margin: 0;
  }
}
.page-course-introduction .course-once ._wrap ._left ._name ._small {
  font-size: 1.5rem;
  display: block;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-course-introduction .course-once ._wrap ._left ._name ._small {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-course-introduction .course-once ._wrap ._left ._name ._small {
    display: inline;
  }
}
.page-course-introduction .course-once ._wrap ._right {
  width: 75%;
  float: right;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 0 0 30px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-course-introduction .course-once ._wrap ._right {
    padding: 0 0 0 2.5vw;
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-course-introduction .course-once ._wrap ._right {
    width: 100%;
    float: none;
    border: none;
    padding: 0;
    font-size: 1.4rem;
  }
}
.page-course-introduction .course-once ._wrap ._right ._text {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-course-introduction .course-once ._wrap ._right ._text {
    margin: 0 0 1.7vw 0;
  }
}

.page-course-content-bottom {
  padding: 60px 0 80px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-course-content-bottom {
    padding: 5vw 0 6.7vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-course-content-bottom {
    padding: 45px 0 60px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-course-content-bottom {
    padding: 30px 0 40px 0;
  }
}
.page-course-content-bottom .course-bottom-once {
  margin: 0 0 50px 0;
  padding: 0 0 50px 0;
  border-bottom: 10px dotted #fff;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-course-content-bottom .course-bottom-once {
    margin: 0 0 4.2vw 0;
    padding: 0 0 4.2vw 0;
    border-bottom: 0.8vw dotted #fff;
  }
}
@media only screen and (max-width: 768px) {
  .page-course-content-bottom .course-bottom-once {
    border-bottom: 6px dotted #fff;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
  }
}
.page-course-content-bottom .course-bottom-once:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.page-course-content-bottom .course-bottom-once ._left {
  float: left;
  width: 55%;
}
@media only screen and (max-width: 768px) {
  .page-course-content-bottom .course-bottom-once ._left {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.page-course-content-bottom .course-bottom-once ._left ._main-image {
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-course-content-bottom .course-bottom-once ._left ._main-image {
    margin: 0 0 1.3vw 0;
  }
}
.page-course-content-bottom .course-bottom-once ._left ._sub-images img {
  float: left;
  width: calc(33% - 10px);
  margin: 0 15px 0 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-course-content-bottom .course-bottom-once ._left ._sub-images img {
    width: calc(33% - 0.8vw);
    margin: 0 1.3vw 0 0;
  }
}
.page-course-content-bottom .course-bottom-once ._left ._sub-images img:last-child {
  margin: 0;
}
.page-course-content-bottom .course-bottom-once ._right {
  width: 45%;
  padding: 50px 0 0 50px;
  float: left;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-course-content-bottom .course-bottom-once ._right {
    padding: 4.2vw 0 0 4.2vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-course-content-bottom .course-bottom-once ._right {
    width: 100%;
    padding: 0;
  }
}
.page-course-content-bottom .course-bottom-once ._right ._title {
  font-size: 3rem;
  color: #0c61b8;
  margin: 0 0 35px 0;
  font-weight: bold;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-course-content-bottom .course-bottom-once ._right ._title {
    font-size: 2.5vw;
    margin: 0 0 2.9vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-course-content-bottom .course-bottom-once ._right ._title {
    font-size: 2rem;
    margin: 0 0 10px 0;
  }
  .page-course-content-bottom .course-bottom-once ._right ._title br {
    display: none;
  }
}
.course-guide-content {
  padding: 60px 0 80px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .course-guide-content {
    padding: 5vw 0 6.7vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .course-guide-content {
    padding: 45px 0 60px 0;
  }
}
@media only screen and (max-width: 640px) {
  .course-guide-content {
    padding: 30px 0 40px 0;
  }
}
.course-guide-content .course-guide-once {
  position: relative;
  min-height: 528px;
  margin: 0 0 60px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .course-guide-content .course-guide-once {
    min-height: 36vw;
    margin: 0 0 5vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .course-guide-content .course-guide-once {
    min-height: unset;
    margin: 0 0 30px 0;
  }
}
.course-guide-content .course-guide-once:last-child {
  margin: 0;
}
.course-guide-content .course-guide-once ._image {
  position: absolute;
  width: 55%;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .course-guide-content .course-guide-once ._image {
    position: unset;
    width: 100%;
  }
}
.course-guide-content .course-guide-once ._inner {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .course-guide-content .course-guide-once ._inner {
    position: unset;
  }
}
.course-guide-content .course-guide-once ._inner ._title {
  position: absolute;
  width: 57%;
  background: rgba(18, 102, 188, 0.9);
  top: 50px;
  right: 0;
  color: #fff;
  font-size: 2.2rem;
  padding: 10px 20px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .course-guide-content .course-guide-once ._inner ._title {
    top: 4.2vw;
    font-size: 1.8vw;
    padding: 0.8vw 1.7vw;
  }
}
@media only screen and (max-width: 768px) {
  .course-guide-content .course-guide-once ._inner ._title {
    position: relative;
    width: 105%;
    font-size: 1.8rem;
    padding: 7px 14px;
    top: -20px;
    left: -15px;
  }
}
.course-guide-content .course-guide-once ._inner ._text {
  position: absolute;
  width: 40%;
  top: 150px;
  right: 0;
  line-height: 2;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .course-guide-content .course-guide-once ._inner ._text {
    font-size: 1.3vw;
    top: 12.5vw;
    padding: 0 30px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .course-guide-content .course-guide-once ._inner ._text {
    position: unset;
    width: 100%;
  }
}
.course-guide-content .course-guide-once ._inner ._text a._link {
  display: inline-block;
  border-radius: 50px;
  text-align: left;
  color: #0b8512;
  border: none;
  font-size: 1.6rem;
  padding: 10px 35px;
  border: 1px solid #0b8512;
  display: inline-block;
  text-decoration: none;
  margin: 0 0 10px 0;
  line-height: 1.7;
}
.winter .course-guide-content .course-guide-once ._inner ._text a._link {
  color: #0c61b8;
  border: 1px solid #0c61b8;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .course-guide-content .course-guide-once ._inner ._text a._link {
    border-radius: 4.2vw;
    font-size: 1.3vw;
    padding: 0.8vw 2.9vw;
  }
}
@media only screen and (max-width: 415px) {
  .course-guide-content .course-guide-once ._inner ._text a._link {
    font-size: 1.4rem;
    padding: 10px 17px;
  }
}
.course-guide-content .course-guide-once ._inner ._text a._link span {
  position: relative;
  padding: 0 40px 0 0;
}
.course-guide-content .course-guide-once ._inner ._text a._link span:before {
  content: "";
  position: absolute;
  display: inline-block;
}
.course-guide-content .course-guide-once ._inner ._text a._link span:after {
  content: "";
  position: absolute;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .course-guide-content .course-guide-once ._inner ._text a._link span {
    padding: 0 3.3vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .course-guide-content .course-guide-once ._inner ._text a._link span {
    display: block;
    padding: 0 20px 0 0;
  }
}
.course-guide-content .course-guide-once ._inner ._text a._link span:before {
  top: 13px;
  left: unset;
  right: 0px;
  width: 25px;
  height: 1px;
  background: #0b8512;
}
.winter .course-guide-content .course-guide-once ._inner ._text a._link span:before {
  background: #0c61b8;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .course-guide-content .course-guide-once ._inner ._text a._link span:before {
    top: 1.1vw;
    width: 2.1vw;
  }
}
@media only screen and (max-width: 768px) {
  .course-guide-content .course-guide-once ._inner ._text a._link span:before {
    width: 15px;
    top: 50%;
  }
}
.course-guide-content .course-guide-once ._inner ._text a._link span:after {
  top: 10px;
  left: unset;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #0b8512;
  border-right: 1px solid #0b8512;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.winter .course-guide-content .course-guide-once ._inner ._text a._link span:after {
  border-top: 1px solid #0c61b8;
  border-right: 1px solid #0c61b8;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .course-guide-content .course-guide-once ._inner ._text a._link span:after {
    top: 0.8vw;
    width: 0.5vw;
    height: 0.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .course-guide-content .course-guide-once ._inner ._text a._link span:after {
    top: calc(50% - 3px);
  }
}
.course-guide-content .course-guide-once ._inner ._text a._link:hover {
  background: #0b8512;
  color: #fff;
  border: 1px solid #0b8512;
}
.winter .course-guide-content .course-guide-once ._inner ._text a._link:hover {
  background: #0c61b8;
  border: 1px solid #0c61b8;
}
.course-guide-content .course-guide-once ._inner ._text a._link:hover span:before {
  background: #fff;
}
.course-guide-content .course-guide-once ._inner ._text a._link:hover span:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .course-guide-content .course-guide-once ._inner ._text a._link {
    margin: 0 0 0.8vw 0;
  }
}
.course-guide-content .course-guide-once:nth-child(2n) ._image {
  left: unset;
  right: 0;
}
.course-guide-content .course-guide-once:nth-child(2n) ._title {
  left: 0;
  right: unset;
}
.course-guide-content .course-guide-once:nth-child(2n) ._text {
  left: 0;
  right: unset;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .course-guide-content .course-guide-once:nth-child(2n) ._text {
    padding: 0 0 0 30px;
  }
}
.course-guide-content .course-guide-once:nth-child(4) {
  min-height: 578px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .course-guide-content .course-guide-once:nth-child(4) {
    min-height: 48.2vw;
  }
}
@media only screen and (max-width: 768px) {
  .course-guide-content .course-guide-once:nth-child(4) {
    min-height: unset;
  }
}
.course-guide-content .course-guide-once:nth-child(4) ._text a._link {
  display: block;
  width: 80%;
}
.course-guide-content .course-guide-once:nth-child(4) ._text a._link span {
  display: block;
}
.course-guide-content .course-guide-once:nth-child(4) ._text a._link span:before {
  right: 0;
}
.course-guide-content .course-guide-once:nth-child(4) ._text a._link span:after {
  right: 0;
}

.snow-attraction-content {
  padding: 60px 0 80px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .snow-attraction-content {
    padding: 5vw 0 6.7vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .snow-attraction-content {
    padding: 45px 0 60px 0;
  }
}
@media only screen and (max-width: 640px) {
  .snow-attraction-content {
    padding: 30px 0 40px 0;
  }
}
.snow-attraction-content ._title {
  font-size: 2.7rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 50px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .snow-attraction-content ._title {
    font-size: 2.3vw;
    margin: 0 0 4.2vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .snow-attraction-content ._title {
    font-size: 1.8rem;
    margin: 0 0 25px 0;
  }
}
.snow-attraction-content ._title b {
  color: #0c61b8;
}
.snow-attraction-content ._wrap {
  position: relative;
  min-height: 600px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .snow-attraction-content ._wrap {
    min-height: 50vw;
  }
}
@media only screen and (max-width: 768px) {
  .snow-attraction-content ._wrap {
    min-height: unset;
  }
}
.snow-attraction-content ._wrap ._main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .snow-attraction-content ._wrap ._main-image {
    width: 100%;
    position: unset;
    margin: 0 0 10px 0;
  }
}
.snow-attraction-content ._wrap ._sub-image {
  position: absolute;
  bottom: -150px;
  right: 0;
  width: 35%;
  z-index: 2;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .snow-attraction-content ._wrap ._sub-image {
    bottom: -12.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .snow-attraction-content ._wrap ._sub-image {
    width: 100%;
    position: unset;
    margin: 0 0 15px 0;
  }
}
.snow-attraction-content ._text {
  width: 60%;
  padding: 50px 0 0 80px;
  line-height: 2;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .snow-attraction-content ._text {
    padding: 4.2vw 0 0 6.7vw;
  }
}
@media only screen and (max-width: 768px) {
  .snow-attraction-content ._text {
    width: 100%;
    padding: 0;
    line-height: 1.7;
  }
}

.snow-attraction-content02 {
  padding: 60px 0 80px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .snow-attraction-content02 {
    padding: 5vw 0 6.7vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .snow-attraction-content02 {
    padding: 45px 0 60px 0;
  }
}
@media only screen and (max-width: 640px) {
  .snow-attraction-content02 {
    padding: 30px 0 40px 0;
  }
}
.snow-attraction-content02 ._title {
  font-size: 2.7rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 50px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .snow-attraction-content02 ._title {
    font-size: 2.3vw;
    margin: 0 0 4.2vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .snow-attraction-content02 ._title {
    font-size: 1.8rem;
    margin: 0 0 25px 0;
  }
}
.snow-attraction-content02 ._title b {
  color: #0c61b8;
}
.snow-attraction-content02 .snowland-images {
  padding: 0 15px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .snow-attraction-content02 .snowland-images {
    padding: 0 1.3vw;
  }
}
.snow-attraction-content02 .snowland-images img {
  width: calc(33.33% - 10px);
  margin: 0 15px 0 0;
}
@media only screen and (max-width: 768px) {
  .snow-attraction-content02 .snowland-images img {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .snow-attraction-content02 .snowland-images img {
    margin: 0 1.3vw 0 0;
  }
}
.snow-attraction-content02 .snowland-images img:nth-child(3) {
  margin: 0;
}
.snow-attraction-content02 ._text {
  line-height: 2;
  width: 70%;
  margin: 70px auto;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .snow-attraction-content02 ._text {
    margin: 5.8vw auto;
  }
}
@media only screen and (max-width: 768px) {
  .snow-attraction-content02 ._text {
    width: 100%;
    margin: 10px 0 30px;
  }
}
.snow-attraction-content02 .rental-title {
  background: #0c61b8;
  padding: 10px 30px;
  font-size: 1.9rem;
  font-weight: 500;
  margin: 0 auto 40px;
  width: 40%;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .snow-attraction-content02 .rental-title {
    font-size: 1.6vw;
    padding: 0.8vw 2.5vw;
    margin: 0 auto 3.3vw;
  }
}
@media only screen and (max-width: 768px) {
  .snow-attraction-content02 .rental-title {
    width: 100%;
    font-size: 1.5rem;
    padding: 5px 10px;
    margin: 0 auto 10px;
  }
}
.snow-attraction-content02 .rental-images {
  width: 70%;
  margin: 0 auto 50px;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .snow-attraction-content02 .rental-images {
    margin: 0 auto 4.2vw;
  }
}
@media only screen and (max-width: 768px) {
  .snow-attraction-content02 .rental-images {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.snow-attraction-content02 .rental-images img {
  width: 250px;
  padding: 0 7.5px 20px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .snow-attraction-content02 .rental-images img {
    width: 20.8vw;
    padding: 0 0.625vw 1.7vw;
  }
}
@media only screen and (max-width: 768px) {
  .snow-attraction-content02 .rental-images img {
    width: calc(50% - 5px);
    margin: 0 10px 10px 0;
    padding: 0;
  }
  .snow-attraction-content02 .rental-images img:nth-child(2n) {
    margin: 0 0 10px 0;
  }
}
.snow-attraction-content02 .snowland-hours {
  background: #fff;
  width: 85%;
  padding: 30px 70px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .snow-attraction-content02 .snowland-hours {
    padding: 2.5vw 5.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .snow-attraction-content02 .snowland-hours {
    width: 100%;
    padding: 20px;
  }
}
.snow-attraction-content02 .snowland-hours ._title {
  color: #0c61b8;
  font-size: 1.9rem;
  margin: 0 0 25px 0;
  font-weight: 600;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .snow-attraction-content02 .snowland-hours ._title {
    font-size: 1.6vw;
    margin: 0 0 2.1vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .snow-attraction-content02 .snowland-hours ._title {
    margin: 0 0 15px 0;
  }
}
.snow-attraction-content02 .snowland-hours ._text {
  width: 100%;
  margin: 0;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .snow-attraction-content02 .snowland-hours ._text {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}

.snow-attraction-content-bottom {
  padding: 60px 0 80px 0;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .snow-attraction-content-bottom {
    padding: 5vw 0 6.7vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .snow-attraction-content-bottom {
    padding: 45px 0 60px 0;
  }
}
@media only screen and (max-width: 640px) {
  .snow-attraction-content-bottom {
    padding: 30px 0 40px 0;
  }
}
.snow-attraction-content-bottom ._title {
  font-size: 2.3rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .snow-attraction-content-bottom ._title {
    font-size: 1.9vw;
    margin: 0 0 2.5vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .snow-attraction-content-bottom ._title {
    font-size: 1.6rem;
    margin: 0 0 15px 0;
  }
}
.snow-attraction-content-bottom ._title b {
  color: #0c61b8;
}
.snow-attraction-content-bottom ._text {
  margin: 0 0 50px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .snow-attraction-content-bottom ._text {
    margin: 0 0 4.2vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .snow-attraction-content-bottom ._text {
    margin: 0 0 20px 0;
  }
}
.snow-attraction-content-bottom ._link {
  display: inline-block;
  border-radius: 50px;
  text-align: left;
  color: #0b8512;
  border: none;
  font-size: 1.6rem;
  padding: 10px 35px;
  border: 1px solid #0b8512;
}
.winter .snow-attraction-content-bottom ._link {
  color: #0c61b8;
  border: 1px solid #0c61b8;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .snow-attraction-content-bottom ._link {
    border-radius: 4.2vw;
    font-size: 1.3vw;
    padding: 0.8vw 2.9vw;
  }
}
@media only screen and (max-width: 415px) {
  .snow-attraction-content-bottom ._link {
    font-size: 1.4rem;
    padding: 10px 17px;
  }
}
.snow-attraction-content-bottom ._link span {
  position: relative;
  padding: 0 40px 0 0;
}
.snow-attraction-content-bottom ._link span:before {
  content: "";
  position: absolute;
  display: inline-block;
}
.snow-attraction-content-bottom ._link span:after {
  content: "";
  position: absolute;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .snow-attraction-content-bottom ._link span {
    padding: 0 3.3vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .snow-attraction-content-bottom ._link span {
    display: block;
    padding: 0 20px 0 0;
  }
}
.snow-attraction-content-bottom ._link span:before {
  top: 13px;
  left: unset;
  right: 0px;
  width: 25px;
  height: 1px;
  background: #0b8512;
}
.winter .snow-attraction-content-bottom ._link span:before {
  background: #0c61b8;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .snow-attraction-content-bottom ._link span:before {
    top: 1.1vw;
    width: 2.1vw;
  }
}
@media only screen and (max-width: 768px) {
  .snow-attraction-content-bottom ._link span:before {
    width: 15px;
    top: 50%;
  }
}
.snow-attraction-content-bottom ._link span:after {
  top: 10px;
  left: unset;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #0b8512;
  border-right: 1px solid #0b8512;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.winter .snow-attraction-content-bottom ._link span:after {
  border-top: 1px solid #0c61b8;
  border-right: 1px solid #0c61b8;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .snow-attraction-content-bottom ._link span:after {
    top: 0.8vw;
    width: 0.5vw;
    height: 0.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .snow-attraction-content-bottom ._link span:after {
    top: calc(50% - 3px);
  }
}
.snow-attraction-content-bottom ._link:hover {
  background: #0b8512;
  color: #fff;
  border: 1px solid #0b8512;
}
.winter .snow-attraction-content-bottom ._link:hover {
  background: #0c61b8;
  border: 1px solid #0c61b8;
}
.snow-attraction-content-bottom ._link:hover span:before {
  background: #fff;
}
.snow-attraction-content-bottom ._link:hover span:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.lift-opening-hour .title-border {
  text-align: center;
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .lift-opening-hour .title-border {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .lift-opening-hour .title-border {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .lift-opening-hour .title-border {
    margin: 0 0 20px 0;
  }
}
.lift-opening-hour .title-border ._title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 4rem;
  letter-spacing: 0rem;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .lift-opening-hour .title-border ._title {
    font-size: 3.3vw;
  }
}
@media only screen and (max-width: 640px) {
  .lift-opening-hour .title-border ._title {
    font-size: 3.5rem;
  }
}
.g-kart .lift-opening-hour .title-border ._title {
  color: #fff;
}
.lift-opening-hour .title-border ._title:first-letter {
  color: #0b8512;
}
.winter .lift-opening-hour .title-border ._title:first-letter {
  color: #0c61b8;
}
.g-kart .lift-opening-hour .title-border ._title:first-letter {
  color: #e16100;
}
@media only screen and (max-width: 640px) {
  .lift-opening-hour .title-border ._title {
    margin: 0 0 20px 0;
  }
}
.lift-opening-hour .title-border ._sub-title {
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin: -5px 0 0 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .lift-opening-hour .title-border ._sub-title {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 640px) {
  .lift-opening-hour .title-border ._sub-title {
    font-size: 1.4rem;
  }
}
.lift-opening-hour .title-border ._sub-title:before {
  content: "";
  position: absolute;
  display: inline-block;
}
.lift-opening-hour .title-border ._sub-title:before {
  width: 35%;
  height: 3px;
  background: #f5f5f5;
  position: absolute;
  top: -11px;
  left: 30%;
}
.lift-opening-hour ._text {
  width: 80%;
  margin: 0 auto 60px auto;
  background-color: #f5f5f5;
  padding: 30px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .lift-opening-hour ._text {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 768px) {
  .lift-opening-hour ._text {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .lift-opening-hour ._text {
    margin: 0 auto 5vw auto;
    padding: 2.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .lift-opening-hour ._text {
    width: 100%;
    margin: 0 0 60px 0;
  }
}

.lift-ticket-and-price {
  margin: 0 0 80px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .lift-ticket-and-price {
    margin: 0 0 6.7vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .lift-ticket-and-price {
    margin: 0 0 60px 0;
  }
}
@media only screen and (max-width: 640px) {
  .lift-ticket-and-price {
    margin: 0 0 40px 0;
  }
}
.lift-ticket-and-price .title-border {
  text-align: center;
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .lift-ticket-and-price .title-border {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .lift-ticket-and-price .title-border {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .lift-ticket-and-price .title-border {
    margin: 0 0 20px 0;
  }
}
.lift-ticket-and-price .title-border ._title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 4rem;
  letter-spacing: 0rem;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .lift-ticket-and-price .title-border ._title {
    font-size: 3.3vw;
  }
}
@media only screen and (max-width: 640px) {
  .lift-ticket-and-price .title-border ._title {
    font-size: 3.5rem;
  }
}
.g-kart .lift-ticket-and-price .title-border ._title {
  color: #fff;
}
.lift-ticket-and-price .title-border ._title:first-letter {
  color: #0b8512;
}
.winter .lift-ticket-and-price .title-border ._title:first-letter {
  color: #0c61b8;
}
.g-kart .lift-ticket-and-price .title-border ._title:first-letter {
  color: #e16100;
}
@media only screen and (max-width: 640px) {
  .lift-ticket-and-price .title-border ._title {
    margin: 0 0 20px 0;
  }
}
.lift-ticket-and-price .title-border ._sub-title {
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin: -5px 0 0 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .lift-ticket-and-price .title-border ._sub-title {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 640px) {
  .lift-ticket-and-price .title-border ._sub-title {
    font-size: 1.4rem;
  }
}
.lift-ticket-and-price .title-border ._sub-title:before {
  content: "";
  position: absolute;
  display: inline-block;
}
.lift-ticket-and-price .title-border ._sub-title:before {
  width: 35%;
  height: 3px;
  background: #f5f5f5;
  position: absolute;
  top: -11px;
  left: 30%;
}
.lift-ticket-and-price ._box {
  width: 80%;
  margin: 0 auto 40px auto;
  background-color: #f5f5f5;
  padding: 30px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .lift-ticket-and-price ._box {
    margin: 0 auto 3.3vw auto;
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .lift-ticket-and-price ._box {
    width: 100%;
    margin: 0 0 5vw 0;
  }
  .lift-ticket-and-price ._box ._text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1200px) {
  .lift-ticket-and-price ._box ._text {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .lift-ticket-and-price ._box ._text {
    font-size: 1.4rem;
  }
}
.lift-ticket-and-price ._box .__title {
  color: #0c61b8;
  text-align: center;
  font-weight: bold;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .lift-ticket-and-price ._box .__title {
    margin: 0 0 1.7vw 0;
  }
}

.lift .more-btn {
  background: #f00;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 15px 15px;
  width: 40%;
  display: inline-block;
  border-radius: 50px;
  border: 3px solid #f00;
  text-align: center;
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .lift .more-btn {
    font-size: 1.5vw;
    padding: 1.3vw 1.3vw;
    border-radius: 4.2vw;
    border: 0.3vw solid #f00;
  }
}
@media only screen and (max-width: 768px) {
  .lift .more-btn {
    font-size: 1.6rem;
    width: 100%;
    padding: 10px 17px;
    text-align: left;
  }
}
.lift .more-btn:hover {
  background: #fff;
  color: #f00;
  border: 3px solid #f00;
}
.lift .more-btn:hover span:before {
  background: #f00;
}
.lift .more-btn:hover span:after {
  border-top: 1px solid #f00;
  border-right: 1px solid #f00;
}
.lift .more-btn span {
  position: relative;
  padding: 0 40px 0 0;
}
.lift .more-btn span:before {
  content: "";
  position: absolute;
  display: inline-block;
}
.lift .more-btn span:after {
  content: "";
  position: absolute;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .lift .more-btn span {
    padding: 0 3.3vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .lift .more-btn span {
    padding: 0 20px 0 0;
    display: block;
    text-align: center;
  }
}
.lift .more-btn span:before {
  top: 13px;
  left: unset;
  right: 0px;
  width: 25px;
  height: 1px;
  background: #fff;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .lift .more-btn span:before {
    top: 1.1vw;
    width: 2.1vw;
  }
}
@media only screen and (max-width: 768px) {
  .lift .more-btn span:before {
    width: 15px;
    top: 50%;
  }
}
.lift .more-btn span:after {
  top: 10px;
  left: unset;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .lift .more-btn span:after {
    top: 0.75vw;
    width: 0.5vw;
    height: 0.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .lift .more-btn span:after {
    top: calc(50% - 3px);
  }
}

.rental hr {
  margin: 0 0 50px 0;
}
@media only screen and (max-width: 768px) {
  .rental hr {
    margin: 0 0 30px 0;
  }
}

.ski_snowboard .img-caption {
  width: 50%;
  margin: 0 auto 30px auto;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .ski_snowboard .img-caption {
    width: 100%;
  }
}
.ski_snowboard .img-caption img {
  margin: 0 0 10px 0;
}
.ski_snowboard .img-caption span {
  font-size: 1.4rem;
}