@charset "UTF-8";
/*-------------------------------
共通
-------------------------------*/
body {
  font-family: "Hiragino Kaku Gothic ProN", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #333;
  overflow-x: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

@media screen and (min-width: 1026px) {
  .hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 1025px) {
  .hidden-sp {
    display: none;
  }
}

.show-xs {
	display: none;
}

@media screen and (max-width: 374px) {
  .show-xs {
    display: inline;
  }
}

.ss-mt50 {
  margin-top: 50px !important;
}

.ss-mt120 {
  margin-top: 120px !important;
}

.ss-container {
  width: 1240px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.ss-container2 {
  width: 990px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .ss-container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .ss-container2 {
    padding-left: 14px;
    padding-right: 14px;
  }

}

.ss-section__heading {
  color: #4E4E4E;
  font-size: 1.6rem;
  letter-spacing: 5px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 30px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .ss-section__heading {
    font-size: 1.1rem;
    margin-bottom: 25px;
    letter-spacing: 4px;
  }
}

.ss-section__heading span {
  font-size: .8rem;
  margin-left: 12px;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .ss-section__heading span {
    font-size: .7rem;
    margin-left: 10px;
  }
}

.ss-section__title {
  color: #957C66;
  font-size: 1.4rem;
  letter-spacing: 4px;
  margin-bottom: 30px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .ss-section__title {
    font-size: 1rem;
    letter-spacing: 3px;
    margin-bottom: 25px;
  }
}

.ss-section__text {
  font-size: 0.75rem;
  margin-bottom: 20px;
  line-height: 20px;
}

.ss-img {
  margin-bottom: 40px;
}

.js-scroll {
  font-family: sans-serif;
  font-size: .55rem;
  color: #666;
  text-align: right;
  margin-bottom: 40px;
  cursor: pointer;
}

.js-scroll:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../img/arrow-up.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}

.ss-gmap {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 85%;
  margin-bottom: 60px;
}

.ss-gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.ss-last-update {
  font-family: sans-serif;
  color: #666;
  font-size: 12px;
  text-align: right;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .ss-last-update {
    font-size: 10px;
  }
}

/*-------------------------------
drawer
-------------------------------*/
.ss-drawer-menu__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ss-drawer-menu__close {
  font-size: 30px;
  padding: 15px;
  cursor: pointer;
}

.ss-drawer-menu__title__ja {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  margin: 20px 0 0 10px;
}

.ss-drawer-menu__title__en {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 20px 10px;
}

.ss-drawer-menu__title__en span {
  font-size: 12px;
}

.ss-drawer-menu__list {
  margin-bottom: 20px;
  color: #fff;
}

.ss-drawer-menu__list a {
  color: #FFF;
}

.ss-drawer-menu__list li {
  background-color: #00A0E9;
  font-size: 0.875rem;
  line-height: 60px;
  padding-left: 25px;
  margin-bottom: 1px;
  opacity: 1;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.ss-drawer-menu__list li:hover {
  opacity: 0.8;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

@media screen and (max-width: 767px) {
  .ss-drawer-menu__list li {
    font-size: 0.8rem;
  }
}

.ss-drawer-menu__tel {
  position: relative;
  text-align: center;
  line-height: 1.5;
  position: relative;
  font-size: 20px;
  margin-bottom: 10px;
}

.ss-drawer-menu__tel::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 20px;
  margin-bottom: 5px;
  background: url(../img/ss-icon-tel-black.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.ss-drawer-menu__tel a {
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}

.ss-drawer-menu__time {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}

.ss-button {
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.ss-hamburger {
  background: url(../img/sp_menu@2x.png) no-repeat;
  background-size: cover;
  top: 27px;
  right: 20px;
  z-index: 1;
  width: 60px;
  height: 60px;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.ss-hamburger:hover, .ss-hamburger:focus {
  -webkit-box-shadow: 0 0 0.5rem rgba(161, 161, 161, 0.5);
          box-shadow: 0 0 0.5rem rgba(161, 161, 161, 0.5);
}

.ss-drawer-background {
  position: fixed;
  z-index: 3;
  width: 100vw;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  height: 100vh;
  background-color: #202020;
  color: #fff;
  visibility: hidden;
  opacity: 0;
}

.ss-is-drawerActive .ss-sp-global-menu {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ss-is-drawerActive .ss-drawer-background {
  visibility: visible;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ss-hamburger__line::before {
  top: -5px;
}

.ss-hamburger__line::after {
  top: 5px;
}

.ss-hamburger[aria-expanded="true"] {
  border: 1px solid #000 !important;
  background-color: #fff;
}

.ss-hamburger[aria-expanded="true"] .ss-hamburger__line {
  background-color: transparent;
}

.ss-hamburger[aria-expanded="true"] .ss-hamburger__line::before, .ss-hamburger[aria-expanded="true"] .ss-hamburger__line::after {
  top: 0;
  background-color: #000;
}

.ss-hamburger[aria-expanded="true"] .ss-hamburger__line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ss-hamburger[aria-expanded="true"] .ss-hamburger__line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.ss-sp-global-menu {
  position: fixed;
  z-index: 4;
  width: 280px;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  height: 100vh;
  background-color: #fff;
  color: #333;
  -webkit-transform: translateX(280px);
          transform: translateX(280px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*-------------------------------
ヘッダー
-------------------------------*/
.ss-header {
  background-color: #00A0E9;
}

.ss-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1260px;
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  padding: 30px 30px 20px;
}

@media screen and (max-width: 1025px) {
  .ss-header__wrapper {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  .ss-header__wrapper {
    padding: 10px 8px 10px 20px;
  }
}

.ss-header__left {
  position: relative;
}

.ss-header__left a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}

.ss-header__left__title__ja {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .ss-header__left__title__ja {
    font-size: 12px;
  }
}

.ss-header__left__title__en {
  font-size: 32px;
  font-weight: 700;
	white-space: nowrap;
}

@media screen and (max-width: 1025px) {
  .ss-header__left__title__en {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .ss-header__left__title__en {
    font-size: 22px;
  }
}

.ss-header__right {
  text-align: right;
}

.ss-header__right__sp {
  display: none;
}

@media screen and (max-width: 1025px) {
  .ss-header__right__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.ss-header__right__sp__tel {
  width: 60px;
  height: 60px;
  margin-right: 8px;
}

.ss-header__right__text {
  font-size: 12px;
  letter-spacing: 1px;
  padding-left: 5px;
}

.ss-header__right__tel {
  position: relative;
  padding-left: 15px;
  font-size: 40px;
  font-family: Roboto, sans-serif;
}

.ss-header__right__tel::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  background: url(../img/icon-tel.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 1025px) {
  .ss-header__right__tel {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .ss-header__right__tel {
    font-size: 20px;
  }
}

.ss-header__right__time {
  font-size: 12px;
  text-align: right;
}

.ss-header__menu {
  background: #fff;
  height: 92px;
  border-bottom: 1px solid rgba(136, 136, 136, 0.16);
}

.ss-header__menu__wrapper {
  width: 1240px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.ss-header__menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}

.ss-header__menu__item {
  width: 100%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: #CCCCCC 1px solid;
  text-align: center;
}

.ss-header__menu__item:last-child {
  border-right: #CCCCCC 1px solid;
}

.ss-header__menu__item a {
  width: 100%;
  display: block;
  padding: 6px 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.ss-header__menu__item a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.ss-header__menu__item__en {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
}

.ss-header__menu__item__ja {
  font-size: 12px;
  line-height: 1.666666;
  color: #00A0E9;
}

/*-------------------------------
Hero
-------------------------------*/
.ss-hero {
  position: relative;
  height: 580px;
  background-image: url(../img/hero.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .ss-hero {
    height: 533px;
    background-image: url(../img/hero-sp.jpg);
    background-size: cover;
    background-position: center center;
  }
}

.ss-hero__wrapper {
  position: absolute;
  width: 100%;
  height: inherit;
}

@media screen and (max-width: 767px) {
  .ss-hero__wrapper {
    height: 533px;
  }
}

.ss-hero__box {
  /* padding: 110px 0 119px 10.3%; */
  padding: 110px 0 119px;
  width: 1200px;
	max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1025px) {
  .ss-hero__box {
    padding: 90px 30px 100px 30px;
  }
}

@media screen and (max-width: 767px) {
  .ss-hero__box {
    padding: 70px 20px;
  }
}

.ss-hero__text1 {
  font-size: 20px;
  color: #fff;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .ss-hero__text1 {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
}

.ss-hero__text2 {
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 45px;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .ss-hero__text2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

.ss-hero__text3 {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 13px;
  /* margin-bottom: 53px; */
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .ss-hero__text3 {
    font-size: 20px;
    letter-spacing: 8px;
  }
}

.ss-hero__campaign {
  width: 612px;
  max-width: 100%;
  /* padding: 180px 0; */
  padding: 24px;
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 1025px) {
  .ss-hero__campaign {
    width: 100%;
    padding: 160px 0;
  }
}

@media screen and (max-width: 767px) {
  .ss-hero__campaign {
    width: 100%;
    padding: 32px 20px;
  }
}

.ss-hero-campaign {
}

.ss-hero-campaign__head {
  font-size: 20px;
  font-weight: 700;
  color: #2255AA;
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
}

.ss-hero-campaign__head::before,
.ss-hero-campaign__head::after {
  content: "";
  height: 1px;
  background: #2255AA;
  flex-grow: 1;
}

.ss-hero-campaign__head::before {
  margin-right: 6px;
}

.ss-hero-campaign__head::after {
  margin-left: 6px;
}

.ss-hero-campaign__content {
  color: #333;
  margin-top: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.ss-hero-campaign__content span {
  font-size: 12px;
  display: block;
  color: #666;
  margin-top: 20px;
  font-weight: 400;
}

/*-------------------------------
About
-------------------------------*/
.ss-about {
  background-color: #F2F2F2;
  padding: 75px 0;
}

.ss-about p {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.666666;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .ss-about {
    padding: 60px 20px;
  }
  .ss-about p {
    font-size: 16px;
  }

	.ss-about br {
		display: none;
	}
}

.ss-about__btn__wrapper {
  text-align: center;
}

.ss-about__btn {
  width: 800px;
  max-width: 100%;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  padding: 39px 0;
  text-align: center;
  border: none;
  border-radius: 4px;
  background-color: #00A0E9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.ss-about__btn:hover {
  background-color: #2255AA;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ss-about__btn a {
  color: #fff;
}

.ss-about__btn:after {
  content: "";
  display: inline-block;
  background: url(../img/double-arrow-right.svg) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-bottom: 6px;
}

@media screen and (max-width: 1025px) {
  .ss-about__btn {
    width: 600px;
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .ss-about__btn {
    font-size: 24px;
    padding: 24px 0;
  }
  .ss-about__btn:after {
    width: 24px;
    height: 24px;
    margin-bottom: 6px;
  }
}

/*-------------------------------
Info
-------------------------------*/
.ss-info {
  padding: 92px 20px 100px;
}

@media screen and (max-width: 767px) {
  .ss-info {
    padding: 50px 20px 60px;
  }
}

.ss-info__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .ss-info__title {
    font-size: 24px;
    margin-bottom: 17px;
  }
}

.ss-info__items {
  width: 800px;
  max-width: 100%;
  margin: 0 auto 38px;
}

@media screen and (max-width: 767px) {
  .ss-info__items {
    margin: 0 auto 22px;
  }
}

.ss-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: #CCCCCC 1px solid;
  padding: 31.5px 5px;
}

.ss-info__item:last-child {
  border-bottom: #CCCCCC 1px solid;
}

.ss-info__item__title {
  width: 17%;
  font-weight: 600;
}

.ss-info__item__text dl {
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  position: relative;
  width: 520px;
  max-width: 100%;
}

.ss-info__item__text dl::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px dotted #2255AA;
}


.ss-info__item__text dl dt {
  /* width: 100px; */
}

.ss-info__item__text dl dt span {
  background: #fff;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 12px;
	white-space: nowrap;
}

.ss-info__item__text dl dd {
  /* margin-left: 8px; */
  margin-left: auto;
  background: #fff;
  position: relative;
  z-index: 2;
  letter-spacing: 0.05em;
  padding-left: 10px;
}

.ss-info__item__text ul li:nth-child(n + 2) {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .ss-info__item {
    padding: 21.3px 0;
		display: block;
  }

  .ss-info__item__title {
    /* width: 29%; */
		width: 100%;
    font-size: 14px;
  }

  .ss-info__item__text {
    /* width: 71%; */
		width: 100%;
    font-size: 14px;
    line-height: 1.4;
		margin-top: 10px;
  }

	.ss-info__item__text dl dt span {
    /* padding-right: 0; */
  }
}

.ss-info__btn__wrapper {
  text-align: center;
  margin-bottom: 23px;
}

.ss-info__btn {
  width: 800px;
  max-width: 100%;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  padding: 40px 0;
  text-align: center;
  border: none;
  border-radius: 4px;
  background-color: #00A0E9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.ss-info__btn:hover {
  background-color: #2255AA;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ss-info__btn a {
  color: #fff;
}

.ss-info__btn:before {
  content: "";
  display: inline-block;
  background: url(../img/icon-mail.svg) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 6px;
}

@media screen and (max-width: 1025px) {
  .ss-info__btn {
    width: 600px;
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .ss-info__btn {
    font-size: 24px;
    padding: 24px 0;
  }
  .ss-info__btn:before {
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
    margin-right: 7px;
  }
}

.ss-info__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	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;
}

@media screen and (max-width: 767px) {
  .ss-info__tel {
    display: block;
    text-align: center;
  }
}

.ss-info__text {
  font-size: 20px;
  font-weight: 600;
  margin-right: 20px;
}

@media screen and (max-width: 1025px) {
  .ss-info__text {
    margin-right: 10px;
    font-size: 18px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .ss-info__text {
    margin-right: 0;
    font-size: 16px;
    line-height: 1.5;
  }
}

.ss-info__number {
  position: relative;
  font-size: 52px;
  font-weight: bold;
  font-family: Roboto, sans-serif;
  margin-right: 10px;
  border-bottom: 1px dashed #00A0E9;
	white-space: nowrap;
}

.ss-info__number:before {
  content: "";
  display: inline-block;
  background: url(../img/icon-tel-black.svg) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-bottom: 7px;
}

.ss-info__number a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}

@media screen and (max-width: 1025px) {
  .ss-info__number {
    margin-right: 5px;
    font-size: 40px;
    line-height: 1.2;
  }
  .ss-info__number:before {
    width: 32px;
    height: 32px;
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 767px) {
  .ss-info__number {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 1.3;
    width: 250px;
    max-width: 100%;
  }
  .ss-info__number:before {
    width: 24px;
    height: 24px;
    margin-bottom: 7px;
  }
}

.ss-info__date {
  font-weight: 600;
	width: 100%;
	margin-block: 12px;
	text-align: center;
}

@media screen and (max-width: 1025px) {
  .ss-info__date {
    font-size: 14px;
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .ss-info__date {
    font-size: 14px;
    font-weight: 400;
  }
}

/*-------------------------------
Banner
-------------------------------*/
.ss-banner {
  background-color: #F2F2F2;
  padding: 60px 20px;
}

@media screen and (max-width: 767px) {
  .ss-banner {
    padding: 60px 20px 28px;
  }
}

.ss-banner__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .ss-banner__box {
    display: block;
  }
}

.ss-banner__box__img {
  margin-right: 60px;
}

.ss-banner__box__img:last-child {
  margin-right: 0;
}

.ss-banner__box__img img {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .ss-banner__box__img {
    margin-right: 0;
    margin-bottom: 32px;
  }
}

.ss-bg1 {
  padding: 19px 0;
  background-color: #00A0E9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.ss-bg1:hover {
  background-color: #2255AA;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ss-bg1__img {
  margin: 0 auto;
  width: 38px;
  text-align: center;
}

@media (max-width: 767px) {
  .ss-bg1 {
    padding-top: 12px;
    padding-bottom: 14px;
  }

  .ss-bg1__img {
    width: 24px;
  }
}

/*-------------------------------
設備・仕様のページ
-------------------------------*/
.ss-equipment__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ss-equipment__items :nth-of-type(3n) {
  margin-right: 0;
}

.ss-equipment__items p {
  text-align: right;
}

@media screen and (max-width: 850px) {
  .ss-equipment__items :nth-of-type(3n) {
    margin-right: 30px;
  }
  .ss-equipment__items :nth-of-type(2n) {
    margin-right: 0;
  }
}

.ss-equipment__item {
  width: 230px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.ss-equipment__item p {
  font-size: 12px;
  padding: 5px 0;
  border-bottom: 1px solid #000;
}

.ss-equipment__item img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 850px) {
  .ss-equipment__item {
    width: calc((100% - 30px)/2);
  }
}

@media screen and (max-width: 767px) {
  .ss-equipment__item p {
    font-size: 10px;
  }
}

.ss-equipment__caution {
  text-align: right;
  font-size: 12px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .ss-equipment__caution {
    font-size: 10px;
  }
}

/*-------------------------------
プラン・賃料のページ
-------------------------------*/
.ss-roomplan__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1080px;
  max-width: 100%;
  margin: 95px auto 65px;
}

@media (max-width: 767px) {
  .ss-roomplan__btns {
    margin-top: 60px;
    margin-bottom: 42px;
  }
}

.ss-roomplan__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 20px 15px 0;
  padding: 37px 0;
  width: calc(50% - 20px / 2);
  max-width: 530px;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  background: #00A0E9;
}

.ss-roomplan__btn:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #00A0E9;
}

@media screen and (max-width: 767px) {
  .ss-roomplan__btn {
    width: calc(50% - 10px / 2);
    height: 106px;
    font-size: 20px;
    line-height: 1.4;
    padding: 16px 10px;
    margin: 5px 10px 15px 0;
  }
}

.ss-roomplan__btn02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0 15px 0;
  padding: 37px 0;
  width: 100%;
  max-width: 530px;
  color: #00A0E9;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  border: #00A0E9 1px solid;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ss-roomplan__btn02:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ss-roomplan__btn02:hover {
  color: #fff;
  background-color: #00A0E9;
}

.ss-roomplan__btn02:hover:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #00A0E9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1025px) {
  .ss-roomplan__btn02:hover:before {
    background: none;
  }
}

@media screen and (max-width: 767px) {
  .ss-roomplan__btn02 {
    max-width: 100%;
    height: 106px;
    font-size: 20px;
    line-height: 1.4;
    padding: 37px 10px;
  }
}

.ss-roomplan__btn02__wrapper {
  width: calc(50% - 20px / 2);
}

@media screen and (max-width: 767px) {
  .ss-roomplan__btn02__wrapper {
    width: calc(50% - 10px / 2);
  }
}

.ss-roomplan02__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0 15px 0;
  padding: 37px 0;
  width: calc(50% - 20px / 2);
  max-width: 530px;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  background: #00A0E9;
}

.ss-roomplan02__btn:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #00A0E9;
}

@media screen and (max-width: 767px) {
  .ss-roomplan02__btn {
    width: calc(50% - 20px / 2);
    height: 106px;
    font-size: 20px;
    line-height: 1.4;
    padding: 37px 10px;
  }
}

.ss-roomplan02__btn02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0 15px 0;
  padding: 37px 0;
  width: 100%;
  max-width: 530px;
  color: #00A0E9;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  border: #00A0E9 1px solid;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ss-roomplan02__btn02:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ss-roomplan02__btn02:hover {
  color: #fff;
  background-color: #00A0E9;
}

.ss-roomplan02__btn02:hover:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #00A0E9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1025px) {
  .ss-roomplan02__btn02:hover:before {
    background: none;
  }
}

@media screen and (max-width: 767px) {
  .ss-roomplan02__btn02 {
    font-size: 20px;
    max-width: 100%;
    height: 106px;
    line-height: 1.4;
    padding: 37px 10px;
  }
}

.ss-roomplan02__btn02__wrapper {
  width: calc(50% - 20px / 2);
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .ss-roomplan02__btn02__wrapper {
    width: calc(50% - 10px / 2);
    margin-right: 10px;
  }
}

.ss-roomplan__section-text1 {
  font-size: 20px;
  font-weight: 600;
  color: #888888;
  line-height: 2.3;
  text-align: center;
}

.ss-roomplan__section-title {
  font-size: 40px;
  font-weight: 600;
  color: #333;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ss-roomplan__section-title {
    font-size: 28px;
  }
}

.ss-roomplan__section-text2 {
  font-size: 20px;
  font-weight: 600;
  color: #2255AA;
  line-height: 2;
  text-align: center;
  margin-bottom: 48px;
}

.ss-roomplan__condition__items__wrapper {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

.ss-roomplan__condition__items {
  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;
}

@media screen and (max-width: 767px) {
  .ss-roomplan__condition__items {
    display: block;
  }
}

.ss-roomplan__condition__item {
  position: relative;
  width: calc(50% - 40px / 2);
  margin-right: 40px;
  margin-bottom: 40px;
  border: #2255AA 2px solid;
  border-radius: 4px;
}

.ss-roomplan__condition__item:nth-child(2n) {
  margin-right: 0;
}

.ss-roomplan__condition__item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}

@media screen and (max-width: 767px) {
  .ss-roomplan__condition__item {
    width: 100%;
  }
}

.ss-roomplan__condition__item__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 2.5;
  background-color: #2255AA;
  color: #fff;
  text-align: left;
  padding-left: 40px;
}

.ss-roomplan__condition__item__content__wrapper {
  padding: 32px 10px 32px 40px;
}

.ss-roomplan__condition__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.ss-roomplan__condition__item__content:last-child {
  margin-bottom: 0;
}

.ss-roomplan__condition__item__content__label {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #2255AA;
  width: 82px;
  padding: 5px 0;
  border-radius: 4px;
  margin-right: 24px;
}

.ss-roomplan__condition__item__content__text {
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 1025px) {
  .ss-roomplan__condition__item__content__text {
    font-size: 18px;
  }
}

.ss-roomplan__condition__caution {
  font-size: 14px;
  margin-top: -25px;
  margin-bottom: 100px;
  line-height: 1.4;
}

.ss-roomplan__parking__box {
  width: 1004px;
  max-width: 100%;
  margin: 0 auto;
}

.ss-roomplan__parking__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  height: 645px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .ss-roomplan__parking__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
    margin-bottom: 30px;
  }
}

.ss-roomplan__parking__item {
  width: calc(25% - 40px * 3 / 4);
  height: 103px;
  margin-right: 40px;
  margin-bottom: 4px;
}

.ss-roomplan__parking__item:nth-child(19), .ss-roomplan__parking__item:nth-child(20), .ss-roomplan__parking__item:nth-child(21), .ss-roomplan__parking__item:nth-child(22), .ss-roomplan__parking__item:nth-child(23), .ss-roomplan__parking__item:nth-child(24) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .ss-roomplan__parking__item {
    width: calc(50% - 15px / 2);
    margin-right: 15px;
  }
  .ss-roomplan__parking__item:nth-child(19), .ss-roomplan__parking__item:nth-child(20), .ss-roomplan__parking__item:nth-child(21), .ss-roomplan__parking__item:nth-child(22), .ss-roomplan__parking__item:nth-child(23), .ss-roomplan__parking__item:nth-child(24) {
    margin-right: 15px;
  }
  .ss-roomplan__parking__item:nth-child(2n) {
    margin-right: 0;
  }
}

.ss-roomplan__parking__item__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: #2255AA 1px solid;
}

.ss-roomplan__parking__item__box--grey {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: #888888 1px solid;
}

.ss-roomplan__parking__item__number {
  font-size: 20px;
  line-height: 103px;
  color: #fff;
  background-color: #2255AA;
  width: 80px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ss-roomplan__parking__item__number {
    font-size: 14px;
    width: 36.7%;
  }
}

.ss-roomplan__parking__item__number--grey {
  font-size: 20px;
  line-height: 103px;
  color: #fff;
  background-color: #888888;
  width: 80px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ss-roomplan__parking__item__number--grey {
    font-size: 14px;
    width: 36.7%;
  }
}

.ss-roomplan__parking__item__judge {
  margin: 0 auto;
}

.ss-roomplan__parking__item__judge__circle {
  width: 52px;
  height: 52px;
  border: 6px solid #2255AA;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 10px;
}

@media screen and (max-width: 767px) {
  .ss-roomplan__parking__item__judge__circle {
    width: 40px;
    height: 40px;
  }
}

.ss-roomplan__parking__item__judge__cross {
  display: inline-block;
  width: 52px;
  height: 52px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}

.ss-roomplan__parking__item__judge__cross ::before, .ss-roomplan__parking__item__judge__cross ::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 10%;
  margin: -8% 0 0 -50%;
  background: #888888;
}

.ss-roomplan__parking__item__judge__cross ::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.ss-roomplan__parking__item__judge__cross ::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .ss-roomplan__parking__item__judge__cross {
    width: 40px;
    height: 40px;
  }
}

.ss-roomplan__parking__item__judge__text {
  font-weight: 600;
  color: #2255AA;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ss-roomplan__parking__item__judge__text {
    font-size: 14px;
  }
}

.ss-roomplan__parking__caution {
  font-size: 14px;
  margin-bottom: 120px;
  line-height: 1.4;
}

.ss-roomplan__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "HiraMinProN-W3", serif;
}

@media screen and (max-width: 767px) {
  .ss-roomplan__parking__caution {
    margin-bottom: 80px;
  }

  .ss-roomplan__description {
    display: block;
  }
}

.ss-roomplan__description__usage {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .ss-roomplan__description__usage {
    margin-bottom: 30px;
    width: 100%;
  }
}

.ss-roomplan__description__title {
  color: #45271C;
  font-size: 14px;
  margin-bottom: 10px;
}

.ss-roomplan__description__usage__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ss-roomplan__description__usage__item__left {
  margin-right: 20px;
  border: 1px solid #e4e4e4;
  font-size: 12px;
  text-align: center;
  padding-bottom: 10px;
  line-height: 1.2;
  width: 90px;
}

.ss-roomplan__description__usage__item__right {
  margin-right: 20px;
  border: 1px solid #e4e4e4;
  font-size: 12px;
  text-align: center;
  padding-bottom: 10px;
  line-height: 1.2;
  width: 95px;
}

.ss-roomplan__description__usage__item__title {
  font-weight: bold;
  background-color: #FEFFCC;
  padding: 5px 0;
}

.ss-roomplan__description__usage__item__price {
  color: #996600;
}

.ss-roomplan__description__condition {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .ss-roomplan__description__condition {
    width: 100%;
  }
}

.ss-roomplan__description__condition__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e4e4e4;
  background-color: #FEFFCC;
  padding: 7px 10px;
  font-size: 12px;
  line-height: 1.2;
}

.ss-roomplan__description__condition__items .text-justify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80px;
}

@media screen and (max-width: 767px) {
  .ss-roomplan__description__condition__items {
    display: block;
    width: 100%;
    font-size: 11px;
  }
}

.ss-roomplan__description__condition__item__left :last-child, .ss-roomplan__description__condition__item__right :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .ss-roomplan__description__condition__item__left {
    margin-bottom: 10px;
  }
}

.ss-roomplan__description__condition__item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.ss-roomplan__text {
  font-size: 14px;
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  .ss-roomplan__text {
    font-size: 12px;
  }
}

.ss-roomplan__table {
  width: 100%;
  border: 0;
  font-size: 12px;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.ss-roomplan__table tr {
  border: 1px solid #333;
}

.ss-roomplan__table td {
  vertical-align: top;
  text-align: center;
  line-height: 1.2;
  border: 1px solid #333;
}

.ss-roomplan__table__floor {
  width: 30px;
}

.ss-roomplan__table__margin {
  width: 7px;
  background-color: #727272;
  border: 1px solid #727272 !important;
}

.ss-roomplan__table__title {
  background-color: #FEFFCC;
  font-family: arial, sans-serif;
  font-weight: 700;
  padding: 4px 0;
}

.ss-roomplan__table__price {
  color: #996600;
}

.ss-roomplan__table__direction {
  background-color: #9FE9E8;
  padding: 5px 0;
  font-family: sans-serif;
}

.ss-roomplan__banner1 {
  border: #797065 6px solid;
  padding: 2px;
  margin-bottom: 30px;
}

.ss-roomplan__banner1__inner {
  border: #9F9385 2px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .ss-roomplan__banner1__inner {
    display: block;
    padding: 5px;
  }
}

.ss-roomplan__banner1__left {
  width: 50%;
  text-align: center;
  border-right: 1px dotted #969696;
}

@media screen and (max-width: 767px) {
  .ss-roomplan__banner1__left {
    width: 90%;
    border-right: 0;
    border-bottom: 1px dotted #969696;
    padding-bottom: 15px;
    margin: 0 auto;
  }
}

.ss-roomplan__banner1__sub-title {
  font-size: 15px;
  margin-top: 25px;
  margin-bottom: 5px;
}

.ss-roomplan__banner1__title {
  font-size: 23px;
  font-family: "Roboto Slab", serif;
  color: #933700;
}

@media screen and (max-width: 1025px) {
  .ss-roomplan__banner1__title {
    font-size: 20px;
  }
}

.ss-roomplan__banner1__right {
  padding: 20px 10px 20px 40px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .ss-roomplan__banner1__right {
    padding: 15px 5px;
    text-align: center;
  }
}

.ss-roomplan__banner1__text {
  color: #6a1400;
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  .ss-roomplan__banner1__text {
    line-height: 1.3;
  }
}

.ss-roomplan__banner1__caution {
  color: #424242;
  font-size: 10px;
  line-height: 1.4;
}

.ss-roomplan__banner2 {
  border: #797065 6px solid;
  padding: 2px;
  margin-bottom: 30px;
}

.ss-roomplan__banner2__left {
  width: 70%;
  text-align: center;
  padding: 20px 10px 0 20px;
}

@media screen and (max-width: 767px) {
  .ss-roomplan__banner2__left {
    width: 90%;
    margin: 0 auto;
  }
}

.ss-roomplan__banner2__sub-title {
  font-size: 16px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1025px) {
  .ss-roomplan__banner2__sub-title {
    font-size: 14px;
  }
}

.ss-roomplan__banner2__title {
  font-size: 26px;
  font-family: "Roboto Slab", serif;
  color: #933700;
  line-height: 1.4;
}

@media screen and (max-width: 1025px) {
  .ss-roomplan__banner2__title {
    font-size: 20px;
  }
}

.ss-roomplan__banner2__right {
  padding: 20px 10px 20px 30px;
}

@media screen and (max-width: 767px) {
  .ss-roomplan__banner2__right {
    padding: 15px 5px;
  }
}

.ss-roomplan__banner2__button {
  background-color: #5F584F;
  border-radius: 7px;
  padding: 10px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  cursor: pointer;
}

.ss-roomplan__banner2__button:hover {
  opacity: .7;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.ss-roomplan__banner2__button__text {
  color: #fff;
  font-size: 12px;
  text-align: left;
  margin-bottom: 5px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .ss-roomplan__banner2__button__text {
    text-align: center;
  }
}

.ss-roomplan__banner2__button__inquiry {
  color: #FFEC82;
  font-size: 16px;
  text-align: right;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .ss-roomplan__banner2__button__inquiry {
    text-align: center;
    font-size: 15px;
  }
}

.ss-roomplan__text2 {
  font-size: 10px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10px;
}

.ss-roomplan__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.ss-roomplan__items :nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .ss-roomplan__items {
    display: block;
  }
  .ss-roomplan__items :nth-child(3n) {
    margin-right: auto;
  }
}

.ss-roomplan__item {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .ss-roomplan__item {
    max-width: 300px;
    margin: 0 auto 20px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  width: 80px;
  height: 80px;
  outline: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
}

@media screen and (max-width: 1025px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}

.swiper-button-prev {
  background-image: url(../img/swiper-arrow-left@2x.png);
  background-size: cover;
  left: 20px;
}

@media screen and (max-width: 1025px) {
  .swiper-button-prev {
    left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: 5px;
  }
}

.swiper-button-next {
  background-image: url(../img/swiper-arrow-right@2x.png);
  background-size: cover;
  right: 20px;
}

@media screen and (max-width: 1025px) {
  .swiper-button-next {
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: 5px;
  }
}

.swiper-slide__wrapper {
  border: #ccc 1px solid;
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 30px 0 50px;
}

.swiper-slide__wrapper img {
  width: 100%;
  max-width: 800px;
  margin: 25px auto 0 auto;
  display: block;
  border: transparent 1px solid;
}

@media screen and (max-width: 1025px) {
  .swiper-slide__wrapper {
    padding: 30px 50px 50px;
  }
}

@media screen and (max-width: 767px) {
  .swiper-slide__wrapper {
    padding: 30px 40px 50px;
  }
}

.thumbs {
  width: 620px;
  max-width: 100%;
  height: 150px;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .thumbs {
    height: 100px;
  }
}

.thumbs .swiper-wrapper {
  -webkit-transform: none !important;
          transform: none !important;
}

.thumbs .swiper-slide {
  width: calc(33.333333% - 40px * 2 / 3) !important;
  margin-right: 40px !important;
  position: relative;
  overflow: hidden;
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .6;
  border: 1px solid #CCCCCC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.thumbs .swiper-slide:hover {
  border: 1px solid #2255AA;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

.thumbs .swiper-slide:last-child {
  margin-right: 0;
}

.thumbs .swiper-slide:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

@media screen and (max-width: 1025px) {
  .thumbs .swiper-slide {
    width: calc(33.333333% - 20px * 2 / 3) !important;
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .thumbs .swiper-slide {
    width: calc(33.333333% - 10px * 2 / 3) !important;
    margin-right: 10px !important;
  }
}

.thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: #2255AA 1px solid;
}

.ss-roomplan__floor__type {
  font-size: 40px;
  font-weight: 600;
  color: #00A0E9;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 26px;
}

@media screen and (max-width: 767px) {
  .ss-roomplan__floor__type {
    font-size: 28px;
  }
}

.ss-roomplan__floor__box {
  width: 200px;
  max-width: 100%;
  margin: 0 auto;
}

.ss-roomplan__floor__box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
  line-height: 1.5;
}

.ss-roomplan__floor__box__left {
  width: 80px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.ss-roomplan__floor__box__left span {
  background-color: #00A0E9;
  border-radius: 4px;
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .ss-roomplan__floor__box__left {
    width: 40%;
    font-size: 12px;
  }
}

.ss-roomplan__floor__box__right {
  width: calc(100% - 80px);
}

@media screen and (max-width: 767px) {
  .ss-roomplan__floor__box__right {
    font-size: 14px;
  }
}

/*-------------------------------
物件概要のページ
-------------------------------*/
.ss-outline__table {
  width: 100%;
  border: 0;
  font-size: 12px;
  border-collapse: collapse;
  margin-bottom: 20px;
  line-height: 1.5;
}

.ss-outline__table tr {
  border: #A1A1A1 1px solid;
}

.ss-outline__table td {
  border: #A1A1A1 1px solid;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .ss-outline__table {
    font-size: 11px;
  }
}

.ss-outline__table__left {
  width: 20%;
  text-align: center;
  padding: 7px 0;
}

.ss-outline__table__right {
  padding: 7px 0 7px 10px;
}

/*-------------------------------
フッター
-------------------------------*/
.ss-footer {
  background-color: #09080C;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  padding: 60px 20px;
}

.ss-footer p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 25px;
}

.ss-footer__contact {
	display: inline-block;
	text-align: left;
}

.ss-footer img {
  width: 251px;
  max-width: 100%;
  margin-bottom: 25px;
}

@media screen and (max-width: 1025px) {
  .ss-footer p {
    font-size: 14px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .ss-footer {
    padding: 37px 20px;
  }
  .ss-footer p {
    font-size: 14px;
  }
  .ss-footer img {
    margin-bottom: 30px;
    width: 175px;
  }
}

.ss-copyright {
  font-size: 12px !important;
  line-height: 1.666666 !important;
}

@media (max-width: 767px) {
  .ss-copyright {
    margin-top: 36px;
  }
}

.ss-footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .ss-footer__items {
    display: block;
  }
}

.ss-footer__left {
  font-size: 16px;
  border-right: #7D7D7D 1px solid;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .ss-footer__left {
    font-size: 12px;
    border-right: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
}

.ss-footer__right {
  padding-left: 10px;
  font-size: 8px;
}

@media screen and (max-width: 767px) {
  .ss-footer__right {
    padding-left: 0;
  }
}

.ss-footer__mt {
  margin-top: 100px;
}

/**
add
**/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
/* :root {
  --main-color: #00A0E9;
  --inner-width: 1200px;
} */

/* html {
  scroll-behavior: smooth;
} */

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
}

/**
* common
**/
/* .ss-inner {
  width: 840px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
} */

a:hover {
  text-decoration: none;
}

/* .ss-button {
  display: inline-block;
  background: #00A0E9;
  border-radius: 4px;
  width: 800px;
  max-width: 100%;
  height: 120px;
  line-height: 120px;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.05em;
  transition: all 0.3s ease-out 0s;
}

.ss-button:hover {
  background: #2255AA;
}

.ss-button span {
  position: relative;
}

.ss-button span::after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}

.ss-button--mail span::after {
  content: "";
  left: auto;
  right: calc(100% + 8px);
} */

/* .ss-tel {
  text-decoration: none;
  color: inherit;
  font-size: 52px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  transition: all 0.3s ease-out 0s;
  position: relative;
  padding-left: 33.19px;
  border-bottom: 1px dashed #00A0E9;
  line-height: 1.3;
}

.ss-tel:hover {
  border-bottom-color: #2255AA;
}

.ss-tel::after {
  position: absolute;
  content: "";
  width: 27.19px;
  height: 40px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
} */

/* .ss-common-tel {
  display: flex;
  align-items: center;
}

.ss-common-tel__text {
  font-size: 18px;
  margin-right: 24px;
  font-weight: 700;
} */

.ss-common-tel__number {

}

.ss-common-tel__time {
  font-size: 14px;
  margin-left: 12px;
}

/**
* header
**/
/* .ss-header {
  background: #00A0E9;
}

.ss-header__wrapper {
  width: 1200px;
  max-width: 100%;
  padding: 0 20px;
  height: 100px;
  align-items: center;
}

.ss-header__menu__wrapper {
  background: #fff;
  font-weight: 700;
  padding: 24px 0;
  background-image: none;
  margin-bottom: 0;
  height: auto;
  box-shadow: 0 1px 0 rgba(0,0,0,0.16);
}

.ss-header__left {

}

.ss-header__left a {
  display: inline-block;
  color: inherit;
  transition: all 0.3s ease 0s;
}

.ss-header__left a:hover {
  opacity: 0.7;
}

.ss-header__left__title__ja {
  font-size: 14px;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 1px;
  font-weight: 700;
}

.ss-header__left__title__en {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
}

.ss-header__right {

}

.ss-header__right__text {
  margin-bottom: 5px;
  font-weight: 700;
}

.ss-header__right__tel {
  font-size: 40px;
  font-family: 'Roboto', sans-serif;
  padding-left: 0;
  margin-bottom: 0;
}

.ss-header__right__tel::before {
  width: 18.4px;
  height: 27.07px;
  margin-right: 8px;
}

.ss-header__right__time {
  font-size: 12px;
  margin-top: 1px;
  font-weight: 700;
}

.ss-header__menu__items {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.ss-header__menu__item {
  width: calc(100% / 7);
  border-left: none;
  position: relative;
}

.ss-header__menu__item::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #ccc;
  width: 1px;
  height: 44px;
}

.ss-header__menu__item:first-child::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #ccc;
  width: 1px;
  height: 44px;
}

.ss-header__menu__item:last-child {
  border: none;
}

.ss-header__menu__item__en {
  font-size: 16px;
  letter-spacing: 0.1em;
}

.ss-header__menu__item__ja {
  color: #00A0E9;
  font-weight: 500;
  margin-top:  4px;
} */

/**
* Top
**/
/* .ss-mv {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ss-mv > img {
  width: 100%;
}

.ss-mv__content {
  position: absolute;
  right: calc(50% + 42px);
  top: 50%;
  transform: translateY(-50%);
  width: 42%;
}

.ss-mv__start {
  font-weight: 700;
  letter-spacing: 0.4em;
  font-size: 20px;
  margin-top: 48px;
  color: #fff;
}

.ss-mv__box {
  background: rgba(255,255,255,0.85);
  width: 612px;
  max-width: 100%;
  height: 200px;
  margin-top: 60px;
}

.ss-mv-head {
  color: #fff;
}

.ss-mv-head__lead {
  font-size: 20px;
  margin-bottom: 16px;
}

.ss-mv-head__title {
  font-weight: 700;
  font-size: 64px;
  white-space: nowrap;
}

.ss-mv-box {
  padding: 24px;
}

.ss-top__information {
  background: #F2F2F2;
  padding: 80px 0;
}

.ss-top-information {

}

.ss-top-information__text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.ss-top-information__button {
  margin-top: 36px;
}

.ss-top__table {
  padding: 100px 0;
}

.ss-top-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  border: none;
  letter-spacing: 0.05em;
}

.ss-top-table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.ss-top-table th,
.ss-top-table td {
  border: none;
  text-align: left;
  padding: 20px 20px;
  line-height: 1.66;
  vertical-align: middle;
}

.ss-top-table tr th:first-child {
  width: 200px;
}

.ss-top-table__head {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
}

.ss-top-table__item {
  margin-top: 30px;
}

.ss-top-table {
}

.ss-top-table__contact {
  margin-top: 40px;
}

.ss-top-table__tel {
  margin-top: 18px;
}

.ss-top__banner {
  padding: 60px 0;
  background: #F2F2F2;
}

.ss-top__banner__inner {
  width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 100%;
  margin: 0 auto;
}

.ss-top-banners {
  display: flex;
  align-items: center;
}

.ss-top-banners__item {
  transition: all 0.3s ease 0s;
  width: calc(50% - 60px / 2);
  text-decoration: none;
}

.ss-top-banners__item:not(:first-child) {
  margin-left: 60px;
}

.ss-top-banners__item:hover {
  opacity: 0.7;
} */

/**
* content
**/
/* .ss-container {
  width: 1200px;
  padding: 60px 0 60px;
}
*/

.ss-container.--slim {
  width: 852px;
}

/**
* to top
**/
.ss-to-top {
  width: 100%;
  height: 60px;
  background: #00A0E9 url(../img/common/icon-page-top.png) no-repeat center center / 44px 23px;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.ss-to-top:hover {
  background-color: #2255AA;
}

/**
* footer
**/
/* .ss-footer {
  background: #09080C;
  color: #fff;
  padding: 60px 0;
}

.ss-footer__container {
  width: 1200px;
  padding: 0;
}

.ss-footer__logo {
  text-align: center;
}

.ss-footer__logo img {
  width: 181px;
  height: auto;
}

.ss-footer__address {
  text-align: center;
  line-height: 1.68;
  font-size: 16px;
  margin-top: 32px;
}

.ss-footer__address .is-zip {
  margin-right: 1ch;
}

.ss-footer__address .is-address {
}

.ss-footer__address .is-address:after {
  content: "\A" ;
	white-space: pre ;
}

.ss-footer__address .is-tel {
  margin-right: 1ch;
}

.ss-footer__address .is-fax {
}

.ss-footer__copyright {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  margin-top: 32px;
} */

/**
* common
**/
.ss-section__heading {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  border: none;
  line-height: 1;
  letter-spacing: 0;
  padding: 0;
  margin: 50px 0 40px;
}

.ss-section__heading .is-sub {
  font-size: 20px;
  color: #888;
  margin: 0 0 16px 0;
  display: block;
  letter-spacing: 0;
}

.ss-section__heading .is-main {
  font-size: 40px;
  display: block;
  letter-spacing: 0;
  margin: 0;
}

.ss-section__heading .is-time {
  text-align: center;
  display: block;
  letter-spacing: 0;
  font-size: 20px;
  color: #2255AA;
  margin-top: 20px;
}

.ss-section__contents {
  margin: 24px 0 0;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.ss-section__contents p.is-strong {
  color: #DD4444;
}

.ss-section__contents p .is-marker {}

.ss-section__contents p:not(:first-child) {
  margin-top: 1.5em;
}

.ss-section__images {
  margin-top: 30px;
}

.ss-lists li {
  position: relative;
  padding-left: 20px;
  font-size: 17px;
}

.ss-lists li:not(:first-child) {
  margin-top: 3px;
}

.ss-lists li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 8px;
  left: 0;
  font-weight: 700;
  background: #2255AA;
}

.ss-lists li .is-small {
  font-size: 13px;
  line-height: 1.6;
  display: inline-block;
  margin-top: 0;
}

.ss-section__lead {
  font-size: 24px;
  font-weight: 700;
  color: #2255AA;
  margin-top: 62px;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

.ss-section__sub-head {
  color: inherit;
  border-bottom: #2255AA 1px solid;
  font-size: 18px;
  margin-top: 32px;
  margin-bottom: 0.6em;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding-bottom: 5px;
}

.ss-section__sub-image {
  margin-top: 26px;
  margin-bottom: 0.4em;
}

.ss-section__sub-image img {
  width: 100%;
}

.ss-section__sub-box {

}

.ss-section__sub-box li {
  position: relative;
  padding-left: 10px;
}

.ss-section__sub-box li:not(:first-child) {
  margin-top: 6px;
}

.ss-section__sub-box li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 14px;
  left: 0;
  font-weight: 700;
  background: #2255AA;
}

.ss-section__sub-box dl {
  display: flex;
  align-items: center;
  position: relative;
}

.ss-section__sub-box dl::after {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px dotted #2255AA;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.ss-section__sub-box dl dt {
  position: relative;
  z-index: 2;
  margin-right: auto;
  background: #fff;
  padding: 0 10px;
}

.ss-section__sub-box dl dt strong {
  color: #2255AA;
  font-size: 18px;
}

.ss-section__sub-box dl dd {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 10px;
}

.ss-section__sub-box dl dd strong {
  color: #2255AA;
  font-size: 20px;
  margin: 0 3px;
}

.ss-content-box {
  border: 1px solid #2255AA;
}

.ss-content-box__head {
  background: #2255AA;
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 16px 12px;
  font-weight: 700;
}

.ss-content-box__body {
  font-size: 16px;
  text-align: center;
  padding: 30px 12px;
  line-height: 1.4;
}

.ss-content-box__body strong {
  font-size: 20px;
  font-weight: 700;
  color: #2255AA;
  margin: 0 2px;
}

.ss-section__content-box {
  margin-top: 30px;
}

/**
* Concept
**/
.ss-concept {
}

.ss-concept__content strong {

}

/**
* Location
**/

/**
* Outline
**/
.ss-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #ccc;
  letter-spacing: 0.05em;
}

.ss-table th,
.ss-table td {
  border: 1px solid #ccc;
  text-align: left;
  padding: 12px 20px;
  line-height: 1.66;
}

.ss-table tr th:first-child {
  width: 200px;
  background: #2255AA;
  color: #fff;
}

@media (max-width: 767px) {
  .ss-table tr th:first-child {
    width: 100px;
  }

  .ss-table th,
  .ss-table td {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.ss-map {
  position: relative;
  width: 100%;
  /* padding-top: 56.25%; */
  padding-top: 36.25%;
}

.ss-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ss-figure {
  position: relative;
  /* height: 200px; */
  background: #ccc;
}

.ss-figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3px;
  text-align: center;
  color: #fff;
  background: rgba(34, 85, 170, 0.6);
  font-size: 12px;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .ss-figure figcaption {
    padding-left: 2px;
    padding-right: 2px;
    line-height: 1.3;
    font-size: 10px;
  }
}

.ss-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0;
}

.ss-gallery__item {
  width: calc(33% - 12px * 2 / 3);
  margin-right: 12px;
  margin-bottom: 12px;
}

.ss-gallery__item:nth-child(3n) {
  margin-right: 0;
}

.ss-gallery__body {
  margin-top: 12px;
}

.ss-gallery__title {
  font-weight: 700;
  font-size: 16px;
  margin-top: -3px;
  line-height: 1.4;
  width: 100%;
}

.ss-gallery__text {
  /* margin-top: 2px; */
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.5;
  color: #555;
  width: 100%;
}

@media (max-width: 767px) {
  .ss-gallery__item {
    width: calc(50% - 12px * 1 / 2);
  }

  .ss-gallery__item:nth-child(3n) {
    margin-right: 12px;
  }

  .ss-gallery__item:nth-child(2n) {
    margin-right: 0;
  }
}

/**
* Room Plan
**/
.ss-roomplan__tab {
  margin-top: 60px;
}

.ss-roomplan__heading {
  margin-top: 80px;
}

.u-color-red {
  color: #DD4444 !important;
}

.u-text-center {
  text-align: center !important;
}

/**
* Form
*/
.ss-section__content-form {
  margin-top: 42px;
}

.ss-section__content-form p {
  line-height: 1.6;
  padding: 0 8px;
}

.ss-section__tel {
  margin-top: 60px;
}

.ss-form {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
}

.ss-form__dl {

}

.ss-form__row {
  display: flex;
  align-items: center;
}

.ss-form__row:not(:first-child) {
  margin-top: 26px;
}

.ss-form__row dd .error {
  display: block;
  margin-top: 3px;
  font-weight: 400;
  color: #dd4444;
}

.ss-form__row dt {
  width: 150px;
  position: relative;
}

.ss-form__row dt span {
  display: block;
  font-size: 12px;
  color: #2255AA;
  margin-top: 2px;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
}

.ss-form__row dd {
  width: calc(100% - 150px);
}

.ss-form__row dd li {
  display: flex;
  align-items: center;
}

.ss-form__row dd li:not(:first-child) {
  margin-top: 6px;
}

.ss-form__row dd li label {
  margin-right: 8px;
  white-space: nowrap;
}

.ss-form__row dd li select {
  padding-bottom: 11px;
  margin-left: 6px;
}

.ss-form__submit {
  text-align: center;
  margin-top: 26px;
}

.ss-form__submit [type="submit"] {
  padding: 16px 24px;
	color: #fff;
  width: 200px;
  text-align: center;
  background-color: #00A0E9;
  transition: all 0.3s ease 0s;
  letter-spacing: 0.15em;
  font-weight: 700;
	border: none;
	-webkit-appearance: none;
	font-size: inherit;
	margin: 0 auto;
}

.ss-form__submit [type="submit"]:hover {
  background-color: #2581c4;
}

.ss-form select {
  border-radius: 3px;
  padding: 12px 10px;
  max-width: 100%;
  border: 1px #ccc solid;
  outline: none;
  box-sizing: border-box;
}

.ss-form #your-name,
.ss-form #your-email,
.ss-form #your-tel {
  width: 100%;
}

.ss-form [type="text"] {
  padding: 12px 10px;
}

.ss-form textarea {
  height: 250px;
  width: 100%;
}

/**
*
*/
.ss-header__right__text {
  margin-bottom: 3px;
}

.ss-info__item__title {
  line-height: 1.6;
}

.ss-info__item__text {
  line-height: 1.6;
}

button {
  outline: none;
}

.ss-roomplan__floor__type {
  margin-top: 26px;
}

.ss-container--page {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .ss-form__row {
    display: block;
  }

  .ss-form__row dt {
    width: 100%;
    position: static;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .ss-form__row dt span {
    margin-top: 0;
    margin-left: 6px;
    position: static;
  }

  .ss-form__row dd {
    width: 100%;
  }

  .ss-form__row dd li label {
    width: 60px;
    font-size: 14px;
  }

  .ss-form__row dd li input {
    width: calc(100% - 80px);
  }

  .ss-form textarea {
    height: 150px;
  }

  .ss-container--page {
    padding-bottom: 80px;
  }
}

.ss-image {
  position: relative;
}

.ss-image img {

}

.ss-image figcaption {
  position: absolute;
  right: 6px;
  bottom: 6px;
  color: #fff;
  text-shadow: 0 0 3px #2255AA;
  font-size: 12px;
}

.ss-images {
  display: flex;
  flex-wrap: wrap;
}

.ss-images__left {
  width: 46.1%;
}

.ss-images__right {
  /* width: 53.6%; */
  width: 53.9%;
}

.ss-images__right-in {
  display: flex;
}

.ss-images__right-in__left {
  width: 40.9%;
}

.ss-images__right-in__right {
  width: 59%;
}

.ss-images__item {
  padding: 8px;
}

@media (max-width: 767px) {
  .ss-images__left {
    width: 100%;
  }

  .ss-images__right {
    width: 100%;
  }

}

@media (max-width: 767px) {
  .u-sp-text-justify {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
  }

  .ss-content-box__body {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media (min-width: 768px) {
  .u-hide-pc {
    display: none;
  }
}

.ss-sp-global-menu nav {
  background: #00A0E9;
  color: #fff;
	padding-bottom: 24px;
	min-height: 100%;
}

.ss-drawer-menu__list li {
  border-bottom: 1px solid #fff;
  letter-spacing: 0.1em;
}

.ss-drawer-menu__list a:first-child li {
  border-top: 1px solid #fff;
}

.ss-drawer-menu__list li span {
  font-size: 10px;
  margin-left: 8px;
}

.ss-info__images {
  display: flex;
  align-items: center;
  max-height: 300px;
  overflow: hidden;
  margin: 30px calc(50% - 50vw) 60px;
  width: 100vw;
}

.ss-top-images {
  display: flex;
  height: inherit;
  animation: loop-slide 40s infinite linear 1s both;
}

.ss-info__images:hover .ss-top-images {
  animation-play-state: paused;
}

.ss-top-images__item {
  height: auto;
  width: 200px;
  margin-left: 4px;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* .ss-contents-row {
  display: flex;
}

.ss-contents-row__image {
  width: 42%;
  padding: 12px;
}

.ss-contents-row__text {
  width: 58%;
  padding: 12px;
}

@media (max-width: 767px) {
  .ss-contents-row {
    display: block;
  }
} */

.ss-plan {

}

.ss-plan__item:not(:first-child) {
  margin-top: 4px;
}

.ss-plan-circle {
  width: 52px;
  height: 52px;
  border: 6px solid #2255AA;
  border-radius: 50%;
  display: inline-block;
}

.ss-plan-cross {
  display: inline-block;
  width: 52px;
  height: 52px;
  position: relative;
}

.ss-plan-cross::before {
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 10%;
  margin: -8% 0 0 -50%;
  background: #888888;
}

.ss-plan-cross::after {
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 10%;
  margin: -8% 0 0 -50%;
  background: #888888;
}

@media (max-width: 767px) {
	.ss-plan-circle {
		width: 40px;
		height: 40px;
	}

	.ss-plan-cross {
		width: 40px;
    height: 40px;
	}
}

.ss-plan-card {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease 0s;
  display: flex;
  border: #888 1px solid;
  height: 104px;
  cursor: not-allowed;
}

.ss-plan-card.is-open {
  border-color: #2255AA;
  cursor: pointer;
}

.ss-plan-card.is-open:hover .js-pop-target {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

/* .ss-plan-card:hover .ss-pop-bg {
  display: block;
  visibility: visible;
  opacity: 1;
} */

.ss-plan-card.is-opens {
  border-color: #2255AA;
}

.ss-plan-card__head {
  font-size: 20px;
  color: #fff;
  background-color: #888;
  width: 120px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
}

.is-open .ss-plan-card__head,
.is-opens  .ss-plan-card__head {
  background-color: #2255AA;
}

.ss-plan-card__body {
  display: flex;
  align-items: center;
  width: calc(100% - 120px);
  justify-content: center;
}

.ss-plan-card__icon {
  text-align: center;
}

.ss-plan-card__icon span {
  display: block;
  margin-top: 3px;
  font-weight: 600;
  color: #2255AA;
  margin-top: 10px;
}

.ss-plan-card__icon {
  text-decoration: none;
  transition: all 0.3s ease 0s;
  cursor: not-allowed;
}

.ss-plan-card__rooms {
  display: flex;
  width: 100%;
  height: 100%;
}

.ss-plan-card__rooms .ss-plan-card__icon {
  width: 33.3%;
  position: relative;
  height: 100%;
  padding-top: 22px;
}

.ss-plan-card__rooms.is-two-room .ss-plan-card__icon {
  width: 50%;
  position: relative;
  height: 100%;
  padding-top: 22px;
}

.ss-plan-card__rooms .ss-plan-card__icon:not(:first-child) {
  border-left: 1px solid #888;
}

.ss-plan-card__rooms .ss-plan-card__icon::before {
  content: "A";
  position: absolute;
  top: 8px;
  left: 8px;
  color: #888;
  font-weight: 700;
}

.ss-plan-card__rooms .ss-plan-card__icon.is-open-a,
.ss-plan-card__rooms .ss-plan-card__icon.is-open-b,
.ss-plan-card__rooms .ss-plan-card__icon.is-open-c {
  padding-top: 10px;
  cursor: pointer;
}

.ss-plan-card__rooms .ss-plan-card__icon.is-open-a:hover .js-pop-target-5a,
.ss-plan-card__rooms .ss-plan-card__icon.is-open-b:hover .js-pop-target-5b,
.ss-plan-card__rooms .ss-plan-card__icon.is-open-c:hover .js-pop-target-5c,
.ss-plan-card__rooms .ss-plan-card__icon.is-open-a:hover .js-pop-target-7a,
.ss-plan-card__rooms .ss-plan-card__icon.is-open-c:hover .js-pop-target-7c {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 767px) {
	.ss-plan-card__rooms .ss-plan-card__icon {
		padding-top: 26px;
	}

	.is-open-a .ss-plan-card__rooms .ss-plan-card__icon.is-a,
	.is-open-b .ss-plan-card__rooms .ss-plan-card__icon.is-b,
	.is-open-c .ss-plan-card__rooms .ss-plan-card__icon.is-c {
		padding-top: 16px;
	}
}

.ss-plan-card__rooms .ss-plan-card__icon.is-a::before {
  content: "A";
}

.ss-plan-card__rooms .ss-plan-card__icon.is-b::before {
  content: "B";
}

.ss-plan-card__rooms .ss-plan-card__icon.is-c::before {
  content: "C";
}

.is-open-a .ss-plan-card__rooms .ss-plan-card__icon.is-a::before {
  color: #2255AA;
}

.is-open-b .ss-plan-card__rooms .ss-plan-card__icon.is-b::before {
  color: #2255AA;
}

.is-open-c .ss-plan-card__rooms .ss-plan-card__icon.is-c::before {
  color: #2255AA;
}

.ss-pop-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	display: none;
	z-index: 101;
}

.ss-pop-bg.is-active {
	display: block;
}

.ss-pop {
	opacity: 0;
	visibility: hidden;
	/* display: none; */
	transition: all 0.5s ease 0s;
	position: fixed;
	top: 50%;
	left: 50%;
  transform: translate(-50%, -50%) scale(0);
	/* transform: translate(-50%, -50%); */
	z-index: 102;
	padding: 0 36px;
  /* width: 680px; */
  width: calc(800px + 72px);
  max-width: 100%;
  max-height: calc(100vh - 42px);
}

.ss-pop__card {
  box-shadow: 0 0 36px rgba(0,0,0,0.16);
  background: #fff;
  overflow: auto;
  max-height: inherit;
  padding: 24px;
}

.ss-pop.is-active {
	display: block;
	/* opacity: 1; */
	/* visibility: visible; */
	/* transform: scale(1) translate(-50%, -50%); */
}

@media (max-width: 767px) {
	.ss-pop {
		max-width: 96%;
	}
}

.ss-pop__image {
	text-align: center;
}

.ss-pop__image img {
	width: 520px;
	max-width: 100%;
}

.ss-pop__title {
	font-size: 40px;
	font-weight: 600;
	color: #2255AA;
	text-align: center;
	margin-top: 24px;
}

.ss-pop__dl {
	width: 310px;
	max-width: 100%;
	margin: 24px auto 0;
}

.ss-pop__dl div {
	display: flex;
	align-items: center;
}

.ss-pop__dl div:not(:first-child) {
	margin-top: 12px;
}

.ss-pop__dl dt {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	background-color: #2255AA;
	width: 82px;
	padding: 5px 0;
	border-radius: 4px;
	margin-right: 24px;
}

.ss-pop__dl dd {
	font-size: 20px;
	font-weight: 600;
	width: calc(100% - 82px);
}

.ss-pop__contact {
	text-align: center;
	margin-top: 24px;
}

.ss-pop__close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 32px;
	height: 32px;
	cursor: pointer;
}

.ss-pop__close::before {
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 10%;
  margin: -8% 0 0 -50%;
  background: #2255AA;
}

.ss-pop__close::after {
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 10%;
  margin: -8% 0 0 -50%;
  background: #2255AA;
}

@media (max-width: 767px) {
	.ss-pop {
    max-width: 96%;
    padding-left: 6px;
    padding-right: 6px;
  }

  .ss-pop__title {
    font-size: 22px;
    margin-top: 12px;
  }

  .ss-pop__dl dd {
    font-size: 16px;
  }
}

.ss-roomplan__condition__caution {
	margin-top: 8px;
}

.ss-roomplan__section-title {
	color: #4E4E4E;
}

.ss-roomplan__section-text1 {
	margin-top: 50px;
}

.ss-roomplan__condition__lead {
	margin-bottom: 6px;
	line-height: 1.4;
	font-size: 14px;
}

.ss-pop-button {
	display: inline-block;
	width: 310px;
	max-width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	border: none;
	border-radius: 4px;
	background: #00A0E9;
	transition: 0.3s;
	cursor: pointer;
	letter-spacing: 0.15em;
}

.ss-pop-button:before {
	content: "";
	display: inline-block;
	background: url(../img/icon-mail.svg) no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 6px;
	margin-bottom: 2px;
}

.ss-pop-button:hover {
  background: #2255AA;
}


body {
  padding-top: 210px;
}

.ss-header {
  height: 210px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 0 3px rgba(0,0,0,0.16);
}

@media screen and (max-width: 1025px) {
  body {
    padding-top: 100px;
  }

  .ss-header {
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 80px;
  }

  .ss-header {
    height: 80px;
  }
}

.ss-section__line-box {
  display: flex;
  align-items: center;
}

.ss-section__line-box-left {
  width: 60%;
}

.ss-section__line-box-right {
  width: 40%;
  padding-left: 24px;
}

@media screen and (max-width: 767px) {
  .ss-section__line-box {
    display: block;
  }

  .ss-section__line-box-left {
    width: 100%;
  }

  .ss-section__line-box-right {
    width: 100%;
    padding-left: 0;
    margin-top: 16px;
  }
}
