@charset "UTF-8";

/* title */
.wrapper_title_each_room {
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.titile_each_room {
  font-family: "futura-pt",sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 55px;
  display: block;
}
.subtitle_each_room {
  font-size: 20px;
  font-weight: bold;
  margin-left: 25px;
  margin-top: 10px;
}

/* top */
#top {
  position: relative;
  width: 100%;
}
#top .wrapper_title_top {
  position: absolute;
  top: 45%;
  margin: auto;
  z-index: 99;
  right: 0;
  left: 0;
}
#top .title_nishikujo_top {
  width: 500px;
  margin: 0 auto;
}
#top .title_fuse_top {
  width: 250px;
  margin: 0 auto;
}
#top .title_nishikujo_top img,
#top .title_fuse_top img {
  width: 100%;
  height: auto;
}
#top .subtitle_top {
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 34px #888;
  margin-top: 32px;
  display: block;
  font-size: 18px;
  letter-spacing: 11px;
}
#top .vegas-timer {
  display: none;
}
#top .wrapper_contents_top {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  position: relative;
}
#top .visual_top_nishikujo,
#top .visual_top_fuse {
  width: 100%;
  height: 96vh !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#top .sidebar_top {
  width: 130px;
  height: 620px;
}
#top .wrapper_logo_top {
  position: absolute;
  flex-direction: column;
  justify-content: center;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
  height: 160px;
  z-index: 99;
}
#top .logo_top {
  width: 110px;
}
#top .logo_top a {
  display: block;
  width: 100%;
  height: 100%;
}
#top .logo_top img {
  width: 100%;
  height: auto;
}
#top .wrapper_menu_list_top {
  height: 96vh;
  margin-top: 50%;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#top .menu_list_top {
  width: 100%;
  height: 380px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  writing-mode: tb-rl;
  /*IE*/
  -o-writing-mode: vertical-rl;
  /*Opera*/
  -webkit-writing-mode: vertical-rl;
  /*Chrome, Safari*/
  writing-mode: vertical-rl;
  /*Firefox, Edge*/
}
#top .menu_list_top li {
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  writing-mode: tb-rl;
  /*IE*/
  -o-writing-mode: vertical-rl;
  /*Opera*/
  -webkit-writing-mode: vertical-rl;
  /*Chrome, Safari*/
  writing-mode: vertical-rl;
  /*Firefox, Edge*/
}
#top .menu_list_top li a {
  display: blick;
  width: 16%;
  height: 100%;
  font-family: 'Jaldi', sans-serif;
  font-size: 12px;
  color: #bbb;
  writing-mode: tb-rl;
  /*IE*/
  -o-writing-mode: vertical-rl;
  /*Opera*/
  -webkit-writing-mode: vertical-rl;
  /*Chrome, Safari*/
  writing-mode: vertical-rl;
  /*Firefox, Edge*/
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#top .menu_list_top li a:hover {
  color: #111;
}
#top .font_color_black {
  color: #111 !important;
}
#top .border_menu_list {
  display: inline-block;
  content: '';
  width: 1px;
  height: 10px;
  background: #111;
  margin: 15px 0;
}

/* facilities */
#facilities {
  padding: 100px 0 0px;
}
#facilities .wrapper_title_facilities {
  position: relative;
}
#facilities .border_title_facilities {
  display: block;
  width: 1px;
  height: 200px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  background: #111;
  top: -220px;
}
#facilities .icon_bed {
  display: block;
  width: 30px;
  margin: 0 auto;
}
#facilities .icon_bed img {
  width: 100%;
  height: auto;
}
#facilities .title_facilities {
  text-align: center;
  font-size: 14px;
  font-family: 'Jaldi', sans-serif;
  margin-top: 5px;
}

/* thumbnail slider */
#facilities .thumbnail_facilities {
  width: 82%;
  margin: 0px auto;
  position: relative;
}
#facilities .thumbnail_facilities .slick-slide {
  margin: 0 7px;
}
#facilities .margin_left {
  margin-left: auto;
}
#facilities .margin_right {
  margin-right: auto;
}
#facilities .info_facilities {
  display: -webkit-flex;
  display: flex;
  width: 82%;
  margin: 50px auto 0;
}
#facilities .button_facilities {
  box-shadow: 0 6px 8px rgba(0, 0, 0, .05);
  position: relative;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 240px;
  font-size: 12px;
  line-height: 12px;
  background: #169ccd;
  padding: 16px 0;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  font-family: 'Jaldi', sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  justify-content: center;
  align-items: center;
  border: none;
}
#facilities .button_facilities:last-child {
  margin-bottom: 0px;
}
#facilities .button_facilities:hover {
  background: #111;
  color: #fff;
}
#facilities .fa-external-link {
  position: absolute;
  top: 32px;
  right: 28px;
  color: #111;
  font-size: 11px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#facilities .button_facilities:hover .fa-external-link {
  color: #fff;
}
#facilities .description_facilities {
  width: 68%;
}
#facilities .description_en_facilities {
  font-size: 15px;
  line-height: 27px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0px;
  margin-top: 28px;
}
#facilities .button_facilities.inactive {
  background-color: #888;
}
/* icons slider */
#facilities .icons_facilities {
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}
#facilities .title_available_facilities {
  margin-right: 80px;
}
#facilities .icons_facilities ul {
  width: 70%;
}
#facilities .icons_facilities ul li:last-child {
  margin-right: 0px;
}
#facilities .title_available_area {
  margin-right: 50px;
}
#facilities .en_icons_facilities {
  display: block;
  font-size: 12px;
  letter-spacing: 0.4px;
  font-family: "Josefin Sans", sans-serif;
}
#facilities .jp_icons_facilities {
  font-size: 12px;
  display: block;
  color: #888;
  letter-spacing: 0.4px;
  text-align: center;
  display: block;
}
#facilities .icon_name {
  font-size: 12px;
  font-family: 'Jaldi', sans-serif;
  letter-spacing: 0px;
  text-align: center;
  color: #777;
  display: block;
}
#facilities .icon_wifi {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 auto;
}
#facilities .icon_tv {
  display: block;
  width: 24px;
  height: 25px;
  margin: 0 auto;
}
#facilities .icon_microwave {
  display: block;
  width: 27px;
  height: 25px;
  margin: 0 auto;
}
#facilities .icon_refrigerator {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 auto;
}
#facilities .icon_kettle {
  display: block;
  width: 26px;
  height: 25px;
  margin: 0 auto;
}
#facilities .icon_stove {
  display: block;
  width: 26px;
  height: 25px;
  margin: 0 auto;
}
#facilities .icon_slipper {
  display: block;
  width: 26px;
  height: 25px;
  margin: 0 auto;
}
#facilities .icon_hairdryer {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 auto;
}
#facilities .icon_laundry {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 auto;
}
#facilities .icon_bath {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 auto;
}
#facilities .icon_kitchen {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 auto;
}
#facilities .icon_towel {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 auto;
}
#facilities .icon_toothbrush {
  display: block;
  width: 20px;
  height: 25px;
  margin: 0 auto;
}
#facilities .icon_pot {
  display: block;
  width: 30px;
  height: 26px;
  margin: 0 auto;
}
#facilities .icon_wifi img,
#facilities .icon_tv img,
#facilities .icon_microwave img,
#facilities icon_refrigerator img,
#facilities icon_kettle img,
#facilities icon_stove img,
#facilities icon_slipper img,
#facilities icon_hairdryer img,
#facilities icon_laundry img,
#facilities icon_bath img,
#facilities icon_towel img,
#facilities icon_kitchen img,
#facilities .icon_toothbrush img,
#facilities icon_pot img {
  width: 100%;
  height: auto;
}
.border_icon_facilities {
  display: none;
}
#facilities .margin_top {
  margin-top: 40px;
}

/* concept */
#concept {
  width: 100%;
  margin: 140px auto 0;
  height: 600px !important;
}
#concept .concept_nishikujo,
#concept .concept_fuse {
  height: 100%;
}
#concept .vegas-wrapper {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#concept .wrapper_contents_concept {
  margin-top: 30px;
}
#concept .title_concept {
  width: 450px;
  margin: 0 auto;
}
#concept .title_concept img {
  width: 100%;
  height: auto;
}
#concept .subtitle_en_concept {
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 34px #444;
  margin-top: 28px;
  display: block;
  font-size: 16px;
  letter-spacing: 11px;
}
#concept .subtitle_jp_concept {
  font-size: 19px;
  font-weight: bold;
  margin-top: 30px;
  text-shadow: 0px 0px 34px #444;
  text-align: center;
  color: #fff;
}
#concept .button_concept {
  display: block;
  width: 290px;
  background: #169ccd;
  font-family: 'Jaldi', sans-serif;
  color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
  position: relative;
  margin: 60px auto 0;
  text-align: center;
  padding: 24px 0;
}
#concept .vegas-timer {
  display: none;
}

/* latest */
#latest {
  padding: 200px 0 0;
}
#latest .title_latest {
  width: 48%;
}
#latest .title_latest img {
  width: 100%;
  height: auto;
}
#latest .description_jp_latest {
  margin-top: -5px;
  font-weight: bold;
  line-height: 27px;
}
#latest .description_en_latest {
  font-family: "Josefin Sans", sans-serif;
  margin-top: 25px;
  font-weight: bold;
  letter-spacing: 0.4px;
  line-height: 27px;
  font-size: 16px;
}
#latest .wrapper_contents_latest {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: flex;
  width: 80%;
  margin: 0 auto;
}
#latest .date_posted {
  -webkit-justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#latest .wrapper_date_posted {
  margin-bottom: 24px;
}
#latest .wrapper_date_posted:after {
  display: block;
  content: '';
  margin: 6px auto 0;
  width: 15px;
  border-bottom: solid 1px #888;
}
#latest .icon_hand {
  display: block;
  width: 14px;
  margin-right: 8px;
}
#latest .icon_hand img {
  width: 100%;
  height: auto;
}
#latest .text_date {
  font-size: 14px;
  letter-spacing: 0.2px;
  font-family: 'Jaldi', sans-serif;
}
#latest .thumbnail_latest {
  display: block;
  margin: 0;
  box-shadow: 0 0 18px rgba(0, 0, 0, .3);
  width: 100%;
  overflow: hidden;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: 0.5s;
  transition: 0.5s;
}
#latest .thumbnail_latest img {
  width: 100%;
  height: auto;
  -moz-transition: -moz-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -ms-transition: -ms-transform 0.2s linear;
  transition: transform 0.2s linear;
}
#latest .articles_latest {
  width: 85%;
  margin: 150px auto 0;
  display: -webkit-flex;
  display: flex;
}
#latest .articles_latest li {
  margin-right: auto;
  width: 22%;
}
#latest .articles_latest li a {
  display: block;
  width: 100%;
  height: 100%;
}
#latest .articles_latest li:hover .thumbnail_latest img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#latest .articles_latest li:last-child {
  margin-right: 0px;
}
#latest .articles_latest li:hover .thumbnail_latest {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
#latest .button_latest {
  display: block;
  width: 290px;
  background: #169ccd;
  font-family: 'Jaldi', sans-serif;
  color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
  position: relative;
  margin: 110px auto 0;
  text-align: center;
  padding: 24px 0;
}
#latest .icon_arrow {
  display: block;
  top: 40%;
  right: 24px;
  position: absolute;
  width: 14px;
}
#latest .icon_arrow img {
  width: 100%;
  height: auto;
}
#latest .title_post {
  font-size: 12px;
  font-weight: bold;
  line-height: 19px;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#latest .articles_latest li:hover .title_post {
  color: #e53935;
}
#latest .description_latest {
  width: 45%;
}

/* gallery */

#gallery {
  width: 100%;
  padding-top: 150px;
}
#gallery .wrapper_title_gallery {
  position: relative;
}
#gallery .title_gallery {
  text-align: center;
  font-size: 14px;
  font-family: 'Jaldi', sans-serif;
  margin-top: 5px;
}
#gallery .border_title_gallery {
  position: absolute;
  right: 0;
  bottom: -115px;
  left: 0;
  width: 1px;
  display: block;
  margin: auto;
  z-index: 999;
  height: 100px;
  background: #111;
}
#gallery .icon_pin {
  width: 22px;
  display: block;
  margin: 0 auto;
}
#gallery .icon_pin img {
  width: 100%;
  height: auto;
}
#gallery .slider {
  margin-top: 50px;
}
#gallery .each_content {
  margin: 0 18px;
}
#gallery .each_content>div {
  position: relative;
}
#gallery .slick-slide:not(.slick-center) {
  opacity: 0.3;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#gallery .each_content img {
  width: 100%;
  height: auto;
}

/* information */

#information {
  width: 100%;
}
#information .wrapper_content_information {
  width: 530px;
  padding: 130px 0 180px;
  margin: 0 auto;
}
#information .wrapper_content_information dl {
  display: -webkit-flex;
  -webit-align-items: center;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
#information .wrapper_content_information dl:last-child {
  margin-bottom: 0px;
}
#information .wrapper_content_information dt {
  color: #111;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
  font-family: 'Jaldi', sans-serif;
  border-radius: 50px;
  width: 84px;
  margin-right: 24px;
  padding: 4px 3px 4px 0px;
  font-size: 12px;
  text-align: center;
  border: solid 1px #111;
  letter-spacing: 0.4px;
}
#information .wrapper_content_information dd {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
}
#information .button_information {
  display: block;
  width: 290px;
  background: #169ccd;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
  font-family: 'Jaldi', sans-serif;
  color: #fff;
  position: relative;
  margin: 90px auto 0;
  text-align: center;
  padding: 24px 0;
}

/*---------------------------------------------------------------*\
	$min-width
\*---------------------------------------------------------------*/

@media screen and (min-width: 1441px) {

  /* facilities */
  #facilities .thumbnail_facilities {
    width: 1200px;
  }
  #facilities .info_facilities {
    width: 1200px;
  }
  /* latest */
  #latest .wrapper_contents_latest {
    width: 1100px;
  }
  #latest .articles_latest {
    width: 1200px;
  }
}

/*---------------------------------------------------------------*\
	$1080px
\*---------------------------------------------------------------*/

@media screen and (max-width: 1080px) {

  /* latest */
  #latest .description_jp_latest {
    font-weight: 400;
  }
  /* information */
  #information .wrapper_content_information dd {
    font-weight: 400;
  }
}

/*---------------------------------------------------------------*\
	$768px
\*---------------------------------------------------------------*/

@media screen and (max-width: 768px) {

  /* top */
  #top .sidebar_top {
    display: none;
  }
  #top .submenu_top {
    display: none;
  }
  #top .title_nishikujo_top {
    width: 80%;
    margin: 0 auto;
  }
  #top .title_fuse_top {
    width: 40%;
    margin: 0 auto;
  }

  /* facilities */
  #facilities .info_facilities {
    display: block;
  }
  #facilities .description_facilities {
    width: 100%;
    border-right: none;
    padding-right: 0px;
  }
  #facilities .button_facilities {
    margin: 20px auto 0;
  }


  /* concept */
  #concept .title_concept {
    width: 50%;
  }
  #concept .subtitle_en_concept {
    font-size: 15px;
  }
  #concept .subtitle_jp_concept {
    font-size: 16px;
  }

  /* latest */
  #latest {
    padding-top: 100px;
  }
  #latest .articles_latest {
    margin-top: 100px;
  }
  #latest .description_latest {
    width: 100%;
    margin-top: 60px;
    margin-right: auto;
  }
  #latest .wrapper_contents_latest {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 80%;
  }
  #latest .button_latest {
    width: 220px;
    padding: 16px 0;
  }
  #latest .icon_arrow {
    width: 10px;
  }
  #latest .title_latest {
    width: 460px;
  }

  /* title */
  .titile_each_room {
    font-size: 40px;
  }
  .subtitle_each_room {
    font-size: 16px;
     margin-top: 8px;
  }
}

/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/

@media screen and (max-width: 480px) {

  /* top */
  .wrapper_title_each_room {
    margin-bottom: 10px;
  }
  #top .wrapper_contents_top {
    padding: 0;
  }
  #top .wrapper_logo_top {
    height: 71px;
  }
  #top .logo_top {
    width: 75px;
    margin-top: 10px;
  }
  #top .wrapper_title_top {
    width: 80%;
    left: 0;
    right: 0;
    margin: 20px auto 0;
    top: 42%;
  }
  #top .title_top {
    width: 90%;
  }
  #top .visual_top_nishikujo,
  #top .visual_top_fuse {
    height: 89vh !important;
  }
  #top .border_scroll_top {
    height: 60px;
  }

  /* facilities */
  #facilities {
    padding-top: 60px;
  }
  #facilities .border_title_facilities {
    height: 160px;
    top: -170px;
  }
  #facilities .thumbnail_facilities {
    width: 85%;
  }
  #facilities .info_facilities {
    width: 85%;
  }
  #facilities .button_facilities {
    width: 220px;
    padding: 16px 0;
    margin-top: 20px;
  }
  #facilities .fa-external-link {
    top: 21px;
    font-size: 10px;
    right: 23px;
  }
  #facilities .info_facilities {
    margin-top: 40px;
  }
  #facilities .description_en_facilities {
    margin-top: 16px;
    line-height: 21px;
    font-size: 13px;
  }
  #facilities .icons_facilities {
    display: block;
    position: relative;
  }
  #facilities .en_icons_facilities {
    font-size: 12px;
    text-align: center;
  }
  #facilities .jp_icons_facilities {
    font-size: 10px;
  }
  #facilities .title_available_facilities {
    margin-right: 0px;
  }
  #facilities .icon_name {
    font-size: 11px;
  }
  #facilities .icons_facilities ul {
    width: 80%;
    margin: 10px auto 0;
  }
  .border_icon_facilities {
    display: block;
    width: 1px;
    height: 45px;
    background: #000;
    position: absolute;
    margin: auto;
    top: -60px;
    right: 0;
    left: 0;
  }

  /* gallery */
  #gallery .slick-prev,
  #gallery .slick-next {
    display: none !important;
  }

  /* slider */
  #facilities .thumbnail_facilities .slick-slide {
    margin: 0px;
  }

  /* concept */
  #concept {
    margin-top: 40px;
    height: 420px !important;
  }
  #concept .title_concept {
    width: 60%;
  }
  #concept .wrapper_contents_concept {
    margin-top: 15px;
  }
  #concept .subtitle_en_concept {
    font-size: 14px;
  }
  #concept .subtitle_en_concept {
    margin-top: 16px;
    font-weight: bold;
  }
  #concept .subtitle_jp_concept {
    width: 85%;
    margin: 20px auto 0;
  }
  #concept .button_concept {
    margin-top: 30px;
    width: 220px;
    padding: 16px 0;
  }
  #concept .subtitle_jp_concept {
    font-size: 14px;
  }

  /* latest */
  #latest {
    padding-top: 110px;
  }
  #latest .wrapper_contents_latest {
    width: 80%;
  }
  #latest .title_latest {
    width: 260px;
  }
  #latest .articles_latest {
    display: block;
    width: 80%;
    margin-top: 0px;
  }
  #latest .articles_latest li {
    width: 100%;
    margin: 50px auto 0;
  }
  #latest .description_latest {
    width: 100%;
  }
  #latest .description_latest {
    margin-top: 40px;
  }
  #latest .description_en_latest br {
    display: none;
  }
  #latest .description_jp_latest {
    font-weight: normal;
    font-size: 12px;
    line-height: 25px;
  }
  #latest .description_en_latest {
    font-weight: normal;
    font-size: 13px;
    line-height: 23px;
    margin-top: 20px;
  }
  #latest .thumbnail_latest>img {
    margin: 0 auto;
  }
  #latest .articles_latest li:nth-of-type(3) {
    margin: 50px auto 0;
  }
  #latest .title_post {
    width: 100%;
    font-weight: normal;
    line-height: 21px;
    margin: 18px auto 0;
  }
  #latest .button_latest {
    margin-top: 60px;
  }
  #latest .articles_latest li:last-child {
    margin: 50px auto 0;
  }

  /* gallery */
  #gallery {
    padding-top: 80px;
  }
  #gallery .border_title_gallery {
    bottom: -73px;
    height: 65px;
  }

  /* information */
  #information .wrapper_content_information {
    width: 100%;
    padding: 50px 0 90px;
  }
  #information .wrapper_content_information dl {
    width: 90%;
    display: block;
    margin: 0 auto 40px;
  }
  #information .wrapper_content_information dt {
    margin: 0 auto;
  }
  #information .wrapper_content_information dd {
    font-size: 12px;
    width: 60%;
    margin: 14px auto 0;
    text-align: center;
  }
  #information .button_information {
    width: 220px;
    padding: 16px 0;
    margin-top: 50px;
  }

  /* title */
  .titile_each_room {
    font-size: 36px;
  }
  .subtitle_each_room {
    font-size: 14px;
    margin-left: 16px;
    margin-top: 8px;
  }
}

/*---------------------------------------------------------------*\
	$320px - iPhone SE, 5s, 5 and 4s
\*---------------------------------------------------------------*/

@media screen and (max-width: 320px) {
  /* latest */
  #latest .title_latest {
    width: 225px;
  }
}