@charset "utf-8";
/* Common Layout for SP */

@media screen and (max-width: 812px){

.pc {
	display: none !important;
}

body{
  position: relative;
	font-size: 1.3rem;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.4rem;
}

/* === header === */
header {
	box-sizing: border-box;
  width: 100%;
	height: 105px;
	padding: 10px 18px 10px;
	background: #1e96c0;
	color: #fff;
	position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
}
header .siteid {
	font-size: 1.7rem;
	letter-spacing: 0.15em;
	margin-bottom: 12px;
}
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: 1.7rem;
	letter-spacing: 0.15em;
	line-height: 1.0;
}
header .siteid rt {
	font-size: 1.1rem;
	letter-spacing: 0.65rem;
	line-height: 1.0;
	margin-top: 0.2em;
}
header address {
	font-style: normal;

	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 address .tel {
	display: block;
	font-size: 1.3rem;
	letter-spacing: 0.2em;
}
header address .tel a,
header address .tel a:link,
header address .tel a:visited,
header address .tel a:hover,
header address .tel a:active {
	color: #fff;
	text-decoration: none;
}
header address .tel:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 16px;
	background: url("../img/sp_icons.png") -102px 0 no-repeat;
	background-size: 147px auto;
	margin: auto 0.4em -3px auto;
}
header address .adrs:before {
	content: "";
	display: block;
	width: 100%;
	height: 1.5px;
	background: url("../img/sp_border_dotted_1.png") 0 0 repeat-x;
	background-size: 3.5px auto;
	margin-bottom: 0.5em;
}
header address .adrs {
	display: block;
	font-size: 1.2rem;
	padding: 0 0 0.5em;
	margin-top: 0.5em;
}
header .h_img {
  position: absolute;
  width: 20%;
  top: 10px;
  left: 18.5em;
}

nav .homebtn,
header .menubtn {
  overflow: hidden;
	display: block;
	width: 45px;
	height: 45px;
	background: #fff;
	border-radius: 100%;
	position: fixed;
	top: 30px;
	right: 18px;
}
nav .homebtn a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -10000px;
	overflow: hidden;
}
header .menubtn {
	position: absolute;
	right: 18px;
	top: 50%;
	margin-top: -22.5px;
	text-indent: -10000px;
	overflow: hidden;
}
nav .homebtn a:before,
header .menubtn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -10px auto 0;
	width: 22.5px;
	height: 23.5px;
	background: url("../img/sp_menu_icons.png") -24.5px -6.5px no-repeat;
	background-size: 79.5px auto;
}
nav .homebtn a:before {
	width: 23.5px;
	height: 30px;
	margin: -15px auto 0;
	background-position: 0 0;
}

/* === nav === */
nav {
	display: none;
	width: 94.133333%;
	max-width: 353px;
	min-height: 270px;
	background-color: rgba(128,128,128,0.85);
	border-radius: 20px;
	box-shadow: 4px 4px 0 0 rgba(128,128,128,0.3);
	position: fixed;
	top: 10px;
	right: 20px;
	z-index: 10;
}
body.menuopen nav {
	display: block;
}
body.menuopen header .menubtn {
	visibility: hidden;
}
body.menuopen header .homebtn {
	display: block;
}
nav .closebtn {
	width: 31.5px;
	height: 34px;
	position: absolute;
	bottom: 17px;
	right: 15px;
	background: url("../img/sp_menu_icons.png") -48px 0 no-repeat;
	background-size: 79.5px auto;
	text-indent: -10000px;
	overflow: hidden;
}
nav ul {
	gap: 10px;
	padding: 80px 0 70px;
	display:-webkit-flex;
	-webkit-justify-content:flex-start;
	-webkit-align-items:center;
	-webkit-flex-wrap: wrap;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap: wrap;
}
nav li {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	overflow: hidden;
	/*margin-left: 10px;*/
}
nav li:nth-child(n + 3) {
	/*margin-top: 10px;*/
}
nav li:nth-child(3) {
	/*margin-left: 57.5px;*/
}

nav li a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	/*font-size: 1.3rem;*/
	font-size: 10px;
	font-weight: 500;
	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.2rem;*/
	letter-spacing: -0.05em;
}
nav li a .en {
	display: block;
	font-size: 8px;
	font-weight: normal;
	letter-spacing: normal;
	margin-top: 4px;

	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: 13px;
	height: 21px;
	background: url("../img/sp_nav_icons.png") 0 0 no-repeat;
	background-size: 71.5px auto;
	margin-bottom: 4px;
}
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 {
	background-position: 0 3px;
}
nav li a[href^="/wp/about"] .en:before,
nav li a[href^="/about"] .en:before {
	width: 15.5px;
	background-position: -14px 6px;
}
nav li a[href^="/wp/products"] .en:before,
nav li a[href^="/products"] .en:before {
	width: 23.5px;
	background-position: -30.5px 3px;
}
nav li a[href^="/wp/plan"] .en:before,
nav li a[href^="/plan"] .en:before {
	width: 16.5px;
	background-position: -55px 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;
}

/* === topimages === */
.topimages {
	width: 86.666666%;
	margin: 25px auto 34px;
}

/* === changeBg === */
.changeBg {
	background: #D7EBF0;
}
.changeBg-container {
	padding: 30px 25px;
}
.changeBg section + section {
	margin-top: 27px;
}
.changeBg h2 {
	letter-spacing: 0.1em;
	height: 24px;
	margin-bottom: 11px;
	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: 24px;
	height: 24px;
	background: url("../img/sp_icons.png") -19px -50% no-repeat;
	background-size: 146.5px auto;
}

/* --- payment --- */
.changeBg .payment h2:before {
	width: 24.5px;
	background: url("../img/sp_icon_cashless.png") 0 50% no-repeat;
	background-size: 24.5px auto;
	margin-right: 5px;
}
.changeBg .payment .methodlist {
	margin-top: 10px;
}
/* --- parking --- */
.changeBg .parking {
	margin-top: 25px;
}
.changeBg .parking .liveimg {
	margin-top: 10px;
}

/* --- newslist --- */
.changeBg .newslist {
  position: relative;
}
.changeBg .newslist h2:before {
	width: 17px;
	margin-right: 12px;
}
.changeBg .newslist .newsimg {
  position: absolute;
  top: -10px;
  right: 1.5%;
  width: 73px;
}
.newslist .newslist-container {
	box-sizing: border-box;
	height: 252px;
	padding: 0 10px 0 3px;
	background: #fff;
	border-radius: 10px;
	border: 10px solid #fff;
	overflow-y: scroll;
}
.newslist-container::-webkit-scrollbar {
	width: 12px;
}
.newslist-container::-webkit-scrollbar-track {
	background: #fff;
	border: none;
}
.newslist-container::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background: #808080;
}
.newslist article + article {
	border-top: 2px dotted #6f6f6f;
}
.newslist article a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding:10px 0 8px 23px;
	position: relative;

	display:-webkit-flex;
	-webkit-justify-content:flex-start;
	-webkit-align-items:center;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap: wrap;
}
.newslist article a:before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: url("../img/sp_icons.png") -115px 0 no-repeat;
	background-size: 146.5px auto;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7.5px;
}
.newslist article .date {
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
}
.newslist article h3 {
	width: 100%;
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.23;
}

/* --- calendar --- */
.changeBg .calendar h2:before {
	width: 19.5px;
	background-position: -62px -50%;
	margin-right: 9.5px;
}
.changeBg .calendar p {
	text-align: right;
	margin-top: 12px;
}
.changeBg .holiday {
	color: #1E96C0;
}

/* --- schedule --- */
.changeBg .schedule {
	margin-top: 5px;
}
.changeBg .schedule h2:before {
	width: 24px;
	background-position: -37px -50%;
	margin-right: 5px;
}
.changeBg .schedule dl {
	border-radius: 10px;
	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 dt,
.changeBg .schedule dd {
	min-height: 32px;
	text-align: center;

	display:-webkit-flex;
	-webkit-justify-content:center;
	-webkit-align-items:center;
	display:flex;
	justify-content:center;
	align-items:center;
}
.changeBg .schedule dt:first-child,
.changeBg .schedule dt:first-child + dd {
	padding-top: 10px;
}
.changeBg .schedule dt:nth-child(13),
.changeBg .schedule dd:last-child {
	padding-bottom: 10px;
}
.changeBg .schedule dt {
	width: 21%;
	background: #1e96c0;
	color: #fff;
}
.changeBg .schedule dd {
	width: calc(79% - 1.6em);
	padding-left: 1.6em;
	background: #fff;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
}
.changeBg .schedule dd span.sp {
	margin-left: 1.0em;
}
.changeBg .schedule p {
	margin-top: 12px;
}

/* === access ===*/
.access {
	padding: 30px 25px 0;
}
.access h2 {
	width: 100%;
	letter-spacing: 0.1em;
	height: 24px;
	margin-bottom: 11px;
	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: 18px;
	height: 24.5px;
	background: url("../img/sp_icons.png") 0 0 no-repeat;
	background-size: 146.5px auto;
	margin-right: 11px;
}
.access .gmap {
	width: 100%;
	height: 325px;
	border-radius: 10px;
	overflow: hidden;
}
.access .location {
	width: 100%;
	margin: 20px 0 38px;

	display:-webkit-flex;
	-webkit-justify-content:center;
	-webkit-align-items:flex-start;
	-webkit-flex-direction: column;
	display:flex;
	justify-content:center;
	align-items:flex-start;
	flex-direction: column;
}
.access .location p {
	width: 100%;
	text-align: center;
}
.access .location a.toGooglemap {
	order: -1;
	display: block;
	width: 100%;
	height: 35px;
	background: #1e96c0;
	border-radius: 17.5px;
	margin-bottom: 17px;
	color: #fff;
	font-size: 1.4rem;
	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: 15px;
	height: 15px;
	background: url("../img/sp_icons.png") -131.5px 0 no-repeat;
	background-size: 146.5px auto;
	margin-right: 8px;
}
.access section + section {
	margin-top: 27px;
}
.access section h3 {
	height: 35px;
	background: #fff;
	font-weight: normal;
	margin-bottom: 15px;

	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 {
	text-align: center;
	line-height: 1.5;
}
.access section ul {
	margin: 0.5em 0 1.5em;
}

/* === banner === */
.banner {
	padding: 0 25px;
	margin-top: 40px;
}
.banner a{
	display: block;
}
.webshop {
	padding: 0;
	margin-top: 28px;
	text-align: center;
}
.webshop img{
	width: 261px;
	height: auto;
}

/* === toPagetop === */
#toPagetop {
	position: fixed;
	right: 16px;
	bottom: 25px;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	background: #1e96c0;
	box-shadow: 3px 3px 0 0 rgba(0,0,0,0.2);

	opacity:0;
	display:none;
}
#toPagetop a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	text-indent: -10000px;
	overflow: hidden;
}
#toPagetop a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -11.5px auto 0;
	width: 18.5px;
	height: 23.5px;
	background: url("../img/sp_icons.png") -82.5px 0 no-repeat;
	background-size: 146.5px auto;
}

/* === footer === */
footer {
	height: 35px;
	margin-top: 53px;
	background: #1e96c0;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: normal;
	text-align: center;

	display:-webkit-flex;
	-webkit-justify-content:center;
	-webkit-align-items:center;
	display:flex;
	justify-content:center;
	align-items:center;
}

} /* @media */


@media screen and (max-width: 429px){
  header .h_img {
    width: 17%;
    left: 18.2em;
  }
}


@media screen and (min-width: 320px) and (max-width: 812px) {
header {padding: 10px 12px 10px;}
header .siteid {font-size: 1.6rem;letter-spacing: 0.1em;}
header address .adrs {letter-spacing:normal;}
nav {width: 96%;right: 7px;}
header .menubtn,header .homebtn {right: 10px;}
/*nav li:nth-child(3) {margin-left: 10px;}*/

} /* @media */

@media screen and (min-width: 360px) and (max-width: 812px) {
header {padding: 10px 18px 10px;}
header .siteid {font-size: 1.7rem;letter-spacing: 0.15em;}
header address .adrs {letter-spacing:0.09em;}
nav {width: 94.133333%;right: 10px;}
header .menubtn,header .homebtn {right: 18px;}
/*nav li:nth-child(3) {margin-left: 40px;}*/

} /* @media */

@media screen and (min-width: 375px) and (max-width: 812px) {
/*nav li:nth-child(3) {margin-left: 57.5px;}*/

} /* @media */

@media screen and (min-width: 411px) and (max-width: 812px) {
.webshop img{width: 286px;}
} /* @media */