@charset "UTF-8";

/* グロナビ */
.globalNav_item.areaguide,
.sp-nav__item.areaguide {
  background-color: #e6e8ed;
  color: #051e50;
  pointer-events: none;
}

.globalNav_item.areaguide a {
  color: #051e50;
  pointer-events: none;
}

.globalNav_item.areaguide::before {
  background-color: #051e50;
  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;
}


/* 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;
  text-align: center;
}
.top_area::after {
  content: '';
  background: url(../images/areaguide/top_area_bg.jpg) no-repeat center center / cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 500px;
}
.top_title {
  color: #826c36;
  font-size: 34px;
  letter-spacing: 0.1em;
  line-height: 1.88;
}
.top_lead {
  margin-top: 60px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.2;
}
.areamap {
  margin-top: 90px;
  max-width: 1100px;
  margin-inline: auto;
}

@media only screen and (max-width:768px) {
  .top_area {
    padding-block: 50px;
  }
  .top_area::after {
    height: 290px;
  }
  .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;
  }
  .areamap {
    margin-top: 50px;
  }
}


/* タブ切り替えのCSS
================================ */
.tabArea {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 50px;
}
.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: .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_lead {
  text-align: center;
  margin-top: 28px;
}
.contents_area {
  position: relative;
  padding-block: 120px;
  background: url(../images/areaguide/tab_main01_bg.jpg) no-repeat center center / cover;
}
.contents_area .inner {
  max-width: 1100px;
}
.icon01 {
  display: block;
  position: absolute;
  top: 15%;
  right: 4%;
}
.icon02 {
  display: block;
  position: absolute;
  bottom: 15%;
  left: 8%;
}
.contents_wrap {
  max-width: 1100px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}
.contents_wrap + .contents_wrap {
  margin-top: 100px;
}
.contents_img01 {
  width: 100%;
  max-width: 700px;
}
.contents_body {
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents_body_title {
  height: 400px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.tab_main01_bottom {
  padding-block: 150px;
  background: url(../images/areaguide/tab_bg_dark.jpg) no-repeat center center / cover;
}
.tab_main01_bottom .inner {
  max-width: 1100px;
}
.tab01_bottom_wrap {
  display: flex;
  column-gap: 80px;
}
.tab01_bottom_img {
  width: 100%;
  max-width: 360px;
}
.tab01_bottom_body {
  flex-grow: 1;
}
.tab01_bottom_title {
  font-size: 34px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.tab01_bottom_lead {
  margin-top: 24px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.2;
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 20px;
}
.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) {
  .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: left;
  }
  .tab_main01_title span {
    font-size: 48px;
  }
  .contents_area {
    padding-block: 60px;
  }
  .icon01 {
    top: 5%;
    right: 8px;
  }
  .icon02 {
    bottom: 22%;
    left: 8px;
  }
  .contents_wrap {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
  .contents_wrap + .contents_wrap {
    margin-top: 100px;
  }
  .contents_body_title {
    height: 308px;
    font-size: 23px;
  }
  .tab_main01_bottom {
    padding-block: 60px;
  }
  .tab01_bottom_wrap {
    flex-direction: column;
  }
  .tab01_bottom_img {
    order: 1;
    margin-top: 20px;
    width: 70%;
    margin-inline: auto;
  }
  .tab01_bottom_body {
    display: contents;
  }
  .tab01_bottom_title {
    order: 0;
    font-size: 24px;
    text-align: center;
  }
  .sp_order {
    order: 2;
  }
  .tab01_bottom_lead {
    margin-top: 24px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    padding-bottom: 16px;
  }
  .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 {
  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);
  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;
  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);
  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;
  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: .4s;
}
.limited_btn::before {
  color: #fff;
  content: "＞";
  position: absolute;
  top: 50%;
  right: 15%;
  -webkit-transform: translate(0, -50%) scale(0.6, 1);
  transform: translate(0, -50%) scale(0.6, 1);
  transition: .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%;
  }
}