@charset "utf-8";

/* common */
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0;
  color: #333;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap : break-word;
}
table {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
th,
td {
  border: 1px solid #e6e6e6;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}
th {
  font-weight: normal;
  background: #fafafa;
}
a {
  text-decoration: underline;
  color: #333;
}

/* summer*/
/*a:hover { color: #459c00; }*/

/* winter */
a:hover { color: #347fd4; }

h2 {
  font-weight: normal;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 50px;
}
h3 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px;
}
h3.arrow {
  position: relative;
  font-size: 18px;
  line-height: 100%;
  height: 25px;
  margin-bottom: 20px;
  padding: 4px 0 3px 35px;
}
p {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin: 0;
}
.serif { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
.sans-serif { font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }

/* common class */
a.btn {
  display: block;
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  text-align: center;
  width: 100%;
  padding: 10px 0;
}
a.btn.summer { background: #5a921f; }
a.btn.winter { background: #347fd4; }
a.btn:hover { color: #fff; }
a.btn:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.icon {
  display: inline-block;
  margin-right: 5px;
}
.bread {
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  width: 1000px;
  margin: 20px auto 50px;
}
a.tel { text-decoration: none; }
.img img {
  display: block;
  width: 100%;
}
span.arrow {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 14px;
  content: "";
}
span.arrow.summer { background-color: #5a921f; }
span.arrow.winter { background-color: #347fd4; }
span.arrow:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 7px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
#content h1 {
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  padding: 50px 0;
}
#content.low h1 { border-top: 1px solid #e6e6e6; }
#content h1 img {
  display: block;
  margin: 0px auto 25px;
}
#content h1 span {
  font-size: 28px;
  font-weight: normal;
  line-height: 30px;
  display: block;
}
.content_wrap { border-bottom: 1px solid #e6e6e6; }
.content_detail {
  text-align: left;
  margin: 0 auto 50px;
  width: 1000px;
}
a.tel { text-decoration: none; }
.color { color: #e4bb43; }
.attention { color:#f00 }
.pconly { display: block; }
.sponly { display: none!important; }

/* header */
header {
  background: #fff;
  z-index: 100;
  position: relative;
}
header .inner {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  height: 80px;
  text-align: left;
}
header h1 {
  position: absolute;
  top: 10px;
  left: 0;
}
header h1 img {
  display: block;
  width: auto;
  height: 60px;
}

header .phone {
  position: absolute;
  top: 18px;
  right: 130px;
}
header .phone .icon { margin: 0 3px -2px 0; }
header .phone p {
  font-size: 12px;
  line-height: 16px;
}
header .phone p a.tel {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 2px;
  text-decoration: none;
}
header .phone p a.tel.summer { color: #5a921f; }
header .phone p a.tel.winter { color: #347fd4; }
header .bestrate {
  position: absolute;
  top: 6px;
  right: 260px;
}
header .bestrate .icon {
  float: left;
  margin-top: 10px;
}
header .bestrate p {
  font-size: 18px;
  line-height: 19px;
  float: left;
  margin-top: 6px;
}
header .bestrate p span {
  font-size: 12px;
  line-height: 14px;
}
header a.search {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 0;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  height: 40px;
  padding: 0 10px;
}
header a.search.summer { background: #5a921f; }
header a.search.winter { background: #347fd4; }
header .language {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: absolute;
  top: 20px;
  right: 320px;
  font-size: 0;
  line-height: 40px;
}
header .language li {
  display: inline-block;
  font-size: 12px;
}
header .language li:before {
  content: "|";
  padding: 0 5px;
}
header .language li:first-child:before { content: ""; }
header .language a { text-decoration: none; }

/* gnav */
#gnav {
  width: 100%;
  border-top: 1px solid #e6e6e6;
}
#gnav ul {
  width: 1000px;
  margin: 0 auto;
}
#gnav ul li {
  position: relative;
  float: left;
  width: 25%;
}
#gnav ul li:first-child:before { background: none; }
#gnav ul li:before {
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  background: #e6e6e6;
  width: 1px;
  height: 100px;
  content: "";
}
#gnav ul li a {
  display: block;
  text-decoration: none;
  padding: 0 20px;
}
#gnav ul li a.active { color: #459c00; }
#gnav ul li a img {
  display: block;
  margin: 0 auto;
  padding: 20px 0 10px;
}
#gnav ul li a span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  display: block;
  padding-bottom: 20px;
}

/* spnav */
#spnav { display: none; }
header a.access { display: none; }

/* sticky-header */
#stickyheader {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.8);
  z-index: 100;
  display: none;
}
#stickyheader .inner {
  position: relative;
  height: 80px;
}
#stickyheader .logo {
  position: absolute;
  top: 13px;
  left: 0;
  display: none;
}
#stickyheader a.search { right: 0; }

/* sticky-header nav */
#stickyheader nav ul {
  font-size: 16px;
  line-height: 1.2;
  padding-top: 20px;
  max-width: 850px;
}
#stickyheader nav ul li {
  float: left;
  width: 25%;
}
#stickyheader nav ul li a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  margin-left: 10px;
}
#stickyheader nav ul li:first-child a { margin-left: 0; }

/* mv */
#mv {
  position: relative;
  height: 350px;
  background: #f5f5f5;
  overflow: hidden;
}
#mv.home {
  height: 700px;
  margin-bottom: 50px;
}

/* slick */
#mv #carousel .slick-slide {
  position: relative;
  height: 700px;
  overflow: hidden;
}
#mv .slick-loading .slick-list { background: url(../images/loading.gif) center center no-repeat; }
#mv .slick-dots {
  display: block;
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 0;
  list-style: none;
}
#mv .slick-dots li {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
#mv .slick-dots li button {
  display: block;
  color: transparent;
  background: transparent;
  width: 12px;
  height: 12px;
  border: 0;
  outline: none;
  cursor: pointer;
}
#mv .slick-dots li button:hover,
#mv .slick-dots li button:focus { outline: none; }
#mv .slick-dots li button:hover:before,
#mv .slick-dots li button:focus:before { opacity: 1.0; }
#mv .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.6;
  border-radius: 6px;
  content: "";
}
#mv .slick-dots li.slick-active button:before { opacity: 1.0; }
#mv img {
  display: block;
  width: 1920px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
}

/* content */
#content { position: relative; }

/* aside */
aside .menu_wrap {
  padding: 50px 0;
  border-top: 1px solid #e6e6e6;
}
aside .menu_wrap.home { border-top: none; }
aside .menu {
  display: table;
  text-align: left;
  margin: 0 auto;
  width: 1000px;
}
aside .menu ul {
  display: table;
  width: 100%;
}
aside .menu ul li {
  border-left: 1px solid #e6e6e6;
  display: table-cell;
  text-align: center;
  width: 25%;
  vertical-align: top;
}
aside .menu ul li:first-child { border-left: none; }
aside .menu ul li dl {
  display: inline-block;
  padding: 0 20px;
}
aside .menu ul li dl dt img {
  display: block;
  margin: 0 auto 10px;
}
aside .menu ul li dl dt a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
aside .menu ul li dl dd {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin-top: 5px;
}
aside .menu ul li dl dd ul li {
  display: block;
  text-align: left;
  width: 100%;
  border-left: none;
}
aside .menu a { text-decoration: none; }
aside .menu a:hover {
  color: #333;
  text-decoration: underline;
}
aside .plugin_wrap {
  width: 100%;
  background: #f0f0f0;
}
aside .plugin {
  width: 800px;
  margin: 0 auto;
  padding: 50px 0 40px;
}
aside .plugin ul li { float: left; }
aside .plugin ul li.fb { width: 500px; }
aside .plugin ul li.fb .fb-page { width: 100%; }
aside .plugin ul li.trip {
  width: 240px;
  margin-left: 60px;
}
aside .address_wrap.summer {
  background: #5a921f;
  width: 100%;
  text-align: center;
  padding-bottom: 0;
}
aside .address_wrap.winter {
  background: #0954a9;
  width: 100%;
  text-align: center;
  padding-bottom: 0;
}
aside .address {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0 40px;
}
aside .address img { margin: 0 auto 30px; }
aside .address address {
  color: #fff;
  font-size: 16px;
}
aside .address address a { color: #fff; }
aside .cancel { display: none; }

/* reservation */
#reservation {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #333;
  background: #fff;
  -webkit-box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
          box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
  z-index: 100;
  display: none;
}
#reservation .reservation_inner {
  position: relative;
  width: 1000px;
  height: 130px;
  text-align: left;
  margin: 0 auto;
}
#reservation .title {
  background: #e6e6e6;
  width: 50px;
  height: 100%;
  left: 0;
  top: 0;
}
#reservation .title span {
  display: block;
  padding: 10px 0;
  font-size: 18px;
  line-height: 1;
  color: #333;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  -ms-text-orientation: mixed;
  text-orientation: mixed;
}
#reservation form .form {
  display: table;
  position: absolute;
  top: 15px;
  left: 70px;
}
#reservation form .form dl {
  display: table-cell;
  padding-right: 20px;
}
#reservation form .form dt { font-size: 11px; }
#reservation form select {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
  line-height: 30px;
  height: 30px;
  border: 1px solid #ccc;
  padding: 0px 0px 0px 5px;
}
#reservation .btn {
  position: absolute;
  font-size: 15px;
}
#reservation .btn_search {
  left: 70px;
  bottom: 12px;
  width: 235px;
}
#reservation .btn_search.summer { background: #5a921f; }
#reservation .btn_search.winter { background: #347fd4; }
#reservation .btn_planlist {
  left: 325px;
  bottom: 12px;
  width: 235px;
}
#reservation .btn_planlist.summer { background: #357700; }
#reservation .btn_planlist.winter { background: #0954a9; }
#reservation .btn_check {
  background: #fff;
  border: 1px solid #dcdcdc;
  width: 100%;
  left: 0;
  bottom: 2px;
  padding: 9px 0;
  color: #333;
}
#reservation .btn_check:before {
  border-top: solid 1px #999;
  border-right: solid 1px #999;
}
#reservation .right_wrap {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 420px;
  height: 110px;
  padding-left: 20px;
  border-left: 1px dotted #ccc;
}
#reservation .right {
  position: relative;
  height: 100%;
  width: 100%;
}
#reservation .right .phone {
  position: absolute;
  top: 10px;
  left: 0;
}
#reservation .right .phone .icon { margin: 0 3px -2px 0; }
#reservation .right .phone p {
  font-size: 12px;
  line-height: 16px;
}
#reservation .right .phone p a.tel {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 2px;
  text-decoration: none;
}
#reservation .right .phone p a.tel.summer { color: #5a921f; }
#reservation .right .phone p a.tel.winter { color: #347fd4; }
#reservation .right .bestrate {
  position: absolute;
  top: -5px;
  left: 185px;
}
#reservation .right .bestrate .icon {
  float: left;
  margin-top: 18px;
  margin-right: 7px;
}
#reservation .right .bestrate p {
  font-size: 18px;
  line-height: 19px;
  float: left;
  margin-top: 6px;
  max-width: 175px;
}
#reservation .right .bestrate p span {
  font-size: 12px;
  line-height: 1;
}

/* pagetop */
#pagetop { display: none; }

/* footer */
footer { padding: 45px 0 180px; }
footer small { font-size: 14px; }

/* HOME */
.appeal {
  text-align: left;
  margin: 0 auto;
  width: 1000px;
  padding-bottom: 50px;
}
.appeal ul li {
  float: left;
  width: 300px;
  margin-left: 50px;
}
.appeal ul li:first-child { margin-left: 0; }
.appeal ul li a {
  display: block;
  text-decoration: none;
}
.appeal ul li a img { display: block; }
.appeal ul li a p {
  color: #333;
  margin-top: 10px;
}
.movie_wrap {
  background: #1e1e1e;
  width: 100%;
}
.movie {
  color: #fff;
  width: 1000px;
  padding: 50px 0;
  margin: 0 auto;
}
.movie .iframe_wrap {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.movie .iframe_wrap:before {
  display: block;
  padding-top: 56.25%;
  content:"";
}
.movie .iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* about */
.about {
  text-align: left;
  margin: 0 auto;
  width: 1000px;
  padding-bottom: 50px;
}
.about ul li {
  float: left;
  width: 475px;
  margin-left: 50px;
}
.about ul li:first-child { margin-left: 0; }
.about ul li img {
  width: 475px;
  display: block;
}
.about ul li p {
  color: #333;
  margin-top: 10px;
}
.about ul.hotspring li {
  float: none;
  width: 100%;
  margin-left: 0;
}
.about ul.hotspring li img { width: 100%; }
.about ul.training li {
  float: none;
  width: 100%;
}
.about ul.training li ul li {
  float: left;
  width: 475px;
  margin-left: 0;
}
.about ul.training li ul li:nth-child(even) { margin-left: 50px; }
.about ul.training li ul li:nth-child(1),
.about ul.training li ul li:nth-child(2) { margin-bottom: 50px; }
.layout {
  text-align: center;
  border-top: 1px solid #e6e6e6;
  padding: 50px 0;
}
.layout img {
  display: block;
  margin: 0 auto;
}

/* summer */
div.summer {
  text-align: left;
  margin: 0 auto;
  width: 1000px;
  padding-bottom: 50px;
}
div.summer ul li {
  float: left;
  width: 475px;
  margin-left: 50px;
}
div.summer ul li:first-child { margin-left: 0; }
div.summer ul li img {
  width: 475px;
  display: block;
}
div.summer ul li p {
  color: #333;
  margin-top: 10px;
}
div.summer ul.type01 li {
  float: none;
  width: 100%;
  margin-left: 0;
}
div.summer ul.type01 li img { width: 100%; }
div.summer ul.type02 li {
  float: none;
  width: 100%;
}
div.summer ul.type02 li p { margin-top: 40px; }
div.summer ul.type02 li ul li {
  float: left;
  width: 475px;
  margin-left: 0;
}
div.summer ul.type02 li ul li:nth-child(even) { margin-left: 50px; }

/* winter */
div.winter .content_wrap {
  border-top: 1px solid #e6e6e6;
  border-bottom-style: none;
  padding-top: 50px;
}
div.winter .content_detail {
  text-align: left;
  margin: 0 auto;
  width: 1000px;
  padding-bottom: 50px;
}
div.winter ul li {
  float: left;
  width: 475px;
  margin-left: 50px;
}
div.winter ul li:first-child { margin-left: 0; }
div.winter ul li img {
  width: 475px;
  display: block;
}
div.winter ul li a.bnr {
  display: block;
  margin-top: 30px;
}
div.winter ul li p {
  color: #333;
  margin-top: 10px;
}
div.winter ul li .iframe_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
div.winter ul li .iframe_wrap:before {
  display: block;
  padding-top: 56.25%;
  content:"";
}
div.winter ul li .iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div.winter ul.type01 li {
  float: none;
  width: 100%;
  margin-left: 0;
}
div.winter ul .btn_wrap { margin-top: 30px; }
div.winter ul .btn_wrap a.btn.summer { background: #5a921f; }
div.winter ul .btn_wrap a.btn.winter { background: #347fd4; }
div.winter ul.type01 li img { width: 100%; }
div.winter .table { margin-top: 50px; }
div.winter .table .table01,
div.winter .table .table02 { width: 475px; }
div.winter .table .table01 { float: left; }
div.winter .table .table02 { float: right; }
#winter04 { margin-top: 20px; }
#winter04 p {
  font-weight: bold;
  margin-bottom: 10px;
}
#winter04 td { text-align: right; }

/* access */
.access p { margin-top: 30px; }
.access ul li {
  float: left;
  width: 475px;
  margin-left: 50px;
}
.access ul li:first-child { margin-left: 0; }
.access ul li img {
  width: 475px;
  display: block;
}
.access ul li p { margin-top: 10px; }
.access ul li p .icon {
  display: inline-block;
  width: 15px;
  vertical-align: -2px;
}
.access .table { margin-top: 50px; }
.access .table .table01,
.access .table .table02 { width: 475px; }
.access .table .table01 { float: left; }
.access .table .table02 { float: right; }
.access .access_map { margin-bottom: 50px; }
.access .access_map img {
  display: block;
  border-radius: 5px;
  margin: 0 auto;
}

/*  asct  */
.asct {
  width: 1000px;
  margin: 0 auto 50px auto;
}
.asct th { width: 20%; }
.asct td { width: 80%; }
#asctnav {
  border-top: 1px solid #e6e6e6;
  padding: 1em 0;
}
#asctnav a { text-decoration: none; }

/* fl */
.fl h1,
.fl h2,
.fl h3 { line-height: 100%; }
.fl {
  font-size: 14px;
  line-height: 1.8;
}
.fl_content {
  text-align: left;
  margin: 0 auto 60px;
  width: 1000px;
}
.fl_content ul { font-size: 0; }
.fl_content li {
  display: inline-block;
  margin: 30px 0 0 20px;
}
.fl_content li:first-child { margin: 30px 0 0 0; }
.fl_content img {
  display: block;
  height: 320px;
}
.fl .access_map { margin-bottom: 50px; }
.fl .access_map img {
  display: block;
  border-radius: 5px;
  margin: 0 auto;
}
.fl_content p { margin-bottom: 0; }
.fl_content p span { color: #f00 }
.fl .content_wrap {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 50px;
}
.fl .home_feature {
  width: 1000px;
  text-align: left;
  margin: 0 auto 60px;
}
.fl .home_feature ul li {
  width: 100%;
  margin-top: 60px;
}
.fl .home_feature ul li:first-child { margin-top: 0; }
.fl .home_feature ul li.left figure,
.fl .home_feature ul li.right .detail_outer { float: left; }
.fl .home_feature ul li.right figure,
.fl .home_feature ul li.left .detail_outer { float: right; }
.fl .home_feature ul li .img {
  width: 600px;
  height: 400px;
}
.fl .home_feature figure img { display: block; }
.fl .home_feature .detail_outer {
  display: table;
  width: 360px;
  min-height: 400px;
}
.fl .home_feature .detail {
  display: table-cell;
  vertical-align: middle;
}
.fl .home_feature .detail p { margin-bottom: 0; }
.fl .home_feature h3 {
  font-size: 28px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
}
.fl .home_feature h3.summer { color: #5a921f; }
.fl .home_feature h3.winter { color: #347fd4; }
.fl .home_feature .btn img {
  width: 20px;
  vertical-align: -4px;
}

/* jp */
.jp,
.en .serif { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
.jp .sans-serif { font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }

/* en */
.en,
.en .serif {
  font-family: Times New Roman, serif;
/*  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
}
.en p,
.en table,
.en .sans-serif,
.en aside .menu ul li dl dd,
.en #reservation form select {
  font-family: Helvetica, Arial, sans-serif;
/*  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
}

/* zh-cn */
.zh-cn,
.zh-cn .serif {
  font-family: "Microsoft YaHei", sans-serif;
/*  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
}
.zh-cn p,
.zh-cn table,
.zh-cn .sans-serif,
.zh-cn aside .menu ul li dl dd,
.zh-cn #reservation form select {
  font-family: "Microsoft YaHei", sans-serif;
/*  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
}

/* zh-tw */
.zh-tw,
.zh-tw .serif {
  font-family: "Microsoft JhengHei", sans-serif;
/*  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
}
.zh-tw p,
.zh-tw table,
.zh-tw .sans-serif,
.zh-tw aside .menu ul li dl dd,
.zh-tw #reservation form select {
  font-family: "Microsoft JhengHei", sans-serif;
/*  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
}

/* ko */
.ko,
.ko .serif {
  font-family: "Malgun Gothic", sans-serif;
/*  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
}
.ko p,
.ko table,
.ko .sans-serif,
.ko aside .menu ul li dl dd,
.ko #reservation form select {
  font-family: "Malgun Gothic", sans-serif;
/*  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
}

@media screen and (min-width: 1025px) {
  /* common */
  a,
  a img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  a:hover,
  a:active { text-decoration: none; }
  a.btn:hover,
  a.search:hover,
  a:hover img {
    filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
  }
}

@media screen and (max-width: 1024px) {
  /* common */
  html { font-size: 6.25%; }
  body {
    font-size: 14rem;
    line-height: 2.0;
    letter-spacing: 0;
    background-size: 50%;
  }
  .tel { text-decoration: underline; }
  aside .info_wrap { background-size: 50%; }
  .recommend_wrap { background-size: 50%; }
}

@media screen and (max-width: 1023px) {
  /* common */
  body {
    color: #000;
    font-size: 14rem;
  }
  a:hover { color: #000; }
  .fl h2 {
    font-size: 21rem;
    line-height: 1.2;
    margin-bottom: 25px;
    padding: 0 15px;
  }
  .fl h3 {
    font-size: 16rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  h3.arrow {
    font-size: 16rem;
    line-height: 20px;
    height: 20px;
    padding: 0 0 0 25px;
    margin-bottom: 15px;
  }
  p { line-height: 1.5; }
  table { font-size: 12rem; }
  th,
  td { padding: 5px 10px; }

  /* common class */
  a.btn { font-size: 14rem; }
  .bread { display: none; }
  #content.low { margin-top: 50px; }
  #content h1 { padding: 25px 0; }
  #content h1 img {
    width: 50px;
    margin: 0px auto 15px;
  }
  #content h1 span {
    font-size: 21rem;
    line-height: 1.3;
    padding: 0 15px;
  }
  span.arrow {
    width: 20px;
    height: 20px;
  }
  span.arrow:before {
    width: 5px;
    height: 5px;
    left: 6px;
    margin-top: -3px;
  }
  .content_detail {
    width: 100%;
    margin-bottom: 25px;
    padding: 0 15px;
  }
  .content_detail.end { margin-bottom: 0; }
  .pconly { display: none!important; }
  .sponly { display: block!important; }
  h2.start { margin-top: 25px; }

  /* header */
  header {
    position: fixed;
    width: 100%;
    height: 50px;
    left: 0;
    top: 0;
    background: rgba(255,255,255,0.6);
  }
  header .inner {
    height: 100%;
    width: 100%;
  }
  header h1 { left: 15px; }
  header h1 img { height: 30px; }
  header a.access {
    position: absolute;
    width: 44px;
    top: 3px;
    right: 47px;
    display: block;
    padding: 12px 15px;
  }
  header .phone { display: none; }
  header .bestrate { display: none; }
  header a.search { display: none; }
  header .language { display: none; }

  /* gnav */
  #gnav { display: none; }

  /* spnav */
  #spnav {
    display: block;
    width: 45px;
    height: 45px;
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 12px 14px 15px;
  }
  #spnav .spnav_icon,
  #spnav .spnav_icon span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #spnav .spnav_icon {
    position: relative;
    width: 18px;
    height: 17px;
    padding-bottom: 0;
  }
  #spnav .spnav_icon span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
  }
  #spnav .spnav_icon.summer span { background: #5a921f; }
  #spnav .spnav_icon.winter span { background: #347fd4; }
  #spnav .spnav_icon span:nth-of-type(1) { top: 0; }
  #spnav .spnav_icon span:nth-of-type(2) { top: 7px; }
  #spnav .spnav_icon span:nth-of-type(3) { bottom: 0; }
  #spnav.active .spnav_icon span:nth-of-type(1) {
    -mz-transform: translateY(8px) rotate(-45deg);
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  #spnav.active .spnav_icon span:nth-of-type(2) { opacity: 0; }
  #spnav.active .spnav_icon span:nth-of-type(3) {
    -mz-transform: translateY(-6px) rotate(45deg);
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
  #spnav.active .spnav_icon.summer span { background: #5a921f; }
  #spnav.active .spnav_icon.winter span { background: #347fd4; }
  #spnav ul#spnav_content {
    display: none;
    position: fixed;
    left: 0px;
    top: 50px;
    background: rgba(255,255,255,0.9);
    width: 100%;
    padding: 0 15px;
    -webkit-box-shadow : 0 3px 3px rgba(0,0,0,0.2);
            box-shadow : 0 3px 3px rgba(0,0,0,0.2);
    overflow: auto;
  }
  #spnav ul#spnav_content li {
    float: left;
    width: 100%;
    font-size: 15rem;
    text-align: center;
    border-top: 1px dotted #b4b4b4;
  }
  #spnav ul#spnav_content li a {
    display: block;
    font-weight: bold;
    padding: 20px 0;
    line-height: 1.2;
  }
  #spnav ul#spnav_content.summer li:nth-child(1) a,
  #spnav ul#spnav_content.summer li:nth-child(2) a { color: #408609; }
  #spnav ul#spnav_content.winter li:nth-child(1) a,
  #spnav ul#spnav_content.winter li:nth-child(2) a { color: #0954a9; }
  #spnav ul#spnav_content li a { text-decoration: none; }
  #spnav ul#spnav_content li #lnav { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  #spnav ul#spnav_content li #lnav li {
    font-size: 11rem;
    width: 20%;
    border-top: none;
  }
  #spnav ul#spnav_content li #lnav li:first-child { border-right: none; }
  #spnav ul#spnav_content li #lnav li a {
    font-weight: normal;
    margin: 15px 0;
    border-left: 1px dotted #b4b4b4;
  }
  #spnav ul#spnav_content li #lnav li:first-child a { border-left: none; }
  #spnav ul#spnav_content li #lnav li:nth-child(1) a,
  #spnav ul#spnav_content li #lnav li:nth-child(2) a { color: #000; }

  /* sticky-header */
  #stickyheader { display: none!important;}

  /* mv */
  #mv {
    height: 175px;
    margin: 50px 0 0;
  }
  #mv.home {
    height: 350px;
    margin: 50px 0 0;
  }

  /* slick */
  #mv #carousel .slick-slide { height: 350px; }
  #mv #carousel .slick-slide img {
    width: 960px;
    margin-left: -480px;
  }
  #mv .slick-loading .slick-list { background-size: 20px; }
  #mv .slick-dots { bottom: 15px; }
  #mv img {
    width: 960px;
    margin-left: -480px;
  }

  /* aside */
  aside .menu_wrap { display: none; }
  aside .plugin {
    width: 100%;
    padding: 25px 15px;
  }
  aside .plugin ul li { float: none; }
  aside .plugin ul li.fb {
    margin-bottom: 25px;
    width: 100%;
  }
  aside .plugin ul li.trip {
    margin-left: 0;
    width: 100%;
  }
  aside .plugin ul li.trip .widSSP { width: 100%!important; }
  aside .address {
    padding: 25px 15px;
    width: 100%;
  }
  aside .address img {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 15px;
  }
  aside .address address {
    font-size: 14rem;
    text-align: left;
    line-height: 1.5;
  }
  aside .address address span { display: block; }
  aside .cancel {
    display: block;
    padding: 25px 15px;
    border-bottom: 1px solid #e6e6e6;
  }
  aside .cancel a.btn {
    background: #fff;
    border: 1px solid #dcdcdc;
    color: #333;
  }
  aside .cancel a.btn:before {
    border-top: solid 1px #999;
    border-right: solid 1px #999;
  }

  /* reservation */
  #reservation { display: none!important; }

  /* pagetop */
  #pagetop {
    position: fixed;
    display: block;
    bottom: -40px;
    right: 0;
    z-index: 100;
    width: 60px;
    height: 60px;
    padding: 15px 0 0 15px;
    cursor: pointer;
  }
  #pagetop span {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -moz-opacity: 0.50;
    opacity: 0.50;
  }
  #pagetop span.summer { background: #5a921f; }
  #pagetop span.winter { background: #347fd4; }
  #pagetop span:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 11px;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }

  /* footer */
  footer { padding: 20px 0; }
  footer small { font-size: 12rem; }

  /* HOME */
  .appeal {
    width: 100%;
    padding-bottom: 0;
  }
  .appeal ul.mb50 { margin-bottom: 0!important; }
  .appeal ul:nth-child(2),
  .appeal ul:nth-child(3) { border-top: 1px dotted #ccc; }
  .appeal ul li {
    float: none;
    width: 100%;
    margin: 0;
    padding-right: 15px;
    border-top: 1px dotted #ccc;
  }
  .appeal ul li:first-child { border-top: none; }
  .appeal ul li a {
    padding: 25px 0;
    zoom:1;
  }
  .appeal ul li a:before,
  .appeal ul li a:after {
    content: "";
    display: table; 
  }
  .appeal ul li a:after { clear: both; }
  .appeal ul li a h3 { margin-left: 15px; }
  .appeal ul li a img {
    display: block;
    float: left;
    width: 50%;
    margin: 0 15px 5px 0;
    padding-left: 15px;
  }
  .appeal ul li a p {
    font-size: 14rem;
    line-height: 1.5;
    margin-top: 0;
    padding-left: 15px;
  }
  .movie {
    width: 100%;
    padding: 25px 15px;
  }

  /* about */
  .about {
    width: 100%;
    padding-bottom: 0;
  }
  .about ul.mb50 { margin-bottom: 0!important; }
  .about ul { border-top: 1px dotted #ccc; }
  .about ul:first-child { border-top: none; }
  .about ul li {
    float: none;
    width: 100%;
    margin: 0;
    padding: 25px 15px;
    border-top: 1px dotted #ccc;
  }
  .about ul li:first-child { border-top: none; }
  .about ul li img { width: 100%; }
  .about ul li p {
    font-size: 14rem;
    line-height: 1.5;
    margin-top: 15px;
  }
  .about ul.training li ul { border-top: none; }
  .about ul.training li ul li {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
    border-top: none;
  }
  .about ul.training li ul li:nth-child(even) { margin-left: 0; }
  .about ul.training li ul li:nth-child(1),
  .about ul.training li ul li:nth-child(2) { margin-bottom: 15px; }
  .about ul.training li ul li:last-child { margin-bottom: 0; }
  .layout { padding: 25px 15px; }
  .layout img { width: 100%; }

  /* summer */
  div.summer {
    width: 100%;
    padding-bottom: 0;
  }
  div.summer ul.mb50 { margin-bottom: 0!important; }
  div.summer ul { border-top: 1px dotted #ccc; }
  div.summer ul:first-child { border-top: none; }
  div.summer ul:first-child li { padding-bottom: 15px; }
  div.summer ul li {
    float: none;
    width: 100%;
    margin: 0;
    padding: 25px 15px;
    border-top: 1px dotted #ccc;
  }
  div.summer ul li:first-child { border-top: none; }
  div.summer ul li img { width: 100%; }
  div.summer ul li p {
    font-size: 14rem;
    line-height: 1.5;
    margin-top: 15px;
  }
  div.summer ul.type02 { border-top: none; }
  div.summer ul.type02 li { padding-top: 0; }
  div.summer ul.type02 li p { margin-top: 15px; }
  div.summer ul.type02 li ul { border-top: none; }
  div.summer ul.type02 li ul li {
    width: 100%;
    margin-bottom: 25px;
    padding: 0;
    border-top: none;
  }
  div.summer ul.type02 li ul li:first-child { margin-bottom: 15px; }
  div.summer ul.type02 li ul li:nth-child(even) { margin-left: 0; }
  div.summer ul.type02 li ul li:last-child { margin-bottom: 0; }

  /* winter */
  div.winter .content_detail {
    width: 100%;
    padding: 0;
  }
  div.winter .content_wrap { padding: 25px 0; }
  div.winter .content_wrap .content_detail { padding: 0 15px; }
  div.winter .content_wrap h2 { font-size: 18rem; }
  div.winter ul.mb50 { margin-bottom: 0!important; }
  div.winter ul { border-top: 1px dotted #ccc; }
  div.winter ul:first-child { border-top: none; }
  div.winter ul li {
    float: none;
    width: 100%;
    margin: 0;
    padding: 25px 15px;
    border-top: 1px dotted #ccc;
  }
  div.winter ul .btn_wrap {
    margin-top: 0px;
    padding: 0px 15px 25px;
  }
  div.winter ul li:first-child { border-top: none; }
  div.winter ul li img { width: 100%; }
  div.winter ul li p {
    font-size: 14rem;
    line-height: 1.5;
    margin-top: 15px;
  }
  div.winter .table { margin-top: 25px; }
  div.winter .table .table01,
  div.winter .table .table02 {
    width: 100%;
    float: none;
  }
  div.winter .table .table02 { margin-top: 15px; }
  #winter04 {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    margin-top: 5px;
  }
  #winter04 table { width: 100%; }

  /* access */
  .access {
    width: 100%;
    padding-bottom: 0;
  }
  .access p { margin-top: 15px; }
  .access .mb50 { margin-bottom: 25px!important; }
  .access ul.mb50 { margin-bottom: 0!important; }
  .access ul { border-top: 1px dotted #ccc; }
  .access ul li {
    float: none;
    width: 100%;
    margin: 0;
    padding: 25px 0;
    border-top: 1px dotted #ccc;
  }
  .access ul li:first-child { border-top: none; }
  .access ul li img { width: 100%; }
  .access ul li p {
    font-size: 14rem;
    line-height: 1.5;
    margin-top: 15px;
  }
  .access .table { margin-top: 25px; }
  .access .table .table01,
  .access .table .table02 {
    width: 100%;
    float: none;
  }
  .access .table .table02 { margin-top: 15px; }
  .access .access_map { margin-bottom: 0; }
  .access .access_map img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }

  /*  asct  */
  .asct {
    width: 100%;
    margin: 30px auto;
    padding: 0 15px;
  }
  .asct th,
  .asct td {
    display: block;
    width: 100%;
    border-top: none;
  }
  .asct table { border-top: 1px solid #e6e6e6; }
  #asctnav {
    padding: 0;
    line-height: 1.5;
  }
  #asctnav a {
    display: block;
    padding: 10px 15px;
  }

  /* fl */
  .fl {
    font-size: 14rem;
    padding-top: 25px;
  }
  .fl .access_map {
    margin-bottom: 0;
    padding: 0 0 25px 0;
  }
  .fl .access_map img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  .fl .content_wrap { margin-bottom: 25px; }
  .fl_content {
    text-align: left;
    width: 100%;
    margin: 0 auto 25px;
    padding: 0 15px;
  }
  .fl_content { padding: 0 15px; }
  .fl_content li {
    display: block;
    margin: 15px 0 0 0;
  }
  .fl_content li:first-child { margin: 25px 0 0 0; }
  .fl_content img {
    width: 100%;
    height: auto;
  }
  .fl .home_feature {
    width: 100%;
    margin-bottom: 30px;
  }
  .fl .home_feature ul li {
    display: block;
    margin-top: 25px;
  }
  .fl .home_feature ul li:first-child {
    padding-top: 0px;
    border-top: none;
  }
  .fl .home_feature figure {
    display: block;
    width: 100%;
    height: auto;
    padding-right: 0!important;
    padding-left: 0!important;
  }
  .fl .home_feature figure img { width: 100%; }
  .fl .home_feature .detail_outer {
    width: 100%;
    min-height: 0;
  }
  .fl .home_feature .detail {
    display: block;
    padding: 0 15px;
  }
  .fl .home_feature .detail h3 {
    font-size: 21rem;
    text-align: center;
    margin: 25px 0;
  }
  .fl .home_feature .detail h3 span {
    font-size: 16rem;
    margin-bottom: 10px;
  }
  .fl .home_feature ul li.left .img,
  .fl .home_feature ul li.right .detail_outer { float: none; }
  .fl .home_feature ul li.right .img,
  .fl .home_feature ul li.left .detail_outer { float: none; }
}
