@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.con_lnk ul, .con_slider_day .box_slider, .con_slider_day .box_slider .slider_day, .con_acc {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .con_lnk ul, .con_slider_day .box_slider, .con_slider_day .box_slider .slider_day, .con_acc {
    width: 95%;
  }
}
@media print {
  .con_lnk ul, .con_slider_day .box_slider, .con_slider_day .box_slider .slider_day, .con_acc {
    width: 95%;
  }
}
.ie8 .con_lnk ul, .con_lnk .ie8 ul, .ie8 .con_slider_day .box_slider, .con_slider_day .ie8 .box_slider, .ie8 .con_slider_day .box_slider .slider_day, .con_slider_day .box_slider .ie8 .slider_day, .ie8 .con_acc {
  width: 95%;
}
@media only screen and (max-width: 1024px) {
  .con_lnk ul, .con_slider_day .box_slider, .con_slider_day .box_slider .slider_day, .con_acc {
    width: 95%;
  }
}

.con_slider_home:after, .box_tab .tabs ul:after, .con_day:after, .con_day .box_tab:after, .con_day .box_tab .box_day:after, .con_slider_day:after, .con_slider_day .box_info:after, .con_acc:after, .con_acc .box_title:after, .con_acc .box_acc:after, .con_dinner .list_inner:after, .con_bath:after, .con_sightseeing .box_txt .clearfix:after, .con_sightseeing .box_txt .box_wifi:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	SLICK SLIDER
----------------------------------------------------------- */
body {
  background: #FFF url("../images/footer/bg_footer.jpg") center bottom no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    background: #FFF url("../images/footer/bg_footer.jpg") -679px bottom no-repeat;
  }
}

/* -----------------------------------------------------------
	con_slider_home
----------------------------------------------------------- */
.con_slider_home {
  position: relative;
  /* -----------------------------------------------------------
  	#mainslider
  ----------------------------------------------------------- */
}
.con_slider_home h2 {
  position: absolute;
  z-index: 9;
  left: 17.5%;
  bottom: 0;
  -moz-transform: translate(-14.5%, 0);
  -ms-transform: translate(-14.5%, 0);
  -webkit-transform: translate(-14.5%, 0);
  transform: translate(-14.5%, 0);
  pointer-events: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_slider_home h2 {
    width: 12em;
    top: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_slider_home h2 {
    width: 80%;
    left: 3em;
    text-align: center;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.con_slider_home h2 img {
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_slider_home h2 img {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_slider_home h2 img {
    height: auto;
  }
}
.con_slider_home #mainslider {
  position: relative;
  width: 100%;
  height: 100%;
}
.con_slider_home #mainslider .slide {
  height: 100%;
  width: 100%;
  outline: none;
}
.con_slider_home #mainslider .slide.img_main01 {
  background: url("../images/home/img_main01-pc.jpg") no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .con_slider_home #mainslider .slide.img_main01 {
    background: url("../images/home/img_main01-sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.con_slider_home #mainslider .slide.img_main02 {
  background: url("../images/home/img_main02-pc.jpg") no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .con_slider_home #mainslider .slide.img_main02 {
    background: url("../images/home/img_main02-sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.con_slider_home #mainslider .slide.img_main03 {
  background: url("../images/home/img_main03-pc.jpg") no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .con_slider_home #mainslider .slide.img_main03 {
    background: url("../images/home/img_main03-sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.con_slider_home #mainslider .slick-dots {
  text-align: right;
  bottom: 4.5%;
  z-index: 1;
  width: auto;
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 767px) {
  .con_slider_home #mainslider .slick-dots {
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .con_slider_home #mainslider .slick-dots {
    bottom: 8%;
    width: 80%;
  }
}
.con_slider_home #mainslider .slick-dots li {
  position: relative;
  width: 12px;
  height: 0;
  padding-top: 12px;
  margin: 0;
  display: inline-block;
  overflow: hidden;
  -moz-transition: background 300ms;
  -o-transition: background 300ms;
  -webkit-transition: background 300ms;
  transition: background 300ms;
  background: #828282;
}
.con_slider_home #mainslider .slick-dots li:not(.slick-active) button {
  cursor: pointer;
}
.mouse .con_slider_home #mainslider .slick-dots li:not(.slick-active):hover, .touch .con_slider_home #mainslider .slick-dots li:not(.slick-active).touchstart {
  background: #c1c1c1;
}
.touch .con_slider_home #mainslider .slick-dots li:not(.slick-active) {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_slider_home #mainslider .slick-dots li:not(.slick-active).touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_slider_home #mainslider .slick-dots li:not(:first-child) {
  margin-left: 1.7em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_slider_home #mainslider .slick-dots li:not(:first-child) {
    margin-left: 1.7em;
  }
}
@media only screen and (max-width: 767px) {
  .con_slider_home #mainslider .slick-dots li:not(:first-child) {
    margin-left: 0.5em;
  }
}
.con_slider_home #mainslider .slick-dots li.slick-active {
  background-color: #FFF;
}
@media only screen and (max-width: 767px) {
  .con_slider_home #mainslider .slick-dots li {
    width: 2em;
    padding-top: .3em;
  }
}
.con_slider_home #mainslider .slick-dots li button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.con_slider_home #mainslider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 99;
  text-align: center;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  line-height: 1;
}
.con_slider_home #mainslider .slick-arrow.slick-next {
  right: 4em;
}
.con_slider_home #mainslider .slick-arrow.slick-next:before, .con_slider_home #mainslider .slick-arrow.slick-next:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_slider_home #mainslider .slick-arrow.slick-next > * {
  vertical-align: middle;
  display: inline;
}
.con_slider_home #mainslider .slick-arrow.slick-next:before {
  content: "";
  margin-right: .5em;
  font-size: 143%;
  background: #dddddd;
  padding: .22em .4em;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-right: 0;
}
.con_slider_home #mainslider .slick-arrow.slick-prev {
  right: 16em;
}
.con_slider_home #mainslider .slick-arrow.slick-prev:before, .con_slider_home #mainslider .slick-arrow.slick-prev:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_slider_home #mainslider .slick-arrow.slick-prev > * {
  vertical-align: middle;
  display: inline;
}
.con_slider_home #mainslider .slick-arrow.slick-prev:before {
  content: "";
  margin-right: .5em;
  font-size: 143%;
  background: #dddddd;
  padding: .22em .4em;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.con_slider_home #mainslider .slick-arrow:hover {
  cursor: pointer;
}
.con_slider_home #mainslider .slick-arrow:hover:before {
  background: #b7b7b7;
}
.con_slider_home #mainslider .slick-arrow:hover.slick-next {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.con_slider_home #mainslider .slick-arrow:hover.slick-prev {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.con_slider_home #mainslider .title_slider {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 4em;
  width: 14em;
  overflow: hidden;
  *zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 9;
  background: #FFF;
  padding: .28em 2em .28em 2em;
}
@media only screen and (max-width: 767px) {
  .con_slider_home #mainslider .title_slider {
    display: none !important;
  }
}

/* -----------------------------------------------------------
	con_home_intro
----------------------------------------------------------- */
.con_home_intro {
  overflow: hidden;
  *zoom: 1;
  background: transparent url("../images/home/bg_intro.jpg") left bottom no-repeat;
  padding: 2em 0;
  background-size: cover;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_home_intro {
    padding: 2em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_home_intro {
    padding: 1em 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .con_home_intro {
    background-position: center bottom;
  }
}
@media print {
  .con_home_intro {
    background-position: center bottom;
  }
}
.ie8 .con_home_intro {
  background-position: center bottom;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_home_intro {
    background-position: 58% bottom;
    background-size: auto 100%;
  }
}
.con_home_intro h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  text-transform: uppercase;
  font-size: 200%;
  color: #958a12;
  font-weight: normal;
  margin: 0.2em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_home_intro h3 {
    margin: 0.2em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_home_intro h3 {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_home_intro h3 {
    font-size: 172%;
  }
}
@media only screen and (max-width: 767px) {
  .con_home_intro h3 {
    font-size: 129%;
  }
}
.con_home_intro h3 span {
  font-family: "Great Vibes", cursive;
  font-size: 143%;
  color: #000;
  text-transform: none;
}
.con_home_intro .title_jp {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 258%;
  line-height: 1.2;
  margin-bottom: .3em;
}
.con_home_intro .title_jp span {
  color: #388e16;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_home_intro .title_jp {
    font-size: 186%;
  }
}
@media only screen and (max-width: 767px) {
  .con_home_intro .title_jp {
    font-size: 150%;
  }
}
.con_home_intro .txt {
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .con_home_intro .txt {
    line-height: 1.5;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_home_intro .txt {
    width: 50%;
  }
}

/* -----------------------------------------------------------
	con_lnk
----------------------------------------------------------- */
.con_lnk {
  overflow: hidden;
  *zoom: 1;
  border-bottom: 1px solid #c0c0c0;
  margin: 2em 0;
  padding-bottom: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_lnk {
    margin: 2em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_lnk {
    margin: 1em 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_lnk {
    padding-bottom: 2em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_lnk {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_lnk {
    border-bottom: none;
  }
}
.con_lnk ul {
  overflow: hidden;
  *zoom: 1;
}
@media only screen and (max-width: 767px) {
  .con_lnk ul {
    border: 1px solid #dedede;
  }
}
.con_lnk ul li {
  width: 16.6%;
  float: left;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_lnk ul li {
    width: 100%;
  }
}
.con_lnk ul li:before {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 1px;
  background: #dedede;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .con_lnk ul li:before {
    display: none;
  }
}
.con_lnk ul li:last-child:before {
  background: none;
}
.con_lnk ul li a {
  display: block;
  padding: 0 1em .1em;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.con_lnk ul li a:before, .con_lnk ul li a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_lnk ul li a > * {
  vertical-align: middle;
  display: inline;
}
.con_lnk ul li a:after {
  content: "";
  margin-left: .5em;
  color: #005496;
  display: block;
  text-align: center;
  font-size: 129%;
}
@media only screen and (max-width: 767px) {
  .con_lnk ul li a:after {
    display: inline-block;
    position: absolute;
    right: 1em;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .con_lnk ul li a {
    padding: 1em;
    border-bottom: 1px solid #dedede;
    text-align: left;
  }
}
.con_lnk ul li a span {
  display: block;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 500;
}
.con_lnk ul li a span.en {
  color: #005496;
  text-transform: uppercase;
  font-size: 79%;
  margin-bottom: 0.3em;
}
@media only screen and (max-width: 767px) {
  .con_lnk ul li a span.en {
    display: none;
  }
}
.con_lnk ul li a span.jp {
  font-size: 115%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_lnk ul li a span.jp {
    font-size: 100%;
  }
}
.con_lnk ul li a span.eng {
  font-size: 129%;
  color: #2d2d2d;
}
.con_lnk ul li:last-child a {
  border-bottom: none;
}

/* -----------------------------------------------------------
	con_future
----------------------------------------------------------- */
.con_future .txt_int {
  text-align: center;
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  .con_future .txt_int {
    margin-bottom: 1em;
  }
}

/* -----------------------------------------------------------
	box_tab
----------------------------------------------------------- */
.box_tab .tabs ul {
  text-align: center;
}
.box_tab .tabs ul li {
  display: inline-block;
  margin: 0 0.2em;
  width: 165px;
  font-size: 143%;
  color: #4d3b27;
  background: #ffffff;
  text-align: center;
  cursor: pointer;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 500;
  padding: .3em 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_tab .tabs ul li {
    margin: 0 0.2em;
  }
}
@media only screen and (max-width: 767px) {
  .box_tab .tabs ul li {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_tab .tabs ul li {
    width: 165px;
  }
}
@media only screen and (max-width: 767px) {
  .box_tab .tabs ul li {
    width: 22%;
  }
}
@media only screen and (max-width: 767px) {
  .box_tab .tabs ul li {
    font-size: 108%;
  }
}
.box_tab .tabs ul li:before {
  display: none;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #a1bbbc;
  color: #cec7b9;
  text-align: center;
  z-index: 1;
}
.box_tab .tabs ul li:not(.active):hover {
  opacity: 0.7;
}
.box_tab .tabs ul li.active {
  position: relative;
  cursor: default;
  color: #fff;
  background: #a1bbbc;
}
.box_tab .tabs ul li.active:before {
  display: block;
}
.box_tab .tabs ul li:first-child.active {
  color: #000;
  background: #e9bbe9;
}
.box_tab .tabs ul li:first-child.active:before {
  border-top: 6px solid #e9bbe9;
}
.box_tab .tabs ul li:nth-child(2).active {
  color: #eaf0aa;
  background: #4bbfc9;
}
.box_tab .tabs ul li:nth-child(2).active:before {
  border-top: 6px solid #4bbfc9;
}
.box_tab .tabs ul li:nth-child(3).active {
  color: #FFF;
  background: #952d09;
}
.box_tab .tabs ul li:nth-child(3).active:before {
  border-top: 6px solid #952d09;
}
.box_tab .tabs ul li:nth-child(4).active {
  color: #FFF;
  background: #a1bbbc;
}
.box_tab .tabs ul li:nth-child(4).active:before {
  border-top: 6px solid #a1bbbc;
}
.box_tab .panels .panel {
  display: none;
  width: 100%;
  margin: 0 auto;
}
.box_tab .panels .panel.active {
  display: block;
}
.box_tab .panels #panel_01_1 .cat span {
  background: #edcaed;
  color: #000;
  border-color: #e9bbe9;
}
.box_tab .panels #panel_01_2 .cat span {
  background: #4bbfc9;
  color: #FFF;
  border-color: #34a6b0;
}
.box_tab .panels #panel_01_3 .cat span {
  background: #952d09;
  color: #FFF;
  border-color: #da4a18;
}
.box_tab .panels #panel_01_4 .cat span {
  background: #a1bbbc;
  color: #FFF;
  border-color: #85a8a9;
}

/* -----------------------------------------------------------
	#con_day
----------------------------------------------------------- */
.cat {
  margin-bottom: .3em;
}
.cat span {
  background: #4bbfc9;
  color: #FFF;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  padding: 0.3em 1em 0.1em;
  border: 2px solid #34a6b0;
  display: inline-block;
  font-weight: bold;
  font-size: 108%;
}
.cat.pink span {
  background: #edcaed;
  color: #000;
  border-color: #e9bbe9;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cat span {
    padding: 0.3em 0.5em 0.1em;
  }
}
@media only screen and (max-width: 767px) {
  .cat span {
    padding: 0.3em 0.5em 0.1em;
  }
}

.con_day {
  background: #eef2f3 url(../images/home/bg_day.jpg) repeat-y center center;
  margin-top: 10em;
  position: relative;
  padding-top: 6em;
}
@media only screen and (max-width: 767px) {
  .con_day {
    margin-top: 8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_day {
    padding-top: 5em;
  }
}
.con_day .st_vertical {
  font-size: 179%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  line-height: 2;
  position: absolute;
  top: -3.8em;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  letter-spacing: .3em;
  color: #000000;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_day .st_vertical {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_day .st_vertical {
    font-size: 122%;
  }
}
.con_day .st_vertical span {
  position: relative;
  display: block;
  padding-left: 1.3em;
  padding-left: 1.3em;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .con_day .st_vertical span {
    padding-left: 1em;
  }
}
.con_day .st_vertical span:before {
  width: 1px;
  height: 100%;
  background: #000000;
  position: absolute;
  bottom: 0;
  content: "";
  right: 0;
}
.con_day h3.title {
  font-size: 322%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #73972f;
  text-align: center;
  font-weight: normal;
  margin: 0 0 .3em;
}
.con_day h3.title span {
  font-size: 72%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_day h3.title {
    font-size: 236%;
  }
  .model_course h3.title {
    font-size: 236%;
}
}
@media only screen and (max-width: 767px) {
  .con_day h3.title {
    font-size: 139%;
  }
  .model_course h3.title {
      font-size: 139%;
  }
  
}
.con_day .box_tab .st_day {
  text-align: center;
  margin: 2em 0;
}
@media only screen and (max-width: 767px) {
  .con_day .box_tab .st_day {
    margin: 2em 0 1em;
  }
}
.con_day .box_tab .st_day img {
  width: 8.77562%;
  min-width: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_day .box_tab .st_day img {
    min-width: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .con_day .box_tab .st_day img {
    min-width: 7em;
  }
}
.con_day .box_tab .box_day {
  width: 100%;
  margin-bottom: 3em;
}
.con_day .box_tab .box_day .box_txt {
  float: left;
  vertical-align: middle;
  width: 42.72727%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 4.54545% 0 2.72727%;
}
@media only screen and (max-width: 767px) {
  .con_day .box_tab .box_day .box_txt {
    display: block;
    width: 100%;
  }
}
.con_day .box_tab .box_day .box_img {
  vertical-align: middle;
  width: 57.27273%;
  position: relative;
  float: right;
}
@media only screen and (max-width: 767px) {
  .con_day .box_tab .box_day .box_img {
    display: block;
    width: 95%;
    margin: 0 auto 1em;
    float: none;
  }
}
.con_day .box_tab .box_day .box_img .stick {
  position: absolute;
  left: -4em;
  top: 1em;
  z-index: 9;
  width: 16.19048%;
  min-width: 1.3em;
}
@media only screen and (max-width: 767px) {
  .con_day .box_tab .box_day .box_img .stick {
    top: -.5em;
    left: .5em;
  }
}
.con_day .box_tab .box_day h4 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: bold;
  font-size: 229%;
  color: #000;
  margin-bottom: .3em;
}
@media only screen and (max-width: 767px) {
  .con_day .box_tab .box_day h4 {
    font-size: 186%;
  }
}
@media only screen and (max-width: 767px) {
  .con_day .box_tab .box_day h4 {
    font-size: 143%;
  }
}

@media only screen and (min-width: 768px) {
  .con_slider_day {
    overflow: hidden;
    *zoom: 1;
  }
}
@media print {
  .con_slider_day {
    overflow: hidden;
    *zoom: 1;
  }
}
.ie8 .con_slider_day {
  overflow: hidden;
  *zoom: 1;
}
.con_slider_day .box_slider {
  position: relative;
  z-index: 0;
}
.con_slider_day .box_slider h3 {
  position: absolute;
  left: 0;
  top: 93%;
  z-index: 9;
  width: 9.27273%;
  min-width: 1.3em;
}
@media only screen and (max-width: 767px) {
  .con_slider_day .box_slider h3 {
    top: -13%;
    width: 16.19048%;
  }
}
.con_slider_day .box_slider .slider_day {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_slider_day .box_slider .slider_day {
    width: 100%;
  }
}
.con_slider_day .box_slider .slider_day .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 99;
  text-align: center;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  line-height: 1;
}
.con_slider_day .box_slider .slider_day .slick-arrow.slick-next {
  right: 4em;
}
.con_slider_day .box_slider .slider_day .slick-arrow.slick-next:before, .con_slider_day .box_slider .slider_day .slick-arrow.slick-next:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_slider_day .box_slider .slider_day .slick-arrow.slick-next > * {
  vertical-align: middle;
  display: inline;
}
.con_slider_day .box_slider .slider_day .slick-arrow.slick-next:before {
  content: "";
  margin-right: .5em;
  font-size: 143%;
  background: #dddddd;
  padding: .22em .4em;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-right: 0;
}
.con_slider_day .box_slider .slider_day .slick-arrow.slick-prev {
  right: 16em;
}
.con_slider_day .box_slider .slider_day .slick-arrow.slick-prev:before, .con_slider_day .box_slider .slider_day .slick-arrow.slick-prev:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_slider_day .box_slider .slider_day .slick-arrow.slick-prev > * {
  vertical-align: middle;
  display: inline;
}
.con_slider_day .box_slider .slider_day .slick-arrow.slick-prev:before {
  content: "";
  margin-right: .5em;
  font-size: 143%;
  background: #dddddd;
  padding: .22em .4em;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.con_slider_day .box_slider .slider_day .slick-arrow:hover {
  cursor: pointer;
}
.con_slider_day .box_slider .slider_day .slick-arrow:hover:before {
  background: #b7b7b7;
}
.con_slider_day .box_slider .slider_day .slick-arrow:hover.slick-next {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.con_slider_day .box_slider .slider_day .slick-arrow:hover.slick-prev {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.con_slider_day .box_slider .slider_day .slick-arrow.slick-next {
  right: 0;
}
.con_slider_day .box_slider .slider_day .slick-arrow.slick-next:before {
  background: #005496;
  color: #FFF;
  font-size: 229%;
  padding: .3em .5em;
}
@media only screen and (max-width: 767px) {
  .con_slider_day .box_slider .slider_day .slick-arrow.slick-next:before {
    font-size: 172%;
  }
}
.con_slider_day .box_slider .slider_day .slick-arrow.slick-prev {
  right: inherit;
  left: 0;
}
.con_slider_day .box_slider .slider_day .slick-arrow.slick-prev:before {
  background: #005496;
  color: #FFF;
  font-size: 229%;
  padding: .3em .5em;
}
@media only screen and (max-width: 767px) {
  .con_slider_day .box_slider .slider_day .slick-arrow.slick-prev:before {
    font-size: 172%;
  }
}
@media only screen and (min-width: 768px) {
  .con_slider_day .box_slider .slider_day .slick-list {
    padding: 0 !important;
    overflow: visible !important;
  }
}
@media print {
  .con_slider_day .box_slider .slider_day .slick-list {
    padding: 0 !important;
    overflow: visible !important;
  }
}
.ie8 .con_slider_day .box_slider .slider_day .slick-list {
  padding: 0 !important;
  overflow: visible !important;
}
.con_slider_day .box_info {
  padding: 1.2em 0 4em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_slider_day .box_info {
    padding: 1.2em 0 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_slider_day .box_info {
    padding: 1em 0 2em;
  }
}
.con_slider_day .box_info h4 {
  font-size: 229%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .con_slider_day .box_info h4 {
    font-size: 186%;
  }
}
@media only screen and (max-width: 767px) {
  .con_slider_day .box_info h4 {
    font-size: 143%;
  }
}
.con_slider_day .box_info .box_title {
  width: 43.63636%;
  float: left;
  padding-left: 10.45455%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .con_slider_day .box_info .box_title {
    padding-left: 0;
    width: 100%;
  }
}
.con_slider_day .box_info .box_txt {
  width: 56.36364%;
  float: right;
}
@media only screen and (max-width: 767px) {
  .con_slider_day .box_info .box_txt {
    padding-left: 0;
    width: 100%;
  }
}

/* -----------------------------------------------------------
	#con_acc
----------------------------------------------------------- */
.con_acc {
  max-width: 1635px;
  margin: auto;
}
.con_acc .box_title {
  background: #005496;
  padding: 2em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_acc .box_title {
    padding: 2em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_title {
    padding: 1em 0;
  }
}
.con_acc .box_title .img {
  width: 9.27273%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_title .img {
    width: 16.19048%;
  }
}
.con_acc .box_title .box_txt {
  width: 89.09091%;
  float: right;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_title .box_txt {
    width: 100%;
    margin-top: -3em;
  }
  .con_acc .box_title .box_txt .cat {
    padding-left: 19.04762%;
    margin-bottom: .8em;
  }
}
.con_acc .box_title .st_acc {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 158%;
  color: #d3d45a;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .con_acc .box_title .st_acc {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_title .st_acc {
    font-size: 100%;
  }
}
.con_acc .box_title .sst_acc {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 229%;
  color: #FFF;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_acc .box_title .sst_acc {
    font-size: 186%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_title .sst_acc {
    font-size: 143%;
  }
}
.con_acc .box_acc {
  -moz-box-shadow: 0px 12px 12px -10px rgba(0, 0, 0, 0.3), 0px -12px 12px -10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 12px 12px -10px rgba(0, 0, 0, 0.3), 0px -12px 12px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 12px 12px -10px rgba(0, 0, 0, 0.3), 0px -12px 12px -10px rgba(0, 0, 0, 0.5);
  background: #FFF;
}
.con_acc .box_acc li {
  width: 33.33333%;
  float: left;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_acc li {
    width: 100%;
  }
}
.con_acc .box_acc li .cat_acc {
  margin-top: -1em;
  position: relative;
  z-index: 9;
}
.con_acc .box_acc li .cat_acc span {
  background: #3d88af;
  color: #FFF;
  text-align: center;
  padding: .3em 1.2em;
  display: inline-block;
  font-size: 122%;
  font-weight: 500;
  border: 2px solid #FFF;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .con_acc .box_acc li .cat_acc span {
    font-size: 93%;
    padding: .3em .7em;
  }
}
@media print {
  .con_acc .box_acc li .cat_acc span {
    font-size: 93%;
    padding: .3em .7em;
  }
}
.ie8 .con_acc .box_acc li .cat_acc span {
  font-size: 93%;
  padding: .3em .7em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_acc .box_acc li .cat_acc span {
    font-size: 100%;
    padding: .3em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_acc li .cat_acc span {
    font-size: 94%;
    padding: .3em 1em;
  }
}
.con_acc .box_acc li .img {
  overflow: hidden;
  *zoom: 1;
  z-index: 0;
}
.con_acc .box_acc li .img img {
  width: 100%;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.con_acc .box_acc li h4 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 186%;
  font-weight: 500;
  text-align: center;
  margin: .5em 0;
}
.con_acc .box_acc li h4:before, .con_acc .box_acc li h4:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_acc .box_acc li h4 > * {
  vertical-align: middle;
  display: inline;
}
.con_acc .box_acc li h4:after {
  content: "";
  margin-left: .5em;
  display: inline;
  -moz-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 0.1s;
  transition: all 0.5s ease 0.1s;
  position: relative;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .con_acc .box_acc li h4:after {
    content: url(../images/home/ic_arrow.png);
  }
}
@media print {
  .con_acc .box_acc li h4:after {
    content: url(../images/home/ic_arrow.png);
  }
}
.ie8 .con_acc .box_acc li h4:after {
  content: url(../images/home/ic_arrow.png);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_acc .box_acc li h4 {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_acc li h4 {
    font-size: 129%;
  }
}
@media only screen and (min-width: 768px) {
  .con_acc .box_acc li:not(:first-child):before {
    content: "";
    width: 1px;
    height: 100%;
    background: #d7d7d7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
}
@media print {
  .con_acc .box_acc li:not(:first-child):before {
    content: "";
    width: 1px;
    height: 100%;
    background: #d7d7d7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
}
.ie8 .con_acc .box_acc li:not(:first-child):before {
  content: "";
  width: 1px;
  height: 100%;
  background: #d7d7d7;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.con_acc .box_acc li:nth-child(1) .cat_acc span {
  background: #3d88af;
}
.con_acc .box_acc li:nth-child(2) .cat_acc span {
  background: #997a0f;
}
.con_acc .box_acc li:nth-child(3) .cat_acc span {
  background: #7d450e;
}
.con_acc .box_acc li a {
  display: block;
  text-decoration: none;
}
.con_acc .box_acc li a:hover .img img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.con_acc .box_acc li a:hover h4:after {
  right: -.3em;
}

/* -----------------------------------------------------------
	#con_acceess
----------------------------------------------------------- */
.con_acceess {
  padding-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_acceess {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_acceess {
    padding-top: 2em;
  }
}
.con_acceess #map, .con_acceess iframe {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  height: 535px;
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_acceess #map, .con_acceess iframe {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .con_acceess #map, .con_acceess iframe {
    height: 250px;
  }
}
.con_acceess .st_access {
  font-size: 200%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: normal;
  color: #492e0e;
  margin-bottom: .5em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_acceess .st_access {
    font-size: 143%;
  }
}
.con_acceess .st_access:before, .con_acceess .st_access:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_acceess .st_access > * {
  vertical-align: middle;
  display: inline;
}
.con_acceess .st_access:before {
  content: "";
  margin-right: .5em;
  color: #FFF;
  background: #005496;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  text-align: center;
  padding: .2em;
}
@media only screen and (max-width: 767px) {
  .con_acceess .st_access:before {
    font-size: 60%;
  }
}
.con_acceess .st_access.st_access_train:before, .con_acceess .st_access.st_access_train:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_acceess .st_access.st_access_train > * {
  vertical-align: middle;
  display: inline;
}
.con_acceess .st_access.st_access_train:before {
  content: "";
  margin-right: .5em;
}
.con_acceess .box_access_inner {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 2em;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_acceess .box_access_inner {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_acceess .box_access_inner {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_acceess .box_access_inner {
    padding-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_acceess .box_access_inner {
    padding-bottom: 1em;
  }
}
.con_acceess .box_access_inner:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.con_acceess .box_access_inner .box_access_sp {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: .5em;
  text-align: center;
}
.con_acceess .box_access_inner .box_access_sp h4 {
  background: #dcf5f7;
  border: 1px solid #89b4b6;
  padding: .5em 1em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 108%;
  font-weight: 500;
  position: relative;
}
.con_acceess .box_access_inner .box_access_sp h4:before, .con_acceess .box_access_inner .box_access_sp h4:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_acceess .box_access_inner .box_access_sp h4 > * {
  vertical-align: middle;
  display: inline;
}
.con_acceess .box_access_inner .box_access_sp h4:after {
  content: "";
  margin-left: .5em;
  position: absolute;
  right: 1em;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.con_acceess .box_access_inner .box_access_sp h4.active:before, .con_acceess .box_access_inner .box_access_sp h4.active:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_acceess .box_access_inner .box_access_sp h4.active > * {
  vertical-align: middle;
  display: inline;
}
.con_acceess .box_access_inner .box_access_sp h4.active:after {
  content: "";
  margin-left: .5em;
}
.con_acceess .box_access_inner .box_access_sp_inner {
  display: none;
  padding: .5em 0 1em;
}
.con_acceess .box_access_inner .box_access_sp_inner .tbl_access {
  width: 100%;
}
.con_acceess .box_access_inner .box_access_sp_inner .tbl_access td {
  padding: .5em 1em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
.con_acceess .box_access_inner .box_access_sp_inner .tbl_access td.st_begin {
  border: 1px solid #928a73;
}
.con_acceess .box_access_inner .box_access_sp_inner .tbl_access td.st_walk {
  padding: 1em 1em 1em 12%;
  background: url("../images/home/line_access.jpg") 10% repeat-y;
}
.con_acceess .box_access_inner .box_access_sp_inner .tbl_access td.st_last {
  background: #005496;
  color: #FFF;
}

/* -----------------------------------------------------------
	#con_facebook_banner
----------------------------------------------------------- */
.con_facebook_banner {
  overflow: hidden;
  *zoom: 1;
  background: #eef2f3;
  padding: 2em 0;
}
.con_facebook_banner h3 {
  font-size: 143%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 500;
  margin-bottom: .3em;
  color: #005496;
}
.con_facebook_banner .box_facebook {
  width: 45.45455%;
  float: left;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .con_facebook_banner .box_facebook:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -2.63158%;
    background: #d5d5d5;
  }
}
@media print {
  .con_facebook_banner .box_facebook:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -2.63158%;
    background: #d5d5d5;
  }
}
.ie8 .con_facebook_banner .box_facebook:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: -2.63158%;
  background: #d5d5d5;
}
@media only screen and (max-width: 767px) {
  .con_facebook_banner .box_facebook {
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
  }
}
.con_facebook_banner .box_news {
  width: 51.81818%;
  float: right;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .con_facebook_banner .box_news {
    width: 100%;
    margin-bottom: 2em;
  }
}
.con_facebook_banner .box_news .list_news_common .item a {
  padding: .8em 0.5em;
}
.con_facebook_banner .box_news .list_news_common .item .box_text {
  width: 100%;
  padding: 0;
}
.con_facebook_banner .box_news .list_news_common .item .box_text .st_title_item {
  font-weight: bold;
  font-size: 100%;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.con_facebook_banner .box_news .btn {
  margin-top: 1.2em;
}
.con_facebook_banner .box_news .btn a {
  display: inline-block;
  vertical-align: middle;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #000;
  text-align: center;
  border: 1px solid #c1c0c0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-decoration: none;
  padding: .8em 0;
}
.con_facebook_banner .box_news .btn a:after {
  display: inline-block;
  vertical-align: middle;
  content: "\f105";
  font-family: "FontAwesome";
  color: #000;
}
.con_facebook_banner .box_banner {
  clear: both;
  overflow: hidden;
}
.con_facebook_banner .box_banner * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_facebook_banner .box_banner ul {
  overflow: hidden;
  *zoom: 1;
  margin: 0 auto;
  max-width: 868px;
}
@media only screen and (max-width: 767px) {
  .con_facebook_banner .box_banner ul {
    margin: 0 -0.5em;
  }
}
.con_facebook_banner .box_banner ul li {
  float: left;
  width: 33.33333%;
  padding: 0 5px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .con_facebook_banner .box_banner ul li {
    width: 50%;
    padding: 0 0.5em;
    margin-bottom: 1em;
  }
}
.con_facebook_banner .box_banner ul li a {
  display: block;
}
.con_facebook_banner .box_banner ul li img {
  width: 100%;
}

/* -----------------------------------------------------------
	#con_dinner
----------------------------------------------------------- */
.con_dinner {
  overflow: hidden;
  *zoom: 1;
  margin: 85px auto 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_dinner {
    margin: 65px auto 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_dinner {
    margin: 2em auto 2em;
  }
}
.con_dinner .box_title {
  width: 29.54545%;
  float: right;
}
@media only screen and (max-width: 767px) {
  .con_dinner .box_title {
    width: 100%;
  }
  .con_dinner .box_title .img {
    width: 16.19048%;
  }
}
.con_dinner .box_title .cat {
  margin: 1em 0 1em;
}
@media only screen and (max-width: 767px) {
  .con_dinner .box_title .cat {
    margin: -3em 0 1em;
    padding-left: 18.25397%;
  }
}
.con_dinner .box_title h4 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 229%;
  line-height: 1.4;
  font-weight: normal;
  color: #000;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_dinner .box_title h4 {
    font-size: 186%;
    margin-bottom: .3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_dinner .box_title h4 {
    font-size: 143%;
    margin-bottom: 1em;
  }
}
.con_dinner .box_dinner {
  width: 67%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_dinner .box_dinner {
    width: 100%;
  }
}
.con_dinner .list_inner {
  -moz-box-shadow: 0px 12px 12px -10px rgba(0, 0, 0, 0.3), 0px -12px 12px -10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 12px 12px -10px rgba(0, 0, 0, 0.3), 0px -12px 12px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 12px 12px -10px rgba(0, 0, 0, 0.3), 0px -12px 12px -10px rgba(0, 0, 0, 0.5);
  background: #FFF;
}
@media only screen and (max-width: 767px) {
  .con_dinner .list_inner {
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.con_dinner .list_inner li {
  width: 49.93216%;
  float: left;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_dinner .list_inner li {
    width: 100%;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF;
    -moz-box-shadow: 0px 12px 12px -10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 12px 12px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 12px 12px -10px rgba(0, 0, 0, 0.3);
  }
  .con_dinner .list_inner li:first-child {
    margin-bottom: 1em;
  }
}
.con_dinner .list_inner li .cat_acc {
  margin-top: -1em;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .con_dinner .list_inner li .cat_acc {
    margin-top: 0;
  }
}
.con_dinner .list_inner li .cat_acc span {
  background: #3d88af;
  color: #FFF;
  text-align: center;
  padding: .3em 1.2em;
  display: inline-block;
  font-size: 122%;
  font-weight: 500;
  border: 2px solid #FFF;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .con_dinner .list_inner li .cat_acc span {
    font-size: 100%;
    padding: .3em .7em;
  }
}
@media print {
  .con_dinner .list_inner li .cat_acc span {
    font-size: 100%;
    padding: .3em .7em;
  }
}
.ie8 .con_dinner .list_inner li .cat_acc span {
  font-size: 100%;
  padding: .3em .7em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_dinner .list_inner li .cat_acc span {
    font-size: 100%;
    padding: .3em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_dinner .list_inner li .cat_acc span {
    font-size: 82%;
    padding: .3em 1em;
    font-weight: normal;
    display: block;
  }
}
.con_dinner .list_inner li .img {
  overflow: hidden;
  *zoom: 1;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .con_dinner .list_inner li .img {
    width: 47%;
    float: left;
  }
}
.con_dinner .list_inner li .img img {
  width: 100%;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media only screen and (max-width: 767px) {
  .con_dinner .list_inner li .box_right {
    overflow: hidden;
    width: 50%;
    float: right;
    padding: 3% 1% 1% 1%;
  }
}
.con_dinner .list_inner li h4 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 186%;
  font-weight: 500;
  text-align: center;
  margin: .5em 0;
}
.con_dinner .list_inner li h4:before, .con_dinner .list_inner li h4:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_dinner .list_inner li h4 > * {
  vertical-align: middle;
  display: inline;
}
.con_dinner .list_inner li h4:after {
  content: "";
  margin-left: .5em;
  display: inline;
  position: relative;
  -moz-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 0.1s;
  transition: all 0.5s ease 0.1s;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .con_dinner .list_inner li h4:after {
    content: url(../images/home/ic_arrow.png);
  }
}
@media print {
  .con_dinner .list_inner li h4:after {
    content: url(../images/home/ic_arrow.png);
  }
}
.ie8 .con_dinner .list_inner li h4:after {
  content: url(../images/home/ic_arrow.png);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_dinner .list_inner li h4 {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_dinner .list_inner li h4 {
    font-size: 129%;
  }
}
@media only screen and (min-width: 768px) {
  .con_dinner .list_inner li:not(:first-child):before {
    content: "";
    width: 1px;
    height: 100%;
    background: #d7d7d7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
}
@media print {
  .con_dinner .list_inner li:not(:first-child):before {
    content: "";
    width: 1px;
    height: 100%;
    background: #d7d7d7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
}
.ie8 .con_dinner .list_inner li:not(:first-child):before {
  content: "";
  width: 1px;
  height: 100%;
  background: #d7d7d7;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.con_dinner .list_inner li:nth-child(1) .cat_acc span {
  background: #8a6618;
}
.con_dinner .list_inner li:nth-child(2) .cat_acc span {
  background: #195514;
}
.con_dinner .list_inner li a {
  display: block;
  text-decoration: none;
}
.con_dinner .list_inner li a:hover .img img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.con_dinner .list_inner li a:hover h4:after {
  right: -.3em;
}
.con_dinner .box_sake {
  overflow: hidden;
  *zoom: 1;
  background: #bb9345 url("../images/home/bg_dinner.png");
  padding: 2.7137%;
  margin-top: 20px;
}
.con_dinner .box_sake a {
  text-decoration: none;
  display: block;
}
.mouse .con_dinner .box_sake a:hover .box_txt .st_sake:after, .touch .con_dinner .box_sake a.touchstart .box_txt .st_sake:after {
  right: -.3em;
}
.touch .con_dinner .box_sake a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_dinner .box_sake a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_dinner .box_sake .img {
  width: 62.5538%;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_dinner .box_sake .img {
    width: 51%;
  }
}
@media only screen and (max-width: 767px) {
  .con_dinner .box_sake .img {
    width: 47%;
  }
}
.con_dinner .box_sake .box_txt {
  float: right;
  width: 32.99857%;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_dinner .box_sake .box_txt {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .con_dinner .box_sake .box_txt {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_dinner .box_sake .box_txt {
    padding-top: 1em;
  }
}
.con_dinner .box_sake .sst_sake {
  font-size: 122%;
  color: #a44b16;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_dinner .box_sake .sst_sake {
    font-size: 100%;
  }
}
.con_dinner .box_sake .txt {
  text-align: left;
}
.con_dinner .box_sake .st_sake {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 186%;
  font-weight: 500;
}
.con_dinner .box_sake .st_sake:before, .con_dinner .box_sake .st_sake:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_dinner .box_sake .st_sake > * {
  vertical-align: middle;
  display: inline;
}
.con_dinner .box_sake .st_sake:after {
  content: "";
  margin-left: .5em;
  display: inline;
  position: relative;
  -moz-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 0.1s;
  transition: all 0.5s ease 0.1s;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .con_dinner .box_sake .st_sake:after {
    content: url(../images/home/ic_arrow.png);
  }
}
@media print {
  .con_dinner .box_sake .st_sake:after {
    content: url(../images/home/ic_arrow.png);
  }
}
.ie8 .con_dinner .box_sake .st_sake:after {
  content: url(../images/home/ic_arrow.png);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_dinner .box_sake .st_sake {
    font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  .con_dinner .box_sake .st_sake {
    font-size: 129%;
  }
}

/* -----------------------------------------------------------
	#con_bath
----------------------------------------------------------- */
.con_bath {
  height: 503px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .con_bath.bath_spring {
    background: transparent url("../images/home/spring/bg_bath_spring.jpg") center center no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media print {
  .con_bath.bath_spring {
    background: transparent url("../images/home/spring/bg_bath_spring.jpg") center center no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.ie8 .con_bath.bath_spring {
  background: transparent url("../images/home/spring/bg_bath_spring.jpg") center center no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .con_bath.bath_spring {
    height: auto;
    background: transparent url("../images/home/spring/bg_bath_spring_sp.jpg") center center no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 1.5em 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_bath.bath_summer {
    background: transparent url("../images/home/summer/bg_bath_summer.jpg") center center no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media print {
  .con_bath.bath_summer {
    background: transparent url("../images/home/summer/bg_bath_summer.jpg") center center no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.ie8 .con_bath.bath_summer {
  background: transparent url("../images/home/summer/bg_bath_summer.jpg") center center no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .con_bath.bath_summer {
    height: auto;
    background: transparent url("../images/home/summer/bg_bath_summer_sp.jpg") center center no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 1.5em 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_bath.bath_autumn {
    background: transparent url("../images/home/autumn/bg_bath_autumn.jpg") center center no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media print {
  .con_bath.bath_autumn {
    background: transparent url("../images/home/autumn/bg_bath_autumn.jpg") center center no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.ie8 .con_bath.bath_autumn {
  background: transparent url("../images/home/autumn/bg_bath_autumn.jpg") center center no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .con_bath.bath_autumn {
    height: auto;
    background: transparent url("../images/home/autumn/bg_bath_autumn_sp.jpg") center center no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 1.5em 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_bath.bath_winter {
    background: transparent url("../images/home/winter/bg_bath_winter.jpg") center center no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media print {
  .con_bath.bath_winter {
    background: transparent url("../images/home/winter/bg_bath_winter.jpg") center center no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.ie8 .con_bath.bath_winter {
  background: transparent url("../images/home/winter/bg_bath_winter.jpg") center center no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .con_bath.bath_winter {
    height: auto;
    background: transparent url("../images/home/winter/bg_bath_winter_sp.jpg") center center no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 1.5em 0;
  }
}
.con_bath.bg_moutain_spring {
  background: transparent url("../images/home/spring/bg_moutain_spring.jpg") center center no-repeat;
  background-size: cover;
  margin-top: 5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bath.bg_moutain_spring {
    margin-top: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_bath.bg_moutain_spring {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_bath.bg_moutain_spring {
    height: auto;
    background: transparent url("../images/home/spring/bg_moutain_spring_sp.jpg") center center no-repeat;
    padding: 1.5em 0;
  }
}
.con_bath.bg_moutain_summer {
  background: transparent url("../images/home/summer/bg_moutain_summer.jpg") center center no-repeat;
  background-size: cover;
  margin-top: 5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bath.bg_moutain_summer {
    margin-top: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_bath.bg_moutain_summer {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_bath.bg_moutain_summer {
    height: auto;
    background: transparent url("../images/home/summer/bg_moutain_summer_sp.jpg") center center no-repeat;
    padding: 1.5em 0;
  }
}
.con_bath.bg_moutain_autumn {
  background: transparent url("../images/home/autumn/bg_moutain_autumn.jpg") center center no-repeat;
  background-size: cover;
  margin-top: 5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bath.bg_moutain_autumn {
    margin-top: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_bath.bg_moutain_autumn {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_bath.bg_moutain_autumn {
    height: auto;
    background: transparent url("../images/home/autumn/bg_moutain_autumn_sp.jpg") center center no-repeat;
    padding: 1.5em 0;
  }
}
.con_bath.bg_moutain_winter {
  background: transparent url("../images/home/winter/bg_moutain_winter.jpg") center center no-repeat;
  background-size: cover;
  margin-top: 5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bath.bg_moutain_winter {
    margin-top: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_bath.bg_moutain_winter {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_bath.bg_moutain_winter {
    height: auto;
    background: transparent url("../images/home/winter/bg_moutain_winter_sp.jpg") center center no-repeat;
    padding: 1.5em 0;
  }
}
.con_bath .list_tab li .sst_bath {
  color: #2682dc;
}
.con_bath .sst_img {
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bath .sst_img {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_bath .sst_img {
    margin-bottom: 0.3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_bath .sst_img {
    width: 16.19048%;
    float: left;
  }
}
.con_bath .sst_img img {
  margin-top: -35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bath .sst_img img {
    margin-top: -35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bath .sst_img img {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_bath .cat {
    padding-left: 19.04762%;
    text-align: left;
    padding-top: 1em;
  }
}
.con_bath h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 229%;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  margin: .7em 0 .3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bath h3 {
    font-size: 186%;
  }
}
@media only screen and (max-width: 767px) {
  .con_bath h3 {
    font-size: 143%;
    text-align: left;
  }
}
.con_bath .txt {
  color: #FFF;
  text-align: center;
  max-width: 37.27273%;
  margin: auto;
  margin-bottom: 1.5em;
}
.con_bath .list_tab {
  text-align: center;
  overflow: hidden;
  *zoom: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bath .list_tab {
    width: 100%;
  }
}
.con_bath .list_tab li {
  display: inline-block;
  background: #FFF;
  padding: 0.7em;
  margin: 0 .2em;
  max-width: 400px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bath .list_tab li {
    padding: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_bath .list_tab li {
    padding: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bath .list_tab li {
    max-width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bath .list_tab li {
    max-width: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .con_bath .list_tab li {
    width: 100%;
    max-width: inherit;
    display: block;
    margin-bottom: 3%;
  }
}
.con_bath .list_tab li a {
  display: table;
  width: 100%;
  text-decoration: none;
}
.mouse .con_bath .list_tab li a:hover .box_txt .st_bath:after, .touch .con_bath .list_tab li a.touchstart .box_txt .st_bath:after {
  right: -.3em;
}
.touch .con_bath .list_tab li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_bath .list_tab li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_bath .list_tab li .img_tab {
  display: table-cell;
  width: 23.29114%;
  vertical-align: middle;
}
.con_bath .list_tab li .box_txt {
  display: table-cell;
  width: 76.70886%;
  text-align: left;
  padding-left: 1.3em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.con_bath .list_tab li .sst_bath {
  font-size: 108%;
  font-weight: 500;
  color: #2d9d74;
}
@media only screen and (max-width: 1024px) {
  .con_bath .list_tab li .sst_bath {
    font-size: 100%;
  }
}
.con_bath .list_tab li .st_bath {
  font-size: 172%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 500;
}
.con_bath .list_tab li .st_bath:before, .con_bath .list_tab li .st_bath:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_bath .list_tab li .st_bath > * {
  vertical-align: middle;
  display: inline;
}
.con_bath .list_tab li .st_bath:after {
  content: "";
  margin-left: .5em;
  display: inline;
  position: relative;
  right: 0;
  -moz-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 0.1s;
  transition: all 0.5s ease 0.1s;
}
@media only screen and (min-width: 768px) {
  .con_bath .list_tab li .st_bath:after {
    content: url(../images/home/ic_arrow.png);
  }
}
@media print {
  .con_bath .list_tab li .st_bath:after {
    content: url(../images/home/ic_arrow.png);
  }
}
.ie8 .con_bath .list_tab li .st_bath:after {
  content: url(../images/home/ic_arrow.png);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bath .list_tab li .st_bath {
    font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  .con_bath .list_tab li .st_bath {
    font-size: 143%;
  }
}
.con_bath .list_tab li:nth-child(2) .sst_bath {
  color: #744211;
}

/* -----------------------------------------------------------
	#con_massage
----------------------------------------------------------- */
.con_massage {
  overflow: hidden;
  *zoom: 1;
  background: transparent url("../images/home/bg_massage.jpg") left top;
  padding: 25px 25px 25px 45px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 60px auto 75px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_massage {
    padding: 15px 15px 15px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_massage {
    padding: 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_massage {
    margin: 50px auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_massage {
    margin: 2em auto;
  }
}
.con_massage .cat {
  padding-left: 115px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_massage .cat {
    padding-left: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .con_massage .cat {
    padding-left: 18.25397%;
  }
}
@media only screen and (min-width: 768px) {
  .con_massage .cat {
    margin-top: -60px;
    margin-bottom: 2.8em;
  }
}
@media print {
  .con_massage .cat {
    margin-top: -60px;
    margin-bottom: 2.8em;
  }
}
.ie8 .con_massage .cat {
  margin-top: -60px;
  margin-bottom: 2.8em;
}
@media only screen and (max-width: 767px) {
  .con_massage .cat {
    margin: .7em auto 1em;
  }
}
.con_massage h4 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 229%;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_massage h4 {
    font-size: 186%;
  }
}
@media only screen and (max-width: 767px) {
  .con_massage h4 {
    font-size: 143%;
    margin-bottom: .5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_massage .img_ic {
    width: 16.19048%;
    float: left;
  }
}
.con_massage .box_txt {
  width: 46.60194%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_massage .box_txt {
    width: 100%;
  }
}
.con_massage .img {
  width: 49.02913%;
  float: right;
}
@media only screen and (max-width: 767px) {
  .con_massage .img {
    width: 100%;
    float: none;
  }
}

/* -----------------------------------------------------------
	#con_sightseeing
----------------------------------------------------------- */
.con_sightseeing {
  overflow: hidden;
  *zoom: 1;
  margin: 45px auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing {
    margin: 40px auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing {
    margin: 2em auto;
  }
}
.con_sightseeing .box_txt {
  width: 66.36364%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_txt {
    width: 100%;
  }
}
.con_sightseeing .box_txt .sst_img {
  width: 16.19048%;
  float: left;
}
.con_sightseeing .box_txt .cat {
  margin-top: 1em;
  margin-bottom: 0.5em;
  padding-left: 15.75342%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_txt .cat {
    padding-left: 17.12329%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_txt .cat {
    padding-left: 18.49315%;
  }
}
.con_sightseeing .box_txt .txt {
  overflow: hidden;
  *zoom: 1;
  clear: both;
  margin-top: 2em;
}
.con_sightseeing .box_txt .clearfix {
  margin-bottom: .5em;
}
.con_sightseeing .box_txt h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 229%;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 15.75342%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_txt h3 {
    padding-left: 17.12329%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_txt h3 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_txt h3 {
    font-size: 186%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_txt h3 {
    font-size: 129%;
    width: 60%;
    float: left;
  }
}
.con_sightseeing .box_txt .box_wifi {
  background: #005496;
  padding: 20px;
  overflow: hidden;
  *zoom: 1;
  margin-top: 2em;
  max-width: 660px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_txt .box_wifi {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_txt .box_wifi {
    padding: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_txt .box_wifi {
    clear: both;
    margin-top: 1em;
  }
}
.con_sightseeing .box_txt .box_wifi a {
  display: block;
  text-decoration: none;
}
.mouse .con_sightseeing .box_txt .box_wifi a:hover .box_ing h4:after, .touch .con_sightseeing .box_txt .box_wifi a.touchstart .box_ing h4:after {
  right: -.3em;
}
.touch .con_sightseeing .box_txt .box_wifi a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_sightseeing .box_txt .box_wifi a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_sightseeing .box_txt .box_wifi .img {
  width: 44.83871%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_txt .box_wifi .img {
    width: 35%;
  }
}
.con_sightseeing .box_txt .box_wifi .box_ing {
  float: right;
  width: 49.19355%;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_txt .box_wifi .box_ing {
    width: 60%;
  }
}
.con_sightseeing .box_txt .box_wifi .box_ing h4 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 186%;
  font-weight: 400;
  line-height: 1.8;
}
.con_sightseeing .box_txt .box_wifi .box_ing h4:before, .con_sightseeing .box_txt .box_wifi .box_ing h4:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_sightseeing .box_txt .box_wifi .box_ing h4 > * {
  vertical-align: middle;
  display: inline;
}
.con_sightseeing .box_txt .box_wifi .box_ing h4:after {
  content: "";
  margin-left: .5em;
  display: inline;
  position: relative;
  right: 0;
  -moz-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 0.1s;
  transition: all 0.5s ease 0.1s;
}
@media only screen and (min-width: 768px) {
  .con_sightseeing .box_txt .box_wifi .box_ing h4:after {
    content: url(../images/home/ic_arrow_white.png);
  }
}
@media print {
  .con_sightseeing .box_txt .box_wifi .box_ing h4:after {
    content: url(../images/home/ic_arrow_white.png);
  }
}
.ie8 .con_sightseeing .box_txt .box_wifi .box_ing h4:after {
  content: url(../images/home/ic_arrow_white.png);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_txt .box_wifi .box_ing h4 {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_txt .box_wifi .box_ing h4 {
    font-size: 129%;
  }
}
.con_sightseeing .box_txt .box_wifi .box_ing .st_wifi {
  color: #eddf83;
  font-size: 122%;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .con_sightseeing .box_txt .box_wifi .box_ing .st_wifi {
    font-size: 100%;
  }
}
.con_sightseeing .box_txt .box_wifi .box_ing .txt {
  margin-top: 0;
}
.con_sightseeing .box_img {
  width: 33.18182%;
  float: right;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_img {
    width: 40%;
    margin-bottom: 1em;
  }
}

/* -----------------------------------------------------------
	#con_enjoy
----------------------------------------------------------- */
.con_enjoy {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_enjoy {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_enjoy {
    margin-bottom: 2em;
  }
}
.con_enjoy .container {
  border: 6px solid #005496;
  background: #fffade;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 52px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_enjoy .container {
    padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_enjoy .container {
    padding: 3%;
  }
}
.con_enjoy h3 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  color: #005496;
  font-size: 186%;
  text-align: center;
}
.con_enjoy h3 span {
  color: #df4127;
}
@media only screen and (max-width: 767px) {
  .con_enjoy h3 {
    font-size: 129%;
  }
}
.con_enjoy .st_title {
  color: #005496;
  font-size: 129%;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .con_enjoy .st_title {
    font-size: 108%;
  }
}
.con_enjoy .list_enjoy {
  overflow: hidden;
  *zoom: 1;
  margin-top: 2em;
}
.con_enjoy .list_enjoy li {
  width: 31.56282%;
  float: left;
  margin-right: 2.65577%;
  position: relative;
}
@media only screen and (min-width: 1025px) and (max-width: 1124px) {
  .con_enjoy .list_enjoy li:first-child h4 br {
    display: none;
  }
}
@media print {
  .con_enjoy .list_enjoy li:first-child h4 br {
    display: none;
  }
}
.ie8 .con_enjoy .list_enjoy li:first-child h4 br {
  display: none;
}
.mouse .con_enjoy .list_enjoy li a:hover .btn span, .touch .con_enjoy .list_enjoy li a.touchstart .btn span {
  background: #0073cd;
}
.mouse .con_enjoy .list_enjoy li a:hover .btn span:after, .touch .con_enjoy .list_enjoy li a.touchstart .btn span:after {
  left: .5em;
}
.touch .con_enjoy .list_enjoy li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_enjoy .list_enjoy li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (min-width: 768px) {
  .con_enjoy .list_enjoy li:nth-child(3n) {
    margin-right: 0;
  }
  .con_enjoy .list_enjoy li:not(:first-child):before {
    position: absolute;
    content: "";
    width: 1px;
    background: url(../images/home/line_enjoy.jpg) repeat-y;
    height: 100%;
    left: -4.85437%;
    top: 0;
  }
}
@media print {
  .con_enjoy .list_enjoy li:nth-child(3n) {
    margin-right: 0;
  }
  .con_enjoy .list_enjoy li:not(:first-child):before {
    position: absolute;
    content: "";
    width: 1px;
    background: url(../images/home/line_enjoy.jpg) repeat-y;
    height: 100%;
    left: -4.85437%;
    top: 0;
  }
}
.ie8 .con_enjoy .list_enjoy li:nth-child(3n) {
  margin-right: 0;
}
.ie8 .con_enjoy .list_enjoy li:not(:first-child):before {
  position: absolute;
  content: "";
  width: 1px;
  background: url(../images/home/line_enjoy.jpg) repeat-y;
  height: 100%;
  left: -4.85437%;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .con_enjoy .list_enjoy li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
    padding-bottom: 3%;
    border-bottom: 1px dashed #2d2d2d;
  }
  .con_enjoy .list_enjoy li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
}
.con_enjoy .list_enjoy li .img {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_enjoy .list_enjoy li .img {
    width: 3em;
    margin: auto;
  }
}
.con_enjoy .list_enjoy li a {
  display: block;
  text-decoration: none;
}
.con_enjoy .list_enjoy li h4 {
  font-size: 108%;
  font-weight: normal;
  text-align: center;
  margin: .5em 0;
}
.con_enjoy .list_enjoy li .btn span, .con_enjoy .list_enjoy li .btn a {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_enjoy .list_enjoy li .btn span, .con_enjoy .list_enjoy li .btn a {
    font-size: 93%;
  }
}

/* -----------------------------------------------------------
model_link
----------------------------------------------------------- */

  .model_course h3.title {
  font-size: 322%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #73972f;
  text-align: center;
  font-weight: normal;
  margin: 0 0 .3em;
}
.model_course h3.title span {
  font-size: 72%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .model_course h3.title {
    font-size: 236%;
  }
 
}
@media only screen and (max-width:768px) {
  .model_course h3.title {
  font-size: 139%;
  }
}
  
  .model_link {
  margin: 30px auto 80px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media only screen and (max-width:768px) {
  .model_link {
    margin: 10px auto;
    display: block;
  }
}
.model_link .box_title{
  width: 29.54545%;
}

.model_link .box_title a{
  text-decoration:none;
}

.model_link .box_title a h4:hover{
  color: #005496;
}
  
.model_link .box_title a:hover{
  color:#005496
}

  
.model_link .box_title .img{
  display:none;
}


@media only screen and (max-width: 767px) {
  .model_link .box_title {
    width: 100%;
  }
  .model_link .box_title .img {
    width: 16.19048%;
    display: block;
  }
}
.model_link .box_title .cat {
  margin: 1em 0 1em;
}
@media only screen and (max-width: 767px) {
  .model_link .box_title .cat {
    margin: -3em 0 1em;
    padding-left: 18.25397%;
  }
}
.model_link .box_title h4 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 229%;
  line-height: 1.4;
  font-weight: normal;
  color: #000;
  font-weight: bold;
}



  
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .model_link .box_title h4 {
    font-size: 186%;
    margin-bottom: .3em;
  }
}
@media only screen and (max-width: 767px) {
  .model_link .box_title h4 {
    font-size: 143%;
    margin-bottom: 1em;
  }
}
.model_link .box_dinner {
  width: 60%;
  background: #bb9345 url("../images/home/bg_dinner.png");
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .model_link .box_dinner {
    width: 90%;
    margin: 0 auto;

  }
}

.model_link .box_sake {
 
}

@media only screen and (max-width:768px) {
  .model_link .box_sake {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.model_link .box_sake a {
  text-decoration: none;
  display: block;
}

.model_link .box_sake a:hover {
  opacity: .6;
}
.model_link .box_sake a:hover .box_txt .st_sake:after, .touch .model_link .box_sake a.touchstart .box_txt .st_sake:after {
  right: -.3em;
}
.touch .model_link .box_sake a {
  -webkit-tap-highlight-color: transparent;
}
.touch .model_link .box_sake a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.model_link .box_sake .img {
  width: 62.5538%;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .model_link .box_sake .img {
    width: 51%;
  }
}
@media only screen and (max-width: 767px) {
  .model_link .box_sake .img {
    width: 47%;
  }
}
.model_link .box_sake .box_txt {
  float: right;
  width: 32.99857%;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .model_link .box_sake .box_txt {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .model_link .box_sake .box_txt {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .model_link .box_sake .box_txt {
    padding-top: 1em;
  }
}
.model_link .box_sake .sst_sake {
  font-size: 122%;
  color: #a44b16;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .model_link .box_sake .sst_sake {
    font-size: 100%;
  }
}
.model_link .box_sake .txt {
  text-align: left;
}
.model_link .box_sake .st_sake {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 186%;
  font-weight: 500;
}
.model_link .box_sake .st_sake:before, .model_link .box_sake .st_sake:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.model_link .box_sake .st_sake > * {
  vertical-align: middle;
  display: inline;
}
.model_link .box_sake .st_sake:after {
  content: "";
  margin-left: .5em;
  display: inline;
  position: relative;
  -moz-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 0.1s;
  transition: all 0.5s ease 0.1s;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .model_link .box_sake .st_sake:after {
    content: url(../images/home/ic_arrow.png);
  }
}
@media print {
  .model_link .box_sake .st_sake:after {
    content: url(../images/home/ic_arrow.png);
  }
}
.ie8 .model_link .box_sake .st_sake:after {
  content: url(../images/home/ic_arrow.png);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .model_link .box_sake .st_sake {
    font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  .model_link .box_sake .st_sake {
    font-size: 129%;
  }
}