@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
/* ====================================================

    ┏───────────────────────┓
    │   Table Of Contents   │
    ┗───────────────────────┛

    1. Visual
    1-1. Reset
    2. Professional
    3. Service
    4. News
    5. Recruit
    6. Loading

==================================================== */
/* ====================================

  0. Common

==================================== */
.block {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 959px) {
  .block {
    padding-top: 5.333vw;
    padding-bottom: 5.333vw;
  }
}

.block-inner {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.check .block-inner {
  padding: 0 170px;
}
@media screen and (max-width: 959px) {
  .block-inner {
    width: 100%;
  }
.check .block-inner {
  padding: 0;
}
}

/* ====================================

  1. Visual

==================================== */
.visual {
  position: relative;
  height: 500px;
}

@media screen and (max-width: 959px) {
  .visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    height: auto;
  }
}

.visual-inner {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 1000px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  pointer-events: none;
}

@media screen and (max-width: 959px) {
  .visual-inner {
    width: 100%;
    margin-top: 10vw;

    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.visual-search {
  width: 405px;
  padding: 20px 15px 15px;
  background-color: rgba(255, 255, 255, .85);
  pointer-events: auto;
}

@media screen and (max-width: 959px) {
  .visual-search {
    width: 100%;
    padding: 0;
    background-color: transparent;
  }
}

.visual-search .latest {
}

@media screen and (max-width: 959px) {
.visual-search .latest {
    padding: 0 2.66667vw;
	margin-bottom: 0;
    text-align: center;
    font-size: 0.85em;
}
}

.visual-search .date {
  padding-left: .2em;
  color: #d02e2c;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}

.visual-search-box {
  width: 100%;
  background-color: #fff;
}

@media screen and (max-width: 959px) {
  .visual-search-box {
    background-color: transparent;
  }
}

.visual-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
  text-align: center;
}

.visual-count > .visual-search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;*/
	line-height: 2.2em;
    padding-left: 10px;
}

.visual-count > .visual-search-box:nth-of-type(2) {
  margin-left: 2px;
}

.visual-count .number {
  padding-right: 10px;
  padding-left: 10px;
  color: #d02e2c;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
}

.visual-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 14px;
  padding-top: 10px;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  position: relative;
  padding-bottom: 58px;
}

@media screen and (max-width: 959px) {
  .visual-terms {
    display: block;
    padding: 0 2.66667vw;
  }
}

.visual-purpose {
  width: 100px;
}

@media screen and (max-width: 959px) {
  .visual-purpose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }
}

.visual-purpose-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-direction: column;
      flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  width: 100px;
  height: 96px;
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 6px;
  background-color: #264b8f;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .2);
          box-shadow: 0 2px 0 rgba(0, 0, 0, .2);

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

@media screen and (max-width: 959px) {
  .visual-purpose-button {
    width: 30.13333vw;
    height: 30.13333vw;
    margin-bottom: 0;
  }
}

.visual-purpose-button .avenue {
  margin-bottom: 3px;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .visual-purpose-button .avenue {
    margin-bottom: .66667vw;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.visual-purpose-button [class^="icon-"], .visual-purpose-button [class^="image-"] {
  margin-right: auto;
  margin-bottom: 6px;
  margin-left: auto;
  fill: #fff;
  opacity: .6;
}

@media screen and (max-width: 959px) {
  .visual-purpose-button [class^="icon-"], .visual-purpose-button [class^="image-"] {
    margin-bottom: 2.66667vw;
  }
}

.visual-purpose-button .icon-train {
  width: 26px;
  height: 36px;
}

@media screen and (max-width: 959px) {
  .visual-purpose-button .icon-train {
    width: 8.26667vw;
    height: 11.46667vw;
  }
}

.visual-purpose-button .icon-map {
  width: 38px;
  height: 39px;
}

@media screen and (max-width: 959px) {
  .visual-purpose-button .icon-map {
    width: 11.73333vw;
    height: 12.26667vw;
  }
}

.visual-purpose-button .image-kanagawa {
  width: 52px;
  height: 36px;
}

@media screen and (max-width: 959px) {
  .visual-purpose-button .image-kanagawa {
    width: 16vw;
    height: 10.93333vw;
  }
}

.visual-purpose-button.-map {
  margin-bottom: 0;
}

@media screen and (min-width: 960px) {
  .visual-purpose-button:hover {
    position: relative;
    top: 2px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.visual-purpose-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  position: absolute;
  bottom: 16px;
  left: 15px;
  right: 15px;
  width: auto;
}

.visual-purpose-input .input {
  width: 81%;
  height: 30px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 4px 0 0 4px;
  background-color: #e8e8e8;
}

.visual-purpose-input .button {
  width: 19%;
  height: 30px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 0 4px 4px 0;
  background-color: #264b8f;
}
@media screen and (max-width: 959px) {
	.visual-purpose-input {
	  position: static;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
		  flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
	  margin-top: 3.33333vw;
	  margin-bottom: 8vw;
	}
	
	.visual-purpose-input .input {
	  width: 74.66667vw;
	  height: 12vw;
	  padding-right: 4vw;
	  padding-left: 4vw;
	  font-size: 16px;
	  font-size: 1.6rem;
	  border-radius: 8px 0 0 8px;
	  background-color: #e8e8e8;
	}
	
	.visual-purpose-input .button {
	  width: 20vw;
	  height: 12vw;
	  color: #fff;
	  font-size: 16px;
	  font-size: 1.6rem;
	  border-radius: 0 8px 8px 0;
	  background-color: #264b8f;
	}
}

.visual-selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: 225px;
}

@media screen and (max-width: 959px) {
  .visual-selects {
    justify-content: center;
    width: auto;
    margin-right: -2.66667vw;
    margin-left: -2.66667vw;
    padding: 8vw 2.66667vw;
    background-color: #e8e8e8;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
}

.visual-selects-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 100%;
  margin-bottom: 6px;
}

.visual-selects-item .label {
  margin-right: 5px;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .visual-selects-item {
	  margin-bottom: 10px;
  }
  .visual-selects-item .label {
    width: 14vw;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.visual-selects-item .input {
      flex: 1;

  -webkit-box-flex: 1;
  -ms-flex: 1;
}

.visual-selects-item.-full {
  display: block;
}

@media screen and (max-width: 959px) {
  .visual-selects-item.-full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.visual-selects-item.-full .label {
  margin-bottom: 5px;
}

.visual-selects-item.-full .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.visual-selects-item.-full .input > .visual-selects-pulldown {
  width: 99px;
}

@media screen and (max-width: 959px) {
  .visual-selects-item.-full .input > .visual-selects-pulldown {
    width: 36.53333vw;
  }
}

.visual-selects-item:last-of-type {
  margin-bottom: 0;
}

.visual-selects-button {
  height: 50px;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 959px) {
  .visual-selects-button {
    width: 56vw;
    height: 16vw;
    margin: 0 auto;
    margin-top: 6.66667vw;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 959px) {
  .visual-selects-button.-arrow:after {
    right: 4vw;
    width: 2.4vw;
    height: 2.4vw;
    margin-top: -1.2vw;
  }
}

.visual-selects-pulldown {
  position: relative;
  width: 100%;
  height: 30px;
}

@media screen and (max-width: 959px) {
  .visual-selects-pulldown {
    height: 10.66667vw;
  }
}

.visual-selects-pulldown:before {
  position: absolute;
  top: 50%;
  right: 8px;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -6px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #264b8f;
  pointer-events: none;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 959px) {
  .visual-selects-pulldown:before {
    right: 4vw;
    width: 2.4vw;
    height: 2.4vw;
    margin-top: -2.4vw;
  }
}

.visual-selects-pulldown select {
  width: 100%;
  height: 100%;
  padding-right: 30px;
  padding-left: 10px;
  color: #515151;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 4px;
  background-color: #fcebeb;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  .visual-selects-pulldown select {
    padding-right: 5.33333vw;
    padding-left: 4vw;
    background-color: #fff;
  }
}

.visual-images {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: none;
}

@media screen and (max-width: 959px) {
  .visual-images {
    position: static;
    width: 100%;
    height: 50.66667vw;

    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.visual-images-slider {
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 959px) {
  .visual-images-slider {
    height: 50.66667vw;
  }
}

.visual-images-item {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

@media screen and (max-width: 959px) {
  .visual-images-item {
    height: 50.66667vw;
  }
}

.visual-images-item.-consultation {
  background-image: url(../../images/pages/top/visual-ph_1.jpg);
}

.visual-images-item .copy {
  position: absolute;
  top: 90px;
  right: 50%;
  margin-right: -500px;
}

@media screen and (max-width: 959px) {
  .visual-images-item .copy {
    top: 5.667vw;
    right: 0;
    margin-right: 1em;
    text-align: right;
  }
  .visual-images-item .copy img {
    width: 61.6vw;
  }
}

.visual-images-button {
background: #ff8f00;
bottom: -4em;
right: 0;
    font-size: 10px;
    font-size: 1rem;
    padding: 0 20px 0 10px;
    margin-top: 2vw;
    position: absolute;
}

@media screen and (min-width: 960px) {
.visual-images-button {
    font-size: 18px;
    padding-right: 30px;
    bottom: -5vw;
  }
}

.visual-images-item.-consultation2 {
  background-image: url(../../images/pages/top/visual-ph_1b.jpg);
}
@media screen and (max-width: 959px) {
    .slick-slide {
        background-position: 50% 50%;
    }
}
.visual-images-item.-consultation3 {
  background-image: url(../../images/pages/top/visual-ph_10.jpg);
}

.visual-images-item.-consultation4 {
  background-image: url(../../images/pages/top/visual-ph_1.jpg);
}

.visual-images-item.-consultation7 {
  background-image: url(https://www.k-royal.jp/wp/wp-content/uploads/2019/06/visual-ph9.jpg);
}
.visual-images-item.-consultation8 {
  background-image: url(../../images/pages/top/visual-ph8.png);
}

.visual-images-item.-pickup {
  background-image: url(../../images/pages/top/visual-ph_2.jpg);
}

.visual-images-item.-pickup .pickup-box {
  position: absolute;
  top: 110px;
  right: calc(50% - 435px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-direction: column;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  width: 400px;
  height: 300px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #fff;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media screen and (max-width: 959px) {
  .visual-images-item.-pickup .pickup-box {
    top: 50%;
    left: 50%;
    width: 56vw;
    height: 40.66667vw;
    padding-right: 4.66667vw;
    padding-left: 4.66667vw;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.visual-images-item.-pickup .pickup-box > .title {
  position: absolute;
  top: -20px;
  left: calc(50% - 102px);
  width: 205px;
  height: 40px;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  background-color: #d02e2c;
}

@media screen and (max-width: 959px) {
  .visual-images-item.-pickup .pickup-box > .title {
    top: -2.66667vw;
    left: calc(50% - 13.6vw);
    width: 27.2vw;
    height: 5.33333vw;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 5.33333vw;
  }
}

.visual-images-item.-pickup .pickup-box-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  width: 340px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #d02e2c;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

@media screen and (max-width: 959px) {
  .visual-images-item.-pickup .pickup-box-head {
    width: 46vw;
    margin-bottom: 1.33333vw;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.visual-images-item.-pickup .pickup-box-head .name {
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 959px) {
  .visual-images-item.-pickup .pickup-box-head .name {
    padding-bottom: 1.33333vw;
    font-size: 11px;
    font-size: 1.1rem;
    border-bottom: 2px solid #d02e2c;
  }
}

.visual-images-item.-pickup .pickup-box-head .strong {
  color: #d02e2c;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .visual-images-item.-pickup .pickup-box-head .strong {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.visual-images-item.-pickup .pickup-box-head .en {
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 400;
}

@media screen and (max-width: 959px) {
  .visual-images-item.-pickup .pickup-box-head .en {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.visual-images-item.-pickup .pickup-box-head .gratuity {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  padding-top: 15px;
  border: 2px solid #d02e2c;
  border-radius: 50%;
  overflow: hidden;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media screen and (max-width: 959px) {
  .visual-images-item.-pickup .pickup-box-head .gratuity {
    width: 13.33333vw;
    height: 13.33333vw;
    padding-top: 3.46667vw;
  }
}

.visual-images-item.-pickup .pickup-box-head .gratuity > .title {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 28px;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: center;
  line-height: 28px;
  background-color: #d02e2c;
}

@media screen and (max-width: 959px) {
  .visual-images-item.-pickup .pickup-box-head .gratuity > .title {
    height: 4vw;
    font-size: 10px;
    font-size: 1rem;
    line-height: 4vw;
  }
}

.visual-images-item.-pickup .pickup-box-head .gratuity > .number {
  color: #d02e2c;
  font-family: "Roboto", sans-serif;
  font-size: 56px;
  font-size: 5.6rem;
  font-weight: 400;
}

@media screen and (max-width: 959px) {
  .visual-images-item.-pickup .pickup-box-head .gratuity > .number {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.visual-images-item.-pickup .pickup-box-head .gratuity > .unit {
  margin-top: 2em;
  color: #d02e2c;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 959px) {
  .visual-images-item.-pickup .pickup-box-head .gratuity > .unit {
    margin-top: 1em;
    font-size: 10px;
    font-size: 1rem;
  }
}

.visual-images-item.-pickup .pickup-box-cost {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .visual-images-item.-pickup .pickup-box-cost {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.visual-images-item.-pickup .pickup-box-cost > .strong {
  padding-right: .1em;
  padding-left: .1em;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
}

@media screen and (max-width: 959px) {
  .visual-images-item.-pickup .pickup-box-cost > .strong {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.visual-images-item.-pickup .pickup-box-address {
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 959px) {
  .visual-images-item.-pickup .pickup-box-address {
    margin-top: .66667vw;
    font-size: 10px;
    font-size: 1rem;
  }
}


.visual-images-item.-campaign {
  background-image: url(../../images/pages/top/visual-bg_1.png);
}

.visual-images-item.-campaign:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-top: 4px solid #e1768f;
  border-right: 4px solid #e1768f;
  border-bottom: 68px solid #e1768f;
  border-left: 4px solid #e1768f;
}

@media screen and (max-width: 959px) {
  .visual-images-item.-campaign:before {
    display: none;
  }
}

.visual-images-item.-campaign > .head {
  position: absolute;
  top: 53px;
  left: calc(50% - 74px);
  height: 54px;
  padding-right: 55px;
  padding-left: 55px;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 54px;
  border-radius: 27px;
  background-color: #e1768f;
}

@media screen and (max-width: 959px) {
  .visual-images-item.-campaign > .head {
    top: 4vw;
    left: 2.66667vw;
    height: 5.6vw;
    padding-right: 4vw;
    padding-left: 4vw;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 5.6vw;
    border-radius: 2.8vw;
  }
}

.visual-images-item.-campaign > .text {
  position: absolute;
  top: 110px;
  left: calc(50% - 74px);
}

@media screen and (max-width: 959px) {
  .visual-images-item.-campaign > .text {
    top: 10.13333vw;
    left: 2.66667vw;
    width: 58.4vw;
  }
  .visual-images-item.-campaign > .text img {
    width: 100%;
  }
}

.visual-images-item.-campaign > .human {
  position: absolute;
  bottom: 68px;
  left: calc(50% + 205px);
}

@media screen and (max-width: 959px) {
  .visual-images-item.-campaign > .human {
    right: 2.66667vw;
    bottom: 0;
    left: auto;
    width: 56.26667vw;
  }
  .visual-images-item.-campaign > .human img {
    width: 100%;
  }
}

.visual-images-item.-campaign > .button {
  position: absolute;
  top: 327px;
  left: 50%;
  margin-left: -70px;
}

@media screen and (max-width: 959px) {
  .visual-images-item.-campaign > .button {
    top: auto;
    bottom: 6.53333vw;
    left: 2.66667vw;
    margin-left: 0;
  }
}

.visual-dots {
  position: absolute;
  right: 50%;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -500px;
}

@media screen and (max-width: 959px) {
  .visual-dots {
    right: auto;
    bottom: 5vw;
    left: 50%;
    margin-right: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.visual-dots li {
  width: 16px;
  height: 16px;
  margin-left: 15px;
  border-radius: 50%;
  background-color: #ccc;
  border: 3px solid #fff;
  cursor: pointer;
  -webkit-transition: background-color .3s ease;
          transition: background-color .3s ease;
}

@media screen and (max-width: 739px) {
  .visual-dots li {
    margin-left: 2.66667vw;
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 959px) {
  .visual-dots li {
    margin-left: 2.66667vw;
    width: 20px;
    height: 20px;
  }
}
.visual-dots li:first-of-type {
  margin-left: 0;
}

.visual-dots li:hover, .visual-dots li.slick-active {
  background-color: #264b8f;
}

.visual-dots li button {
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* ====================================

  2. History

.history {
    background: url(/wp/wp-content/themes/royal_new_theme/assets/images/pages/top/bg_illust.png) no-repeat top center;
    background-color: #eee;
}
@media screen and (min-width: 1000px) {
  .newest {
    background: url(/wp/wp-content/themes/royal_new_theme/assets/images/pages/top/bg_illust.png) no-repeat top center;
  }
}
==================================== */
.history {
    background-color: #eee;
}
@media screen and (max-width: 959px) {
  .history {
    background: none;
  }
}

.history-slider .property-slider-item {
  border: 1px solid #dadada;
}

/* ====================================

  3. Newest

==================================== */

@media screen and (max-width: 959px) {
  .newest {
    background-color: #f6f6f6;
  }
}

.newest > .block-inner {
  position: relative;
}
.newest-slider .property-slider-item {
  border: 1px solid #dadada;
}

@media screen and (max-width: 959px) {
  .newest-slider .property-slider-item {
    border: none;
  }
}

.newest-count {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  height: 40px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 12px;
  font-size: 1.2rem;
  border: 2px solid #f6c1cb;
  background-color: #fef5f6;
}

@media screen and (max-width: 959px) {
  .newest-count {
    top: 4vw;
    right: 2.66667vw;
    height: 8vw;
    padding-right: 2.66667vw;
    padding-left: 2.66667vw;
    font-size: 10px;
    font-size: 1rem;
  }
}

.newest-count .latest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
}

.newest-count .number {
  margin-top: .2em;
  color: #d02e2c;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .newest-count .number {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* ====================================

  4. Notice

==================================== */
.notice {
  background-color: #f6f9ff;
    text-align: center;
}

.notice-box:nth-child(2) {
    margin-top:25px; 
}
@media screen and (min-width: 960px) {
.notice-box:nth-child(2) {
    margin:0; 
}
}
@media screen and (max-width: 959px) {
.notice-box:nth-child(2) .related-list {
    background: none;
    padding: 0;
}
}

.notice-wrap {
display: inline-block;
vertical-align: top;
margin-right: 35px;
}

@media screen and (max-width: 959px) {
  .notice-wrap {
    display: block;
  }
}

.notice-box {
  width: 480px;
}

@media screen and (max-width: 959px) {
  .notice-box {
    width: auto;
    min-height: initial;
    margin-right: 2.66667vw;
    margin-left: 2.66667vw;
    padding-top: 0;
  }
}
.notice-box > .button-primary {
  width: 220px;
  height: 54px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 959px) {
  .notice-box > .button-primary {
    width: 56vw;
    height: 16vw;
  }
}

@media screen and (max-width: 959px) {
  .notice-box > .button-primary.-arrow:after {
    right: 4vw;
    width: 2.4vw;
    height: 2.4vw;
    margin-top: -1.2vw;
  }
}

.notice-insta-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  height: 66px;
  margin-bottom: 10px;
  line-height: 1.5;
  border-radius: 33px;
  background-color: #f6f6f6;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media screen and (max-width: 959px) {
  .notice-insta-lead {
    height: 13.33333vw;
    margin-bottom: 1.33333vw;
    font-size: 12px;
    font-size: 1.2rem;
    border-radius: 6.66667vw;
  }
}

.notice-insta-lead .catch {
  color: #d02e2c;
}

.notice-insta-lead .icon {
  margin-right: 10px;
}

@media screen and (max-width: 959px) {
  .notice-insta-lead .icon {
    display: none;
  }
}

.notice-news-list {
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.notice-news-list .item {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

.notice-news-list .date {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .notice-news-list .date {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.notice-news-list .date.-new:after {
  content: "NEW";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  width: 54px;
  height: 20px;
  margin-left: 10px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: .04em;
  background-color: #ff7200;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media screen and (max-width: 959px) {
  .notice-news-list .date.-new:after {
    width: 13.33333vw;
    height: 5.33333vw;
    margin-left: 2.66667vw;
  }
}

.notice-news-list .title {
  position: relative;
  padding-left: 17px;
}

@media screen and (min-width: 960px) {
  .notice-news-list .title:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 959px) {
  .notice-news-list .title {
    padding-left: 4.66667vw;
    line-height: 1.78571;
  }
}

.notice-news-list .title:before {
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #264b8f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 959px) {
  .notice-news-list .title:before {
    top: .3em;
    width: 2vw;
    height: 2vw;
  }
}

/* ====================================

  5. Banner

==================================== */
.banner {
  padding-top: 60px;
  padding-bottom: 40px;
}

@media screen and (max-width: 959px) {
  .banner {
    width: 100%;
    padding-top: 8.66667vw;
    padding-bottom: 10vw;
  }
}

.banner-list {
  position: relative;
}

@media screen and (max-width: 959px) {
  .banner-list {
    margin-right: 2.66667vw;
    margin-left: 2.66667vw;
  }
}

.banner-arrow {
  position: absolute;
  top: calc(50% - 30px);
  width: 40px;
  height: 40px;
  border: 2px solid #d02e2c;
  border-radius: 50%;
  background-color: #d02e2c;
  cursor: pointer;
  -webkit-transition: background-color .3s ease;
          transition: background-color .3s ease;
}

@media screen and (max-width: 959px) {
  .banner-arrow {
    z-index: 9;
    top: calc(50% - 8vw);
    width: 10.66667vw;
    height: 10.66667vw;
  }
}

@media screen and (min-width: 960px) {
  .banner-arrow:hover {
    background-color: #fcebeb;
  }
}

.banner-arrow:before {
  position: absolute;
  top: calc(50% - 5px);
  content: "";
  -webkit-transition: border-color .3s ease;
          transition: border-color .3s ease;
}

.banner-arrow.-prev {
  left: 0;
}

@media screen and (min-width: 960px) {
  .banner-arrow.-prev:hover:before {
    border-color: #d02e2c;
  }
}

.banner-arrow.-prev:before {
  left: calc(50% - 4px);
  width: 10px;
  height: 10px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.banner-arrow.-next {
  right: 0;
}

@media screen and (min-width: 960px) {
  .banner-arrow.-next:hover:before {
    border-color: #d02e2c;
  }
}

.banner-arrow.-next:before {
  right: calc(50% - 4px);
  width: 10px;
  height: 10px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.banner-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-left: -15px;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media screen and (max-width: 959px) {
  .banner-dots {
    margin-left: -2.4vw;
  }
}

.banner-dots > li {
  width: 10px;
  height: 10px;
  margin-left: 15px;
  border-radius: 50%;
  background-color: #ccc;
  -webkit-transition: background-color .3s ease;
          transition: background-color .3s ease;
}

@media screen and (max-width: 959px) {
  .banner-dots > li {
    width: 2.13333vw;
    height: 2.13333vw;
    margin-left: 2.4vw;
  }
}

.banner-dots > li:hover, .banner-dots > li.slick-active {
  background-color: #d02e2c;
}

.banner-dots > li button {
  opacity: 0;
}

.banner-slider {
  width: 860px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 959px) {
  .banner-slider {
    width: 86.66667vw;
  }
}

.banner-slider-item {
  display: block;
  width: 270px;
  margin-right: 10px;
  margin-left: 10px;
}

@media screen and (max-width: 959px) {
  .banner-slider-item {
    width: 86.66667vw;
    margin-right: 0;
    margin-left: 0;
  }
  .banner-slider-item img {
    width: 100%;
  }
}

/* ====================================

  6. Feature

==================================== */
.feature {
  background-color: #eee;
}

.feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  margin-right: 2.66667vw;
  margin-left: 2.66667vw;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.feature-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: calc( ( 100% - 4px ) / 3);
  height: 90px;
  margin-bottom: 2px;
  padding-right: 50px;
  padding-left: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #fff;
}

@media screen and (min-width: 960px) {
  .feature-list-item {
    -webkit-transition: background-color .3s ease;
            transition: background-color .3s ease;
  }
  .feature-list-item p {
    line-height: 1em;
  }
  .feature-list-item p small {
    font-size: 0.85em;
  }
}

@media screen and (max-width: 959px) {
  .feature-list-item {
    width: calc(50% - 1px);
    height: 20vw;
    padding-right: 6.66667vw;
    padding-left: 6.66667vw;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.feature-list-item:before {
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  content: "";
  width: 10px;
  height: 10px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 959px) {
  .feature-list-item:before {
    top: calc(50% - 1.06667vw);
    width: 2.13333vw;
    height: 2.13333vw;
  }
}

@media screen and (min-width: 960px) {
  .feature-list-item:hover {
    background-color: #fcebeb;
  }
}

@media screen and (max-width: 959px) {
  .feature-list-item:nth-of-type(1) {
    padding-left: 4vw;
  }
}

.feature-list-item:nth-of-type(1) .image {
  margin-right: 22px;
}

@media screen and (max-width: 959px) {
  .feature-list-item:nth-of-type(1) .image {
    width: 6vw;
    margin-right: 3.2vw;
  }
}

.feature-list-item:nth-of-type(2) {
  padding-left: 15px;
}

@media screen and (max-width: 959px) {
  .feature-list-item:nth-of-type(2) {
    padding-left: 4vw;
  }
}

.feature-list-item:nth-of-type(2) .image {
  margin-right: 20px;
}

@media screen and (max-width: 959px) {
  .feature-list-item:nth-of-type(2) .image {
    width: 7.2vw;
    margin-right: 2.66667vw;
  }
}

.feature-list-item:nth-of-type(3) {
  padding-left: 30px;
}

@media screen and (max-width: 959px) {
  .feature-list-item:nth-of-type(3) {
    padding-left: 4vw;
  }
}

.feature-list-item:nth-of-type(3) .image {
  margin-right: 25px;
}

@media screen and (max-width: 959px) {
  .feature-list-item:nth-of-type(3) .image {
    width: 6.13333vw;
    margin-right: 2.66667vw;
  }
}

@media screen and (max-width: 959px) {
  .feature-list-item:nth-of-type(4) {
    padding-left: 4.66667vw;
  }
}

.feature-list-item:nth-of-type(4) .image {
  margin-right: 23px;
}

@media screen and (max-width: 959px) {
  .feature-list-item:nth-of-type(4) .image {
    width: 5.86667vw;
    margin-right: 3.06667vw;
  }
}

@media screen and (max-width: 959px) {
  .feature-list-item:nth-of-type(5) {
    padding-left: 4vw;
  }
}

.feature-list-item:nth-of-type(5) .image {
  margin-right: 20px;
}

@media screen and (max-width: 959px) {
  .feature-list-item:nth-of-type(5) .image {
    width: 6.53333vw;
    margin-right: 2.66667vw;
  }
}

.feature-list-item:nth-of-type(6) {
  padding-left: 30px;
}

@media screen and (max-width: 959px) {
  .feature-list-item:nth-of-type(6) {
    padding-left: 4.66667vw;
  }
}

.feature-list-item:nth-of-type(6) .image {
  margin-right: 25px;
}

@media screen and (max-width: 959px) {
  .feature-list-item:nth-of-type(6) .image {
    width: 5.86667vw;
    margin-right: 3.33333vw;
  }
}

/* ====================================

  8. Related

==================================== */
.related-list {
  width: 100%;
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 959px) {
  .related-list {
    display: block;
    margin-top: 2.66667vw;
    margin-right: 6.66667vw;
    margin-left: 6.66667vw;
  }
}
@media screen and (min-width: 960px) {
  .related-list {
    padding: 15px 0;
  }
}
.related-list-item {
      flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: 300px;
  margin-left: 12px;
  border-width: 2px;
    text-align: left;
}
@media screen and (min-width: 960px) {
.related-list2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-left: -12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
.related-list2 a {
    margin-left: 8px;
}
.related-list2 img {
    width: 240px;
}
}
@media screen and (max-width: 959px) {
.related-list2 {
    display: block;
    margin-top: 2.66667vw;
    margin-right: 6.66667vw;
    margin-left: 6.66667vw;
    text-align: center;
}
.related-list2 a {
    margin-left: 0;
}
.related-list2 img {
    max-width: 100%;
    margin-bottom: 10px;
}
}
@media screen and (max-width: 959px) {
  .related-list-item {
    width: 100%;
    margin-bottom: 3vw;
    margin-left: 0;
    border: none;
    display: inline-block;
  }
}

.related-list-item .label {
  width: 100%;
  margin-top: 0;
  margin-bottom: auto;
  color: #606060;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration:underline;
  position: relative;
  padding-left: 1em;
}


.related-list-item .label::before {
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #264b8f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 959px) {
  .related-list-item .label::before {
    width: 2vw;
    height: 2vw;
  }
}









.related-list-item p {
  width: 100%;
  color: #606060;
  font-size: 14px;
  font-size: 1.4rem;
}

.related-list-item img {
  border:1px solid #ccc;
}

@media screen and (max-width: 959px) {
  .related-list-item .image img {
    width: 100%;
  }
}


/* ====================================

  9. Store

==================================== */
.store {
  margin-top: 0;
}

/* ====================================

  10. Modal

==================================== */
/*
  10-1. area
==================================== */
.modal-area {
  position: absolute;
  top: 140px;
  left: calc(50% - 500px);
  width: 1000px;
  height: 730px;
  padding: 40px;
  background-color: #f6f6f6;
}
.modal-facility {
  position: absolute;
  top: 140px;
  left: calc(50% - 500px);
  width: 1000px;
  height: 300px;
  padding: 40px;
  background-color: #f6f6f6;
}
.search-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

@media screen and (max-width: 959px) {
  .search-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    min-height: 14.4vw;
    padding: 4vw;
  }
}

@media screen and (max-width: 959px) {
  .search-list.-col_5 .item {
    width: calc(100% / 2);
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
}


@media screen and (max-width: 959px) {
  .modal-area {
    top: 30.66667vw;
    left: calc(50% - 47.33333vw);
    width: 94.66667vw;
    height: auto;
    padding: 6.66667vw 4vw 4vw;
  }
  .modal-facility {
    top: 30.66667vw;
    left: calc(50% - 47.33333vw);
    width: 94.66667vw;
    height: auto;
    padding: 6.66667vw 4vw 4vw;
  }
}

.modal-area-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  background-color: #fff;
}

@media screen and (max-width: 959px) {
  .modal-area-inner {
    padding-top: 0;
    background-color: transparent;
  }
  .modal-area-inner .heading-primary {
    margin-bottom: 4vw;
    padding-bottom: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .modal-area-inner .heading-primary:before {
    display: none;
  }
}

.modal-area-map {
  position: relative;
  width: 780px;
  height: 538px;
  margin-right: auto;
  margin-left: auto;
  background: url(../../images/pages/top/modal-img_1.png) no-repeat left top;
}

@media screen and (max-width: 959px) {
  .modal-area-map {
    width: auto;
    height: 62.4vw;
    padding: 2.66667vw 2.66667vw 3.33333vw;
    background-color: #fff;
    background-position: center center;
    background-size: 81.06667vw auto;
  }
}

.modal-area-map .button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  height: 40px;
  padding-right: 35px;
  padding-left: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  border-width: 2px;
  border-style: solid;
  border-radius: 20px;
  background-color: #fff;
}

@media screen and (max-width: 959px) {
  .modal-area-map .button {
    height: 6.13333vw;
    padding-right: 4.4vw;
    padding-left: 2.26667vw;
    font-size: 11px;
    font-size: 1.1rem;
    border-width: 1px;
  }
}

.modal-area-map .button:before {
  position: absolute;
  top: calc(50% - 5px);
  right: 13px;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 959px) {
  .modal-area-map .button:before {
    top: calc(50% - .6vw);
    right: 1.73333vw;
    width: 1.06667vw;
    height: 1.06667vw;
  }
}

.modal-area-map .button > .icon-pin {
  width: 14px;
  height: 20px;
  margin-right: 5px;
}

@media screen and (max-width: 959px) {
  .modal-area-map .button > .icon-pin {
    width: 2.4vw;
    height: 3.46667vw;
    margin-right: .66667vw;
  }
}

.modal-area-map .button.-sagami {
  top: 48px;
  left: 120px;
  color: #d9c32f;
  border-color: #ece29f;
}

@media screen and (max-width: 959px) {
  .modal-area-map .button.-sagami {
    top: 7.33333vw;
    left: 15.73333vw;
  }
}

.modal-area-map .button.-sagami:before {
  border-color: #d9c32f;
}

@media screen and (min-width: 960px) {
  .modal-area-map .button.-sagami:hover {
    color: #fff;
    border-color: #fff;
    background-color: #ece29f;
  }
  .modal-area-map .button.-sagami:hover:before {
    border-color: #fff;
  }
  .modal-area-map .button.-sagami:hover > .icon-pin {
    fill: #fff;
  }
}

.modal-area-map .button.-sagami > .icon-pin {
  fill: #ece29f;
}

.modal-area-map .button.-isehara {
  top: 250px;
  left: 155px;
  color: #4db95a;
  border-color: #bcefc2;
}

@media screen and (max-width: 959px) {
  .modal-area-map .button.-isehara {
    top: 28.8vw;
    left: 4.4vw;
  }
}

.modal-area-map .button.-isehara:before {
  border-color: #4db95a;
}

@media screen and (min-width: 960px) {
  .modal-area-map .button.-isehara:hover {
    color: #fff;
    border-color: #fff;
    background-color: #bcefc2;
  }
  .modal-area-map .button.-isehara:hover:before {
    border-color: #fff;
  }
  .modal-area-map .button.-isehara:hover > .icon-pin {
    fill: #fff;
  }
}

.modal-area-map .button.-isehara > .icon-pin {
  fill: #bdefc3;
}

.modal-area-map .button.-yugawara {
  top: 395px;
  left: 125px;
  color: #a0bf46;
  border-color: #d6e2b3;
}

@media screen and (max-width: 959px) {
  .modal-area-map .button.-yugawara {
    top: 43.6vw;
    left: 13.33333vw;
  }
}

.modal-area-map .button.-yugawara:before {
  border-color: #a0bf46;
}

.modal-area-map .button.-yugawara:hover {
  color: #fff;
  border-color: #fff;
  background-color: #d6e2b3;
}

.modal-area-map .button.-yugawara:hover:before {
  border-color: #fff;
}

.modal-area-map .button.-yugawara:hover > .icon-pin {
  fill: #fff;
}

.modal-area-map .button.-yugawara > .icon-pin {
  fill: #d6e2b3;
}

.modal-area-map .button.-atsugi {
  top: 180px;
  left: 285px;
  color: #5fb1ea;
  border-color: #bdd7e9;
}

@media screen and (max-width: 959px) {
  .modal-area-map .button.-atsugi {
    top: 18vw;
    left: 30.66667vw;
  }
}

.modal-area-map .button.-atsugi:before {
  border-color: #5fb1ea;
}

@media screen and (min-width: 960px) {
  .modal-area-map .button.-atsugi:hover {
    color: #fff;
    border-color: #fff;
    background-color: #bdd7e9;
  }
  .modal-area-map .button.-atsugi:hover:before {
    border-color: #fff;
  }
  .modal-area-map .button.-atsugi:hover > .icon-pin {
    fill: #fff;
  }
}

.modal-area-map .button.-atsugi > .icon-pin {
  fill: #bdd7e9;
}

.modal-area-map .button.-shonan {
  top: 293px;
  left: 415px;
  color: #f46759;
  border-color: #f8c6c1;
}

@media screen and (max-width: 959px) {
  .modal-area-map .button.-shonan {
    top: 32.93333vw;
    left: 38vw;
  }
}

.modal-area-map .button.-shonan:before {
  border-color: #f46759;
}

@media screen and (min-width: 960px) {
  .modal-area-map .button.-shonan:hover {
    color: #fff;
    border-color: #fff;
    background-color: #f8c6c1;
  }
  .modal-area-map .button.-shonan:hover:before {
    border-color: #fff;
  }
  .modal-area-map .button.-shonan:hover > .icon-pin {
    fill: #fff;
  }
}

.modal-area-map .button.-shonan > .icon-pin {
  fill: #f8c6c1;
}

.modal-area-map .button.-kawasaki {
  top: 50px;
  right: 70px;
  color: #ae77d1;
  border-color: #e7d2f3;
}

@media screen and (max-width: 959px) {
  .modal-area-map .button.-kawasaki {
    top: 7.46667vw;
    right: 5.73333vw;
  }
}

.modal-area-map .button.-kawasaki:before {
  border-color: #ae77d1;
}

@media screen and (min-width: 960px) {
  .modal-area-map .button.-kawasaki:hover {
    color: #fff;
    border-color: #fff;
    background-color: #e7d2f3;
  }
  .modal-area-map .button.-kawasaki:hover:before {
    border-color: #fff;
  }
  .modal-area-map .button.-kawasaki:hover > .icon-pin {
    fill: #fff;
  }
}

.modal-area-map .button.-kawasaki > .icon-pin {
  fill: #e7d2f3;
}

.modal-area-map .button.-yokohama {
  top: 170px;
  right: 120px;
  color: #4ec6d1;
  border-color: #aee5ea;
}

@media screen and (max-width: 959px) {
  .modal-area-map .button.-yokohama {
    top: 24.8vw;
    right: 5.73333vw;
  }
}

.modal-area-map .button.-yokohama:before {
  border-color: #4ec6d1;
}

@media screen and (min-width: 960px) {
  .modal-area-map .button.-yokohama:hover {
    color: #fff;
    border-color: #fff;
    background-color: #aee5ea;
  }
  .modal-area-map .button.-yokohama:hover:before {
    border-color: #fff;
  }
  .modal-area-map .button.-yokohama:hover > .icon-pin {
    fill: #fff;
  }
}

.modal-area-map .button.-yokohama > .icon-pin {
  fill: #aee5ea;
}

.modal-area-map .button.-yokosuka {
  top: 400px;
  right: 0;
  color: #f49b29;
  border-color: #f4cc99;
}

@media screen and (max-width: 959px) {
  .modal-area-map .button.-yokosuka {
    top: 43.46667vw;
    right: 5.6vw;
  }
}

.modal-area-map .button.-yokosuka:before {
  border-color: #f49b29;
}

@media screen and (min-width: 960px) {
  .modal-area-map .button.-yokosuka:hover {
    color: #fff;
    border-color: #fff;
    background-color: #f4cc99;
  }
  .modal-area-map .button.-yokosuka:hover:before {
    border-color: #fff;
  }
  .modal-area-map .button.-yokosuka:hover > .icon-pin {
    fill: #fff;
  }
}

.modal-area-map .button.-yokosuka > .icon-pin {
  fill: #f4cc99;
}

.modal-area-list {
  display: none;
}

@media screen and (max-width: 959px) {
  .modal-area-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }
  .modal-area-list .item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    width: 42.66667vw;
    height: 13.33333vw;
    margin-bottom: 2vw;
    padding-right: 5.33333vw;
    padding-left: 2.66667vw;
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 0 #ddd;
            box-shadow: 0 2px 0 #ddd;
  }
  .modal-area-list .item:after {
    position: absolute;
    top: calc(50% - .93333vw);
    right: 3.33333vw;
    content: "";
    width: 1.86667vw;
    height: 1.86667vw;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .modal-area-list .item .icon-pin {
    width: 3.2vw;
    height: 4.53333vw;
    margin-right: 1.33333vw;
  }
  .modal-area-list .item.-kawasaki {
    color: #ae77d1;
  }
  .modal-area-list .item.-kawasaki .icon-pin {
    fill: #e7d2f3;
  }
  .modal-area-list .item.-kawasaki:after {
    border-color: #ae77d1;
  }
  .modal-area-list .item.-yokohama {
    color: #4ec6d1;
  }
  .modal-area-list .item.-yokohama .icon-pin {
    fill: #aee5ea;
  }
  .modal-area-list .item.-yokohama:after {
    border-color: #4ec6d1;
  }
  .modal-area-list .item.-yokosuka {
    color: #f49b29;
  }
  .modal-area-list .item.-yokosuka .icon-pin {
    fill: #f4cc99;
  }
  .modal-area-list .item.-yokosuka:after {
    border-color: #f49b29;
  }
  .modal-area-list .item.-shonan {
    color: #f46759;
  }
  .modal-area-list .item.-shonan .icon-pin {
    fill: #f8c6c1;
  }
  .modal-area-list .item.-shonan:after {
    border-color: #f46759;
  }
  .modal-area-list .item.-atsugi {
    color: #5fb1ea;
  }
  .modal-area-list .item.-atsugi .icon-pin {
    fill: #bdd7e9;
  }
  .modal-area-list .item.-atsugi:after {
    border-color: #5fb1ea;
  }
  .modal-area-list .item.-sagami {
    color: #d9c32f;
  }
  .modal-area-list .item.-sagami .icon-pin {
    fill: #ece29f;
  }
  .modal-area-list .item.-sagami:after {
    border-color: #d9c32f;
  }
  .modal-area-list .item.-isehara {
    color: #4db95a;
  }
  .modal-area-list .item.-isehara .icon-pin {
    fill: #bcefc2;
  }
  .modal-area-list .item.-isehara:after {
    border-color: #4db95a;
  }
  .modal-area-list .item.-yugawara {
    color: #a0bf46;
  }
  .modal-area-list .item.-yugawara .icon-pin {
    fill: #d6e2b3;
  }
  .modal-area-list .item.-yugawara:after {
    border-color: #a0bf46;
  }
}

.modal-area-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  .modal-area-close {
    top: -2.66667vw;
    right: 0;
    width: 4vw;
    height: 4vw;
  }
}

.modal-area-close:hover:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal-area-close:hover:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-area-close:before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 1px;
  height: 27px;
  background-color: #264b8f;
  -webkit-transition: -webkit-transform .4s ease;
          transition: -webkit-transform .4s ease;
          transition:         transform .4s ease;
          transition:         transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 959px) {
  .modal-area-close:before {
    height: 5.33333vw;
  }
}

.modal-area-close:after {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 1px;
  height: 27px;
  background-color: #264b8f;
  -webkit-transition: -webkit-transform .4s ease;
          transition: -webkit-transform .4s ease;
          transition:         transform .4s ease;
          transition:         transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 959px) {
  .modal-area-close:after {
    height: 5.33333vw;
  }
}

/* ====================================

  11. Tel

==================================== */
.tel {
  background-color: #e7e7e7;
}

.tel-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  width: 86.66667vw;
  height: 18.66667vw;
  margin-right: auto;
  margin-bottom: 2.26667vw;
  margin-left: auto;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 0 #b9b9b9;
          box-shadow: 0 2px 0 #b9b9b9;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.tel-item:last-of-type {
  margin-bottom: 0;
}

.tel-item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  width: 12vw;
  height: 12vw;
  margin-right: 20px;
  border-radius: 50%;
  background-color: #d02e2c;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media screen and (max-width: 959px) {
  .tel-item-icon {
    margin-right: 2.66667vw;
  }
}

.tel-item-icon .icon-tel {
  width: 6.8vw;
  height: 6.8vw;
  fill: #fff;
}

.tel-item-detail .type {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

.latest .number {
  color: #d02e2c;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.latest .number > a {
  color: #d02e2c;
}

/* ====================================

  99. Kind Button

==================================== */
/* ====================================

  100. order

==================================== */
@media screen and (max-width: 959px) {
  .order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .order .banner {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order .feature {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order .check {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order .notice {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
  }
  .order .related {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}
.insta-wrap {
	margin-bottom: 20px;
}

/* ====================================

  101. Campaign

==================================== */
.campaign {
	background:url(../../images/pages/top/cam-bg.png);
	background-size: cover;
}
.campaign .cam-banner {
	background:url(../../images/pages/top/cam.jpg)0 0 no-repeat;
    padding-bottom: calc(100%*314/849);
	text-align: center;
	max-width: 849px;
	margin: 0 auto;
	margin-bottom: 2em;
}

@media screen and (max-width: 959px) {
  .campaign {
    background-color: #fff6ca;
  }
.campaign .cam-banner {
    background: url(../../images/pages/top/cam_sp.jpg)0 0 no-repeat;
    padding-bottom: calc(100%*450/700);
    background-size: 100% auto;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 2em;
}
}
@media screen and (min-width: 831px) {
  .btn_pc {
    display: none;
  }
  .btn_sp {
      display: block;
      text-align: center;
  }
}
@media screen and (max-width: 830px) {
  .btn_sp {
    display: none;
  }
  .btn_pc {
    display: block;
      text-align: center;
  }
}
.feature-nav {
    background: #264b8f;
    border-radius: 4px;
    position: absolute;
    bottom:-15vw;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 100;
    white-space: nowrap;
}
.feature-nav a {
    color: #fff;
    white-space: nowrap;
    border-right: 1px solid #fff;
    width: calc(100%/4);
    font-size: 1em;
    vertical-align: middle;
    padding: 9px 6px;
    display: inline-block;
    text-align: center;
    width: 6em;
    position: relative;
}

.feature-nav a::after {
    content: '';
    position: absolute;
    bottom: 3px;
    right: 0;
    border-top: 5px solid #F3F7FF;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transform: rotate(315deg);
}

.feature-nav a:last-child {
    border:unset;
}
@media screen and (min-width: 960px) {
.feature-nav {
    bottom: -60px;
    font-size: 18px;
}
.feature-nav a {
    padding: 10px 15px;
    width: 8em;
}
}

.check a {
    display: inline-block;
    background: #264b8f;
    width: 4.5em;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    padding: 5px 0;
    vertical-align: middle;
    font-size: 16px;
}
@media screen and (min-width: 960px) {
.check a {
    width: 8em;
    margin: 0 5px 0 0;
  font-size: 1.4em;
}
.check p {
  font-size: 1.4em;
}
.check p::after {
  top: 0;
}
}




.copy .senior-title{
font-size:3em;
color: #5e563e;
font-weight: bold;
}
.copy .senior-text{
font-size:1.8em;
color: #5e563e;
}
@media screen and (max-width: 800px) {
.copy .senior-title{
font-size:1.3em;
}
.copy .senior-text{
font-size:0.9em;
}
}