@charset "UTF-8";
/* image-list */
.image-list {
  position: relative;
  padding-bottom: 40px; 
  font-size: 0;
}
@media only screen and (max-width: 37.5em) {
  .image-list {
    padding-bottom: 20px;
  }
}
.image-list:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.image-list_item {
  position: relative; 
  margin-bottom: 20px;
}
@media only screen and (max-width: 37.5em) {
  .image-list_item {
    margin-bottom: 10px;
  }
}
.image-list.is-one-half .image-list_item {
  font-size: 1.3rem;
}
.image-list.is-one-half .image-list_item:nth-child(n) {
  display: inline-block;
  margin-right: 0; 
  margin-left: 0;
  width: 50%;
  vertical-align: top;
}
.image-list.is-one-half .image-list_item:nth-child(2n+1) {
  margin-left: 0;
}
.image-list.is-one-half .image-list_item:nth-child(2n+2) {
  margin-right: 0;
}
.image-list.is-one-half .image-list_item:nth-child(2n) {
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 37.5em) {
  .image-list.is-one-half .image-list_item {
    font-size: 1.3rem;
  }
  .image-list.is-one-half .image-list_item:nth-child(n) {
    display: inline-block;
    margin-right: 0; 
    margin-left: 0;
    width: 100%;
    vertical-align: top;
  }
  .image-list.is-one-half .image-list_item:nth-child(1n+1) {
    margin-left: 0;
  }
  .image-list.is-one-half .image-list_item:nth-child(1n+1) {
    margin-right: 0;
  }
  .image-list.is-one-half .image-list_item:nth-child(2n) {
    border-left: none;
  }
}
.image-list_item.has-link .image-list_bgimg {
  position: relative;
}
.image-list_item.has-link .image-list_bgimg:before {
  transition-timing-function: linear; 
  transition-duration: 0.2s;
  transition-property: background-color;
}
.image-list_item.has-link .image-list_bgimg:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 180px;
  height: 44px;
  background-color: #fff;
  content: "Show Details";
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.94;
  opacity: 0;
  transition-timing-function: linear; 
  transition-duration: 0.2s;
  transition-property: opacity;
}
.image-list_item.has-link:hover .image-list_bgimg:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.image-list_item.has-link:hover .image-list_bgimg:after {
  opacity: 1;
}

.image-list_bgimg {
  padding-top: 61.69811%; 
  width: 100%;
}
.image-list_bgimg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-list_head-title {
  font-weight: normal;
  text-align: center;
  font-size: 1.7rem;
}
.image-list_item.has-link .image-list_head-title {
  text-decoration: underline;
}

/* more-info */
.more-info {
  padding: 40px 0;
}
@media only screen and (max-width: 37.5em) {
  .more-info {
    padding-top: 20px;
    padding-bottom: 0;
  }
}

.more-info-gray {
  background: transparent url(/common/img/sand-wall-bg_gray.jpg) center center repeat;
}

.more-info_header {
  margin-bottom: 40px; 
  text-align: center;
}
@media only screen and (max-width: 37.5em) {
  .more-info_header {
    margin-bottom: 20px;
  }
}

.more-info_head-title {
  font-size: 2.4rem;
}
@media only screen and (max-width: 37.5em) {
  .more-info_head-title {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
}

.more-info_content:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.more-info_box {
  position: relative;
  overflow: hidden; 
  margin-bottom: 40px;
  padding-top: 29.26316%;
  width: 47.36842%;
}
@media only screen and (max-width: 37.5em) {
  .more-info_box {
    margin-bottom: 0;
    padding-top: 61.73333%;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
}
.more-info_box:nth-child(2n+1) {
  float: left;
}
.more-info_box:nth-child(2n) {
  float: right;
}
.more-info_box:hover .more-info_bgimg {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.more-info_box:hover .more-info_bgimg:before {
  background-color: transparent;
}
.more-info_box:hover .more-info_box-header {
  opacity: 0;
}

.more-info_bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
  transition-duration: 0.4s;
  transition-property: -webkit-transform;
  transition-property:         transform;
  transition-property:         transform, -webkit-transform;
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.more-info_bgimg:before {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
  transition-duration: 0.8s;
  transition-property: background-color;
}

.more-info_box-header {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 92%;
  color: #fff;
  text-align: center;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
  transition-duration: 1.5s;
  transition-property: opacity;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 37.5em) {
  .more-info_box-header {
    top: auto;
    bottom: 20px;
    left: 20px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .more-info_box-header:after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    display: block;
    margin: auto; 
    width: 18px;
    height: 18px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    -webkit-transform: rotate(44deg) skewX(-1deg);
        -ms-transform: rotate(44deg) skewX(-1deg);
            transform: rotate(44deg) skewX(-1deg);
  }
}

.more-info_icon {
  position: relative; 
  margin: 0 auto 10px;
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 37.5em) {
  .more-info_icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.more-info_icon:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff; 
  border-radius: 50%;
  content: "";
}
.more-info_icon svg {
  width: 60px;
  height: 60px;
}

.more-info_box-title {
  margin: 0; 
  font-size: 2rem;
}
@media only screen and (max-width: 37.5em) {
  .more-info_box-title {
    text-align: left;
  }
  .more-info_icon +.more-info_box-title {
    padding-left: 70px;
  }
}

.more-info_box-text {
  margin: 0;
  font-size: 1.4rem;
}
@media only screen and (max-width: 37.5em) {
  .more-info_box-text {
    padding-right: 25px; 
    padding-left: 70px;
    text-align: left;
  }
}

/* modal-block */
.modal-block {
  position: relative; 
  display: none;
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #fff;
}
.page-screen .modal-block {
  display: block;
}

.modal-block_close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 44px;
  height: 44px;
}
.modal-block_close-btn:hover {
  cursor: pointer;
}
.modal-block_close-btn:before,
.modal-block_close-btn:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 60%;
  height: 1px;
  background-color: #000; 
  content: "";
}
.modal-block_close-btn:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-block_close-btn:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal-block_head-title {
  margin-top: 0; 
  text-align: center;
  font-size: 2.4rem;
}
@media only screen and (max-width: 37.5em) {
  .modal-block_head-title {
    margin-bottom: 20px; 
    font-size: 2rem;
  }
}

.modal-box {
  margin: auto;
  margin-bottom: 30px; 
  padding: 20px 40px;
  width: 92%;
}
@media only screen and (max-width: 37.5em) {
  .modal-box {
    margin-bottom: 15px; 
    padding: 2% 20px;
  }
}

.modal-box-gray {
  background-color: #f5f5f5;
}

.modal-box_header {
  margin-bottom: 20px; 
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 37.5em) {
  .modal-box_header {
    margin-bottom: 10px;
  }
}

.modal-box_head-title {
  position: relative;
  margin: 15px 0; 
  font-size: 1.7rem;
}
@media only screen and (max-width: 37.5em) {
  .modal-box_head-title {
    font-size: 1.5rem;
  }
}
.modal-box_head-title span {
  padding-left: 30px;
}
@media only screen and (max-width: 37.5em) {
  .modal-box_head-title span {
    display: block; 
    padding-left: 0;
  }
}
.modal-box_head-title span.attention:after {
  content: "※";
  font-size: 1.2rem;
}
.modal-box_head-title strong {
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 37.5em) {
  .modal-box_head-title strong {
    right: auto;
    bottom: 0;
    left: 0;
    padding-left: 60px;
  }
}

.modal-box_text {
  font-size: 1.4rem;
}
@media only screen and (max-width: 37.5em) {
  .modal-box_text {
    font-size: 1.3rem;
  }
}

.modal-box_list {
  float: left; 
  margin-top: 0;
  margin-right: 2%;
  padding-left: 0;
  width: 48%;
  list-style-position: inside;
}
@media only screen and (max-width: 37.5em) {
  .modal-box_list {
    float: none; 
    margin: auto;
    width: 100%;
  }
}

.modal-box_item {
  margin-bottom: 5px;
}

.modal-box_attention {
  clear: both;
  font-size: 1.2rem;
}
@media only screen and (max-width: 37.5em) {
  .modal-box_attention {
    font-size: 1rem;
  }
}