@charset "utf-8";

/***************************************************************************

  トップページ

***************************************************************************/
/*****************************************
  共通
*****************************************/
main.top section .wrap {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
main.top section h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 4rem;
  color: #001952;
}
@media screen and (max-width: 767px) {
  main.top section .wrap {
    width: calc(100% - 40px);
    max-width: 100%;
  }
  main.top section h2 {
    font-size: 2.5rem;
  }
}


/*****************************************
  FV
*****************************************/
.fvBlock {
  width: 100%;
  height: 800px;
  margin: 0 auto;
  position: relative;
}
.fvBlock .fvMvBox {
  position: relative;
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .fvBlock {
    height: 500px;
    height: 133.333vw;
    margin: 0 auto;
    position: relative;
  }
  .fvBlock .fvMvBox {
    position: relative;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .fvBlock .fvMvBox img {
    object-fit: cover;
    height: 133.333vw;
  }
}

.commonBlock {
  display: flex;
  justify-content: end;
  gap: 50px;
  margin: 60px auto 110px;
  max-width: 1600px;
}
.commonBlock .imgBox {
  width: 890px;
  position: relative;
}
.commonBlock article {
  width: 510px;
  padding: 110px 0 0;
}
.commonBlock.stayBlock article {
  padding: 30px 0 0;
}
.commonBlock h2 {
  position: relative;
  width: 470px;
  height: 9rem;
}
.commonBlock h2 span {
  color: #000;
  font-weight: 400;
  z-index: 1;
  position: absolute;
  top: 4.5rem;
  left: 2.5rem;
}
.commonBlock h2 small {
  font-size: 9rem;
  letter-spacing: 0;
  color: rgba(167,179,190,0.3);
  display: block;
  position: absolute;
  width: 100%;
  top: -4rem;
  left: 0;
  z-index: 0;
}
.commonBlock .txt-point {
  font-size: 2rem;
  color: #001952;
  font-weight: 500;
  margin: 60px 0 30px;
}
.commonBlock .txt-description {
  color: #000;
  font-size: 1.5rem;
  width: 450px;
}
.commonBlock .txt-description p {
  margin-top: 1.8rem;
}
.commonBlock .btn-more {
  margin: 40px 0 0 0;
}
.commonBlock .btn-more a {
  display: inline-block;
  background-color: #001952;
  color: #fff;
  border-radius: 4px;
  font-size: 1.4rem;
  padding: 6px 20px 8px;
}
.commonBlock .btn-more a span {
  background: url(../img/arrow_white.png) no-repeat right center;
  background-size: 6px auto;
  padding: 0 20px 0 0;
}
.commonBlock .btn-more a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.stayBlock,
.cuisineBlock {
  flex-direction: row-reverse;
  justify-content: start;
}

.stayBlock {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .commonBlock {
    display: block;
    margin: 30px auto 0;
    max-width: 100%;
  }
  .commonBlock .imgBox {
    width: 100%;
    position: relative;
    padding-bottom: 30px;
  }
  .commonBlock article {
    width: calc(100% - 40px);
    padding: 0;
    padding-bottom: 30px;
    margin: auto;
  }
  .commonBlock.stayBlock article {
    padding: 30px 0;
  }
  .commonBlock h2 {
    position: relative;
    width: 100%;
    height: 7rem;
  }
  .commonBlock h2 span {
    top: 4.5rem;
    left: 1.5rem;
  }
  .commonBlock h2 small {
    font-size: 6rem;
    top: -2rem;
  }
  .commonBlock .txt-point {
    font-size: 1.8rem;
    margin: 40px 0 20px;
  }
  .commonBlock .txt-description {
    font-size: 1.3rem;
    width: 100%;
  }
  .commonBlock .txt-description p {
    margin-top: 1.8rem;
  }
  .commonBlock .btn-more {
    margin: 30px 0 0 0;
    text-align: right;
  }
  .commonBlock .btn-more a {
    font-size: 1.2rem;
    padding: 6px 15px 8px;
  }
  .stayBlock {
    margin-top: 0px;
  }
}

.bgBlock {
  background: url(../img/top/bg-gaikan.jpg) no-repeat center;
  background-size: cover;
  height: 300px;
}
@media screen and (max-width: 767px) {
  .bgBlock {
    height: 100px;
  }
}

/*****************************************
  お部屋
*****************************************/
.roomBlock {
  position: relative;
  padding: 80px 0 100px;
}
.roomBlock::before {
  content: "";
  background-color: #001952;
  width: 100%;
  height: 440px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.roomBlock h2 {
  position: relative;
  width: 320px;
  height: 9rem;
}
.roomBlock h2 span {
  color: #fff;
  z-index: 1;
  position: absolute;
  top: 3.5rem;
  left: 2.5rem;
}
.roomBlock h2 small {
  font-size: 9rem;
  color: rgb(98, 116, 131, 0.5);
  display: block;
  position: absolute;
  width: 100%;
  top: -4rem;
  left: 0;
  z-index: 0;
}
.roomBlock .title .btn-more {
  margin: 50px 0 0 0;
}
.roomBlock .title .btn-more a {
  display: inline-block;
  background-color: #fff;
  color: #001952;
  border-radius: 4px;
  font-size: 1.4rem;
  padding: 6px 20px 8px;
}
.roomBlock .title .btn-more a span {
  background: url(../img/arrow_blue.png) no-repeat right center;
  background-size: 6px auto;
  padding: 0 20px 0 0;
}
.roomBlock .title .btn-more a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.roomBlock .roomBox {
  display: flex;
}
.roomBlock .roomBox .description {
  color: #fff;
  margin: 20px 0 0 0;
}
.roomBlock .roomBox .description .txt-point {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0 0 25px;
}
.roomBlock .roomBox .description .txt-description {
  font-size: 1.5rem;
}

.roomBlock .naviRoom {
  margin: 50px 0;
}
.roomBlock .naviRoom ul {
  display: flex;
  flex-wrap: wrap;
  background-color: #001952;
  border-radius: 4px;
}
.roomBlock .naviRoom ul li {
  width: 50%;
  height: 360px;
}
.roomBlock .naviRoom ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-color:rgba(0,25,85,0.4);
  background-blend-mode:darken;
}
.roomBlock .naviRoom ul li a span {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 2.4rem;
  background: url(../img/arrow_white.png) no-repeat right 1.6rem;
  background-size: 6px auto;
  padding: 0 20px 0 0;
}
.roomBlock .naviRoom ul li:nth-child(1) a {
  background-image: url(../img/top/room-img01.jpg);
  border-top-left-radius: 4px;
}
.roomBlock .naviRoom ul li:nth-child(2) a {
  background-image: url(../img/top/room-img02.jpg);
  border-top-right-radius: 4px;
}
.roomBlock .naviRoom ul li:nth-child(3) a {
  background-image: url(../img/top/room-img03.jpg);
  border-bottom-left-radius: 4px;
}
.roomBlock .naviRoom ul li:nth-child(4) a {
  background-image: url(../img/top/room-img04.jpg);
  border-bottom-right-radius: 4px;
}
.roomBlock .naviRoom ul li a:hover {
  background-color:rgba(0,25,85,0.7);
  transition: 0.3s;
}

.roomBlock .naviFacility {
  border: 1px solid #001952;
  border-radius: 4px;
}
.roomBlock .naviFacility a {
  display: block;
  padding: 40px 30px;
}
.roomBlock .naviFacility dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
.roomBlock .naviFacility dl dt {
  font-size: 2.4rem;
  color: #001952;
  font-weight: 500;
}
.roomBlock .naviFacility dl dd {
  display: inline-block;
  background-color: #001952;
  color: #fff;
  border-radius: 4px;
  font-size: 1.4rem;
  padding: 10px 20px 12px;
  margin: 0;
}
.roomBlock .naviFacility dl dd span {
  background: url(../img/arrow_white.png) no-repeat right center;
  background-size: 6px auto;
  padding: 0 20px 0 0;
}
.roomBlock .naviFacility dl dd:hover {
  opacity: 0.7;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .roomBlock {
    position: relative;
    padding: 20px 0 40px 0;
  }
  .roomBlock::before {
    height: 500px;
  }
  .roomBlock h2 {
    width: calc(100% - 5em);
    height: 7rem;
  }
  .roomBlock h2 span {
    left: 2rem;
  }
  .roomBlock h2 small {
    font-size: 6rem;
    top: -2rem;
  }
  .roomBlock .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .roomBlock .title .btn-more {
    margin: 0;
  }
  .roomBlock .title .btn-more a {
    font-size: 1.2rem;
    padding: 6px 15px 8px;
  }

  .roomBlock .roomBox {
    display: block;
  }
  .roomBlock .roomBox .description {
    margin: 30px 0 0 0;
  }
  .roomBlock .roomBox .description .txt-point {
    font-size: 1.8rem;
  }
  .roomBlock .roomBox .description .txt-description {
    font-size: 1.3rem;
  }

  .roomBlock .naviRoom {
    margin: 30px 0 20px;
  }
  .roomBlock .naviRoom ul {
    display: flex;
    flex-wrap: wrap;
    background-color: #001952;
    border-radius: 4px;
  }
  .roomBlock .naviRoom ul li {
    width: 50%;
    height: 120px;
  }
  .roomBlock .naviRoom ul li a span {
    bottom: 15px;
    left: 15px;
    font-size: 1.5rem;
    background: url(../img/arrow_white.png) no-repeat right 0.8rem;
    background-size: 6px auto;
    padding: 0 15px 0 0;
  }

  .roomBlock .naviFacility a {
    padding: 15px;
  }
  .roomBlock .naviFacility dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
  }
  .roomBlock .naviFacility dl dt {
    font-size: 1.6rem;
  }
  .roomBlock .naviFacility dl dd {
    font-size: 1.2rem;
    padding: 10px 15px 12px;
  }
}


/*****************************************
  お知らせ
*****************************************/
.newsBlock {
  background-color: #A7B3BE;
  padding: 80px 0 60px;
  margin: 0 0 80px;
}
.newsBlock .wrap {
  display: flex;
  justify-content: space-between;
}
.newsBlock .wrap .title {
  width: 240px;
}
.newsBlock .title .btn-more {
  margin: 50px 0 0 0;
}
.newsBlock .title .btn-more a {
  display: inline-block;
  background-color: #001952;
  color: #fff;
  border-radius: 4px;
  font-size: 1.4rem;
  padding: 6px 20px 8px;
}
.newsBlock .title .btn-more a span {
  background: url(../img/arrow_white.png) no-repeat right center;
  background-size: 6px auto;
  padding: 0 20px 0 0;
}
.newsBlock .title .btn-more a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.newsBlock .newsBox {
  width: calc(100% - 240px - 30px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.newsBlock .newsBox article {
  width: calc((100% / 3) - 20px);
}
.newsBlock .newsBox article a {
  display: block;
}
.newsBlock .newsBox article a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.newsBlock .newsBox article figure {
  background-color: #fff;
  border-radius: 4px;
  height: 200px;
}
.newsBlock .newsBox article figure img {
  border: 1px solid #A7B3BE;
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
}
.newsBlock .newsBox article div > div {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 0;
}
.newsBlock .newsBox article div > div .date,
.newsDetailBlock .newsDetailInfo .date {
  font-size: 1.3rem;
  color: #001952;
  font-weight: 600;
}
.newsBlock .newsBox article div > div .category,
.newsDetailBlock .newsDetailInfo .category {
  font-size: 1.1rem;
  color: #001952;
  font-weight: 500;
  background-color: #CCD4DC;
  border-radius: 4px;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 1px 13px 3px;
}
.newsBlock .newsBox article .title {
  font-size: 1.45rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .newsBlock {
    padding: 40px 0 40px;
    margin: 0 0 40px;
  }
  .newsBlock .wrap {
    display: block;
  }
  .newsBlock .wrap .title {
    width: 100%;
    margin: 0 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .newsBlock .title .btn-more {
    margin: 0;
  }
  .newsBlock .title .btn-more a {
    font-size: 1.2rem;
    padding: 6px 15px 8px;
  }
  .newsBlock .newsBox {
    width: 100%;
    display: block;
    gap: 0;
  }
  .newsBlock .newsBox article {
    width: 100%;
    margin: 0 0 30px;
  }
  .newsBlock .newsBox article div > div .date {
    font-size: 1.2rem;
  }
  .newsBlock .newsBox article .title {
    font-size: 1.3rem;
    margin: 10px 0 20px;
  }
}


/*****************************************
  アクセス
*****************************************/
.accessBlock {
  margin: 0 0 100px;
}
.accessBlock .accessBox {
  display: flex;
  align-items: center;
  margin: 0 0 40px;
}
.accessBlock .accessBox h2 {
  margin: 0 54px 0 0;
}
.accessBlock .accessBox .btn-more {
  margin-left: auto;
}
.accessBlock .accessBox .btn-more a {
  display: block;
  background-color: #001952;
  color: #fff;
  border-radius: 4px;
  font-size: 1.4rem;
  padding: 6px 20px 8px;
}
.accessBlock .accessBox .btn-more a span {
  background: url(../img/arrow_white.png) no-repeat right center;
  background-size: 6px auto;
  padding: 0 20px 0 0;
}
.accessBlock .accessBox .btn-more a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .accessBlock {
    margin: 0 0 50px;
  }
  .accessBlock .accessBox {
    display: block;
    margin: 0 0 20px;
  }
  .accessBlock .accessBox h2 {
    margin: 0 0 10px 0;
  }
  .accessBlock .accessBox .btn-more {
    margin: 15px 0 0 0;
    text-align: right;
  }
  .accessBlock .accessBox .btn-more a {
    display: inline-block;
    font-size: 1.2rem;
    padding: 6px 15px 8px;
  }
  .accessBlock .iframe-map iframe {
    height: 300px;
  }
}


/*****************************************
  お問い合わせ
*****************************************/
  .contactBlock {
    max-width: 1200px;
    width: 100%;
    padding: 30px;
    margin: auto;
    background: #CCD4DC;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
  }
  .contactBlock h2 {
    font-size: 3rem !important;
    margin: 0 0 15px;
  }
  .contactBlock h2 + p {
    color: #001952;
    font-size: 1.5rem;
  }
  .contactBlock div:last-child {
    background-color: #fff;
    border-radius: 4px;
    width: 720px;
    padding: 10px 0;
    gap: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contactBlock div:last-child span {
    display: block;
  }
  .contactBlock div:last-child .tel {
    color: #0F2284;
    font-weight: bold;
    font-family: "Shippori Mincho", serif;
    font-size: 4rem;
    margin-top: -15px;
  }
  .contactBlock div:last-child .tel small {
    font-size: 3rem;
    margin: 0 10px 0 0;
  }
  .contactBlock div:last-child .mail {
    font-family: "Shippori Mincho", serif;
    font-size: 1.4rem;
    font-weight: bold;
    color: #0F2284;
  }
  .contactBlock div:last-child div:last-child {
    width: 240px;
    height: 80px;
    text-align: center;
  }
  .contactBlock div:last-child div:last-child a {
    background: #0F2284;
    border-radius: 4px;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 500;
    padding: 20px;
    line-height: 1;
  }
  .contactBlock div:last-child div:last-child a span {
    padding: 0 20px 0 0;
    background: url(../img/arrow_white.png) no-repeat right center;
    background-size: 6px auto;
    display: inline-block;
  }
  .contactBlock div:last-child div:last-child a:hover {
    opacity: 0.7;
    transition: 0.3s;
  }

  @media screen and (max-width: 767px) {
  .contactBlock {
    max-width: 100%;
    width: calc(100% - 40px);
    padding: 20px;
    display: block;
    text-align: center;
  }
  .contactBlock h2 {
    font-size: 2.2rem !important;
    margin: 0 0 10px;
  }
  .contactBlock h2 + p {
    font-size: 1.1rem;
  }
  .contactBlock h2 + p br {
    display: none;
  }
  .contactBlock div:last-child {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 10px 0;
    display: block;
  }
  .contactBlock div:last-child .tel {
    font-size: 2.5rem;
    margin-top: 0;
  }
  .contactBlock div:last-child .tel small {
    font-size: 2rem;
  }
  .contactBlock div:last-child .mail {
    font-size: 1.3rem;
  }
  .contactBlock div:last-child div:last-child {
    width: calc(100% - 30px);
    height: 60px;
    margin: 5px auto 0;
  }
  .contactBlock div:last-child div:last-child a {
    padding: 12px 20px;
  }

}