@charset "UTF-8";
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*==================================================================================================
	TOP
==================================================================================================*/
/*--------------------------------
  SUIGYOKU-NO-YU
--------------------------------*/
.hero {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: end;
      align-items: flex-end;
  height: 768px;
  overflow: hidden;
  z-index: -1;
}

.hero::before {
  content: "";
  display: block;
  background: url("../../images/hero_bg.jpg") 0 100% no-repeat;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 1440px) {
  .hero {
    height: 660px;
  }
}

@media screen and (max-width: 960px) {
  .hero {
    height: 620px;
  }
}

@media screen and (max-width: 800px) {
  .hero {
    height: 470px;
  }
  .hero::before {
    background-position: 12% 30%;
    background-size: 340%;

	  top: -30px;	
	  height: 768px;
  }
}

.hero .hero-box {
  padding: 0 2em 4em;
  color: #FFF;
}

@media screen and (max-width: 800px) {
  .hero .hero-box {
    width: 100%;
    padding: 0 1.5em 1em;
  }
}

.hero .hero-box .hero-box__title {
  margin-bottom: 0.25em;
  font-size: 8rem;
}

.hero .hero-box .hero-box__title::after {
  background: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0) 100%);
  display: block;
  content: "";
  width: 120%;
  height: 2px;
  margin-top: 4px;
}

@media screen and (max-width: 1180px) {
  .hero .hero-box .hero-box__title {
    font-size: 7rem;
  }
}

@media screen and (max-width: 960px) {
  .hero .hero-box .hero-box__title {
    font-size: 6rem;
  }
}

@media screen and (max-width: 800px) {
  .hero .hero-box .hero-box__title {
    display: none;
  }
}

.hero .hero-box .hero-box__description {
  font-size: 1.6rem;
}

@media screen and (max-width: 800px) {
  .hero .hero-box .hero-box__description {
    font-size: 1.4rem;
  }
}

.hero .hero-box .hero-box__scroller {
  display: none;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .hero .hero-box .hero-box__scroller {
    display: block;
    margin-top: 1.5em;
  }
}

.hero .hero-box .hero-box__scroller span {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 37px;
  margin-left: -11px;
  border: 1px solid #fff;
  border-radius: 50px;
}

.hero .hero-box .hero-box__scroller span::before {
  position: absolute;
  top: 6px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}

@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 16px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/*--------------------------------
  SUIGYOKU-NO-YU (SP)
--------------------------------*/
@media screen and (min-width: 801px) {
  .suigyoku {
    display: none;
  }
}

.suigyoku__img img {
  width: 100%;
}

/*--------------------------------
  About NIIGATA
--------------------------------*/
.niigata {
  background-color: #fff;
}

@media screen and (min-width: 801px) {
  .niigata {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 40px 40px 40px 0;
  }
}

.niigata .niigata__img {
  text-align: center;
}

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

@media screen and (min-width: 1181px) {
  .niigata .section-body {
    width: calc(100% - 480px);
  }
}

@media screen and (min-width: 801px) {
  .niigata .section-body {
    padding-left: 60px;
  }
}

/*--------------------------------
  Recommended tourist information
--------------------------------*/
@media screen and (min-width: 801px) {
  .information {
    background: url("../../images/information_bg.jpg") 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .information .section-body {
    background-color: rgba(0, 0, 0, 0.6);
    width: 50%;
    padding: 64px 60px;
    color: #FFF;
  }
}

@media screen and (min-width: 801px) and (max-width: 960px) {
  .information .section-body {
    padding: 44px 40px;
  }
}

@media screen and (max-width: 800px) {
  .information {
    background: none;
  }
  .information .section-bg-title {
    background-image: url("../../images/information_bg.jpg");
  }
}

/*--------------------------------
  About SATORIKAN
--------------------------------*/
.about {
  background: url("../../images/about_bg02.jpg") 50% 100% no-repeat;
}

.about .about__inner {
  background: url("../../images/about_bg01.png") 100% 0 no-repeat;
  padding: 120px 40px;
}

@media screen and (min-width: 801px) {
  .about .about__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media screen and (max-width: 1440px) {
  .about .about__inner {
    background-size: 30%;
    padding: 90px 30px;
  }
}

@media screen and (max-width: 1180px) {
  .about .about__inner {
    padding: 60px 30px;
  }
}

@media screen and (max-width: 960px) {
  .about .about__inner {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 800px) {
  .about .about__inner {
    padding: 0;
  }
}

.about .about__slider {
  position: relative;
}

@media screen and (min-width: 801px) {
  .about .about__slider {
    width: 55.41667%;
    max-width: 798px;
  }
}

.about .about__slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.about .about__slider .slick-dots li {
  display: inline-block;
}

.about .about__slider .slick-dots li:nth-child(n+2) {
  margin-left: 10px;
}

.about .about__slider .slick-dots li.slick-active button {
  background-color: #599442;
}

.about .about__slider .slick-dots li button {
  background-color: #FFF;
  width: 12px;
  height: 12px;
  border: 3px solid #FFF;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999px;
}

@media screen and (min-width: 801px) {
  .about .section-body {
    padding-left: 60px;
  }
}

/*--------------------------------
  Hot spring
--------------------------------*/
.hot-spring {
  position: relative;
  padding: 210px 100px;
}

@media screen and (max-width: 1440px) {
  .hot-spring {
    padding: 160px 80px;
  }
}

@media screen and (max-width: 1180px) {
  .hot-spring {
    padding: 100px 40px;
  }
}

@media screen and (max-width: 960px) {
  .hot-spring {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 800px) {
  .hot-spring {
    padding: 0;
  }
}

@media screen and (min-width: 801px) {
  .hot-spring {
    background: url("../../images/hotspring_bg.jpg") 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  .hot-spring::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
  }
  .hot-spring .hot-spring__img {
    -ms-flex-order: 2;
        order: 2;
    position: relative;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.6);
  }
  .hot-spring .section-body {
    -ms-flex-positive: 1;
        flex-grow: 1;
    position: relative;
    width: calc(100% - 475px);
    padding-right: 110px;
    color: #FFF;
  }
}

@media screen and (min-width: 801px) and (max-width: 1180px) {
  .hot-spring .section-body {
    padding-right: 40px;
  }
}

@media screen and (max-width: 800px) {
  .hot-spring {
    background: none;
  }
  .hot-spring .section-bg-title {
    background-image: url("../../images/hotspring_bg.jpg");
  }
  .hot-spring .hot-spring__img {
    -ms-flex-order: 1;
        order: 1;
    display: none;
  }
}

/*--------------------------------
  Dishes
--------------------------------*/
.dishes {
  position: relative;
  padding: 210px 100px;
}

@media screen and (max-width: 1440px) {
  .dishes {
    padding: 160px 80px;
  }
}

@media screen and (max-width: 1180px) {
  .dishes {
    padding: 100px 40px;
  }
}

@media screen and (max-width: 960px) {
  .dishes {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 800px) {
  .dishes {
    padding: 0;
  }
}

@media screen and (min-width: 801px) {
  .dishes {
    background: url("../../images/dishes_bg.jpg") 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  .dishes::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
  }
  .dishes .dishes__img {
    position: relative;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.6);
  }
  .dishes .section-body {
    -ms-flex-positive: 1;
        flex-grow: 1;
    position: relative;
    width: calc(100% - 475px);
    padding-left: 110px;
    color: #FFF;
  }
}

@media screen and (min-width: 801px) and (max-width: 1180px) {
  .dishes .section-body {
    padding-left: 40px;
  }
}

@media screen and (max-width: 800px) {
  .dishes {
    background: none;
  }
  .dishes .section-bg-title {
    background-image: url("../../images/dishes_bg.jpg");
  }
  .dishes .dishes__img {
    -ms-flex-order: 1;
        order: 1;
    display: none;
  }
}

/*--------------------------------
  Room
--------------------------------*/
.room {
  position: relative;
  padding: 210px 100px;
}

@media screen and (max-width: 1440px) {
  .room {
    padding: 160px 80px;
  }
}

@media screen and (max-width: 1180px) {
  .room {
    padding: 100px 40px;
  }
}

@media screen and (max-width: 960px) {
  .room {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 800px) {
  .room {
    padding: 0;
  }
}

@media screen and (min-width: 801px) {
  .room {
    background: url("../../images/room_bg.jpg") 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  .room::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
  }
  .room .room__img {
    -ms-flex-order: 2;
        order: 2;
    position: relative;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.6);
  }
  .room .section-body {
    -ms-flex-positive: 1;
        flex-grow: 1;
    position: relative;
    width: calc(100% - 475px);
    padding-right: 110px;
    color: #FFF;
  }
}

@media screen and (min-width: 801px) and (max-width: 1180px) {
  .room .section-body {
    padding-right: 40px;
  }
}

@media screen and (max-width: 800px) {
  .room {
    background: none;
  }
  .room .section-bg-title {
    background-image: url("../../images/room_bg.jpg");
  }
  .room .room__img {
    -ms-flex-order: 1;
        order: 1;
    display: none;
  }
}

/*--------------------------------
  Satori
--------------------------------*/
.satori {
  position: relative;
  padding: 80px 100px;
}

.satori .satori__logo {
  margin-top: 50px;
  margin-bottom: 50px;
}

.satori .detail-btn--o {
  color: #FFF;
}

@media screen and (max-width: 1440px) {
  .satori {
    padding: 60px 80px;
  }
}

@media screen and (max-width: 1180px) {
  .satori {
    padding: 50px 40px;
  }
}

@media screen and (max-width: 960px) {
  .satori {
    padding: 50px 20px;
  }
}

@media screen and (max-width: 800px) {
  .satori {
    padding: 0;
  }
}

@media screen and (min-width: 801px) {
  .satori {
    background: url("../../images/satori_bg.jpg") 30% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
  }
  .satori .section-copy,
  .satori .section-title {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .satori {
    background: none;
  }
  .satori .section-bg-title {
    position: relative;
    background: url("../../images/satori_bg.jpg") 20% 50% no-repeat;
    background-size: cover;
    margin-top: 0;
    margin-bottom: 0;
  }
  .satori .section-bg-title img {
    width: 100px;
  }
  .satori .section-bg-title::before {
    display: none;
  }
  .satori .satori__img {
    -ms-flex-order: 1;
        order: 1;
    display: none;
  }
}

/*==================================================================================================
	サブ共通
==================================================================================================*/
.site-header--sub .site-header__wrapper {
  background-color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 800px) {
  .site-header--sub .site-header__wrapper {
    background-color: #000;
  }
}

.article-header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 340px;
  overflow: hidden;
  z-index: -1;
}

.article-header::before {
  content: "";
  display: block;
  background: 50% 50% no-repeat;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 55%;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .article-header {
    height: 300px;
  }
}

@media screen and (max-width: 800px) {
  .article-header {
    height: 216px;
  }
  .article-header::before {
	  
	  background-size:auto;
	  height: 340px;
  }
}

.page-title {
  margin-top: 2.4em;
  color: #FFF;
  font-size: 5rem;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 800px) {
  .page-title {
    margin-top: 1.6em;
    font-size: 3.2rem;
  }
}

.article-center-text {
  padding: 50px;
}

@media screen and (max-width: 960px) {
  .article-center-text {
    padding: 40px;
  }
}

@media screen and (max-width: 800px) {
  .article-center-text {
    padding: 30px;
  }
}

@media screen and (max-width: 480px) {
  .article-center-text {
    padding: 20px 10px;
  }
}

.article-center-text p {
  font-size: 1.2em;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .article-center-text p {
    text-align: left;
  }
}

.article-center-text p + p {
  margin-top: 1em;
}

.article-read {
  padding: 50px;
  border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 960px) {
  .article-read {
    padding: 40px;
  }
}

@media screen and (max-width: 800px) {
  .article-read {
    padding: 30px;
  }
}

@media screen and (max-width: 480px) {
  .article-read {
    padding: 20px 10px;
  }
}

.article-read p {
  font-size: 1.2em;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .article-read p {
    text-align: left;
  }
}

.article-read p + p {
  margin-top: 1em;
}

.article-section .article-section__title {
  position: relative;
  background: 50% 50% no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 1em;
  text-align: center;
}

.article-section .article-section__title::before {
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.article-section .article-section__title span {
  position: relative;
  color: #FFF;
  font-size: 2.9rem;
  z-index: 1;
}

@media screen and (min-width: 801px) {
  .article-section .article-section__title {
    font-size: 4em;
  }
}

@media screen and (max-width: 800px) {
  .article-section .article-section__title {
    font-size: 2em;
  }
}

@media screen and (min-width: 801px) {
  .article-section .article-section__body {
    padding: 0 50px;
  }
}

@media screen and (max-width: 800px) {
  .article-section .article-section__body {
    padding: 0 10px;
  }
}

@media screen and (min-width: 801px) {
  .article-section .article-section__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 70px 0;
    /*margin: 50px 0;*/
  }
  .article-section .article-section__wrapper.article-section__wrapper--lg {
    /*margin: 80px 0;*/
    padding: 80px 0;
  }
  .article-section .article-section__wrapper.article-section__wrapper--reverse .section-body {
    -ms-flex-order: 2;
        order: 2;
  }
}

@media screen and (max-width: 1180px) {
  .article-section .article-section__wrapper.article-section__wrapper--lg {
    /*margin: 50px 0;*/
    padding: 50px 0;
  }
}

@media screen and (max-width: 960px) {
  .article-section .article-section__wrapper.article-section__wrapper--lg {
    /*margin: 40px 0;*/
    padding: 40px 0;
  }
}

@media screen and (max-width: 800px) {
  .article-section .article-section__wrapper {
    margin: 20px 0;
  }
  .article-section .article-section__wrapper.article-section__wrapper--lg {
    /*margin: 30px 0;*/
    padding: 30px 0;
  }
}

.article-section .section-slider {
  position: relative;
  max-width: 674px;
}

@media screen and (max-width: 1180px) {
  .article-section .section-slider {
    width: 500px;
  }
}

@media screen and (min-width: 801px) and (max-width: 960px) {
  .article-section .section-slider {
    width: 400px;
  }
}

@media screen and (max-width: 800px) {
  .article-section .section-slider {
    width: 100%;
  }
}

.article-section .section-slider .caption {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  padding: .6em .8em .8em;
  color: #FFF;
}

@media screen and (min-width: 801px) {
  .article-section .section-slider .caption {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 800px) {
  .article-section .section-slider .caption {
    font-size: 1.2rem;
  }
}

.article-section .section-slider img {
  width: 100%;
}

.article-section .section-slider .slick-dots {
  margin-top: 1em;
  text-align: center;
}

.article-section .section-slider .slick-dots li {
  display: inline-block;
}

.article-section .section-slider .slick-dots li:nth-child(n+2) {
  margin-left: 10px;
}

.article-section .section-slider .slick-dots li.slick-active button {
  background-color: #9CBE8C;
}

.article-section .section-slider .slick-dots li button {
  background-color: #599442;
  width: 16px;
  height: 16px;
  border: 4px solid #599442;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999px;
}

@media screen and (min-width: 801px) {
  .article-section .section-body {
    padding: 0 40px;
  }
}

@media screen and (max-width: 800px) {
  .article-section .section-body {
    padding: 0;
  }
}

.section-table {
  margin: 50px 0;
}

@media screen and (max-width: 1180px) {
  .section-table {
    margin: 40px 0;
  }
}

@media screen and (max-width: 960px) {
  .section-table {
    margin: 30px 0;
  }
}

@media screen and (max-width: 800px) {
  .section-table {
    display: none;
  }
}

.section-sp-table {
  display: none;
  margin: 30px 0;
  border-top: 1px solid #CCC;
}

.section-sp-table th, .section-sp-table td {
  display: block;
  width: 100%;
  border-width: 0 1px 1px;
}

@media screen and (max-width: 800px) {
  .section-sp-table {
    display: table;
    margin-top: 30px 0;
  }
}

.article-content-list {
  overflow: hidden;
  display: block;
  padding: 0 0 100px;
  max-width: 1350px;
  margin-right: auto;
  margin-left: auto;
	margin-top:30px; 
}

@media screen and (max-width: 1370px) {
  .article-content-list {
    margin-right: 10px;
    margin-left: 10px;
  }
}

.article-content-list li {
  float: left;
  margin: 0 0 30px 0;
}

@media screen and (min-width: 1350px) {
  .article-content-list li {
    float: left;
    width: 23.85185%;
    margin-top: 1.53086%;
    margin-left: 1.53086%;
  }
  .article-content-list li:nth-child(4n+1) {
    margin-left: 0;
    clear: both;
  }
  .article-content-list li:nth-child(-n+4) {
    margin-top: 0;
  }
}

@media screen and (min-width: 481px) and (max-width: 1349px) {
  .article-content-list li {
    float: left;
    width: 32%;
    margin-top: 2%;
    margin-left: 2%;
  }
  .article-content-list li:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
  }
  .article-content-list li:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .article-content-list li {
    float: left;
    width: 48.95833%;
    margin-top: 2.08333%;
    margin-left: 2.08333%;
  }
  .article-content-list li:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
  }
  .article-content-list li:nth-child(-n+2) {
    margin-top: 0;
  }
}

.article-content-list li p {
  text-align: center;
  padding: 10px 0 0 0;
}

.article-content-list li img {
  width: 100%;
}

.back-river01-rt {
  background: url(../images/sub_bg01.jpg) no-repeat right top;
}

@media screen and (max-width: 1440px) {
  .back-river01-rt {
    background-size: 40%;
  }
}

.back-river01-lf {
  background: url(../images/sub_bg01.jpg) no-repeat left top;
}

@media screen and (max-width: 1440px) {
  .back-river01-lf {
    background-size: 40%;
  }
}

.back-river02-rt {
  background: url(../images/sub_bg03.jpg) no-repeat right top;
}

@media screen and (max-width: 1440px) {
  .back-river02-rt {
    background-size: 40%;
  }
}

.back-river02-lf {
  background: url(../images/sub_bg03.jpg) no-repeat left top;
}

@media screen and (max-width: 1440px) {
  .back-river02-lf {
    background-size: 40%;
  }
}

.back-river03-rt {
  background: url(../images/sub_bg05.jpg) no-repeat right top;
}

@media screen and (max-width: 1440px) {
  .back-river03-rt {
    background-size: 30%;
  }
}

.back-river03-lf {
  background: url(../images/sub_bg05.jpg) no-repeat left top;
}

@media screen and (max-width: 1440px) {
  .back-river03-lf {
    background-size: 30%;
  }
}

.back-grass01-rt {
  background: url(../images/sub_bg02.jpg) no-repeat right top;
}

@media screen and (max-width: 1440px) {
  .back-grass01-rt {
    background-size: 45%;
  }
}

.back-grass01-lf {
  background: url(../images/sub_bg02.jpg) no-repeat left top;
}

@media screen and (max-width: 1440px) {
  .back-grass01-lf {
    background-size: 45%;
  }
}

.back-grass02-rt {
  background: url(../images/sub_bg04.jpg) no-repeat right top;
}

@media screen and (max-width: 1440px) {
  .back-grass02-rt {
    background-size: 45%;
  }
}

.back-grass02-lf {
  background: url(../images/sub_bg04.jpg) no-repeat left top;
}

@media screen and (max-width: 1440px) {
  .back-grass02-lf {
    background-size: 45%;
  }
}

/*==================================================================================================
	温泉
==================================================================================================*/
.article-header--onsen::before {
  background-image: url("../../onsen/images/header_bg.jpg");
}

.article-section .onsen-title01 {
  background-image: url("../../onsen/images/onsen_title_bg01.jpg");
}

.article-section .onsen-title02 {
  background-image: url("../../onsen/images/onsen_title_bg02.jpg");
}

.article-section .onsen-title03 {
  background-image: url("../../onsen/images/onsen_title_bg03.jpg");
}

/*==================================================================================================
	客室
==================================================================================================*/
.article-header--room + .site-main {
  padding: 60px 0 0 0;
}

.article-header--room::before {
  background-image: url("../../room/images/header_bg.jpg");
}

.article-section .room-title01 {
  background-image: url("../../room/images/room_title_bg01.jpg");
}

.article-section .room-title02 {
  background-image: url("../../room/images/room_title_bg02.jpg");
}

/*==================================================================================================
	お食事
==================================================================================================*/
.article-header--meal::before {
  background-image: url("../../meal/images/header_bg.jpg");
}

.article-section .meal-title01 {
  background-image: url("../../meal/images/meal_title_bg01.jpg");
}

.article-section .meal-title02 {
  background-image: url("../../meal/images/meal_title_bg02.jpg");
}

/*==================================================================================================
	おすすめ観光情報
==================================================================================================*/
.article-header--peripheral + .site-main {
  padding: 20px 0 0 0;
}

.article-header--peripheral::before {
  background-image: url("../../peripheral/images/header_bg.jpg");
}

/*==================================================================================================
	佐取館について
==================================================================================================*/
.article-header--about + .site-main {
  padding: 20px 0 0 0;
}

.article-header--about + .site-main .section-table {
  margin: 0;
}

.article-header--about::before {
  background-image: url("../../about/images/header_bg.jpg");
}

/*==================================================================================================
	レセプションフロア 沙渡里
==================================================================================================*/
.article-header--reception::before {
  background-image: url("../../room/images/reception_header_bg.jpg");
}

.article-section .reception-title01 {
  background-image: url("../../room/images/reception_title_bg01.jpg");
}

.article-section .reception-title02 {
  background-image: url("../../room/images/reception_title_bg02.jpg");
}

.article-section .reception-title03 {
  background-image: url("../../room/images/reception_title_bg03.jpg");
}

.article-section .reception-title04 {
  background-image: url("../../room/images/reception_title_bg04.jpg");
}

.article-section .reception-title05 {
  background-image: url("../../room/images/reception_title_bg05.jpg");
}

.article-section .reception-title06 {
  background-image: url("../../room/images/reception_title_bg06.jpg");
}

/*==================================================================================================
	よくあるご質問
==================================================================================================*/
.article-header--questions::before {
  background-image: url("../../qa/images/header_bg.jpg");
}

.common_wrap {
  margin: 0 auto;
  width: 95%;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.common_wrap h2 {
  font-size: 1.6em;
  line-height: 1.6em;
  margin-top: 20px;
  font-weight: bold;
}

.common_wrap h3 {
  font-size: 1.3em;
  line-height: 1.4em;
  margin-top: 20px;
  font-weight: bold;
}

.common_wrap h4 {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-top: 20px;
}

.common_ttl {
  font-size: 28px;
  font-weight: normal;
  margin: 40px auto 40px;
  overflow: hidden;
  text-align: center;
}

.common_ttl2 {
  font-size: 20px;
  font-weight: normal;
  margin: 20px 0 0;
  overflow: hidden;
  text-align: center;
  line-height: 1.4em;
  border-bottom: #ccc 1px dotted;
  padding-bottom: 20px;
}

.qa ul {
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.qa ul li {
  margin: 0 2% 15px 0;
  padding: 15px;
  border: 1px solid #ccc;
  width: 32%;
  list-style: none;
}

@media screen and (max-width: 800px) {
  .qa ul li {
    margin: 0 10px 15px 10px;
    padding: 5%;
    border: 1px solid #ccc;
    list-style: none;
    width: 100%;
  }
}

.qa h2.qa_tit {
  font-size: 1.2em;
  background-color: #333333;
  padding: 10px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.qa ul.block li:nth-child(3n) {
  margin-right: 0px;
}

@media screen and (max-width: 800px) {
  .qa ul.block li:nth-child(3n) {
    margin-right: 10px;
  }
}

.localnavi ul,
.localnavi_col3 ul {
  list-style: none;
}

.localnavi {
  padding: 50px 0 40px;
}

@media screen and (max-width: 800px) {
  .localnavi {
    padding: 30px 0 10px;
  }
}

.localnavi ul li {
  display: inline-block;
  /* 横並び */
  width: 25%;
  vertical-align: top;
  /* li要素を上端揃えに */
  margin: 0 0px 1px 0;
  padding: 10px 0;
  background-color: #666666;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .localnavi ul li {
    width: 100%;
  }
}

.localnavi_col3 ul li {
  display: inline-block;
  /* 横並び */
  width: 32%;
  vertical-align: top;
  /* li要素を上端揃えに */
  margin: 0 0px 1px 0;
  padding: 10px 0px;
  background-color: #12326c;
  text-align: center;
}

.localnavi ul li.now,
.localnavi_col3 ul li.now {
  background-color: #b5b5b5;
}

.localnavi ul li a, .localnavi_col3 ul li a {
  color: #FFFFFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.3em;
  text-align: center;
  display: block;
  text-decoration: none;
}

.localnavi ul li a:hover, .localnavi_col3 ul li a:hover {
  text-decoration: none;
}

.localnavi ul li a span, .localnavi_col3 ul li a span {
  font-size: 0.6em;
}

.localnavi ul li a span:before, .localnavi_col3 ul li a span:before {
  content: "\A";
  white-space: pre;
}

#contents_satori table.default_sel {
  width: 98%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#contents_satori table.default_sel th,
#contents_satori table.default_sel th td {
  padding: 10px;
  border: 1px dotted #666666;
  background-color: #000000;
  line-height: 1.4em;
}

#contents_satori table.default_sel th {
  background: #000000;
  width: 40%;
  text-align: left;
}

p.txt1, ul.txt1 {
  font-size: 1.1em;
  line-height: 1.6em;
  margin: 15px 0 30px;
  color: #333333;
}

ul.txt1 li {
  line-height: 1.6em;
}

p.txt2 {
  font-size: 1.1em;
  line-height: 1.6em;
  margin: 20px 0 30px;
}

/*==================================================================================================
	アクセス
==================================================================================================*/
.article-header--access::before {
  background-image: url("../../access/images/header_bg.jpg");
}

.access_map {
  padding: 100px 50px 50px;
}

a.gmapbox{
	display: block;
	width: 100%;
	padding: 5px;
	background:#E4E1E1;
	text-align: center;
}
a.gmapbox:hover{
	opacity: 0.8;
}
.access_howto {
  padding: 0 50px 100px;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.access_howto:after {
  content: "";
  display: block;
  clear: both;
}
.access_howto__L {
  width: 48%;
  float: left;
}
.access_howto__R {
  width: 48%;
  float: right;
}
.access_howto h2 {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.4em;
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
  padding-bottom: 20px;
  text-align: center;
}
.access_howto h3 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4em;
  margin: 30px 0 10px;
}
.access_howto p {
  line-height: 1.6em;
}
