@charset "UTF-8";

/*html, body,*/ div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/*body {
  font-size: 13px;
  line-height: 1.8;
}*/


ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*html {
  font-size: 13px;
}*/

/*body {
  position: relative;
  font-size: 13px;
  line-height: 1.6;
  font-family: YuGothic, "游ゴシック", Meiryo, sans-serif;
  color: #333333;
  width: 100%;
  min-width: 980px;
  background-image: url(../../cmn/images/body_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-text-size-adjust: 100%;
}*/

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  color: #ae2353;
}

a.alpha:hover img {
     filter: alpha(opacity=80);
     -moz-opacity:0.8;
     opacity:0.8;
}

.pc-hide {
	display: none;
}
.sp-hide {
	display: inherit;
}

body.smp .pc-hide {
	display: inherit;
}
body.smp .sp-hide {
	display: none;
}
body .pc {	display: block;}
body .smp {	display: none;}
body.smp .pc {	display: none;}
body.smp .smp {	display: block;} 

/* #slide - 右から左にスライドして動くアニメーション */
@keyframes slide {
  to {
    transform: translate3d(-10px, 0, 0);
  }
}

/* #spin - 1回転するアニメーション */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* ------------------------------
   #globalHeader
------------------------------ */
#globalHeader {
  position: relative;
  height: 69px;
  width: 980px;
  margin: 0 auto;
}

#globalHeader .gh_logo {
  position: absolute;
  top: 0;
  left: -21px;
  width: 310px;
  height: 200px;
  z-index: 500;
}

#globalHeader .gh_facebook {
  position: absolute;
  top: 29px;
  left: 294px;
  width: 183px;
  overflow: hidden;
}

#globalHeader .gh_facebook .gh_fbHeading {
  float: left;
  width: 79px;
}
#globalHeader .gh_facebook .gh_lineHeading {
  float: left;
  width: 48px;
}

#globalHeader .gh_facebook .gh_fbList > li {
  float: left;
  width: 27px;
}

#globalHeader .gh_sns {
  position: absolute;
  top: 25px;
  left: 300px;
  width: 140px;
}
#globalHeader .gh_japanican {
  position: absolute;
  top: 25px;
  left: 460px;
  width: 140px;
}

#globalHeader .gh_japanican .gh_jcanList {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  padding-top: 24px;
  cursor: pointer;
  overflow: hidden;
  -moz-transition-property: height;
  -webkit-transition-property: height;
  -o-transition-property: height;
  -ms-transition-property: height;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  z-index: 510;
}

#globalHeader .gh_japanican .gh_jcanList:hover {
  height: 150px;
}

#globalHeader .gh_japanican .gh_jcanList > li > a {
  display: block;
  height: 24px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 24px;
  background: #fff0ef;
  border-bottom: solid 1px #dddddd;
  overflow: hidden;
}

#globalHeader .gh_japanican .gh_jcanList > li > a:hover {
  background: #e8aca8;
}

#globalHeader .gh_tel {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 380px;
}
#globalHeader .gh_group {
	display: none;
}

/* ------------------------------
   #headerContent
------------------------------ */
#headerContent {
  height: 220px;
  overflow: hidden;
  background: url(../../cmn/images/hc_bg.png);
}

#headerContent .hc_nav {
  float: left;
  width: 721px;
  height: 220px;
  background-image: url(../../cmn/images/hc_nav.jpg);
}

#headerContent li.hc_navItem {
  float: left;
  width: 90px;
}

#headerContent li.hc_navItem#hnav_plan {
  position: relative;
  width: 91px;
}

#headerContent li.hc_navItem#hnav_plan:before {
  position: absolute;
  display: block;
  content: url(../../cmn/images/hc_ico_reserve.png);
  top: 5px;
  left: -24px;
  width: 40px;
  height: 180px;
  z-index: 100;
}

#headerContent li.hc_navItem > a {
  display: block;
  position: relative;
  height: 220px;
  overflow: hidden;
  text-indent: -9999px;
}

#headerContent li.hc_navItem > a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-image: url(../../cmn/images/hc_nav.jpg);
  -moz-transition-property: height;
  -webkit-transition-property: height;
  -o-transition-property: height;
  -ms-transition-property: height;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
}

#headerContent li.hc_navItem > a:hover:before {
  height: 220px;
}

#headerContent li.hc_navItem.is-active > a:before {
  height: 220px;
  cursor: default;
}

#headerContent #hnav_plan a:before {
  background-position: 0 bottom;
}

#headerContent #hnav_room a:before {
  background-position: -91px bottom;
}

#headerContent #hnav_bath a:before {
  background-position: -181px bottom;
}

#headerContent #hnav_cusine a:before {
  background-position: -271px bottom;
}

#headerContent #hnav_facility a:before {
  background-position: -361px bottom;
}

#headerContent #hnav_activity a:before {
  background-position: -451px bottom;
}

#headerContent #hnav_group a:before {
  background-position: -541px bottom;
}

#headerContent #hnav_access a:before {
  background-position: -631px bottom;
}

#headerContent #hc_sub {
  float: left;
  width: 259px;
  height: 220px;
  overflow: hidden;
	background-color: #fff;
  /*background: #FFF url(../images/hc_bg_sub.gif) no-repeat center bottom;*/
}

#headerContent #hc_sub .hc_subReserve {
   padding-top: 16px;
   margin-bottom: 0px;
  text-align: center;
}

#headerContent #hc_sub .hc_subGroup {
  padding-top: 0px;
  margin-bottom: 4px;
  text-align: center;
}
#headerContent #hc_sub .hc_subPro100 {
  padding-top: 0px;
  text-align: left;
	font-size: 11px;
	width: 218px;
	margin: 0 auto 4px auto;
}
#headerContent #hc_sub .hc_subPersonal {
  width:206px;
  padding-left: 26px;
  margin-bottom: 9px;
}
#headerContent .activityplan {
	text-align: center;
}
#headerContent .activityplan h3 {
	margin-top: 0.7em;
	margin-bottom: 0.3em;
	text-align: center;
}
#headerContent .activityplan ul {
}


/* ------------------------------
   #floatHeader
------------------------------ */
#floatHeader {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 140px;
  line-height: 0;
  overflow: hidden;
  background: url(../../cmn/images/fh_bg.png);
	background-color: aqua;
  z-index: 600;
}

#floatHeader .fh_inner {
  width: 980px;
  margin: 0 auto;
}

#floatHeader .fh_logo {
  float: left;
  width: 140px;
}

#floatHeader .fh_tel {
  float: right;
  width: 605px;
  margin-top: 25px;
  margin-bottom: 15px;
}

#floatHeader .fh_nav {
  clear: both;
  overflow: hidden;
}

#floatHeader .fh_navItem {
  width: auto;
  float: left;
}

/* ------------------------------
   #湯郷美彩
------------------------------ */

#toPageTop {
	width: 160px;
	height: 120px;
	position: fixed;
	bottom: 0px;
	right: 10px;
	-moz-transition-property: bottom;
	-webkit-transition-property: bottom;
	-ms-transition-property: bottom;
	transition-property: bottom;

	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	z-index: 10000;
}

#toPageTop.is-show {
	bottom: 170px;
}

#toPageTop a {
	position: relative;
	display: block;
	overflow: hidden;
	opacity: 1;
	filter: alpha(opacity=1);
	-ms-filter: "alpha( opacity=100 )";
}

#toPageTop a:hover {
	bottom: 80px;
}

/* ------------------------------
   #floatFooter
------------------------------ */
#floatFooter {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 140px;
  line-height: 0;
  overflow: hidden;
background: url(/cmn/images/bg_yb.gif);	
  z-index: 11000;
}
#floatFooter .ff_inner {
  width: 980px;
	height: 70px;
  margin: 0 auto;
	overflow: hidden;
}


#floatFooter .ff_first {
	height: 70px;
}
#floatFooter .ff_first .ff_inner .ff_logo {
	width: 180px;
	float: left;
	line-height: 70px;
}

#floatFooter .ff_first .ff_inner .ff_nav {
	float: left;
}
#floatFooter .ff_nav li {
	display: inline-block;
	line-height: 70px;
	font-size: 15px;
	margin-right: 2.5em;
}


#floatFooter .ff_sec {
	height: 70px;
	line-height: 70px;
	background-color: #333;
	color: #fff;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	color: black;
}


/*
#floatFooter .gh_japanican {
	float: right;
  position: absolute;
  bottom: 25px;
  right: 382px;
  width: 140px;
}

#floatFooter .gh_japanican .gh_jcanList {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  padding-top: 24px;
  cursor: pointer;
  overflow: hidden;
  -moz-transition-property: height;
  -webkit-transition-property: height;
  -o-transition-property: height;
  -ms-transition-property: height;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  z-index: 1200;
}

#floatFooter .gh_japanican .gh_jcanList:hover {
  height: 130px;
}

#floatFooter .gh_japanican .gh_jcanList > li > a {
  display: block;
  height: 24px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 24px;
  background: #fff0ef;
  border-bottom: solid 1px #dddddd;
  overflow: hidden;
}

#floatFooter .gh_japanican .gh_jcanList > li > a:hover {
  background: #e8aca8;
}
*/

#search_489ban{
	color: #fff;
	width: 520px;
	float:left;
}
#search_489ban dl{ display: inline-table; margin: 0 0 5px; /*width: 100%;*/}
#search_489ban dt,
#search_489ban dd{ margin: 0; padding: 0; display: table-cell; vertical-align: top;}
#search_489ban dt{ width: 60px; font-size: 16px; font-weight: bold;}
#search_489ban dd{ }
 
#search_489ban dd span,
#search_489ban label,
#search_489ban input,
#search_489ban select{ display: inline-block; margin: 2px 2px 5px;}
 
#search_489ban input{
	padding: 5px 10px;
	border: 1px solid #949494;
	box-sizing: border-box;
}
#search_489ban dd > input {
    width: 185px;
    /*background: url(/cmn/images/icon_cal1.png)no-repeat right 10px center #fff;*/
}
#search_489ban select {
	width: 90px;
	height: 30px;
	margin: 0 0 0 1px;
	padding: 0 10px;
	border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #949494;
	background: url(/cmn/images/search_arrow.png)no-repeat right 3px center #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}
#search_489ban ul{}
#search_489ban li{ margin-bottom: 3px; list-style: none; display: inline-block;}
 
#search_489ban dl {
	width: 340px;
	float: left;
}
#search_489ban .inbox_489ban {
	width: 90px;
	float: left;
}
#search_489ban .inbox_489ban dt {
	display: none;
}
#search_489ban button{
    display: inline-block; margin: 10px 0; padding: 5px 1em;
     box-sizing: border-box;
	cursor: pointer;
	background-color: #ae2353;
	color: #fff;;
	border: none;
}

#search_489ban .inbox_489ban{ /*clear: both;*/ }
#search_489ban .inbox_489ban:after {
    clear: both; content: "."; display: block;
    height: 0; font-size: 0; visibility: hidden;
}
 
#search_489ban .stay_489ban,
#search_489ban .room_489ban,
#search_489ban .person_489ban{ width: 50%; float: left;}
 
#search_489ban .stay_489ban dt,
#search_489ban .room_489ban dt,
#search_489ban .person_489ban dt{ width: auto;}
 
#search_489ban .child_489ban{
    border-bottom: 1px dotted #dedede;
}
#search_489ban .child_489ban:first-of-type{
    padding: 5px 0 0;
    border-top: 1px dotted #dedede;
}
#search_489ban .child_489ban:last-of-type{
    margin: 0 0 10px; padding: 0 0 5px;
}
#search_489ban .child_489ban dt{ width: auto;}
#search_489ban .child_489ban dd{ width: 70px; vertical-align: middle;}
#search_489ban .child_489ban dt span{ display: block; font-size: 12px;}
 
#search_489ban .price_489ban dt{ width: 65px;}
#search_489ban .price_489ban div{ display: inline-block;}
#search_489ban .price_489ban span{ font-size: 12px;}
 
#search_489ban .tag_489ban,
#search_489ban .tag_489ban dt,
#search_489ban .tag_489ban dd{ width: 100%; display: block;}
 
#search_489ban .tag_489ban .tag_mode_489ban{ font-size: 13px;}

#floatFooter  .ff_btn {
	color: #fff;
	width: 270px;
	float:left;
}
#floatFooter  .ff_btn a {
	display: inline;
	background-color: #fff;
	border: 1px solid #ae2353;
	padding: 7px 1em;
	font-weight: bold;
	
}
#floatFooter  .ff_btn2 {
	color: #fff;
	width: 190px;
	float:left;
}
#floatFooter  .ff_btn2 a {
	display: inline;
	background-color: #fff;
	border: 1px solid #ae2353;
	padding: 7px 1em;
	font-weight: bold;
	
}
#floatFooter  .ff_btn2 a img {
	width: auto;
	height: 1em;
}
#floatFooter  .ff_tel{
	color: #fff;
	width: 180px;
	float:left;
	font-size: 24px;
}

#floatFooter  .ff_tel span.small{
	font-size: 11px;
}


/* ------------------------------
   #floatReserve
------------------------------ */

#floatReserve {
	position: fixed;
	left: 0;
	top: 180px;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.4);
	z-index: 12000;
	height: 255px;
}

/* ------------------------------
   #globalFooter
------------------------------ */
#globalFooter {
	margin-bottom: 140px;
}
#globalFooter .gf_body {
  padding-bottom: 15px;
  background: #ffedf1;
  overflow: hidden;
  border-bottom: solid 1px #ddd;
}

#globalFooter .gf_logo {
  float: left;
  margin-right: 20px;
  padding-top: 25px;
  width: 175px;
}

#globalFooter .gf_info {
  float: left;
  padding-top: 25px;
  width: 270px;
}

#globalFooter .gf_info .gf_infoHeading {
  font-size: 14px;
  font-weight: bold;
}

#globalFooter .gf_info .gf_infoText > p {
  font-size: 12px;
  margin-top: 4px;
}

#globalFooter .gf_sitemap {
  float: left;
  padding-top: 25px;
  margin-left: 40px;
  width: 360px;
  overflow: hidden;
}

#globalFooter .gf_sitemapList {
  float: left;
  margin-right: 20px;
  width: 100px;
}

#globalFooter .gf_sitemapList:last-child {
  width: 120px;
  margin-right: 0;
}

#globalFooter .gf_sitemapList > li {
  margin-bottom: 6px;
}

#globalFooter .gf_foot {
  margin: 0 auto;
  width: 978px;
  height: 66px;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  overflow: hidden;
}

#globalFooter .gf_relation {
  float: left;
  width: 560px;
  overflow: hidden;
}

#globalFooter .gf_relation > li {
  float: left;
  width: 139px;
  border-right: solid 1px #ddd;
}

#globalFooter .gf_copyright {
  display: block;
  float: left;
  width: 368px;
  padding: 25px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  overflow: hidden;
  text-align: center;
  letter-spacing: 0.1em;
}

/* ------------------------------
   #content
------------------------------ */
#content {
  overflow: hidden;
  background: url(../../cmn/images/content_bg.png) repeat center top;
  padding-bottom: 40px;
}

#floatMenu {display: none;}

.noScript {
  padding: 10px;
  height: 20px;
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  background: #ae2353;
}

.pnav {
	 width: 980px;
	 margin: 0 auto;
	 padding: 10px 0 30px 0;
}
.pnav > ul {
  letter-spacing: -.40;
  width: 980px;
  margin: 5px auto 15px auto;
  font-size: 12px;
}

.pnav > ul > li {
  display: inline-block;
  white-space: nowrap;
  letter-spacing: normal;
}

.pnav > ul > li:before {
  display: inline-block;
  content: '';
  width: 20px;
  height: 9px;
  vertical-align: middle;
  background: url(../../cmn/images/pnav_ico.png) no-repeat center center;
  overflow: hidden;
}

.pnav > ul > li:first-child:before {
  display: none;
}

.pnav > ul > li a {
  color: #ba2559;
}

.pnav > ul > li a:hover {
  text-decoration: underline;
}

.lnav {
	 width: 980px;
	 margin: 0 auto;
}
.lnav > ul {
  width: 980px;
	border: 1px solid #ba2559;
	display: flex;
    justify-content: space-between;
}
.lnav > ul > li {
    width: 100%;
	padding: 1.5em 0 1.5em 1.5em;
}
.lnav > ul > li > a {
	border-right: 1px solid #ccc;
	padding-right: 1em;
	text-align: left;
	display: block;
	font-size: 16px;
	position: relative;
}
.lnav > ul > li:last-child > a {
	border: none;
}

.lnav > ul > li > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ba2559;
  border-right: 2px solid #ba2559;
  transform: translateX(-50%) rotate(135deg);
}

.snav {
	 width: 100%;
	 margin: 0;
}
.snav > ul {
  	width: 100%;
	display: flex;
    justify-content: space-between;
}
.snav > ul > li {
    width: 100%;
}
.snav > ul > li > a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 120px 0;
}
.snav > ul > li > a > strong {
	display:  block;
	font-size: 26px;
	margin-bottom: 15px;
	letter-spacing: 3px;
}
.snav > ul > li > a > span {
	display: inline-block;
	border: 1px solid #fff;
	font-size: 16px;
	padding: 9px 25px;
}
.snav a:hover {
	opacity: 0.9;
}
.snav .s-plan a {
	background: linear-gradient(-30deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .4)),  url("/plan/images/plan_heading.jpg") top center no-repeat;
  	background-size: cover;
}
.snav .s-room a {
	background: linear-gradient(-30deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .4)),  url("/room/images/room_heading.png") top center no-repeat;
  	background-size: cover;
}
.snav .s-cuisine a {
	background: linear-gradient(-30deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .4)),  url("/cuisine/images/cuisine_heading.jpg") top center no-repeat;
  	background-size: cover;
}
.snav .s-spa a {
	background: linear-gradient(-30deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .4)),  url("/spa/images/spa_heading.jpg") top center no-repeat;
  	background-size: cover;
}
.snav .s-facility a {
	background: linear-gradient(-30deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .4)),  url("/facility/images/facility_heading.jpg") top center no-repeat;
  	background-size: cover;
}
.snav .s-group a {
	background: linear-gradient(-30deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .4)),  url("/group/images/group_heading.jpg") top center no-repeat;
  	background-size: cover;
}
.snav .s-sightseeing a {
	background: linear-gradient(-30deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .4)),  url("/sightseeing/images/sightseeing_heading.jpg") top center no-repeat;
  	background-size: cover;
}
.snav .s-access a {
	background: linear-gradient(-30deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .4)),  url("/access/images/access_heading.jpg") top center no-repeat;
  	background-size: cover;
}



.totop {
  width: 980px;
  margin: 10px auto;
}

.totop > a {
  margin-left: 810px;
  display: block;
  width: 170px;
  height: 20px;
  background-image: url(../../cmn/images/btn_totop.png);
  text-indent: -9999px;
  overflow: hidden;
}

.totop > a:hover {
  background-position: 0 -20px;
}

.ico-arrow::before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-left: 5px;
  margin-right: 8px;
  width: 6px;
  height: 10px;
  overflow: hidden;
  background-image: url(../../cmn/images/icon_sprite.png);
  background-position: -7px -5px;
}

.ico-outlink::before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-right: 5px;
  width: 14px;
  height: 11px;
  overflow: hidden;
  background-image: url(../../cmn/images/icon_sprite.png);
  background-position: -23px -5px;
}

.ico-outlink-w::before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-right: 5px;
  width: 14px;
  height: 11px;
  overflow: hidden;
  background-image: url(../../cmn/images/icon_sprite.png);
  background-position: -81px -5px;
}

.ico-pdf:before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
  width: 21px;
  height: 11px;
  overflow: hidden;
  background-image: url(../../cmn/images/icon_sprite.png);
  background-position: -40px -5px;
}

.ico-anchor:before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  overflow: hidden;
  background-image: url(../../cmn/images/icon_sprite.png);
  background-position: -64px -4px;
}

@-webkit-keyframes horizontal{
	0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
	6%{-webkit-transform:translate(3px,0);transform:translate(3px,0)}
	12%{-webkit-transform:translate(0,0);transform:translate(0,0)}
	18%{-webkit-transform:translate(3px,0);transform:translate(3px,0)}
	24%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes horizontal{
	0%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}
	6%{-webkit-transform:translate(3px,0);-ms-transform:translate(3px,0);transform:translate(3px,0)}
	12%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}
	18%{-webkit-transform:translate(3px,0);-ms-transform:translate(3px,0);transform:translate(3px,0)}
	24%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}
}
.ico-new {
  	animation: 2s ease 0s normal none infinite running horizontal;
    background: rgba(0, 0, 0, 0) url("../../cmn/images/ico_new.gif") no-repeat scroll 0 0;
    display: inline-block;
    height: 9px;
    margin: 0 0.5em;
    overflow: hidden;
    text-indent: -9999px;
    vertical-align: middle;
    width: 21px;
}
.ico-recommend {
    display: inline-block;
	background: rgba(0, 0, 0, 0) url("../../cmn/images/ico_recommend.png") no-repeat scroll 0 0px;
    height: 14px;
    margin: 0 0.5em 0 0;
    overflow: hidden;
    text-indent: -9999px;
    vertical-align: middle;
    width: 46px;
}

.link-anker {
	display: block;
	width: 100%;
	text-align: center;
	border: 3px solid #ae2353;
	font-weight: bold;
	padding: 0.6em 1em;	
}
.triangle {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  border-top: 10px solid #ae2353;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.button {
  display: inline-block;
}

.button.is-disable {
  opacity: .5;
  cursor: default;
}

.btn-red {
	display: block;
	background-color: #ae2353;
	color: #fff;
	padding: 0.3em 1em;
	text-align: center;
	font-weight: bold;
}
.btn-red:hover {
	background-color: #98103f;
	color: #fff;
}

.btn-purple {
	display: block;
	background-color: #a5833b;
	color: #fff;
	padding: 0.3em 1em;
	text-align: center;
	font-weight: bold;
}
.btn-purple:hover {
	background-color: #977734;
	color: #fff;
}

.color-purple{
  color: #a5833b !important;
}

.pageHeading {
  position: relative;
  width: 100%;
  min-width: 980px;
  height: 250px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.pageHeading > img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -610px;
}

.pageHeadingDoor {
  	background-size: cover;
	height: 450px;
	position: relative;
	letter-spacing: 1px;
}
.sec .pageHeadingDoor {
	height: 250px;
}
.pageHeadingDoor h2 {
	display: block;
	width: 360px;
	height: 120px;
	background-color: #fff;
	padding: 10px 40px;
	text-align: center;
	font-family: "WebSubsetFont";
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -190px;
	margin-top: -70px;
}
.pageHeadingDoor h2 strong {
	display: block;
	margin-top: 10px;
}
.pageHeadingDoor h2.two {
	height: 60px;
	margin-top: -30px;
	padding: 10px 40px 20px 40px;
}
.sec .pageHeadingDoor h2.two {
	font-size: 30px;
}
.pageHeadingDoor h2 span {
	font-size: 14px;
	display: block;
	border-top: 1px solid #111;
	margin-top: 5px;
	padding-top: 15px;
}

.contHeading,
.maincon .contHeading {
	background: transparent url("../../cmn/images/title_base.png") no-repeat left center;
	height: 32px;	
	padding: 0 0 0 41px;
	margin-bottom: 20px;
}

.u-inner {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.u-inner p,
.s-inner p {
	margin-bottom: 0.8em;
}
.u-inner strong,
.s-inner strong {
	font-weight: bold;
}

.notes {
	color: #666;
}

.fr {
	float: right;
	margin: 0 0 20px 20px;
}
.fr0 {
	float: right;
	margin: 0 0 0 20px;
}
.fl {
	float: left;
	margin: 0 20px 20px 0;
}
.fl0 {
	float: left;
	margin: 0 20px 0 0;
}

/* ------------------------------
	text
------------------------------ */
.text-left {
	text-align: left!important;
}

.text-center {
	text-align: center!important;
}

.text-right {
	text-align: right!important;
}

/* ------------------------------
	font-size
------------------------------ */
.font-xs { /* xsmall 12 */
	font-size: 12px;
}

.font-sm { /* small 14 */
	font-size: 14px;
}

.font-md { /* midium 16 */
	font-size: 16px;
}

.font-lg { /* large 18 */
	font-size: 18px;
}

.font-xl { /* xlarge 22 */
	font-size: 22px;
}

/* カラー
---------------------------------*/
.red {
	color: #ae2353;
}
.yellow {
	color: #d0b05d;
}
.pink {
	color: #eda7c8;
}
.blue {
	color: #618fdf;
}
.brown {
	color: #9b6b36;
}
.gray {
	color: #9fa3ac;
}
.green {
	color: #89a747;
}
.purple {
	color: #7255af;
}

.redbg {
	color: #fff;
	background-color: #ae2353;
}
.yellowbg {
	color: #fff;
	background-color: #d0b05d;
}
.pinkbg {
	color: #fff;
	background-color: #eda7c8;
}
.bluebg {
	color: #fff;
	background-color: #618fdf;
}
.brownbg {
	color: #fff;
	background-color: #9b6b36;
}
.graybg {
	color: #fff;
	background-color: #9fa3ac;
}
.greenbg {
	color: #fff;
	background-color: #89a747;
}
.purplebg {
	color: #fff;
	background-color: #7255af;
}

.redbgpale {
	background-color: #efd1d8;
}
.yellowbgpale {
	background-color: #f6eeda;
}
.pinkbgpale {
	background-color: #fbecef;
}
.bluebgpale {
	background-color: #dfe7f4;
}
.brownbgpale {
	background-color: #ecd5d0;
}
.graybgpale {
	background-color: #ecebea;
}
.greenbgpale {
	background-color: #e2eec7;
}
.purplebgpale {	
	background-color: #e3dbea;
}

/* アイコン
---------------------------------*/

.ico-dcircle-red::before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-left: 5px;
  margin-right: 8px;
  width: 14px;
  height: 14px;
  overflow: hidden;
  background-image: url(../../cmn/images/icon_sprite.png);
  background-position: -3px -22px;
}
.ico-dcircle-yellow::before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-left: 5px;
  margin-right: 8px;
  width: 14px;
  height: 14px;
  overflow: hidden;
  background-image: url(../../cmn/images/icon_sprite.png);
  background-position: -23px -22px;
}
.ico-dcircle-s-red::before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-left: 5px;
  margin-right: 8px;
  width: 9px;
  height: 9px;
  overflow: hidden;
  background-image: url(../../cmn/images/icon_sprite.png);
  background-position: -45px -25px;
}
.ico-dcircle-s-yellow::before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-left: 5px;
  margin-right: 8px;
  width: 9px;
  height: 9px;
  overflow: hidden;
  background-image: url(../../cmn/images/icon_sprite.png);
  background-position: -65px -25px;
}
.ico-square-red::before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-left: 5px;
  margin-right: 8px;
  width: 9px;
  height: 9px;
  overflow: hidden;
  background-image: url(../../cmn/images/icon_sprite.png);
  background-position: -5px -49px;
}
.ico-square-yellow::before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-left: 5px;
  margin-right: 8px;
  width: 9px;
  height: 9px;
  overflow: hidden;
  background-image: url(../../cmn/images/icon_sprite.png);
  background-position: -25px -49px;
}
.ico-square-pink::before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-left: 5px;
  margin-right: 8px;
  width: 9px;
  height: 9px;
  overflow: hidden;
  background-image: url(../../cmn/images/icon_sprite.png);
  background-position: -45px -49px;
}
.ico-square-blue::before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-left: 5px;
  margin-right: 8px;
  width: 9px;
  height: 9px;
  overflow: hidden;
  background-image: url(../../cmn/images/icon_sprite.png);
  background-position: -65px -49px;
}
.ico-square-brown::before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-left: 5px;
  margin-right: 8px;
  width: 9px;
  height: 9px;
  overflow: hidden;
  background-image: url(../../cmn/images/icon_sprite.png);
  background-position: -85px -49px;
}
.ico-square-gray::before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-left: 5px;
  margin-right: 8px;
  width: 9px;
  height: 9px;
  overflow: hidden;
  background-image: url(../../cmn/images/icon_sprite.png);
  background-position: -105px -49px;
}

.ico-circle-red::before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-left: 5px;
  margin-right: 8px;
  width: 9px;
  height: 9px;
  overflow: hidden;
  background-image: url(../../cmn/images/icon_sprite.png);
  background-position: -5px -74px;
}
.ico-circle-yellow::before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-left: 5px;
  margin-right: 8px;
  width: 9px;
  height: 9px;
  overflow: hidden;
  background-image: url(../../cmn/images/icon_sprite.png);
  background-position: -25px -74px;
}
.ico-circle-pink::before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-left: 5px;
  margin-right: 8px;
  width: 9px;
  height: 9px;
  overflow: hidden;
  background-image: url(../../cmn/images/icon_sprite.png);
  background-position: -45px -74px;
}
.ico-circle-blue::before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-left: 5px;
  margin-right: 8px;
  width: 9px;
  height: 9px;
  overflow: hidden;
  background-image: url(../../cmn/images/icon_sprite.png);
  background-position: -65px -74px;
}
.ico-circle-brown::before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-left: 5px;
  margin-right: 8px;
  width: 9px;
  height: 9px;
  overflow: hidden;
  background-image: url(../../cmn/images/icon_sprite.png);
  background-position: -85px -74px;
}
.ico-circle-gray::before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-left: 5px;
  margin-right: 8px;
  width: 9px;
  height: 9px;
  overflow: hidden;
  background-image: url(../../cmn/images/icon_sprite.png);
  background-position: -105px -74px;
}
.ind {
	padding-left: 22px;
	text-indent:-22px;
	margin-bottom: 0.5em;
}

/* マージン
---------------------------------*/
.mt0	{ margin-top:0px !important; }
.mt5	{ margin-top:5px !important; }
.mt10	{ margin-top:10px !important; }
.mt15	{ margin-top:15px !important; }
.mt20	{ margin-top:20px !important; }
.mt25	{ margin-top:25px !important; }
.mt30	{ margin-top:30px !important; }

.mr0	{ margin-right:0px !important; }
.mr5	{ margin-right:5px !important; }
.mr10	{ margin-right:10px !important; }
.mr15	{ margin-right:15px !important; }
.mr20	{ margin-right:20px !important; }
.mr25	{ margin-right:25px !important; }
.mr30	{ margin-right:30px !important; }

.mb0	{ margin-bottom:0px !important; }
.mb5	{ margin-bottom:5px !important; }
.mb10	{ margin-bottom:10px !important; }
.mb15	{ margin-bottom:15px !important; }
.mb20	{ margin-bottom:20px !important; }
.mb25	{ margin-bottom:25px !important; }
.mb30	{ margin-bottom:30px !important; }

.ml0	{ margin-left:0px !important; }
.ml5	{ margin-left:5px !important; }
.ml10	{ margin-left:10px !important; }
.ml15	{ margin-left:15px !important; }
.ml20	{ margin-left:20px !important; }
.ml25	{ margin-left:25px !important; }
.ml30	{ margin-left:30px !important; }

/* img
---------------------------------*/
.img-fluid {
	max-width: 100%;
	height: auto;
}
.img-full {
	width: 100%;
	height: auto;
}


/* サブタイトル
---------------------------------*/
.subtitle {
	padding: 0 0 10px 0;
	font-size:18px;
	font-weight: bold;
	font-family: "WebSubsetFont";
}
.s-inner .subtitle {	
	font-size:16px;
}
.subtitle span {
	font-size:14px;
}
.subtitle2 span {
	font-size:12px;
}
.subtitle strong {
	font-size:12px;
	padding: 2px 4px;
	letter-spacing: 1px;
	margin-left: 10px;
	font-weight: normal;
}
.subtitle2 strong {
	font-size:12px;
	color: #fff;
	background-color: #ae2353;
	padding: 2px 4px;
	letter-spacing: 1px;
	margin-left: 10px;
	font-weight: normal;
}
.subtitle::before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-left: 5px;
  margin-right: 8px;
  width: 14px;
  height: 14px;
  overflow: hidden;
  background-image: url(../../cmn/images/icon_sprite.png);
  background-position: -3px -22px;
}

.subtitle2 {
	padding: 0 0 10px 0;
	font-size:16px;
	font-weight: bold;
	font-family: "WebSubsetFont";
}
.s-inner .subtitle2 {	
	font-size:14px;
}
.subtitle span {
	font-size:12px;
}
.subtitle2::before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-left: 5px;
  margin-right: 8px;
  width: 9px;
  height: 9px;
  overflow: hidden;
  background-image: url(../../cmn/images/icon_sprite.png);
  background-position: -5px -49px;
}

.subtitle3 {
	padding: 10px 10px 10px 10px;
	font-size:16px;
	font-weight: bold;
	color: #fff;
	background-color: #ae2353;
	margin-bottom: 5px;
	font-family: "WebSubsetFont";
}
.subtitle3 span {
	font-size:13px;
}
.subtitle3::before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-left: 5px;
  margin-right: 8px;
  width: 9px;
  height: 9px;
  overflow: hidden;
  background-image: url(../../cmn/images/icon_sprite.png);
  background-position: -25px -49px;
}

/* サイドメニューあり
---------------------------------*/

.s-inner {
	 width: 980px;
  	margin-left: auto;
  	margin-right: auto;
	overflow:hidden;
	_zoom:1;
}

.maincon {
	float: left;
	width: 645px;
}

.maincon h3 {
	padding-bottom: 20px;
}

.subcon {
	float: right;
	width: 295px;
	
}

.subcon h4 {	
	font-weight: bold;
	color: #FFF;
	background-color: #F88;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.subcon .recommend {
	margin: 0 0 10px 0;
	padding: 2px 2px 0px 2px;
	border:2px solid #EEE;
	width:277px;
}
.subcon .recommend p {
	margin: 0;
	padding:0 0 1px 0;
	line-height: 0;
}
.subcon .recommend p.ryokouken {
	width: 277px;
	text-align: center;
	padding: 10px 0;
	background-color: #f0fbff;	
}

.subcon .tabiiro {
	margin-bottom:10px;
}

.subcon .waku {
	margin-bottom:20px;	
}
.subcon .waku.red {
	background: url(/cmn/images/side/bg_red.jpg) repeat-y 0 0;
	color: #333;
}

.subcon .waku dl {
	padding:0 0 20px 20px;
}
.subcon .waku dl dt{
	font-weight:bold;
	margin-bottom:5px;
}
.subcon .waku dl dd {
	font-size: 85%;
}
.subcon .waku dl dd span {
	color:#d74f52;
}

.subcon .waku2 {
	border: 3px solid #EEE;
	margin:0 10px 20px 0;
	padding: 10px;
}

.subcon .waku2 .wordright {
	background-color:#eee;
	margin: 0;
	padding:4px 3px;
	text-align:center;
}

.subcon .yoyaku {
	margin-bottom:20px;
}

.subcon .relation {
	margin-bottom:20px;
}
.subcon .relation p {
	margin-bottom:10px;
}

.subcon .waku.blue {
	background: url(/cmn/images/side/bg_blue.jpg) repeat-y 0 0;
	padding:20px;
	color: #333;
}
.subcon .waku h2 {
	font-size: 120%;
	font-weight: bold;
	color: #5b6798;
	margin-bottom:5px;
}

.subcon .refusal {
	padding: 0 20px;
	margin-bottom:20px;
	font-size:90%;
}

.subcon .local {
	margin-bottom:20px;
}
.subcon .local p {
	margin-bottom:10px;
}



.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {

    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ba2559'%2F%3E%3C%2Fsvg%3E")!important;

}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ba2559'%2F%3E%3C%2Fsvg%3E")!important;
}


