a,h2,h3,p {
	font-family: serif;
}

a {
	color: #111;
	transition: 0.6s;
	font-family: serif;
}

a:hover {
	opacity: 0.6;
}

#primary {
	text-align: center;
	font-family: serif;
}

#main {
	position: absolute;
	width: 100%;
	line-height: 3;
}

#globalnavi {
	display: block;
	position: fixed;
	z-index: 999;
	margin-top: 0;
	width: 100%;
	text-align: center;
	background: rgba(255,255,255,0.9);
}

#globalnavi ul {
	display: inline;
	margin: 0;
	padding: 5px;
}

#globalnavi ul li {
	display: inline;
	margin-right: 3%;
}

#globalnavi h1 {
	display: inline;
	margin-right: 10%;
	font-size: 22px;
	letter-spacing: 1px;
}

#globalnavi h1 span{
	font-size: 16px;
	font-weight: normal;
}

#globalnavi ul li:last-child {
	margin-right: 0;
}

section {
    margin-bottom: 150px;
}

section,footer {
	padding: 0 2%;
}

section.anchor {
    display: block;
    text-align: -webkit-center;
    text-align: -moz-center;
    padding-top: 70px;
}

section:first-child {
	margin-top: -18%;
	padding: 0;
}

section:last-of-type {
	margin-bottom: 100px;
}

section h2 {
	font-size: 25px;
	letter-spacing: 4px;
}

section p,#infomation h3 {
	display: block;
	max-width: 700px;
	margin: auto;
	padding: 0 2%;
	font-size: 15px;
}

#pcSlider { 
	display: block;
	position: relative;
}

#pcSlider span {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    position: absolute;
    top: 45%;
    right: 85%;
    letter-spacing: 0.3em;
    color: #fff;
    font-size: 1.5em;
}

#spSlider { 
	display: none;
}

#concept p{
	padding: 2%;
}

#room img {
	width: 100%;
	max-width: 400px;
}

#room p,#infomation h3,#infomation p {
	text-align: center;
	padding-bottom: 15px;
	font-size: 15px;
	line-height: 2;
}

#room h3 {
	margin-top: 12%;
}

#room h3:first-of-type {
	margin-top: 0;
}

#room p.item {
	padding-bottom: 0;
	font-size: 12px;
}

#infomation h3 {
	padding: 20px 0 10px;
	font-size: 15px;
}

#infomation p {
	text-align: justify;
	font-size: 13px;
	border-bottom: 0.5px solid #666;
}

.supplement {
	display: block;
	padding: 2% 0.5% 0;
	font-size: 11px;
	color: #555;
	line-height: 19px;
}

#ten a{
	color: #000;
    border-bottom: solid 1px;
}

#ten p.workShop {
	max-width: 600px;
	color: #fff;
	background: #997;
	line-height: 2.5;
}

#ten img {
	margin-top: 20px;
	width: 20%;
	max-width: 600px;
}

.access img {
	width: 100%;
	max-width: 400px;
	margin-top: 50px;
}

.googlemaps {
	text-align: right;
}

.instagram {
	padding: 0 20%;
}

footer {
	background:#eee;
	letter-spacing: 0.5px;
	font-size: 16px;
}

section a,footer a {
	color: #1e90ff;
}

footer a:hover {
	opacity: 1.0;
	transition: 0s;
	border-bottom: 0.5px solid;
}

footer a.insta-website:hover {
	opacity: 0.6;
	transition: 0.6s;
	border: 0;
}

footer p {
	margin: 0;
}

footer img {
	width: 20px;
	vertical-align: baseline;
}

.footer-inner {
	padding-top: 30px;
}

#copyright {
	padding: 0;
}

#copyright p {
	font-size: 14px;
	font-family: 'arial';
	margin: 0;
	line-height: 2;
}

#pageTop {
	position: fixed;
	z-index: 999;
	bottom: 20px;
	right: 20px;
	margin: 0;
}

#pageTop a {
	display: block;
	text-align: center;
	width: 50px;
	height: 50px;
	border-radius: 30px;
	background: #999;
	color: #fff;
	font-size: 30px;
	text-decoration: none;
}

@media screen and (max-width:600px) {
#globalnavi {
	padding: 0 0 3px 0;
}

#globalnavi h1 {
	display: block;
	margin: 0;
	font-size: 20px;
}

#globalnavi ul li {
	margin-right: 10%;
}

#globalnavi ul li.spNone {
	display: none;
}

section {
	margin-bottom: 20px;
}

section:first-child {
}

section h2 {
	font-size: 20px;
}

section p {
	padding: 2% 4%;
	line-height: 3.5;
}

#pcSlider {
	display: none;
}

#spSlider {
	display: block;
	position: relative;
    margin: 0;
	padding: 0;
}

#spSlider span {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    position: absolute;
    top: 20%;
    right: 80%;
    letter-spacing: 4px;
    line-height: 50px;
    color: white;
    font-size: 1.5em;
}

#room {
	margin-top: 70px;
	padding: 0 2%;
}

#ten img {
	width: 30%;
}

.access img {
	padding: 0 30px;
}

.instagram {
	padding: 0 5%;
}
}