html {
  overflow-y: scroll; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

img {
  vertical-align: bottom; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

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

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

abbr, acronym {
  border: 0;
  font-variant: normal; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%; }

/*because legend doesn't inherit in IE */
legend {
  color: #000; }

del, ins {
  text-decoration: none; }

.slidemain .photo .inner.p01 {
  background: url("../images/slide01.jpg") center center; }
.slidemain .photo .inner.p02 {
  background: url("../images/slide02.jpg") center center; }
.slidemain .photo .inner.p03 {
  background: url("../images/slide03.jpg") center center; }
.slidemain .photo .inner.p04 {
  background: url("../images/slide04.jpg") center center; }

.contents {
  padding-top: 50px;
  padding-bottom: 50px; }
  .contents .ttl-en {
    text-align: center; }
  .contents a {
    text-decoration: none;
    color: #000; }
  .contents *, .contents *:before, .contents *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.img {
  position: relative; }
  .img img {
    width: 100%;
    height: auto; }

#News {
  padding-bottom: 0; }
  #News .k-logo {
    display: block;
    text-align: center; }
    #News .k-logo img {
      width: 100%;
      max-width: 120px;
      height: auto;
      margin: auto; }
  #News .k-logo2 img {
    max-width: 280px; }

.page-ttl {
  font-size: 1.5rem;
  text-align: center;
  margin: 1rem auto;
  letter-spacing: .25rem; }

.scenery {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
  .scenery .img {
    width: 100%; }
  .scenery .txt01 {
    width: 90%;
    max-width: 680px;
    margin: auto;
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3; }
    .scenery .txt01 img {
      width: 100%;
      height: auto; }
  @media screen and (max-width: 768px) {
    .scenery .txt01 {
      top: 1rem; } }

.map {
  margin-top: 4rem; }
  .map .img {
    margin: 2rem auto 0 auto;
    max-width: 780px; }

.amenity {
  margin-top: 4rem; }
  .amenity .ame-list li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .amenity .ame-list li div, .amenity .ame-list li li {
      min-height: 0%; }
    .amenity .ame-list li .ame-txt {
      width: 47%;
      margin-top: 2rem; }
      .amenity .ame-list li .ame-txt .ame-ttl {
        font-size: 1.4rem; }
      .amenity .ame-list li .ame-txt .lead {
        margin-top: 2rem;
        line-height: 1.8; }
    .amenity .ame-list li .ame-img {
      width: 47%;
      margin-top: 2rem; }
    .amenity .ame-list li:nth-child(2n) .ame-img {
      -webkit-box-ordinal-group: -2;
      -ms-flex-order: -1;
      order: -1; }
  @media screen and (max-width: 768px) {
    .amenity .ame-list li .ame-txt {
      width: 100%; }
    .amenity .ame-list li .ame-img {
      width: 100%; }
    .amenity .ame-list li:nth-child(2n) .ame-img {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }

.btn-area {
  margin: 4rem auto 0 auto;
  text-align: center; }
  .btn-area a, .btn-area span {
    display: block;
    margin: 2rem auto 0 auto;
    border: 1px solid #764207;
    width: 80%;
    padding: 10px;
    max-width: 300px;
    position: relative;
    display: block;
    background: #F9F7F5;
    border-radius: 40px;
    color: #000;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .btn-area a:hover {
    background: #764207;
    color: #fff; }
  .btn-area span {
    opacity: .3;
    background: #999; }

.icon-are {
  margin: 4rem auto 0 auto; }
  .icon-are .img {
    width: 90%;
    max-width: 400px;
    margin: auto; }

.kiyaku {
  text-align: center;
  margin-top: 4rem;
  line-height: 2;
  letter-spacing: .1rem; }
  .kiyaku a, .kiyaku span {
    display: block;
    color: #000;
    text-decoration: none;
    line-height: 1;
    font-size: 1.4rem; }
  .kiyaku span {
    opacity: .3; }

.access-box {
  margin-top: 4rem;
  background: #EDDBCD;
  padding: 1rem 2rem; }
  .access-box .ttl-en {
    padding: 2rem 0; }
  .access-box .acc-flex {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .access-box .acc-flex div, .access-box .acc-flex li {
      min-height: 0%; }
    .access-box .acc-flex .acc-ttl {
      width: 100%; }
      .access-box .acc-flex .acc-ttl .k-logo {
        display: inline-block; }
        .access-box .acc-flex .acc-ttl .k-logo img {
          width: 80px;
          height: auto; }
      .access-box .acc-flex .acc-ttl .txt {
        display: inline-block;
        font-size: .9rem;
        line-height: 2;
        margin-left: 1rem; }
    .access-box .acc-flex .acc-txt {
      width: 32%;
      font-size: .9rem;
      line-height: 1.7; }
      .access-box .acc-flex .acc-txt p {
        margin-top: 2rem; }
      .access-box .acc-flex .acc-txt .bus {
        display: block;
        margin-top: 1rem;
        font-size: .8rem; }
      .access-box .acc-flex .acc-txt .toi {
        margin-top: 1rem;
        font-size: .8rem; }
        .access-box .acc-flex .acc-txt .toi a {
          padding-bottom: 3px;
          border-bottom: solid 1px #614C3F; }
      .access-box .acc-flex .acc-txt .time {
        margin-top: 1rem;
        font-size: .8rem; }
      .access-box .acc-flex .acc-txt .other {
        margin-top: 1rem;
        font-size: .8rem; }
      .access-box .acc-flex .acc-txt .note {
        margin-top: 1rem; }
    .access-box .acc-flex .acc-map {
      width: 60%;
      margin-top: 2rem; }
      .access-box .acc-flex .acc-map iframe {
        width: 100%; }
    .access-box .acc-flex .root1 {
      width: 48%;
      margin-top: 2rem; }
    .access-box .acc-flex .root2 {
      width: 48%;
      margin-top: 2rem; }
      .access-box .acc-flex .root2 .r-ttl {
        padding-bottom: .5rem; }
  @media screen and (max-width: 768px) {
    .access-box .acc-flex .acc-ttl {
      text-align: center; }
      .access-box .acc-flex .acc-ttl .txt {
        margin-top: 1rem; }
    .access-box .acc-flex .acc-txt {
      width: 100%; }
    .access-box .acc-flex .acc-map {
      width: 100%; }
    .access-box .acc-flex .root1 {
      width: 100%; }
    .access-box .acc-flex .root2 {
      width: 100%; } }

.remodal {
  max-width: 800px; }
  @media screen and (max-width: 768px) {
    .remodal {
      padding: 10px; } }
