@charset "UTF-8";
/* media query */
.testText {
  padding: 50px;
}
.testText .textXL {
  font-size: 4rem;
  line-height: 130%;
}
@media screen and (max-width: 960px) {
  .testText .textXL {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 668px) {
  .testText .textXL {
    font-size: 3rem;
  }
}
.testText .textXL span {
  font-size: 4rem;
  line-height: 130%;
}
@media screen and (max-width: 960px) {
  .testText .textXL span {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 668px) {
  .testText .textXL span {
    font-size: 3rem;
  }
}
.testText .textL {
  font-size: 3.5rem;
  line-height: 130%;
}
@media screen and (max-width: 960px) {
  .testText .textL {
    font-size: 3rem;
  }
}
@media screen and (max-width: 668px) {
  .testText .textL {
    font-size: 2.5rem;
  }
}
.testText .textL span {
  font-size: 3.5rem;
  line-height: 130%;
}
@media screen and (max-width: 960px) {
  .testText .textL span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 668px) {
  .testText .textL span {
    font-size: 2.5rem;
  }
}
.testText .textM {
  font-size: 2.5rem;
  line-height: 130%;
}
@media screen and (max-width: 960px) {
  .testText .textM {
    font-size: 2rem;
  }
}
.testText .textM span {
  font-size: 2.5rem;
  line-height: 130%;
}
@media screen and (max-width: 960px) {
  .testText .textM span {
    font-size: 2rem;
  }
}
.testText .textH {
  font-size: 1.62rem;
}
.testText .min {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.topApp {
  display: none;
}
@media screen and (max-width: 960px) {
  .topApp {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    display: block;
    background-color: #fff;
  }
  .topApp > div > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #c9caca;
    margin: 0 10px;
    border-radius: 0 0 10px 10px;
    padding: 10px 20px 0;
  }
}
@media screen and (max-width: 960px) and (max-width: 668px) {
  .topApp > div > a {
    padding: 5px 10px 0;
  }
}
@media screen and (max-width: 960px) {
  .topApp > div > a > p {
    width: 100px;
  }
}
@media screen and (max-width: 960px) and (max-width: 668px) {
  .topApp > div > a > p {
    width: 70px;
  }
}
@media screen and (max-width: 960px) {
  .topApp > div > a > div {
    width: calc(100% - 120px);
    text-align: center;
  }
}
@media screen and (max-width: 960px) and (max-width: 668px) {
  .topApp > div > a > div {
    width: calc(100% - 80px);
    text-align: left;
  }
}
@media screen and (max-width: 960px) {
  .topApp > div > a > div * {
    line-height: 130%;
  }
  .topApp > div > a > div > h5 {
    font-size: 1.9rem;
    font-weight: 900;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 960px) and (max-width: 668px) {
  .topApp > div > a > div > h5 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 960px) {
  .topApp > div > a > div > p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 960px) and (max-width: 668px) {
  .topApp > div > a > div > p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 960px) {
  .topApp > div .appClose {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #000;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  .topApp > div .appClose span {
    display: block;
    color: #fff;
  }
}

.mainimg {
  border-bottom: 1px solid #055f8c;
  position: relative;
}
.mainimg .topSlide li.photo {
  width: 100%;
  height: calc(100vh - 120px);
  min-height: 700px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 1280px) and (max-height: 720px) and (orientation: landscape) {
  .mainimg .topSlide li.photo {
    height: 700px;
  }
}
@media screen and (max-width: z150) {
  .mainimg .topSlide li.photo {
    height: 700px;
  }
}
.mainimg .topSlide li.s01 {
  background-image: url(../images/mainimg01.jpg);
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainimg .topSlide li.s01 {
    background-image: url(../images/mainimg01sp.jpg);
  }
}
.mainimg .topSlide li.s01 > div {
  top: 6.3%;
  left: 8%;
}
@media screen and (max-width: 960px) {
  .mainimg .topSlide li.s01 > div {
    top: 40px;
    left: 20px;
  }
}
.mainimg .topSlide li.s02 {
  background-image: url(../images/mainimg02.jpg);
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainimg .topSlide li.s02 {
    background-image: url(../images/mainimg02sp.jpg);
  }
}
.mainimg .topSlide li.s02 > div {
  top: 6.3%;
  left: 8%;
}
@media screen and (max-width: 960px) {
  .mainimg .topSlide li.s02 > div {
    top: 40px;
    left: 20px;
  }
}
.mainimg .topSlide li.s03 {
  background-image: url(../images/mainimg04.jpg);
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainimg .topSlide li.s03 {
    background-image: url(../images/mainimg04sp.jpg);
  }
}
.mainimg .topSlide li.s03 > div {
  top: 6.3%;
  left: 8%;
}
@media screen and (max-width: 960px) {
  .mainimg .topSlide li.s03 > div {
    top: 40px;
    left: 20px;
  }
}
.mainimg .topSlide li.s04 {
  background-image: url(../images/mainimg03.jpg);
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainimg .topSlide li.s04 {
    background-image: url(../images/mainimg03sp.jpg);
  }
}
.mainimg .topSlide li.s04 > div {
  top: 6.3%;
  left: 8%;
}
@media screen and (max-width: 960px) {
  .mainimg .topSlide li.s04 > div {
    top: 40px;
    left: 20px;
  }
}
.mainimg .topSlide li.s05 {
  background-image: url(../images/mainimg05.jpg);
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainimg .topSlide li.s05 {
    background-image: url(../images/mainimg05sp.jpg);
  }
}
.mainimg .topSlide li.s05 > div {
  top: 6.3%;
  left: 8%;
}
@media screen and (max-width: 960px) {
  .mainimg .topSlide li.s05 > div {
    top: 40px;
    left: 20px;
  }
}
.mainimg .topSlide li > div {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 10px 0px rgba(0, 65, 99, 0.5);
  width: 25%;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  position: absolute;
  border-radius: 30px;
  padding: 2.6% 5px 1.6%;
}
@media all and (max-width: 1200px) {
  .mainimg .topSlide li > div {
    width: 30%;
    border-radius: 15px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainimg .topSlide li > div {
    width: 48%;
    border-radius: 10px;
  }
}
.mainimg .topSlide li > div * {
  text-align: center;
}
.mainimg .topSlide li > div > h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.0833333333vw;
  margin-bottom: 20px;
  letter-spacing: 2px;
  line-height: 120%;
  color: #055f8c;
}
@media all and (max-width: 1200px) {
  .mainimg .topSlide li > div > h3 {
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 960px) {
  .mainimg .topSlide li > div > h3 {
    font-size: 2rem;
  }
}
.mainimg .topSlide li > div > p {
  border-top: 1px solid #4D4D4D;
  padding-top: 20px;
  font-family: "UD新ゴ R", sans-serif;
  line-height: 120%;
  font-size: 1.25vw;
  letter-spacing: 2px;
}
@media all and (max-width: 1200px) {
  .mainimg .topSlide li > div > p {
    padding-top: 10px;
    letter-spacing: 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 960px) {
  .mainimg .topSlide li > div > p {
    font-size: 1.5rem;
  }
}
.mainimg .topSlide li > div > span.bestrate {
  display: block;
  margin: 20px 0 0;
  max-width: 300px;
}
.mainimg .topSlide li > div > span.bestrate a {
  display: block;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainimg .topSlide li > div > span.bestrate a {
    padding: 5px;
  }
}
.mainimg .topSlide li > p.notes {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 130%;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 960px) {
  .mainimg .topSlide li > p.notes {
    bottom: 55px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainimg .topSlide li > p.notes {
    font-size: 1.3rem;
  }
}
.mainimg .slick-slide {
  margin: 0;
}

.copyArea {
  text-align: center;
  min-height: 680px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media all and (max-width: 1200px) {
  .copyArea {
    min-height: auto;
    padding: 50px 30px;
  }
}
@media screen and (max-width: 668px) {
  .copyArea {
    padding: 50px 20px 20px;
  }
}
.copyArea * {
  letter-spacing: 3px;
}
@media screen and (max-width: 668px) {
  .copyArea * {
    letter-spacing: 0;
  }
}
.copyArea > h2 {
  font-size: 4rem;
  line-height: 130%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .copyArea > h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 668px) {
  .copyArea > h2 {
    font-size: 3rem;
  }
}
.copyArea > p.sub {
  font-size: 2.5rem;
  line-height: 130%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .copyArea > p.sub {
    font-size: 2rem;
  }
}
.copyArea > p.wave {
  width: 450px;
  margin: 30px auto 50px;
}
@media screen and (max-width: 960px) {
  .copyArea > p.wave {
    width: 370px;
    margin: 10px auto 20px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .copyArea > p.wave {
    width: 100%;
  }
}
.copyArea > div p {
  line-height: 220%;
}
@media all and (max-width: 1200px) {
  .copyArea ul.photo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .copyArea ul.photo {
    margin-top: 20px;
  }
}
.copyArea ul.photo li {
  position: absolute;
}
.copyArea ul.photo li img {
  border-radius: 8px;
}
@media all and (max-width: 1200px) {
  .copyArea ul.photo li {
    position: static;
    width: calc(16.6666666667% - 10px) !important;
  }
}
@media screen and (max-width: 800px) {
  .copyArea ul.photo li {
    width: calc(33.3333333333% - 10px) !important;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .copyArea ul.photo li {
    width: calc(50% - 5px) !important;
  }
}
.copyArea ul.photo li:nth-child(1) {
  width: 11.6%;
  top: 10%;
  left: 3%;
}
.copyArea ul.photo li:nth-child(2) {
  width: 12.3%;
  top: 10%;
  right: 17%;
}
@media screen and (max-width: 1500px) {
  .copyArea ul.photo li:nth-child(2) {
    right: 10%;
  }
}
.copyArea ul.photo li:nth-child(3) {
  width: 11.8%;
  bottom: 10%;
  right: 16%;
}
@media screen and (max-width: 1500px) {
  .copyArea ul.photo li:nth-child(3) {
    right: 10%;
  }
}
.copyArea ul.photo li:nth-child(4) {
  width: 11%;
  top: 33%;
  right: 3%;
}
@media screen and (max-width: 1500px) {
  .copyArea ul.photo li:nth-child(4) {
    top: 39%;
  }
}
.copyArea ul.photo li:nth-child(5) {
  width: 12.2%;
  top: 40%;
  left: 16%;
}
@media screen and (max-width: 1500px) {
  .copyArea ul.photo li:nth-child(5) {
    left: 10%;
  }
}
.copyArea ul.photo li:nth-child(6) {
  width: 10.2%;
  bottom: 10%;
  left: 3%;
}

.bestrateArea {
  background-color: #f2f2f2;
  text-align: center;
  padding: 70px 30px;
}
@media screen and (max-width: 668px) {
  .bestrateArea {
    padding: 40px 20px;
  }
}
.bestrateArea > div.title section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.bestrateArea > div.title section > p {
  display: block;
  width: 90px;
  margin-right: 10px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .bestrateArea > div.title section > p {
    width: 80px;
    margin-right: 5px;
  }
}
.bestrateArea > div.title section > h2 {
  font-size: 3.5rem;
  line-height: 130%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .bestrateArea > div.title section > h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 668px) {
  .bestrateArea > div.title section > h2 {
    font-size: 2.5rem;
  }
}
.bestrateArea > div.title section > h2 small {
  font-size: 2.5rem;
  line-height: 130%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 960px) {
  .bestrateArea > div.title section > h2 small {
    font-size: 2rem;
  }
}
.bestrateArea > div.title::after {
  content: "";
  display: block;
  max-width: 300px;
  height: 5px;
  margin: 20px auto;
  background: linear-gradient(90deg, #055f8c 0%, #055f8c 50%, #fff 50%, #fff 100%);
}
@media screen and (max-width: 960px) {
  .bestrateArea > div.title::after {
    max-width: 60%;
  }
}
.bestrateArea > p.text {
  margin-bottom: 40px;
  line-height: 200%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .bestrateArea > p.text {
    text-align: left;
    margin-bottom: 20px;
  }
}

.appArea {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 120px;
}
@media screen and (max-width: 1260px) {
  .appArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .appArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 960px) {
  .appArea {
    padding: 50px 0;
  }
}
@media screen and (max-width: 668px) {
  .appArea {
    padding: 30px 0;
    flex-flow: column;
  }
}
.appArea > p {
  width: 400px;
}
@media screen and (max-width: 960px) {
  .appArea > p {
    width: 40%;
  }
}
@media screen and (max-width: 668px) {
  .appArea > p {
    width: 60%;
    margin: 0 auto 20px;
  }
}
.appArea > div {
  margin-left: 60px;
}
.appArea > div * {
  font-feature-settings: "palt";
  letter-spacing: 2px;
}
@media screen and (max-width: 960px) {
  .appArea > div {
    margin-left: 30px;
  }
}
@media screen and (max-width: 668px) {
  .appArea > div {
    margin-left: 0;
  }
}
@media screen and (max-width: 668px) {
  .appArea > div h2 {
    text-align: center;
  }
}
.appArea > div h2 small {
  display: block;
  font-size: 2.5rem;
  line-height: 130%;
  color: #055f8c;
  line-height: 140%;
}
@media screen and (max-width: 960px) {
  .appArea > div h2 small {
    font-size: 2rem;
  }
}
.appArea > div h2 span.logo {
  display: block;
  width: 270px;
  margin: 10px 0 25px;
}
@media screen and (max-width: 960px) {
  .appArea > div h2 span.logo {
    width: 230px;
  }
}
@media screen and (max-width: 668px) {
  .appArea > div h2 span.logo {
    margin: 10px auto 25px;
  }
}
.appArea > div > ul {
  margin-bottom: 30px;
}
.appArea > div > ul li {
  font-size: 2.5rem;
  line-height: 130%;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .appArea > div > ul li {
    font-size: 2rem;
  }
}
.appArea > div > ul li::before {
  content: "●";
  color: #f1c71d;
  margin-right: 8px;
  font-size: 1.8rem;
  display: inline-block;
  transform: translateY(-2px);
}
.appArea > div > p.linkBtn {
  text-align: left;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .appArea > div > p.linkBtn {
    text-align: center;
  }
}

.pointArea {
  padding: 120px 0;
  position: relative;
}
@media screen and (max-width: 960px) {
  .pointArea {
    padding: 60px 0;
  }
}
@media screen and (max-width: 668px) {
  .pointArea {
    padding: 40px 0;
  }
}
.pointArea > section {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1260px) {
  .pointArea > section {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .pointArea > section {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.pointArea > section > h2 {
  font-size: 3.5rem;
  line-height: 130%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .pointArea > section > h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 668px) {
  .pointArea > section > h2 {
    font-size: 2.5rem;
  }
}
.pointArea > section > h2::after {
  content: "";
  display: block;
  max-width: 300px;
  height: 5px;
}
@media screen and (max-width: 960px) {
  .pointArea > section > h2::after {
    max-width: 60%;
  }
}
.pointArea > section > h2::after {
  margin: 20px auto 0;
}
.pointArea > section > h2::after {
  background: linear-gradient(90deg, #055f8c 0%, #055f8c 50%, #fff 50%, #fff 100%);
}
.pointArea > section > p.copy {
  font-size: 2.5rem;
  line-height: 130%;
  color: #055f8c;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .pointArea > section > p.copy {
    font-size: 2rem;
  }
}
@media screen and (max-width: 668px) {
  .pointArea > section > p.copy {
    margin-bottom: 40px;
  }
}
.pointArea > section > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 668px) {
  .pointArea > section > div {
    margin-bottom: 20px;
  }
}
.pointArea > section > div > section {
  width: calc(33.3333333333% - 20px);
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .pointArea > section > div > section {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 668px) {
  .pointArea > section > div > section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
.pointArea > section > div > section > p img {
  border-radius: 15px;
}
@media screen and (max-width: 668px) {
  .pointArea > section > div > section > p {
    width: 30%;
  }
}
@media screen and (max-width: 668px) {
  .pointArea > section > div > section > div {
    width: calc(70% - 20px);
    text-align: left;
  }
}
.pointArea > section > div > section > div > h3 {
  margin: 20px 0 8px;
  text-align: center;
}
@media screen and (max-width: 668px) {
  .pointArea > section > div > section > div > h3 {
    text-align: left;
    margin: 0 0 4px;
  }
}
.pointArea > section > div > section > div > h3 a {
  font-size: 2.5rem;
  line-height: 130%;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .pointArea > section > div > section > div > h3 a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .pointArea > section > div > section > div > h3 a {
    font-size: 1.7rem;
  }
}
.pointArea > section > div > section > div > h3 a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: transparent;
  transition: 0.3s;
  margin: 3px 0;
}
.pointArea > section > div > section > div > h3 a:hover::after {
  background-color: #000;
}
.pointArea > section > div > section > div > p {
  line-height: 130%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .pointArea > section > div > section > div > p {
    font-size: 1.4rem;
  }
}
.pointArea::before {
  content: "";
  display: block;
  width: calc(100% - (100% - 1200px) / 4);
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #f2f2f2;
  border-radius: 0 50px 50px 0;
  z-index: -1;
}
@media all and (max-width: 1367px) {
  .pointArea::before {
    width: 100%;
    border-radius: 0;
  }
}

.planArea {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1260px) {
  .planArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .planArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 960px) {
  .planArea {
    padding: 50px 0;
  }
}
@media screen and (max-width: 668px) {
  .planArea {
    padding: 40px 0;
  }
}
.planArea > p {
  width: 49%;
}
.planArea > p img {
  border-radius: 15px;
}
@media screen and (max-width: 668px) {
  .planArea > p {
    width: 100%;
    margin-bottom: 20px;
  }
}
.planArea > div {
  width: calc(51% - 60px);
}
@media screen and (max-width: 960px) {
  .planArea > div {
    width: calc(51% - 30px);
  }
}
@media screen and (max-width: 668px) {
  .planArea > div {
    width: 100%;
    text-align: center;
  }
}
.planArea > div * {
  line-height: 140%;
}
.planArea > div > h2 {
  font-size: 3.5rem;
  line-height: 130%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .planArea > div > h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 668px) {
  .planArea > div > h2 {
    font-size: 2.5rem;
  }
}
.planArea > div > h2::after {
  content: "";
  display: block;
  max-width: 300px;
  height: 5px;
}
@media screen and (max-width: 960px) {
  .planArea > div > h2::after {
    max-width: 60%;
  }
}
.planArea > div > h2::after {
  margin: 20px 0 0;
}
.planArea > div > h2::after {
  background: linear-gradient(90deg, #055f8c 0%, #055f8c 50%, #f2f2f2 50%, #f2f2f2 100%);
}
.planArea > div > p.text {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .planArea > div > p.text {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 668px) {
  .planArea > div > p.text {
    text-align: left;
  }
}
.planArea > div > p.linkBtn {
  text-align: left;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .planArea > div > p.linkBtn {
    text-align: center;
  }
}

.roomArea {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 960px) {
  .roomArea {
    padding: 50px 0;
  }
}
@media screen and (max-width: 668px) {
  .roomArea {
    padding: 40px 0;
  }
}
.roomArea > section {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1260px) {
  .roomArea > section {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .roomArea > section {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.roomArea > section > h2 {
  font-size: 3.5rem;
  line-height: 130%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .roomArea > section > h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 668px) {
  .roomArea > section > h2 {
    font-size: 2.5rem;
  }
}
.roomArea > section > h2::after {
  content: "";
  display: block;
  max-width: 300px;
  height: 5px;
}
@media screen and (max-width: 960px) {
  .roomArea > section > h2::after {
    max-width: 60%;
  }
}
.roomArea > section > h2::after {
  margin: 20px auto 0;
}
.roomArea > section > h2::after {
  background: linear-gradient(90deg, #055f8c 0%, #055f8c 50%, #fff 50%, #fff 100%);
}
.roomArea > section > p.copy {
  line-height: 140%;
  margin-bottom: 50px;
}
@media screen and (max-width: 668px) {
  .roomArea > section > p.copy {
    margin-bottom: 30px;
  }
}
.roomArea > section > div.roomSlider {
  width: calc(100% - 80px);
  margin: 0 auto 50px;
}
@media screen and (max-width: 668px) {
  .roomArea > section > div.roomSlider {
    margin: 0 auto 20px;
    width: calc(100% - 20px);
  }
}
.roomArea > section > div.roomSlider section h3 {
  margin: 10px 0;
}
.roomArea > section > div.roomSlider section h3 a {
  font-size: 2.5rem;
  line-height: 130%;
  line-height: 140%;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .roomArea > section > div.roomSlider section h3 a {
    font-size: 2rem;
  }
}
.roomArea > section > div.roomSlider section h3 a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: transparent;
  transition: 0.3s;
  margin: 3px 0;
}
.roomArea > section > div.roomSlider section h3 a:hover::after {
  background-color: #000;
}
.roomArea > section > div.roomSlider section p {
  line-height: 150%;
}
.roomArea > section > div.roomSlider section p img {
  border-radius: 15px;
}
@media screen and (max-width: 668px) {
  .roomArea > section > div.roomSlider section p {
    text-align: left;
  }
}
.roomArea > section > div.roomSlider .slick-arrow.slick-prev {
  left: -40px;
}
@media screen and (max-width: 668px) {
  .roomArea > section > div.roomSlider .slick-arrow.slick-prev {
    top: 100px;
    left: -30px;
  }
}
.roomArea > section > div.roomSlider .slick-arrow.slick-next {
  right: -40px;
}
@media screen and (max-width: 668px) {
  .roomArea > section > div.roomSlider .slick-arrow.slick-next {
    top: 100px;
    right: -30px;
  }
}
.roomArea::before {
  content: "";
  display: block;
  width: calc(100% - (100% - 1200px) / 4);
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background-color: #f2f2f2;
  border-radius: 50px 0 0 50px;
  z-index: -1;
}
@media all and (max-width: 1367px) {
  .roomArea::before {
    width: 100%;
    border-radius: 0;
  }
}

.hotelArea {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 1260px) {
  .hotelArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .hotelArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 960px) {
  .hotelArea {
    padding: 50px 0;
  }
}
@media screen and (max-width: 668px) {
  .hotelArea {
    padding: 30px 0;
  }
}
.hotelArea > h2 {
  font-size: 3.5rem;
  line-height: 130%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .hotelArea > h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 668px) {
  .hotelArea > h2 {
    font-size: 2.5rem;
  }
}
.hotelArea > h2::after {
  content: "";
  display: block;
  max-width: 300px;
  height: 5px;
}
@media screen and (max-width: 960px) {
  .hotelArea > h2::after {
    max-width: 60%;
  }
}
.hotelArea > h2::after {
  margin: 20px auto 0;
}
.hotelArea > h2::after {
  background: linear-gradient(90deg, #055f8c 0%, #055f8c 50%, #f2f2f2 50%, #f2f2f2 100%);
}
.hotelArea > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media screen and (max-width: 668px) {
  .hotelArea > div {
    margin-bottom: 40px;
  }
}
.hotelArea > div > section {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .hotelArea > div > section {
    width: 100%;
  }
}
.hotelArea > div > section.japan {
  margin-bottom: 20px;
}
.hotelArea > div > section.japan h3 {
  font-size: 2.5rem;
  line-height: 130%;
  margin: 10px 0 20px 7%;
  line-height: 140%;
  letter-spacing: 2px;
  color: #055f8c;
}
@media screen and (max-width: 960px) {
  .hotelArea > div > section.japan h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 960px) {
  .topBannerArea .slideBanner li.banner {
    width: 300px;
  }
}
@media screen and (max-width: 668px) {
  .topBannerArea .slideBanner li.banner {
    width: 230px;
  }
}
.topBannerArea .slideBanner .slick-arrow.slick-prev {
  left: calc(50% - 562px);
}
@media all and (max-width: 1200px) {
  .topBannerArea .slideBanner .slick-arrow.slick-prev {
    left: 30px;
  }
}
.topBannerArea .slideBanner .slick-arrow.slick-next {
  right: calc(50% - 562px);
}
@media all and (max-width: 1200px) {
  .topBannerArea .slideBanner .slick-arrow.slick-next {
    right: 30px;
  }
}
.topBannerArea .slideBanner .slick-slide {
  margin: 0;
  position: relative;
}
.topBannerArea .slideBanner .slick-slide img {
  transition: 1s;
  opacity: 0.5;
  transform: scale(0.86);
  border-radius: 20px;
}
.topBannerArea .slideBanner .slick-slide.slick-active img {
  transform: scale(1);
  opacity: 1;
}

.newsArea {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 1260px) {
  .newsArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .newsArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 960px) {
  .newsArea {
    padding: 50px 0;
  }
}
@media screen and (max-width: 668px) {
  .newsArea {
    padding: 30px 0 50px;
  }
}
.newsArea > div.title {
  position: relative;
}
.newsArea > div.title > h2 {
  font-size: 3.5rem;
  line-height: 130%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 3px;
}
@media screen and (max-width: 960px) {
  .newsArea > div.title > h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 668px) {
  .newsArea > div.title > h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 668px) {
  .newsArea > div.title > h2 {
    letter-spacing: 0;
    text-align: left;
  }
}
.newsArea > div.title p.listLink {
  margin-bottom: 25px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.newsArea > div.title p.listLink a {
  display: inline-block;
  border-bottom: 2px solid #fff;
  padding-bottom: 2px;
}
.newsArea > div.title p.listLink a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 18px;
  background: url(../../common/images/icon_right.svg) no-repeat center/contain;
  margin-right: 10px;
  transition: 0.5s;
}
@media screen and (max-width: 668px) {
  .newsArea > div.title p.listLink a::before {
    width: 10px;
    height: 13px;
    margin-right: 5px;
  }
}
.newsArea > div.title p.listLink a:hover {
  border-bottom: 2px solid #000;
}
.newsArea > div.title p.listLink a:hover::before {
  transform: translateX(3px);
}
.newsArea > div.article {
  border-top: 1px solid #000;
  padding: 20px 0 0;
}
.newsArea > div.article article {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 668px) {
  .newsArea > div.article article {
    padding: 10px 0;
  }
}
.newsArea > div.article article p.date {
  width: 110px;
  line-height: 140%;
}
.newsArea > div.article article p.title {
  width: calc(100% - 120px);
}
@media screen and (max-width: 668px) {
  .newsArea > div.article article p.title {
    width: calc(100% - 80px);
  }
}
.newsArea > div.article article p.title a {
  display: block;
  line-height: 140%;
}
.newsArea > div.article article p.title a:hover {
  color: #055f8c;
}/*# sourceMappingURL=index.css.map */