@charset "UTF-8";

/*   
Theme Name: RESIDENCE COLLECTION TOKYO RESORT
Description: RESIDENCE COLLECTION TOKYO RESORT
Version: 2023.08
Author: YH
*/

.f_goth {
  font-family: "游ゴシック", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

.f_en {
  font-family: 'Cormorant', serif;
  font-weight: normal;
}


/* Visual *******************************/

.page_content img {
  max-width: 100%;
  display: block;
}
.page_content .visual {
  position: relative;
  background: #fff;
  overflow: hidden;
}

.page_content .visual .video {
  height: 100%;
  position: relative;
  opacity: 0;
  transition: opacity 2s ease, transform 5s ease;
  transform: scale(1.1);
  aspect-ratio: 16 / 9;
}

.page_content .visual.active2 .video {
  opacity: 1;
  transform: scale(1);
}
.page_content .visual .video video,
.page_content .visual .video iframe {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}
.page_content .visual .copy {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  transform: translate(-50%, -50%);
  z-index: 200;
  opacity: 0;
  transition: opacity 2s +1.5s ease, margin 1s ease;
}

.page_content .visual.active3 .copy {
  margin-top: -70px;
}

.page_content .visual.active2 .copy {
  opacity: 1;
}

.page_content .visual h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 340px;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 2s ease opacity;
}

.page_content .visual.active h2 {
  opacity: 1;
}
.page_content .visual.active2 h2 {
  opacity: 0;
}

.page_content .visual.active3 h2 {
  z-index: 300;
  opacity: 1;
  top: auto;
  bottom: 170px;
  transform: translate(-50%, 0);
  width: 242px;
}

.page_content .visual::before {
  content: "";
  width: 1px;
  height: 0;
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
  top: calc(100% - 140px);
  transition: height 1s +2.5s ease;
  z-index: 200;
}

.page_content .visual.active2::before {
  height: 140px;
}

.page_content .visual h2 img+img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.page_content .visual.active3 h2 img {
  opacity: 0;
}

.page_content .visual.active3 h2 img+img {
  opacity: 1;
  transition: opacity 1s ease;
}

.page_content .intro {
  background: #fff;
  color: #000;
  padding: 112px 0 0 0;
  text-align: center;
}

.page_content .intro .lead {
  font-size: 28px;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}

.page_content .intro .text {
  font-size: 18px;
  line-height: 2em;
  letter-spacing: 0.1em;
  margin-top: 105px;
  position: relative;
}

.page_content .intro .text::before {
  content: "";
  display: block;
  width: 1px;
  height: 64px;
  background: #000;
  position: absolute;
  left: 50%;
  top: -85px;
}

.page_content .intro .nav {
  display: flex;
  margin-top: 100px;
}

.page_content .intro .nav a {
  display: block;
  background: url(../images/bt_nav1.jpg) no-repeat center center;
  background-size: cover;
  width: calc(100% / 3);
  height: 384px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.page_content .intro .nav a:nth-child(2) {
  background-image: url(../images/bt_nav2.jpg);
}

.page_content .intro .nav a:nth-child(3) {
  background-image: url(../images/bt_nav3.jpg);
}

.page_content .intro .nav a::before, .page_content .intro .nav a::after {
  content: "";
  display: block;
  width: 1px;
  height: 86px;
  background: #FFF;
  position: absolute;
  left: 50%;
  bottom: 20px;
}

.page_content .intro .nav a::after {
  transform: rotate(45deg);
  transform-origin: 100% 100%;
  height: 12px;
}

.page_content .intro .nav a p {
  font-size: 28px;
  letter-spacing: 0.1em;
}

.page_content .intro .nav a p span.f_en {
  font-size: 20px;
  display: block;
}


/*============================
#design
============================*/

.page_content .sec {
  background: #fff;
  color: #000;
  position: relative;
}

.page_content .sec::before {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  left: 0;
  top: 120px;
  height: 850px;
  background: url(../images/img_design_intro1.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: end;
  align-items: end;
  font-size: 10px;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
}
.page_content .sec.location::before {
  background-image: url(../images/img_location_intro1.jpg);
  /* content: "image photo"; */
}

.page_content .sec .hbox {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: end;
  padding: 120px 0 216px 0;
}


.page_content .sec .hbox .info {
  width: 412px;
  padding: 45px 0px 0 0;
}
@media screen and (max-width: 1160px) {
  .page_content .sec .hbox .info  {
    margin-right: 3%;
  }
}

.page_content .sec .hbox .label {
  font-size: 88px;
  line-height: 1em;
}

.page_content .sec .hbox h3 {
  font-size: 32px;
  width: 110%;
  letter-spacing: 0.1em;
  margin-top: 70px;
}

.page_content span.line {
  position: relative;
  display: inline-block;
}

.page_content span.line::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}

.page_content .sec .hbox .text {
  font-size: 18px;
  margin-top: 50px;
  letter-spacing: 0.1em;
  line-height: 1.8em;
}

.page_content .sec .hbox .img {
  margin-top: 50px;
}

.page_content .design .case {
  background: #000;
  color: #fff;
}

.page_content .design .case .img {}

.page_content .design .case .img img {
  width: 100%;
}

.page_content .design .case>.inner {
  max-width: 1100px;
  width: 94%;
  margin: 0 auto;
  padding: 100px 0 180px 0;
}

.page_content .design .case .fbox {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.page_content .design .case .fbox .info {
  width: 43%;
}

.page_content .design .case .fbox .info .label.f_en {
  font-size: 25px;
  letter-spacing: 0.1em;
}

.page_content .design .case .fbox .info .label.f_en span {
  font-size: 60px;
}

.page_content .design .case .fbox .info h4 {
  font-size: 35px;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-top: 14px;
}

.page_content .design .case .fbox .info h4 span.line::before {
  background: #fff
}

.page_content .design .case .fbox .info .text {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.8em;
  margin-top: 36px;
}

.page_content .design .case .fbox img {
  width: 45.5%;
  margin-top: 20px;
}

.page_content .design .case>.inner .img {
  margin-top: 75px;
}
@media screen and (max-width: 1100px) {
  .page_content .design .case .fbox .info h4 {
      font-size: 30px;
  }
  .page_content .design .case .fbox .info {
    width: 48%;
  }
  .page_content .design .case .fbox img {
    width: 48%;
  }

}


/*============================
#location
============================*/

.page_content .location {}

.page_content .location .recommend_area {
  background: #000;
  color: #fff;
}

.page_content .location .recommend_area>.inner {
  padding: 100px 0;
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
}

.page_content .location .recommend_area>.inner::before {
  content: "";
  display: block;
  width: 1px;
  height: 90px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 0;
}

.page_content .location .recommend_area h3 {
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.1em;
}

.page_content .location .recommend_area .lead {
  font-size: 28px;
  text-align: center;
  margin-top: 70px;
}

.page_content .location .recommend_area .map {
  height: 645px;
  width: 1128px;
  background: url(../images/img_location_map.png) no-repeat center center;
  background-size: contain;
  margin: 125px auto 0 auto;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

.page_content .location .recommend_area .map a {
  display: block;
  position: absolute;
  left: 0;
  top: 73px;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0.1em;
  padding-right: 30px;
}

.page_content .location .recommend_area .map a:nth-child(2) {
  top: 160px;
}

.page_content .location .recommend_area .map a:nth-child(3) {
  top: 248px;
}

.page_content .location .recommend_area .map a:nth-child(4) {
  top: 337px;
}

.page_content .location .recommend_area .map a:nth-child(5) {
  top: -45px;
  left: auto;
  right: 0;
}
.page_content .location .recommend_area .map a:nth-child(6) {
  top: -45px;
  left: 176px;
}

.page_content .location .recommend_area .map a:nth-child(7) {
  top: 352px;
  right: 5px;
  left: auto;
}


.page_content .location .recommend_area .map a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 43%;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(135deg);
}

.page_content .location .recommend_area .map a span.f_goth {
  font-size: 16px;
  line-height: 1em;
  display: inline-block;
  margin-right: 15px;
}

.page_content .location .recommend_area>.inner>.text {
  width: 909px;
  margin: 11px auto 0 auto;
  font-size: 18px;
  line-height: 1.8em;
}

.page_content .location .recommend_area a.bt_more {
  background: #C5A27D;
  display: block;
  width: 444px;
  margin: 60px 0 0 calc(50% - 454px);
  font-size: 18px;
  text-align: center;
  color: #000;
  padding: 27px 0;
  position: relative;
}

.page_content .location .recommend_area a.bt_more::after {
  right: 30px;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #000;
  border-width: 10px;
  margin-top: -10px;
  transform: scale(1, 0.7);
}


/*============================
#area1
============================*/

.page_content .location .recommend_area .area {
  padding-top: 120px;
}

.page_content .location .recommend_area .area1 {
  border-top: 1px solid #fff;
  margin-top: 110px;
  padding-top: 100px;
}

.page_content .location .recommend_area .area .fbox {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.page_content .location .recommend_area .area .fbox .info {
  width: 32%;
  padding-left: 60px;
  position: relative;
}

.page_content .location .recommend_area .area .fbox .info h4 {
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0.15em;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .page_content .location .recommend_area .area .fbox .info h4 {
    font-size: 26px;
  }
}
.page_content .location .recommend_area .area .fbox .info h4::before {
  content: "";
  width: 40px;
  display: block;
  position: absolute;
  left: -60px;
  top: 10px;
  height: 1px;
  background: #fff;
}

.page_content .location .recommend_area .area .fbox .info h4 span.f_goth {
  font-size: 16px;
  display: block;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}

.page_content .location .recommend_area .area .fbox .info .text {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 0;
}

.page_content .location .recommend_area .area .fbox img {
  width: 58.2%;
}

.page_content .location .recommend_area .area .img {
  display: flex;
  justify-content: space-between;
}

.page_content .location .recommend_area .area .img img {
  width: 32.2%;
  margin-top: 23px;
}

.page_content .location .recommend_area .area .fbox .img {
  width: 58.2%;
}

.page_content .location .recommend_area .area .fbox .img img {
  width: 48.5%;
}


/*============================
#support
============================*/

.page_content .support {
  background: #fff;
  color: #000;
}

.page_content .support>.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 0 100px 0;
}

.page_content .support .f_en {
  font-size: 88px;
  text-align: center;
}

.page_content .support h3 {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.1em;
  margin-top: 60px;
}

.page_content .support>.inner>.text {
  text-align: center;
  font-size: 18px;
  margin-top: 22px;
}

.page_content .support>.inner>.fbox {
  display: flex;
  max-width: 1000px;
  width: 96%;
  margin: 60px auto 0 auto;
  justify-content: space-between;
  align-items: start;
}

.page_content .support .fbox.box1 {
  margin-top: 100px;
}

.page_content .support>.inner>.fbox img {
  width: 523px;
}

.page_content .support .fbox .info {
  width: 41%;
}

.page_content .support .fbox .info .subtitle {
  font-size: 20px;
}

.page_content .support .fbox .info .title {
  margin-top: 20px;
  font-size: 38px;
  line-height: 1em;
}

@media screen and (max-width: 1000px) {
  .page_content .support .fbox .info .title {
    font-size: 34px
  }
}

.page_content .support .fbox .info .title img {
  width: 382px;
}

.page_content .support .fbox .info .text {
  font-size: 16px;
  margin-top: 32px;
  line-height: 1.8em;
}

.page_content .support .lead {
  font-size: 28px;
  letter-spacing: 0.1em;
  padding-left: 54px;
  position: relative;
  margin-top: 100px;
}

.page_content .support .lead::before {
  content: "";
  width: 40px;
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
  height: 1px;
  background: #000;
}

.page_content .support .fbox.box3 {
  flex-direction: row-reverse;
  margin-top: 50px;
}

.page_content .support .fbox.box3 .text {
  width: 353px;
  margin-top: 0;
}

.page_content .support .fbox.box3 img {
  width: 58%;
}

.page_content .support>.inner>.note {
  text-align: center;
  border: 1px solid #B9B9B9;
  margin-top: 120px;
  padding: 25px 0;
  font-size: 18px;
  line-height: 1.8em;
}
@media screen and (max-width: 1000px) {
  .page_content .support>.inner>.note {
    margin-left: 2%;
    margin-right: 2%;
  }
}

.page_content .support .history {
  position: relative;
  margin-top: 150px;
}

.page_content .support .history::before {
  content: "";
  display: block;
  width: 2000px;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  background: #EBEBEB;
}

.page_content .support .history>.inner {
  position: relative;
  padding: 80px 0 80px 0;
  width: 886px;
  margin: 0 auto;
}

.page_content .support .history h4 {
  width: 165px;
  position: absolute;
  right: -10px;
  top: -52px;
}

.page_content .support .history h4 img {}

.page_content .support .history .text {
  font-size: 18px;
  line-height: 2em;
}

.page_content .support .history .note {
  font-size: 14px;
  margin-top: 12px;
}

.page_content .support .history .fbox {
  display: flex;
  justify-content: center;
  margin-top: 51px;
}

.page_content .support .history .fbox .box {
  width: 500px;
}

.page_content .support .history .fbox .box img {}

.page_content .support .history .fbox .box p {
  text-align: center;
  margin-top: 26px;
  font-size: 15px;
}

.page_content .pagefooter {
  background: url(../images/bg_footer.jpg) center center;
  background-size: cover;
  padding: 60px 0;
}

.page_content .pagefooter p {
  text-align: center;
  font-size: 25px;
  line-height: 1.8em;
}

.page_content .pagefooter .bt_more {
  background: #c4a27d;
  position: relative;
  display: block;
  color: #000;
  border: 2px solid #000;
  text-align: center;
  transition: all 0.6s ease;
  width: auto;
  margin: 0;
  font-size: 18px;
  letter-spacing: 0;
  padding: 20px 0;
  width: 580px;
  margin: 25px auto 0 auto;
}
.page_content .pagefooter .bt_more::after {
	position: relative;
	right: 20px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #000;
	border-width: 8px;
	margin-top: -8px;
	transform: scale(1,0.7);
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;	
}
.page_content .pagefooter .bt_more:hover {
    background: #e4caae;
    opacity: 1;
}
.page_content .pagefooter .bt_more:hover:after {
	right: 10px;
}

.page_content .content_footer2  {
	padding: 70px 0;
}
.page_content .content_footer2 .box a {
	position: relative;
	display: block;
	border: 1px solid #fff;
	font-size: 18px;
	text-align: center;
	padding: 20px 0;
	margin-top: 25px;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	width: 580px;
	margin: 0 auto;
}
.page_content .content_footer2 .box a::after {
	position: relative;
	right: 15px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 5px;
	margin-top: -5px;
	transform: scale(1,0.7);
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;	
}
.pc_view .page_content .content_footer2 .box a:hover {
	opacity: 1;
	background: #fff;
	color: #000;
}
.pc_view .page_content .content_footer2 .box a:hover::after {
	right: 10px;
	border-left-color: #000;
}
/**************************************************************/
/** SP ********************************************************/
/**************************************************************/

@media screen and (max-width: 767px) {
  
  /* Visual *******************************/
  
  .page_content .visual {
    position: relative;
    background: #fff;
    overflow: hidden;
  }
  
	.page_content .visual .video {
	  height: 100%;
	  position: relative;
	  opacity: 0;
	  transition: opacity 2s ease, transform 5s ease;
	  transform: scale(1.1);
	  aspect-ratio: 1 / 1.1;
	}
	
	.page_content .visual.active2 .video {
	  opacity: 1;
	  transform: scale(1);
	}
	.page_content .visual .video video {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.page_content .visual .video iframe {
	aspect-ratio: 16 / 9;
	height: auto !important;
	width: 196% !important;
	left: 50%;
	transform: translate(-50%, 0);
	}
  .page_content .visual .copy {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 22px;
    transform: translate(-50%, -50%);
    z-index: 200;
    opacity: 0;
    transition: opacity 2s +1.5s ease, margin 1s ease, width 1s ease;
  }
  
  .page_content .visual.active3 .copy {
    margin-top: -50px;
    width: 23px;
  }
  
  .page_content .visual.active2 .copy {
    opacity: 1;
  }
  
  .page_content .visual h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 240px;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 2s ease opacity;
  }
  
  .page_content .visual.active h2 {
    opacity: 1;
  }
	.page_content .visual.active2 h2 {
	  opacity: 0;
	}
  
  .page_content .visual.active3 h2 {
    z-index: 300;
    opacity: 1;
    top: auto;
    bottom: 90px;
    transform: translate(-50%, 0);
    width: 145px;
  }
  
  .page_content .visual::before {
    content: "";
    width: 1px;
    height: 0;
    background: #fff;
    display: block;
    position: absolute;
    left: 50%;
    top: calc(100% - 70px);
    transition: height 1s +2.5s ease;
    z-index: 200;
  }
  
  .page_content .visual.active2::before {
    height: 70px;
  }
  
  .page_content .visual h2 img+img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  
  .page_content .visual.active3 h2 img {
    opacity: 0;
  }
  
  .page_content .visual.active3 h2 img+img {
    opacity: 1;
    transition: opacity 1s ease;
  }
  
  .page_content .intro {
    background: #fff;
    color: #000;
    padding: 70px 0 0 0;
    text-align: center;
  }
  
  .page_content .intro .lead {
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: 0.05em;
  }
  
  .page_content .intro .text {
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0.1em;
    margin-top: 61px;
    position: relative;
  }
  
  .page_content .intro .text::before {
    content: "";
    display: block;
    width: 1px;
    height: 36px;
    background: #000;
    position: absolute;
    left: 50%;
    top: -48px;
  }
  
  .page_content .intro .nav {
    display: block;
    margin-top: 60px;
  }
  
  .page_content .intro .nav a {
    display: block;
    background: url(../images/bt_nav1.jpg) no-repeat center center;
    background-size: cover;
    width: auto;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  
  .page_content .intro .nav a:nth-child(2) {
    background-image: url(../images/bt_nav2.jpg);
  }
  
  .page_content .intro .nav a:nth-child(3) {
    background-image: url(../images/bt_nav3.jpg);
  }
  
  .page_content .intro .nav a::before, .page_content .intro .nav a::after {
    content: "";
    display: block;
    width: 1px;
    height: 26px;
    background: #FFF;
    position: absolute;
    left: 50%;
    bottom: 8px;
  }
  
  .page_content .intro .nav a::after {
    transform: rotate(45deg);
    transform-origin: 100% 100%;
    height: 8px;
  }
  
  .page_content .intro .nav a p {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1em;
  }
  
  .page_content .intro .nav a p span.f_en {
    font-size: 13px;
    display: block;
    line-height: 1em;
    margin-top: 6px;
  }
  
  
  /*============================
  #design
  ============================*/
  
  .page_content .sec {
    background: #fff;
    color: #000;
    position: relative;
  }
  
  .page_content .sec::before {
    display: none;
  }
  
  .page_content .sec .hbox {
    position: relative;
    width: 90%;
    margin: 0 auto;
    display: block;
    justify-content: end;
    padding: 60px 0 0 0;
  }
  
  .page_content .sec .hbox .info {
    width: auto;
    padding: 45px 0 60px 0;
  }
  
  .page_content .sec .hbox .label {
    font-size: 53px;
    line-height: 1em;
  }
  
  .page_content .sec .hbox h3 {
    font-size: 23px;
    width: 110%;
    letter-spacing: 0.1em;
    margin-top: 30px;
  }
  
  .page_content span.line {
    position: relative;
    display: inline-block;
  }
  
  .page_content span.line::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  
  .page_content .sec .hbox .text {
    font-size: 14px;
    margin-top: 34px;
    letter-spacing: 0.1em;
    line-height: 1.8em;
  }
  
  .page_content .sec .hbox .img {
    margin-top: 0;
  }
  
  .page_content .design .case {
    background: #000;
    color: #fff;
  }
  
  .page_content .design .case .img {}
  
  .page_content .design .case .img img {
    width: 100%;
  }
  
  .page_content .design .case>.inner {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 110px 0;
  }
  
  .page_content .design .case .fbox {
    display: block;
  }
  
  .page_content .design .case .fbox .info {
    width: auto;
  }
  
  .page_content .design .case .fbox .info .label.f_en {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  
  .page_content .design .case .fbox .info .label.f_en span {
    font-size: 35px;
  }
  
  .page_content .design .case .fbox .info h4 {
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-top: 10px;
  }
  
  .page_content .design .case .fbox .info h4 span.line::before {
    background: #fff
  }
  
  .page_content .design .case .fbox .info .text {
    font-size: 14px;
    line-height: 1.8em;
    margin-top: 30px;
  }
  
  .page_content .design .case .fbox img {
    width: 70%;
    margin: 35px auto 0 auto;
  }
  
  .page_content .design .case>.inner .img {
    margin-top: 50px;
  }
  
  
  /*============================
  #location
  ============================*/
  
  .page_content .location {}
  
  .page_content .location .recommend_area {
    background: #000;
    color: #fff;
  }
  
  .page_content .location .recommend_area>.inner {
    padding: 54px 0 80px 0;
    width: 90%;
    position: relative;
    margin: 0 auto;
  }
  
  .page_content .location .recommend_area>.inner::before {
    content: "";
    display: block;
    width: 1px;
    height: 46px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 0;
  }
  
  .page_content .location .recommend_area h3 {
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.1em;
  }
  
  .page_content .location .recommend_area .lead {
    font-size: 20px;
    text-align: center;
    margin-top: 48px;
    padding-left: 0.8em;
  }
  
  .page_content .location .recommend_area .map {
    height: 332px;
    width: 365px;
    background: url(../images/img_location_map_sp.png) no-repeat center center;
    background-size: contain;
    margin: 70px 0 0 0;
    position: relative;
  }
  
  .page_content .location .recommend_area .map a {
    display: block;
    position: absolute;
    left: 0;
    top: 69px;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0;
    padding-right: 16px;
  }
  
  .page_content .location .recommend_area .map a:nth-child(2) {
    top: 121px;
  }
  
  .page_content .location .recommend_area .map a:nth-child(3) {
    top: 172px;
  }
  
  .page_content .location .recommend_area .map a:nth-child(4) {
    top: 222px;
  }
	
	.page_content .location .recommend_area .map a:nth-child(5) {
	  top: -25px;
	  left: auto;
	  right: 82px;
	}
	.page_content .location .recommend_area .map a:nth-child(6) {
	  top: 19px;
	  left: 0;
	}
	
	.page_content .location .recommend_area .map a:nth-child(7) {
	  top: 298px;
	  right: 0;
	  left: auto;
	}
  
  .page_content .location .recommend_area .map a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 43%;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translate(0, -50%) rotate(135deg);
  }
  
  .page_content .location .recommend_area .map a span.f_goth {
    font-size: 11px;
    line-height: 1em;
    display: inline-block;
    margin-right: 6px;
    letter-spacing: 0;
  }
  
  .page_content .location .recommend_area>.inner>.text {
    width: unset;
    margin: 34px auto 0 auto;
    font-size: 14px;
    line-height: 1.8em;
  }
  
  .page_content .location .recommend_area a.bt_more {
    background: #C5A27D;
    display: block;
    width: auto;
    margin: 35px 0 0 0;
    font-size: 16px;
    text-align: center;
    color: #000;
    padding: 27px 0;
    position: relative;
  }
  
  .page_content .location .recommend_area a.bt_more::after {
    right: 14px;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #000;
    border-width: 10px;
    margin-top: -10px;
    transform: scale(1, 0.7);
  }
  
  
  /*============================
  #area1
  ============================*/
  
  .page_content .location .recommend_area .area {
    padding-top: 70px;
  }
  
  .page_content .location .recommend_area .area1 {
    border-top: 1px solid #fff;
    margin-top: 50px;
    padding-top: 70px;
  }
  
  .page_content .location .recommend_area .area .fbox {
    display: block;
    justify-content: space-between;
    align-items: start;
  }
  
  .page_content .location .recommend_area .area .fbox .info {
    width: auto;
    padding-left: 0;
    position: relative;
  }
  
  .page_content .location .recommend_area .area .fbox .info h4 {
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 0.05em;
    position: relative;
    padding-left: 30px;
  }
  
  .page_content .location .recommend_area .area .fbox .info h4::before {
    content: "";
    width: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    height: 1px;
    background: #fff;
  }
  
  .page_content .location .recommend_area .area .fbox .info h4 span.f_goth {
    font-size: 16px;
    display: block;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
  }
  
  .page_content .location .recommend_area .area .fbox .info .text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.7em;
    letter-spacing: 0;
  }
  
  .page_content .location .recommend_area .area .fbox img {
    width: auto;
    margin-top: 25px;
  }
  
  .page_content .location .recommend_area .area .img {
    display: flex;
    justify-content: space-between;
  }
  
  .page_content .location .recommend_area .area .img img {
    width: 32.2%;
    margin-top: 23px;
  }
  
  .page_content .location .recommend_area .area .fbox .img {
    width: 640px;
  }
  
  .page_content .location .recommend_area .area .fbox .img img {
    width: 48.5%;
  }
  
  
  /*============================
  #support
  ============================*/
  
  .page_content .support {
    background: #fff;
    color: #000;
  }
  
  .page_content .support>.inner {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 0 0;
  }
  
  .page_content .support .f_en {
    font-size: 53px;
    text-align: center;
  }
  
  .page_content .support h3 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-top: 30px;
    line-height: 2em;
  }
  
  .page_content .support>.inner>.text {
    text-align: left;
    font-size: 14px;
    line-height: 2em;
    margin-top: 10px;
  }
  
  .page_content .support>.inner>.fbox {
    display: block;
    width: auto;
    margin: 60px auto 0 auto;
  }
  
  .page_content .support .fbox.box1 {
    margin-top: 75px;
  }
  
  .page_content .support>.inner>.fbox img {
    width: auto;
    margin-top: 20px;
  }
  
  .page_content .support .fbox .info {
    width: auto;
  }
  
  .page_content .support .fbox .info .subtitle {
    font-size: 13px;
  }
  
  .page_content .support .fbox .info .title {
    margin-top: 12px;
    font-size: 26px;
    line-height: 1em;
  }
  
  .page_content .support .fbox .info .title img {
    width: 262px;
    margin: 0;
  }
  
  .page_content .support .fbox .info .text {
    font-size: 14px;
    margin-top: 30px;
    line-height: 1.8em;
  }
  
  .page_content .support .lead {
    font-size: 20px;
    letter-spacing: 0.1em;
    padding-left: 34px;
    position: relative;
    line-height: 1.6em;
    margin-top: 70px;
  }
  
  .page_content .support .lead::before {
    content: "";
    width: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
    height: 1px;
    background: #000;
  }
  
  .page_content .support .fbox.box3 {
    flex-direction: column-reverse;
    margin-top: 24px;
    display: flex;
  }
  
  .page_content .support .fbox.box3 .text {
    width: auto;
    margin-top: 0;
  }
  
  .page_content .support .fbox.box3 img {
    width: auto;
    margin-top: 30px;
  }
  
  .page_content .support>.inner>.note {
    text-align: center;
    border: 1px solid #B9B9B9;
    margin-top: 60px;
    padding: 20px 0;
    font-size: 14px;
  }
  
  .page_content .support .history {
    position: relative;
    margin-top: 105px;
  }
  
  .page_content .support .history::before {
    content: "";
    display: block;
    width: 2000px;
    height: 100%;
    right: 50%;
    top: 0;
    position: absolute;
    background: #EBEBEB;
    margin-right: -1000px;
  }
  
  .page_content .support .history>.inner {
    position: relative;
    padding: 140px 0 70px 0;
    width: auto;
    margin: 0 auto;
  }
  
  .page_content .support .history h4 {
    width: 120px;
    position: absolute;
    right: auto;
    top: -42px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  
  .page_content .support .history h4 img {}
  
  .page_content .support .history .text {
    font-size: 14px;
    line-height: 2em;
  }
  
  .page_content .support .history .note {
    font-size: 12px;
    margin-top: 12px;
  }
  
  .page_content .support .history .fbox {
    display: block;
    margin-top: 40px;
  }
  
  .page_content .support .history .fbox .box {
    width: auto;
  }
  .page_content .support .history .fbox .box + .box {
    margin-top: 50px;
  }
  
  .page_content .support .history .fbox .box img {}
  
  .page_content .support .history .fbox .box p {
    text-align: center;
    margin-top: 16px;
    font-size: 14px;
    letter-spacing: 0;
  }
  
  .page_content .pagefooter {
    background: url(../images/bg_footer.jpg) center center;
    background-size: cover;
    padding: 44px 0;
  }
  
  .page_content .pagefooter p {
    text-align: center;
    font-size: 16px;
    line-height: 2em;
  }
  
  .page_content .pagefooter .bt_more {
    background: #c4a27d;
    position: relative;
    display: block;
    color: #000;
    border: 1px solid #000;
    text-align: center;
    transition: all 0.6s ease;
    width: auto;
    margin: 0;
    font-size: 12px;
    letter-spacing: 0;
    padding: 17px 0;
    width: 90%;
    margin: 20px auto 0 auto;
  }
  .page_content .pagefooter .bt_more::after {
  	
    position: relative;
    right: 15px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #000;
    border-width: 5px;
    margin-top: -5px;
    transform: scale(1,0.7);
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
  }
  .page_content .pagefooter .bt_more:hover {
      background: #c4a27d;
      opacity: 1;
  }
  .page_content .pagefooter .bt_more:hover:after {
    right: 15px;
  }


	.page_content .content_footer2  {
		padding: 50px 0;
	}
	.page_content .content_footer2 .box a {
		position: relative;
		display: block;
		border: 1px solid #fff;
		font-size: 18px;
		text-align: center;
		padding: 20px 0;
		margin-top: 25px;
		transition: all 0.6s ease;
		-webkit-transition: all 0.6s ease;
		-moz-transition: all 0.6s ease;
		-ms-transition: all 0.6s ease;
		-o-transition: all 0.6s ease;
		width: 90%;
		margin: 0 auto;
		font-size: 12px;
		letter-spacing: 0;
		padding: 17px 0;
	}
	.page_content .content_footer2 .box a::after {
		position: relative;
		right: 15px;
		top: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(255, 255, 255, 0);
		border-left-color: #fff;
		border-width: 5px;
		margin-top: -5px;
		transform: scale(1,0.7);
		transition: all 0.6s ease;
		-webkit-transition: all 0.6s ease;
		-moz-transition: all 0.6s ease;
		-ms-transition: all 0.6s ease;
		-o-transition: all 0.6s ease;	
	}

}