@charset "utf-8";
/* ===================================================================
//CSS information
=================================================================== */
html {
	overflow-y: scroll;
    padding:0;
    margin:0;
    width:100%;
    height:100%;
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
	position:relative;
  overflow: hidden;
  font-family: "Times New Roman", Times, 'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "HG明朝B", serif;
  font-size: 14px;
  color:#222;
  margin: 0;
  line-height: 1.6;
  text-align: center;
  background-color: #fff;
}
html.is_page_loaded {
    height: auto;
}
html.is_page_loaded body {
    height: auto;
}

.serifJP { font-family: "Times New Roman", Times, 'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "HG明朝B", serif;}
.sans-serifJP { font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, sans-serif;}
.italic { font-style: italic !important;}


body > img {
	position: absolute;
	z-index: -1;
}
img {
	max-width:100%;
}

/**********
//general params
**********/

a {
    outline:none;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
a:link,
a:visited {
	color:#0099d5;
  text-decoration: none;
}
a:active,
a:hover {
	color:#40b8dd;
  text-decoration: none;
}
a:hover img {
	opacity: 0.8;
	transition: opacity 1s ease-out;
}

hr {
    margin: 0;
}

.ofh {
	overflow: hidden;
}

.pcOnly {
	display:block;
}
.spOnly {
	display:none;
}
.xsOnly {
	display:none;
}
@media only screen and (max-width: 800px) {
.pcOnly {
	display:none !important;
}
.spOnly {
	display:block !important;
}
}
@media only screen and (max-width: 500px) {
.xsOnly {
	display:block !important;
}
}

/**********
//fit
**********/
.object-fit-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	/*object-position: bottom;
	font-family: 'object-fit: cover; object-position: bottom;';*/
    max-width: inherit !important;
}

/**********
//layout
**********/

.contentsWrap, .contentsWrap1, .contentsWrap2 {
	width:100%;
	text-align:center;
	clear:both;
}
.contentsWrap1 {
	padding-bottom:100px;
}
.contentsWrap2 {
	background-color:#f3f5f7;
	padding-bottom:50px;
}
.contentsWrap3 {
	background-color:#E4E7E9;
	background-image: url("../img/info2/onsen_bg.png");
	background-repeat: repeat;
	padding-bottom:50px;
}

.inner {
	width:98%;
	max-width:1400px;
	margin:0 auto;
}

.sectionItem {
	position: relative;
	padding-top: 70px;
}

@media only screen and (max-width: 767px) {
.sectionItem {
	padding-top: 40px;
}
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000 !important;
}
@media only screen and (max-width: 500px) {
.slick-prev {
	left: 15px;
}
[dir='rtl'] .slick-prev {
	right: 15px;
  left: auto;
}
.slick-next {
  right: 15px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 15px;
}
}

#page_top{
  width: 48px;
  height: 48px;
  position: fixed;
  right: 20px;
  bottom: -50px;
  background-color: #ddd;
	border:2px solid #666;
  opacity: 0.6;
  border-radius: 50%;
	z-index: 10;
}
#page_top a{
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  text-decoration: none;
}
#page_top a img{
  display: block;
  color: #fff;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: -4px;
  margin: auto;
  text-align: center;
}
#booking{
  width: 330px;
  height:auto;
  position: fixed;
  right: 20px;
  bottom: 40px;
  background-color: #962d58;
	border:6px solid #962d58;
	z-index: 10;
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
}
#booking h3{
  padding:0 4px 4px;
	font-size:1.6rem;
	letter-spacing: 1px;
	color:#fff;
}
#booking h3 img{
  vertical-align: middle;
	margin-top:-2px;
}
#booking ul{
  width: 100%;
	padding:4px;
	display:flex;
	justify-content: center;
	text-align: center;
	background-color:#fff;
  text-decoration: none;
}
#booking li{
	position: relative;
  width: calc(100% / 2 - 10px);
  padding:5px;
	text-align: center;
}
#booking li + li{
	border-left:1px solid #ddd;
}
#booking a {
	display:block;
  color:#000;
}
#booking a:hover {
  color:#0099d5;
}
#booking a span {
  color:#666;
	display:inline-block;
	margin-left:4px;
}
@media only screen and (max-width: 600px) {
#booking h3{
  padding:0 4px 3px;
	font-size:1.5rem;
	letter-spacing: 2px;
}
#booking{
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
	border:3px solid #962d58;
}
	#page_top{
  right: 10px;
}
}

/*** FOOTER ***/

.footerLinkSection {
	text-align:left;
	background-color: #f1f1f1;
	border-top:2px solid #ddd;
}
.footerLinkSection.sectionItem {
	padding-top: 50px;
	padding-bottom: 100px;
}
.footerLinkSection.sectionItem::before {
	display: none !important;
}
.footerLinkSectionInner {
	position: relative;
	font-size: 12px;
	margin-left: 5vw;
	margin-right: 5vw;
}
.footerLinkSectionItems {
	margin-bottom: 10px;
}

.footerLinkSectionHdd {
	margin-bottom: 2em;
}
.footerLinkSectionHdd a {
	color: #222;
}
.footerLinkSectionSubHdd {
	margin-bottom: 1em;
}
.footerLinkSectionSubHdd a {
	color: #222;
}
.footerLinkSectionSubHdd + ul li {
	margin-bottom: 1em;
}
.footerLinkSectionSubHdd + ul li a {
	color: #222;
	opacity: .6;
}
@media only screen and (max-width: 1440px) {
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
.footerLinkSection.sectionItem {
    padding-bottom: 60px;
}
}


footer {
	background: rgba(255,255,255,1);
	text-align:left;
}
.footerEndSection {
}
.footerEndSection.sectionItem {
	padding-top: 80px;
	padding-bottom: 80px;
}
.footerEndSection.sectionItem::before {
	display: none !important;
}
.footerEndSectionInner {
	position: relative;
	font-size: 10px;
	margin-left: 5vw;
	margin-right: 5vw;
}
.pageTopBtn {
	display: block;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
	z-index: 50;
	background: rgba(255,255,255,1);
	border-radius: 50%;
	-webkit-box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.15);
	height: 80px;
	width: 80px;
    margin: auto;
	transition: all .5s ease;
}
.pageTopBtn:hover {
	transform: scale(.95);
}
.pageTopBtn > div {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 1;
	text-align: center;
	transform: translateY(-50%);
}
.footerEndLinkItems li {
	display: inline-block;
	border: #ccc solid 1px;
	border-width: 0 0 0 1px;
	margin-left: 1em;
	padding-left: 1em;
}
.footerEndLinkItems li:nth-of-type(1) {
	border: none;
	margin-left: 0;
	padding-left: 0;
}
.footerEndLinkItems li a {
	color: #222;
	opacity: .6;
}
.logoLink > div {
	text-align: right;
}
.logoLink a {
	display: inline-block;
	margin-left: 20px;
}
.logoLink a img {
	/*max-width: 170px;*/
	max-width: none;
	max-height: 34px;
}
.copyright {
	text-align: right;
	margin-top: 20px;
}
.copyright small {
	display: inline-block;
	margin-left: 1em;
}
@media only screen and (max-width: 1440px) {
}
@media only screen and (max-width: 991px) {
.footerEndLinkItems {
	margin-bottom: 40px;
}
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
.footerEndLinkItems {
    text-align: center;
}
.logoLink a {
	display: block;
	margin-left: auto;
	text-align: center;
}
.logoLink a {
	margin-bottom: 20px;
}
	.copyright small { display: block; margin-bottom: 5px;}
.pageTopBtn {
    top: -30px;
	height: 60px;
	width: 60px;
}
}

/*** animation ***/
.fadeIn{
  opacity : 0;
  transition: opacity 3s;
}
.fadeIn.view{
  opacity: 1;
}

.delayed-image {
 	animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
 