@charset "UTF-8";
/* Reset ------------------------------------------------------------------ */
:link, :visited {
  text-decoration: none;
}

html {
  font-size: 16px;
}

html, body, div, ul, ol, li, dl, dt, dd, form, fieldset, input, textarea, h1, h2, h3, h4, h5, h6, pre, code, p, blockquote, hr, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

table {
  border-spacing: 0;
}

fieldset, img, abbr, acronym {
  border: 0;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

a {
  text-decoration: underline;
  outline: none;
}

hr {
  border: 1;
  height: 1;
  background-color: #999;
  color: #999;
}

a img, :link img, :visited img {
  border: none;
}

a:hover img {
  position: relative;
  top: 2px;
}

address {
  font-style: normal;
  display: inline;
}

img.left {
  float: left;
  padding-right: 10px;
}
img.right {
  float: right;
  padding-left: 10px;
}

/*-----------------------
分割
-----------------------*/
.col {
  letter-spacing: -1em;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .col {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .col {
    width: auto;
  }
}
.col .col_inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  list-style: none;
  letter-spacing: 0em;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .col .col_inner {
    display: inline-block;
    width: 50%;
  }
  .col .col_inner.w_33 {
    width: 33.333%;
  }
  .col .col_inner.w_50 {
    width: 50%;
  }
  .col .col_inner.w_100 {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .col .col_inner.w_33 {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .col .col_inner {
    width: 100%;
    display: block;
  }
}
.col .col_left {
  padding-right: 20px;
}
@media screen and (max-width: 1200px) {
  .col .col_left {
    padding-right: 0px;
  }
}
.col .col_right {
  padding-left: 20px;
}
@media screen and (max-width: 1200px) {
  .col .col_right {
    padding-left: 0px;
  }
}

@media screen and (min-width: 768px) {
  .mob_off {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .mob_off {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .mob_on {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .mob_on {
    display: inline;
  }
}

/*-----------------------
インナー
-----------------------*/
.inner {
  margin: 0 auto;
  width: 1200px;
}
@media screen and (max-width: 1200px) {
  .inner {
    width: 100%;
  }
}

/*-----------------------
トップページ
-----------------------*/
body {
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 500;
  color: #363530;
}

header {
  margin-bottom: 50px;
}
header h1 > img {
  vertical-align: bottom;
}

.w_100 {
  width: 100%;
}

.top_bg {
  background: #d0caaa;
}

.section_ttl {
  font-size: 48px;
  font-weight: 400;
  color: #967b31;
}
.section_ttl-small {
  position: relative;
  padding-left: 30px;
  font-size: 22px;
  font-weight: 500;
  color: #000000;
}
.section_ttl-small::before {
  position: absolute;
  content: "/";
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.reserve .top_banner {
  margin-bottom: 50px;
}

.information h3 {
  width: 100%;
  margin-top: 10px;
  padding: 10px 0px;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  background: #ebe9db;
  text-align: center;
}
.information .top_news-inner {
  padding: 20px;
}
.information .top_news-inner h4 {
  padding: 10px 0px;
  font-weight: bold;
  font-size: 20px;
  color: #967b31;
}
.information .top_news-inner .top_news-table {
  margin-left: 20px;
  margin-bottom: 30px;
}
.information .top_news-inner .top_news-table > tbody > tr > th {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  vertical-align: top;
}
.information .top_news-inner .top_news-table > tbody > tr > th::before {
  position: absolute;
  content: "■";
  top: 3px;
  left: -20px;
  font-size: 12px;
  color: #967b31;
}
.information .top_news-inner .top_news-table > tbody > tr > td {
  padding-left: 20px;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .information .top_news-inner .top_news-table > tbody > tr > th,
  .information .top_news-inner .top_news-table > tbody > tr > td {
    display: block;
  }
  .information .top_news-inner .top_news-table > tbody > tr > td {
    padding-bottom: 8px;
    padding-left: 0;
  }
}
.information .top_news-inner > ul > li {
  position: relative;
  padding-left: 20px;
}
.information .top_news-inner > ul > li::before {
  position: absolute;
  content: "■";
  top: 2px;
  left: 0px;
  font-size: 12px;
  color: #967b31;
}

.okayamagreenhotel {
  margin-top: 30px;
  margin-bottom: 40px;
  background: #e3dfcc;
}
.okayamagreenhotel .hotel_img {
  display: block;
  margin: 20px auto 10px auto;
  text-align: center;
}
.okayamagreenhotel .okayamagreenhotel_text {
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.okayamagreenhotel .hotel_text {
  padding-bottom: 30px;
}
.okayamagreenhotel .hotel_text--01 {
  padding-left: 80px;
  padding-bottom: 20px;
  font-size: 18px;
}
.okayamagreenhotel .hotel_text--02 {
  margin: 0 auto 10px auto;
  padding: 5px 0px;
  width: 75%;
  font-size: 18px;
  font-weight: bold;
  background: #ffffff;
  border-radius: 25px;
  text-align: center;
}
.okayamagreenhotel .hotel_text--03 {
  padding-left: 80px;
}

.access ul {
  padding-top: 20px;
}
.access ul > li {
  font-size: 18px;
}

.img_mtb {
  margin: 70px auto 25px auto;
}
@media screen and (max-width: 960px) {
  .img_mtb img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}

footer .footer_text {
  padding-top: 30px;
  background: #d0caaa;
  text-align: center;
}
footer .footer_text--01 {
  font-size: 20px;
}
footer .footer_text--02 {
  padding-bottom: 35px;
  font-size: 18px;
}
footer .copyright {
  background: #6d5922;
}
footer .copyright > p {
  padding: 5px 0;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .logo {
    display: block;
    margin: 0 auto;
  }
  .okayamagreenhotel > img {
    margin: 0 auto;
  }
  .okayamagreenhotel .hotel_text--01 {
    padding-left: 0px;
    text-align: center;
  }
  .okayamagreenhotel .hotel_text--02 {
    width: 80%;
  }
  .okayamagreenhotel .hotel_text--03 {
    padding-left: 0px;
    text-align: center;
  }
  .reserve .top_banner {
    margin-top: 20px;
  }
  .reserve .top_banner > a {
    display: block;
    text-align: center;
  }
  footer .sp_pad {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  section {
    padding: 0px 10px;
  }
  img {
    max-width: 100%;
  }
  .section_ttl {
    font-size: 30px;
  }
  .section_ttl-small {
    padding-left: 15px;
    font-size: 16px;
  }
  .section_ttl-small::before {
    left: 5px;
  }
  .information h3 {
    font-size: 18px;
  }
  .information .top_news-inner {
    padding: 10px;
  }
  footer .footer_text--01 {
    font-size: 18px;
  }
  footer .footer_text--02 {
    font-size: 16px;
  }
  footer .copyright > p {
    font-size: 12px;
  }
}