@charset "UTF-8";
* {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media (min-width: 751px) {
  #maincontents a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media (min-width: 751px) {
  #fv {
    width: 100%;
    height: 660px;
    background: url(../images/monterey/fv_bg.jpg) center top;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }
  #fv .mainWidth {
    padding-top: 100px;
  }
  #fv h2 {
    width: 455px;
    height: 454px;
    margin: 0 auto;
    text-indent: -10000px;
    overflow: hidden;
    background: url(../images/monterey/fv_cc.png) center center no-repeat;
    background-size: contain;
  }
  #fv #akaaka_logo {
    position: absolute;
    z-index: 10;
    left: 0;
    top: -30px;
  }
  #fv ul.slide_i {
    display: none;
  }
}

@media (max-width: 750px) {
  #fv .mainWidth {
    padding-top: 22vw;
  }
  #fv {
    width: 100%;
    height: 133vw;
    background: url(../images/monterey/fv_bg_sp.jpg);
    background-size: cover;
    position: relative;
    overflow: hidden;
  }
  #fv h2 {
    width: 70vw;
    height: 67.2vw;
    margin: 0 auto;
    text-indent: -10000px;
    overflow: hidden;
    background: url(../images/monterey/fv_cc.png) center center no-repeat;
    background-size: contain;
  }
  #fv ul.slide_i {
    display: none;
  }
  #fv #akaaka_logo {
    position: absolute;
    z-index: 10;
    left: -6vw;
    top: -10vw;
    width: 40vw;
  }
  .map img.for_sp {
    max-width: 90%;
  }
  .areaUnit#areaInfo01 .spotInfo ul li {
    width: 100%;
  }
}

.areaBox h3 {
  text-align: center;
  line-height: 2rem;
  font-weight: 600 !important;
}

@media (min-width: 751px) {
  .areaBox h3 {
    padding-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
  }
}

@media (max-width: 750px) {
  .areaBox h3 {
    padding-top: 4vw;
    margin-bottom: 4vw;
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}

/* caption */
.caption {
  margin: 8rem 0;
}

@media (max-width: 750px) {
  .caption {
    margin: 6rem 0;
  }
}

.caption h4 {
  font-size: 32px;
  text-align: center;
  color: #A57B08;
  letter-spacing: .75rem;
}

.caption span {
  display: block;
  background-color: #A57B08;
  width: 100px;
  height: 2px;
  margin: 1.5rem auto;
}

.caption p {
  font-size: 18px;
  text-align: center;
  line-height: 2.5rem;
  margin-bottom: 2rem;
}

@media (max-width: 750px) {
  .caption p {
    text-align: left;
  }
}

ul.page_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-top: 2rem !important;
}

@media (max-width: 1000px) {
  ul.page_link {
    display: block;
  }
}

ul.page_link li {
  max-width: 480px;
  width: 100%;
  text-align: center;
}

@media (max-width: 1000px) {
  ul.page_link li {
    margin: 2rem auto 0;
  }
}

ul.page_link li a {
  border: #A57B08 2px solid;
  border-radius: 15px;
  display: block;
  color: #A57B08 !important;
  padding: 2rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.bg_color {
  padding: 8rem 0;
  background-color: #f5f1e7;
}

@media (max-width: 750px) {
  .bg_color {
    padding: 4rem 0;
  }
}

#edelhof {
  margin: 8rem auto !important;
}

@media (max-width: 750px) {
  #edelhof {
    margin: 4rem auto !important;
  }
}

@media (min-width: 751px) {
  .pc_br {
    display: block;
  }
  .sp_br {
    display: none;
  }
}

@media (max-width: 750px) {
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
}

/* main_item */
@media (min-width: 751px) {
  .main_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.5rem;
  }
}

@media (max-width: 750px) {
  .main_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .main_item .areaBox h4 {
    text-align: center;
  }
}

.main_item .areaBox {
  width: auto;
  max-width: 660px;
}

@media (max-width: 750px) {
  .main_item .areaBox {
    max-width: 750px;
    width: 100%;
    margin-bottom: 1rem;
  }
}

.main_item .main_img img {
  min-width: 400px;
}

@media (max-width: 420px) {
  .main_item .main_img img {
    min-width: 300px;
  }
}

.main_item .logo_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: #A57B08 solid 1px;
  padding-bottom: 1rem;
}

.main_item .logo_item h3 {
  font-size: 2.25rem;
  text-align: left;
  color: #A57B08;
  font-family: Noto Serif JP;
  line-height: 2.75rem;
  margin-left: .75rem;
}

@media (max-width: 750px) {
  .main_item .logo_item h3 {
    font-size: 2rem;
  }
}

.main_item .logo_item .img {
  margin-right: 10px;
}

.main_item .logo_item .img img {
  max-width: 90px;
  height: 100%;
}

@media (max-width: 750px) {
  .main_item .logo_item .img img {
    max-width: 80px;
  }
}

/* renewal */
.renewal {
  color: #A57B08;
  -webkit-box-shadow: 0 0 0 2px #A57B08, 0 0 0 6px #f5f1e7, 0 0 0 9px #A57B08;
          box-shadow: 0 0 0 2px #A57B08, 0 0 0 6px #f5f1e7, 0 0 0 9px #A57B08;
  text-align: center;
  padding: 2rem;
  margin-top: 3rem;
  margin-bottom: 6rem;
}

.renewal h3 {
  font-family: Noto Serif JP;
  font-size: 2rem;
  border-bottom: #A57B08 1px solid;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  letter-spacing: .75rem;
}

@media (max-width: 750px) {
  .renewal h3 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

.renewal p {
  font-size: 1.25rem;
  font-weight: 700;
}

/* open */
.open {
  color: #A57B08;
  -webkit-box-shadow: 0 0 0 2px #A57B08, 0 0 0 6px #fff, 0 0 0 9px #A57B08;
          box-shadow: 0 0 0 2px #A57B08, 0 0 0 6px #fff, 0 0 0 9px #A57B08;
  text-align: center;
  padding: 2rem;
  margin-top: 1rem;
  margin-bottom: 6rem;
}

.open h3 {
  font-family: Noto Serif JP;
  font-size: 2rem;
  letter-spacing: .5rem;
}

/* plan */
.plan {
  color: #A57B08;
  -webkit-box-shadow: 0 0 0 2px #A57B08, 0 0 0 6px #f5f1e7, 0 0 0 9px #A57B08;
          box-shadow: 0 0 0 2px #A57B08, 0 0 0 6px #f5f1e7, 0 0 0 9px #A57B08;
  background-color: #fff;
  text-align: center;
  padding: 3rem 2rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.plan h3 {
  font-family: Noto Serif JP;
  font-size: 2rem;
  line-height: 2.5rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 750px) {
  .plan h3 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

.plan .reserve {
  margin: 2rem 0 3rem;
}

@media (max-width: 750px) {
  .plan .reserve {
    margin: 2rem 0 -2.5rem;
  }
}

.plan .reserve span.top {
  display: block;
  height: 3px;
  background-color: #A57B08;
}

.plan .reserve span.bottom {
  display: block;
  height: 1px;
  background-color: #A57B08;
  margin-top: 2px;
}

.plan .reserve p img {
  width: 200px;
  position: relative;
  top: -22px;
  left: 0;
  right: 0;
}

.plan p img {
  width: 10rem;
}

.plan ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1000px) {
  .plan ul {
    display: block;
  }
}

.plan ul li {
  width: 28%;
}

@media (max-width: 1000px) {
  .plan ul li {
    width: 100%;
    max-width: 400px;
    margin: 2rem auto;
  }
}

.plan ul li span {
  display: block;
  text-align: left;
  margin-bottom: .75rem;
  font-size: 1rem;
}

.plan ul li a {
  display: block;
  background: url(../images/monterey/plan_arrow.svg) center right 15px no-repeat #A57B08;
  background-size: 24px;
  color: #fff !important;
  font-weight: 700;
  padding: 1.5rem 3rem;
  margin-bottom: 1rem;
  border-radius: 15px;
}

@media (max-width: 750px) {
  .plan ul li a {
    font-size: 1rem;
  }
}

#edelhof .plan {
  -webkit-box-shadow: 0 0 0 2px #A57B08, 0 0 0 6px #fff, 0 0 0 9px #A57B08;
          box-shadow: 0 0 0 2px #A57B08, 0 0 0 6px #fff, 0 0 0 9px #A57B08;
}

/* tab */
.containerTrip {
  position: relative;
  z-index: 50;
  margin-top: 60px;
}

/* .tabArea */
.tabArea {
  padding-top: 60px;
  padding-bottom: 40px;
  background: #d3eef1;
}

.tabAreawap > .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 750px) {
  .tabAreawap > .flex {
    display: block;
  }
}

#tohokuArea {
  position: relative;
  z-index: 80;
}

#hokkaidoArea {
  position: relative;
  z-index: 40;
}

#shutokenArea {
  position: relative;
  z-index: 20;
}

.plan_box > .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.plan_box {
  margin: 50px auto;
}

.plan_box:last-of-type {
  margin-bottom: 0;
}

.areaBox {
  max-width: 530px;
  width: 48%;
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 750px) {
  .areaBox {
    width: 100%;
    max-width: 750px;
    margin-bottom: 5rem;
  }
  .areaBox p {
    font-size: 1rem;
    line-height: 2.25rem;
  }
}

.areaBox span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #A57B08;
}

.areaBox .img img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.areaBox.new:after {
  content: "";
  width: 120px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icon_new.svg) left top no-repeat;
  background-size: contain;
}

.areaBox h4 {
  color: #A57B08;
  margin: 1.25rem 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 2.5rem;
}

.areaBox p {
  margin-top: 15px;
  margin-bottom: 25px;
}

.areaBox ul li {
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  position: relative;
}

#maincontents .areaBox ul li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: url("../images/icon_bt_on.svg") center right 15px no-repeat;
  color: #FFFFFF;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}
/*# sourceMappingURL=monterey.css.map */