@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
#header .con_header h1, #header .con_header .box_header, #header #wrp_gnav .con_gnav, #contents .topicpath, #footer .con_footer_bn .box_bn, #footer .con_footer .box_footer, #menuList .inner .box_logo, #menuList .inner .nav_menu li a, #menuList .inner .box_lang, #menuList .inner .box_btn, #rsrvList .inner, #pnav, .box_lnk, .con_pla .box_pla, .con_pop .inner .box_pop {
  max-width: 1140px;
  margin: auto;
}
@media only screen and (max-width: 1139px) {
  #header .con_header h1, #header .con_header .box_header, #header #wrp_gnav .con_gnav, #contents .topicpath, #footer .con_footer_bn .box_bn, #footer .con_footer .box_footer, #menuList .inner .box_logo, #menuList .inner .nav_menu li a, #menuList .inner .box_lang, #menuList .inner .box_btn, #rsrvList .inner, #pnav, .box_lnk, .con_pla .box_pla, .con_pop .inner .box_pop {
    width: 91.66667%;
  }
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.5;
}

body {
  color: #313131;
  background: #f7ede6;
  -webkit-text-size-adjust: none;
  font-size: 108%;
}
.ie body {
  font-size: 105%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 93%;
  }
}
body a {
  color: #461c07;
}
body a:link, body a:visited, body a:active {
  text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
  vertical-align: bottom;
  line-height: 1;
}
body *:focus {
  outline: none;
}

body, pre, input, textarea, select {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}

input, select, textarea {
  font-size: 100%;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
  display: none !important;
}
html.ie8 #page {
  min-width: 1140px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 1140px) {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
.ie8 body .view_tab-sp, .ie8 body .view_tab {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
.ie8 body .view_sp {
  display: none !important;
}
@media only screen and (max-width: 1139px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab, body .view_tab {
    display: none !important;
  }
}

.mouse .over {
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .over {
  -webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #page {
    font-size: 100% !important;
  }
}
@media print {
  #page {
    font-size: 100% !important;
  }
}
.ie8 #page {
  font-size: 100% !important;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
  background: #fff;
  /* --------- 下層タイトル ------- */
}
#header .con_header {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  left: 0;
}
#header .con_header h1 {
  color: #fff;
  font-weight: 100;
  padding: .5em 0;
}
@media only screen and (max-width: 1139px) {
  #header .con_header {
    position: static;
    background: #fff;
    border-top: 1px solid #793d56;
  }
  #header .con_header h1 {
    color: #313131;
    font-size: 86%;
  }
}
#header .con_header .box_header {
  overflow: hidden;
  padding-bottom: 2%;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  #header .con_header .box_header {
    padding-bottom: 1%;
  }
}
#header .con_header .box_header .logo {
  float: left;
  width: 35.22727%;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  #header .con_header .box_header .logo {
    max-width: 175px;
  }
}
#header .con_header .box_header .btn_menu {
  float: right;
  width: 14.31818%;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  #header .con_header .box_header .btn_menu {
    max-width: 77px;
    position: fixed;
    z-index: 10;
    right: 4.16667%;
    top: 3%;
  }
}
#header #wrp_gnav {
  position: relative;
  z-index: 3;
  border-top: 1px solid #793d56;
  -webkit-box-shadow: 0px 10px 10px -10px rgba(37, 16, 2, 0.2);
  box-shadow: 0px 10px 10px -10px rgba(37, 16, 2, 0.2);
}
#header #wrp_gnav .con_gnav:after {
  content: "";
  display: table;
  clear: both;
}
#header #wrp_gnav .con_gnav .box_hotel {
  float: left;
  margin-top: 38px;
}
#header #wrp_gnav .con_gnav .box_hotel:after {
  content: "";
  display: table;
  clear: both;
}
#header #wrp_gnav .con_gnav .box_hotel .logo {
  float: left;
  width: 175px;
}
#header #wrp_gnav .con_gnav .box_hotel .box_tel {
  float: left;
  margin-left: 25px;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
#header #wrp_gnav .con_gnav .box_hotel .box_tel p {
  display: block;
}
#header #wrp_gnav .con_gnav .box_hotel .box_tel p.st {
  font-size: 93%;
}
#header #wrp_gnav .con_gnav .box_hotel .box_tel p.txt_tel {
  font-size: 143%;
  color: #793d56;
}
#header #wrp_gnav .con_gnav .box_hotel .box_tel #languages {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 117px;
  cursor: pointer;
  position: relative;
}
#header #wrp_gnav .con_gnav .box_hotel .box_tel #languages > li {
  cursor: pointer;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  line-height: 22px;
  height: 22px;
  padding: 0 1em;
  width: 117px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header #wrp_gnav .con_gnav .box_hotel .box_tel #languages > li:before {
  content: "▼";
  font-size: 72%;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  right: 7px;
}
#header #wrp_gnav .con_gnav .box_hotel .box_tel #languages > li a {
  display: block;
  text-decoration: none;
}
#header #wrp_gnav .con_gnav .box_hotel .box_tel #languages > li ul {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 22px;
  right: 0;
  z-index: 100;
}
#header #wrp_gnav .con_gnav .box_hotel .box_tel #languages > li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 117px;
  opacity: 0;
  height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 0 1em;
  font-size: 86%;
}
#header #wrp_gnav .con_gnav .box_hotel .box_tel #languages > li:hover ul li {
  visibility: visible;
  overflow: visible;
  height: 22px;
  z-index: 10;
  opacity: .8;
  cursor: pointer;
  line-height: 22px;
  border: 1px solid #c0c0c0;
  background: #fff;
  -webkit-transition: visibility 0.5s, overflow 0.5s, height 0.5s, opacity 0.5s;
  transition: visibility 0.5s, overflow 0.5s, height 0.5s, opacity 0.5s;
}
#header #wrp_gnav .con_gnav .box_nav {
  width: 624px;
  float: right;
  overflow: hidden;
}
#header #wrp_gnav .con_gnav .box_nav ul {
  float: right;
  overflow: hidden;
}
#header #wrp_gnav .con_gnav .box_nav ul.list_btn {
  width: 98px;
}
#header #wrp_gnav .con_gnav .box_nav ul.list_btn li {
  width: 26px;
  margin-right: 10px;
}
#header #wrp_gnav .con_gnav .box_nav ul.list_btn li:first-child {
  margin-right: 0;
}
#header #wrp_gnav .con_gnav .box_nav ul.list_btn li.btn01 a {
  background: url(../images/header/btn_nav01-off.png) no-repeat center;
}
#header #wrp_gnav .con_gnav .box_nav ul.list_btn li.btn02 a {
  background: url(../images/header/btn_nav02-off.png) no-repeat center;
}
#header #wrp_gnav .con_gnav .box_nav ul.list_btn li.btn03 a {
  background: url(../images/header/btn_nav03-off.png) no-repeat center;
}
#header #wrp_gnav .con_gnav .box_nav ul.box_gnav {
  width: 331px;
}
#header #wrp_gnav .con_gnav .box_nav ul.box_gnav li {
  width: 15px;
  margin-right: 29px;
}
#header #wrp_gnav .con_gnav .box_nav ul.box_gnav li.gnav07 {
  width: 38px;
}
#header #wrp_gnav .con_gnav .box_nav ul.box_gnav li.gnav01 a {
  background: url(../images/header/gnav01-off.png) no-repeat center;
}
#header #wrp_gnav .con_gnav .box_nav ul.box_gnav li.gnav02 a {
  background: url(../images/header/gnav02-off.png) no-repeat center;
}
#header #wrp_gnav .con_gnav .box_nav ul.box_gnav li.gnav03 a {
  background: url(../images/header/gnav03-off.png) no-repeat center;
}
#header #wrp_gnav .con_gnav .box_nav ul.box_gnav li.gnav04 a {
  background: url(../images/header/gnav04-off.png) no-repeat center;
}
#header #wrp_gnav .con_gnav .box_nav ul.box_gnav li.gnav05 a {
  background: url(../images/header/gnav05-off.png) no-repeat center;
}
#header #wrp_gnav .con_gnav .box_nav ul.box_gnav li.gnav06 a {
  background: url(../images/header/gnav06-off.png) no-repeat center;
}
#header #wrp_gnav .con_gnav .box_nav ul.box_gnav li.gnav07 a {
  background: url(../images/header/gnav07-off.png) no-repeat center;
}
#header #wrp_gnav .con_gnav .box_nav ul.box_snav {
  width: 159px;
  margin-right: 30px;
}
#header #wrp_gnav .con_gnav .box_nav ul.box_snav li {
  width: 14px;
  margin-right: 15px;
}
#header #wrp_gnav .con_gnav .box_nav ul.box_snav li:first-child {
  margin-right: 0;
}
#header #wrp_gnav .con_gnav .box_nav ul.box_snav li.snav01 a {
  background: url(../images/header/snav01-off.png) no-repeat center;
}
#header #wrp_gnav .con_gnav .box_nav ul.box_snav li.snav02 a {
  background: url(../images/header/snav02-off.png) no-repeat center;
}
#header #wrp_gnav .con_gnav .box_nav ul.box_snav li.snav03 a {
  background: url(../images/header/snav03-off.png) no-repeat center;
}
#header #wrp_gnav .con_gnav .box_nav ul.box_snav li.snav04 a {
  background: url(../images/header/snav04-off.png) no-repeat center;
}
#header #wrp_gnav .con_gnav .box_nav ul.box_snav li.snav05 a {
  background: url(../images/header/snav05-off.png) no-repeat center;
}
#header #wrp_gnav .con_gnav .box_nav ul.box_snav li.snav06 a {
  background: url(../images/header/snav06-off.png) no-repeat center;
}
#header #wrp_gnav .con_gnav .box_nav ul li {
  height: 147px;
  float: right;
}
#header #wrp_gnav .con_gnav .box_nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
#header #wrp_gnav .con_gnav .box_nav ul li a img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
#header #wrp_gnav .con_gnav .box_nav ul li a:hover img, #header #wrp_gnav .con_gnav .box_nav ul li a.active img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#header .con_title {
  background: url(../images/common/bg_page_title.jpg) no-repeat center;
  background-size: cover;
}
#header .con_title h2 {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  color: #fff;
  font-size: 200%;
  text-align: center;
  font-weight: 100;
  padding: .6em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  #header .con_title h2 {
    font-size: 186%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_title h2 {
    font-size: 143%;
  }
}

@media only screen and (min-width: 768px) {
  .lower #header .con_header h1 {
    color: #313131;
  }
  .lower #header .con_header h1 span {
    display: block;
    max-width: 50%;
  }
}
@media print {
  .lower #header .con_header h1 {
    color: #313131;
  }
  .lower #header .con_header h1 span {
    display: block;
    max-width: 50%;
  }
}
.ie8 .lower #header .con_header h1 {
  color: #313131;
}
.ie8 .lower #header .con_header h1 span {
  display: block;
  max-width: 50%;
}
.lower #header #wrp_gnav .con_gnav .box_hotel {
  margin-top: 50px;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents {
  /* --------- パンクズ ------------------ */
}
#contents .topicpath {
  overflow: hidden;
  padding: 10px 0;
  text-align: left;
}
#contents .topicpath li {
  display: inline-block;
}
#contents .topicpath li:before {
  content: '>';
  margin: 0 .5em;
}
#contents .topicpath li:first-child {
  position: relative;
  padding-left: 25px;
}
#contents .topicpath li:first-child:before {
  display: none;
}
#contents .topicpath li:first-child:after {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  background: url(../images/common/ic_pan.png) no-repeat center;
  background-size: 100% auto;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  #footer {
    margin-top: 10%;
  }
}
#footer #btn_ptop {
  position: fixed;
  right: 2%;
  bottom: 2%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.35s, z-index 0.35s;
  transition: opacity 0.35s, z-index 0.35s;
}
#footer #btn_ptop a {
  display: block;
  position: relative;
}
#footer #btn_ptop a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  margin-left: 0;
}
#footer #btn_ptop a:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .5em;
  margin-right: 0;
}
#footer #btn_ptop a:before, #footer #btn_ptop a:after {
  display: block;
  position: absolute;
  left: 42%;
  top: 11px;
  z-index: 2;
  color: #d6c2c9;
  font-size: 136%;
}
#footer #btn_ptop a:hover:before {
  -webkit-transform: translateY(-0.4em);
  transform: translateY(-0.4em);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s, -webkit-transform 0.35s;
}
#footer #btn_ptop.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 22;
}
#footer .con_footer_bn {
  background: url(../images/footer/bg_footer01.jpg);
  padding: 20px 0;
  border-bottom: 4px solid #814555;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer_bn {
    padding: 3% 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer_bn {
    border-bottom: 0.2em solid #814555;
  }
}
#footer .con_footer_bn .box_bn {
  max-width: 1060px;
}
@media only screen and (max-width: 1139px) {
  #footer .con_footer_bn .box_bn {
    width: 82.29167%;
  }
}
#footer .con_footer_bn .box_bn .slick-arrow {
  position: absolute;
  bottom: 50%;
  height: 0;
  overflow: hidden;
  z-index: 3;
  width: 58px;
  height: 58px;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer_bn .box_bn .slick-arrow {
    width: 8.02083%;
    max-width: 58px;
    padding-top: 78px;
  }
}
.mouse #footer .con_footer_bn .box_bn .slick-arrow {
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse #footer .con_footer_bn .box_bn .slick-arrow:hover, .touch #footer .con_footer_bn .box_bn .slick-arrow.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #footer .con_footer_bn .box_bn .slick-arrow {
  -webkit-tap-highlight-color: transparent;
}
.touch #footer .con_footer_bn .box_bn .slick-arrow.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#footer .con_footer_bn .box_bn .slick-next {
  cursor: pointer;
  background: url(../images/common/arr_r.png) no-repeat center;
  background-size: 100% auto;
  right: -80px;
}
#footer .con_footer_bn .box_bn .slick-next::before {
  content: "";
}
@media only screen and (max-width: 1139px) {
  #footer .con_footer_bn .box_bn .slick-next {
    right: -9.16667%;
  }
}
#footer .con_footer_bn .box_bn .slick-prev {
  cursor: pointer;
  background: url(../images/common/arr_l.png) no-repeat center;
  background-size: 100% auto;
  left: -80px;
}
#footer .con_footer_bn .box_bn .slick-prev::before {
  content: "";
}
@media only screen and (max-width: 1139px) {
  #footer .con_footer_bn .box_bn .slick-prev {
    left: -9.16667%;
  }
}
#footer .con_footer_bn .box_bn .slick-arrow {
  width: 31px;
  height: 31px;
}
@media only screen and (max-width: 1139px) {
  #footer .con_footer_bn .box_bn .slick-arrow {
    width: 8.02083%;
    max-width: 58px;
    padding-top: 78px;
  }
}
#footer .con_footer_bn .box_bn .slick-next {
  right: -40px;
}
@media only screen and (max-width: 1139px) {
  #footer .con_footer_bn .box_bn .slick-next {
    right: -9.16667%;
  }
}
#footer .con_footer_bn .box_bn .slick-prev {
  left: -40px;
}
@media only screen and (max-width: 1139px) {
  #footer .con_footer_bn .box_bn .slick-prev {
    left: -9.16667%;
  }
}
#footer .con_footer_bn .box_bn .bn_list {
  margin: 0 5px;
}
#footer .con_footer_bn .box_bn .bn_list img {
  width: 100%;
}
#footer .con_footer_bn .box_bn .bn_list a {
  display: block;
}
.mouse #footer .con_footer_bn .box_bn .bn_list a {
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse #footer .con_footer_bn .box_bn .bn_list a:hover, .touch #footer .con_footer_bn .box_bn .bn_list a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #footer .con_footer_bn .box_bn .bn_list a {
  -webkit-tap-highlight-color: transparent;
}
.touch #footer .con_footer_bn .box_bn .bn_list a.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#footer .con_footer {
  border-top: 1px solid #cc919c;
  background: url(../images/footer/bg_footer02.jpg);
  padding: 35px 0;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer {
    padding: 4% 0;
  }
}
#footer .con_footer .box_footer {
  overflow: hidden;
}
#footer .con_footer .box_footer .box_hotel {
  float: left;
  width: 27.19298%;
  color: #fff;
}
#footer .con_footer .box_footer .box_hotel .logo {
  width: 148px;
}
#footer .con_footer .box_footer .box_hotel address {
  font-size: 93%;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  #footer .con_footer .box_footer .box_hotel address {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_hotel address {
    font-size: 93%;
  }
}
#footer .con_footer .box_footer .box_hotel address a, #footer .con_footer .box_footer .box_hotel address span {
  display: block;
  font-size: 172%;
  color: #fff6aa;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  #footer .con_footer .box_footer .box_hotel address a, #footer .con_footer .box_footer .box_hotel address span {
    font-size: 172%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_hotel address a, #footer .con_footer .box_footer .box_hotel address span {
    font-size: 143%;
  }
}
#footer .con_footer .box_footer .box_hotel .box_link {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .con_footer .box_footer .box_hotel .box_link .instagram {
  width: 45px;
  height: 45px;
  margin-left: .5em;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  #footer .con_footer .box_footer .box_hotel {
    float: none;
    width: 100%;
    letter-spacing: -.4em;
    text-align: center;
  }
  #footer .con_footer .box_footer .box_hotel .box_logo {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    text-align: left;
  }
  #footer .con_footer .box_footer .box_hotel address {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    text-align: left;
    margin-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_hotel {
    float: none;
    width: 100%;
    overflow: hidden;
  }
  #footer .con_footer .box_footer .box_hotel .box_logo {
    float: left;
    width: 26.70455%;
  }
  #footer .con_footer .box_footer .box_hotel .box_logo .logo {
    width: 95.74468%;
  }
  #footer .con_footer .box_footer .box_hotel address {
    float: right;
    width: 65.34091%;
    line-height: 1.3;
  }
  #footer .con_footer .box_footer .box_hotel address a, #footer .con_footer .box_footer .box_hotel address span {
    margin-top: .5em;
  }
}
#footer .con_footer .box_footer .box_hotel .box_sns {
  width: 165px;
  margin-top: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_hotel .box_sns {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_hotel .box_sns {
    margin-top: 2%;
  }
}
#footer .con_footer .box_footer .box_hotel .box_sns li {
  width: 43.75%;
  float: right;
}
#footer .con_footer .box_footer .box_hotel .box_sns li:first-child {
  float: left;
}
.mouse #footer .con_footer .box_footer .box_hotel .box_sns li a {
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse #footer .con_footer .box_footer .box_hotel .box_sns li a:hover, .touch #footer .con_footer .box_footer .box_hotel .box_sns li a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #footer .con_footer .box_footer .box_hotel .box_sns li a {
  -webkit-tap-highlight-color: transparent;
}
.touch #footer .con_footer .box_footer .box_hotel .box_sns li a.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#footer .con_footer .box_footer .box_sitemap {
  float: right;
  width: 675px;
  display: table;
  color: #fff;
}
#footer .con_footer .box_footer .box_sitemap > li {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 45px;
  border-left: 1px solid #9c5161;
  font-size: 93%;
  position: relative;
}
#footer .con_footer .box_footer .box_sitemap > li:before {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: #cd98a3;
  display: block;
}
#footer .con_footer .box_footer .box_sitemap > li a {
  color: #fff;
  text-decoration: none !important;
  display: inline-block;
  vertical-align: middle;
}
.mouse #footer .con_footer .box_footer .box_sitemap > li a:hover, .touch #footer .con_footer .box_footer .box_sitemap > li a.touchstart {
  text-decoration: underline !important;
}
.touch #footer .con_footer .box_footer .box_sitemap > li a {
  -webkit-tap-highlight-color: transparent;
}
.touch #footer .con_footer .box_footer .box_sitemap > li a.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#footer .con_footer .box_footer .box_sitemap > li .list_sitemap li {
  margin-bottom: .8em;
}
#footer .con_footer .box_footer .box_sitemap > li .list_sitemap li:before {
  content: "-";
  font-size: 47%;
  display: inline-block;
  vertical-align: middle;
  margin-right: .3em;
}
#footer #copyright {
  text-align: center;
  font-size: 93%;
  padding: 10px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  #footer #copyright {
    font-size: 93%;
  }
}
@media only screen and (max-width: 767px) {
  #footer #copyright {
    font-size: 86%;
  }
}
@media only screen and (max-width: 767px) {
  #footer #copyright {
    padding: 2% 0;
  }
}

#fixnav-pc {
  position: fixed;
  right: 0;
  top: 130px;
  z-index: 22;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #8e4c5f;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
  margin-right: -100%;
  -webkit-transition: margin-right 0.5s;
  transition: margin-right 0.5s;
}
@media only screen and (max-width: 1139px) {
  #fixnav-pc {
    display: none !important;
  }
}
#fixnav-pc li {
  display: block;
}
#fixnav-pc li a {
  display: block;
}
.mouse #fixnav-pc li a {
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse #fixnav-pc li a:hover, .touch #fixnav-pc li a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #fixnav-pc li a {
  -webkit-tap-highlight-color: transparent;
}
.touch #fixnav-pc li a.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#fixnav-pc.active {
  margin-right: 0;
}

#fixnav-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 22;
  border-top: 1px solid #8e4c5f;
  display: table;
  table-layout: fixed;
}
@media only screen and (min-width: 1140px) {
  #fixnav-sp {
    display: none !important;
  }
}
@media print {
  #fixnav-sp {
    display: none !important;
  }
}
.ie8 #fixnav-sp {
  display: none !important;
}
#fixnav-sp li {
  width: 25%;
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #8e4c5f;
}
#fixnav-sp li a, #fixnav-sp li span {
  display: block;
  cursor: pointer;
  text-align: center;
  padding: 10px 0 5px;
  text-decoration: none;
  color: #8e4c5f;
  line-height: 2.2;
}
#fixnav-sp li a img, #fixnav-sp li span img {
  display: block;
  margin: 0 auto;
  max-width: 58px;
  width: 24.16667%;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  #fixnav-sp li a img, #fixnav-sp li span img {
    width: 13.33333%;
  }
}
#fixnav-sp li a em, #fixnav-sp li span em {
  display: block;
  text-align: center;
  line-height: 2.2;
}
@media only screen and (max-width: 767px) {
  #fixnav-sp li a, #fixnav-sp li span {
    font-size: 93%;
  }
}
#fixnav-sp li.btn_rsv {
  background: #dd7090;
}
#fixnav-sp li.btn_rsv a {
  color: #fff;
}
#fixnav-sp li.obj_menuBtn {
  background: #896a93;
  border-right: 1px solid #8e4c5f;
}
#fixnav-sp li.obj_menuBtn a {
  color: #fff;
}

#menuList {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.9);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99000000,EndColorStr=#99000000);
  padding: 75px 0;
  -webkit-transition: z-index 1s, opacity 0.4s, -webkit-transform 0.4s;
  transition: z-index 1s, opacity 0.4s, -webkit-transform 0.4s;
  transition: z-index 1s, opacity 0.4s, transform 0.4s;
  transition: z-index 1s, opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
  opacity: 0;
  z-index: -1;
  -webkit-transform: translateY(60%);
  transform: translateY(60%);
}
#menuList .inner {
  position: relative;
  color: #fff;
}
#menuList .inner .box_logo {
  overflow: hidden;
}
#menuList .inner .box_logo .logo {
  float: left;
  width: 35.22727%;
  max-width: 175px;
}
#menuList .inner .box_logo .close_top {
  float: right;
  text-align: center;
  display: block;
}
#menuList .inner .box_logo .close_top:before {
  content: "×";
  font-family: FontAwesome;
  margin-right: .5em;
  color: #fff;
  font-size: 231%;
  display: block;
  margin-right: 0;
  line-height: 1;
  margin-bottom: 3%;
}
@media only screen and (max-width: 767px) {
  #menuList .inner .box_logo .close_top {
    width: 15.34091%;
  }
}
#menuList .inner .nav_menu {
  margin: 30px auto 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #menuList .inner .nav_menu {
    margin: 5% auto 0;
  }
}
#menuList .inner .nav_menu li {
  display: block;
  padding: 0.5em 0;
  line-height: 1;
  border-bottom: 1px solid #4b4b4b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #menuList .inner .nav_menu li {
    padding: 3% 0;
  }
}
#menuList .inner .nav_menu li a {
  text-indent: .5em;
  display: block;
  text-decoration: none;
  position: relative;
  color: #fff;
  padding: 1em 0;
  font-size: 115%;
}
.mouse #menuList .inner .nav_menu li a {
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse #menuList .inner .nav_menu li a:hover, .touch #menuList .inner .nav_menu li a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #menuList .inner .nav_menu li a {
  -webkit-tap-highlight-color: transparent;
}
.touch #menuList .inner .nav_menu li a.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 767px) {
  #menuList .inner .nav_menu li a {
    padding: 3% 0;
  }
}
#menuList .inner .nav_menu li a:after {
  position: absolute;
  display: block;
  width: .5em;
  height: 1em;
  content: "";
  right: 0;
  top: 50%;
  margin-top: -.5em;
  background: url(../images/common/arr_menu.png) no-repeat center;
  background-size: 100% auto;
}
@media only screen and (min-width: 1140px) {
  #menuList .inner .nav_menu {
    max-width: 1140px;
    overflow: hidden;
  }
  #menuList .inner .nav_menu li {
    width: 50%;
    float: left;
  }
  #menuList .inner .nav_menu li a {
    width: 90%;
  }
  #menuList .inner .nav_menu li a:after {
    -webkit-transition: right 0.35s;
    transition: right 0.35s;
  }
  #menuList .inner .nav_menu li a:hover:after {
    right: -1%;
  }
}
@media print {
  #menuList .inner .nav_menu {
    max-width: 1140px;
    overflow: hidden;
  }
  #menuList .inner .nav_menu li {
    width: 50%;
    float: left;
  }
  #menuList .inner .nav_menu li a {
    width: 90%;
  }
  #menuList .inner .nav_menu li a:after {
    -webkit-transition: right 0.35s;
    transition: right 0.35s;
  }
  #menuList .inner .nav_menu li a:hover:after {
    right: -1%;
  }
}
.ie8 #menuList .inner .nav_menu {
  max-width: 1140px;
  overflow: hidden;
}
.ie8 #menuList .inner .nav_menu li {
  width: 50%;
  float: left;
}
.ie8 #menuList .inner .nav_menu li a {
  width: 90%;
}
.ie8 #menuList .inner .nav_menu li a:after {
  -webkit-transition: right 0.35s;
  transition: right 0.35s;
}
.ie8 #menuList .inner .nav_menu li a:hover:after {
  right: -1%;
}
#menuList .inner .box_lang {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  #menuList .inner .box_lang {
    margin-top: 4%;
  }
}
#menuList .inner .box_lang h5 {
  font-weight: 100;
  display: block;
  background: #fff;
  text-align: center;
  font-size: 136%;
  color: #2f2f2f;
  border-radius: 5px;
  padding: 1em 0;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  #menuList .inner .box_lang h5 {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  #menuList .inner .box_lang h5 {
    font-size: 115%;
  }
}
#menuList .inner .box_lang h5:after {
  position: absolute;
  display: block;
  width: .5em;
  height: 1em;
  content: "";
  right: 5%;
  top: 50%;
  margin-top: -.5em;
  background: url(../images/common/arr_btn-w.png) no-repeat center;
  background-size: 100% auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}
#menuList .inner .box_lang h5.active:after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
#menuList .inner .box_lang .list_lang {
  display: none;
}
#menuList .inner .box_lang .list_lang li {
  display: block;
  padding: 0.5em 0;
  line-height: 1;
  border-bottom: 1px solid #4b4b4b;
}
@media only screen and (max-width: 767px) {
  #menuList .inner .box_lang .list_lang li {
    padding: 3% 0;
  }
}
#menuList .inner .box_lang .list_lang li a {
  text-decoration: none;
  text-indent: .5em;
  display: block;
  color: #fff;
  padding: 1em 0;
  font-size: 115%;
}
.mouse #menuList .inner .box_lang .list_lang li a {
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse #menuList .inner .box_lang .list_lang li a:hover, .touch #menuList .inner .box_lang .list_lang li a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #menuList .inner .box_lang .list_lang li a {
  -webkit-tap-highlight-color: transparent;
}
.touch #menuList .inner .box_lang .list_lang li a.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 767px) {
  #menuList .inner .box_lang .list_lang li a {
    padding: 3% 0;
  }
}
@media only screen and (min-width: 1140px) {
  #menuList .inner .box_lang {
    max-width: 570px;
  }
}
@media print {
  #menuList .inner .box_lang {
    max-width: 570px;
  }
}
.ie8 #menuList .inner .box_lang {
  max-width: 570px;
}
#menuList .inner .box_btn {
  margin-top: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #menuList .inner .box_btn {
    margin-top: 4%;
  }
}
#menuList .inner .box_btn li {
  float: left;
  width: 31.81818%;
  margin-left: 2.27273%;
}
#menuList .inner .box_btn li:first-child {
  margin-left: 0;
}
#menuList .inner .box_btn li a {
  text-decoration: none;
  text-align: center;
  color: #fff;
  display: block;
  border-radius: 5px;
  padding: 1.5em 0 1em;
}
#menuList .inner .box_btn li a i {
  display: block;
  width: 17.14286%;
  max-width: 48px;
  margin: auto;
}
#menuList .inner .box_btn li a span {
  display: block;
  font-size: 136%;
  line-height: 1.15;
  margin-top: .3em;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  #menuList .inner .box_btn li a span {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  #menuList .inner .box_btn li a span {
    font-size: 108%;
  }
}
#menuList .inner .box_btn li a:after {
  text-align: center;
  display: block;
  width: .5em;
  height: 1em;
  content: "";
  margin: .5em auto 0;
  background: url(../images/common/arr_pink.png) no-repeat center;
  background-size: 100% auto;
}
#menuList .inner .box_btn li:first-child a {
  background: url(../images/common/bg_btn01.jpg);
}
#menuList .inner .box_btn li:first-child + * a {
  background: url(../images/common/bg_btn02.jpg);
}
#menuList .inner .box_btn li:first-child + * + * a {
  background: url(../images/common/bg_btn03.jpg);
}
#menuList .inner .close_bottom {
  margin-top: 40px;
  text-align: center;
  display: block;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #menuList .inner .close_bottom {
    margin-top: 5%;
  }
}
#menuList .inner .close_bottom span {
  display: inline-block;
  vertical-align: middle;
}
#menuList .inner .close_bottom:after {
  content: "×";
  font-family: FontAwesome;
  margin-left: .5em;
  font-size: 216%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  #menuList {
    padding: 5% 0 15%;
  }
}
.menuOpen #menuList {
  z-index: 2000;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.ie8 #menuList {
  display: none;
  z-index: -1;
}
.ie8 .menuOpen #menuList {
  display: block;
  z-index: 2000;
}

#rsrvList {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 75px 0;
  -webkit-transition: z-index 1s, opacity 0.4s, -webkit-transform 0.4s;
  transition: z-index 1s, opacity 0.4s, -webkit-transform 0.4s;
  transition: z-index 1s, opacity 0.4s, transform 0.4s;
  transition: z-index 1s, opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
  opacity: 0;
  z-index: -1;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
#rsrvList #overlay_rsrv {
  background: rgba(0, 0, 0, 0.9);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99000000,EndColorStr=#99000000);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#rsrvList .inner {
  position: relative;
  color: #fff;
  z-index: 2;
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  #rsrvList .inner {
    margin-top: 4%;
  }
}
#rsrvList .inner h2 {
  display: inline-block;
  font-weight: 100;
  letter-spacing: .2em;
}
#rsrvList .inner h2 span {
  display: block;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 215%;
}
#rsrvList .inner h2 em {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 86%;
  margin-top: .5em;
  color: #f8e0ee;
}
#rsrvList .inner h2:before {
  display: block;
  content: "";
  width: 52px;
  height: 54px;
  margin: auto;
  background: url(../images/common/ic_title.png) no-repeat center;
  background-size: 100% auto;
}
#rsrvList .inner .box_btn {
  margin-top: 40px;
  letter-spacing: -.4em;
}
#rsrvList .inner .box_btn li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  width: 220px;
  margin-left: 40px;
}
#rsrvList .inner .box_btn li:first-child {
  margin-left: 0;
}
#rsrvList .inner .box_btn li a {
  text-decoration: none;
  text-align: center;
  color: #fff;
  display: block;
  border-radius: 5px;
  padding: 50px 0 62px;
  position: relative;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
.mouse #rsrvList .inner .box_btn li a {
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse #rsrvList .inner .box_btn li a:hover, .touch #rsrvList .inner .box_btn li a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #rsrvList .inner .box_btn li a {
  -webkit-tap-highlight-color: transparent;
}
.touch #rsrvList .inner .box_btn li a.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#rsrvList .inner .box_btn li a i {
  display: block;
  width: 15.90909%;
  max-width: 35px;
  margin: auto;
}
#rsrvList .inner .box_btn li a span {
  display: block;
  font-size: 186%;
  line-height: 1.15;
  margin-top: .5em;
}
#rsrvList .inner .box_btn li a span em {
  font-size: 85%;
}
#rsrvList .inner .box_btn li a:after {
  position: absolute;
  text-align: center;
  display: block;
  width: 15px;
  height: 29px;
  content: "";
  right: 15px;
  bottom: 15px;
  background: url(../images/common/arr_pink.png) no-repeat center;
  background-size: 100% auto;
}
#rsrvList .inner .box_btn li:first-child a {
  background: url(../images/common/bg_btn01.jpg);
}
#rsrvList .inner .box_btn li:first-child + * a {
  background: url(../images/common/bg_btn02.jpg);
}
#rsrvList .inner .box_btn li:first-child + * + * a {
  background: url(../images/common/bg_btn03.jpg);
}
@media only screen and (max-width: 767px) {
  #rsrvList {
    padding: 5% 0 15%;
  }
}
.rsrvOpen #rsrvList {
  z-index: 2000;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.ie8 #rsrvList {
  display: none;
  z-index: -1;
}
.ie8 .rsrvOpen #rsrvList {
  display: block;
  z-index: 2000;
}

/* -----------------------------------------------------------
		pnav ピンクの背景のページ内リンク
----------------------------------------------------------- */
.wrp_pnav {
  background: #efdccf;
  -webkit-box-shadow: 0 6px 15px -10px rgba(97, 95, 70, 0.3) inset;
  box-shadow: 0 6px 15px -10px rgba(97, 95, 70, 0.3) inset;
  padding: 30px 0 30px;
}
@media only screen and (max-width: 767px) {
  .wrp_pnav {
    padding: 4% 0;
  }
}

#pnav {
  letter-spacing: -.4em;
  text-align: center;
}
#pnav li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  width: 19.91228%;
  border-left: 1px solid #615f46;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  #pnav li {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  #pnav li {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  #pnav li:nth-child(odd) {
    border-left: none;
  }
  #pnav li:nth-child(n+3) {
    margin-top: .5em;
  }
}
#pnav li:first-child {
  border-left: none;
}
#pnav li a {
  display: block;
  text-decoration: none;
  position: relative;
}
#pnav li a:after {
  content: "";
  background: url(../images/common/ic_pnav.png) no-repeat center bottom;
  width: 13px;
  height: 9px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 1140px) {
  #pnav li a:after {
    -webkit-transition: bottom 0.35s;
    transition: bottom 0.35s;
  }
}
@media print {
  #pnav li a:after {
    -webkit-transition: bottom 0.35s;
    transition: bottom 0.35s;
  }
}
.ie8 #pnav li a:after {
  -webkit-transition: bottom 0.35s;
  transition: bottom 0.35s;
}
@media only screen and (min-width: 1140px) {
  #pnav li a:hover:after {
    bottom: -8px;
  }
}
@media print {
  #pnav li a:hover:after {
    bottom: -8px;
  }
}
.ie8 #pnav li a:hover:after {
  bottom: -8px;
}
#pnav li a p {
  color: #461c07;
  padding-bottom: 20px;
  font-size: 115%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  #pnav li a p {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  #pnav li a p {
    font-size: 108%;
  }
}

/* -----------------------------------------------------------
		box_lnk 画像付きページ内リンク
----------------------------------------------------------- */
.box_lnk {
  letter-spacing: -.4em;
  margin-bottom: 70px;
  text-align: center;
}
@media only screen and (max-width: 1139px) {
  .box_lnk {
    width: 91.66%;
    margin-bottom: 8%;
  }
}
.box_lnk li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  border: 1px solid #e2e2e2;
  margin-left: 1.66667%;
  margin-bottom: 15px;
  width: 19.12281%;
}
@media only screen and (min-width: 1140px) {
  .box_lnk li:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media print {
  .box_lnk li:nth-child(4n+1) {
    margin-left: 0;
  }
}
.ie8 .box_lnk li:nth-child(4n+1) {
  margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .box_lnk li {
    width: 31.3%;
  }
  .box_lnk li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_lnk li {
    width: 48%;
    margin-bottom: 2%;
    margin-left: 2%;
  }
  .box_lnk li:nth-child(2n+1) {
    margin-left: 0;
  }
}
.box_lnk li a {
  display: block;
  text-decoration: none;
  position: relative;
}
.box_lnk li a:after {
  content: "";
  background: url(../images/common/ic_pnav.png) no-repeat center bottom;
  width: 13px;
  height: 9px;
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 1140px) {
  .box_lnk li a:after {
    -webkit-transition: bottom 0.35s;
    transition: bottom 0.35s;
  }
}
@media print {
  .box_lnk li a:after {
    -webkit-transition: bottom 0.35s;
    transition: bottom 0.35s;
  }
}
.ie8 .box_lnk li a:after {
  -webkit-transition: bottom 0.35s;
  transition: bottom 0.35s;
}
@media only screen and (min-width: 1140px) {
  .box_lnk li a:hover:after {
    bottom: 0px;
  }
}
@media print {
  .box_lnk li a:hover:after {
    bottom: 0px;
  }
}
.ie8 .box_lnk li a:hover:after {
  bottom: 0px;
}
.box_lnk li a .photo img {
  width: 100%;
}
.box_lnk li a .box_txt {
  position: relative;
  background: url(../hotspring/images/bg_pnav.png) repeat left top;
  padding: 15px 0 12px;
  padding: 15px 0 12px;
}
@media only screen and (max-width: 767px) {
  .box_lnk li a .box_txt {
    padding: 0.8em 0;
  }
}
.box_lnk li a .box_txt .sst {
  position: absolute;
  background: #793d56;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  padding: 1px .8em;
  left: 50%;
  top: 0;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.box_lnk li a .box_txt .st {
  text-align: center;
  color: #461c07;
  letter-spacing: .06em;
  margin-bottom: .5em;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
@media only screen and (max-width: 767px) {
  .box_lnk li a .box_txt .st.line2 {
    line-height: 1.25;
  }
}

/* -----------------------------------------------------------
	con_pla 下層プラン
----------------------------------------------------------- */
.con_pla {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_pla {
    margin-top: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pla {
    margin-top: 8%;
  }
}
.con_pla h3 {
  text-align: center;
  font-size: 215%;
  font-weight: 100;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_pla h3 {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pla h3 {
    font-size: 143%;
  }
}
.con_pla h3 span {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  display: block;
}
.con_pla h3 em {
  font-family: 'Playfair Display', serif;
  display: block;
  font-size: 40%;
  color: #793d56;
  margin-top: .3em;
  letter-spacing: .16em;
}
.con_pla h3:before {
  display: block;
  content: "";
  width: 52px;
  height: 54px;
  margin: auto;
  background: url(../images/common/ic_title.png) no-repeat center;
  background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
  .con_pla h3:before {
    width: 1.8em;
    height: 1.8em;
  }
}
.con_pla .box_pla {
  letter-spacing: -.4em;
  margin-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_pla .box_pla {
    margin-top: 3.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pla .box_pla {
    margin-top: 4%;
  }
}
.con_pla .box_pla li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  background: #f5f2ef;
  width: 48.77193%;
}
.con_pla .box_pla li:last-child {
  margin-left: 2.45614%;
}
@media only screen and (max-width: 767px) {
  .con_pla .box_pla li:last-child {
    margin-left: 0;
  }
}
.mouse .con_pla .box_pla li {
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .con_pla .box_pla li:hover, .touch .con_pla .box_pla li.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_pla .box_pla li {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_pla .box_pla li.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 767px) {
  .con_pla .box_pla li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 2%;
  }
}
.con_pla .box_pla li a {
  display: block;
  text-decoration: none;
  letter-spacing: -.4em;
}
.con_pla .box_pla li a .photo {
  width: 51.79856%;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 953px) {
  .con_pla .box_pla li a .photo {
    overflow: hidden;
  }
  .con_pla .box_pla li a .photo img {
    position: relative;
    width: 130%;
    max-width: none;
    margin-left: -15%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pla .box_pla li a .photo {
    width: 32.43243%;
    overflow: hidden;
  }
  .con_pla .box_pla li a .photo img {
    position: relative;
    width: 140%;
    max-width: none;
    margin-left: -20%;
  }
}
.con_pla .box_pla li a .box_det {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 48.20144%;
  padding: 2% 2.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .con_pla .box_pla li a .box_det {
    width: 67.56757%;
  }
}
.con_pla .box_pla li a .box_det .st {
  text-decoration: underline;
  letter-spacing: .05em;
  line-height: 1.4;
  font-size: 129%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_pla .box_pla li a .box_det .st {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pla .box_pla li a .box_det .st {
    font-size: 108%;
  }
}
.firefox .con_pla .box_pla li a .box_det .st, .ie .con_pla .box_pla li a .box_det .st {
  max-height: 4.5em;
}
.con_pla .box_pla li a .box_det .tbl_pla {
  width: 100%;
  border-top: 1px solid #896a93;
  border-bottom: 1px solid #896a93;
  margin-top: 1em;
}
.con_pla .box_pla li a .box_det .tbl_pla th {
  padding: .5em 0;
  width: 48px;
}
@media only screen and (max-width: 767px) {
  .con_pla .box_pla li a .box_det .tbl_pla th {
    width: 25%;
  }
}
.con_pla .box_pla li a .box_det .tbl_pla th span {
  background: #896a93;
  color: #fff;
  padding: .2em .8em;
  border-radius: 2em;
  font-size: 93%;
}
.con_pla .box_pla li a .box_det .tbl_pla td {
  padding: 0.5em 0 0.5em 0.3em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .con_pla .box_pla li a .box_det .tbl_pla td {
    padding: 0.5em;
  }
}
.con_pla .btn {
  margin: 40px auto 0;
  width: 300px;
}
.con_pla .btn a {
  display: block;
  border: 1px solid #000;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  padding: 1em 0;
  position: relative;
  text-decoration: none;
}
.mouse .con_pla .btn a {
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .con_pla .btn a:hover, .touch .con_pla .btn a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_pla .btn a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_pla .btn a.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_pla .btn a:after {
  position: absolute;
  z-index: 2;
  content: "";
  top: 50%;
  right: 3%;
  -webkit-transition: right 0.35s;
  transition: right 0.35s;
  background: url(../images/common/arr_btn.png) no-repeat center;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .con_pla .btn a:after {
    margin-top: -8.5px;
    width: 11px;
    height: 17px;
  }
}
@media print {
  .con_pla .btn a:after {
    margin-top: -8.5px;
    width: 11px;
    height: 17px;
  }
}
.ie8 .con_pla .btn a:after {
  margin-top: -8.5px;
  width: 11px;
  height: 17px;
}
@media only screen and (max-width: 767px) {
  .con_pla .btn a:after {
    width: 1em;
    height: 2em;
    margin-top: -1em;
  }
}
.con_pla .btn a:hover:after {
  right: 1%;
}
.con_pla .btn a {
  background: url(../images/common/bg_btn-r.jpg);
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_pla .btn {
    margin: 4% auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_pla .btn {
    width: 80%;
    margin: 4% auto 0;
  }
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_basic {
  width: 100%;
}
table.tbl_basic tr:first-child th, table.tbl_basic tr:first-child td {
  border-top: 1px solid #B298BB;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic tr:first-child th, table.tbl_basic tr:first-child td {
    border-top: none;
  }
}
table.tbl_basic tr:last-child th, table.tbl_basic tr:last-child td {
  border-bottom: 1px solid #B298BB;
}
table.tbl_basic th {
  font-weight: normal;
  text-align: center;
  background: #B298BB;
  padding: .5em 1em;
  border-bottom: 1px solid #fff;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic th {
    width: 100%;
    max-width: 100%;
    display: block;
    border-bottom: none;
  }
}
table.tbl_basic td {
  border-bottom: 1px solid #B298BB;
  padding: .5em 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic td {
    width: 100%;
    display: block;
    border-bottom: none;
  }
}

table.tbl_basic-pc {
  width: 100%;
}
table.tbl_basic-pc tr:first-child th, table.tbl_basic-pc tr:first-child td {
  border-top: 1px solid #B298BB;
}
table.tbl_basic-pc tr:last-child th, table.tbl_basic-pc tr:last-child td {
  border-bottom: 1px solid #B298BB;
}
table.tbl_basic-pc th {
  font-weight: normal;
  text-align: center;
  background: #B298BB;
  padding: .5em 1em;
  border-bottom: 1px solid #fff;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table.tbl_basic-pc td {
  border-bottom: 1px solid #B298BB;
  padding: .5em 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* -----------------------------------------------------------
	スクロールアニメー
----------------------------------------------------------- */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  .scrollActive {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
    -webkit-transition: -webkit-transform 2s, opacity 2s;
    -webkit-transition: opacity 2s, -webkit-transform 2s;
    transition: opacity 2s, -webkit-transform 2s;
    transition: transform 2s, opacity 2s;
    transition: transform 2s, opacity 2s, -webkit-transform 2s;
  }
  .scrollActive.active {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media print {
  .scrollActive {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
    -webkit-transition: -webkit-transform 2s, opacity 2s;
    -webkit-transition: opacity 2s, -webkit-transform 2s;
    transition: opacity 2s, -webkit-transform 2s;
    transition: transform 2s, opacity 2s;
    transition: transform 2s, opacity 2s, -webkit-transform 2s;
  }
  .scrollActive.active {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.ie8 .scrollActive {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
  -webkit-transition: -webkit-transform 2s, opacity 2s;
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: transform 2s, opacity 2s;
  transition: transform 2s, opacity 2s, -webkit-transform 2s;
}
.ie8 .scrollActive.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (min-width: 768px) {
  .scrollActive-bottom {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-transition: -webkit-transform 2s, opacity 2s;
    -webkit-transition: opacity 2s, -webkit-transform 2s;
    transition: opacity 2s, -webkit-transform 2s;
    transition: transform 2s, opacity 2s;
    transition: transform 2s, opacity 2s, -webkit-transform 2s;
  }
  .scrollActive-bottom.active {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media print {
  .scrollActive-bottom {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-transition: -webkit-transform 2s, opacity 2s;
    -webkit-transition: opacity 2s, -webkit-transform 2s;
    transition: opacity 2s, -webkit-transform 2s;
    transition: transform 2s, opacity 2s;
    transition: transform 2s, opacity 2s, -webkit-transform 2s;
  }
  .scrollActive-bottom.active {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.ie8 .scrollActive-bottom {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: -webkit-transform 2s, opacity 2s;
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: transform 2s, opacity 2s;
  transition: transform 2s, opacity 2s, -webkit-transform 2s;
}
.ie8 .scrollActive-bottom.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (min-width: 1140px) {
  .scrollActive-top {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%);
    -webkit-transition: -webkit-transform 2s, opacity 2s;
    -webkit-transition: opacity 2s, -webkit-transform 2s;
    transition: opacity 2s, -webkit-transform 2s;
    transition: transform 2s, opacity 2s;
    transition: transform 2s, opacity 2s, -webkit-transform 2s;
  }
  .scrollActive-top.active {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media print {
  .scrollActive-top {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%);
    -webkit-transition: -webkit-transform 2s, opacity 2s;
    -webkit-transition: opacity 2s, -webkit-transform 2s;
    transition: opacity 2s, -webkit-transform 2s;
    transition: transform 2s, opacity 2s;
    transition: transform 2s, opacity 2s, -webkit-transform 2s;
  }
  .scrollActive-top.active {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.ie8 .scrollActive-top {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: translateY(-2%);
  transform: translateY(-2%);
  -webkit-transition: -webkit-transform 2s, opacity 2s;
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: transform 2s, opacity 2s;
  transition: transform 2s, opacity 2s, -webkit-transform 2s;
}
.ie8 .scrollActive-top.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (min-width: 1140px) {
  .scrollActive-list li {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  .scrollActive-list.active li:nth-child(1) {
    -webkit-animation: Active-list 1.8s ease 0.1s 1 forwards;
    animation: Active-list 1.8s ease 0.1s 1 forwards;
  }
  .scrollActive-list.active li:nth-child(2) {
    -webkit-animation: Active-list 1.8s ease 0.2s 1 forwards;
    animation: Active-list 1.8s ease 0.2s 1 forwards;
  }
  .scrollActive-list.active li:nth-child(3) {
    -webkit-animation: Active-list 1.8s ease 0.3s 1 forwards;
    animation: Active-list 1.8s ease 0.3s 1 forwards;
  }
  .scrollActive-list.active li:nth-child(4) {
    -webkit-animation: Active-list 1.8s ease 0.4s 1 forwards;
    animation: Active-list 1.8s ease 0.4s 1 forwards;
  }
  .scrollActive-list.active li:nth-child(5) {
    -webkit-animation: Active-list 1.8s ease 0.5s 1 forwards;
    animation: Active-list 1.8s ease 0.5s 1 forwards;
  }
  .scrollActive-list.active li:nth-child(6) {
    -webkit-animation: Active-list 1.8s ease 0.6s 1 forwards;
    animation: Active-list 1.8s ease 0.6s 1 forwards;
  }
  .scrollActive-list.active li:nth-child(7) {
    -webkit-animation: Active-list 1.8s ease 0.7s 1 forwards;
    animation: Active-list 1.8s ease 0.7s 1 forwards;
  }
  .scrollActive-list.active li:nth-child(8) {
    -webkit-animation: Active-list 1.8s ease 0.8s 1 forwards;
    animation: Active-list 1.8s ease 0.8s 1 forwards;
  }
  .scrollActive-list.active li:nth-child(9) {
    -webkit-animation: Active-list 1.8s ease 0.9s 1 forwards;
    animation: Active-list 1.8s ease 0.9s 1 forwards;
  }
  .scrollActive-list.active li:nth-child(10) {
    -webkit-animation: Active-list 1.8s ease 1s 1 forwards;
    animation: Active-list 1.8s ease 1s 1 forwards;
  }
  .scrollActive-list.active li:nth-child(11) {
    -webkit-animation: Active-list 1.8s ease 1.1s 1 forwards;
    animation: Active-list 1.8s ease 1.1s 1 forwards;
  }
  .scrollActive-list.active li:nth-child(12) {
    -webkit-animation: Active-list 1.8s ease 1.2s 1 forwards;
    animation: Active-list 1.8s ease 1.2s 1 forwards;
  }
  @-webkit-keyframes Active-list {
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes Active-list {
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
}
@media print {
  .scrollActive-list li {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  .scrollActive-list.active li:nth-child(1) {
    -webkit-animation: Active-list 1.8s ease 0.1s 1 forwards;
    animation: Active-list 1.8s ease 0.1s 1 forwards;
  }
  .scrollActive-list.active li:nth-child(2) {
    -webkit-animation: Active-list 1.8s ease 0.2s 1 forwards;
    animation: Active-list 1.8s ease 0.2s 1 forwards;
  }
  .scrollActive-list.active li:nth-child(3) {
    -webkit-animation: Active-list 1.8s ease 0.3s 1 forwards;
    animation: Active-list 1.8s ease 0.3s 1 forwards;
  }
  .scrollActive-list.active li:nth-child(4) {
    -webkit-animation: Active-list 1.8s ease 0.4s 1 forwards;
    animation: Active-list 1.8s ease 0.4s 1 forwards;
  }
  .scrollActive-list.active li:nth-child(5) {
    -webkit-animation: Active-list 1.8s ease 0.5s 1 forwards;
    animation: Active-list 1.8s ease 0.5s 1 forwards;
  }
  .scrollActive-list.active li:nth-child(6) {
    -webkit-animation: Active-list 1.8s ease 0.6s 1 forwards;
    animation: Active-list 1.8s ease 0.6s 1 forwards;
  }
  .scrollActive-list.active li:nth-child(7) {
    -webkit-animation: Active-list 1.8s ease 0.7s 1 forwards;
    animation: Active-list 1.8s ease 0.7s 1 forwards;
  }
  .scrollActive-list.active li:nth-child(8) {
    -webkit-animation: Active-list 1.8s ease 0.8s 1 forwards;
    animation: Active-list 1.8s ease 0.8s 1 forwards;
  }
  .scrollActive-list.active li:nth-child(9) {
    -webkit-animation: Active-list 1.8s ease 0.9s 1 forwards;
    animation: Active-list 1.8s ease 0.9s 1 forwards;
  }
  .scrollActive-list.active li:nth-child(10) {
    -webkit-animation: Active-list 1.8s ease 1s 1 forwards;
    animation: Active-list 1.8s ease 1s 1 forwards;
  }
  .scrollActive-list.active li:nth-child(11) {
    -webkit-animation: Active-list 1.8s ease 1.1s 1 forwards;
    animation: Active-list 1.8s ease 1.1s 1 forwards;
  }
  .scrollActive-list.active li:nth-child(12) {
    -webkit-animation: Active-list 1.8s ease 1.2s 1 forwards;
    animation: Active-list 1.8s ease 1.2s 1 forwards;
  }
  @-webkit-keyframes Active-list {
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes Active-list {
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
}
.ie8 .scrollActive-list li {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
}
.ie8 .scrollActive-list.active li:nth-child(1) {
  -webkit-animation: Active-list 1.8s ease 0.1s 1 forwards;
  animation: Active-list 1.8s ease 0.1s 1 forwards;
}
.ie8 .scrollActive-list.active li:nth-child(2) {
  -webkit-animation: Active-list 1.8s ease 0.2s 1 forwards;
  animation: Active-list 1.8s ease 0.2s 1 forwards;
}
.ie8 .scrollActive-list.active li:nth-child(3) {
  -webkit-animation: Active-list 1.8s ease 0.3s 1 forwards;
  animation: Active-list 1.8s ease 0.3s 1 forwards;
}
.ie8 .scrollActive-list.active li:nth-child(4) {
  -webkit-animation: Active-list 1.8s ease 0.4s 1 forwards;
  animation: Active-list 1.8s ease 0.4s 1 forwards;
}
.ie8 .scrollActive-list.active li:nth-child(5) {
  -webkit-animation: Active-list 1.8s ease 0.5s 1 forwards;
  animation: Active-list 1.8s ease 0.5s 1 forwards;
}
.ie8 .scrollActive-list.active li:nth-child(6) {
  -webkit-animation: Active-list 1.8s ease 0.6s 1 forwards;
  animation: Active-list 1.8s ease 0.6s 1 forwards;
}
.ie8 .scrollActive-list.active li:nth-child(7) {
  -webkit-animation: Active-list 1.8s ease 0.7s 1 forwards;
  animation: Active-list 1.8s ease 0.7s 1 forwards;
}
.ie8 .scrollActive-list.active li:nth-child(8) {
  -webkit-animation: Active-list 1.8s ease 0.8s 1 forwards;
  animation: Active-list 1.8s ease 0.8s 1 forwards;
}
.ie8 .scrollActive-list.active li:nth-child(9) {
  -webkit-animation: Active-list 1.8s ease 0.9s 1 forwards;
  animation: Active-list 1.8s ease 0.9s 1 forwards;
}
.ie8 .scrollActive-list.active li:nth-child(10) {
  -webkit-animation: Active-list 1.8s ease 1s 1 forwards;
  animation: Active-list 1.8s ease 1s 1 forwards;
}
.ie8 .scrollActive-list.active li:nth-child(11) {
  -webkit-animation: Active-list 1.8s ease 1.1s 1 forwards;
  animation: Active-list 1.8s ease 1.1s 1 forwards;
}
.ie8 .scrollActive-list.active li:nth-child(12) {
  -webkit-animation: Active-list 1.8s ease 1.2s 1 forwards;
  animation: Active-list 1.8s ease 1.2s 1 forwards;
}
@-webkit-keyframes Active-list {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes Active-list {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* -----------------------------------------------------------
	.con_pop ポップアップ
----------------------------------------------------------- */
.con_pop {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: z-index 1s, opacity 800ms;
  transition: z-index 1s, opacity 800ms;
  opacity: 0;
  z-index: -1;
}
.con_pop .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.con_pop .inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media only screen and (max-width: 1139px) {
  .con_pop .inner {
    padding: 5% 0;
  }
}
.con_pop .inner .box_pop {
  margin: 0 auto 40px;
  background: #f7ede6;
  position: relative;
  padding: 80px 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_pop .inner .box_pop {
    padding: 4% 0 6%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop {
    padding: 6% 0;
  }
}
.con_pop .inner .box_pop .btn_close_top {
  position: absolute;
  top: 0;
  right: 0;
}
.mouse .con_pop .inner .box_pop .btn_close_top {
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .con_pop .inner .box_pop .btn_close_top:hover, .touch .con_pop .inner .box_pop .btn_close_top.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_pop .inner .box_pop .btn_close_top {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_pop .inner .box_pop .btn_close_top.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_pop .inner .box_pop > div {
  max-width: 1060px;
  margin: auto;
}
@media only screen and (max-width: 1139px) {
  .con_pop .inner .box_pop > div {
    width: 91.66667%;
  }
}
.con_pop .inner .box_pop > div h3 {
  text-align: center;
  font-size: 215%;
  font-weight: 100;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_pop .inner .box_pop > div h3 {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop > div h3 {
    font-size: 143%;
  }
}
.con_pop .inner .box_pop > div h3 span {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  display: block;
}
.con_pop .inner .box_pop > div h3 em {
  font-family: 'Playfair Display', serif;
  display: block;
  font-size: 40%;
  color: #793d56;
  margin-top: .3em;
  letter-spacing: .16em;
}
.con_pop .inner .box_pop > div h3:before {
  display: block;
  content: "";
  width: 52px;
  height: 54px;
  margin: auto;
  background: url(../images/common/ic_title.png) no-repeat center;
  background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop > div h3:before {
    width: 1.8em;
    height: 1.8em;
  }
}
.con_pop .inner .box_pop > div .box_step {
  overflow: hidden;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_pop .inner .box_pop > div .box_step {
    margin-top: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop > div .box_step {
    margin-top: 6%;
  }
}
.con_pop .inner .box_pop > div .box_step .photo {
  width: 26.41509%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop > div .box_step .photo {
    width: 100%;
    float: none;
    margin-top: 6%;
  }
}
.con_pop .inner .box_pop > div .box_step .box_det {
  width: 70.28302%;
  float: right;
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop > div .box_step .box_det {
    width: 100%;
    float: none;
  }
}
.con_pop .inner .box_pop > div .box_step .box_det .sst {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 172%;
  letter-spacing: -.40em;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_pop .inner .box_pop > div .box_step .box_det .sst {
    font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop > div .box_step .box_det .sst {
    font-size: 129%;
  }
}
.con_pop .inner .box_pop > div .box_step .box_det .sst em {
  background: #ba7085;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  padding: .5em;
}
.con_pop .inner .box_pop > div .box_step .box_det .sst span {
  color: #461c07;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  margin-left: .5em;
}
.con_pop .inner .box_pop > div .box_step .box_det .txt {
  margin-top: 30px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_pop .inner .box_pop > div .box_step .box_det .txt {
    margin-top: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop > div .box_step .box_det .txt {
    margin-top: 6%;
  }
}
.con_pop .inner .box_pop > div .btn_close_bottom {
  cursor: pointer;
  text-align: center;
  display: block;
  text-decoration: none;
  border: 1px solid #000;
  background: #ac5e73;
  margin: 40px 0 0 auto;
  width: 215px;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop > div .btn_close_bottom {
    margin: 1.5em auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop > div .btn_close_bottom {
    width: 90%;
  }
}
.mouse .con_pop .inner .box_pop > div .btn_close_bottom {
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .con_pop .inner .box_pop > div .btn_close_bottom:hover, .touch .con_pop .inner .box_pop > div .btn_close_bottom.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_pop .inner .box_pop > div .btn_close_bottom {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_pop .inner .box_pop > div .btn_close_bottom.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_pop .inner .box_pop > div .btn_close_bottom a {
  text-decoration: none;
  display: block;
  padding: .5em 0.5em .5em 0;
  color: #fff;
  position: relative;
}
.con_pop .inner .box_pop > div .btn_close_bottom a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
}
.con_pop .inner .box_pop > div .btn_close_bottom a:hover {
  color: #fff;
}
.con_pop .inner .box_pop > div .btn_close_bottom a:after {
  position: absolute;
  right: 6%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
