.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #1E374D;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-feature-settings: "palt";
  font-weight: normal;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 2;
  margin: 0;
}
.wrap {
  margin: auto;
  max-width: 100%;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
img {
  width: 100%;
  vertical-align: bottom;
}
ul {
  list-style: none;
}
a:link,a:visited,a:hover,a:active {
  color: #1E374D;
  text-decoration: none;
}
a img:hover {
  filter: brightness(80%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 0.8333333333333334vw;
  }
}
@media only screen and (max-width: 749px) {
  html {
    font-size: 2.67022696929239vw;
  }
}
.fade {
  opacity: 0;
  transform: translate(0, 4rem);
  transition: all 1000ms;
}
.fade.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.fadein {
  animation: fadein 1000ms forwards;
}
@keyframes fadein {
  0% {opacity: 0;
    transform: translate(0, 4rem);
  }
  100% {opacity: 1;
    transform: ransform: translate(0, 0);
  }
}

/*notes*/
.top-fv{
  background: center center / cover url(../img/0000.png) no-repeat;
}
@media screen and (min-width:1366px){
.top-fv{
  background: center center / cover url(../img/0000_2.png) no-repeat;
}
}
@media screen and (min-width:1600px){
.top-fv{
  background: center center / cover url(../img/0000_3.png) no-repeat;
}
}
header .header__top__wrap {
  width: 100%;
}
header .header__top__wrap .header__top {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: space-between;
  background: rgba(255,255,255,0.17);
  margin: auto;
  padding: 2rem 10% 2rem 4%;
}
header .header__top__wrap .header__top .logo {
  margin-left: 3rem;
  width: 21.2rem;
}
header .header__top__wrap .header__top .lang__wrap {
  text-decoration: underline;
}
.translated-ltr .hamburger {
  /*position: absolute;*/
  position: fixed;
  right: 0;
  top: 7rem;
  right: 1.4rem;
  width: 6.5rem;
  height: 6.5rem;
  background: #24235F;
  border-radius: 3.25rem;
  cursor: pointer;
  display: block;
  z-index: 10;
}
.hamburger {
  /*position: absolute;*/
  position: fixed;
  right: 0;
  top: 1.4rem;
  right: 1.4rem;
  width: 6.5rem;
  height: 6.5rem;
  background: #24235F;
  border-radius: 3.25rem;
  cursor: pointer;
  display: block;
  z-index: 10;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 3rem;
  height: .2rem ;
  left: 1.8rem;
  background : #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 2.4rem;
}
.hamburger span:nth-child(2) {
  top: 3.2rem;
}
.hamburger span:nth-child(3) {
  top: 4.0rem;
}
.hamburger.active {
  outline: .2rem solid #fff;
}
.hamburger.active span:nth-child(1) {
  top: 3.2rem;
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 3.2rem;
  transform: rotate(45deg);
}
.globalMenuSp {
  padding: 0 30px;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  color: #fff;
  transform: translateX(47.5rem);
  /*transform: translateX(41.1rem);*/
  transition: all 0.6s;
  background: #24235F;
  height: 100vh;
  overflow: auto;
  /*width: 41.1rem;*/
  display: flex;
  justify-content: center;
}
.translated-ltr .globalMenuSp{
  padding: 65px 30px;
}
.globalMenuSp.active {
  transform: translateX(0);
}
.globalMenuSp .menu__wrap {
  margin-top: 30%;
}
.globalMenuSp ul li {
  position: relative;
  border-top: .1rem solid #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.6;
  padding: 1em .5em;
  width: 31.5rem;
}
.globalMenuSp ul li:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0003.png) no-repeat;
  width: .7rem;
  height: 1.1rem;
  top: 40%;
  right: 1rem;
}
.globalMenuSp ul:nth-child(3) li:nth-child(1) {
  border-bottom: none;
}
.globalMenuSp ul:nth-child(3) li:nth-child(1):before {
  display: none;
}
.globalMenuSp ul li span {
  display: block;
  font-size: 1.4rem;
}
.globalMenuSp ul li:last-child {
  border-bottom: .1rem solid #fff;
}
.globalMenuSp p {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .1em;
  margin-top: 3em;
}
.globalMenuSp p span {
  font-family: nobel, sans-serif;
  font-size: 3.0rem;
  font-weight: 700;
  letter-spacing: .025em;
  margin-right: .5em;
}
.bg-cover {
  position: fixed;
  width: 0vw;
  height: 0vh;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  z-index: -1;
}
.globalMenuSp.active~.bg-cover {
  width: 100vw;
  height: 100vh;
  opacity: .4;
  z-index: 1;
}
.globalMenuSp ul li a:link,
.globalMenuSp ul li a:visited {
  color: #fff;
  display: block;
}
.acc__wrap .question {
  position: relative;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}
.acc__wrap .question:before {
  position: absolute;
  content: "";
  top: 45%;
  right: 1rem;
  width: 1.6rem;
  height: .2rem;
  transform: rotate(90deg);
  background: #fff;
  transition: all .3s ease-in-out;
}
.acc__wrap .question:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 1rem;
  width: 1.6rem;
  height: .2rem;
  background: #fff;
  transition: all .1s ease-in-out;
}
.acc__wrap .question.open:before {
  background: #fff;
  transform: rotate(180deg);
}
.acc__wrap .question.open:after {
  opacity: 0;
}
.acc__wrap .answer {
  border-top: .1rem dashed #fff;
  margin-bottom: .5em;
  padding: .5rem 1rem;
}
.acc__wrap .answer a:link,
.acc__wrap .answer a:visited {
  position: relative;
  color: #fff;
  display: block;
  padding: 1rem 0 0 2rem;
}
.acc__wrap .answer a:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0004.png) no-repeat;
  width: 1.3rem;
  height: .1rem;
  top: 60%;
  left: 0;
}
header .header__main__wrap {
  position: relative;
  padding: 27rem 0;
}
header .header__main__wrap div {
  margin: auto;
  width: 117rem;
}
header .header__main__wrap h1 {
  width: 44.9rem;
}
header .header__main__wrap .down {
  position: absolute;
  bottom: .8rem;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.4rem;
  animation-duration: .6s;
  animation-timing-function: cubic-bezier(0.62, 0.05, 1, 1);
  animation-name: swing;
  animation-iteration-count: infinite;
  animation-direction: alternate
}
@keyframes swing {
  0% {
    bottom: 1rem;
  }
  100% {
    bottom: 0;
  }
}

/*notes*/
.s01__wrap {
  background: center center / cover url(../img/0100.png) no-repeat;
  padding: 21.2rem 4% 13rem;
}
.s01__wrap .box__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 98rem;
}
.s01__wrap .box__wrap div {
  width: 53.9rem;
}
.s01__wrap .box__wrap div h3 {
  color: #216BF5;
  font-size: 3.1rem;
  font-weight: 900;
  letter-spacing: .05em;
  margin-bottom: 1.5rem;
}
.s01__wrap .box__wrap div p {
  letter-spacing: .05em;
  margin-bottom: 8rem;
}
.btn1 {
  align-items: center;
  display: flex;
  justify-content: center;
  background: #27EBED;
  border-radius: 2.7rem;
  filter: drop-shadow(0 .4rem 0 rgba(0,0,0,0.16));
  height: 5.2rem;
  width: 23.7rem;
}
.btn1 span {
  position: relative;
  color: #020072;
  font-weight: 700;
}
.btn1 span:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/btn1.png) no-repeat;
  width: .7rem;
  height: .9rem;
  top: 40%;
  right: -1.5rem;
}
.s01__wrap .box__wrap img {
  width: 37.8rem;
}

/*notes*/
.s02__wrap {
  padding: 11rem 4% 15rem;
}
h2 {
  color: #216BF5;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 1.6;
  text-align: center;
}
h2 span {
  display: block;
  font-family: nobel, sans-serif;
  font-size: 5.0rem;
  font-weight: 400;
  letter-spacing: .025em;
}
.s02__wrap .box1__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 9rem auto 0;
  width: 98rem;
}
.s02__wrap .box1__wrap div {
  width: 43.6rem;
}
.s02__wrap h3 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .05em;
  margin-bottom: .5rem;
}
.s02__wrap h3 span {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
}
.s02__wrap .box1__wrap div p {
  margin-bottom: 3rem;
}
.s02__wrap .box1__wrap img {
  width: 49rem;
}
.s02__wrap .resident-bnr{
  width: 76.7rem;
  display: block;
  margin: auto;
}
.s02__wrap .bnr {
  display: block;
  margin: 7.6rem auto 10rem;
  /*width: 76.7rem;*/
}
.s02__wrap .box2__wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 98rem;
}
.s02__wrap .box2__wrap div {
  width: 43.6rem;
}
.s02__wrap .box2__wrap img {
  margin-bottom: 2rem;
}
.s02__wrap .box2__wrap p {
  font-size: 1.4rem;
  margin-bottom: 3rem;
}

/*notes*/
.s03__wrap {
  background: center center / cover url(../img/0300.png) no-repeat;
  padding: 6rem 4% 11rem;
}
.s03__wrap h2 {
  color: #fff;
  font-size: 2.0rem;
}
.s03__wrap h2 span {
  font-size: 3.8rem;
  letter-spacing: .05em;
}
.s03__wrap .box__wrap {
  display: flex;
  justify-content: space-between;
  margin: 6rem auto 0;
  width: 77.6rem;
}
.s03__wrap .box__wrap a {
  display: block;
}
.s03__wrap .box__wrap .box1 {
  background: #fff;
  border-radius: 1.1rem;
  box-sizing: border-box;
  font-size: 1.4rem;
  padding: 1.4rem;
  text-align: center;
  width: 37.8rem;
}
.s03__wrap .box__wrap .box1 .t1 {
  background: #216BF5;
  border-radius: 1.3rem;
  color: #fff;
  display: table;
  font-weight: 700;
  margin: auto;
  height: 2.6rem;
  width: 17.4rem;
}
.s03__wrap .box__wrap .box1 div {
  align-items: center;
  display: flex;
  justify-content: center;
}
.s03__wrap .box__wrap .box1 div img {
  margin-right: 1rem;
  width: 4.4rem;
}
.s03__wrap .box__wrap .box1 div p {
  color: #216BF5;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.6;
}
.s03__wrap .box__wrap .box2 {
  align-items: center;
  display: flex;
  justify-content: center;
  background: #fff;
  border-radius: 1.1rem;
  box-sizing: border-box;
  width: 37.8rem;
}
.s03__wrap .box__wrap .box2 div {
  align-items: center;
  display: flex;
  justify-content: center;
  background: #2BE9ED;
  border-radius: 1.1rem;
  font-weight: 700;
  padding: 2rem;
}
.s03__wrap .box__wrap .box2 img {
  margin-right: 1rem;
  width: 4.4rem;
}

/*notes*/
footer {
  background: #fff;
  font-size: 1.0rem;
  padding: 1rem 0;
  text-align: center;
}

/*notes*/
.lower header .header__top__wrap .header__top {
  background: #fff;
}
.laundry header .laundry__main__wrap {
  background: center center / cover url(../img/1000.png) no-repeat;
  padding: 4rem 4%;
}
.stay header .stay__main__wrap {
  background: center center / cover url(../img/2000.png) no-repeat;
  letter-spacing: .1em;
  padding: 4rem 4%;
}
.language header .language__main__wrap {
  background: center center / cover url(../img/3000.png) no-repeat;
  letter-spacing: .1em;
  padding: 4rem 4%;
}
.lower header .laundry__main__wrap h1,
.lower header .stay__main__wrap h1,
.lower header .language__main__wrap h1 {
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  width: 100%;
}

/*notes*/
.s11__wrap {
  background: #FFF4E2;
  padding: 8rem 4% 10rem;
}
.s11__wrap h2 {
  margin: auto;
  width: 44.1rem;
}
.s11__wrap .t1 {
  font-size: 1.6rem;
  margin: 5rem 0 7rem;
  text-align: center;
}
.s11__wrap ul {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 98rem;
}
.s11__wrap ul li {
  position: relative;
  background: center center / cover url(../img/1102.png) no-repeat;
  height: 15.6rem;
  width: 23.5rem;
}
.s11__wrap ul li:nth-child(2) {
  background: center center / cover url(../img/1103.png) no-repeat;
}
.s11__wrap ul li:nth-child(3) {
  background: center center / cover url(../img/1104.png) no-repeat;
}
.s11__wrap ul li:nth-child(4) {
  background: center center / cover url(../img/1105.png) no-repeat;
}
.s11__wrap ul li span {
  position: absolute;
  bottom: .5rem;
  left: .5rem;
  color: #fff;
  line-height: 1.4;
}

/*notes*/
.s12__wrap {
  padding: 12rem 4% 14rem;
}
.s12__wrap .box__wrap {
  border: 4px solid #E62D8B;
  margin: auto;
  padding: 6rem 0;
  width: 98rem;
}
.s12__wrap h2 {
  position: relative;
  color: #E62D8B;
}
.s12__wrap h2:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/1201.png) no-repeat;
  width: 53.1rem;
  height: 20.3rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s12__wrap font {
  width: 190px;
  display: block;
  text-align: center;
  margin: auto;
}
.s12__wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  width: 78.5rem;
}
.s12__wrap ul li {
  margin-top: 4rem;
  text-align: center;
  width: 22.8rem;
}
.s12__wrap ul li img {
  margin-bottom: 1.5rem;
  width: 15.4rem;
}
.s12__wrap ul li p {
  color: #525252;
  font-size: 1.4rem;
  line-height: 1.6;
}

/*notes*/
.s13__wrap {
  background: #FFF4E2;
  padding: 9rem 4% 14rem;
}
.s13__wrap h2 {
  color: #E62D8B;
}
.s13__wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  padding: 3.5rem 0 0;
  width: 98rem;
}
.s13__wrap ul li {
  background: #fff;
  margin-top: 5rem;
  width: 47.5rem;
}
.s13__wrap ul li div {
  padding: 2rem 2rem 2.5rem;
}
.s13__wrap ul li div h3 {
  color: #404040;
  font-size: 2.0rem;
}
.s13__wrap ul li div p {
  color: #525252;
  font-size: 1.5rem;
}
.s13__wrap ul li div p a {
  text-decoration: underline;
}

/*notes*/
.s14__wrap {
  padding: 10rem 4% 11rem;
}
.s14__wrap .box__wrap {
  /*background: center center / cover url(../img/1401.png) no-repeat;*/
  border: .2rem solid #08C755;
  margin: auto;
  display: flex;
  text-align: center;
  align-items: stretch;
  justify-content: space-between;
  height: auto;
  width: 98rem;
}
.s14__wrap .box__wrap:before{
  content:'';
  background: right center / cover url(../img/line_back-left.png) no-repeat;
  display:inline-block;
  width:129px;
  z-index: -1;
}
.translated-ltr .s14__wrap .box__wrap:before{
  width:192px;
}


.s14__wrap .box__wrap:after{
  content:'';
  background: left center / cover url(../img/line_back-right.png) no-repeat;
  display:inline-block;
  width:137px;
  z-index: -1;
}
.translated-ltr .s14__wrap .box__wrap:after{
  width:190px;
}
.s14__wrap .box__wrap h3 {
  color: #08C755;
  font-size: 3.3rem;
  line-height: 1.6;
  margin: 4rem 0 5rem;
  text-align: center;
}
.translated-ltr .s14__wrap .box__wrap h3 {
  font-size: 2.7rem;
}
.s14__wrap .box__wrap h3 span {
  color: #D91678;
  display: block;
  font-size: 2.4rem;
}
.s14__wrap .box__wrap .item__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px;
  width: 65rem;
}
.s14__wrap .box__wrap .item__wrap div:nth-child(1) {
  border: 3px solid #08C755;
  border-radius: .9rem;
  padding-bottom: 1.5rem;
  width: 35.5rem;
}
.s14__wrap .box__wrap .item__wrap div:nth-child(1) p {
  background: #fff;
  color: #08C755;
  display: table;
  font-weight: 700;
  letter-spacing: .05em;
  margin: -2rem auto 1rem;
  padding: 0 2rem;
  text-align: center;
}
.s14__wrap .box__wrap .item__wrap div:nth-child(1) ul {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  width: 30rem;
}
.s14__wrap .box__wrap .item__wrap div:nth-child(1) ul li {
  align-items: center;
  display: flex;
  justify-content: center;
  background: #8ACB3E;
  border-radius: .5rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  margin: .5rem .4rem;
  padding:5px 0;
  line-height: 16px;
  /*height: 3.8rem;*/
  width: 14.2rem;
}
.s14__wrap .box__wrap .item__wrap div:nth-child(2) {
  width: 25.6rem;
}
.s14__wrap .box__wrap .item__wrap div:nth-child(2) .qr {
  display: block;
  margin: 0 auto 1rem;
  width: 13.8rem;
}
.btn3 {
  align-items: center;
  display: flex;
  justify-content: center;
  background: #08C755;
  border-radius: 2.7rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .05em;
  height: 5.3rem;
  width: 25.6rem;
}
a.btn3:link,a.btn3:visited {
  color: #fff;
}

/*notes*/
.s15__wrap {
  background: center center / cover url(../img/1500.png) no-repeat;
  padding: 6rem 4% 11rem;
}
.s15__wrap h2 {
  color: #fff;
  font-size: 2.0rem;
}
.s15__wrap h2 span {
  font-size: 3.8rem;
  letter-spacing: .05em;
}
.s15__wrap a {
  display: block;
  margin: 6rem auto 0;
  width: 37.8rem;
}
.s15__wrap .box__wrap {
  background: #fff;
  border-radius: 1.1rem;
  box-sizing: border-box;
  font-size: 1.4rem;
  padding: 1.4rem;
  text-align: center;
}
.s15__wrap .box__wrap .t1 {
  background: #CE3712;
  border-radius: 1.3rem;
  color: #fff;
  display: table;
  font-weight: 700;
  margin: auto;
  height: 2.6rem;
  width: 20.1rem;
}
.s15__wrap .box__wrap div {
  align-items: center;
  display: flex;
  justify-content: center;
}
.s15__wrap .box__wrap div img {
  margin-right: 1rem;
  width: 4.4rem;
}
.s15__wrap .box__wrap div p {
  color: #4B4B4B;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.6;
}

/*notes*/
.s21__wrap {
  background: bottom center / cover url(../img/2100.png) no-repeat;
  padding: 9rem 4% 12rem;
}
.s21__wrap .logo {
  display: block;
  margin: 0 auto 2rem;
  width: 11rem;
}
.s21__wrap h3 {
  font-size: 2.0rem;
  font-weight: 400;
  letter-spacing: .05em;
  text-align: center;
}
.s21__wrap .box__wrap {
  border-top: .1rem solid #1E374D;
  border-bottom: .1rem solid #1E374D;
  box-sizing: border-box;
  display: table;
  margin: 3rem auto 4rem;
  padding: 1rem 2rem;
}
.s21__wrap .t1 {
  letter-spacing: .05em;
  line-height: 2.8em;
  text-align: center;
}

/*notes*/
.s22__wrap {
  padding: 12rem 4% 30rem;
}
.s22__wrap h2 {
  color: #4B4B4B;
  margin-bottom: 8rem;
}
.s22__wrap h2 span {
  letter-spacing: .05em;
}
.s22__wrap .box__wrap {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 18rem auto 0;
  width: 98rem;
}
.s22__wrap .box__wrap:nth-child(odd) {
  flex-direction: row-reverse;
}
.s22__wrap .box__wrap .box1 {
  width: 49rem;
}
.slider1,
.slider2,
.slider3,
.slider4,
.slider5 {
  margin-bottom: 1rem;
}
.thumb1__wrap .slick-track,
.thumb2__wrap .slick-track,
.thumb3__wrap .slick-track,
.thumb4__wrap .slick-track,
.thumb5__wrap .slick-track {
  transform: unset !important;
}
.thumb1__wrap .thumb,
.thumb2__wrap .thumb,
.thumb3__wrap .thumb,
.thumb4__wrap .thumb,
.thumb5__wrap .thumb {
  position: relative;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity .3s linear;
  width: 20% !important;
}
.thumb1__wrap .thumb:after,
.thumb2__wrap .thumb:after,
.thumb3__wrap .thumb:after,
.thumb4__wrap .thumb:after,
.thumb5__wrap .thumb:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: .5rem solid #fff;
  box-sizing: border-box;
}
.thumb1__wrap .thumb:nth-child(5n+1):after,
.thumb2__wrap .thumb:nth-child(5n+1):after,
.thumb3__wrap .thumb:nth-child(5n+1):after,
.thumb4__wrap .thumb:nth-child(5n+1):after,
.thumb5__wrap .thumb:nth-child(5n+1):after {
  border-left: none;
}
.thumb1__wrap .slick-current,
.thumb2__wrap .slick-current,
.thumb3__wrap .slick-current,
.thumb4__wrap .slick-current,
.thumb5__wrap .slick-current {
  opacity: 1;
}
.prev-arrow {
  position: absolute;
  top: 50%;
  left: 1rem;
  cursor: pointer;
  transform: translate(0,-50%);
  width: 1.5rem;
  z-index: 1;
}
.next-arrow {
  position: absolute;
  top: 50%;
  right: 1rem;
  cursor: pointer;
  transform: translate(0,-50%);
  width: 1.5rem;
  z-index: 1;
}
.box2 {
  width: 39.6rem;
}
.box2 h3 {
  font-size: 2.8rem;
  line-height: 1.6;
  margin-top: 3rem;
}
.box2 .t1 {
  position: relative;
  color: #848484;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.box2 .t1:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/2206.png) no-repeat;
  width: 1rem;
  height: 1.5rem;
  top: 30%;
  left: 0;
}
.box2 .t2 {
  color: #212121;
  font-feature-settings: normal;
  font-size: 1.6rem;
  margin-bottom: 4rem;
}
.btn2 {
  align-items: center;
  display: flex;
  justify-content: center;
  background: #525252;
  border-radius: 2.9rem;
  font-size: 1.8rem;
  height: 5.8rem;
  width: 29.4rem;
}
.btn2 span {
  position: relative;
  color: #fff;
  font-weight: 500;
}
.btn2 span:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/btn2.png) no-repeat;
  width: 1.3rem;
  height: 1.3rem;
  top: 35%;
  right: -2.5rem;
}

/*notes*/
.s31__wrap {
  padding: 11rem 4% 13rem;
}
.s31__wrap div {
  background: #F5F5F5;
  margin: auto;
  padding: 8rem 0 10rem;
  text-align: center;
  width: 98rem;
}
.s31__wrap div h2 {
  color: #4B4B4B;
}
.s31__wrap div ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 3em auto;
  width: 48rem;
}
.s31__wrap div ul li {
  margin: .5em 2em;
}
.s31__wrap div ul li a:link,
.s31__wrap div ul li a:visited {
  color: #216BF5;
  text-decoration: underline;
}

.news__wrap {
  padding: 5rem 4% 10rem;
  background: #e2ecff;
}
.news__wrap .box__wrap {
  margin: auto;
  width: 98rem;
}
.news__wrap #info-list {
  width: 750px;
  margin: 5rem auto;
}
.news__wrap #info-list li {
  margin-bottom: 15px;
  padding: 15px 20px;
  border-bottom: #c1c1c1 1px solid;
}
.news__wrap #info-list .date {
  font-size: 14px;
}
.news__wrap #info-list .category {
  display: inline-block;
  background: #216BF5;
  color: #fff;
  line-height: 1;
  font-size: 12px;
  padding: 5px 7px;
  margin-left: 10px;
}
.news__wrap #info-list .info_ttl {
  display:block;
  margin-top: 5px;
}
.news__wrap .btn1 {
  margin: auto;
}




@media screen and (max-width:749px){
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
/*notes*/
header .header__top__wrap {
  background: #fff;
}
header .header__top__wrap .header__top {
  padding: 1.6rem 19% 1.6rem 4%;
}
header .header__top__wrap .header__top .logo {
  margin-left: 0;
  width: 17.1rem;
}
header .header__top__wrap .header__top .lang__wrap {
  font-size: 1.4rem;
}
.translated-ltr .hamburger {
  top: 6.5rem;
  right: 1.0rem;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 2.4rem;
}
.hamburger {
  top: 1.1rem;
  right: 1.0rem;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 2.4rem;
}
.hamburger span {
  width: 2.3rem;
  left: 1.3rem;
}
.hamburger span:nth-child(1) {
  top: 1.4rem;
}
.hamburger span:nth-child(2) {
  top: 2.2rem;
}
.hamburger span:nth-child(3) {
  top: 3.0rem;
}
.hamburger.active span:nth-child(1) {
  top: 2.2rem;
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 2.2rem;
}
.globalMenuSp {
  width: 100%;
  padding: 0;
}
.translated-ltr .globalMenuSp{
  padding: 65px 0;
}
.globalMenuSp .menu__wrap {
  margin-top: 25%;
}
.globalMenuSp ul:last-child {
  padding-bottom: 35%;
}
header .header__main__wrap {
  background: center center / cover url(../img/0000_sp.png) no-repeat;
  padding: 27rem 4% 12rem;
}
header .header__main__wrap div {
  width: 100%;
}
header .header__main__wrap h1 {
  width: 26.2rem;
}
header .header__main__wrap .down {
  width: 4.6rem;
}
.lower header .laundry__main__wrap h1,
.lower header .stay__main__wrap h1,
.lower header .language__main__wrap h1 {
  font-size: 2.2rem;
}

/*notes*/
.s01__wrap {
  background: center center / cover url(../img/0100_sp.png) no-repeat;
  padding: 7.8rem 8% 5.7rem;
}
.s01__wrap .box__wrap {
  display: block;
  width: 100%;
}
.s01__wrap .box__wrap div {
  width: 100%;
}
.s01__wrap .box__wrap div h3 {
  font-size: 2.6rem;
  line-height: 1.3;
  text-align: center;
}
.s01__wrap .box__wrap div p {
  font-size: 1.6rem;
  margin-bottom: 4rem;
}
.btn1 {
  margin: auto;
}
.s01__wrap .box__wrap img {
  margin: 0 auto 5rem;
  width: 80%;
  /*width: 100%;*/
}

/*notes*/
.s02__wrap {
  padding: 4.8rem 0 8rem;
}
h2 span {
  font-size: 3.4rem;
}
.s02__wrap .box1__wrap {
  display: block;
  margin: 4rem auto 0;
  width: 100%;
}
.s02__wrap .box1__wrap div {
  width: 100%;
}
.s02__wrap h3 {
  font-size: 2.2rem;
  margin-top: 1.5em;
  padding: 0 8%;
  line-height: 30px;
}
.s02__wrap .box1__wrap div p {
  padding: 0 8%;
}
.s02__wrap .box1__wrap img {
  width: 100%;
}
.s02__wrap .resident-bnr{
  width: 84%;
  display: block;
  margin: auto;
}
.s02__wrap .bnr {
  margin: 5rem auto 0;
  /*width: 84%;*/
}
.s02__wrap .box2__wrap {
  display: block;
  width: 100%;
}
.s02__wrap .box2__wrap div {
  width: 100%;
}
.s02__wrap .box2__wrap img {
  margin-bottom: 0;
  margin-top: 8rem;
}
.s02__wrap .box2__wrap p {
  padding: 0 8%;
}

/*notes*/
.s03__wrap {
  background: center center / cover url(../img/0300_sp.png) no-repeat;
  padding: 6rem 8%;
}
.s03__wrap h2 {
  font-size: 1.6rem;
}
.s03__wrap h2 span {
  font-size: 3.0rem;
}
.s03__wrap .box__wrap {
  display: block;
  margin: 4rem auto 0;
  width: 100%;
}
.s03__wrap .box__wrap .box1 {
  width: 100%;
}
.s03__wrap .box__wrap .box1 div img {
  margin-right: .5rem;
  width: 3.8rem;
}
.s03__wrap .box__wrap .box1 div p {
  font-size: 3.4rem;
}
.s03__wrap .box__wrap .box2 {
  margin-top: 2rem;
  padding: 2.5rem 0;
  width: 100%;
}
.s03__wrap .box__wrap .box2 img {
  margin-right: 1rem;
  width: 3.8rem;
}

/*notes*/
footer {
  padding: .5rem 0;
}

/*notes*/
.laundry header .header__main__wrap {
  background: center center / cover url(../img/1000_sp.png) no-repeat;
  padding: 3rem 4%;
}
.stay header .header__main__wrap {
  background: center center / cover url(../img/2000_sp.png) no-repeat;
  letter-spacing: .1em;
  padding: 3rem 4%;
}
.language header .header__main__wrap {
  background: center center / cover url(../img/3000_sp.png) no-repeat;
  letter-spacing: .1em;
  padding: 3rem 4%;
}
.lower header .header__main__wrap h1 {
  font-size: 2.0rem;
}

/*notes*/
.s11__wrap {
  padding: 5rem 8% 8rem;
}
.s11__wrap h2 {
  width: 100%;
}
.s11__wrap .t1 {
  margin: 4rem 0;
  text-align: left;
}
.s11__wrap ul {
  flex-wrap: wrap;
  width: 100%;
}
.s11__wrap ul li {
  height: 10.2rem;
  width: 15.4rem;
}
.s11__wrap ul li:nth-child(3) {
  margin-top: 1rem;
}
.s11__wrap ul li:nth-child(4) {
  margin-top: 1rem;
}
.s11__wrap ul li span {
  font-size: 1.2rem;
}

/*notes*/
.s12__wrap {
  padding: 8rem 8% 7rem;
}
.s12__wrap .box__wrap {
  border: none;
  margin: auto;
  padding: 0;
  width: 100%;
}
.s12__wrap h2:before {
  width: 26rem;
  top: 22%;
}
.s12__wrap ul {
  flex-wrap: wrap;
  width: 100%;
}
.s12__wrap ul li {
  text-align: left;
  width: 45%;
}
.s12__wrap ul li img {
  display: block;
  margin: 0 auto 1.5rem;
  width: 12rem;
}
.translated-ltr .s12__wrap font {
  width:auto;
  display: block;
  text-align: center;
  margin: auto;
}

/*notes*/
.s13__wrap {
  padding: 5rem 8% 8rem;
}
.s13__wrap h2 span {
  line-height: 1.2;
  margin-bottom: .25em;
}
.s13__wrap ul {
  display: block;
  padding: 0;
  width: 100%;
}
.s13__wrap ul li {
  margin-top: 4rem;
  width: 100%;
}
.s13__wrap ul li div {
  padding: 1.5rem 1.5rem 2rem;
}
.s13__wrap ul li div h3 {
  font-size: 1.6rem;
}
.s13__wrap ul li div p {
  font-size: 1.4rem;
  line-height: 1.6;
}

/*notes*/
.s14__wrap {
  padding: 5rem 8% 8rem;
}
.s14__wrap .box__wrap {
  /*background: center center / cover url(../img/1401_sp.png) no-repeat;*/
  border: .2rem solid #08C755;
  display: block;
  height: auto;
  width: 100%;
}
.s14__wrap .box__wrap:before{
  content:'';
  background: center center / cover url(../img/line_back-top.png) no-repeat;
  display:block;
  height:8rem;
  width: 100%;
}
.translated-ltr .s14__wrap .box__wrap:before {
  width: 100%;
}
.s14__wrap .box__wrap:after{
  content:'';
  background: center center / cover url(../img/line_back-bottom.png) no-repeat;
  display:block;
  height: 8rem;
  width: 100%;
}
.translated-ltr .s14__wrap .box__wrap:after {
  width: 100%;
}
.s14__wrap .box__wrap h3 {
  font-size: 2.4rem;
  margin: -3rem 0 2.5rem;
}
.s14__wrap .box__wrap h3 span {
  font-size: 1.7rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.s14__wrap .box__wrap .item__wrap {
  display: block;
  width: 86%;
  margin: 0 auto;
}
.s14__wrap .box__wrap .item__wrap div:nth-child(1) {
  position: relative;
  padding-bottom: 2rem;
  width: 100%;
}
.s14__wrap .box__wrap .item__wrap div:nth-child(1):before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/1403.png) no-repeat;
  width: 12rem;
  height: 7rem;
  bottom: 0;
  right: 0;
}
.s14__wrap .box__wrap .item__wrap div:nth-child(1) p {
  font-size: 1.4rem;
  margin: -1.5rem auto 1rem;
}
.s14__wrap .box__wrap .item__wrap div:nth-child(1) ul {
  margin: auto;
  width: 91%;
}
.s14__wrap .box__wrap .item__wrap div:nth-child(1) ul li {
  font-size: 1.2rem;
  height: 3.4rem;
  width: 11.4rem;
}
.s14__wrap .box__wrap .item__wrap div:nth-child(2) {
  width: 100%;
}
.btn3 {
  border-radius: 2.75rem;
  margin: 3rem auto 0;
  height: 5.5rem;
  width: 22.8rem;
}

/*notes*/
.s15__wrap {
  background: center center / cover url(../img/1500_sp.png) no-repeat;
  padding: 6rem 8% 10rem;
}
.s15__wrap h2 {
  font-size: 1.6rem;
}
.s15__wrap h2 span {
  font-size: 3.0rem;
}
.s15__wrap a {
  display: block;
  margin: 6rem auto 0;
  width: 100%;
}
.s15__wrap .box__wrap {
  margin: 3.8rem auto 0;
  width: 100%;
}
.s15__wrap .box__wrap div img {
  margin-right: .5rem;
  width: 3.8rem;
}
.s15__wrap .box__wrap div p {
  font-size: 3.4rem;
}

/*notes*/
.s21__wrap {
  padding: 5rem 8% 9rem;
}
.s21__wrap .logo {
  margin: 0 auto 3rem;
  width: 9.6rem;
}
.s21__wrap h3 {
  line-height: 1.6;
}
.s21__wrap .box__wrap {
  line-height: 1.4;
  margin: 3rem auto;
  padding: 2rem 1rem;
}
.s21__wrap .box__wrap p:nth-child(2) {
  margin-top: 1em;
}
.s21__wrap .t1 {
  font-size: 1.5rem;
  line-height: 1.8em;
  text-align: left;
}

/*notes*/
.s22__wrap {
  padding: 7rem 0 15rem;
}
.s22__wrap h2 {
  margin-bottom: 4rem;
}
.s22__wrap h2 span {
  letter-spacing: .05em;
}
.s22__wrap .box__wrap {
  display: block;
  margin: 10rem auto 0;
  width: 100%;
}
.s22__wrap .box__wrap .box1 {
  width: 100%;
}
.slider1,
.slider2,
.slider3,
.slider4,
.slider5 {
  margin-bottom: 1rem;
}
.thumb1__wrap,
.thumb2__wrap,
.thumb3__wrap,
.thumb4__wrap,
.thumb5__wrap {
  margin: auto;
  width: 84%;
}
.prev-arrow {
  left: 2rem;
  width: 1.2rem;
}
.next-arrow {
  right: 2rem;
  width: 1.2rem;
}
.box2 {
  margin: auto;
  width: 84%;
}
.box2 h3 {
  font-size: 2.3rem;
}
.btn2 {
  border-radius: 2.8rem;
  font-size: 1.5rem;
  margin: auto;
  height: 5.6rem;
  width: 26.2rem;
}
.box2 .t2 {
  font-size: 1.4rem;
}
.btn2 span {
  position: relative;
  color: #fff;
  font-weight: 500;
}
.btn2 span:before {
  top: 30%;
}

/*notes*/
.s31__wrap {
  padding: 0;
}
.s31__wrap div {
  box-sizing: border-box;
  padding: 6rem 8%;
  text-align: left;
  width: 100%;
}
.s31__wrap div ul {
  justify-content: flex-start;
  margin: 2em auto;
  width: 70%;
}
.s31__wrap div ul li {
  margin: 1em 0;
  width: 50%;
  text-align: center;
}
.s31__wrap div p {
  font-size: 1.4rem;
}

.news__wrap {
  padding: 4.8rem 0 6rem;
}
.news__wrap .box__wrap {
  width: 100%;
}
.news__wrap #info-list {
  width: 84%;
  margin: 3rem 8% 5rem;
}
.news__wrap #info-list li {
  margin-bottom: 0;
  padding: 10px 0 20px;
}
.news__wrap #info-list .date {
  font-size: 12px;
}
.news__wrap #info-list .category {
  font-size: 10px;
  padding: 5px 7px;
  margin-left: 10px;
}
.news__wrap #info-list .info_ttl {
  margin-top: 5px;
  font-size: 14px;
}
}