@charset "UTF-8";
/* グロナビ */
.globalNav_item.areaguide,
.sp-nav__item.areaguide {
  background-color: #f7f3e8;
  color: #987625;
  pointer-events: none;
}

.globalNav_item.areaguide a {
  color: #987625;
  pointer-events: none;
}

.globalNav_item.areaguide::before {
  background-color: #987625;
  content: "";
  display: inline-block;
  height: 4px;
  position: absolute;
  width: 94%;
  left: 5%;
  bottom: 0px;
  transform: scale(1, 1);
  transition: transform 0.3s;
}

/* row-reverse */
.row-reverse {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 1080px) {
  .contents.row-reverse {
    flex-direction: column;
  }
  .contents_body_text br {
    display: none;
  }
}
/* mv
========================== */
.mv {
  position: relative;
}

.mv_wrap {
  position: absolute;
  width: 90%;
  left: 8%;
  bottom: 80px;
  color: #fff;
}

.mv_title_en {
  font-family: "Cinzel", serif;
  font-size: 84px;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.mv_title {
  font-size: 28px;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
  .mv_wrap {
    bottom: 140px;
  }
  .mv_title_en {
    font-size: 40px;
  }
  .mv_title {
    font-size: 20px;
  }
}
/* main
========================== */
.main {
  padding-top: 200px;
}

@media only screen and (max-width: 1080px) {
  .main {
    padding-top: 80px;
  }
}
/* top_area
========================== */
.top_area {
  position: relative;
  padding-block: 140px;
}

.top_title {
  color: #826c36;
  font-size: 34px;
  letter-spacing: 0.1em;
  line-height: 1.88;
  text-align: center;
}

.top_lead {
  margin-top: 40px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.2;
  text-align: center;
}

.masters_logo {
  margin-top: 30px;
  margin-inline: auto;
  max-width: 510px;
}

.company_logo {
  margin-top: 80px;
  margin-inline: auto;
  max-width: 1000px;
}

.masters_logotxt {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.masters_logotxt_in {
  text-align: center;
}

.masters_logotxt_s {
  font-size: 16px;
  font-weight: 600;
}

.masters_logotxt_jp {
  font-size: 37px;
  font-weight: 600;
  line-height: 1.2;
  padding-top: 5px;
}

.masters_logotxt_en {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.2em;
  padding-top: 5px;
}

@media only screen and (max-width: 768px) {
  .top_area {
    padding-block: 50px;
  }
  .top_title {
    font-size: 30px;
    line-height: 1.7;
  }
  .top_lead {
    text-align: left;
    margin-top: 24px;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 2;
  }
  .company_logo {
    margin-top: 30px;
  }
  .masters_logotxt_s {
    font-size: 14px;
  }
  .masters_logotxt_jp {
    font-size: 30px;
  }
}
/* タブ切り替えのCSS
================================ */
.tabArea {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.tab_contents {
  width: 100%;
}

.tab_contents .contents {
  margin-top: 100px;
}

.one_tab {
  position: relative;
  display: block;
  max-width: 390px;
  text-decoration: none;
  transition-duration: 0.3s;
  text-align: center;
  cursor: pointer;
  /* filter: grayscale(100%); */
  transition: 0.4s;
}

.tab_inner {
  position: relative;
}

.one_tab:hover {
  filter: none;
  box-shadow: rgba(0, 0, 0, 0.35) 5px 5px 5px;
}

.one_tab.select {
  pointer-events: none;
  box-shadow: rgba(0, 0, 0, 0.35) 5px 5px 5px;
}

@media only screen and (max-width: 768px) {
  .tabArea {
    flex-direction: column;
    row-gap: 20px;
  }
}
/* tab_main01_top
======================================= */
.tab_main01_top {
  padding-top: 200px;
  margin-top: -100px;
  padding-bottom: 80px;
  background: url(../images/areaguide/tab_main01_bg.jpg) no-repeat center center/cover;
}

.tab_main01_title {
  margin-top: 100px;
  text-align: center;
  font-size: 34px;
  letter-spacing: 0.1em;
}

.tab_main01_title span {
  color: #826c36;
  font-size: 68px;
}

.tab_main01_top .top_title {
  color: #333;
  text-align: center;
}

.tab_main01_top .top_lead {
  text-align: center;
  margin-top: 28px;
  color: #333;
  font-size: 18px;
}

.contents_area {
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-block: 300px;
  background: url(../images/areaguide/contents_area_bk_pc.webp) no-repeat center top/100% auto;
}

.contents_area::before {
  content: "";
  display: block;
  position: absolute;
  top: 15%;
  right: 4%;
  background: url(../images/areaguide/icon01.png) no-repeat center center/contain;
  width: 211px;
  height: 283px;
  pointer-events: none;
}

.contents_area::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 15%;
  left: 8%;
  background: url(../images/areaguide/icon02.png) no-repeat center center/contain;
  width: 176px;
  height: 331px;
  pointer-events: none;
}

.contents_area .inner {
  max-width: 1100px;
  margin-inline: auto;
}

.contents_wrap {
  max-width: 1100px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}

.contents_wrap + .contents_wrap {
  margin-top: 100px;
}

.contents_img01 {
  width: 50%;
}

.contents_area .contents_body {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.contents_area .contents_body_title {
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 2;
}

.tab_main01_bottom {
  padding-block: 80px;
  background: url(../images/top/contents01_bg.webp) no-repeat center center/cover;
}

.tab_main01_bottom .inner {
  max-width: 1100px;
  margin-inline: auto;
}

.tab01_bottom_wrap {
  max-width: 800px;
  margin-inline: auto;
  text-align: center;
}

.tab01_bottom_title {
  font-size: 34px;
  letter-spacing: 0.1em;
  line-height: 2;
}

.tab01_bottom_lead {
  margin-top: 24px;
  font-size: 36px;
  font-size: clamp(2.6rem, 0.02rem + 2.387vw, 3rem);
  letter-spacing: 0.1em;
  line-height: 2.2;
}

.profile_title {
  margin-top: 20px;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.profile_name {
  margin-top: 10px;
  font-size: 22px;
  letter-spacing: 0.1em;
}

.profile_meta {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
  .inner {
    padding-inline: 20px;
  }
  .tab_main01_top {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tab_main01_title {
    margin-top: 60px;
    font-size: 30px;
  }
  .tab_main01_top .top_lead {
    text-align: center;
  }
  .tab_main01_title span {
    font-size: 48px;
  }
  .contents_area {
    margin-top: 0;
    margin-bottom: 0;
    background-image: url(../images/areaguide/contents_area_bk_sp.webp);
    background-size: 100% 100%;
    background-position: top center;
  }
  .contents_area::before {
    top: 5%;
    right: 8px;
    width: 106px;
    height: 142px;
  }
  .contents_area::after {
    bottom: 22%;
    left: 8px;
    width: 88px;
    height: 166px;
  }
  .contents_wrap {
    flex-direction: column;
    row-gap: 30px;
  }
  .contents_img01,
  .contents_area .contents_body {
    width: 100%;
  }
  .contents_area .contents_body {
    padding-inline: 20px;
  }
  .contents_wrap + .contents_wrap {
    margin-top: 100px;
  }
  .contents_area .contents_body_title {
    font-size: 23px;
  }
  .tab_main01_bottom {
    padding-block: 60px;
  }
  .tab01_bottom_title {
    font-size: 24px;
  }
  .tab01_bottom_lead {
    margin-top: 24px;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 2.2;
  }
  .profile_title {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .profile_name {
    margin-top: 6px;
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .profile_meta {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 0.05em;
  }
}
/* tab_main02_area
=================================== */
.tab_main02_area {
  overflow: hidden;
  padding-block: 100px;
  background: url(../images/areaguide/tab_main02_bg.jpg) no-repeat center center/cover;
}

.tab_main02_contents {
  margin-top: 100px;
  max-width: 1100px;
  margin-inline: auto;
}

.tab_main02_contents .contents_wrap {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.tab02_map {
  width: 100%;
  max-width: 540px;
}

.tab02_map_body {
  width: 100%;
  max-width: 480px;
}

.tab02_map_title {
  font-size: 34px;
  font-size: clamp(2.6rem, 0.257rem + 2.857vw, 3.4rem);
  letter-spacing: 0.2em;
  line-height: 1.8;
}

.tab02_map_text {
  margin-top: 34px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.2;
}

@media only screen and (max-width: 768px) {
  .tab_main02_area {
    padding-block: 60px;
  }
  .tab_main02_contents {
    margin-top: 50px;
  }
  .tab02_map {
    width: 100%;
    max-width: 540px;
  }
  .tab02_map_body {
    width: 100%;
    max-width: 480px;
  }
  .tab02_map_title {
    text-align: center;
    font-size: 30px;
    line-height: 1.6;
  }
  .tab02_map_text {
    margin-top: 24px;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 2;
  }
}
/* tab02_wrap_area
========================================= */
.tab02_wrap_area {
  margin-top: 100px;
  max-width: 1100px;
  width: calc(100% - 40px);
  margin-inline: auto;
}

.tab02_wrap {
  position: relative;
  display: flex;
}

.tab02_wrap.aie {
  align-items: end;
}

.tab02_wrap.aie.mt {
  margin-top: 100px;
}

.tab02_wrap.ais {
  margin-top: 60px;
  align-items: start;
}

.tab02_wrap.aic {
  margin-top: 130px;
  align-items: center;
}

.tab02_img {
  position: relative;
  width: 100%;
  max-width: 840px;
}

.tab02_wrap.aie .tab02_img {
  padding-bottom: 90px;
}

.tab02_wrap.ais .tab02_img {
  padding-top: 90px;
}

.tab02_card {
  position: relative;
  width: 100%;
  max-width: 300px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.tab02_card01 {
  margin-left: -90px;
}

.tab02_card02 {
  margin-right: -90px;
}

.icon_kira {
  position: absolute;
  z-index: 99;
}

.icon_uzu {
  position: absolute;
  z-index: 2;
}

.icon01_1 {
  top: 99px;
  right: -72px;
}

.icon01_2 {
  top: 297px;
  left: -191px;
}

.icon02_1 {
  top: -98px;
  left: 207px;
}

.icon02_2 {
  top: 227px;
  left: -33px;
}

.icon03_1 {
  top: -65px;
  right: -48px;
}

.icon03_2 {
  top: 200px;
  right: -200px;
}

.icon04_1 {
  top: 261px;
  left: -7px;
}

.icon05_1 {
  top: 144px;
  right: -34px;
}

.icon05_2 {
  top: 297px;
  left: -191px;
}

.icon06_1 {
  top: 261px;
  left: -7px;
}

.icon07_1 {
  top: -57px;
  right: 65px;
}

.icon07_2 {
  top: 110px;
  right: -160px;
}

@media only screen and (max-width: 768px) {
  .tab02_wrap_area {
    margin-top: 60px;
    width: 100%;
  }
  .tab02_wrap {
    flex-direction: column;
  }
  .tab02_wrap.aie.mt {
    margin-top: 60px;
  }
  .tab02_wrap.aic {
    margin-top: 60px;
  }
  .tab02_wrap.aie .tab02_img {
    padding-bottom: 0px;
  }
  .tab02_wrap.ais .tab02_img {
    padding-top: 0px;
  }
  .tab02_card {
    max-width: 240px;
    margin-inline: auto;
    margin-top: -20px;
  }
  .tab02_card01 {
    margin-left: auto;
  }
  .tab02_card02 {
    margin-right: auto;
  }
  .icon01_1 {
    top: 245px;
    right: 19px;
  }
  .icon01_2 {
    width: 381px;
    top: 207px;
    left: -64px;
  }
  .icon02_1 {
    top: 372px;
    left: 19px;
  }
  .icon03_1 {
    top: 245px;
    right: 0px;
  }
  .icon03_2 {
    top: 307px;
    right: -64px;
  }
  .icon04_1 {
    top: 399px;
    left: 11px;
  }
  .icon05_1 {
    top: 300px;
    right: 4px;
  }
  .icon05_2 {
    top: 147px;
    left: -161px;
  }
  .icon06_1 {
    top: 344px;
    left: 7px;
  }
  .icon07_1 {
    top: 357px;
    right: auto;
    left: 0;
  }
  .icon07_2 {
    top: 50px;
    right: -100px;
  }
}
/* tab02_season_area
============================= */
.tab02_season_area {
  padding-block: 140px;
  background: url(../images/areaguide/tab_bg_dark.jpg) no-repeat center center/cover;
}

.tab02_season_contents {
  position: relative;
  width: calc(100% - 40px);
  margin-inline: auto;
  max-width: 1100px;
}

.tab_main02_title {
  text-align: center;
  font-size: 34px;
  letter-spacing: 0.1em;
}

.tab_main02_title span {
  font-size: 68px;
}

.tab02_season_wrap {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 40px;
}

.season_kira01 {
  position: absolute;
  top: 10px;
  left: 10px;
}

.season_kira02 {
  position: absolute;
  top: 10px;
  right: -10px;
}

.tab02_season_cap {
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .tab02_season_area {
    padding-block: 60px;
  }
  .tab02_season_contents {
    width: 100%;
  }
  .tab_main02_title {
    font-size: 30px;
  }
  .tab_main02_title span {
    font-size: 48px;
  }
  .tab02_season_wrap {
    margin-top: 60px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }
  .season_kira01 {
    width: 90px;
    top: -52px;
    left: -33px;
  }
  .season_kira02 {
    width: 90px;
    top: -29px;
    right: -27px;
  }
  .tab02_season_cap {
    margin-top: 8px;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-align: right;
  }
}
/* tab_main02_bottom
===================================== */
.tab_main02_bottom {
  padding-block: 150px;
  background: url(../images/areaguide/tab_bg_gray.jpg) no-repeat center center/cover;
}

.tab_main02_bottom .inner {
  max-width: 1100px;
}

.tab02_bottom_wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.tab02_bottom_img {
  width: 100%;
  max-width: 480px;
}

.tab02_bottom_cap {
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: right;
}

.tab02_bottom_body {
  width: 100%;
  max-width: 540px;
  color: #fff;
}

.tab02_bottom_title {
  font-size: 34px;
  font-size: clamp(2.2rem, -0.389rem + 3.158vw, 3.4rem);
  letter-spacing: 0.1em;
  line-height: 2;
}

.tab02_bottom_lead {
  margin-top: 24px;
  font-size: 18px;
  font-size: clamp(1.6rem, 1.168rem + 0.526vw, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 2.2;
}

.tab02_bottom_grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
}

@media only screen and (max-width: 768px) {
  .tab_main02_bottom {
    padding-block: 50px;
  }
  .tab02_bottom_wrap {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
  .tab02_bottom_cap {
    font-size: 12px;
  }
  .tab02_bottom_title {
    text-align: center;
    font-size: 30px;
    line-height: 1.8;
  }
  .tab02_bottom_lead {
    margin-top: 10px;
    font-size: 16px;
    line-height: 2;
  }
  .tab02_bottom_grid {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
}
/* limited_area
=============================== */
.limited_area {
  padding-block: 140px;
  background: url(../images/common/contents_bg.jpg) no-repeat center center/cover;
}

.limited_area .inner {
  max-width: 1100px;
}

.limited_wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.limited_img {
  width: 100%;
  max-width: 460px;
}

.limited_body {
  width: 100%;
  max-width: 560px;
}

.limited_title {
  font-size: 44px;
  letter-spacing: 0.1em;
}

.limited_text {
  margin-top: 28px;
  width: 90%;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.limited_btn {
  position: relative;
  margin-top: 30px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-block: 20px;
  width: 100%;
  max-width: 380px;
  background-color: #3F0F0F;
  transition: 0.4s;
}

.limited_btn::before {
  color: #fff;
  content: "＞";
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translate(0, -50%) scale(0.6, 1);
  transition: 0.4s;
}

.limited_btn:hover {
  background-color: #3F0F0F;
  background-color: #efeaea;
  color: #3F0F0F;
}

.limited_btn:hover::before {
  color: #3F0F0F;
}

@media only screen and (max-width: 768px) {
  .limited_area {
    padding-block: 50px;
  }
  .limited_wrap {
    flex-direction: column-reverse;
    row-gap: 40px;
  }
  .limited_title {
    text-align: center;
    font-size: 28px;
    letter-spacing: 0.1em;
  }
  .limited_text {
    width: 100%;
    margin-top: 18px;
    font-size: 15px;
    letter-spacing: 0.04em;
  }
  .limited_btn {
    margin-top: 20px;
    margin-inline: auto;
    font-size: 16px;
    letter-spacing: 0.1em;
    padding-block: 16px;
    width: 90%;
  }
}
/*# sourceMappingURL=areaguide.css.map */
