@charset "utf-8";
/* ===================================
	Common Layout & Elemnts Style
	for PC & iPad
=================================== */

#loader {
	width: 100%;
	height: 100%;
	margin: 0;
	background: #fff;
	opacity: 1.0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}
#loader img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	width: auto;
	height: auto;
}

@media screen and (min-width: 813px), print{

.sp {
	display: none !important;
}

header {
	box-sizing: border-box;
	width: 1097px;
	height: 117px;
	padding: 0 45px 0 37px;
	background: #1E96C0;
	border-radius: 0 0 50px 50px;
	box-shadow: 3px 3px 0 0 rgba(0,0,0,0.1);
	color: #fff;
	margin: 0 auto;

	display:-webkit-flex;
	-webkit-justify-content:flex-start;
	-webkit-align-items:center;
	-webkit-flex-wrap: nowrap;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap: nowrap;
  
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10000;
}
header .homebtn {
	order: -1;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	background: #fff;
	overflow: hidden;
	margin-right: 20px;
}
header .homebtn a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -10000px;
	position: relative;
}
header .homebtn a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -16px auto 0;
	width: 25px;
	height: 32px;
	background: url("../img/icons.png") 0 0 no-repeat;
}
header .siteid ruby {
	ruby-position:after;

	display:-webkit-flex;
	-webkit-justify-content:flex-start;
	-webkit-align-items:flex-start;
	-webkit-flex-direction: column;
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	flex-direction: column;
}
header .siteid rt,
header .siteid rb {
	display: block;
}
header .siteid rb {
	font-size: 2.4rem;
	letter-spacing: 0.15em;
	line-height: 1.0;
}
header .siteid rt {
	width: 100%;
	font-size: 1.2rem;
	letter-spacing: 1.35rem;
	line-height: 1.0;
	margin-top: 0.2em;
}
header .h_img {
  position: absolute;
  top: 13px;
  left: 420px;
}
header address {
	margin: auto 0 auto auto;
	font-style: normal;
	font-weight: 700;
}
header address > * {
	display: block;
}
header address .tel {
	font-size: 2.2rem;
	text-align: center;
}
header address .tel:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 23px;
	background: url("../img/icons.png") -25px 0 no-repeat;
	margin:0 8px -3px 0;
}
header address .tel:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: url("../img/border_dotted_1.png") 0 0 repeat-x;
	margin-top: 9px;
}
header address .adrs {
	margin-top: 12px;
	font-size: 1.4rem;
}

/* === nav === */
nav {
	width: 1100px;
	margin: 20px auto 45px;
  
  position: sticky;
  top: 137px;
  left: 0;
  z-index: 10000;
}
/*.top nav {
	width: auto;
	margin: auto;
	position: absolute;
	top: 360px;
	left: calc(50% - 207px);
	z-index: 1000;
}
.top.scroll nav {
  position: fixed;
  justify-content: flex-end;
  width: 1097px;
  top: 137px;
}*/
nav ul {
	display:-webkit-flex;
	-webkit-justify-content:center;
	-webkit-align-items:flex-start;
	display:flex;
	justify-content:center;
	align-items:flex-start;
}
/*.top nav ul {
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
}*/
nav li {
	width: 161px;
	height: 161px;
	border-radius: 100%;
	overflow: hidden;
}
nav li + li {
	margin-left: 20px;
}
nav li a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.7);
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.035em;
	padding-top: 5px;

	display:-webkit-flex;
	-webkit-justify-content:center;
	-webkit-align-items:center;
	-webkit-flex-direction: column;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction: column;
	text-align: center;
	line-height: 1.1;
}
nav li a .short {
	font-size: 1.7rem;
	letter-spacing: -0.1em;
}
nav li a .en {
	display: block;
	font-size: 1.3rem;
	font-weight: normal;
	letter-spacing: normal;
	margin-top: 7px;

	display:-webkit-flex;
	-webkit-justify-content:flex-start;
	-webkit-align-items:center;
	-webkit-flex-direction: column;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-direction: column;
}
nav li a .en:before {
	content: "";
	display: block;
	width: 32px;
	height: 30px;
	background: url("../img/nav_icons.png") 0 0 no-repeat;
	margin-bottom: 7px;
}

nav li a[href="/wp"] .en:before,
nav li a[href="/"] .en:before {
	mask-image: url("../img/information.svg");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	background: #808080;
	width: 30px;
	height: 30px;
}

nav li a[href^="/wp/beginners"] .en:before,
nav li a[href^="/beginners"] .en:before {
	width: 18px;
	background-position: 0 3px;
}
nav li a[href^="/wp/about"] .en:before,
nav li a[href^="/about"] .en:before {
	width: 21px;
	background-position: -18px 7px;
}
nav li a[href^="/wp/products"] .en:before,
nav li a[href^="/products"] .en:before {
	background-position: -39px 4px;
}
nav li a[href^="/wp/plan"] .en:before,
nav li a[href^="/plan"] .en:before {
	width: 24px;
	background-position: -71px 0;
}
nav li a[href^="/wp/delivery"] .en:before,
nav li a[href^="/delivery"] .en:before {
	width:54px;
	mask-image: url("../img/nav_del.svg");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	background: #808080;
}
nav li a.stay,
nav li a:hover {
	background-color: #1e90ba;
	color: #fff;
}
nav li a:hover {
	transition: background 300ms ease 0s;
}
nav li a[href="/wp"].stay .en:before,
nav li a[href="/wp"]:hover .en:before,
nav li a[href="/"].stay .en:before,
nav li a[href="/"]:hover .en:before {
	background-color: #fff;
}
nav li a[href^="/wp/beginners"].stay .en:before,
nav li a[href^="/wp/beginners"]:hover .en:before,
nav li a[href^="/beginners"].stay .en:before,
nav li a[href^="/beginners"]:hover .en:before {
	background-position: 0 -27px;
}
nav li a[href^="/wp/about"].stay .en:before,
nav li a[href^="/wp/about"]:hover .en:before,
nav li a[href^="/about"].stay .en:before,
nav li a[href^="/about"]:hover .en:before {
	background-position: -18px -23px;
}
nav li a[href^="/wp/products"].stay .en:before,
nav li a[href^="/wp/products"]:hover .en:before,
nav li a[href^="/products"].stay .en:before,
nav li a[href^="/products"]:hover .en:before {
	background-position: -39px -26px;
}
nav li a[href^="/wp/plan"].stay .en:before,
nav li a[href^="/wp/plan"]:hover .en:before,
nav li a[href^="/plan"].stay .en:before,
nav li a[href^="/plan"]:hover .en:before {
	background-position: -71px -30px;
}
nav li a[href="/wp/delivery"].stay .en:before,
nav li a[href="/wp/delivery"]:hover .en:before,
nav li a[href="/delivery"].stay .en:before,
nav li a[href="/delivery"]:hover .en:before {
	background-color: #fff;
}
/* === topimages === */
.topimages {
	box-sizing: border-box;
	width: 1100px;
	max-width: 1100px;
	margin: 40px auto;
}

/* === changeBg Common ===*/
.changeBg {
	background: #D7EBF0;
}
.top .changeBg-container {
	width: 1100px;
	padding: 42px 0 60px;
	margin: 0 auto;

	display:-webkit-flex;
	-webkit-justify-content:space-between;
	-webkit-align-items:stretch;
	-webkit-flex-wrap: wrap;
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap: wrap;
}
.changeBg .newslist {
	width: 68.545454%;/* 754px */
}
.changeBg .calendar {
	width: 27.272727%;/* 300px */
}
.changeBg .schedule {
	width: 100%;
}
.changeBg .payment {
	width: 67.45%;/* 742px */
}
.changeBg .parking {
	width: 29.0909%;/* 320px */
}

.changeBg h2 {
	letter-spacing: 0.1em;
	height: 32px;
	margin-bottom: 17px;
	display:-webkit-flex;
	-webkit-justify-content:flex-start;
	-webkit-align-items:center;
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.changeBg h2:before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
}

/* --- payment --- */
.changeBg .payment {
	margin-top: 45px;
}
.changeBg .payment h2 {
	margin-bottom: 10px;
}
.changeBg .payment h2:before {
	width: 34px;
	background: url("../img/icon_cashless.png") 0 50% no-repeat;
	margin-right: 8px;
}
.changeBg .payment .methodlist {
	margin-top: 10px;
}
/* --- parking --- */
.changeBg .parking {
	margin-top: 45px;
	padding-top: 42px;
}
.changeBg .parking .liveimg {
	margin-top: 10px;
}

/* --- newslist --- */
.changeBg .newslist {
  position: relative;
}
.changeBg .newslist h2:before {
	width: 22px;
	background: url("../img/icons.png") -98px -50% no-repeat;
	margin-right: 15px;
}
.changeBg .newslist .newsimg {
  position: absolute;
  top: -22px;
  right: 20px;
  width: 110px;
}
.newslist .newslist-container {
	box-sizing: border-box;
	height: 302px;
	padding: 0 19px;
	background: #fff;
	border-radius: 20px;
	border: 16px solid #fff;
	overflow-y: scroll;
}
.newslist-container::-webkit-scrollbar {
	width: 18px;
}
.newslist-container::-webkit-scrollbar-track {
	background: #fff;
	border: none;
}
.newslist-container::-webkit-scrollbar-thumb {
	border-radius: 9px;
	background: #808080;
}
.newslist article {
	min-height: 66px;
	height: 66px;
	display:-webkit-flex;
	-webkit-justify-content:flex-start;
	-webkit-align-items:center;
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.newslist article + article {
	border-top: 2px dotted #6f6f6f;
}
.newslist article a {
	display:-webkit-flex;
	-webkit-justify-content:baseline;
	-webkit-align-items:center;
	display:flex;
	justify-content:baseline;
	align-items:baseline;
}
.newslist article a:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url("../img/icons.png") -78px 0 no-repeat;
	margin-right: 14px;
	margin-top: 0.125em;
	align-self: flex-start;
}
.newslist article .date {
	display: block;
	font-size: 1.3rem;
	font-weight: 700;

	width: 110px;
}
.newslist article h3 {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.25;
	max-width: 78%;
}

/* --- calendar --- */
.changeBg .calendar h2:before {
	width: 27px;
	background: url("../img/icons.png") -120px -50% no-repeat;
	margin-right: 16px;
}
.changeBg .calendar p {
	text-align: right;
	margin-top: 15px;
}
.changeBg .holiday {
	color: #1E96C0;
}

/* --- schedule --- */
.changeBg .schedule h2:before {
	background: url("../img/icons.png") -147px 0 no-repeat;
	margin-right: 7px;
}
.changeBg .schedule {
	margin-top: 20px;
}
.changeBg .schedule dl {
	font-size: 1.8rem;
	border-radius: 20px;
	overflow: hidden;

	display:-webkit-flex;
	-webkit-justify-content:flex-start;
	-webkit-align-items:flex-start;
	-webkit-flex-wrap: wrap;
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	flex-wrap: wrap;
}
.changeBg .schedule dl > * {
	width: 14.272727%;
	height: 70px;
	letter-spacing: normal;

	display:-webkit-flex;
	-webkit-justify-content:center;
	-webkit-align-items:center;
	display:flex;
	justify-content:center;
	align-items:center;
}
.changeBg .schedule dt {
	order: 1;
	background: #1e96c0;
	color: #fff;
	font-weight: 500;
}
.changeBg .schedule dd {
	order: 8;
	height: 75px;
	background: #fff;
	text-align: center;
	line-height: 1.3;
}
.changeBg .schedule p {
	margin-top: 15px;
}

/* === access ===*/
.access {
	width: 1100px;
	padding: 50px 0;
	margin: 0 auto;

	display:-webkit-flex;
	-webkit-justify-content:space-between;
	-webkit-align-items:flex-start;
	-webkit-flex-wrap: wrap;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	flex-wrap: wrap;
}
.access h2 {
	width: 100%;
	letter-spacing: 0.1em;
	height: 35px;
	margin-bottom: 12px;
	display:-webkit-flex;
	-webkit-justify-content:flex-start;
	-webkit-align-items:center;
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.access h2:before {
	content: "";
	display: block;
	width: 26px;
	height: 35px;
	background: url("../img/icons.png") -179px 0 no-repeat;
	margin-right: 13px;
}
.access .gmap {
	width: 100%;
	height: 350px;
	border-radius: 30px;
	overflow: hidden;
}
.access .location {
	width: 100%;
	margin: 22px 0 33px;

	display:-webkit-flex;
	-webkit-justify-content:space-between;
	-webkit-align-items:center;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.access .location a.toGooglemap {
	display: block;
	width: 210px;
	height: 45px;
	background: #1e96c0;
	border-radius: 23px;
	color: #fff;
	font-weight: 500;

	display:-webkit-flex;
	-webkit-justify-content:center;
	-webkit-align-items:center;
	display:flex;
	justify-content:center;
	align-items:center;
}
.access .location a.toGooglemap:before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: url("../img/icons.png") -60px 0 no-repeat;
	margin-right: 8px;
}
.access .location a.toGooglemap:hover {
	opacity: 0.8;
}
.access section {
	width: 520px;
}
.access section h3 {
	height: 51px;
	background: #fff;
	font-weight: 400;
	margin-bottom: 20px;

	display:-webkit-flex;
	-webkit-justify-content:center;
	-webkit-align-items:center;
	display:flex;
	justify-content:center;
	align-items:center;
}
.access section p,
.access section li {
	line-height: 1.75;
}
.access section ul {
	margin: 0 0 0.5em;
}

/* === banner === */
.banner {
	width: 1100px;
	margin: 0 auto;

	display:-webkit-flex;
	-webkit-justify-content:center;
	-webkit-align-items:flex-start;
	display:flex;
	justify-content:center;
	align-items:flex-start;
}
.banner a{
	display: block;
}
.banner a:hover{
	opacity: 0.8;
}
.banner img{
	width: 820px;
	height: auto;
}

.webshop {
	margin-top: 45px;
}
.webshop img{
	width: auto;
}

/* === toPagetop === */
#toPagetop {
	width: 1100px;
	margin: 60px auto 40px;

	display:-webkit-flex;
	-webkit-justify-content:flex-end;
	-webkit-align-items:flex-start;
	display:flex;
	justify-content:flex-end;
	align-items:flex-start;
}
#toPagetop a {
	display: block;
	width: 210px;
	height: 45px;
	background: #1e96c0;
	border-radius: 23px;
	color: #fff;
	font-weight: 500;

	display:-webkit-flex;
	-webkit-justify-content:center;
	-webkit-align-items:center;
	display:flex;
	justify-content:center;
	align-items:center;
}
#toPagetop a:before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: url("../img/icons.png") -42px 0 no-repeat;
	margin-right: 8px;
}
#toPagetop a:hover {
	opacity: 0.8;
}

/* === footer === */
footer {
	height: 35px;
	background: #1E96C0;
	color: #fff;
	font-size: 1.2rem;

	display:-webkit-flex;
	-webkit-justify-content:center;
	-webkit-align-items:center;
	display:flex;
	justify-content:center;
	align-items:center;
}
} /* @media */