@charset "UTF-8";
:root {
  --colorKeyAtami: #4798d1;
  --colorLinkAtami: #386d93;
}

/* --- ヘッダー・フッター調整ここから --- */
.hdr {
  background: #fff;
  height: 100px;
  border-bottom: 1px solid #ebebeb;
}

.hdr_vi01 {
  display: inline-block;
  vertical-align: bottom;
  width: 167px;
}

.hdr_lang {
  vertical-align: top;
  margin-left: 40px;
}

.hdr_hotel {
  vertical-align: top;
}

.hdr_langTxt,
.hdr_hotelTxt {
  color: #000;
  background-image: url(/common/images/ico_ar_b_b.svg);
}

.selectOuter {
  border-bottom-color: #000;
}

.fixed_btnResv {
  background-color: var(--colorKeyAtami);
}
.fixed_btnResv:hover {
  background-color: #52b8ff;
}

.fixed_btnResvIco {
  background-color: #3e84b6;
}

.fixed_btnResvIcoActive {
  background-color: #3e84b6;
}

.fixed_resvBtn.active {
  background-color: var(--colorKeyAtami);
}

.ft_group02 {
  background: #fff;
}

.ft_resvBtn {
  background-color: var(--colorKeyAtami);
}

.ft_bnr li a {
  border: 1px solid #28292b;
  background: #28292b;
}

.ft_info {
  background: #fff;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.ft_infoLinks {
  border-left: 1px solid #ebebeb;
}

.ft_infoLinksMain li a {
  color: #000;
}

.ft_infoLinksOther li a {
  background-image: url(/common/images/ico_ar_r_b.svg);
  color: #000;
}
.ft_infoLinksOther li.blank a {
  background-image: url(/common/images/ico_ar_r_b.svg), url(/common/images/ico_blank_b.svg);
}
.ft_infoLinksOther li.pdf a {
  background-image: url(/common/images/ico_ar_r_b.svg), url(/common/images/ico_pdf_b.svg);
}

.hotels .ft_infoSns li {
  margin-right: 60px;
}
.hotels .ft_infoSns li.ft_infoSnsLine {
  margin-right: 0;
}
.hotels .ft_infoSns li.ft_infoSnsTa {
  display: none;
}

.ft_corpCopyLogo {
  display: none;
}

.ft_corpCopyLogoAtami {
  display: block;
  width: 114px;
  float: left;
}

.ft_corpCopyTxt {
  color: #000;
}

/* --- ヘッダー・フッター調整ここまで --- */
/* --- コンテンツ部分調整ここから --- */
a {
  color: var(--colorLinkAtami);
}

.main_ttl {
  border-bottom-color: var(--colorKeyAtami);
}

.col_head01:before,
.col_head01-2:before {
  background: var(--colorKeyAtami);
}

/* --- コンテンツ部分調整ここまで --- */
@media screen and (max-width: 1024px) {
  /* --- ヘッダー・フッター調整ここから --- */
  .hdr_vi01 {
    margin-top: 10px;
    position: relative;
    top: auto;
  }
  .hdr_vi02 {
    display: block;
    width: 167px;
    position: relative;
    right: auto;
    top: auto;
    margin-left: 0;
  }
  .hdr_lang {
    margin: 10px 0 0 20px;
    position: relative;
    left: auto;
    top: auto;
  }
  .hdr_hotel {
    margin: 10px 0 0 15px;
    position: relative;
    left: auto;
    top: auto;
  }
  .ft_infoLinks {
    border-left: none;
    border-top: 1px solid #ebebeb;
  }
  /* --- ヘッダー・フッター調整ここまで --- */
}
@media screen and (max-width: 767px) {
  /* --- ヘッダー・フッター調整ここから --- */
  .hdr {
    height: auto;
    padding: 10px 0 10px 4%;
    margin-bottom: 10px;
  }
  .hdr_vi01 {
    display: block;
    width: 120px;
    margin-top: 5px;
  }
  .hdr_vi02 {
    width: 120px;
  }
  .hdr_lang {
    margin: 5px 0 0 0;
    width: 76px;
  }
  .hdr_hotel {
    margin: 5px 0 0 10px;
    width: 76px;
  }
  .ft_corpCopyLogoAtami {
    float: none;
    margin: 0 auto 10px;
  }
  .hotels .ft_infoSns li {
    margin-right: 20px;
  }
  /* --- ヘッダー・フッター調整ここまで --- */
}
.main_kvImg {
  background: url(../images/kv_img.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.main_read {
  margin-top: 40px;
}

.main_map {
  border: 2px solid #f0f0f0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0;
}

.map_notes {
  text-align: left;
  max-width: 1000px;
  width: 100%;
  margin: 20px auto 0;
}

.atami_map {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0;
  aspect-ratio: 1000/480;
  position: relative;
}
.atami_map > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.ss_anchor {
  margin-top: 40px;
}

.ss_colSpots {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ss_colSpots.-global {
  margin-bottom: 100px;
}

.ss_colSpotsCol {
  width: 32%;
  margin-top: 40px;
  position: relative;
  padding-bottom: 51px;
}

.ss_colSpotsCol:not(:nth-child(3n)) {
  margin-right: 2%;
}

.ss_colSpotsImg {
  position: relative;
  overflow: hidden;
}

.ss_colSpotsImgBadge {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 400px;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.4;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0 0 130px;
}

.ss_colSpotsImgBadge .txt {
  position: relative;
  z-index: 1;
}

.ss_colSpotsImgBadge:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #ccb6f8;
  position: absolute;
  left: 150px;
  top: -190px;
  -webkit-transform: rotateZ(-55deg);
  transform: rotateZ(-55deg);
}

.ss_colSpotsImgNotes {
  position: absolute;
  right: 7px;
  bottom: 5px;
  font-size: 0.63rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #ffffff;
  text-shadow: 0px 0px 2px black;
  text-align: right;
}

.ss_colSpotsImgNotesB {
  color: #000000;
  text-shadow: 0px 0px 2px white;
}

.ss_colSpotsHead03 {
  margin: 15px 0 10px;
  padding-left: 1em;
  text-indent: -1em;
}

.ss_colSpotsHead03.-pu {
  color: #6d569b;
}

.ss_colSpotsHead03:before {
  display: none;
}

.eng .ss_colSpotsHead03,
.chi .ss_colSpotsHead03 {
  padding-left: 0;
  text-indent: 0;
}

.ss_colSpotsTxt {
  font-size: 0.88rem;
}

.ss_colSpotsTxt.-link {
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 5px;
}

.ss_colSpotsLink {
  color: #000;
}

.ss_colSpotsLink.-outer {
  padding-right: 20px;
  background: url(/common/images/ico_blank_b.svg) no-repeat 98% center;
  -webkit-background-size: 12px auto;
  background-size: 12px auto;
}

.ss_colSpotsBtn {
  position: absolute;
  bottom: 0;
  left: calc(50% - 130px);
}

@media screen and (max-width: 1024px) {
  .main_read {
    margin-top: 30px;
  }
  .main_map {
    width: 92%;
    margin-top: 30px;
  }
  .map_notes {
    width: 92%;
    margin: 15px auto 0;
  }
  .atami_map {
    width: 92%;
    margin-top: 30px;
  }
  .col01,
  .col02 {
    width: 680px;
  }
  .ss_colSpots.-global {
    margin-bottom: 80px;
  }
  .ss_colSpotsCol {
    width: 49%;
    margin-top: 30px;
  }
  .ss_colSpotsCol.-global {
    width: 49%;
    margin-top: 30px;
  }
  .ss_colSpotsCol:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .ss_colSpotsCol:nth-child(odd) {
    margin-right: 2%;
  }
  .ss_colSpotsCol:nth-child(odd).-global {
    margin-right: 2%;
  }
}
.ss_otherLists {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ss_otherLists > li {
  width: 48%;
  margin-top: 40px;
}

.ss_otherLists > li:nth-child(odd) {
  margin-right: 4%;
}

.ss_otherLists > li:nth-child(1), .ss_otherLists > li:nth-child(2) {
  margin-top: 0;
}

.ss_otherListsHead {
  margin: 0 0 20px 0;
}

.ss_otherListsList.-mt {
  margin-top: 20px;
}

.ss_otherListsList > li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.ss_otherListsList > li:not(:first-child) {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .main_read {
    margin-top: 20px;
  }
  .main_map {
    margin-top: 20px;
  }
  .map_notes {
    margin: 10px auto 0;
  }
  .atami_map {
    margin-top: 20px;
  }
  .col01,
  .col02 {
    width: 92%;
  }
  .ss_anchor {
    margin-top: 40px;
  }
  .ss_anchor li a {
    padding: 10px 10px 12px 20px;
  }
  .ss_colSpots {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .ss_colSpots.-global {
    margin-bottom: 0;
  }
  .ss_colSpotsCol {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 43px;
  }
  .ss_colSpotsCol:nth-child(2) {
    margin-top: 20px;
  }
  .ss_colSpotsCol:nth-child(odd) {
    margin-right: 0;
  }
  .ss_colSpotsCol:nth-child(odd).-global {
    margin-right: auto;
  }
  .ss_colSpotsCol:not(:nth-child(3n)).-global {
    margin-right: auto;
  }
  .ss_colSpotsCol:not(:nth-child(4n)).-global {
    margin-right: auto;
  }
  .ss_colSpotsImgBadge {
    font-size: 0.63rem;
    padding: 5px 0 0 140px;
  }
  .ss_colSpotsImgBadge:before {
    left: 160px;
    top: -200px;
  }
  .ss_colSpotsHead03 {
    margin: 15px 0 5px;
  }
  .ss_colSpotsTxt {
    font-size: 0.88rem;
  }
  .ss_colSpotsBtn {
    position: absolute;
    bottom: 0;
    left: calc(50% - 130px);
  }
  .ss_otherLists > li {
    width: 100%;
    margin-top: 20px;
  }
  .ss_otherLists > li:nth-child(odd) {
    margin-right: 4%;
  }
  .ss_otherLists > li:nth-child(2) {
    margin-top: 20px;
  }
  .ss_otherListsHead {
    margin: 0 0 10px 0;
  }
  .ss_otherListsList.-mt {
    margin-top: 10px;
  }
  .ss_otherListsList > li {
    font-size: 0.88rem;
  }
  .ss_otherListsList > li:not(:first-child) {
    margin-top: 5px;
  }
}
@media screen and (max-width: 374px) {
  .ss_anchor li a {
    font-size: 0.82rem;
    letter-spacing: 0;
  }
}