@charset "UTF-8";

/* ::::::::::  トップページ  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.wrapper {
  max-width: 1200px;
}

/* ::::::::::  朝食オープンサンドブッフェ  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.kv {

  background: url(../img/breakfast/kv.jpg) no-repeat center;
}

@media (max-width: 1024px) {
  .kv {
    background: url(../img/breakfast/kv_sp.jpg) no-repeat center;
  }
}

.kv .imgBlock {
  display: flex;
  justify-content: space-around;
  width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .kv .imgBlock {
    flex-direction: column;
    width: 50%;
    max-width: 257px;
  }

  .kv .imgBlock img {
    margin-bottom: 20px;
  }

  .kv .imgBlock img:last-of-type {
    margin-bottom: 0;
  }
}


/* =========================================================
point
========================================================= */
.point {
  background: #F7F3EA;
}

.point .wrapper {
  padding-top: 0;
}

.point ul.pointList {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .point ul.pointList {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.point ul.pointList li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 30px;
  line-height: 2;
  width: 32%;
}

@media screen and (max-width: 767px) {
  .point ul.pointList li {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}

.point ul.pointList li:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .point ul.pointList li:last-of-type {
    margin-bottom: 0;
  }
}

.point ul.pointList li img.point {
  margin-bottom: 17px;
  width: 96px;
  height: 86px;
}

@media screen and (max-width: 767px) {
  .point ul.pointList li img.point {
    width: 70px;
    height: 62px;
  }
}

.point ul.pointList li h4 {
  font-size: 1.9rem;
  color: #000;
  padding: 20px 0 8px;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .point ul.pointList li h4 {
    font-size: 1.5rem;
  }
}

/* =========================================================
type
========================================================= */
.type .wrapper {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .type .wrapper {
    flex-direction: column;
  }
}

.type.typeBuffet .wrapper {
  justify-content: flex-start;
}

.type.typeBuffet .wrapper .textBlock {
  margin-left: 5%;
}

@media screen and (max-width: 767px) {
  .type.typeBuffet .wrapper .textBlock {
    margin-left: 0;
  }
}

.type.typeOpensand .wrapper {
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .type.typeOpensand .wrapper {
    flex-direction: column-reverse;
  }
}

.type.typeOpensand .wrapper .textBlock {
  margin-right: 5%;
}

@media screen and (max-width: 767px) {
  .type.typeOpensand .wrapper .textBlock {
    margin-right: 0;
  }
}

.type .imgBlock {
  width: 60%;
  max-width: 964px;
}

@media (max-width: 1400px) {
  .type .imgBlock {
    width: 66%;
    max-width: initial;
  }
}

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

.type .imgBlock .imgBox {
  display: flex;
  max-width: 964px;
}

.type .imgBlock .imgBox img {
  width: 25%;
}

.type .textBlock {
  width: 40%;
  max-width: 369px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 1400px) {
  .type .textBlock {
    width: 27%;
    max-width: initial;
  }
}

@media screen and (max-width: 767px) {
  .type .textBlock {
    width: 100%;
    padding: 40px 15px 60px;
  }
}

.type .textBlock img {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .type .textBlock img {
    width: 80%;
    max-width: 400px;
  }
}

.type .textBlock p {
  line-height: 2;
}

.type .textBlock .hotelList {
  font-size: 1.6rem;
  padding-top: 25px;
  border-top: 1px solid #B5B5B5;
  margin-top: 25px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .type .textBlock .hotelList {
    font-size: 1.3rem;
  }
}

.type .textBlock .hotelList p {
  color: #132234;
  margin-bottom: 7px;
}

.type .textBlock .hotelList p span {
  color: #AB8D4B;
  margin-right: 7px;
}

.type .textBlock .hotelList ul li {
  line-height: 2;
}

.type .textBlock .btn {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .type .textBlock .btn a {
    width: 100%;
    font-size: 1.4rem;
  }
}


/* =========================================================
fixNavArea
========================================================= */
.fixNavArea {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  position: fixed;
  top: 0;
  right: 320px;
  z-index: 10;
  color: #fff;
}

@media (max-width: 767px) {
  .fixNavArea {
    opacity: 1;
    visibility: visible;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    background: #a9884a;
    width: 100%;
    color: #fff;
  }
}

.fixNavAreaList {
  display: flex;
  align-items: center;
  border: none;
  height: 100px;
  margin: 0;
  padding: 0;
  color: inherit;
}

@media (max-width: 767px) {
  .fixNavAreaList {
    height: 50px;
  }
}

.fixNavAreaList li {
  position: relative;
  text-align: center;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .fixNavAreaList li {
    border-left: none;
    width: 30%;
    font-size: 1rem;
  }

  .fixNavAreaList li::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    height: 31px;
    width: 1px;
    margin: auto;
  }
}

.fixNavAreaList li:first-child {
  border-left: none;
}

.fixNavAreaList li:first-child::before {
  content: none;
}

.fixNavAreaList li a {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  color: #121b27;
}

@media (max-width: 767px) {
  .fixNavAreaList li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 50px;
    line-height: 1.5;
    padding: 0;
    color: #fff;
  }
}

.fixNavAreaList li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -31px;
  left: 0;
  background: #a9884a;
  width: 100%;
  height: 6px;
  opacity: 0;
  transition: all 0.3s;
}

.fixNavAreaList li:hover a,
.fixNavAreaList li.current a {
  color: #121b27;
}

.fixNavAreaList li:hover::after,
.fixNavAreaList li.current::after {
  opacity: 1;
}

.globalHeader.is_animation+.globalNav+.contents .fixNavArea,
.globalHeader.is_animation+.hotel_searchBtn+.globalNav+.pageTopHeader+.hotelSearch+.contents .fixNavArea {
  opacity: 1;
  visibility: visible;
}

.globalHeader.is_animation .globalNav_pc {
  display: none !important;
}

/* =========================================================
#breakfastDitail 朝食ブッフェ、オープンサンドブッフェ詳細ページ
========================================================= */

#breakfastDitail .navAreaList li {
  width: 32%;
}

#breakfastDitail .secTitle {
  font-size: 1.6rem;
}

#breakfastDitail .secTitle span {
  margin-bottom: 15px;
}

#breakfastDitail .kv {
  position: relative;
}

#breakfastDitail .kv .imgBlock {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  #breakfastDitail .kv .imgBlock {
    width: 70%;
    max-width: 500px;
    top: 50%;
  }
}

#breakfastDitail .concept .conceptLead .jpTitle {
  font-size: 2.5rem;
  letter-spacing: 0.3px;
}

@media screen and (max-width: 767px) {
  #breakfastDitail .concept .conceptLead .jpTitle {
    font-size: 1.65rem;
  }
}

#breakfastDitail .concept .shareBtn {
  display: flex;
  align-items: center;
  margin: 80px 0 50px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  #breakfastDitail .concept .shareBtn {
    display: block;
    margin: 45px 0 30px;
  }
}

#breakfastDitail .concept .shareBtn p {
  margin-bottom: 0;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  #breakfastDitail .concept .shareBtn p {
    margin: 0 0 15px 0;
  }
}

#breakfastDitail .menu .wrapper {
  padding: 90px 0 0;
}

@media screen and (max-width: 767px) {
  #breakfastDitail .menu .wrapper {
    padding: 50px 15px 0;
  }
}

#breakfastDitail .menu .lead {
  font-size: 1.9rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #breakfastDitail .menu .lead {
    font-size: 1.4rem;
  }
}

#breakfastDitail .menu h3 {
  margin-top: 45px;
  font-size: 2.5rem;
  color: #000;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  line-height: 2.3;
}

@media screen and (max-width: 767px) {
  #breakfastDitail .menu h3 {
    font-size: 2rem;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}

#breakfastDitail .menu h3 span {
  font-size: 4rem;
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 3px;
  line-height: 1.2;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  #breakfastDitail .menu h3 span {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  #breakfastDitail .menu h3 span.br {
    display: block;
  }
}

#breakfastDitail .menu p.sub {
  margin-bottom: 10px;
  color: #000;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

#breakfastDitail .menu p {
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  #breakfastDitail .menu p {
    margin-bottom: 30px;
  }
}

#breakfastDitail .menu p span.red {
  color: #a9884a;
}

#breakfastDitail .flexBox {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #D5D5D5;
  padding-top: 65px;
}

@media screen and (max-width: 767px) {
  #breakfastDitail .flexBox {
    flex-direction: column-reverse;
    padding-top: 25px;
    margin-top: 50px;
  }
}

#breakfastDitail .flexBox .left {
  width: 43%;
}

@media screen and (max-width: 767px) {
  #breakfastDitail .flexBox .left {
    width: 100%;
    margin-top: 10px;
  }
}

#breakfastDitail .flexBox .left .imgBox {
  display: flex;
}

#breakfastDitail .flexBox .left .imgBox img {
  width: 50%;
}

#breakfastDitail .flexBox .right {
  width: 53%;
  margin-left: 4%;
}

@media screen and (max-width: 767px) {
  #breakfastDitail .flexBox .right {
    width: 100%;
    margin-left: 0;
  }
}

#breakfastDitail .flexBox .right h3 {
  margin-top: 0;
}

#breakfastDitail .flexBox .right h4 {
  color: #000;
  line-height: 3;
  font-weight: bold;
}

#breakfastDitail .flexBox .right p {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #breakfastDitail .flexBox .right p {
    margin-bottom: 15px;
  }
}

#breakfastDitail .note {
  margin-top: 45px;
  color: #a9884a;
}

@media screen and (max-width: 767px) {
  #breakfastDitail .note {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  #breakfastDitail.buffet .menu h3 span {
    display: block;
  }
}

#breakfastDitail.buffet .menu .flexBox {
  margin-top: 50px;
}

#breakfastDitail.buffet .menu .flexBox.flexBox01 {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  #breakfastDitail.buffet .menu .flexBox.flexBox01 {
    flex-direction: column;
  }
}

#breakfastDitail.buffet .menu .flexBox.flexBox01 .left {
  width: 50%;
}

@media screen and (max-width: 767px) {
  #breakfastDitail.buffet .menu .flexBox.flexBox01 .left {
    width: 100%;
  }
}

#breakfastDitail.buffet .menu .flexBox.flexBox01 .left h3:first-of-type {
  margin-top: 0;
}

#breakfastDitail.buffet .menu .flexBox.flexBox01 .right {
  width: 50%;
}

@media screen and (max-width: 767px) {
  #breakfastDitail.buffet .menu .flexBox.flexBox01 .right {
    width: 100%;
  }
}

#breakfastDitail.buffet .menu .flexBox.flexBox01 .right .imgBox {
  display: flex;
  justify-content: flex-start;
  margin-top: 56px;
}

@media screen and (max-width: 767px) {
  #breakfastDitail.buffet .menu .flexBox.flexBox01 .right .imgBox {
    margin-top: 20px;
  }
}

#breakfastDitail.buffet .menu .flexBox.flexBox01 .right .imgBox img {
  width: 33.3333%;
}

#breakfastDitail.buffet .menu .flexBox p {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  #breakfastDitail.buffet .menu .flexBox p {
    margin-bottom: 20px;
  }
}

#breakfastDitail.buffet .menu p {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #breakfastDitail.buffet .menu p {
    margin-bottom: 20px;
  }
}

#breakfastDitail.buffet .menu p.sub {
  margin-bottom: 10px;
}

#breakfastDitail.buffet .hotel .hotelList li .hotelAbout .breakfastTime .time {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #breakfastDitail.buffet .hotel .hotelList li:last-of-type .hotelAbout .breakfastTime .time {
    line-height: 1.7;
    padding: 7px 15px;
  }
}

/* =========================================================
多言語
========================================================= */
body.lang_en .menu .menuBlock .title span.enExc {
  display: none;
}