@charset "UTF-8";
/* CSS Document */
#news, #avairability {
  background-color: #fafafa;
}

.section-title {
  text-align: center !important;
  margin-bottom: 20px;
}

.ttl {
  text-align: center;
  margin-bottom: 5px;
  margin-top: 20px;
  font-size: 40px !important;
  font-weight: lighter;
  line-height: 1.3em;
}

.english {
  font-size: 17px;
}

.info dt {
  color: #FFF;
  padding: 5px;
  background-color: #000;
}

.info dd {
  padding-top: 10px;
  padding-bottom: 15px;
}

.form {
  margin-top: 40px;
}

.form_ta th {
  font-family: "roboto", "メイリオ", "Meiryo", "sans-serif";
  color: #000;
  font-size: 16px;
  font-weight: lighter;
  text-align: left;
}

.form_ta td {
  padding-top: 8px;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
}

.submit a {
  display: block;
  color: #FFF;
  background-color: #000;
  text-align: center;
  width: 130px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.submit a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  text-decoration: none;
}

.gray {
  color: #5e5e5e;
  line-height: 3em;
}

@media screen and (min-width: 801px) {
  .contents02 {
    background-image: url(../images/back_white.jpg);
    background-repeat: no-repeat;
    background-position: center center;
  }

  .page_content {
    width: 1020px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
    padding-right: 32px;
    padding-bottom: 20px;
    padding-left: 32px;
    font-weight: lighter;
  }

  .title02 {
    font-size: 48px;
    line-height: 1.3em;
    font-weight: lighter;
    margin-bottom: 30px;
    text-align: left;
    letter-spacing: 0;
    color: #333;
  }

  .txt {
    text-align: left;
    font-size: 17px !important;
    line-height: 1.8em !important;
    letter-spacing: 0;
    margin-bottom: 20px;
    color: #5f5e5e;
    font-weight: lighter;
  }

  #news .col3 {
    width: 325px;
    display: inline-table;
    font-weight: 200;
  }

  #news .col3 p {
    text-align: left;
    /*! line-height: 2.5em; */
  }

  .newscover {
    display: inline-block;
    position: relative;
    height: 135px;
    overflow: hidden;
    width: 325px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .newscover img {
    position: absolute;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .news_title {
    font-size: 18px;
    color: #666;
    font-weight: lighter;
    line-height: 1.8em;
  }

  .date {
    font-size: 13px;
    color: rgba(26, 26, 26, 0.4);
  }

  .gallery-title {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .gallery-title a {
    letter-spacing: 2px;
    text-transform: none;
    line-height: 1.2em;
    font-weight: lighter;
  }

  .gallery-title a:hover {
    color: #ea5503;
  }

  .baguetteBoxOne {
    margin-bottom: 80px;
  }

  #facade .gallery_col3,
  #detail .gallery_col3 {
    width: 325px;
    display: inline-table;
    font-weight: 200;
    margin-bottom: 20px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .roomtype li {
    width: 23%;
    text-align: center;
    display: inline-table;
  }

  .roomtype li img {
    width: 100%;
    text-align: center;
  }

  .detailscover img {
    width: 100%;
  }

  .roomtxt {
    text-align: center;
    font-size: 12px;
  }

  .details {
    padding-bottom: 90px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dcdcdc;
    margin-bottom: 70px;
  }

  .details:last-child {
    border-bottom-style: none;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .avairability_img img {
    max-width: 1000px;
    text-align: center;
    height: auto;
  }

  .ta_style {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .ta_style th {
    color: #FFF;
    background-color: #000;
    text-align: center;
    padding: 5px;
    font-weight: lighter;
    font-size: 16px;
    margin-bottom: 15px;
  }

  .ta_style td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 15px;
  }

  .overviewimg {
    display: inline-block;
    position: relative;
    height: 540px !important;
    overflow: hidden;
    width: 500px;
    margin-right: 5px;
    margin-left: 5px;
    float: left;
  }

  .overviewimg img {
    position: absolute;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .overviewimg img {
    max-width: 100%;
    min-height: 100%;
  }

  .info {
    float: right;
    width: 480px;
    font-weight: lighter;
    font-size: 16px;
  }

  .contact_txt {
    font-size: 20px;
  }

  .contact_tel {
    font-size: 60px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 300;
  }
}
@media screen and (max-width: 800px) {
  .contents02 {
    background-image: url(../images/back_white.jpg);
    background-repeat: no-repeat;
    background-position: center center;
  }

  .page_content {
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
    font-weight: lighter;
  }

  .title02 {
    font-size: 240%;
    line-height: 1.3em;
    font-weight: lighter;
    margin-bottom: 30px;
    text-align: left;
    letter-spacing: 0;
    color: #333;
  }

  .txt {
    text-align: left;
    font-size: 17px !important;
    line-height: 1.8em !important;
    letter-spacing: 0;
    margin-bottom: 20px;
    color: #5e5e5e;
    font-weight: lighter;
  }

  .ttl {
    text-align: center;
    margin-bottom: 5px;
    margin-top: 20px;
    font-size: 30px !important;
    font-weight: lighter;
    line-height: 1.3em;
  }

  .col3 {
    width: 45%;
    display: inline-table;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
  }

  .newscover {
    display: inline-block;
    position: relative;
    height: 65px;
    overflow: hidden;
    width: 100%;
  }

  .newscover img {
    position: absolute;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .news_title {
    font-size: 90%;
    color: #666;
    font-weight: lighter;
  }

  .date {
    font-size: 13px;
    color: rgba(26, 26, 26, 0.4);
  }

  .gallery-title {
    font-size: 160%;
    letter-spacing: 2px;
    text-transform: none;
    line-height: 1.2em;
    font-weight: lighter;
    margin-bottom: 20px;
  }

  .gallery_col3,
  .roomtype li {
    width: 48%;
    margin-bottom: 15px;
    text-align: center;
  }

  .gallery_col3 img,
  .roomtype img {
    width: 100%;
  }

  .gallery_col3:nth-child(odd),
  .roomtype li:nth-child(odd) {
    float: left;
  }

  .gallery_col3:nth-child(even),
  .roomtype li:nth-child(even) {
    float: right;
  }

  .roomtxt {
    text-align: center;
    font-size: 80%;
  }

  .sp_small {
    font-size: 85%;
  }
}
@media screen and (max-width: 800px) and (max-width: 320px) {
  .sp_small {
    font-size: 80%;
  }
}
@media screen and (max-width: 800px) {
  .ta_style {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .ta_style th {

    color: #FFF;
    background-color: #000;
    text-align: center;
    padding: 5px;
    font-weight: lighter;
    font-size: 90%;
    margin-bottom: 15px;
  }

  .ta_style td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 90%;
  }

  .overviewimg {
    display: inline-block;
    position: relative;
    height: 350px !important;
    overflow: hidden;
    width: 100%;
  }

  .overviewimg img {
    position: absolute;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .overviewimg img {
    max-width: 100%;
    min-height: 100%;
  }

  .info {
    margin-top: 30px;
    font-weight: lighter;
    font-size: 16px;
  }

  .contact_txt {
    font-size: 150%;
  }

  .contact_tel {
    font-size: 300%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 2.5em;
  }

  .gray {
    color: #5e5e5e;
    line-height: 3em;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .roomtxt {
    font-size: 70%;
  }
}
