@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cinzel&family=Noto+Serif+JP&display=swap");
.ENG {
  font-family: "Cinzel", serif;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus, input[type=button]:focus {
  outline-offset: -2px;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=submit]:focus, input[type=password]:focus, input[type=button]:focus {
  outline: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

input[type=submit], input[type=button], label, button, select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  font-size: 10px;
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 1vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  ._sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  ._pc {
    display: none !important;
  }
}
* {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
}

body {
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  margin-top: 14rem;
}

@media screen and (max-width: 750px) {
  main {
    width: 100%;
    margin-top: 16rem;
  }
}
section {
  position: relative;
  overflow: hidden;
}

img,
svg,
video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  font-family: "Ryumin Regular KL", "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #231815;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 6.4rem 0 2rem;
  z-index: 9999;
  background-color: #fff;
}
header .header {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header .logo {
  width: 30%;
  max-width: 30rem;
}
header .header nav {
  width: 50%;
}
header .header nav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
header .header nav .nav li {
  border-right: 1px solid #4C4948;
  width: calc((100% - 16rem - 4px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header nav .nav li:first-of-type {
  width: 16rem;
  border-left: 1px solid #4C4948;
}
header .header nav .nav li a {
  display: block;
  width: 100%;
  color: #231815;
  font-size: 1.4rem;
}
header .header nav .nav li a p {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 750px) {
  header {
    padding: 2rem 0;
  }
  header .header {
    width: 100%;
  }
  header .header .logo {
    width: 50%;
    max-width: 50rem;
    margin-left: 2rem;
  }
  header .header nav {
    width: 100%;
    margin-top: 4rem;
  }
  header .header nav .nav li {
    width: 20%;
  }
  header .header nav .nav li:first-of-type {
    width: 35%;
  }
  header .header nav .nav li a p {
    font-size: 2.4rem;
  }
}
.footer_note {
  padding-bottom: 40px;
}
.footer_note p {
  line-height: 1.5;
}

.f_link_wrap {
  width: 100%;
  background-color: #000;
  padding: 6rem 0;
}
.f_link_wrap a {
  width: 100%;
  display: block;
  position: relative;
}
.f_link_wrap a p {
  font-size: 3.2rem;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(5%, -50%);
          transform: translate(5%, -50%);
}
.f_link_wrap a p .f_bnrlink_icon {
  width: 3.2rem;
  margin-left: 1rem;
}

footer {
  border-top: 16px solid #00002E;
  padding: 3.6rem 0 3rem;
}
footer .f_logo {
  width: 200px;
  margin: 0 auto;
}
footer small {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-align: center;
  padding: 20px 0 10px;
}

@media screen and (max-width: 750px) {
  footer {
    padding: 3.6rem 0 2rem;
  }
  footer .f_logo {
    width: 150px;
  }
  footer small {
    font-size: 10px;
  }
}
.com-note {
  font-size: 1rem;
  line-height: 1.4;
}

.com-sec-note {
  background: #dddddd;
  padding: 12rem 0 6.6rem;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 750px) {
  .com-note {
    font-size: 2rem;
  }
  .com-sec-note {
    padding: 12rem 0 9.6rem;
  }
}
.com-cap {
  font-size: 1rem;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), -1px 1px 3px rgba(0, 0, 0, 0.5), 1px -1px 3px rgba(0, 0, 0, 0.5), -1px -1px 3px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}

.com-cap.left {
  right: auto;
  left: 0.5rem;
}

.com-cap.clr-w {
  color: #fff;
  text-shadow: none;
}

.com-cap.clr-b {
  color: #333333;
  text-shadow: none;
}

@media screen and (max-width: 750px) {
  .com-cap {
    font-size: 2rem;
    bottom: 1rem;
    right: 1rem;
  }
  .com-cap.left {
    left: 1rem;
  }
}
.com-content {
  max-width: 800px;
  width: 96%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .com-content {
    width: 68rem;
  }
}
.com-ttl_wrap {
  margin: 15rem 0 0;
  padding: 0 0 3rem;
}
.com-ttl_wrap .com-ttl_box {
  background-color: rgba(0, 50, 108, 0.5);
  padding: 5rem 0 4rem;
}
.com-ttl_wrap .com-ttl {
  font-family: "Cinzel", serif;
  font-size: 12.2rem;
  text-align: center;
  color: #fff;
  letter-spacing: 1.6rem;
}
.com-ttl_wrap .com-lead {
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
.com-ttl_wrap figcaption {
  text-align: right;
}

@media screen and (max-width: 750px) {
  .com-ttl_wrap {
    margin: 10rem 0 0;
    padding: 0 0 9rem;
  }
  .com-ttl_wrap .com-ttl {
    font-size: 10.2rem;
  }
  .com-ttl_wrap .com-lead {
    font-size: 3.2rem;
  }
}
.com-btn {
  display: block;
  width: 70%;
  margin: 6.5rem auto 2rem;
  font-size: 3.2rem;
  color: #fff;
  text-align: center;
  padding: 2rem 0 2.2rem;
  background-color: #00002e;
  border-radius: 4px;
  -webkit-box-shadow: 3px 3px 7px 2px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 3px 3px 7px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 7px 2px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 750px) {
  .com-btn {
    width: 100%;
    font-size: 4.2rem;
    padding: 3rem 0 3.2rem;
  }
}
.anker_top {
  position: fixed;
  width: 14px;
  height: 82px;
  display: block;
  bottom: 20px;
  right: 10px;
}

.com-loadwrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  background: #eff2f4;
  opacity: 1;
}
.com-loadwrap::after {
  content: "";
  position: absolute;
  z-index: 999999999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 200vw;
  height: 200vw;
  border-radius: 150vw;
  background: #fff;
}
.com-loadwrap.no_active {
  -webkit-animation-name: loadAnime;
          animation-name: loadAnime;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
@-webkit-keyframes loadAnime {
  0% {
    z-index: 99999;
    opacity: 1;
  }
  90% {
    z-index: 99999;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}
@keyframes loadAnime {
  0% {
    z-index: 99999;
    opacity: 1;
  }
  90% {
    z-index: 99999;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}
.com-loadwrap.no_active::after {
  -webkit-animation-name: loadAnime2;
          animation-name: loadAnime2;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
@-webkit-keyframes loadAnime2 {
  0% {
    width: 150vw;
    height: 150vw;
  }
  90% {
    z-index: 99999;
    width: 0;
    height: 0;
  }
  100% {
    width: 0;
    height: 0;
  }
}
@keyframes loadAnime2 {
  0% {
    width: 150vw;
    height: 150vw;
  }
  90% {
    z-index: 99999;
    width: 0;
    height: 0;
  }
  100% {
    width: 0;
    height: 0;
  }
}

/*動き*/
.m_left {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
.m_left_on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.m_right {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0;
  -webkit-transform: translate(50px, 0);
  transform: translate(50px, 0);
}
.m_right_on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.m_op {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}
.m_op_on {
  opacity: 1;
}

.m_down {
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.m_down_on {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.m_up {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  opacity: 0;
}
.m_up _on {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .m_op_d1 {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .m_op_d2 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .m_op_d3 {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .m_op_d4 {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .m_op_d5 {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .m_op_d6 {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .m_op_d7 {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  .m_op_d8 {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .m_op_d9 {
    -webkit-transition-delay: 1.7s;
            transition-delay: 1.7s;
  }
}
#yokohama-momijizaka .f_link_wrap {
  background-color: #000;
}
#yokohama-momijizaka .f_link_wrap .com-content {
  max-width: 900px;
}
#yokohama-momijizaka footer {
  border-color: #898989;
}
#yokohama-momijizaka .f-en {
  font-family: "Cinzel", serif;
}
#yokohama-momijizaka .com-cap.black {
  color: #231F20;
  text-shadow: none;
}
#yokohama-momijizaka .com-content {
  max-width: 1100px;
}
#yokohama-momijizaka .com-content.w1010 {
  max-width: 1010px;
}
#yokohama-momijizaka figure {
  position: relative;
}
#yokohama-momijizaka .main_wrap .main_cnt {
  position: relative;
  background-color: #424648;
}
#yokohama-momijizaka .main_wrap .main_building,
#yokohama-momijizaka .main_wrap .main_mater,
#yokohama-momijizaka .main_wrap .main_ttl {
  position: absolute;
}
#yokohama-momijizaka .main_wrap .com-cap {
  z-index: 3;
}
#yokohama-momijizaka .main_wrap .main_ttl {
  z-index: 3;
  width: 37.2035139092%;
  left: 10%;
  top: 37.1%;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
#yokohama-momijizaka .main_wrap .main_ttl.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
#yokohama-momijizaka .main_wrap .main_building {
  width: 52.5622254758%;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  opacity: 0;
  -webkit-transition: 1.2s linear;
  transition: 1.2s linear;
}
#yokohama-momijizaka .main_wrap .main_building.active {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
}
#yokohama-momijizaka .main_wrap .main_mater {
  z-index: 1;
}
#yokohama-momijizaka .main_wrap .main_mater .hide {
  opacity: 0;
}
#yokohama-momijizaka .main_wrap .main_mater .show {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
#yokohama-momijizaka .main_wrap .main_mater-1 {
  width: 19.0336749634%;
  top: 6.9%;
  left: 30.5%;
}
#yokohama-momijizaka .main_wrap .main_mater-2 {
  width: 14.7510980966%;
  left: 0;
  top: 24.2%;
}
#yokohama-momijizaka .main_wrap .main_mater-3 {
  width: 12.8843338214%;
  left: 30.5%;
  top: 43.3%;
}
#yokohama-momijizaka .main_wrap .main_mater-4 {
  width: 14.7437774524%;
  left: 43.7%;
  bottom: 22.7%;
}
#yokohama-momijizaka .main_wrap .main_mater-5 {
  width: 26.7935578331%;
  bottom: 0;
  left: 0;
}
#yokohama-momijizaka .main_wrap .main_mater.active .show {
  width: 100%;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
#yokohama-momijizaka .main_wrap .com-note {
  text-align: right;
  padding: 1rem 0 9.6rem;
}
#yokohama-momijizaka .com-ttl_wrap {
  margin-top: 0;
  padding: 0;
}
#yokohama-momijizaka .com-ttl_wrap .com-ttl_box {
  background-color: #231F20;
  padding: 7.3rem 0 6.8rem;
}
#yokohama-momijizaka .com-ttl_wrap .com-ttl {
  font-size: 8rem;
  line-height: 1.525;
}
@media screen and (max-width: 750px) {
  #yokohama-momijizaka .com-ttl_wrap .com-ttl {
    font-size: 9rem;
  }
}
#yokohama-momijizaka .com-ttl_wrap .com-lead {
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 750px) {
  #yokohama-momijizaka .com-ttl_wrap .com-lead {
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
}
#yokohama-momijizaka .com-ttl_wrap .com-desc {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.4285714286;
  color: #fff;
  text-align: center;
  margin-top: 1.6em;
}
@media screen and (max-width: 750px) {
  #yokohama-momijizaka .com-ttl_wrap .com-desc {
    font-size: 2.2rem;
  }
}
#yokohama-momijizaka .com-ttl_wrap .design_plan-params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin: 3rem 0 0;
}
@media screen and (max-width: 750px) {
  #yokohama-momijizaka .com-ttl_wrap .design_plan-params {
    gap: 2rem;
  }
}
#yokohama-momijizaka .com-ttl_wrap .design_plan-params li {
  width: 25rem;
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
  line-height: 2.264;
  border: 1px solid #fff;
  letter-spacing: 0;
  padding: 0.05em 0;
}
@media screen and (max-width: 750px) {
  #yokohama-momijizaka .com-ttl_wrap .design_plan-params li {
    width: 28rem;
  }
}
#yokohama-momijizaka .p_sub {
  color: #231F20;
  font-size: 1.4rem;
  text-align: center;
  line-height: 2.4285714286;
  letter-spacing: -0.015em;
  padding: 5.4rem 0 4.7rem;
}
@media screen and (max-width: 750px) {
  #yokohama-momijizaka .p_sub {
    font-size: 2.2rem;
  }
}
#yokohama-momijizaka .p_button {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0;
  display: block;
  margin: 12rem auto;
  background-color: #48494a;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.4));
  padding: 0.05em 1.15em;
  border-radius: 7px;
}
@media screen and (max-width: 750px) {
  #yokohama-momijizaka .p_button {
    font-size: 4rem;
  }
}
#yokohama-momijizaka .location_wrap .com-cap,
#yokohama-momijizaka .location_wrap .com-note {
  font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
  #yokohama-momijizaka .location_wrap .com-cap,
  #yokohama-momijizaka .location_wrap .com-note {
    font-size: 2rem;
  }
}
#yokohama-momijizaka .location_wrap .location_view .com-note {
  text-align: right;
  margin-top: 0.4em;
}
#yokohama-momijizaka .location_wrap .loc {
  max-width: 1010px;
  margin-top: 3.8rem;
}
#yokohama-momijizaka .location_wrap .loc_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 1rem;
}
#yokohama-momijizaka .location_wrap .loc_list1 figure {
  width: 21.7%;
}
@media screen and (max-width: 750px) {
  #yokohama-momijizaka .location_wrap .loc_list1 figure {
    width: 49.3%;
  }
}
#yokohama-momijizaka .location_wrap .loc_list2 {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
#yokohama-momijizaka .location_wrap .loc_list2 figure {
  width: 48.9%;
}
#yokohama-momijizaka .location_wrap .loc_map {
  margin-top: 6.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#yokohama-momijizaka .location_wrap .loc_map-txt {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 31.4%;
}
@media screen and (max-width: 750px) {
  #yokohama-momijizaka .location_wrap .loc_map-txt {
    width: 100%;
  }
}
#yokohama-momijizaka .location_wrap .loc_map-txt .com-note {
  font-size: 1rem;
}
@media screen and (max-width: 750px) {
  #yokohama-momijizaka .location_wrap .loc_map-txt .com-note {
    font-size: 2rem;
    margin: 5rem 0;
  }
}
#yokohama-momijizaka .location_wrap .loc_map-img {
  width: 65.8%;
}
@media screen and (max-width: 750px) {
  #yokohama-momijizaka .location_wrap .loc_map-img {
    width: 100%;
  }
}
#yokohama-momijizaka .location_wrap .loc_intro {
  margin-top: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#yokohama-momijizaka .location_wrap .loc_intro .loc_list2 {
  width: 47.8%;
}
@media screen and (max-width: 750px) {
  #yokohama-momijizaka .location_wrap .loc_intro .loc_list2 {
    width: 100%;
  }
}
#yokohama-momijizaka .location_wrap .loc_intro-txt {
  width: 47.4%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  #yokohama-momijizaka .location_wrap .loc_intro-txt {
    width: 100%;
    margin-top: 5rem;
  }
}
#yokohama-momijizaka .location_wrap .loc_intro-ttl {
  font-size: 2.2rem;
  line-height: 1.4545454545;
  letter-spacing: 0em;
  color: #000000;
}
@media screen and (max-width: 750px) {
  #yokohama-momijizaka .location_wrap .loc_intro-ttl {
    font-size: 3rem;
  }
}
#yokohama-momijizaka .location_wrap .loc_intro-desc {
  font-size: 1.4rem;
  line-height: 2.4285714286;
  letter-spacing: 0;
  text-align: justify;
}
@media screen and (max-width: 750px) {
  #yokohama-momijizaka .location_wrap .loc_intro-desc {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 750px) {
  #yokohama-momijizaka .location_wrap .loc_intro-info {
    margin-top: 4rem;
  }
}
#yokohama-momijizaka .location_wrap .loc_intro-info .lead {
  color: #231F20;
  font-size: 1.73rem;
  line-height: 0.8;
  letter-spacing: 0.1em;
  background-color: #C4C5CE;
  text-align: center;
  font-weight: 600;
  margin-bottom: 1.2rem;
  padding: 0.3em 0 0.1em;
}
@media screen and (max-width: 750px) {
  #yokohama-momijizaka .location_wrap .loc_intro-info .lead {
    font-size: 3rem;
    margin-bottom: 2.5rem;
  }
}
#yokohama-momijizaka .location_wrap .loc_intro-info .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#yokohama-momijizaka .location_wrap .loc_intro-info .col {
  width: 48.6%;
}
@media screen and (max-width: 750px) {
  #yokohama-momijizaka .location_wrap .loc_intro-info .col {
    width: 100%;
  }
}
#yokohama-momijizaka .location_wrap .loc_intro-info .col .info_item p {
  font-size: 1.05rem;
  color: #231F20;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 750px) {
  #yokohama-momijizaka .location_wrap .loc_intro-info .col .info_item p {
    font-size: 2.4rem;
  }
}
#yokohama-momijizaka .location_wrap .loc_intro-info .col .info_item .ttl {
  line-height: 1.4285714286;
  border: 1px solid #231F20;
  text-align: center;
}
#yokohama-momijizaka .location_wrap .loc_intro-info .col .info_item .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.15rem;
  -webkit-column-gap: 0.2rem;
     -moz-column-gap: 0.2rem;
          column-gap: 0.2rem;
}
#yokohama-momijizaka .location_wrap .loc_intro-info .col .info_item .txt .sub {
  line-height: 1.8571428571;
}
#yokohama-momijizaka .location_wrap .loc_intro-info .col .info_item .txt .dot {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 1px dotted #231F20;
}
#yokohama-momijizaka .location_wrap .loc_intro-info .col .info_item .txt .time {
  margin-left: auto;
}
#yokohama-momijizaka .location_wrap .loc_intro-info .col .info_item + .info_item {
  margin-top: 0.4rem;
}
@media screen and (max-width: 750px) {
  #yokohama-momijizaka .location_wrap .loc_intro-info .col .info_item + .info_item {
    margin-top: 2.6rem;
  }
}
#yokohama-momijizaka .design_wrap .design_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #231F20;
  border-bottom: 1px solid #231F20;
}
@media screen and (max-width: 750px) {
  #yokohama-momijizaka .design_wrap .design_head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0.5rem;
    border: 1px solid #231F20;
  }
}
#yokohama-momijizaka .design_wrap .design_head .p1 {
  color: #fff;
  font-size: 1.9rem;
  letter-spacing: 0.9em;
  background-color: #808285;
  padding: 0.4em 0.5em 0.2em;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 750px) {
  #yokohama-momijizaka .design_wrap .design_head .p1 {
    font-size: 2.9rem;
    width: 100%;
    text-align: center;
  }
}
#yokohama-momijizaka .design_wrap .design_head .p2 {
  color: #231F20;
  font-size: 2.1rem;
  letter-spacing: 0.2em;
  padding-left: 2%;
}
@media screen and (max-width: 750px) {
  #yokohama-momijizaka .design_wrap .design_head .p2 {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 1rem;
    font-size: 3rem;
    text-align: center;
  }
}
#yokohama-momijizaka .design_wrap .design_banners {
  margin-top: 6.2rem;
}
#yokohama-momijizaka .design_wrap .design_banners figure + figure {
  margin-top: 5.8rem;
}
#yokohama-momijizaka .design_wrap .design_banners .com-note {
  text-align: right;
  margin-top: 0.3em;
}
#yokohama-momijizaka .design_wrap .design_plan {
  margin-top: 6.2rem;
}
#yokohama-momijizaka .design_wrap .design_plan-imgs {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  row-gap: 3rem;
}
#yokohama-momijizaka .design_wrap .design_plan-imgs figure:first-child {
  width: 49.2%;
}
@media screen and (max-width: 750px) {
  #yokohama-momijizaka .design_wrap .design_plan-imgs figure:first-child {
    width: 100%;
  }
}
#yokohama-momijizaka .design_wrap .design_plan-imgs figure:nth-child(2) {
  width: 45.3%;
}
@media screen and (max-width: 750px) {
  #yokohama-momijizaka .design_wrap .design_plan-imgs figure:nth-child(2) {
    width: 100%;
  }
}
#yokohama-momijizaka .design_wrap .design_points {
  margin-top: 5.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 3rem;
}
#yokohama-momijizaka .design_wrap .design_point {
  width: 17.7%;
}
@media screen and (max-width: 750px) {
  #yokohama-momijizaka .design_wrap .design_point {
    width: 48%;
  }
}
#yokohama-momijizaka .design_wrap .design_point .ttl {
  font-size: 1.95rem;
  line-height: 1;
  letter-spacing: 0;
  color: #231F20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.4em;
}
@media screen and (max-width: 750px) {
  #yokohama-momijizaka .design_wrap .design_point .ttl {
    font-size: 2.9rem;
  }
}
#yokohama-momijizaka .design_wrap .design_point .desc {
  color: #231F20;
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: -0.015em;
  margin-top: 0.7em;
}
@media screen and (max-width: 750px) {
  #yokohama-momijizaka .design_wrap .design_point .desc {
    font-size: 2.2rem;
  }
}
#yokohama-momijizaka .design_wrap .design_security {
  margin-top: 6rem;
}
#yokohama-momijizaka .design_wrap .design_security-list {
  margin-top: 3.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 3rem;
}
#yokohama-momijizaka .design_wrap .design_security-list .w38 {
  width: 38.3%;
}
@media screen and (max-width: 750px) {
  #yokohama-momijizaka .design_wrap .design_security-list .w38 {
    width: 100%;
  }
}
#yokohama-momijizaka .design_wrap .design_security-list .w17 {
  width: 17.4%;
}
@media screen and (max-width: 750px) {
  #yokohama-momijizaka .design_wrap .design_security-list .w17 {
    width: 48%;
  }
}
#yokohama-momijizaka .design_wrap .design_security-item .ttl {
  color: #231F20;
  font-size: 1.7rem;
  line-height: 1.2352941176;
  letter-spacing: -0.015em;
  margin-top: 0.3em;
}
@media screen and (max-width: 750px) {
  #yokohama-momijizaka .design_wrap .design_security-item .ttl {
    font-size: 2.5rem;
  }
}
#yokohama-momijizaka .design_wrap .design_security-item .desc {
  color: #231F20;
  font-size: 1.15rem;
  line-height: 1.25;
  letter-spacing: -0.042em;
  margin-top: 0.7em;
}
@media screen and (max-width: 750px) {
  #yokohama-momijizaka .design_wrap .design_security-item .desc {
    font-size: 2.15rem;
  }
}
#yokohama-momijizaka .main_wrap .main_txt {
  background-image: url(../img/main_bg.png);
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  padding: 19rem 0 59rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #yokohama-momijizaka .main_wrap .main_txt {
    padding: 19rem 0 40rem;
  }
}
#yokohama-momijizaka .main_wrap .main_txt .lead {
  font-size: 8.1rem;
  line-height: 1.0795454545;
  font-weight: 700;
  letter-spacing: 0.15em;
}
#yokohama-momijizaka .main_wrap .main_txt .sub {
  font-size: 3.8rem;
  line-height: 1.5;
  margin-top: 0.7em;
  letter-spacing: 0.1em;
}
#yokohama-momijizaka .main_wrap .main_txt .ttl {
  font-size: 4.1rem;
  line-height: 1.243902439;
  letter-spacing: 0.3em;
  margin-top: 1.8em;
}
#yokohama-momijizaka .main_wrap .main_buiding {
  margin-top: -40.3rem;
}
@media screen and (max-width: 750px) {
  #yokohama-momijizaka .main_wrap .main_buiding {
    margin-top: -25rem;
  }
}