@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%;
	background-image: url(../images/body_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
	background-size: 100% 250px;
  -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;
}

/* ------------------------------
   #globalHeader
------------------------------ */
#globalHeader {
  width: 100%;
  margin: 0 auto;
}

#globalHeader .gh_logo {
	position: relative;
  width: 100%;
  text-align: center;
	z-index: 1000;
 }
 #globalHeader .gh_logo img {
  max-width: 260px;
	height: auto;
 }

#globalHeader .gh_sns,
#globalHeader .gh_facebook,
#globalHeader .gh_japanican,
#globalHeader .gh_tel {
  display: none;
}

#globalHeader .gh_group {
  position: absolute;
  top: 100px;
  right: 10px;
	z-index: 1000;
}
#globalHeader .gh_group a {
	display: block;
	font-size: 10px!important;
	padding: 3px 8px;
	border: 1px solid rgba(227, 200, 48, .9);
	
	background: linear-gradient(180deg, rgba(241, 227, 107, 0.8), rgba(227, 200, 48, .9)),
	  url("/cmn/images/bg-purple-light-j.jpg") top center repeat;
		background-size: cover;
}


/* ------------------------------
   #headerContent
------------------------------ */
#headerContent {
  overflow: hidden;
  margin: 0 auto;
	display: none;
  
}

/* ------------------------------
   #floatHeader
------------------------------ */
#floatHeader {
	display: none;
}

/* ------------------------------
   #湯郷美彩
------------------------------ */

#toPageTop {
	width: 160px;
	height: 120px;
	position: fixed;
	bottom: -60px;
	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: 110px;
}

#toPageTop a {
	position: relative;
	display: block;
	overflow: hidden;
	opacity: 1;
	filter: alpha(opacity=1);
	-ms-filter: "alpha( opacity=100 )";
}

#toPageTop a:hover {
	bottom: 60px;
}

/* ------------------------------
   #floatFooter
------------------------------ */
#floatFooter {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 80px;
  line-height: 0;
  overflow: hidden;
	background: url(/cmn/images/bg_yb.gif);
  z-index: 11000;
	border-top: 1px solid #ddd;
}
#floatFooter ul {

}
#floatFooter ul li a {
	border-right: 1px solid #ddd;
	float: left;
	display: block;
  height: 80px;
	text-align: center;
	padding: 20px 0 0 0;
	line-height: 16px;
	
}
#floatFooter ul li.ff-tel a {
	background-color: #fff;
	border-left: 1px solid #ddd;
	width: 30%;
	
}
#floatFooter ul li.ff-reserve a {
	width: 50%;
	background-color: #ae2353;
	color: #fff;
	
}
#floatFooter ul li.ff-top a {
	width: 18%;
	background-color: #333;
	color: #fff;	
}
#floatFooter ul li a span {
	display: inline-block;
}


/* ------------------------------
   #spNav
------------------------------ */
#spNav {
  z-index: 1100;
	padding-bottom: 20px;
}
#spNav ul {
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #ddd;
}
#spNav ul li {
	width: 50%;
	float: left;
}
#spNav ul li > a,
#spNav p > a {
	position: relative;
	display: block;
	background-color: #fff;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 1.2em 1.0em;
}

#spNav p > a {
	background-color: #faeff2;
	padding: 0.8em 1.0em;
	font-size: 12px;
}

#spNav ul li > a:after,
#spNav p > a:after {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto 0;
	width: 10px;
	height: 15px;
	background-image: url(/cmn/images/sp/icon_sprite.png);
	background-size: 250px 150px;
	background-position: 0 0;
}
#spNav p.pdf > a:after {
	background-position: -150px 0px;
	width: 25px;
  height: 13px;
}

#spNav .sp_tel {
	padding: 15px 0;
}
#spNav .sp_tel dl {
}
#spNav .sp_tel dl dt {
}
#spNav .sp_tel dl dd {
}
#spNav .sp_tel dl dd a {
	
	text-align: center;
	display: block;
  background-image: -moz-linear-gradient( 90deg, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
	padding: 20px 0 18px 0;
	margin: 0 10px;
	border: 1px solid #ccc;
	line-height: 22px;
}
#spNav .sp_tel dl dd strong {	
	font-size: 26px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
#spNav .sp_tel dl dd span {
	font-size: 14px;
}

/* ------------------------------
   #floatReserve
------------------------------ */

#floatReserve {
	display: none;
}

/* ------------------------------
   #globalFooter
------------------------------ */
#globalFooter {
	margin-bottom: 80px;
}

#globalFooter .gf_body {
  background: #ffedf1;
  overflow: hidden;
  border-bottom: solid 1px #ddd;
}

#globalFooter .gf_logo {
	text-align: center;
	padding-top: 1.5em;
}
#globalFooter .gf_logo img {
	max-width: 100%;
	height: auto;
}
#globalFooter .gf_info {
	margin-bottom: 25px;
}
#globalFooter .gf_info .gf_infoHeading {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
	margin-bottom: 10px;
}

#globalFooter .gf_info .gf_infoText > p {
  font-size: 12px;
  text-align: center;
	line-height: 14px;
}

#globalFooter .gf_sitemap {
  width: 100%;
  overflow: hidden;
}

#globalFooter .gf_sitemapList {
}

#globalFooter .gf_sitemapList > li {
	  width: 50%;
		float: left;
}
#globalFooter .gf_sitemapList > li.end,
#globalFooter .gf-subList li {
	width: 100%;
}
#globalFooter .gf_sitemapList > li a,
#globalFooter .gf-subList > li a {
	background-color: #fff;
	display: block;
	width: 100%;
	padding: 1em 1.5em;
	position: relative;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
#globalFooter .gf_sitemapList > li a:after,
#globalFooter .gf-subList >  li a:after {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	bottom: 0;
	right: 4em;
	margin: auto 0;
	width: 10px;
	height: 15px;
	background-image: url(/sp/common/img/icon_sprite.png);
	background-size: 250px 150px;
	background-position: 0 0;
}



#globalFooter a.ico-arrow::before {
	background: none;
	margin: 0;
}

#globalFooter .gf_foot {
  width: 100%;
  overflow: hidden;
}

#globalFooter .gf_relation {
  float: left;
  width: 100%;
  overflow: hidden;
}

#globalFooter .gf_relation > li {
  float: left;
  width: 33%;
}
#globalFooter .gf_relation > li a {
  border-left: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  display: block;
	text-align: center;
}
#globalFooter .gf_relation > li img {
	max-width: 100%;
	height: auto;
}

#globalFooter .gf_copyright {
width :100%;
  padding: 2em 0;
  line-height: 16px;
  font-size: 10px;
  overflow: hidden;
  text-align: center;
  letter-spacing: 0.1em;
  display: block;
}

/* ------------------------------
   #content
------------------------------ */
#content {
  overflow: hidden;
  padding-bottom: 20px;
  text-align: center;
  width: 100%;
}

#floatMenu {display: none;}

.pnav {
  width: 100%;
	 margin: 0 auto;
	 padding: 10px 0 20px 1em;
	 text-align: left;
}
.pnav > ul {
  letter-spacing: -.40;
  width: 100%;
  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(../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: 100%;
	 margin: 0 auto;
}
.lnav > ul {
  width: 100%;
	overflow: hidden;
}
.lnav > ul > li {
	width: 46%;
	float: left;
	padding: 0 2%;
}
.lnav > ul > li > a {
	text-align: left;
	display: block;
	width: 100%;
	font-size: 14px;
	position: relative;
	border-bottom: 1px solid #ccc;
	padding: 0.5em 0;
}
.lnav > ul > li > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  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%;
}
.snav > ul > li {
    width: 100%;
}
.snav > ul > li > a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 40px 0;
}
.snav > ul > li > a > strong {
	display:  block;
	font-size: 22px;
	margin-bottom: 15px;
	letter-spacing: 3px;
}
.snav > ul > li > a > span {
	display: inline-block;
	border: 1px solid #fff;
	font-size: 14px;
	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: 100%;
	text-align: center;
}

.totop > a {
  display: block;
  width: 200px;
  height: 17px;
	margin: 30px auto 0 auto;
  background-image: url(../images/btn_totop_2x.png);
	background-size: 100% 100%;
  text-indent: -9999px;
  overflow: hidden;
}


.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(../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(../images/icon_sprite.png);
  background-position: -23px -5px;
}

.ico-pdf:before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
  width: 21px;
  height: 11px;
  overflow: hidden;
  background-image: url(../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(../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("../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("../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: #7151ab;
	color: #fff;
	padding: 0.3em 1em;
	text-align: center;
	font-weight: bold;
}
.btn-purple:hover {
	background-color: #5c31ab;
	color: #fff;
}

.pageHeading,
.pageHeadingDoor{
  width: 100%;
  margin: -20px auto 0 auto;
  overflow: hidden;
}

.pageHeading > img,
.pageHeadingDoor > img{
	width: 100%;
}

.pageHeadingDoor {
  	background-size: cover;
	height: 300px;
	position: relative;
	letter-spacing: 1px;
}
.sec .pageHeadingDoor {
	height: 250px;
}
.pageHeadingDoor h2 {
	display: block;
	width: 260px;
	height: 100px;
	background-color: #fff;
	padding: 10px 40px;
	text-align: center;
	font-family: "WebSubsetFont";
	font-size: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -60px;
	margin-left: -170px;
}
.pageHeadingDoor h2 strong {
	display: block;
	margin-top: 5px;
}
.pageHeadingDoor h2.two {
	height: 55px;
	margin-top: -35px;
}
.pageHeadingDoor h2 span {
	font-size: 11px;
	display: block;
	border-top: 1px solid #111;
	margin-top: 5px;
	padding-top: 15px;
}

.contHeading,
.maincon .contHeading {
	background: transparent url("../images/logo.png") no-repeat 0 0;
	padding: 0 0 0 41px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
	color: #2a0a15;
}

.spTitle {
	font-weight: bold;
	line-height: 1.8em;
	font-family: "WebSubsetFont";
}
.spTitle:after {
	content:attr(data-label);
}
.spTitle img {
		display:none;
}

.u-inner {
	text-align: left;
	padding: 0 20px;
}

#headerContent .u-inner, 
#globalFooter .u-inner {
	padding: 0;
}
.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;
}

body .pc {	display: block;}
body .smp {	display: none;}
body.smp .pc {	display: none;}
body.smp .smp {	display: block;} */


/* カラー
---------------------------------*/
.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(../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(../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(../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(../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(../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(../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(../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(../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(../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(../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(../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(../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(../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(../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(../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(../images/icon_sprite.png);
  background-position: -105px -74px;
}
.ind {
	padding-left: 22px;
	text-indent:-22px;
	margin-bottom: 0.5em;
}

/* サブタイトル
---------------------------------*/
.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(../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(../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(../images/icon_sprite.png);
  background-position: -25px -49px;
}

/* サイドメニューあり
---------------------------------*/

.s-inner {
	text-align: left;
	padding: 0 20px;
}
.subcon {
	 display:none;
}
.maincon {
}
.maincon h3 {
	padding-bottom: 20px;
}


.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;
}

/* ----- 2024年のリニューアルによりヘッダー／フッター要素を非表示に ----- */
.drawer,
#globalHeader,
#globalFooter,
#floatFooter{ display: none !important;}
/* ----- 2024年のリニューアルによりヘッダー／フッター要素を非表示に ----- */