@charset "UTF-8";
/*module-resort_new*/
.breadcrumbs.ver2 ul {
  padding: 0;
  margin: 0 auto;
}
.breadcrumbs.ver2 ul li {
  font-size: 14px;
}
.breadcrumbs.ver2 ul li a {
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .breadcrumbs.ver2 ul li {
    font-size: 14px;
  }
  .breadcrumbs.ver2 ul li a {
    font-size: 14px;
  }
}

/*アニメーション*/
@keyframes loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -4168px 0;
  }
}
@keyframes loop_sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2084px 0;
  }
}
@media screen and (max-width: 900px) {
  #resort #postList .inner {
    padding: 0 20px;
    width: 100%;
  }
}
#resort #SV.ver2 {
  background: url(../img/build_new/header_ph.jpg) no-repeat center center;
  background-size: cover;
  flex-direction: initial;
  height: 500px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 900px) {
  #resort #SV.ver2 {
    background: url(../img/build_new/header_ph.jpg) no-repeat center left;
    background-size: cover;
    height: 250px;
  }
  #resort #SV.ver2 h2 img {
    width: 180px;
  }
}
#resort #SV.ver3 {
  position: relative;
  z-index: 100;
  background-size: cover;
  width: 100%;
  background: url(../img/build_new/header_ph_slide.jpg) repeat-x 50% 50%;
  height: 500px;
  overflow: hidden;
  -moz-animation: loop 70s linear infinite;
  animation: loop 70s linear infinite;
  padding-left: -10px;
}
@media screen and (max-width: 900px) {
  #resort #SV.ver3 {
    background-size: cover;
    background: url(../img/build_new/header_ph_slide_sp.jpg) repeat-x 50% 50%;
    height: 250px;
    -moz-animation: loop_sp 70s linear infinite;
    animation: loop_sp 70s linear infinite;
  }
  #resort #SV.ver3 h2 img {
    width: 180px;
  }
}
#resort #postList > .inner {
  /*cnt_box*/
}
#resort #postList > .inner .cntBox .btnBox.ver2 {
  justify-content: center;
  margin: 0 auto 110px;
}
@media screen and (max-width: 900px) {
  #resort #postList > .inner .cntBox .btnBox.ver2 {
    width: 100%;
  }
}
#resort #postList > .inner .cntBox .btnBox.ver2 a.btn {
  color: #484848;
  font-size: 20px;
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  background: none;
  box-shadow: none;
  width: auto;
  padding: 5px 35px;
  margin: 20px 0 0 !important;
  border-left: 1px solid #484848;
  line-height: 1;
  position: relative;
  display: block;
  height: auto;
}
@media screen and (max-width: 900px) {
  #resort #postList > .inner .cntBox .btnBox.ver2 a.btn {
    font-size: 18px;
    padding: 3px 20px;
    border-right: 1px solid #484848;
    border-left: 0;
    font-weight: 700;
  }
}
#resort #postList > .inner .cntBox .btnBox.ver2 a.btn:hover {
  background: none;
  box-shadow: none;
  top: 0;
  left: 0;
  text-decoration: underline;
}
#resort #postList > .inner .cntBox .btnBox.ver2 a.btn:first-of-type {
  border: 0;
}
@media screen and (max-width: 900px) {
  #resort #postList > .inner .cntBox .btnBox.ver2 a.btn:first-of-type {
    border-right: 1px solid #484848;
    border-left: 1px solid #484848;
  }
}
@media screen and (max-width: 900px) {
  #resort #postList > .inner .cntBox .btnBox.ver2 a.btn:nth-of-type(4n) {
    border-left: 1px solid #484848;
  }
}
#resort #postList > .inner .cntBox .btnBox.ver2 a.btn:nth-of-type(5) {
  margin: 20px 0 0;
}
#resort #postList > .inner .cntBox .btnBox.ver2 a.btn.now {
  background: none !important;
  color: #977a3b;
}
#resort #postList > .inner .cntBox .btnBox.ver2 a.btn.now:hover {
  background: none !important;
}
#resort #postList > .inner .cntBox .flex_box {
  gap: 45px 3.5%;
  justify-content: flex-start;
}
@media screen and (max-width: 900px) {
  #resort #postList > .inner .cntBox .flex_box {
    flex-direction: row;
    gap: 35px 2%;
  }
}
@media screen and (max-width: 400px) {
  #resort #postList > .inner .cntBox .flex_box {
    flex-direction: column;
    gap: 35px 0;
  }
}
#resort #postList > .inner .cntBox .flex_box .inBox {
  /*width: 360px;*/
  width: 31%;
  /*margin: 0 0 45px 0;*/
  background: none;
  box-shadow: none;
  position: relative;
  left: 0;
  top: 0;
  transition: 0.1s;
}
@media screen and (max-width: 1030px) {
  #resort #postList > .inner .cntBox .flex_box .inBox {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  #resort #postList > .inner .cntBox .flex_box .inBox {
    width: 100%;
  }
}
#resort #postList > .inner .cntBox .flex_box .inBox > a {
  padding: 0;
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
}
#resort #postList > .inner .cntBox .flex_box .inBox > a figure > div {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  #resort #postList > .inner .cntBox .flex_box .inBox > a figure > div {
    height: 100% !important;
  }
}
#resort #postList > .inner .cntBox .flex_box .inBox > a figure > div:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  box-shadow: inset 0 0 rgba(255, 255, 255, 0.5), inset 0 0 rgba(255, 255, 255, 0.5), inset 0 0 rgba(255, 255, 255, 0.5), inset 0 0 rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-in-out;
  display: block;
  content: "";
  z-index: 2;
}
@media screen and (max-width: 900px) {
  #resort #postList > .inner .cntBox .flex_box .inBox > a figure > div:before {
    box-shadow: none;
  }
}
#resort #postList > .inner .cntBox .flex_box .inBox > a figure > div .ph {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#resort #postList > .inner .cntBox .flex_box .inBox > a figure > div .ph img {
  position: relative;
  transition: all ease 0.3s;
}
#resort #postList > .inner .cntBox .flex_box .inBox > a:hover figure > div:before {
  box-shadow: inset 5px 0 rgba(255, 255, 255, 0.5), inset 0 5px rgba(255, 255, 255, 0.5), inset -5px 0 rgba(255, 255, 255, 0.5), inset 0 -5px rgba(255, 255, 255, 0.5);
}
#resort #postList > .inner .cntBox .flex_box .inBox > a:hover figure > div .ph img {
  transform: scale(110%);
}
#resort #postList > .inner .cntBox .flex_box .inBox figcaption {
  padding: 20px 10px 10px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: inherit;
  line-height: 1.4;
  text-align: center;
}
#resort #postList > .inner .cntBox .flex_box .inBox dl {
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}
#resort #postList > .inner .cntBox .flex_box .inBox dl:before {
  width: 100%;
  height: 1px;
  display: block;
  margin-bottom: 30px;
  content: "";
  background: #cbcbcb;
}
#resort #postList > .inner .cntBox .flex_box .inBox dl dt {
  width: 5em;
  margin-right: 0;
  font-size: 15px;
  text-align: left;
  clear: both;
}
#resort #postList > .inner .cntBox .flex_box .inBox dl dt:after {
  content: "/";
  padding: 0 0.5em;
}
#resort #postList > .inner .cntBox .flex_box .inBox dl dd {
  width: calc(100% - 5em);
  font-size: 15px;
  text-align: left;
}
#resort #postList > .inner .cntBox .flex_box .inBox dl dd.price {
  font-weight: 400;
}
#resort #postList > .inner .cntBox .flex_box .inBox ul.facility {
  width: 100%;
  min-height: 60px;
  margin: 20px auto 0;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 900px) {
  #resort #postList > .inner .cntBox .flex_box .inBox ul.facility {
    margin: 15px auto 0;
  }
}
#resort #postList > .inner .cntBox .flex_box .inBox ul.facility li {
  width: 37px;
}
#resort .facilityList {
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 50px auto 0;
  padding: 35px 30px 27px 30px;
  border-top: 0;
  border-bottom: 0;
  background: #f7f7f7;
}
@media screen and (max-width: 900px) {
  #resort .facilityList {
    margin: 20px auto 10px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 12px 20px !important;
  }
}
#resort .facilityList li {
  width: 16.5%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0px;
  margin-bottom: 8px;
  line-height: 1.3;
}
@media screen and (max-width: 1080px) {
  #resort .facilityList li {
    width: 33.33% !important;
  }
}
@media screen and (max-width: 900px) {
  #resort .facilityList li {
    width: 48% !important;
  }
}
#resort .facilityList li img {
  max-width: 37px !important;
  height: auto;
}
#resort .facilityList li span {
  margin-left: 5px;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #4c4c4c;
  position: relative;
  padding: 0 0 0 1.2em;
}
@media screen and (max-width: 900px) {
  #resort .facilityList li span {
    width: calc(100% - 37px);
    font-size: 12px;
  }
}
#resort .facilityList li span:before {
  content: "…";
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
}
#resort .facilityList li span.ico01 {
  padding: 0 15px 0 1.2em;
}
@media screen and (max-width: 900px) {
  #resort .facilityList li span.ico01 {
    padding: 0 0 0 1.2em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
}
#resort .facilityList li span.ico01:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(../img/build_new/ico_question.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 2px;
  right: 0px;
}
@media screen and (max-width: 900px) {
  #resort .facilityList li span.ico01:after {
    top: 1px;
    display: inline-block;
    position: relative;
    margin: 0 0 0 3px;
  }
}
#resort .icon_info {
  padding: 20px;
}
@media screen and (max-width: 900px) {
  #resort .icon_info {
    margin: 0 0 50px;
  }
}
#resort .icon_info h4 {
  font-size: 15px;
  position: relative;
  margin: 0 0 10px;
  color: #222;
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  #resort .icon_info h4 {
    font-size: 14px;
  }
}
#resort .icon_info h4 span {
  padding: 0 0 5px 25px;
  font-weight: 700;
}
#resort .icon_info h4 strong {
  font-size: 17px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  #resort .icon_info h4 strong {
    font-size: 16px;
  }
}
#resort .icon_info h4:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/build_new/mark_17.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0px;
}
#resort .icon_info p {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 900px) {
  #resort .icon_info p {
    font-size: 13px;
  }
}
#resort .icon_info p a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  color: #222;
  display: inline-block;
  background: #FFF;
}
#resort .icon_info p a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 900px) {
  #resort .icon_info p a {
    font-size: 15px;
  }
}
#resort .icon_info p a[target=_blank] {
  padding: 0px 5px;
  border: 1px solid #222;
  margin: 0 3px;
  position: relative;
}
#resort .icon_info p a[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/build_new/ico_link.svg) no-repeat center center;
  background-size: contain;
  margin: 0 0 0 2px;
}
#resort .wp-pagenavi span {
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  color: #FFF;
  background: #977a3b;
  line-height: 1;
  padding: 0 0 2px;
}

footer {
  padding: 80px 0;
}
@media screen and (max-width: 900px) {
  footer {
    padding: 60px 0 0;
  }
}

/*resort*//*# sourceMappingURL=module-resort_new.css.map */