@charset"utf-8";
/* "*"
-------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
/* "html"
-------------------------------------------------- */
html{
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 62.5%;
	box-sizing: border-box;
}
/* "body"
-------------------------------------------------- */
body {
	font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
	margin: 0;
	padding: 0;
	letter-spacing: -0.01em;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 1.5rem;
	color: #000;
}
body * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
}
/* "p"tag
-------------------------------------------------- */
p{
	font-size: 1.5rem;
	margin-bottom: 0;
}
p.p-txt{
	line-height: 1.8;
}
@media print, screen and (max-width: 767px) {
	p{
		font-size: 1.4rem;
	}
	p.p-txt{
		line-height: 1.8;
	}
}
/* "a"tag
-------------------------------------------------- */
a{
	color: #000;
	text-decoration: none;
}
/* "li/ol/ul" Tag
-------------------------------------------------- */
ol li{
	font-size: 1.5rem;
	line-height: 1.6;
	margin-left: 2.0rem;
}
ul li{
	font-size: 1.5rem;
	list-style-type: none;
	line-height: 1.6;
}
@media print, screen and (max-width: 767px) {
	ol li,
	ul li{
		font-size: 1.4rem;
		line-height: 1.8;
	}
}
/* "dt dd" Tag
-------------------------------------------------- */
dl dt,
dl dd{
	font-size: 1.5rem;
	line-height: 1.6;
}

@media print, screen and (max-width: 767px) {
	dl dt,
	dl dd{
		font-size: 1.4rem;
		line-height: 1.8;
	}
}
/* decoration
-------------------------------------------------- */
.bold{
	font-weight: bold;
}
/* color
-------------------------------------------------- */
.white {
	color: #FFFFFF;
}
.red {
	color: #DE4830;
}
.blue {
	color: #156CA3;
}
.orange {
	color: #E9872E;
}
.green {
	color: #26AE90;
}
.brown {
	color: #AD8141;
}
/* margin
-------------------------------------------------- */
.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb100 {
	margin-bottom: 100px;
}
/* wrapper
-------------------------------------------------- */
#wrapper{
	width: 100%;
}
/* inner
-------------------------------------------------- */
div.inner{
	max-width: 1200px;
	margin: 0 auto;
}
header .inner{
	margin-bottom: 0!important;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	footer .inner{
		width: 95%;
		margin: 0 auto;
	}
}
/* content
-------------------------------------------------- */
div.content{
	width: 97%;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	div.content{
		width: 95%;
	}
}

img{
	width: 100%;
	height: auto;
}

/* forPC,forSP
-------------------------------------------------- */
.forPC{
	display: inline;
}
.forSP{
	display: none;
}
@media screen and (max-width: 767px) {
	.forPC{
		display: none;
	}
	.forSP{
		display: inline;
	}
}

/* header
-------------------------------------------------- */
header.top-head{
	z-index: 10;
	width: 100%;
	bottom: auto;
	background-color: rgba(255,255,255,0);
	height: 18rem;
}
header div.content{
	position: relative;
}
header div.content div.logo-area{
	width: 22.6rem;
	height: 6.1rem;
	margin: 2.5rem auto 0;
}
header div.content div.logo-area:hover{
	opacity: 0.4;
	transition: 0.6s;
}
header div.content div.logo-area img{
	width: 100%;
	height: auto;
}
/* nav */
header div.content div.nav-area nav.nav-wrap a.nav-button {
	display: none;
}
header div.content div.nav-area nav.nav-wrap div.nav-screen ul.nav{
	margin: 2rem 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
header div.content div.nav-area nav.nav-wrap div.nav-screen ul.nav li{
	font-weight: normal;
	text-align: center;
}
header div.content div.nav-area nav.nav-wrap div.nav-screen ul.nav li:last-child{
	margin-right: 0;
}
header div.content div.nav-area nav.nav-wrap div.nav-screen ul.nav li a{
	font-size: 1.5rem;
	display: block;
}
header div.content div.nav-area nav.nav-wrap div.nav-screen ul.nav li a:hover{
	opacity: 0.4;
	transition: 0.6s;
}
header div.content div.nav-area nav.nav-wrap div.nav-screen ul.nav li span{
	display: block;
	font-weight: bold;
	font-size: 1.7rem;
}
header div.content div.nav-area nav.nav-wrap div.nav-screen ul.nav li.link i{
	font-size: 1.6rem;
	margin-left: 0.5rem;
}
header div.content div.nav-area nav.nav-wrap div.nav-screen div.tel-inner{
	display: none;
}
header div.content div.nav-area nav.nav-wrap.open{
	display: block;
}
header div.content div.nav-area nav.nav-wrap.close{
	display: none;
	margin-top: 0.3rem;
	opacity: 1;
	cursor: auto;
}
header div.content div.tel{
	position: absolute;
	right: 0;
	top: 2.5rem;
}
header div.content div.tel p.number{
	font-size: 1.3rem;
}
header div.content div.tel p.number span.tel::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-size: contain;
    vertical-align: middle;
    background-image: url(../img/common/phone-call.svg);
    margin-right: 0.5rem;
    margin-bottom: 0.4rem;
}
header div.content div.tel p.number span.tel {
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 1.4;
}
/* Fixed */
header.top-head.fixed{
	position: fixed;
	top: 0;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	background-color: rgba(255,255,255,.90);
	-webkit-box-shadow: 0 0 0.4rem 0.2rem rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 0.4rem 0.2rem rgba(0, 0, 0, 0.15);
}
@media print, screen and (min-width: 768px) {
	header div.content div.nav-area nav.nav-wrap {
		display: block !important;
	}
}
@media print, screen and (max-width: 767px) {
	/* clicked hamburger button screen */
	header div.content div.nav-area{
		display: block;
		-webkit-box-align: none;
		-ms-flex-align: none;
		align-items: none;
	}
	header.top-head{
		height: 9rem;
	}
	header div.content div.logo-area{
		width: 20rem;
		height: 5.4rem;
		margin: 1.75rem 0 0 0;
	}
	header div.content div.nav-area nav.nav-wrap{
		left: 0;
		top: 0;
		display: none;
		z-index: 90;
		background: rgba(0,0,0,0.7);
		width: 100%;
		height: 100%;
		position: fixed;
	}
	header div.content div.nav-area nav.nav-wrap div.nav-screen{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	header div.content div.nav-area nav.nav-wrap div.nav-screen ul.nav{
		position: relative;
		margin: 5rem auto 0;
		width: 88%;
		display: block;
	}
	header div.content div.nav-area nav.nav-wrap div.nav-screen ul.nav li{
		margin-bottom: 1.5rem;
		margin-right: 0;
		display: block;
		text-align: left;
		line-height: 1.6;
	}
	header div.content div.nav-area nav.nav-wrap div.nav-screen ul.nav li:last-child{
		margin-bottom: 0;
	}
	header div.content div.nav-area nav.nav-wrap div.nav-screen ul.nav li a{
		color: #fff;
		font-size: 1.5rem;
		transition: .5s;
		display: inline-block;
	}
	header div.content div.nav-area nav.nav-wrap div.nav-screen ul.nav li a:hover{
		color: #fff;
		opacity: 0.4;
		transition: 0.6s;
		display: inline-block;
	}
	header div.content div.nav-area nav.nav-wrap div.nav-screen div.tel-inner{
		display: block;
		width: 88%;
		margin: 4rem auto 0;
		color: #fff;
	}
	header div.content div.nav-area nav.nav-wrap div.nav-screen div.tel-inner p.number{
		font-size: 1.5rem;
		color: #fff;
	}
	header div.content div.nav-area nav.nav-wrap div.nav-screen div.tel-inner p.number a{
		color: #fff;
	}
	header div.content div.nav-area nav.nav-wrap div.nav-screen div.tel-inner p.number span.tel::before {
	    content: '';
	    display: inline-block;
	    width: 22px;
	    height: 22px;
	    background-size: contain;
	    vertical-align: middle;
	    background-image: url(../img/common/phone-call-wh.svg);
	    margin-right: 0.5rem;
	    margin-bottom: 0.4rem;
	}
	header div.content div.nav-area nav.nav-wrap div.nav-screen div.tel-inner p.number span.tel {
	    font-weight: bold;
	    font-size: 2.6rem;
	    line-height: 1.4;
	}
	/* hamburger button */
	header div.content div.nav-area a.nav_button{
		height: 22px;
		position: absolute;
		right: 5px;
		top: 35px;
		width: 27px;
		z-index: 101;
	}
	header div.content div.nav-area a.nav_button:hover{
		cursor: pointer;
		opacity: 0.4;
		transition: 0.6s;
	}
	header div.content div.nav-area span.nav_line{
		background: #6bbabf;
		display: block;
		height: 2px;
		position: absolute;
		transition:transform .3s;
		width: 100%;
	}
	header div.content div.nav-area span.nav_line.active{
		background: #fff;
	}
	header div.content div.nav-area span.line_center{
		top: 10px;
	}
	header div.content div.nav-area span.line_bottom{
		bottom: 0;
	}
	header div.content div.nav-area span.line_top.active{
		top: 10px;
		transform: rotate(45deg);
	}
	header div.content div.nav-area span.line_center.active{
		transform:scaleX(0);
	}
	header div.content div.nav-area span.line_bottom.active{
		bottom: 10px;
		transform: rotate(135deg);
	}
	/* Fixed */
	header.top-head.fixed {
		height: 9rem;
	}
	header.top-head.fixed div.content div.nav-area a.nav_button{
		right: 5px;
		top: 35px;
	}
	header.top-head.fixed div.content div.nav-area span.nav_line{
		background: #6bbabf;
	}
	header.top-head.fixed div.content div.nav-area nav.nav-wrap div.nav-screen ul.nav li a{
		color: #fff;
		font-size: 1.6rem;
		font-weight: bold;
		transition: .5s;
	}
	header.top-head.fixed div.content div.nav-area span.line_top.active,
	header.top-head.fixed div.content div.nav-area span.line_bottom.active{
		background: #fff;
	}
	header div.content div.tel{
		display: none;
	}
}

/* button
-------------------------------------------------- */
div.button-area{
	width: 18rem;
	margin: 0 auto;
}
a.button,
input.button{
	position: relative;
	font-size: 1.5rem;
	color: #fff;
	background: #6BB9BF;
	border: 1px solid #6BB9BF;
	display: inline-block;
	width: 18rem;  
	height: 5.4rem;
	line-height: 5.2rem;
	text-align: center;
}
a.button.white,
input.button.white{
	color: #6BB9BF;
	background: #fff;
	border: 1px solid #6BB9BF;
}
input[type="submit"] {
	position: relative;
	font-size: 1.5rem;
	color: #fff;
	background: #6BB9BF;
	border: 1px solid #6BB9BF;
	display: inline-block;
	width: 18rem;  
	height: 5.4rem;
	line-height: 5.2rem;
	text-align: center;
}
a.button:hover,
input.button:hover{
	background: #fff;
	color: #6BB9BF;
	transition: .5s;
}
a.button.white:hover,
input.button.white:hover{
	background: #6BB9BF;
	color: #fff;  
	border: 1px solid #6BB9BF;
}
@media print, screen and (max-width: 767px) {
	div.button-area{
		width: 16rem;
	}
	a.button,
	input.button{
		width: 16rem;
		font-size: 1.4rem;
		height: 5.2rem;
		line-height: 5.0rem;
	}
	input[type="submit"] {
		width: 18rem;
		height: 5.2rem;
		line-height: 5.0rem;
	}
}
/* IE対応 */
@media print, screen and (-ms-high-contrast:none) {
	a.button,
	input.button{
		height: 5.5rem;
		line-height: 5.3rem;
	}
	input[type="submit"] {
		height: 5.5rem;
		line-height: 5.3rem;
	}
}

/* mainvisualSec
-------------------------------------------------- */
section.mainvisualSec{
	width: 100%;
	height: 65rem;
	position: relative;
	background: url(../img/top/mainvisual.jpg) center center / cover no-repeat;
	background-size: cover;
}
section.mainvisualSec::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 65rem;
	width: 100%;
	background: rgba(0, 0, 0, 0.2)!important;
}
section.mainvisualSec div.content{
	position: relative;
	height: 65rem;
}
section.mainvisualSec div.content div.copy-area{
	position: absolute;
	top: 42%;
	right: 2%;
	z-index: 1;
}
section.mainvisualSec div.content div.copy-area p.copy{
	color: #fff;
	font-size: 3rem;
	line-height: 1.3;
	text-shadow: 2px 2px 0 #333;
}
section.mainvisualSec div.content div.copy-area p.sub{
	color: #fff;
	font-size: 3rem;
	font-weight: normal;
	line-height: 1.3;
	text-shadow: 2px 2px 0 #333;
}
@media print, screen and (max-width: 960px) {
	section.mainvisualSec{
		height: calc(100vh - 18rem);
	}
	section.mainvisualSec::after {
		height: calc(100vh - 18rem);
	}
	section.mainvisualSec div.content{
		position: inherit;
		height: calc(100vh - 18rem);
	}
	section.mainvisualSec div.content div.copy-area{
		top: 48%;
	    transform: translateY(-52%);
		left: 0;
		right: 0;
		text-align: center;
	}
	section.mainvisualSec div.content div.copy-area p.copy{
		font-size: 3rem;
		line-height: 1.3;
	}
	section.mainvisualSec div.content div.copy-area p.sub{
		font-size: 3rem;
		line-height: 1.3;
		margin-top: 0;
	}
}
@media print, screen and (max-width: 767px) {
	section.mainvisualSec{
		height: calc(100vh - 9rem);
	}
	section.mainvisualSec::after {
		height: calc(100vh - 9rem);
	}
	section.mainvisualSec div.content{
		position: inherit;
		height: calc(100vh - 9rem);
	}
	section.mainvisualSec div.content div.copy-area p.copy{
		font-size: 2.6rem;
		line-height: 1.4;
	}
	section.mainvisualSec div.content div.copy-area p.sub{
		font-size: 2.6rem;
		line-height: 1.4;
		margin-top: 0;
	}
}
@media print, screen and (max-width: 480px) {
	section.mainvisualSec div.content div.copy-area p.copy{
    	font-size: 2.4rem;
	}
	section.mainvisualSec div.content div.copy-area p.sub{
	    font-size: 2.4rem;
	}
}
@media print, screen and (max-width: 374px) {
	section.mainvisualSec div.content div.copy-area p.copy{
    	font-size: 2.1rem;
	}
	section.mainvisualSec div.content div.copy-area p.sub{
	    font-size: 2.1rem;
	}
}

/* "h"tag
-------------------------------------------------- */
h3.h3-cmn {
	margin-bottom: 5rem;
	font-size: 2.6rem;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
}
@media print, screen and (max-width: 767px) {
	h3.h3-cmn {
		margin-bottom: 3rem;
		font-size: 2.4rem;
	}
}


/* aboutSec
-------------------------------------------------- */
/* section */
section.aboutTopSec{
	margin: 10rem auto 0;
}
section.aboutTopSec h3.h3-cmn{
	text-align: left;
	margin-bottom: 3rem;
}
section.aboutTopSec div.content div.wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section.aboutTopSec div.content div.wrap div.text-area{
	width: 48%;
}
section.aboutTopSec div.content div.wrap div.img-area{
	width: 48%;
}
@media print, screen and (max-width: 767px) {
	/* "h"tag */
	h4.h4-cmn.about{
		font-size: 2.0rem;
		margin-bottom: 2rem;
	}
	/* section */
	section.aboutTopSec{
		margin: 7rem auto 0;
	}
	section.aboutTopSec div.content div.wrap{
		display: block;
	}  
	section.aboutTopSec div.content div.wrap div.text-area{
		margin-bottom: 3rem;
		width: 100%;
	}
	section.aboutTopSec div.content div.wrap div.img-area{
		width: 100%;
	}
}

/* facilityTopSec
-------------------------------------------------- */
section.facilityTopSec{
	margin: 10rem 0 0;
	background: url(../img/top/facility_top_img.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	height: 80%;
	padding-top: 7rem;
	padding-bottom: 7rem;
	position: relative;
}
section.facilityTopSec h3.h3-cmn{
	margin-bottom: 3rem;
}
section.facilityTopSec div.content div.wrap{
	width: 45rem;
	padding: 5rem 3rem;
	background-color: rgba(255,255,255,.7);
	position: relative;
	margin: 0 0 0 auto;
}
section.facilityTopSec div.content div.wrap div.button-area{
	margin: 5rem auto 0;
}
@media print, screen and (max-width: 767px) {
	section.facilityTopSec{
		margin: 7rem 0 0;
		background: url(../img/top/facility_top_img_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	section.facilityTopSec div.content div.wrap{
		padding: 5rem 2rem;
		width: 100%;
		background-color: rgba(255,255,255,.7);
		position: relative;
	}
	section.facilityTopSec div.content div.wrap div.button-area{
		margin: 3rem auto 0 auto;
	}
}

/* zamamiTopSec
-------------------------------------------------- */
section.zamamiTopSec{
	margin: 10rem 0 0;
	background: url(../img/top/zamami_top_img.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	height: 80%;
	padding-top: 7rem;
	padding-bottom: 7rem;
	position: relative;
}
section.zamamiTopSec h3.h3-cmn{
	margin-bottom: 3rem;
}
section.zamamiTopSec div.content div.wrap{
	width: 45rem;
	padding: 5rem 3rem;
	background-color: rgba(255,255,255,.7);
	position: relative;
	margin: 0 auto 0 0;
}
section.zamamiTopSec div.content div.wrap div.button-area{
	margin: 5rem auto 0;
}
@media print, screen and (max-width: 767px) {
	section.zamamiTopSec{
		margin: 7rem 0 0;
		background: url(../img/top/zamami_top_img_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	section.zamamiTopSec div.content div.wrap{
		padding: 5rem 2rem;
		width: 100%;
		background-color: rgba(255,255,255,.7);
		position: relative;
	}
	section.zamamiTopSec div.content div.wrap div.button-area{
		margin: 3rem auto 0 auto;
	}
}

/* instagramSec
-------------------------------------------------- */
section.instagramSec{
	margin: 10rem auto 0;
}
section.instagramSec div.content div.logo-area{
	width: 20rem;
	margin: 0 auto;
}
section.instagramSec div.content div.logo-area h3{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 3rem;
}
section.instagramSec div.content div.logo-area h3 img.insta-mark{
	width: 25%;
	height: 100%;
	margin-right: 0.5rem;
}
section.instagramSec div.content div.logo-area h3 img.insta-logo{
	width: 75%;
	height: 100%;
	margin-top: 1rem;
}
@media print, screen and (max-width: 767px) {
	section.instagramSec{
		margin: 7rem auto 0;
	}
	section.instagramSec div.content div.logo-area{
		width: 18rem;
	}
}

/* accessSec
-------------------------------------------------- */
/* "h"tag */
h4.h4-acs{
	font-size: 2.0rem;
	margin-bottom: 1rem;
}
h4.h4-acs::before{
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background-size: contain;
	vertical-align: middle;
	margin-right: 0.3rem;
	padding-top: 0.2rem;
}
h4.h4-acs.a01::before{
	background-image: url(../img/common/placeholder.svg);
}
h4.h4-acs.a02::before{
	background-image: url(../img/common/cruise.svg);
}
section.accessSec{
	margin: 10rem auto 0;
}
section.accessSec div.content div.wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
section.accessSec div.content div.wrap div.gmap{
	width: 47%;
}
section.accessSec div.content div.wrap div.gmap iframe{
	width: 100%;
	height: 45rem;
}
section.accessSec div.content div.wrap div.imgarea img{
	width: 100%;
	height: auto;
}
section.accessSec div.content div.wrap div.text-area{
	width: 50%;
}
section.accessSec div.content div.wrap div.text-area div.accessDetail h3{
	font-size: 1.8rem;
	margin-bottom: 0.8rem;
}
section.accessSec div.content div.wrap div.text-area div.accessDetail h3::before{
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background-size: contain;
	vertical-align: middle;
	margin-right: 0.5rem;
	margin-bottom: 0.3rem;
}
section.accessSec div.content div.wrap div.text-area div.accessDetail{
	margin-bottom: 3.5rem;
}
@media print, screen and (max-width: 767px) {
	section.accessSec{
		margin: 7rem auto 0;
	}
	section.accessSec div.content div.wrap{
		display: block;
	}
	section.accessSec div.content div.wrap div.gmap{
		width: 100%;
		margin-bottom: 3rem;
	}
	section.accessSec div.content div.wrap div.text-area{
		width: 100%;
	}
}

/* newsSec
-------------------------------------------------- */
section.newsSec{
	margin: 10rem auto 0;
}
section.newsSec div.content div.newslist{
	margin-bottom: 5rem;  
}
section.newsSec div.content div.newslist div.box{
	margin-bottom: 3.0rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px dotted #888;
}
section.newsSec div.content div.newslist div.box:last-child{
	margin-bottom: 0;
}
section.newsSec div.content div.newslist div.box dl{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section.newsSec div.content div.newslist div.box dl dt.date{
	font-size: 1.3rem;
	color: #000;
	line-height: 1.4;
	margin-right: 1rem;
}
section.newsSec div.content div.newslist div.box dl dd.tag a{
	position: relative;
	width: inherit;
	display: inline-block;
	text-align: center;
	pointer-events: none;
	font-size: 1.3rem;
	padding: 0.15rem 0.5rem 0.30rem;
	color: #fff;
}
section.newsSec div.content div.newslist div.box dl dd.tag.zamami{
	background: #001929;
}
section.newsSec div.content div.newslist div.box dl dd.tag.stay{
	background: #6BB9BF;
}
section.newsSec div.content div.newslist div.box p.title{
	padding-top: 1rem;
	line-height: 1.6;
}
section.newsSec div.content div.newslist div.box p a:hover{
	opacity: 0.4;
	transition: 0.4s;
}
section.newsSec div.content div.button-area{
	margin: 0 0 0 auto;  
}
@media print, screen and (max-width: 767px) {
	section.newsSec{
		margin: 7rem auto 0;
	}
}

/* snsSec
-------------------------------------------------- */
section.snsSec{
	margin: 10rem auto 0;
	padding-top: 7rem;
	border-top: 1px solid #888;
}
section.snsSec h3.h3-cmn{
	margin-bottom: 4rem;
}
section.snsSec div.content div.sns-area ul{
	width: 14rem;
	margin: 2rem auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section.snsSec div.content div.sns-area ul li{
	margin-right: 5rem;
}
section.snsSec div.content div.sns-area ul li:last-child{
	margin-right: 0;
}
section.snsSec div.content div.sns-area ul li.facebook{
	width: 4.8rem;
}
section.snsSec div.content div.sns-area ul li.instagram{
	width: 4.5rem;
}
section.snsSec div.content div.sns-area ul li img{
	width: 100%;
}
section.snsSec div.content div.sns-area ul li img:hover{
	opacity: 0.4;
	transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
	section.snsSec{
		padding-top: 5rem;
	}
	section.snsSec h3.h3-cmn{
		margin-bottom: 3rem;
	}
}

/* footer
-------------------------------------------------- */
footer{
	margin: 8rem auto 0;
	background: #F5F5F5;
}
footer h3.h3-ftr {
	margin-bottom: 1rem;
	font-size: 2.0rem;
	line-height: 1.3;
	font-weight: bold;
}
footer div.content div.footer-area{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 7rem 0;
}
footer div.content div.footer-area a:hover,
footer div.content div.footernav-bottom a:hover{
	opacity: 0.4;
	transition: 0.6s;
}
/* logo-area */
footer div.content div.footer-area div.footerlogo-area div.logo{
	width: 20rem;
	margin: 0 auto 2rem 0;
}
footer div.content div.footer-area div.footerlogo-area div.logo img{
	width: 100%;
	height: auto;
}
footer div.content div.footer-area div.footerlogo-area p.p-txt{
	line-height: 1.6;
}
/* footernav */
footer div.content div.footer-area div.footernav-area div.navmenu nav ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 5rem;
}
footer div.content div.footer-area div.footernav-area div.navmenu nav ul li{
	margin-right: 4.5rem;
}
footer div.content div.footer-area div.footernav-area div.navmenu nav ul li:last-child{
	margin-right: 0;
}
footer div.content div.footer-area div.footernav-area div.footer-btn ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 34rem;
	margin: 0 0 0 auto;
}
footer div.content div.footer-area div.footernav-area div.footer-btn ul li{	
	width: 16rem;
	text-align: center;
	border-radius: 1rem;
}
footer div.content div.footer-area div.footernav-area div.footer-btn ul li:hover{
	opacity: 0.4;
	transition: 0.6s;
}
footer div.content div.footer-area div.footernav-area div.footer-btn ul li a{
	display: block;
	color: #fff;	
	height: 5.0rem;
    line-height: 4.8rem;    
}
footer div.content div.footer-area div.footernav-area div.footer-btn ul li.reservation{
	background: #E96656;
	margin-right: 2rem;
}
footer div.content div.footer-area div.footernav-area div.footer-btn ul li.inquiry{
	background: #001929;
}
/* copyright */
div.copyright{
	padding: 1.5rem 0;
}
div.copyright div.content div.wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
div.copyright div.content ul li a:hover{
	opacity: 0.4;
	transition: 0.6s;
}
@media print, screen and (max-width: 960px) {
	footer h3.h3-ftr {
		margin-bottom: 1rem;
		font-size: 2.0rem;
		text-align: center;
	}
	footer div.content div.footer-area{
		padding: 5rem 0; 
		display: block;
		height: auto;
	}
	/* logo-area */
	footer div.content div.footer-area div.footerlogo-area{
		margin: 0 auto 3rem;
	}
	footer div.content div.footer-area div.footerlogo-area div.logo{
		width: 20rem;
		margin: 0 auto 3rem;
	}
	footer div.content div.footer-area div.footerlogo-area p.p-txt{
		line-height: 1.6;
		width: 25rem;
		margin: 0 auto;
	}
	/* footernav */
	footer div.content div.footer-area div.footernav-area div.navmenu nav ul{
		margin-bottom: 3rem;
		width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	footer div.content div.footer-area div.footernav-area div.navmenu nav ul li{
		width: 50%;
		text-align: center;
		margin-right: 0;
		margin-bottom: 1.5rem;
	}
	footer div.content div.footer-area div.footernav-area div.footer-btn ul{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 29rem;
		margin: 0 auto;
	}
	footer div.content div.footer-area div.footernav-area div.footer-btn ul li{	
		width: 15rem;
		text-align: center;
	}
	footer div.content div.footer-area div.footernav-area div.footer-btn ul li.reservation{
		margin-right: 1rem;
	}
	/* copyright */
	div.copyright{
		padding: 
		3rem 0;
	}
	div.copyright div.content div.wrap{
		display: block;
		text-align: center;
	}
	div.copyright div.content div.copyright-nav{
		margin-bottom: 1rem;
	}
}
@media print, screen and (max-width: 960px) {
	footer{
		margin: 6rem auto 0;
		background: #F5F5F5;
	}
}
