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

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
.con_topicpatch, #footer .con_footer .con_inner, #footer .con_group, #fix_sitemap .con_inner, .box_pagenav {
	max-width: 1260px;
	margin: auto;
	padding-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .con_topicpatch, #footer .con_footer .con_inner, #footer .con_group, #fix_sitemap .con_inner, .box_pagenav {
    width: 95%;
  }
}

#header:after, #header .con_header:after, .con_topicpatch:after, #footer .con_footer .con_inner:after, #footer .con_group:after, #fix_sitemap .con_inner:after, .box_pagenav:after {
  content: "";
  display: table;
  clear: both;
}


/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
	font-size: small;
	line-height: 1.5;
	font-family: a-otf-ud-reimin-pr6n, sans-serif;
}

body {
	color: #474747;
	background: url(../images/common/bg_texture_white.jpg);
	-webkit-text-size-adjust: none;
	font-size: 100%;
}
.ie body {
  font-size: 98%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 93%;
  }
}
body a {
  color: #616161;
  text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
  color: #7a7a7a;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body, pre, input, textarea, select {
	font-family: a-otf-ud-reimin-pr6n, 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: 1260px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 1025px) {
  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: 1024px) {
  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 {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -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 {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
  background: url(../images/common/bg_cloud.png) center 700px no-repeat;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  #page {
    background-size: 120% auto;
    background-position: center 500px;
  }
}
@media only screen and (max-width: 767px) {
  #page {
    background-position: center 300px;
  }
}
@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 {
  padding-top: 20px;
  padding-bottom: 12px;
  position: relative;
  z-index: 6;
}
@media only screen and (max-width: 1260px) {
  #header {
    padding-bottom: 20px;
  }
}
@media print {
  #header {
    padding-bottom: 20px;
  }
}
.ie8 #header {
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #header {
    display: none;
  }
}
#header .w {
  display: none;
}
#header h1 {
  float: left;
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  #header h1 {
    float: none;
    text-align: center;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #header h1 {
    float: left;
    margin-bottom: 0;
    margin-left: 2.5%;
  }
}
#header h1 a {
  display: block;
}
@media only screen and (max-width: 1260px) {
  #header h1 a img {
    width: 160px;
  }
}
@media print {
  #header h1 a img {
    width: 160px;
  }
}
.ie8 #header h1 a img {
  width: 160px;
}
@media only screen and (max-width: 1024px) {
  #header h1 a img {
    width: auto;
  }
}
#header .con_header {
  float: right;
  padding-right: 115px;
  padding-top: 5px;
}
@media only screen and (max-width: 1260px) {
  #header .con_header {
    padding-top: 0;
  }
}
@media print {
  #header .con_header {
    padding-top: 0;
  }
}
.ie8 #header .con_header {
  padding-top: 0;
}
@media only screen and (max-width: 1024px) {
  #header .con_header {
    float: none;
    padding-right: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header {
    display: none;
  }
}
#header .con_header .con_hnav {
  float: right;
}
@media only screen and (max-width: 1024px) {
  #header .con_header .con_hnav {
    float: none;
  }
}
#header .con_header .con_hnav .hnav {
  display: inline-block;
  vertical-align: middle;
  padding-top: 5px;
}
#header .con_header .con_hnav .hnav li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}
@media only screen and (max-width: 1260px) {
  #header .con_header .con_hnav .hnav li {
    margin-left: 10px;
  }
}
@media print {
  #header .con_header .con_hnav .hnav li {
    margin-left: 10px;
  }
}
.ie8 #header .con_header .con_hnav .hnav li {
  margin-left: 10px;
}
#header .con_header .con_hnav .hnav li:first-child {
  margin-left: 0;
}
#header .con_header .con_hnav .hnav li a {
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 14px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media only screen and (max-width: 1260px) {
  #header .con_header .con_hnav .hnav li a {
    padding-top: 12px;
  }
}
@media print {
  #header .con_header .con_hnav .hnav li a {
    padding-top: 12px;
  }
}
.ie8 #header .con_header .con_hnav .hnav li a {
  padding-top: 12px;
}
#header .con_header .con_hnav .hnav li.hnav_hom a {
  width: 37px;
  background-image: url(../images/header/hnav_hom.png);
}
@media only screen and (max-width: 1260px) {
  #header .con_header .con_hnav .hnav li.hnav_hom a {
    width: 32px;
  }
}
@media print {
  #header .con_header .con_hnav .hnav li.hnav_hom a {
    width: 32px;
  }
}
.ie8 #header .con_header .con_hnav .hnav li.hnav_hom a {
  width: 32px;
}
#header .con_header .con_hnav .hnav li.hnav_hom a:hover {
  background-image: url(../images/header/hnav_hom_o.png) !important;
}
#header .con_header .con_hnav .hnav li.hnav_poi a {
  width: 91px;
  background-image: url(../images/header/hnav_poi.png);
}
@media only screen and (max-width: 1260px) {
  #header .con_header .con_hnav .hnav li.hnav_poi a {
    width: 78px;
  }
}
@media print {
  #header .con_header .con_hnav .hnav li.hnav_poi a {
    width: 78px;
  }
}
.ie8 #header .con_header .con_hnav .hnav li.hnav_poi a {
  width: 78px;
}
#header .con_header .con_hnav .hnav li.hnav_poi a:hover {
  background-image: url(../images/header/hnav_poi_o.png) !important;
}
#header .con_header .con_hnav .hnav li.hnav_eve a {
  width: 85px;
  background-image: url(../images/header/hnav_eve.png);
}
@media only screen and (max-width: 1260px) {
  #header .con_header .con_hnav .hnav li.hnav_eve a {
    width: 73px;
  }
}
@media print {
  #header .con_header .con_hnav .hnav li.hnav_eve a {
    width: 73px;
  }
}
.ie8 #header .con_header .con_hnav .hnav li.hnav_eve a {
  width: 73px;
}
#header .con_header .con_hnav .hnav li.hnav_eve a:hover {
  background-image: url(../images/header/hnav_eve_o.png) !important;
}
#header .con_header .con_hnav .hnav li.hnav_wed a {
  width: 71px;
  background-image: url(../images/header/hnav_wed.png);
}
@media only screen and (max-width: 1260px) {
  #header .con_header .con_hnav .hnav li.hnav_wed a {
    width: 61px;
  }
}
@media print {
  #header .con_header .con_hnav .hnav li.hnav_wed a {
    width: 61px;
  }
}
.ie8 #header .con_header .con_hnav .hnav li.hnav_wed a {
  width: 61px;
}
#header .con_header .con_hnav .hnav li.hnav_wed a:hover {
  background-image: url(../images/header/hnav_wed_o.png) !important;
}
#header .con_header .con_hnav .hnav li.hnav_one a {
  width: 74px;
  background-image: url(../images/header/hnav_one.png);
}
@media only screen and (max-width: 1260px) {
  #header .con_header .con_hnav .hnav li.hnav_one a {
    width: 64px;
  }
}
@media print {
  #header .con_header .con_hnav .hnav li.hnav_one a {
    width: 64px;
  }
}
.ie8 #header .con_header .con_hnav .hnav li.hnav_one a {
  width: 64px;
}
#header .con_header .con_hnav .hnav li.hnav_one a:hover {
  background-image: url(../images/header/hnav_one_o.png) !important;
}
#header .con_header .con_hnav .hnav li.hnav_sig a {
  width: 58px;
  background-image: url(../images/header/hnav_sig.png);
}
@media only screen and (max-width: 1260px) {
  #header .con_header .con_hnav .hnav li.hnav_sig a {
    width: 51px;
  }
}
@media print {
  #header .con_header .con_hnav .hnav li.hnav_sig a {
    width: 51px;
  }
}
.ie8 #header .con_header .con_hnav .hnav li.hnav_sig a {
  width: 51px;
}
#header .con_header .con_hnav .hnav li.hnav_sig a:hover {
  background-image: url(../images/header/hnav_sig_o.png) !important;
}
#header .con_header .con_hnav .hnav li.hnav_acc a {
  width: 55px;
  background-image: url(../images/header/hnav_acc.png);
}
@media only screen and (max-width: 1260px) {
  #header .con_header .con_hnav .hnav li.hnav_acc a {
    width: 49px;
  }
}
@media print {
  #header .con_header .con_hnav .hnav li.hnav_acc a {
    width: 49px;
  }
}
.ie8 #header .con_header .con_hnav .hnav li.hnav_acc a {
  width: 49px;
}
#header .con_header .con_hnav .hnav li.hnav_acc a:hover {
  background-image: url(../images/header/hnav_acc_o.png) !important;
}
#header .con_header .con_hnav .txt_tel {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
@media only screen and (max-width: 1260px) {
  #header .con_header .con_hnav .txt_tel {
  }
}
@media print {
  #header .con_header .con_hnav .txt_tel {
    margin-left: 15px;
  }
}
.ie8 #header .con_header .con_hnav .txt_tel {
  margin-left: 15px;
}
#header .con_header .con_hnav .txt_tel img {
	height: 15px;
	width: auto;
	vertical-align: middle;
	margin-right: 30px;
}
#header .con_header .con_hnav .box_language {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
#header .con_header .con_hnav .box_language dl {
  position: relative;
}
#header .con_header .con_hnav .box_language dl dt {
  cursor: pointer;
}
#header .con_header .con_hnav .box_language dl dd {
  display: none;
  background: #fff;
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
}
#header .con_header .con_hnav .box_language dl dd ul li {
  background: url(../images/common/bg_line_dot.png) 0 0 repeat-x;
}
#header .con_header .con_hnav .box_language dl dd ul li:first-child {
  background: none;
}
#header .con_header .con_hnav .box_language dl dd ul li a {
  display: block;
  text-decoration: none;
  color: #434343;
  padding: 10px 15px;
  font-size: 77%;
}
#header .con_header .con_hnav .box_language dl dd ul li a i {
  margin-right: 0.5em;
}


#header .con_header .con_gnav {
	float: right;
	clear: both;
	padding-top: 20px;
	margin-right: 30px;
}
@media only screen and (max-width: 1260px) {
  #header .con_header .con_gnav {
    padding-top: 12px;
  }
}
@media print {
  #header .con_header .con_gnav {
    padding-top: 12px;
  }
}
.ie8 #header .con_header .con_gnav {
  padding-top: 12px;
}
@media only screen and (max-width: 1024px) {
  #header .con_header .con_gnav {
    float: none;
    padding-top: 12px;
  }
}
#header .con_header .con_gnav .gnav li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 44px;
}
@media only screen and (max-width: 1260px) {
  #header .con_header .con_gnav .gnav li {
    margin-left: 25px;
  }
}
@media print {
  #header .con_header .con_gnav .gnav li {
    margin-left: 25px;
  }
}
.ie8 #header .con_header .con_gnav .gnav li {
  margin-left: 25px;
}
#header .con_header .con_gnav .gnav li:first-child {
  margin-left: 0;
}
#header .con_header .con_gnav .gnav li a {
  display: block;
  position: relative;
  padding-top: 21px;
  height: 0;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1260px) {
  #header .con_header .con_gnav .gnav li a {
    padding-top: 18px;
  }
}
@media print {
  #header .con_header .con_gnav .gnav li a {
    padding-top: 18px;
  }
}
.ie8 #header .con_header .con_gnav .gnav li a {
  padding-top: 18px;
}




#header .con_header .con_gnav .gnav li.gnav_roo a {
	width: 56px;
	background-image: url(../images/header/gnav_roo.png);
}
@media only screen and (max-width: 1260px) {
  #header .con_header .con_gnav .gnav li.gnav_roo a {
    width: 49px;
  }
}
@media print {
  #header .con_header .con_gnav .gnav li.gnav_roo a {
    width: 49px;
  }
}
.ie8 #header .con_header .con_gnav .gnav li.gnav_roo a {
  width: 49px;
}
#header .con_header .con_gnav .gnav li.gnav_roo a:hover {
	background-image: url(../images/header/gnav_roo_o.png) !important;
}




#header .con_header .con_gnav .gnav li.gnav_home a {
	width: 56px;
	background-image: url(../images/header/gnav_home.png);
}
@media only screen and (max-width: 1260px) {
  #header .con_header .con_gnav .gnav li.gnav_home a {
    width: 49px;
  }
}
@media print {
  #header .con_header .con_gnav .gnav li.gnav_home a {
    width: 49px;
  }
}
.ie8 #header .con_header .con_gnav .gnav li.gnav_home a {
  width: 49px;
}
#header .con_header .con_gnav .gnav li.gnav_home a:hover {
	background-image: url(../images/header/gnav_home_o.png) !important;
}




#header .con_header .con_gnav .gnav li.gnav_cui a {
	width: 90px;
	background-image: url(../images/header/gnav_cui.png);
}
@media only screen and (max-width: 1260px) {
  #header .con_header .con_gnav .gnav li.gnav_cui a {
	width: 78px;
  }
}
@media print {
  #header .con_header .con_gnav .gnav li.gnav_cui a {
    width: 50px;
  }
}
.ie8 #header .con_header .con_gnav .gnav li.gnav_cui a {
  width: 50px;
}
#header .con_header .con_gnav .gnav li.gnav_cui a:hover {
	background-image: url(../images/header/gnav_cui_o.png) !important;
}



#header .con_header .con_gnav .gnav li.gnav_fac a {
  width: 82px;
  background-image: url(../images/header/gnav_fac.png);
}
@media only screen and (max-width: 1260px) {
  #header .con_header .con_gnav .gnav li.gnav_fac a {
    width: 71px;
  }
}
@media print {
  #header .con_header .con_gnav .gnav li.gnav_fac a {
    width: 71px;
  }
}
.ie8 #header .con_header .con_gnav .gnav li.gnav_fac a {
  width: 71px;
}
#header .con_header .con_gnav .gnav li.gnav_fac a:hover {
  background-image: url(../images/header/gnav_fac_o.png) !important;
}



#header .con_header .con_gnav .gnav li.gnav_ban a {
  width: 82px;
  background-image: url(../images/header/gnav_ban.png);
}
@media only screen and (max-width: 1260px) {
  #header .con_header .con_gnav .gnav li.gnav_ban a {
    width: 71px;
  }
}
@media print {
  #header .con_header .con_gnav .gnav li.gnav_ban a {
    width: 71px;
  }
}
.ie8 #header .con_header .con_gnav .gnav li.gnav_ban a {
  width: 71px;
}
#header .con_header .con_gnav .gnav li.gnav_ban a:hover {
  background-image: url(../images/header/gnav_ban_o.png) !important;
}



#header .con_header .con_gnav .gnav li.gnav_sta a {
  width: 82px;
  background-image: url(../images/header/gnav_sta.png);
}
@media only screen and (max-width: 1260px) {
  #header .con_header .con_gnav .gnav li.gnav_sta a {
    width: 71px;
  }
}
@media print {
  #header .con_header .con_gnav .gnav li.gnav_sta a {
    width: 71px;
  }
}
.ie8 #header .con_header .con_gnav .gnav li.gnav_sta a {
  width: 71px;
}
#header .con_header .con_gnav .gnav li.gnav_sta a:hover {
  background-image: url(../images/header/gnav_sta_o.png) !important;
}



#header .con_header .con_gnav .gnav li.gnav_rsv a {
  width: 108px;
  background-image: url(../images/header/gnav_rsv.png);
}
@media only screen and (max-width: 1260px) {
  #header .con_header .con_gnav .gnav li.gnav_rsv a {
    width: 93px;
  }
}
@media print {
  #header .con_header .con_gnav .gnav li.gnav_rsv a {
    width: 93px;
  }
}
.ie8 #header .con_header .con_gnav .gnav li.gnav_rsv a {
  width: 93px;
}
#header .con_header .con_gnav .gnav li.gnav_rsv a:hover {
  background-image: url(../images/header/gnav_rsv_o.png) !important;
}




#spheader.active h1 img.w {
  display: inline-block;
}
#spheader.active h1 img.b {
  display: none;
}
#spheader.active ul {
  width: 70px;
}
#spheader.active ul li:first-child {
  display: none;
}

#spheader {
  display: none;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #spheader {
    display: block;
  }
}
#spheader h1 {
  float: left;
  margin-left: 2.5%;
  padding-top: 12px;
  position: relative;
  z-index: 999;
}
#spheader h1 img {
  width: 150px;
}
#spheader h1 img.w {
  display: none;
}
#spheader ul {
  float: right;
  overflow: hidden;
  display: table;
  width: 140px;
  height: 70px;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
}
#spheader ul li {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
#spheader ul li .btn_sitemap {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	width: 70px;
	height: 70px;
	padding: 0;
	background-color: #883858;
	margin: 0px;
}
#spheader ul li .btn_sitemap .ic {
  position: relative;
  height: 28px;
  display: block;
  width: 36px;
  margin: 0 auto;
  margin-top: 3px;
}
#spheader ul li .btn_sitemap .ic .menu_line {
  background: #fff;
  height: 3px;
  width: 36px;
  position: absolute;
  left: 0;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
#spheader ul li .btn_sitemap .ic .menu_line.line01 {
  top: 0;
}
#spheader ul li .btn_sitemap .ic .menu_line.line02 {
  top: 12px;
}
#spheader ul li .btn_sitemap .ic .menu_line.line03 {
  top: 24px;
}
#spheader ul li .btn_sitemap p {
  margin-top: 5px;
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: 93%;
  line-height: 16px;
}
#spheader ul li .btn_sitemap.active .ic .menu_line.line01 {
  top: 12px;
}
#spheader ul li .btn_sitemap.active .ic .menu_line.line03 {
  top: 12px;
}
#spheader ul li .btn_search {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  background: #474747;
  width: 70px;
  height: 70px;
}
#spheader ul li .btn_search img {
  height: 30px;
  width: auto;
}
#spheader ul li .btn_search p {
  margin-top: 5px;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 93%;
  line-height: 16px;
}

/* -----------------------------------------------------------
	.con_topicpath
----------------------------------------------------------- */
.con_topicpatch {
  margin-top: 15px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_topicpatch {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_topicpatch {
    margin-bottom: 20px;
  }
}
.con_topicpatch ul {
  float: right;
  overflow: hidden;
}
.con_topicpatch ul li {
	float: left;
	margin-left: 1em;
	font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .con_topicpatch ul li {
    margin-left: 0.5em;
    font-size: 85%;
  }
}
.con_topicpatch ul li i {
  margin-right: 1em;
}
@media only screen and (max-width: 767px) {
  .con_topicpatch ul li i {
    margin-right: 0.5em;
  }
}

/* -----------------------------------------------------------
	.con_search
----------------------------------------------------------- */
.con_search {
  max-width: 1345px;
  margin: 0 auto;
  background: url(../images/common/bg_line_shadow.png) center bottom no-repeat;
  padding-bottom: 11px;
  margin-top: -15px;
  position: relative;
  z-index: 5;
}
.con_search.fixed {
  position: fixed;
  width: 100%;
  bottom: -77px;
  left: 0;
  z-index: 6;
  padding-bottom: 0;
  margin: 0;
  width: 100%;
  background: url(../images/common/bg_search.png);
  max-width: none;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.con_search.fixed .inner {
  max-width: 1345px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .con_search {
    display: none;
  }
}
.con_search .inner {
  width: 100%;
  background: url(../images/common/bg_search.png);
  display: table;
}
.con_search .inner > * {
  display: table-cell;
  vertical-align: top;
}
.con_search .inner h3 {
  font-size: 124%;
  color: #fff;
  background: #394a70;
  font-weight: normal;
  padding: 0 15px;
  width: 11%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  vertical-align: middle !important;
}
@media only screen and (max-width: 1345px) {
  .con_search .inner h3 {
    font-size: 108%;
    display: none;
  }
}
@media print {
  .con_search .inner h3 {
    font-size: 108%;
    display: none;
  }
}
.ie8 .con_search .inner h3 {
  font-size: 108%;
  display: none;
}
.con_search .inner .box_form {
  width: 56%;
  background: #fff;
}
@media only screen and (max-width: 1345px) {
  .con_search .inner .box_form {
    width: 60%;
  }
}
@media print {
  .con_search .inner .box_form {
    width: 60%;
  }
}
.ie8 .con_search .inner .box_form {
  width: 60%;
}
.con_search .inner .box_form form {
  display: block;
}
.con_search .inner .box_form ul {
  width: 80%;
  display: inline-block;
  vertical-align: top;
}
.con_search .inner .box_form ul li {
  height: 75px;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #e3e3e3;
  position: relative;
}
.con_search .inner .box_form ul li input {
  height: 100%;
  width: 100%;
}
.con_search .inner .box_form ul li select {
  width: 100%;
}
.con_search .inner .box_form ul li select option {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
.con_search .inner .box_form ul li input[type="text"] {
  border: none;
}
.con_search .inner .box_form ul li.check {
  width: 26%;
}
@media only screen and (max-width: 1345px) {
  .con_search .inner .box_form ul li.check {
    width: 28%;
  }
}
@media print {
  .con_search .inner .box_form ul li.check {
    width: 28%;
  }
}
.ie8 .con_search .inner .box_form ul li.check {
  width: 28%;
}
.con_search .inner .box_form ul li.check:before {
  content: " ";
  display: block;
  width: 13px;
  height: 14px;
  background: url(../images/common/ic_form_cal.png) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  left: 8%;
  margin-top: -7px;
}
.con_search .inner .box_form ul li.check input {
  padding-left: 22%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
.con_search .inner .box_form ul li.check label {
  position: absolute;
  top: 50%;
  margin-top: -0.7em;
  left: 22%;
  background: #fff;
}
.con_search .inner .box_form ul li.person {
  width: 25%;
}
.con_search .inner .box_form ul li.room {
  width: 15%;
}
@media only screen and (max-width: 1345px) {
  .con_search .inner .box_form ul li.room {
    width: 15%;
  }
}
@media print {
  .con_search .inner .box_form ul li.room {
    width: 15%;
  }
}
.ie8 .con_search .inner .box_form ul li.room {
  width: 15%;
}
.con_search .inner .box_form ul li.room:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 10%;
  top: 50%;
  margin-top: -0.7em;
}
.con_search .inner .box_form ul li .cs {
  height: 100%;
  vertical-align: top;
  padding-left: 10%;
}
.con_search .inner .box_form ul li .cs .customSelectInner {
  vertical-align: top;
  height: 100%;
  line-height: 75px;
}
.con_search .inner .box_form .btn_submit {
  display: inline-block;
  vertical-align: top;
  width: 19%;
  padding: 10px;
  height: 75px;
  overflow: hidden;
}
.con_search .inner .box_form .btn_submit button {
  cursor: pointer;
  background: #2d2d2d;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 116%;
  height: 100%;
  line-height: 55px;
  border: none;
  width: 100%;
  text-align: center;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.con_search .inner .box_form .btn_submit button:hover {
  background: #575757;
}
@media only screen and (max-width: 1345px) {
  .con_search .inner .box_form .btn_submit button {
    font-size: 100%;
  }
}
@media print {
  .con_search .inner .box_form .btn_submit button {
    font-size: 100%;
  }
}
.ie8 .con_search .inner .box_form .btn_submit button {
  font-size: 100%;
}
.con_search .inner .box_form .btn_submit button i {
  margin-left: 0.5em;
}
.con_search .inner .box_plan {
  width: 24%;
  padding: 10px 0;
}
@media only screen and (max-width: 1345px) {
  .con_search .inner .box_plan {
    width: 29%;
  }
}
@media print {
  .con_search .inner .box_plan {
    width: 29%;
  }
}
.ie8 .con_search .inner .box_plan {
  width: 29%;
}
.con_search .inner .box_plan ul {
  overflow: hidden;
}
.con_search .inner .box_plan ul li {
  padding: 0 5px;
  float: left;
  width: 50%;
}
.con_search .inner .box_plan ul li a {
  display: block;
  font-size: 116%;
  color: #fff;
  width: 100%;
  line-height: 55px;
  text-decoration: none;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
@media only screen and (max-width: 1345px) {
  .con_search .inner .box_plan ul li a {
    font-size: 100%;
  }
}
@media print {
  .con_search .inner .box_plan ul li a {
    font-size: 100%;
  }
}
.ie8 .con_search .inner .box_plan ul li a {
  font-size: 100%;
}
.con_search .inner .box_plan ul li.btn_plan a {
  background: #2d2e61;
}
.con_search .inner .box_plan ul li.btn_plan a span {
  display: inline-block;
  padding-left: 26px;
  background: url(../images/common/ic_tag.png) 0 center no-repeat;
}
.con_search .inner .box_plan ul li.btn_plan a:hover {
  background: #767798;
}
.con_search .inner .box_plan ul li.btn_cal a {
  background: #826b91;
}
.con_search .inner .box_plan ul li.btn_cal a span {
  display: inline-block;
  padding-left: 26px;
  background: url(../images/common/ic_cal.png) 0 center no-repeat;
}
.con_search .inner .box_plan ul li.btn_cal a:hover {
  background: #abacc6;
}
.con_search .inner .box_menu {
  width: 9%;
  padding-left: 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 1345px) {
  .con_search .inner .box_menu {
    width: 11%;
  }
}
@media print {
  .con_search .inner .box_menu {
    width: 11%;
  }
}
.ie8 .con_search .inner .box_menu {
  width: 11%;
}
.con_search .inner .box_menu ul {
  overflow: hidden;
}
.con_search .inner .box_menu ul li a {
  text-decoration: none;
}
.con_search .inner .box_menu ul li a:hover {
  text-decoration: none;
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title {
  background: url(../images/common/bg_title_purple.png);
  display: table;
  width: 100%;
}
.con_title .inner {
	background: url(../images/common/bg_title.png) center center no-repeat;
	height: 120px;
	display: table-cell;
	vertical-align: middle;
}
@media only screen and (max-width: 1024px) {
  .con_title .inner {
    background-position: right center;
  }
}
@media only screen and (max-width: 767px) {
  .con_title .inner {
    height: 75px;
    background-size: auto 240%;
  }
}
.con_title h2 {
	padding-top: 28px;
	height: 0;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .con_title h2 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_title h2 {
    padding-top: 0 !important;
    height: auto;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
    font-weight: normal;
    font-size: 139%;
    background: none !important;
    color: #fff;
  }
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  margin-top: 120px;
  background: url(../images/footer/bg_border_shadow.png) 0 0 repeat-x;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  #footer {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    margin-top: 80px;
    padding-bottom: 55px;
  }
}
#footer .con_footer {
  background: url(../images/footer/bg_border_shadow.png) 0 bottom repeat-x;
  padding: 5px 0 40px;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer {
    padding: 20px 0;
    padding-bottom: 35px;
  }
}
#footer .con_footer .box_submenu {
  text-align: center;
  padding-bottom: 15px;
  background: url(../images/footer/bg_border_shadow.png) 0 bottom repeat-x;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_footer .box_submenu {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_submenu {
    margin-bottom: 20px;
  }
}
#footer .con_footer .box_submenu .submenu {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_submenu .submenu {
    text-align: left;
  }
}
#footer .con_footer .box_submenu .submenu li {
  display: inline-block;
  margin: 10px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_footer .box_submenu .submenu li {
    margin: 10px 30px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_submenu .submenu li {
    margin: 10px 20px;
  }
}
#footer .con_footer .box_submenu .submenu li a {
  display: inline-block;
  font-size: 116%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  text-decoration: none;
}
.mouse #footer .con_footer .box_submenu .submenu li a:hover, .touch #footer .con_footer .box_submenu .submenu li a.touchstart {
  text-decoration: underline;
}
.touch #footer .con_footer .box_submenu .submenu li a {
  -webkit-tap-highlight-color: transparent;
}
.touch #footer .con_footer .box_submenu .submenu li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#footer .con_footer .con_l {
  float: left;
  width: 50%;
  overflow: hidden;
  padding-top: 10px;
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer .con_l {
    width: 44%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .con_l {
    width: 100%;
    float: none;
  }
}
#footer .con_footer .con_l .logo {
  float: left;
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer .con_l .logo {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .con_l .logo {
    text-align: center;
    margin-right: 0;
  }
  #footer .con_footer .con_l .logo img {
    max-width: 249px;
    width: 60%;
  }
}
#footer .con_footer .con_l .box_address {
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer .con_l .box_address {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .con_l .box_address {
    margin-top: 20px;
  }
}
#footer .con_footer .con_l .box_address h3 {
	font-weight: normal;
	font-size: 1.2rem;
	margin-bottom: 10px;
}
#footer .con_footer .con_r {
  float: right;
  width: 48%;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer .con_r {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .con_r {
    float: none;
    margin-top: 30px;
    width: 100%;
  }
}
#footer .con_footer .con_r .box_access {
  float: left;
  width: 47%;
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer .con_r .box_access {
    float: none;
    width: 100%;
  }
}
#footer .con_footer .con_r .box_access h3 {
	font-weight: 300;
	padding-bottom: 5px;
	border-bottom: 1px solid #8e8e8e;
	margin-bottom: 10px;
	font-family: a-otf-ud-reimin-pr6n, sans-serif;
	font-size: 1.25rem;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .con_r .box_access h3 {
    font-size: 1.25rem;
  }
}
#footer .con_footer .con_r .box_access p {
	line-height: 1.8;
	font-size: 0.95rem;
}
#footer .con_footer .con_r .box_contact {
  float: right;
  width: 45%;
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer .con_r .box_contact {
    float: none;
    width: 100%;
    padding-top: 20px;
  }
}
#footer .con_footer .con_r .box_contact .tel {
	line-height: 1.5em;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .con_r .box_contact .tel {
    text-align: center;
  }
}
#footer .con_footer .con_r .box_contact .tel > * {
	height: 0;
	width: 100%;
	font-weight: normal;
	font-family: a-otf-ud-reimin-pr6n, sans-serif;
	font-size: 1.35rem;
}
@media only screen and (max-width: 1250px) {
  #footer .con_footer .con_r .box_contact .tel > * {
    background-size: contain;
  }
}
@media print {
  #footer .con_footer .con_r .box_contact .tel > * {
    background-size: contain;
  }
}
.ie8 #footer .con_footer .con_r .box_contact .tel > * {
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .con_r .box_contact .tel > * {
    background: none;
    padding-top: 0;
    height: auto;
    
    font-weight: normal;
    font-family: a-otf-ud-reimin-pr6n, sans-serif;
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .con_r .box_contact .repre_tel {
    text-align: center;
    margin-top: 2%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .con_r .box_contact .repre_tel > * {
    font-size: 1.35rem;
    font-weight: normal;
    font-family: a-otf-ud-reimin-pr6n, sans-serif;
    text-decoration: none;
  }
}
#footer .con_footer .con_r .box_contact .btn_contact {
  margin-top: 12px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .con_r .box_contact .btn_contact {
    margin-top: 5px;
  }
}
#footer .con_footer .con_r .box_contact .btn_contact a {
	max-width: 250px;
	display: inline-block;
	width: 100%;
	color: #fff;
	text-decoration: none;
	font-size: 1.15rem;
	padding: 13px 55px 13px 20px;
	position: relative;
	text-align: left;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	background-color: #883858;
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer .con_r .box_contact .btn_contact a {
    font-size: 1.15rem;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .con_r .box_contact .btn_contact a {
    padding: 15px 35px 15px 20px;
  }
}
#footer .con_footer .con_r .box_contact .btn_contact a:after {
  content: " ";
  display: block;
  width: 33px;
  height: 8px;
  background: url(../images/common/ic_arrow_white.png) 0 0 no-repeat;
  right: 25px;
  top: 50%;
  margin-top: -4px;
  position: absolute;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .con_r .box_contact .btn_contact a:after {
    width: 17px;
    height: 4px;
    background-size: cover;
    margin-top: -2px;
    right: 15px;
  }
}
#footer .con_footer .con_r .box_contact .btn_contact a:hover {
  background: #575757;
  color: #fff !important;
}
#footer .con_footer .con_r .box_contact .btn_contact a:hover:after {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .con_r .box_contact .btn_contact a:hover:after {
    right: 10px;
  }
}
#footer .con_group {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  #footer .con_group {
    margin-top: 20px;
  }
}
#footer .con_group h3 {
	font-weight: normal;
	font-family: "Cinzel", serif;
	font-size: 1.5rem;
	letter-spacing: 0.6em;
	margin-bottom: 20px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  #footer .con_group h3 {
    margin-bottom: 15px;
  }
}
#footer .con_group ul {
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #footer .con_group ul {
    display: none;
  }
}
@media only screen and (max-width: 1050px) {
  #footer .con_group ul.first li:first-child {
    margin-left: 9%;
  }
}
@media print {
  #footer .con_group ul.first li:first-child {
    margin-left: 9%;
  }
}
.ie8 #footer .con_group ul.first li:first-child {
  margin-left: 9%;
}
#footer .con_group ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 12px 5px 0 5px;
}
@media only screen and (max-width: 1050px) {
  #footer .con_group ul li {
    width: 14.66666%;
    margin-left: 1%;
    margin-right: 1%;
    display: block;
    float: left;
  }
  #footer .con_group ul li img {
    width: 100%;
  }
}
@media print {
  #footer .con_group ul li {
    width: 14.66666%;
    margin-left: 1%;
    margin-right: 1%;
    display: block;
    float: left;
  }
  #footer .con_group ul li img {
    width: 100%;
  }
}
.ie8 #footer .con_group ul li {
  width: 14.66666%;
  margin-left: 1%;
  margin-right: 1%;
  display: block;
  float: left;
}
.ie8 #footer .con_group ul li img {
  width: 100%;
}
#footer .con_group .box_sp select {
  width: 100%;
}
#footer #copyright {
	text-align: center;
	margin-top: 30px;
	font-size: 0.85rem;
}
@media only screen and (max-width: 767px) {
  #footer #copyright {
    margin-top: 20px;
  }
}

/* -----------------------------------------------------------
	#fix_sitemap
----------------------------------------------------------- */
#fix_sitemap {
	background: #B38F9D;
	width: 100%;
	min-height: 100%;
	z-index: 6;
	padding: 100px 0 80px 0;
	position: absolute;
	display: none;
	top: 0;
	left: 0;
}
@media only screen and (max-width: 767px) {
  #fix_sitemap {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
#fix_sitemap h3 {
  font-weight: normal;
  color: #fff;
  font-size: 193%;
  font-family: "Cinzel", serif;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #fix_sitemap h3 {
    margin-bottom: 20px;
  }
}
#fix_sitemap .box_reservations {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #fix_sitemap .box_reservations {
    margin-bottom: 20px;
  }
}
#fix_sitemap .box_reservations ul {
  text-align: center;
}
#fix_sitemap .box_reservations ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
@media only screen and (max-width: 767px) {
  #fix_sitemap .box_reservations ul li {
    display: block;
    margin: 0;
    margin-top: 10px;
  }
}
#fix_sitemap .box_reservations ul li.btn_plan a {
  width: 380px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  background: #2d2e61;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 139%;
  padding: 20px 65px 20px 55px;
  position: relative;
  text-align: left;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
@media only screen and (max-width: 1024px) {
  #fix_sitemap .box_reservations ul li.btn_plan a {
    font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  #fix_sitemap .box_reservations ul li.btn_plan a {
    font-size: 108%;
    padding: 20px 35px 20px 35px;
  }
}
#fix_sitemap .box_reservations ul li.btn_plan a:before {
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/common/ic_tag.png) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 30px;
}
@media only screen and (max-width: 767px) {
  #fix_sitemap .box_reservations ul li.btn_plan a:before {
    width: 12px;
    height: 12px;
    margin-top: -5px;
    background-size: cover;
    left: 15px;
  }
}
#fix_sitemap .box_reservations ul li.btn_plan a:after {
  content: " ";
  display: block;
  width: 33px;
  height: 8px;
  background: url(../images/common/ic_arrow_white.png) 0 0 no-repeat;
  right: 25px;
  top: 50%;
  margin-top: -4px;
  position: absolute;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
@media only screen and (max-width: 767px) {
  #fix_sitemap .box_reservations ul li.btn_plan a:after {
    width: 17px;
    height: 4px;
    background-size: cover;
    margin-top: -2px;
    right: 15px;
  }
}
#fix_sitemap .box_reservations ul li.btn_plan a:hover {
  background: #883858;
  color: #fff !important;
}
#fix_sitemap .box_reservations ul li.btn_plan a:hover:after {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  #fix_sitemap .box_reservations ul li.btn_plan a:hover:after {
    right: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  #fix_sitemap .box_reservations ul li.btn_plan a {
    width: 310px !important;
  }
}
@media only screen and (max-width: 767px) {
  #fix_sitemap .box_reservations ul li.btn_plan a {
    max-width: 320px;
    width: 100% !important;
  }
}
#fix_sitemap .box_reservations ul li.btn_calendar a {
  width: 380px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  background: #7e7fa8;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 139%;
  padding: 20px 65px 20px 55px;
  position: relative;
  text-align: left;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
@media only screen and (max-width: 1024px) {
  #fix_sitemap .box_reservations ul li.btn_calendar a {
    font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  #fix_sitemap .box_reservations ul li.btn_calendar a {
    font-size: 108%;
    padding: 20px 35px 20px 35px;
  }
}
#fix_sitemap .box_reservations ul li.btn_calendar a:before {
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/common/ic_cal.png) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 30px;
}
@media only screen and (max-width: 767px) {
  #fix_sitemap .box_reservations ul li.btn_calendar a:before {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background-size: cover;
    left: 15px;
  }
}
#fix_sitemap .box_reservations ul li.btn_calendar a:after {
  content: " ";
  display: block;
  width: 33px;
  height: 8px;
  background: url(../images/common/ic_arrow_white.png) 0 0 no-repeat;
  right: 25px;
  top: 50%;
  margin-top: -4px;
  position: absolute;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
@media only screen and (max-width: 767px) {
  #fix_sitemap .box_reservations ul li.btn_calendar a:after {
    width: 17px;
    height: 4px;
    background-size: cover;
    margin-top: -2px;
    right: 15px;
  }
}
#fix_sitemap .box_reservations ul li.btn_calendar a:hover {
  background: #abacc6;
  color: #fff !important;
}
#fix_sitemap .box_reservations ul li.btn_calendar a:hover:after {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  #fix_sitemap .box_reservations ul li.btn_calendar a:hover:after {
    right: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  #fix_sitemap .box_reservations ul li.btn_calendar a {
    width: 310px !important;
  }
}
@media only screen and (max-width: 767px) {
  #fix_sitemap .box_reservations ul li.btn_calendar a {
    max-width: 320px;
    width: 100% !important;
  }
}
#fix_sitemap .wrp_sitemap {
	margin-left: auto;
	overflow: hidden;
	margin-right: auto;
	text-align: center;
	width: 70%;
}
@media only screen and (max-width: 1024px) {
  #fix_sitemap .wrp_sitemap {
	margin-left: auto;
	margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  #fix_sitemap .wrp_sitemap {
	margin-left: auto;
	margin-top: -20px;
	margin-right: auto;
  }
}
#fix_sitemap .wrp_sitemap > ul {
	float: none;
	margin-right: auto;
	margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  #fix_sitemap .wrp_sitemap > ul {
    
    margin-left: 3%;
  }
}
@media only screen and (max-width: 767px) {
  #fix_sitemap .wrp_sitemap > ul {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
#fix_sitemap .wrp_sitemap > ul li {
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  #fix_sitemap .wrp_sitemap > ul li {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #fix_sitemap .wrp_sitemap > ul li {
    margin-top: 10px;
  }
}
#fix_sitemap .wrp_sitemap > ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  border-bottom: 1px dotted #fff;
  padding: 0 0 10px 10px;
  position: relative;
  font-size: 124%;
}
#fix_sitemap .wrp_sitemap > ul li a span {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#fix_sitemap .wrp_sitemap > ul li a:hover span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media only screen and (max-width: 1024px) {
  #fix_sitemap .wrp_sitemap > ul li a {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  #fix_sitemap .wrp_sitemap > ul li a {
    font-size: 100%;
  }
}
#fix_sitemap .wrp_sitemap > ul li ul li a {
  padding-left: 30px;
}
#fix_sitemap .wrp_sitemap > ul li ul li a:after {
  content: " ";
  width: 11px;
  height: 13px;
  border-left: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -13px;
}

.btn_sitemap {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	background: #883858;
	padding: 20px 20px 10px 20px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}
.btn_sitemap:hover {
	background-color: #883858;
}
@media only screen and (max-width: 767px) {
  .btn_sitemap {
    display: none;
  }
}
.btn_sitemap .ic {
  position: relative;
  height: 33px;
  display: inline-block;
  width: 52px;
}
.btn_sitemap .ic .menu_line {
  background: #fff;
  height: 3px;
  width: 52px;
  position: absolute;
  left: 0;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
.btn_sitemap .ic .menu_line.line01 {
  top: 0;
}
.btn_sitemap .ic .menu_line.line02 {
  top: 15px;
}
.btn_sitemap .ic .menu_line.line03 {
  top: 30px;
}
.btn_sitemap p {
  margin-top: 5px;
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: 139%;
}
.btn_sitemap.active {
  position: absolute;
  background: #883858;
}
.btn_sitemap.active .ic .menu_line.line01 {
  top: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.btn_sitemap.active .ic .menu_line.line02 {
  opacity: 0;
}
.btn_sitemap.active .ic .menu_line.line03 {
  top: 15px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/* -----------------------------------------------------------
	#btn_ptop
----------------------------------------------------------- */
#btn_ptop {
	position: fixed;
	z-index: 997;
	right: 20px;
	bottom: 5px;
	display: none;
}
@media only screen and (max-width: 1024px) {
  #btn_ptop {
    bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #btn_ptop {
    right: 10px;
    bottom: 10px;
  }
}
#btn_ptop a {
  display: block;
  width: 64px;
  padding-top: 64px;
  height: 0;
  overflow: hidden;
  background: url(../images/common/btn_ptop.png) center center no-repeat;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
@media only screen and (max-width: 767px) {
  #btn_ptop a {
    width: 40px;
    padding-top: 40px;
    background-size: cover;
  }
}
#btn_ptop a:hover {
  background: url(../images/common/btn_ptop_o.png) center center no-repeat;
}
@media only screen and (max-width: 767px) {
  #btn_ptop a:hover {
    width: 40px;
    padding-top: 40px;
    background-size: cover;
  }
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_primary {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #b3b3b3;
	width: 100%;
	font-size: 1.1rem;
}
table.tbl_primary tr th, table.tbl_primary tr td {
	border-bottom: 1px solid #b3b3b3;
	padding: 15px 25px;
	font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  table.tbl_primary tr th, table.tbl_primary tr td {
    font-size: 100%;
    display: block;
    padding: 15px 10px;
  }
}
table.tbl_primary tr th {
	font-weight: normal;
	background: #f0f0eb;
	font-size: 1.1rem;
}

table.tbl_secondary {
  border-collapse: separate;
  border-spacing: 3px;
  width: 100%;
}
table.tbl_secondary tr th, table.tbl_secondary tr td {
  padding: 12px 25px;
  
}
@media only screen and (max-width: 767px) {
  table.tbl_secondary tr th, table.tbl_secondary tr td {
   
    display: block;
    padding: 15px 10px;
  }
}
table.tbl_secondary tr th {
  font-weight: normal;
  border-bottom: 1px solid #b3b3b3;
}
@media only screen and (max-width: 767px) {
  table.tbl_secondary tr th {
    background: #f0f0eb;
  }
}
table.tbl_secondary tr td {
  border-bottom: 1px dotted #363636;
}
table.tbl_secondary tr:first-child th {
  border-top: 1px solid #b3b3b3;
}
@media only screen and (max-width: 767px) {
  table.tbl_secondary tr:first-child th {
    border-top: 1px dotted #363636;
  }
}
table.tbl_secondary tr:first-child td {
  border-top: 1px dotted #363636;
}
@media only screen and (max-width: 767px) {
  table.tbl_secondary tr:first-child td {
    border-top: none;
  }
}

table.tbl_tertiary {
  border-collapse: collapse;
  border-spacing: 0;
}
table.tbl_tertiary tr th, table.tbl_tertiary tr td {
	border-bottom: 1px dotted #363636;
	border-top: 1px dotted #363636;
	padding: 10px 25px;
	font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  table.tbl_tertiary tr th, table.tbl_tertiary tr td {
    padding: 10px;
  }
}
table.tbl_tertiary tr th {
	font-weight: normal;
	font-size: 1.1rem;
}
table.tbl_tertiary tr th.high {
  background: url(../images/common/bg_yellow.jpg);
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 1.1rem;
  text-align: center;
  border: none;
}
@media only screen and (max-width: 1024px) {
  table.tbl_tertiary tr th.high {
    
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_tertiary tr th.high {
    
  }
}

/* -----------------------------------------------------------
	slick
----------------------------------------------------------- */
.slick-list {
  position: relative;
  z-index: 1;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .slick-dots {
    bottom: 15px;
  }
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 14px;
  height: 25px;
}
@media only screen and (max-width: 767px) {
  .slick-dots li {
    height: 20px;
    margin: 0 7px;
  }
}
.slick-dots li button {
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #826b91;
  border: 1px solid #8f91bd;
}
@media only screen and (max-width: 767px) {
  .slick-dots li button {
    width: 20px;
    height: 20px;
  }
}
.slick-dots li.slick-active button {
  background: #fff;
  box-shadow: inset 0px 0px 5px 0px #3878A7;
  -webkit-box-shadow: inset 0px 0px 5px 0px #3878A7;
  -moz-box-shadow: inset 0px 0px 5px 0px #3878A7;
  -o-box-shadow: inset 0px 0px 5px 0px #3878A7;
  border: none;
}

.slick-arrow {
  width: 64px;
  padding-top: 14px;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  border: none;
  z-index: 10;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .slick-arrow {
    width: 34px;
    padding-top: 8px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    background-size: cover !important;
  }
}
.slick-arrow.slick-prev {
  left: -100px;
  background: url(../images/common/btn_direction.png) 0 center no-repeat;
}
@media only screen and (max-width: 1460px) {
  .slick-arrow.slick-prev {
    left: 20px;
  }
}
@media print {
  .slick-arrow.slick-prev {
    left: 20px;
  }
}
.ie8 .slick-arrow.slick-prev {
  left: 20px;
}
@media only screen and (max-width: 767px) {
  .slick-arrow.slick-prev {
    left: 10px;
  }
}
.slick-arrow.slick-next {
  right: -100px;
  background: url(../images/common/btn_direction.png) right center no-repeat;
}
@media only screen and (max-width: 1460px) {
  .slick-arrow.slick-next {
    right: 20px;
  }
}
@media print {
  .slick-arrow.slick-next {
    right: 20px;
  }
}
.ie8 .slick-arrow.slick-next {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .slick-arrow.slick-next {
    right: 10px;
  }
}

/* -----------------------------------------------------------
	.box_pagenav
----------------------------------------------------------- */
.box_pagenav {
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .box_pagenav {
    margin-bottom: 30px;
  }
}
.box_pagenav ul {
  text-align: center;
}
@media only screen and (max-width: 1260px) {
  .box_pagenav ul {
    display: table;
    margin: 0 auto;
    width: 100%;
  }
}
@media print {
  .box_pagenav ul {
    display: table;
    margin: 0 auto;
    width: 100%;
  }
}
.ie8 .box_pagenav ul {
  display: table;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .box_pagenav ul {
    display: block;
    margin: 0;
    margin-top: -30px;
  }
}
.box_pagenav ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 2%;
  text-align: center;
}
@media only screen and (max-width: 1260px) {
  .box_pagenav ul li {
    display: table-cell;
    margin: 0;
    padding: 0 1%;
  }
}
@media print {
  .box_pagenav ul li {
    display: table-cell;
    margin: 0;
    padding: 0 1%;
  }
}
.ie8 .box_pagenav ul li {
  display: table-cell;
  margin: 0;
  padding: 0 1%;
}
@media only screen and (max-width: 1024px) {
  .box_pagenav ul li {
    width: 23%;
    float: left;
    display: inline-block;
    margin: 0 1%;
    padding: 0;
    margin-top: 30px;
  }
}
.box_pagenav ul li a {
	font-family: a-otf-ud-reimin-pr6n, sans-serif;
	;
	display: inline-block;
	position: relative;
	text-decoration: none;
	text-align: center;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
@media only screen and (max-width: 1260px) {
  .box_pagenav ul li a {
	font-size: 1.1rem;
  }
}
@media print {
  .box_pagenav ul li a {
    font-size: 108%;
  }
}
.ie8 .box_pagenav ul li a {
  font-size: 1.1rem;
}
@media only screen and (max-width: 1024px) {
  .box_pagenav ul li a {
    font-size: 1.1rem;
  }
}
.box_pagenav ul li a:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #394a70;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transform: scaleX(0);
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
.box_pagenav ul li a:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  content: "\f107";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  bottom: -1.5em;
  width: 100%;
  text-align: center;
  left: 0;
}
.box_pagenav ul li a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  transform: scaleX(1);
}
.box_pagenav ul li a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.box_pagenav .box_sp select {
	width: 100%;
	height: 50px;
	font-size: 1.15rem;
}

/* -----------------------------------------------------------
	.con_fonav		館内施設　フッターナビ
----------------------------------------------------------- */
.con_fonav .box_sp select {
  width: 100%;
  height: 50px;
}

