@charset "utf-8";
/* page_mainvisual ===================================*/
#page_mainvisual .mv_image_wrap {
  background: url("../../img/pages/location/re/location_mv.jpg") no-repeat center center;
  background-size: cover;
}
.mv_image_wrap .caption {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: scale(0.5);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 2px 5px;
}
@media screen and (max-width: 640px) {
  .mv_image_wrap .caption {
    right: -2%;
  }
}
@media screen and (max-width: 1300px) {
  .pagetitle .en, .oncopy_pagetitle .en {
    font-size: 18vw;
  }
}
@media screen and (max-width: 960px) {
  .pagetitle .en, .oncopy_pagetitle .en {
    font-size: 54px;
  }
}
/* ページ内共通　*/
.lead_title_jp {
  color: #B48000;
  padding-bottom: 20px;
}
.lead_title {
  font-size: 100px;
  line-height: 1;
	width: fit-content;
}
.lead_title .jp {
	margin-top:.2em;
	display: block;
  font-size: .5em;
text-align: right;	  
}
.lead_middletitle {
  font-size: 32px;
}
.lead_text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
  padding-top: 42px;
}
@media screen and (max-width: 960px) {
  .lead_title_jp {
    font-size: 12px;
  }
  .lead_title {
    font-size: 38px;
    margin-bottom: 0;
  }
  .lead_middletitle {
    font-size: 18px;
    line-height: 2;
  }
  .lead_text {
    font-size: 13px;
    padding-top: 20px;
  }
}
.leadImage {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .leadImage {
    margin-top: 60px;
    width: calc(100vw - 30px);
  }
}
.ImgCap {
  font-size: 12px;
  text-align: right;
  margin: 5px 0;
}
.sec_upper_line .borderDeco_wrap {
  padding-top: 150px;
}
.sec_upper_line .borderDeco_h::before {
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .sec_upper_line .borderDeco_wrap {
    padding-top: 80px;
  }
}
/* location_intro ===================================*/
.location_intro {
	position: relative;
	/*padding-top:80px;*/
  padding: calc(300 / 1920 * 100vw) 0;
	color:#fff;
	background:linear-gradient(rgba(0,0,0,.6) 0,rgba(0,0,0,.6) 100%),url("../../img/pages/location/re/location_mv.jpg");
background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.location_intro .lead .flex .left, .location_intro .lead .flex .right {
  width: 50%;
}
.location_intro .cap {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding: 3px 5px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  background: rgba(0,0,0,0.7);
  color: #fff;
}


/*.location_intro figure{
position: absolute;
	z-index: -1;
top:0;
	left:0;
	width:100%;
	height: 100%;
	
	&:after {
	content: "";
	display: block;
	position: absolute;
	z-index:0;
	background-color: rgba(0,0,0,.6);
		top:0;
		left:0;
	width: 100%;
	height:100%;
	}
	img{
		object-fit: cover;
		object-position: right bottom;
		width:100%;
		max-width: unset;
		height:auto;
	}
}*/


@media screen and (max-width: 640px) {
  .location_intro {
    /*padding-top: 80px;*/
	  padding: calc(200 / 640 * 100vw) 0;
  }
.location_intro figure{
	overflow: hidden;
	img{

		width:auto;
		max-width: unset;
		height:100%;
	}
}
	
	
}
@media screen and (max-width: 640px) {
  .location_intro .lead .flex .left, .location_intro .lead .flex .right {
    width: 100%;
  }
}
/* location_pickup ===================================*/
.location_pickup {
  overflow: hidden;
}
.location_pickup .inner {
  max-width: 1760px;
}
.pickup {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 210px;
}
.pickup .copy {
  width: 734px;
  padding-left: 115px;
}
.pickup .copy p {
  font-size: 30px;
  line-height: 2;
  letter-spacing: 1px;
}
@media screen and (max-width: 960px) {
  .location_pickup {
    margin-top: 40px;
  }
  .pickup .copy {
    width: 100%;
    padding-left: 0;
  }
  .pickup .copy p {
    font-size: 19px;
  }
}
@media screen and (max-width: 640px) {
  .location_pickup {
    margin-top: 0;
  }
}
.pickup .photo {
  width: calc(100% - 734px);
  display: flex;
  flex-wrap: wrap;
}
.pickup .photo li {
  width: 46%;
  margin: 0 2%;
}
.pickup .photo picture, .pickup .photo img {
  width: 100%;
}
.pickup .photo .shift_up {
  margin-top: -60px;
}
.pickup .photo .title {
  font-size: 16px;
  margin: 20px 0;
}
.pickup .photo .text {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 1px;
}
.pickup.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .location_pickup .inner {
    padding: 0 60px;
  }
  .pickup {
    margin-top: 40px;
  }
  .pickup .photo {
    width: 100%;
    margin-top: 40px;
    justify-content: space-between;
  }
  .pickup .photo li {
    width: 48%;
    margin: 0;
  }
  .pickup .photo .shift_up {
    margin-top: 0;
  }
  .pickup .photo .title {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  .pickup {
    margin-top: 80px;
  }
  .location_pickup .inner {
    padding: 0 30px;
  }
  .pickup .photo li {
    width: 100%;
  }
  .pickup .photo li + li {
    margin-top: 40px !important;
  }
}
.centerplace .back_en {
  position: absolute;
  top: 32%;
  left: 0;
  transform: translateY(-50%);
  color: rgba(51, 51, 51, 0.07);
  font-size: 145px;
  line-height: 1.2;
}
.shopping .back_en {
  position: absolute;
  top: 40%;
  left: 60%;
  transform: translateY(-50%);
  color: rgba(51, 51, 51, 0.07);
  font-size: 145px;
  line-height: 1.2;
}
.pubric .back_en {
  position: absolute;
  top: 40%;
  left: 0;
  transform: translateY(-50%);
  color: rgba(51, 51, 51, 0.07);
  font-size: 145px;
  line-height: 1.2;
}
@media screen and (max-width: 1700px) {
  .centerplace .back_en, .shopping .back_en, .pubric .back_en {
    font-size: 90px;
  }
  .centerplace .back_en, .pubric .back_en {
    left: 10%;
  }
}
@media screen and (max-width: 960px) {
  .centerplace .back_en, .shopping .back_en, .pubric .back_en {
    top: 0;
    left: 0;
    font-size: 10vw;
  }
}
/* 動き */
.pickup .photo li.fade.show:nth-child(2) {
  transition: 0.6s ease-in 0.8s;
}
/* location_station ===================================*/
.location_station {
  padding-top: 150px;
}
.location_station .lead .flex .left, .location_station .lead .flex .right {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .location_station {
    padding-top: 80px;
  }
}
@media screen and (max-width: 640px) {
  .location_station .lead .flex .left, .location_station .lead .flex .right {
    width: 100%;
  }
}
/* location_gourmet ===================================*/
.location_gourmet {
  padding-top: 150px;
}
.location_gourmet .lead .flex .left, .location_gourmet .lead .flex .right {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .location_gourmet {
    padding-top: 80px;
  }
}
@media screen and (max-width: 640px) {
  .location_gourmet .lead .flex .left, .location_gourmet .lead .flex .right {
    width: 100%;
  }
}
/* institution ===================================*/
.institution {
  margin-top: 150px;
}
.wrapper_slide {
  position: relative;
  margin: 0 auto;
  width: 800px;
  max-width: 100%;
}
.wrapper_slide > .slide-arrow {
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translateX(-50%);
  width: 52px;
  height: 53px;
}
.wrapper_slide > .slide-arrow.prev-arrow {
  left: -40px;
}
.wrapper_slide > .slide-arrow.prev-next {
  right: -40px;
}
.wrapper_slide > .slide-arrow::before {
  background: url("../../img/pages/common/btn_next.svg")no-repeat center center;
  background-size: auto;
  background-size: contain;
  filter: grayscale(100%);
}
.wrapper_slide > .slide-arrow.prev-arrow::before {
  transform: scale(-1, 1);
}
.institution_slide {
  /* margin-left: 120px;
  padding-left: calc(100vw - 85vw);*/
  overflow: hidden;
  margin: 0 auto;
  width: 87.5%;
}
/*@media screen and (max-width: 960px) {
  .institution_slide {
    margin-left: 10px;
    padding-left: 0;
  }
}*/
@media screen and (max-width: 640px) {
  .institution {
    margin-top: 60px;
  }
}
/* slickカスタム */
.institution_slide .slick-list {
  padding: 0 30% 0 0 !important;
}
/*.institution_slide li {
  margin: 0 25px;
}*/
.institution_slide h4 {
  font-size: 16px;
  margin: 20px 0;
}
.institution_slide .text {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 1px;
}
@media screen and (max-width: 960px) {
  .institution_slide .slick-list {
    padding: 0 18% 0 0 !important;
    margin-bottom: 40px;
  }
  /*.institution_slide li {
    margin: 0 20px;
  }*/
}
/*矢印*/
.institution_slide .slick-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.institution_slide .slick-next:before {
  background: url("../../img/pages/common/btn_next.svg")no-repeat center center;
  background-size: contain;
  filter: grayscale(100%);
}
.institution_slide .slick-prev:before {
  background: url("../../img/pages/common/btn_prev.svg")no-repeat center center;
  background-size: contain;
  filter: grayscale(100%);
}
.institution_slide .slick-next:hover:before, .institution_slide .slick-prev:hover:before {
  filter: grayscale(0);
}
.institution_slide .slick-arrow {
  width: 52px;
  height: 53px;
}
.institution_slide .slick-prev {
  top: 50%;
  transform: translateY(-50%);
  left: -72px;
  /*bottom: 0;*/
}
.institution_slide .slick-next {
  top: 50%;
  transform: translateY(-50%);
  right: -72px;
  /*bottom: 0;*/
}
@media screen and (max-width: 960px) {
  .institution_slide .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .institution_slide .slick-prev {
    left: -24px;
    /*bottom: 0;*/
  }
  .institution_slide .slick-next {
    right: -24px;
    /*bottom: 0;*/
  }
}
/* ドット */
.institution_slide .slick-dots {
  width: calc(100vw - 85vw);
  left: 0;
  bottom: 17%;
  text-align: left;
}
.institution_slide .slick-dots li {
  margin: 0 2%;
}
.institution_slide .slick-dots li.slick-active button, .institution_slide .slick-dots li button:hover {
  background: #DEA821;
}
@media screen and (max-width: 960px) {
  .institution_slide .slick-dots {
    width: 100%;
    bottom: 0;
    text-align: center;
  }
  .institution_slide .slick-dots li {
    margin: 0 1%;
  }
}
/* location_nature ===================================*/
.location_nature {
  padding-top: 150px;
}
.nature_head {
  position: sticky;
  top: 20%;
}
.nature_contents_lead {
  width: calc(100vw - 50vw);
  margin-left: auto;
  margin-top: -105px;
}
.nature_contents {
  width: calc(100vw - 45vw);
  margin-left: auto;
  margin-top: 145px;
}
.nature_contents .box {
  margin-top: 60px;
}
.nature_contents .title {
  font-size: 16px;
  margin: 20px 0;
}
.nature_contents .text {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 1px;
}
.nature_contents img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .location_nature {
    padding-top: 80px;
  }
  .nature_head {
    position: relative;
    top: 0;
  }
  .nature_contents_lead {
    width: 100%;
    margin-left: 0;
    margin-top: 42px;
  }
  .nature_contents {
    width: 100%;
    margin-top: 60px;
  }
  .nature_contents .box {
    margin-top: 40px;
  }
  .nature_contents .box figure {
    width: calc(100vw - 30px);
  }
}
/* location_lifeinfo ===================================*/
.location_lifeinfo {
  padding-top: 150px;
}
@media screen and (max-width: 640px) {
  .location_lifeinfo {
    padding-top: 80px;
  }
}
/* lifeInfo --------------------*/
#lifeInfo {
  margin-top: 50px;
}
#lifeInfo iframe {
  width: 100%;
  height: 600px;
  border: none;
}
#lifeInfo .mapWrap {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.lifeInfo_panel:not(.current) {
  display: none;
}
#lifeInfo .tab-btn {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
#lifeInfo .tab-btn li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% / 7) - 2px);
  margin: 1px;
  cursor: pointer;
}
#lifeInfo .tab-btn li .inner_box {
  width: 100%;
  padding: 15px 0;
  background: #333;
  font-size: 14px;
  color: #fff;
  text-align: center;
  transition: all .7s;
}
#lifeInfo .tab-btn li.current .inner_box {
  background: #b29039;
}
@media(hover: hover) {
  #lifeInfo .tab-btn li:hover .inner_box {
    background: #b29039;
  }
}
@media screen and (max-width: 960px) {
  #lifeInfo iframe {
    height: 500px;
  }
  .lifeinfo_contents .SecTitle {
    font-size: 18px;
  }
  #lifeInfo .tab-btn li .inner_box {
    font-size: 10px;
  }
}
@media screen and (max-width: 640px) {
  #lifeInfo .tab-btn li {
    width: calc((100% / 2) - 2px);
  }
  #lifeInfo .tab-btn li .inner_box {
    padding: 12px 0;
  }
}
/*----------------------------------------*/
.block00 {
  padding-top: 150px;
}
.block_anker {
  padding-top: 150px;
  position: relative;
  color: #333;
  display: block;
  text-align: center;
  font-size: 22px;
}
.block_anker .inner {
  margin: 0 auto;
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block_anker .inner a {
	width:calc(100% / 6);
  padding: 0 2em;
  border-right: 1px solid #333;
  display: flex;
  justify-content: center;
	flex-flow: column;
  align-items: center;
  align-self: stretch;
  transition: all .3s ease-out;
}
.block_anker .inner a .jp{
	display: block;
font-size: .6em;
}
.block_anker .inner a:hover {
  color: #DEA821;
}
.block_anker .inner a:last-of-type {
  border-right: 0;
}
.block00 .lead .flex .left, .block00 .lead .flex .right {
  width: 50%;
}
.slide_wrapper {
  position: relative;
  margin: 150px auto 0;
  width: 1500px;
  max-width: 95%;
}
.slide_wrapper .slide00 {
  position: relative;
  margin: 0 auto;
  width: 87.5%;
}
.slide00 .slide-arrow {
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateX(-50%);
  width: 52px;
  aspect-ratio: 1;
}
.slide00 .slide-arrow::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background: url("../../img/pages/common/btn_next.svg")no-repeat center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
  height: 100%;
  aspect-ratio: 1;
  filter: grayscale(100%);
}
.slide00 .slide-arrow:hover::after {
  filter: grayscale(0);
}
.slide00 .slide-arrow.prev-arrow::after {
  transform: scale(-1, 1);
}
.slide00 .slide-arrow {
  left: -40px;
}
.slide00 .slide-arrow.next-arrow {
  right: -93px;
  left: auto;
}
.slide00 .slick-dots {
  bottom: 22px;
}
.slide00 .slick-dots li.slick-active button {
  background: #DEA821;
}
.wrapper_slide .slide-arrow::before {
  background: url("../../img/pages/common/btn_next.svg")no-repeat center center;
  background-size: auto;
  background-size: contain;
  filter: grayscale(100%);
}
.wrapper_slide > .slide-arrow.prev-arrow::before {
  transform: scale(-1, 1);
}
.slide00 .slick-dots {
  bottom: -40px;
}
.slide00 h4 {
  font-size: 16px;
  margin: 20px 0;
}
.block00 .area {
  margin: 0 auto 40px;
  width: 75%;
}
.block00 .area img {
  display: block;
  margin: 0 auto;
  width: 600px;
  max-width: 100%;
}
.block00 .block_pickup {
  margin: 0 auto 40px;
  max-width: 87.5%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 32px 16px;
  border: 1px solid #DEA821;
}
.block00 .block_pickup figure {
  width: 45%;
}
.block00 .block_pickup .box_text {
  width: 45%;
}
.block00 .block_pickup .box_text small {
  display: block;
  margin-top: 8px;
}
.block00 .block_pickup .box_text strong {
  display: block;
  margin-top: 16px;
	font-weight: bold;
}
.block00 .block_pickup .dec_ttl {
  /*font-size: 32px;*/
  font-size: 20px;
  color: #DEA821;
}
.block00 .block_pickup .dec_ttl .text_b01 {
  display: inline-block
}
.block00 .block_pickup h4 {
  font-size: 16px;
  margin: 20px 0 20px;
}
.block00 .block_pickup .distance {
  display: block;
  font-size: 12px;
}
.slide00 .slick-slide {
  padding: 0 4px;
}
.block00 .block_pickup figcaption.adjust01 {
bottom: 44.5%;
  right: 47.8%;

}



@media screen and (max-width:1400px) {
  .block_anker {
    font-size: min(calc(22 / 1400 * 100vw), 24px);
  }
}
@media screen and (max-width:900px) {
  .slide_wrapper .slide00 {
    width: 70%;
  }
}
@media screen and (max-width:640px) {
	.block00 {
  padding-top: 80px;
}
  .block_anker {
    font-size: 16px;
    padding-top: 60px;
  }
  .block_anker .inner {
    width: 80%;
    justify-content: flex-start;
    flex-flow: wrap;
    gap: 8px 0;
  }
  .block_anker .inner a {
    width: 50%;
  }


  .block_anker .inner a:nth-of-type(2n) {
    border: 0;
  }
		.block_anker .inner a:last-of-type {
border-right: 1px solid #333;
}
  .block00 .lead .flex .left, .block00 .lead .flex .right {
    width: 100%;
  }
  .slide_wrapper {
    /*margin:80px auto 0;*/
    margin: 48px auto 0;
  }
  .slide_wrapper .slide00 {
    width: 90%;
  }
  .block00 .area {
    margin: 0 auto 24px;
    width: 90%;
  }
  .block00 .block_pickup {
    margin: 0 auto 24px;
    max-width: 90%;
    flex-flow: column;
    gap: 16px;
    padding: 16px;
  }
  .block00 .block_pickup figure, .block00 .block_pickup .box_text {
    width: 100%;
  }
  .block00 .block_pickup .dec_ttl {
    font-size: 18px;
  }
  .slide00 .slick-slide {
    padding: 0;
  }
	.slide00 .slick-dots {
  bottom: -24px;
}

}
@media screen and (max-width:356px) {
  .block00 .block_pickup .dec_ttl {
    font-size: calc(17 / 356 * 100vw);
  }
}

.wrapper_select {
	display: flex;
	justify-content: center;
	font-size: 20px;
  color: #DEA821;
	gap:16px;
	margin-bottom:32px;
}
.wrapper_select li {
	width:180px;
	padding: 8px;
  border: 1px solid #DEA821;
	text-align: center;
	background: #fff;
	cursor: pointer;
	  
}
.wrapper_select li.on {

 color:#fff;
	font-weight: bold;
	  	background: #DEA821;
	pointer-events: none;
}


.block00 .child_pickup {
display: none;
}

.block00 .child_pickup.on {
display: flex;
}


@media screen and (max-width:640px) {
.wrapper_select {
	font-size:min(calc(16 / 375 * 100vw),20px);
  color: #DEA821;
	gap:5%;
	margin-bottom:32px;
}
.wrapper_select li {
	width:42.5%;
	  
}
}















