@charset "UTF-8";
/*                トップページ用
======================================================= */
#home #home_kv {
  position: relative;
}
#home #home_kv .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#home #home_kv .cover img {
  display: block;
}
#home #home_bnr ul li.col6 {
  width: 49.99%;
}
#home #home_bnr ul li a {
  background-color: #fff;
  display: block;
}
#home #home_bnr ul li a:hover img {
  display: block;
}
#home .home_cont {
  background-color: #ffffff;
  padding-bottom: 4.8em;
}
@media only screen and (max-width: 1024px) {
  #home .home_cont {
    padding-bottom: 3em;
  }
}
@media only screen and (max-width: 768px) {
  #home .home_cont {
    padding-bottom: 2em;
  }
}
#home .home_cont > .bg_btm_slanting {
  padding-top: 2em;
  padding-bottom: 4.8em;
}
@media only screen and (max-width: 1024px) {
  #home .home_cont > .bg_btm_slanting {
    padding-bottom: 3em;
  }
}
@media only screen and (max-width: 768px) {
  #home .home_cont > .bg_btm_slanting {
    padding-bottom: 2em;
  }
}
@media only screen and (max-width: 640px) {
  #home .home_cont > .bg_btm_slanting {
    padding-top: 0;
    padding-bottom: 3em;
  }
}
#home .home_cont.bg_top_slanting {
  padding-bottom: 0;
}
#home .home_cont + .home_cont {
  padding-top: 4.8em;
}
@media only screen and (max-width: 1024px) {
  #home .home_cont + .home_cont {
    padding-top: 3em;
  }
}
@media only screen and (max-width: 768px) {
  #home .home_cont + .home_cont {
    padding-top: 0;
  }
}
#home .home_title, #home #home_news_title {
  text-align: center;
}
#home .home_title h2, #home #home_news_title h2 {
  position: relative;
}
#home .home_title a, #home #home_news_title a {
  text-decoration: none;
  color: #35231c;
  font-size: 120%;
}
@media only screen and (max-width: 768px) {
  #home .home_title a, #home #home_news_title a {
    color: #ffffff;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #home .home_title a:before, #home #home_news_title a:before {
    content: "\f138";
    display: inline-block;
    font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 80%;
    vertical-align: top;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -0.8em;
  }
}
#home .home_title img, #home #home_news_title img {
  display: none;
}
@media only screen and (max-width: 768px) {
  #home .home_title img, #home #home_news_title img {
    display: inline-block;
    height: 1.2em;
    position: relative;
    top: -2px;
    vertical-align: middle;
    width: auto;
    margin-right: .5em;
  }
}
#home .home_title h2 {
  font-size: 171.4%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  #home .home_title h2 {
    background-color: #533d2f;
    color: #ffffff;
    font-size: 142.9%;
    text-align: left;
    padding: .5em 20px .4em;
    margin: 0 -20px 1em;
  }
}
@media only screen and (max-width: 640px) {
  #home .home_title h2 {
    padding: .5em 15px .4em;
    margin: 0 -15px 1em;
  }
}
#home .home_title h2 + p {
  line-height: 1.8;
  text-align: center;
  margin: -0.5em 0 1.8em;
}
@media only screen and (max-width: 640px) {
  #home .home_title h2 + p {
    border-bottom: 1px #dddddd solid;
    line-height: 1.5;
    text-align: left;
    padding-bottom: 1em;
  }
}
@media only screen and (max-width: 768px) {
  #home .col4_cont .col3 {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #home .col4_cont .col3 {
    margin-bottom: 0;
  }
}
#home .col4_cont .col3 a, #home .col4_cont .col3 span {
  display: block;
  text-decoration: none;
}
#home .col4_cont .col3 a h3, #home .col4_cont .col3 a h4, #home .col4_cont .col3 a p, #home .col4_cont .col3 span h3, #home .col4_cont .col3 span h4, #home .col4_cont .col3 span p {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
#home .col4_cont .col3 a:hover h3, #home .col4_cont .col3 a:hover h4, #home .col4_cont .col3 a:hover p, #home .col4_cont .col3 span:hover h3, #home .col4_cont .col3 span:hover h4, #home .col4_cont .col3 span:hover p {
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  #home .col4_cont .col3 a:hover h3, #home .col4_cont .col3 a:hover h4, #home .col4_cont .col3 a:hover p, #home .col4_cont .col3 span:hover h3, #home .col4_cont .col3 span:hover h4, #home .col4_cont .col3 span:hover p {
    color: #533d2f;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
  }
}
#home .col4_cont .col3 a:hover p, #home .col4_cont .col3 span:hover p {
  text-decoration: none;
}
#home .col4_cont .col3 img {
  display: block;
  margin-bottom: .8em;
}
#home .col4_cont .col3 h3, #home .col4_cont .col3 h4 {
  font-weight: bold;
  margin-bottom: .3em;
}
@media screen and (max-width: 400px) and (max-width: 640px) {
  #home .col4_cont .col3 h3, #home .col4_cont .col3 h4 {
    margin-bottom: .2em;
  }
}
#home .col4_cont .col3 h3:before {
  content: "\f13a";
  display: inline-block;
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 70%;
  position: relative;
  top: -1px;
  margin-right: .3em;
}
@media only screen and (max-width: 768px) {
  #home .col4_cont .col3 a, #home .col4_cont .col3 > span {
    background-color: #ffffff;
    border-radius: 8px;
    display: table;
    width: 100%;
    position: relative;
    padding: 12px 3em 12px 10px;
  }
}
@media only screen and (max-width: 640px) {
  #home .col4_cont .col3 a, #home .col4_cont .col3 > span {
    border-top: 1px #dddddd solid;
    background: none;
    border-radius: 0;
    display: table;
    width: 100%;
    position: relative;
    padding: 1em 0;
  }
}
@media only screen and (max-width: 768px) {
  #home .col4_cont .col3 a:after, #home .col4_cont .col3 > span:after {
    color: #533d2f;
    content: "\f054";
    font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -0.5em;
  }
}
@media only screen and (max-width: 768px) and (max-width: 640px) {
  #home .col4_cont .col3 a:after, #home .col4_cont .col3 > span:after {
    content: "";
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  #home .col4_cont .col3 a .pic, #home .col4_cont .col3 a .read, #home .col4_cont .col3 > span .pic, #home .col4_cont .col3 > span .read {
    display: table-cell;
    vertical-align: top;
  }
}
@media only screen and (max-width: 768px) {
  #home .col4_cont .col3 a .pic, #home .col4_cont .col3 > span .pic {
    width: 150px;
  }
}
@media only screen and (max-width: 640px) {
  #home .col4_cont .col3 a .pic, #home .col4_cont .col3 > span .pic {
    width: 100px;
  }
}
@media only screen and (max-width: 400px) {
  #home .col4_cont .col3 a .pic, #home .col4_cont .col3 > span .pic {
    width: 70px;
  }
}
#home .col4_cont .col3 a .pic img, #home .col4_cont .col3 > span .pic img {
  backface-visibility: hidden;
}
@media only screen and (max-width: 640px) {
  #home .col4_cont .col3 a .pic img, #home .col4_cont .col3 > span .pic img {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  #home .col4_cont .col3 a .read, #home .col4_cont .col3 > span .read {
    padding-left: 1em;
  }
}
@media screen and (max-width: 400px) and (max-width: 640px) {
  #home .col4_cont .col3 a .read, #home .col4_cont .col3 > span .read {
    font-size: 85.7%;
  }
}
#home .col4_cont .col3 a:hover, #home .col4_cont .col3 > span:hover {
  color: #333333;
}
#home a.more {
  background-color: #ffffff;
  border: 1px #dddddd solid;
  display: block;
  max-width: 276px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: .8em 1em .7em;
  margin: 2em auto 0;
}
@media only screen and (max-width: 640px) {
  #home a.more {
    max-width: 100%;
  }
}
#home a.more:before {
  content: "\f138";
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 80%;
  position: relative;
  top: -1px;
  margin-right: .5em;
}
#home a.more:hover {
  background-color: #533d2f;
  color: #ffffff;
}
@media only screen and (max-width: 640px) {
  #home .col2_cont .col6 {
    width: 100%;
  }
}
#home .col2_cont .col6 img {
  display: block;
  margin-bottom: 1.1em;
}
#home .col2_cont .col6 h3 {
  font-weight: bold;
  margin-bottom: .5em;
}
@media only screen and (max-width: 640px) {
  #home .col2_cont .col6 h3 {
    margin-bottom: .2em;
  }
}
@media only screen and (max-width: 640px) {
  #home .col2_cont .col6 .pic, #home .col2_cont .col6 .read {
    width: 50%;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 400px) {
  #home .col2_cont .col6 .pic, #home .col2_cont .col6 .read {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #home .col2_cont .col6 .pic {
    float: right;
    padding-left: 7px;
  }
}
@media only screen and (max-width: 400px) {
  #home .col2_cont .col6 .pic {
    float: none;
    padding-left: 0;
    margin-bottom: .8em;
  }
}
#home .col2_cont .col6 .pic img {
  backface-visibility: hidden;
}
@media only screen and (max-width: 640px) {
  #home .col2_cont .col6 .read {
    float: left;
  }
}
@media only screen and (max-width: 640px) {
  #home .col2_cont .col6 a.more {
    clear: both;
    display: block;
    max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #home .col2_cont .col6 + .col6 {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 1024px) {
  #home #home_kv {
    margin: 0 auto 25px;
  }
}
@media only screen and (max-width: 768px) {
  #home #home_kv {
    margin: 0 auto 20px;
  }
}
#home #home_kv .flexslider .flex-control-nav {
  bottom: 0;
  position: absolute;
  right: 1em;
  z-index: 1000;
}
#home #home_kv .flexslider .flex-control-nav li {
  width: 12px;
  height: 12px;
}
#home #home_kv .flexslider .flex-control-nav li:first-child {
  margin-left: 0;
}
#home #home_kv .flexslider .flex-control-nav li a {
  background-color: #ffffff;
  border-radius: 50%;
  display: block;
  height: 12px;
  width: 12px;
}
#home #home_kv .flexslider .flex-control-nav li a.flex-active {
  background-color: #ecbe41;
}
#home #home_kv .flexslider .flex-control-nav li + li {
  margin-left: 5px;
}
@media only screen and (max-width: 640px) {
  #home #home_bnr .main_width .row {
    margin: 0 -7px -15px !important;
  }
}
#home #home_bnr .main_width .row ul {
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  #home #home_bnr .main_width .row ul li {
    padding: 0 7px !important;
    margin-bottom: 15px !important;
  }
}
#home #home_bnr .main_width .row ul li a {
  display: block;
}
#home #home_bnr .main_width .row ul li a img {
  display: block;
}
#home #home_bnr .main_width .row ul li a img.sp_bnr {
  display: none;
}
@media only screen and (max-width: 640px) {
  #home #home_bnr .main_width .row ul li a img.sp_bnr {
    display: block;
  }
}
#home #home_bnr .main_width .row ul li.col3 a {
  background-color: #fff;
}
@media only screen and (max-width: 640px) {
  #home #home_bnr .main_width .row ul li.col3 {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  #home #home_bnr .main_width .row ul li.col4 {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  #home #home_bnr .main_width .row ul li.col6 {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #home #home_bnr .main_width .row ul li.sp_w {
    width: 100%;
  }
}
#home #home_news {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #home #home_news {
    padding-bottom: 4.5em;
  }
}
#home #home_news a.link {
  position: absolute;
  background: #533d2f;
  border-radius: 0;
  color: #fff;
  position: absolute;
  width: 80px;
  display: block;
  line-height: 40px;
  padding: 3px 0 0 14px;
  top: calc((100% / 2) - 15px);
  right: 0;
}
@media only screen and (max-width: 900px) {
  #home #home_news a.link {
    width: 1em;
    height: 1em;
    top: -4.3em;
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #home #home_news a.link {
    display: none;
  }
}
#home #home_news a.link:before {
  content: "\f0da";
  display: inline-block;
  vertical-align: top;
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  width: 1em;
  height: 1em;
  position: absolute;
  top: calc((100% / 2) -23px);
  right: 0;
}
#home #home_news a.link:hover {
  text-decoration: none;
  opacity: 0.8;
}
#home #home_news .main_width #home_news_title {
  margin-bottom: 2.5em;
}
#home #home_news .main_width #home_news_title h2 {
  display: inline-block;
  font-size: 171.4%;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  #home #home_news .main_width #home_news_title h2 {
    background-color: #533d2f;
    color: #ffffff;
    display: block;
    font-size: 142.9%;
    text-align: left;
    padding: .5em 20px .4em;
    margin: 0 -20px 1em;
  }
}
@media only screen and (max-width: 640px) {
  #home #home_news .main_width #home_news_title h2 {
    padding: .5em 15px .4em;
    margin: 0 -15px 1em;
  }
}
#home #home_news .main_width #home_news_title p {
  color: #35231c;
}
@media only screen and (max-width: 768px) {
  #home #home_news .main_width #home_news_title p {
    display: none;
  }
}
#home #home_news .main_width #home_news_area {
  overflow: visible;
  position: relative;
  padding-right: 5em;
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  #home #home_news .main_width #home_news_area {
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  #home #home_news .main_width #home_news_area {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 640px) {
  #home #home_news .main_width #home_news_area {
    padding: 0 20px;
  }
}
#home #home_news .main_width #home_news_area #news_slide {
  overflow: visible;
}
#home #home_news .main_width #home_news_area #news_slide:after {
  content: '';
  display: block;
  clear: both;
}
@media only screen and (max-width: 768px) {
  #home #home_news .main_width #home_news_area #news_slide {
    overflow: hidden;
    padding-top: 1em;
    margin-top: -1em;
  }
}
#home #home_news .main_width #home_news_area #news_slide .col4 {
  margin-bottom: 0;
}
#home #home_news .main_width #home_news_area #news_slide .slick-slide {
  outline: none;
}
#home #home_news .main_width #home_news_area > span, #home #home_news .main_width #home_news_area a {
  background-color: #ffffff;
  border-radius: 8px;
  display: block;
  outline: none;
  position: relative;
  padding: 1.5em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#home #home_news .main_width #home_news_area > span:hover, #home #home_news .main_width #home_news_area a:hover {
  text-decoration: none;
}
#home #home_news .main_width #home_news_area span.new {
  background-color: #fccb45;
  border-radius: 3em;
  color: #ffffff;
  display: block;
  font-size: 71.4%;
  height: 3.5em;
  line-height: 3.7;
  position: absolute;
  text-align: center;
  top: -1em;
  right: 1.5em;
  width: 3.5em;
}
#home #home_news .main_width #home_news_area .home_news_info {
  overflow: hidden;
  margin: 0 -10px;
}
#home #home_news .main_width #home_news_area .home_news_info .home_news_img, #home #home_news .main_width #home_news_area .home_news_info .home_news_read {
  float: left;
  width: 50%;
  padding: 0 10px;
}
#home #home_news .main_width #home_news_area .home_news_info .home_news_img {
  padding-bottom: 1px;
}
#home #home_news .main_width #home_news_area .home_news_info .home_news_img img {
  display: block;
  vertical-align: top;
}
#home #home_news .main_width #home_news_area .home_news_info .home_news_read dl dt span {
  background-color: #533d2f;
  color: #ffffff;
  display: table;
  font-size: 71.4%;
  width: auto;
  padding: 2px .8em 1px;
  margin-bottom: .5em;
}
#home #home_news .main_width #home_news_area .home_news_info .home_news_read dl dd {
  font-weight: bold;
  text-indent: -1em;
  margin-left: 1em;
}
#home #home_news .main_width #home_news_area .home_news_info .home_news_read dl dd:before {
  content: "\f138";
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 80%;
  position: relative;
  top: -1px;
  margin-right: .5em;
}
@media only screen and (max-width: 768px) {
  #home #home_news .main_width #home_news_area .slick-arrow {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 100;
    margin-top: -48px;
  }
}
@media screen and (max-width: 640px) and (max-width: 768px) {
  #home #home_news .main_width #home_news_area .slick-arrow {
    margin-top: -30px;
  }
}
@media screen and (max-width: 640px) and (max-width: 768px) {
  #home #home_news .main_width #home_news_area .slick-arrow img {
    height: 60px;
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  #home #home_news .main_width #home_news_area .slick-arrow.slick-prev {
    left: -20px;
  }
}
@media screen and (max-width: 640px) and (max-width: 768px) {
  #home #home_news .main_width #home_news_area .slick-arrow.slick-prev {
    left: -15px;
  }
}
@media only screen and (max-width: 768px) {
  #home #home_news .main_width #home_news_area .slick-arrow.slick-next {
    right: -20px;
  }
}
@media screen and (max-width: 640px) and (max-width: 768px) {
  #home #home_news .main_width #home_news_area .slick-arrow.slick-next {
    right: -15px;
  }
}
@media only screen and (max-width: 768px) {
  #home #home_news .main_width #home_news_area .slick-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: -2.3em;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  #home #home_news .main_width #home_news_area .slick-dots li {
    display: inline-block;
    margin-left: 1em;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  #home #home_news .main_width #home_news_area .slick-dots li button {
    background-color: #dddddd;
    border-radius: 1.3em;
    color: #dddddd;
    display: block;
    height: 1.3em;
    outline: none;
    width: 1.3em;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  #home #home_news .main_width #home_news_area .slick-dots li.slick-active button {
    background-color: #533d2f;
    color: #533d2f;
  }
}

@media only screen and (max-width: 768px) {
  #home #home_enjoy .main_width .home_title h2 {
    color: #ffcc00;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  #home #home_enjoy .main_width #enjoy_area {
    margin: 0 -7px -2em;
  }
}
@media only screen and (max-width: 640px) {
  #home #home_enjoy .main_width #enjoy_area .enjoy_set {
    width: 50%;
    padding: 0 7px;
    margin-bottom: 2em;
  }
}
#home #home_enjoy .main_width #enjoy_area .enjoy_set a .pic {
  position: relative;
}
#home #home_enjoy .main_width #enjoy_area .enjoy_set a .pic:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background-color: rgba(67, 36, 14, 0);
  transition: 0.5s;
}
#home #home_enjoy .main_width #enjoy_area .enjoy_set a .pic:before {
  content: url(../media/images/home/home_more.png);
  position: absolute;
  left: calc((100% / 2) - 47px);
  bottom: 10px;
  z-index: 10;
  opacity: 0;
  transition: 0.5s;
}
#home #home_enjoy .main_width #enjoy_area .enjoy_set a:hover .pic:after {
  background-color: rgba(67, 36, 14, 0.8);
  transition: 0.5s;
}
#home #home_enjoy .main_width #enjoy_area .enjoy_set a:hover .pic:before {
  opacity: 1;
  transition: 0.5s;
}
#home #home_enjoy .main_width #enjoy_area .enjoy_set a:hover h3 {
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  #home #home_enjoy .main_width #enjoy_area .enjoy_set a, #home #home_enjoy .main_width #enjoy_area .enjoy_set > span {
    background-color: #ffffff;
    border-radius: 0;
    display: block;
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  #home #home_enjoy .main_width #enjoy_area .enjoy_set a .pic, #home #home_enjoy .main_width #enjoy_area .enjoy_set a .read, #home #home_enjoy .main_width #enjoy_area .enjoy_set > span .pic, #home #home_enjoy .main_width #enjoy_area .enjoy_set > span .read {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  #home #home_enjoy .main_width #enjoy_area .enjoy_set a .pic, #home #home_enjoy .main_width #enjoy_area .enjoy_set > span .pic {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #home #home_enjoy .main_width #enjoy_area .enjoy_set a .read, #home #home_enjoy .main_width #enjoy_area .enjoy_set > span .read {
    padding: 1em 1em .9em;
  }
}
#home #home_enjoy .main_width #enjoy_area .enjoy_set a .read h3, #home #home_enjoy .main_width #enjoy_area .enjoy_set > span .read h3 {
  position: relative;
  margin-bottom: 18px;
}
@media only screen and (max-width: 640px) {
  #home #home_enjoy .main_width #enjoy_area .enjoy_set a .read h3, #home #home_enjoy .main_width #enjoy_area .enjoy_set > span .read h3 {
    margin-bottom: 0;
  }
}
#home #home_enjoy .main_width #enjoy_area .enjoy_set a .read h3:before, #home #home_enjoy .main_width #enjoy_area .enjoy_set > span .read h3:before {
  content: none;
}
#home #home_enjoy .main_width #enjoy_area .enjoy_set a .read h3:after, #home #home_enjoy .main_width #enjoy_area .enjoy_set > span .read h3:after {
  content: "";
  height: 1px;
  position: absolute;
  /* bottom: -2px; */
  left: 0;
  background-color: #40261f;
  display: block;
  width: 30px;
  bottom: -8px;
  opacity: 0.3;
}
@media only screen and (max-width: 640px) {
  #home #home_enjoy .main_width #enjoy_area .enjoy_set a .read h3:after, #home #home_enjoy .main_width #enjoy_area .enjoy_set > span .read h3:after {
    content: none;
  }
}
@media only screen and (max-width: 640px) {
  #home #home_enjoy .main_width #enjoy_area .enjoy_set a .read p, #home #home_enjoy .main_width #enjoy_area .enjoy_set > span .read p {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #home #spa_cont .bg_btm_slanting {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  #home #spa_cont #home_spa {
    background: url(../media/images/home/sp_bg_onsen.gif);
    background-size: cover;
    padding-bottom: 2em;
  }
}
@media only screen and (max-width: 640px) {
  #home #spa_cont .bg_btm_slanting {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  #home #home_healing {
    background: url(../media/images/home/sp_bg_healing.gif);
    background-size: cover;
    padding-bottom: 3em;
  }
}
#home #home_healing #healing_info {
  display: table;
}
@media only screen and (max-width: 640px) {
  #home #home_healing #healing_info {
    display: block;
    margin-bottom: 1em;
  }
}
#home #home_healing #healing_info #healing_img, #home #home_healing #healing_info #healing_read {
  display: table-cell;
  vertical-align: middle;
}
#home #home_healing #healing_info #healing_img {
  width: 66.66666667%;
}
@media only screen and (max-width: 768px) {
  #home #home_healing #healing_info #healing_img {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  #home #home_healing #healing_info #healing_img {
    display: block;
    width: 100%;
    margin-bottom: .8em;
  }
}
#home #home_healing #healing_info #healing_img img {
  display: block;
}
#home #home_healing #healing_info #healing_read {
  width: 33.3333333%;
  padding-left: 2em;
}
@media only screen and (max-width: 768px) {
  #home #home_healing #healing_info #healing_read {
    width: 50%;
    padding-left: 1.5em;
  }
}
@media only screen and (max-width: 640px) {
  #home #home_healing #healing_info #healing_read {
    width: 100%;
    padding-left: 0;
  }
}
#home #home_healing #program #program_title {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #home #home_healing #program #program_title {
    display: none;
  }
}
#home #home_healing #program #program_title h3 {
  font-size: 150%;
  margin-bottom: .4em;
}
#home #home_healing #program #program_title h3 + p {
  margin-bottom: 1.5em;
}
#home #home_healing #program #program_area {
  margin-bottom: 1em;
}
#home #home_healing #program #program_area .program_set {
  width: 20%;
}
#home #home_healing #program #program_area .program_set span {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  #home #home_healing #program #program_area .program_set {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  #home #home_healing #program #program_area .program_set {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  #home #home_healing #program #program_area .program_set {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #home #restaurant {
    background: url(../media/images/home/sp_bg_restaurant.gif);
    background-size: cover;
    padding-bottom: 2em;
  }
}
@media only screen and (max-width: 768px) {
  #home #restaurant .home_title h2 {
    background-color: #e47704;
  }
}
#home #restaurant_area {
  margin-bottom: 50px;
}
#home #restaurant_area .spa_set:nth-child(1) {
  margin: 0 auto;
  float: none;
}
#home #restaurant_area .spa_set:nth-child(2) {
  display: none;
}
@media only screen and (max-width: 640px) {
  #home #rest {
    background: url(../media/images/home/sp_bg_rest.gif);
    background-size: cover;
    padding-bottom: 1em;
  }
}
@media only screen and (max-width: 640px) {
  #home #rest .home_title h2 + p {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 1em;
  }
}
#home #rest #rest_area {
  overflow: hidden;
  margin: 0 -15px;
}
@media only screen and (max-width: 1024px) {
  #home #rest #rest_area {
    margin: 0 -8px;
  }
}
#home #rest #rest_area .rest_set {
  float: left;
  width: calc(100% / 4);
  padding: 0 15px;
}
@media only screen and (max-width: 1024px) {
  #home #rest #rest_area .rest_set {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 768px) {
  #home #rest #rest_area .rest_set {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #home #rest #rest_area .rest_set {
    margin-bottom: 0;
  }
}
#home #rest #rest_area .rest_set a, #home #rest #rest_area .rest_set span {
  background-color: #ffffff;
  display: block;
}
@media only screen and (max-width: 640px) {
  #home #rest #rest_area .rest_set a, #home #rest #rest_area .rest_set span {
    background: none;
  }
}
#home #rest #rest_area .rest_set a .rest_info, #home #rest #rest_area .rest_set span .rest_info {
  padding: 1.2em 1.3em 1.1em;
}
#home #rest #rest_area .rest_set a .rest_info h3, #home #rest #rest_area .rest_set span .rest_info h3 {
  font-weight: bold;
  margin-bottom: .5em;
}
@media only screen and (max-width: 768px) {
  #home #rest #rest_area .rest_set a, #home #rest #rest_area .rest_set > span {
    background-color: #ffffff;
    border-radius: 8px;
    display: table;
    position: relative;
    width: 100%;
    padding: 12px 3em 12px 10px;
  }
}
@media only screen and (max-width: 640px) {
  #home #rest #rest_area .rest_set a, #home #rest #rest_area .rest_set > span {
    background: none;
    border-top: 1px #dddddd solid;
    border-radius: 0;
    width: 100%;
    padding: 1em 0;
  }
}
@media only screen and (max-width: 768px) {
  #home #rest #rest_area .rest_set a .rest_img, #home #rest #rest_area .rest_set a .rest_info, #home #rest #rest_area .rest_set > span .rest_img, #home #rest #rest_area .rest_set > span .rest_info {
    display: table-cell;
    vertical-align: top;
  }
}
#home #rest #rest_area .rest_set a .rest_img, #home #rest #rest_area .rest_set > span .rest_img {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #home #rest #rest_area .rest_set a .rest_img, #home #rest #rest_area .rest_set > span .rest_img {
    width: 150px;
  }
}
@media only screen and (max-width: 640px) {
  #home #rest #rest_area .rest_set a .rest_img, #home #rest #rest_area .rest_set > span .rest_img {
    width: 100px;
  }
}
@media only screen and (max-width: 400px) and (max-width: 640px) {
  #home #rest #rest_area .rest_set a .rest_img, #home #rest #rest_area .rest_set > span .rest_img {
    width: 70px;
  }
}
#home #rest #rest_area .rest_set a .rest_img img, #home #rest #rest_area .rest_set > span .rest_img img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #home #rest #rest_area .rest_set a .rest_img img, #home #rest #rest_area .rest_set > span .rest_img img {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  #home #rest #rest_area .rest_set a .rest_info, #home #rest #rest_area .rest_set > span .rest_info {
    padding: 0 0 0 1em;
  }
}
@media only screen and (max-width: 640px) {
  #home #rest #rest_area .rest_set a .rest_info, #home #rest #rest_area .rest_set > span .rest_info {
    background: none;
    padding-left: 1em;
  }
}
@media only screen and (max-width: 400px) {
  #home #rest #rest_area .rest_set a .rest_info, #home #rest #rest_area .rest_set > span .rest_info {
    font-size: 85.7%;
  }
}
@media only screen and (max-width: 768px) {
  #home #rest #rest_area .rest_set a:after, #home #rest #rest_area .rest_set > span:after {
    content: "\f054";
    color: #533d2f;
    font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -0.5em;
  }
}
@media only screen and (max-width: 640px) {
  #home #rest #rest_area .rest_set a:after, #home #rest #rest_area .rest_set > span:after {
    content: "";
    margin-top: 0;
  }
}
#home #rest #rest_area .rest_set a {
  text-decoration: none;
}
#home #rest #rest_area .rest_set a:hover .rest_info h3 {
  text-decoration: none;
}
#home #rest #rest_area .rest_set a:hover .rest_img img {
  transform: scale(1.05);
}
@media only screen and (max-width: 768px) {
  #home #rest #rest_area .rest_set + .rest_set {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 640px) {
  #home #rest #rest_area .rest_set + .rest_set {
    margin-top: 0;
  }
}
#home #home_YouTube {
  margin-top: 1.5em;
}
#home #home_YouTube .main_width .home_title h2 {
  margin-bottom: 0.5em;
  color: #990000;
}
@media only screen and (max-width: 768px) {
  #home #home_YouTube .main_width .home_title h2 {
    color: #ffffff;
    display: flex;
  }
}
#home #home_creditCard {
  margin-top: 3em;
}
#home #home_creditCard .main_width .home_title h2 {
  margin-bottom: 0.5em;
}
#home #home_creditCard .main_width .creditCard_brand {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}
#home #home_topics {
  margin-bottom: 1.8em;
}
@media only screen and (max-width: 768px) {
  #home #home_topics .main_width {
    background-color: #fff;
  }
}
#home #home_topics .main_width .home_title {
  background-color: #fff;
  padding: 1em;
}
@media only screen and (max-width: 768px) {
  #home #home_topics .main_width .home_title {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
#home #home_topics .main_width .home_title h2 {
  margin-bottom: 0.5em;
  color: #990000;
}
@media only screen and (max-width: 768px) {
  #home #home_topics .main_width .home_title h2 {
    color: #ffffff;
  }
}
@media only screen and (max-width: 640px) {
  #home #home_topics .main_width .home_title h2 + p {
    border-bottom: none;
    padding-bottom: 0;
  }
}
#home #home_topics .main_width .home_title p {
  margin-bottom: 0;
  font-size: 138.5%;
}
@media only screen and (max-width: 768px) {
  #home #home_topics .main_width .home_title p {
    font-size: 115%;
  }
}
#home #home_topics .main_width .home_title p span {
  color: #990000;
  font-size: 153.8%;
}
@media only screen and (max-width: 768px) {
  #home #home_topics .main_width .home_title p span {
    font-size: 138.5%;
  }
}

.flexslider ul {
  overflow: hidden;
}
.flexslider ul li {
  overflow: hidden;
  display: none;
}
.flexslider .slides > li {
  opacity: 0;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides > li:first-child {
  display: block;
}
.flexslider .slides img {
  width: 100%;
}
.flexslider .flex-control-paging li {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
}
.flexslider .flex-control-paging li:first-child {
  margin-left: 0;
}
.flexslider .flex-control-paging li a {
  width: 16px;
  height: 16px;
  display: block;
  text-indent: -9999px;
  cursor: pointer;
}

#home_greeting {
  margin: 0 auto;
  max-width: 1200px;
  padding: 25px 20px 20px;
  text-align: center;
  background-image: url(../media/images/home/grand_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 30px;
  text-shadow: 0 0 10px white;
}
@media only screen and (max-width: 1300px) {
  #home_greeting {
    margin: 0 30px 30px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  #home_greeting {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 768px) {
  #home_greeting {
    margin: 0 20px 16px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #home_greeting {
    margin-bottom: 0 15px 16px;
  }
}
@media only screen and (max-width: 480px) {
  #home_greeting {
    padding: 20px 15px 22px;
  }
}
#home_greeting h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 72px;
  line-height: 1;
  font-weight: 600;
  color: #40261f;
}
@media only screen and (max-width: 1024px) {
  #home_greeting h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 600px) {
  #home_greeting h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 480px) {
  #home_greeting h2 {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 350px) {
  #home_greeting h2 {
    font-size: 30px;
  }
}
#home_greeting p {
  font-size: 24px;
  color: #40261f;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  #home_greeting p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  #home_greeting p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  #home_greeting p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 350px) {
  #home_greeting p {
    font-size: 10px;
  }
}

.youtube {
  z-index: 1;
}

#home #home_kv {
  background: #fff;
}

/*# sourceMappingURL=home.css.map */
