@charset "UTF-8";

/*----------------------------------------------------
	☆Reset
----------------------------------------------------*/

html {
	background-color:#FFF;
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
p,
img {
	margin: 0;
	padding: 0;
}
body {
/*	background-color:#000;*/
	font-family: "YuGothic","Yu Gothic","游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
	color:#333;
	font-size: 13px;
	font-size: 1.3rem; /* sets the default sizing to make sure nothing is actually 10px */
	font-weight:500;
	line-height: 1;
	letter-spacing: 0.08em;
	padding:0 8px;
	box-sizing:border-box;
	overflow-x:hidden;
/*	min-width:1000px;*/
}
body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#fancybox-wrap,
#fancybox-wrap *,
#fancybox-tmp,
#fancybox-loading {
	-webkit-box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
	-o-box-sizing: content-box!important;
	-ms-box-sizing: content-box!important;
	box-sizing: content-box!important;
}
a,
a:link,
a:hover,
a:focus {
	color: #333;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;}
a:hover {
	text-decoration: underline;
}
ul,
ol {
	list-style-type: none;
}
::selection {
	background-color: #888;
	color: #FFF; /* Safari */
}
::-moz-selection {
	background-color: #888;
	color: #FFF; /* Firefox */
}
p{
	line-height: 1.5;
}
/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/
.clearfix:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	font-size:0.1em;
	line-height:0;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
	min-height:1%;
}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
/* End hide from IE-mac */
/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/
br.clear_noie,
div.clear_noie {
	display:inline !important;
	display:none;
	clear:both;
	line-height:0px;
}
br.clear_all {
	clear:both;
	line-height:0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	br.clear_noie  {
		display:block!important;
		content: " ";
	}
}
/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/
#topcontrol{
	z-index: 99999999999999;
}
#topcontrol a {
	background:url(../cmn_js/scrolltop/scrollup.png) center center no-repeat #000;
	background : url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat\9 #000; /* IE8 */
	*background : url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat #000; /* IE7 */
	_background : url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat #000; /* IE6 */
	display:block;
	height:60px;
	width:60px;
	filter: alpha(opacity=70) !important;
	opacity:0.7 !important;

	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#topcontrol a:hover {
	filter: alpha(opacity=10) !important;
	opacity:1 !important;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
 	-ms-transform: scale(1.2);
 	-o-transform: scale(1.2);
 	transform: scale(1.2);
}
/*----------------------------------------------------
	☆opacity Hack
----------------------------------------------------*/
.roBtn:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/* IE8 */
html>/**/body .roBtn:hover {
	display /*\**/: inline-block\9;
	zoom /*\**/: 1\9;
}
/* 新旧Firefox */
.roBtn:hover, x:-moz-any-link {
background: #fff;
}
.roBtn:hover, x:-moz-any-link, x:default {
background: #fff;
}
/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/
/*-- HEADER --*/
#header {
	background-color:#FFF;
	width:100%;
}
#header div.hdInr {
	margin:0 auto;
	padding:20px 20px 15px;
}
#header p.logo {
	float:left;
	text-align:center;
	width:274px;
}
#header p.logo a {
	color:#FFF;
	display:block;
	float:left;
	width: 40%;
}
#header p.logo a:last-child {
	display: none;
}
#header div.hdR {
	color:#FFF;
	float:right;
}
#spHeader{
	display: none;
}
/*-- GNAV --*/
#gNav {
	margin:0 auto;
}

#gNav img {
	vertical-align: bottom;
}
#gnav_sns {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#gNav p {
	margin: 0 7px;
}
#gNav p.nav_sp {
	display: none;
}
#gNav p.nav_pc img:hover {
	opacity: 0.5 ;
}
.nav_ka a {
	background-color: #ff814d;
	padding: 0 20px;
	height: 37px;
	line-height: 37px;
	vertical-align: middle;
	color: #fff!important;
	font-weight: bold;
	display: block;
}
.nav_ka a:hover {
	opacity: 0.7;
}
#gNav ul {
	display: flex;
	justify-content: flex-end;
}
#gNav ul li {
	text-align:center;
	padding:0 7px;
}
#gNav ul li a {
	color:#333;
	display:block;
	padding:10px 0;
	font-weight:bold;
}
#gNav ul li.li1 a {
	background:url(../cmn_img/icon_hotspring.png) left center no-repeat;
	padding-left:20px;
	background-size:15px 15px;
}
#gNav ul li.li9,#gNav ul li.li10 {
	padding:0 0 0 12px;
}
#gNav ul li.li9 i,#gNav ul li.li10 i {
	font-size:2rem;
	line-height:1.1;
}
#gNav ul li.li9 a,#gNav ul li.li10 a {
	color:#FFF;
	width: 37px;
	height: 37px;
}
#gNav ul li.li11 a,#gNav ul li.li12 a {
	display: none;
}
#gNav ul li.li9 a {
	background:url(../../images/top/fecebook_img.png) left center no-repeat;
}
#gNav ul li.li10 a {
	background:url(../../images/top/line_img.png) left center no-repeat;
}

#gNav ul li a:hover {
	text-decoration:none;
	color:#ea7575;
}

#gNav ul li.li9 a:hover ,#gNav ul li.li10 a:hover {
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	color:#FFF;
}






/*-- MV --*/

#mv {
	background-color:#AAA;
	width:100%;
}

#mv div.mvInr {
	background-color:#000;
	margin:0 auto;
	width:1190px;

	height:200px;/*-- delete --*/
}




/*-- BREADCHUMBS --*/

#breadChumbs {
	background-color:#FFF;
	margin:0 auto 20px;
	padding:10px 0;
	width:1190px;
}

#breadChumbs p {
	font-size:1.1rem!important;
	margin:0 10px;
}





/*-- CONTENTS --*/

#contents {
	background-color:#FFF;
	margin:0 auto;
}

#main {
	background-color:#FFF;
}



/*-- FOOTER --*/

#footer {
	margin-top: 80px;
	width:100%;
}

#footer div.ftInr {
	margin:0 auto;
	width:1160px;
	padding:60px 0;
}

#footer div.ftL {
	width:100%;
}

#footer div.ftL h2.ftHead {
	background:url(../cmn_img/icon_hotspring.png) center top no-repeat;
	background-size:30px 30px;
	padding:50px 0 20px;
	border-bottom:1px dotted #EA7575;
	margin-bottom:20px;
	font-size:2.0rem;
	text-align:center;
}

#footer div.ftL ul {
	text-align:center;
}

#footer div.ftL ul li {
	display:inline;
	padding:0 10px;
	font-size:1.2rem;
}

#footer div.ftL ul li i {
	color:#ea7575;
	font-size:1.1rem;
	padding-right:5px;
}

#footer div.ftR {
	float:right;
	width:500px;
}

#footer div.portalFtArea {
	background:url(../cmn_img/bg_ft.gif) left top repeat;
	padding:40px 0 25px;
	min-width:1200px;

}

#footer div.pfaInr {
	width:1160px;
	margin:0 auto;
}

#footer div.pfaL {
	width:50%;
	float:left;
}

#footer div.pfaL p.ftLogo {
	margin-bottom:20px;
}

#footer div.pfaL ul li {
	float:left;
	padding-right:20px;
}

#footer div.pfaL ul li a {
	font-size:1.2rem;
	color:#FFF;
}

#footer div.pfaL p.copy {
	color:#FFF;
	font-size:1.2rem;
	font-style:italic;
	padding:20px 0;
}

#footer div.pfaR {
	width:50%;
	float:left;
}

#footer div.pfaR h2 {
	font-size:1.6rem;
	margin-bottom:30px;
	color:#FFF;
	padding-top:20px;
}

#footer div.pfaR ul li {
	float:left;
	width:33.3%;
	color:#FFF;
}

#footer div.pfaR ul li a {
	color:#FFF;
}



/*-- COPYRIGHT --*/

/*small#copyright {
	background-color:#000;
	color:#FFF;
	display:block;
	font-size:1.1rem!important;
	padding:10px 0;
	text-align:center;
	width:100%;
}*/

/*-- BORDER --*/

.border {
    backface-visibility: hidden;
    background-color: #ea7575;
    position: fixed;
    z-index: 10000;
}
.border.top {
    height: 8px;
    left: 0;
    top: 0;
    width: 100%;
}
.border.right {
    height: 100%;
    right: 0;
    top: 0;
    width: 8px;
}
.border.bottom {
    bottom: 0;
    height: 8px;
    left: 0;
    width: 100%;
}
.border.left {
    height: 100%;
    left: 0;
    top: 0;
    width: 8px;
}
