/*
GROOWEB SCSS SMACSS BEM
*/

/* Tools */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.text-align-center {
	text-align: center;
}

.text-align-right {
	text-align: right;
}

.display-block {
	display: block;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/

.sp-only {
	display: none !important;
}

.sp-only-2 {
	display: none !important;
}

.pc-only {
	display: block !important;
}

.pc-only-2 {
	display: inline-block !important;
}

/* font
-------------------------------*/

.bold {
	font-weight: bold;
}

/* margin
-------------------------------*/

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

/* padding
-------------------------------*/

/* base */

html {
	font-size: 62.5%;
}

body {
	font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	color: #444;
}

a {
	color: inherit;
}

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

input,
textarea,
select {
	font-family: inherit;
}

/* Layout */

.l-body {
	background: #F8F8E7;
}

.l-header {
	background: #fff;
}

.l-header__wrap {
	height: 11.7vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 2.44vw;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.l-footer {
	background: #fff;
}

.l-footer__wrap {
	height: 15.4vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
}

.l-main {
	height: 72.9vh;
}

.l-tab + .l-main {
	height: calc(77.9vh - 45px);
}

.l-main__wrap {
	padding: 4.88vw;
	height: 100%;
	overflow: scroll;
}

.l-in-iframe {
	padding: 30px;
	position: relative;
}

.l-tab {
	background: #fff;
}

.l-tab__wrap {
	padding: 0 1.9vw;
	border-bottom: 5px solid #B4A059;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.l-home-fix-buttons {
	padding: 3.88vw 4.88vw 0;
}

.l-home-slide-buttons {
	padding: 0 2.44vw 0;
}

/* Module */

.buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -2.44vw 4.0vh;
}

.buttons__col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 45%;
	margin: 0 2.44vw;
}

.button {
	display: block;
	color: #fff;
	background: #000;
	height: 13vh;
	border-radius: 15px;
	position: relative;
	border: none;
	font-size: inherit;
}

.button .button__wrap {
	border-radius: 15px;
	position: absolute;
	top: 0;
	bottom: 5px;
	left: 0;
	right: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px;
	line-height: 1.3;
}

.button .button__wrap img {
	display: block;
	margin: 0 auto;
}

.button .notice {
	background: #f00;
	color: #fff;
	position: absolute;
	right: -20px;
	top: -20px;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	z-index: 100;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 40px;
}

.button--1 {
	background: #958449;
}

.button--1 .button__wrap {
	background: #B49F59;
	font-size: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.button--1 .button__wrap img {
	margin: 0 10px 0 0;
}

.button--2 {
	height: 20vh;
	background: #958449;
}

.button--2 .button__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #B49F59;
	font-size: 2rem;
	text-align: center;
}

.button--2 .button__wrap img {
	margin-bottom: 15px;
	max-height: 65px;
	width: auto;
}

.button--5 {
	height: 20vh;
	background: #958449;
}

.button--5 .button__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #B49F59;
	font-size: 2rem;
	text-align: center;
}

.button--5 .button__wrap img {
	margin-bottom: 15px;
	max-height: 65px;
	width: auto;
}

.button--3 {
	margin: 0 auto;
	width: 235px;
	height: 60px;
	background: #A76810;
}

.button--3 .button__wrap {
	background: #D5871D;
	text-align: center;
}

.button--3s {
	margin: 0 auto;
	width: 235px;
	height: 40px;
	background: #A76810;
}

.button--3s .button__wrap {
	background: #D5871D;
	text-align: center;
}

.button--4 {
	margin: 0 auto;
	width: 235px;
	height: 60px;
	background: #868383;
}

.button--4 .button__wrap {
	background: #ADADAD;
	text-align: center;
}

.button--spsm {
	width: 100px;
	height: 30px;
	border-radius: 5px;
}

.button--spsm .button__wrap {
	padding: 8px 0 0;
	font-size: 1.2rem;
	line-height: 1;
	border-radius: 5px;
}

.button-s {
	color: #fff;
	background: #333;
	display: block;
	height: 40px;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 5px;
	border: none;
	font-size: 1.4rem;
	color: #fff;
}

.button-s--1 {
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	background: #2D2991;
}

.button-s--2 {
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	background: #D5871D;
}

.button-s img {
	margin-right: 5px;
}

.buttons-float {
	position: relative;
	overflow: hidden;
}

.buttons-float__wrap {
	position: relative;
	left: 50%;
	float: left;
}

.buttons-float__wrap .button {
	position: relative;
	left: -50%;
	float: left;
	margin: 0 25px;
}

.header-logo {
	margin-right: 15px;
}

.header-logo img {
	width: auto;
	height: 6.82vh;
}

.header-msg {
	line-height: 1.5;
	font-weight: bold;
	font-size: 1.8rem;
}

.header-buttons {
	margin-left: auto;
}

.header-button {
	display: block;
	background: #444;
	color: #fff;
	text-decoration: none;
	line-height: 38px;
	text-align: center;
	padding: 0 13px 0 40px;
	border-radius: 6px;
	position: relative;
}

.header-button--lang:before {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	background: url(../img/icon_language_fff.svg);
	background-size: cover;
	position: absolute;
	top: 8px;
	left: 10px;
}

.header-wifi {
	margin-left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.5;
	white-space: nowrap;
	font-size: 1.8rem;
}

.header-wifi > img {
	margin-right: 15px;
}

.header-wifi strong {
	margin-right: 3px;
	font-weight: bold;
	width: 3rem;
}

.header-msg + .header-wifi {
	margin-left: auto;
}

.footer-qrcode {
	margin-right: 15px;
}

.footer-qrcode img,
.footer-qrcode canvas {
	max-height: calc(15.4vh - 20px);
	width: auto;
}

.footer-qrcode-msg {
	line-height: 1.3;
	font-weight: bold;
	font-size: 1.8rem;
}

.footer-buttons {
	margin-left: auto;
	margin-right: 10px;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

html.with-featherlight { /* disable global scrolling when featherlights are visible */
	overflow: hidden;
}

.featherlight {
	display: none; /* dimensions: spanning the background from edge to edge */
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2147483647; /* z-index needs to be >= elements on the site. */ /* position: centering content */
	text-align: center; /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
	white-space: nowrap; /* styling */
	cursor: pointer;
	background: #333; /* IE8 "hack" for nested featherlights */
	background: rgba(0, 0, 0, 0);
}

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */

.featherlight:last-of-type {
	background: rgba(0, 0, 0, 0.8);
}

.featherlight:before { /* position: trick to center content vertically */
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.featherlight .featherlight-content { /* make content container for positioned elements (close button) */
	position: relative;
	width: 80vw;
	height: 80vh; /* position: centering vertical and horizontal */
	text-align: left;
	vertical-align: middle;
	display: inline-block; /* dimensions: cut off images */
	padding: 25px 25px 0;
	border-bottom: 25px solid transparent; /* dimensions: handling large content */
	margin-left: 5%;
	margin-right: 5%;
	max-height: 95%; /* styling */
	background: #fff;
	cursor: auto; /* reset white-space wrapping */
	white-space: normal;
}

/* contains the content */

.featherlight .featherlight-inner { /* make sure its visible */
	display: block;
}

/* don't show these though */

.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
	display: none;
}

.featherlight .featherlight-close-icon { /* position: centering vertical and horizontal */
	position: absolute;
	z-index: 9999;
	top: -20px;
	right: -20px; /* dimensions: 25px x 25px */
	line-height: 25px;
	width: 25px; /* styling */
	cursor: pointer;
	text-align: center;
	font-family: Arial, sans-serif;
	background: #fff; /* Set the background in case it overlaps the content */
	background: #666;
	color: #fff;
	font-weight: bold;
	border: none;
	padding: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	border-radius: 20px;
}

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */

.featherlight .featherlight-close-icon::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.featherlight .featherlight-image { /* styling */
	width: 100%;
}

.featherlight-iframe .featherlight-content { /* removed the border for image croping since iframe is edge to edge */
	border-bottom: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
}

.featherlight iframe { /* styling */
	border: none;
}

.featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* handling phones and small screens */

/* hide non featherlight items when printing */

.hd-1 {
	font-size: 3rem;
	font-weight: bold;
	color: #806D25;
	line-height: 1.5;
	margin-bottom: 20px;
}

.hd-2 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #806D25;
	line-height: 1.5;
	margin-bottom: 20px;
}

.hd-3 {
	font-size: 3rem;
	font-weight: bold;
	color: #806D25;
	border-bottom: 1px solid #806D25;
	line-height: 1.5;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.notice-list__item {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding-left: 20px;
}

.notice-list__date {
	font-weight: bold;
	width: 150px;
	margin-right: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.notice-list__cat {
	font-weight: bold;
	width: 110px;
	text-align: center;
	font-size: 1.1rem;
	background: #998C7C;
	color: #fff;
	line-height: 2;
	border-radius: 5px;
	margin-right: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.notice-list__title {
	line-height: 1.5;
}

.notice-list__new {
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 6px;
	background: #f00;
	text-indent: -9999px;
	font-size: 1px;
	position: absolute;
	left: 0px;
}

.pager {
	margin-top: 40px;
	font-size: 1.2rem;
	font-weight: bold;
}

.pager:before,
.pager:after {
	content: "";
	display: table;
}

.pager:after {
	clear: both;
}

.pager__prev {
	text-decoration: none;
	color: #666666;
	float: left;
	background: url(../img/arw_1_left.svg) no-repeat left center;
	line-height: 38px;
	padding-left: 25px;
}

.pager__next {
	text-decoration: none;
	color: #666666;
	float: right;
	background: url(../img/arw_1_right.svg) no-repeat right center;
	line-height: 38px;
	padding-right: 25px;
}

.single {
	padding: 0 55px;
}

.single__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	margin-top: 40px;
}

.single__cat {
	font-weight: bold;
	width: 110px;
	text-align: center;
	font-size: 1.1rem;
	background: #998C7C;
	color: #fff;
	line-height: 2;
	border-radius: 5px;
	margin-right: 15px;
}

.single__date {
	font-weight: bold;
}

.single__body {
	line-height: 2.1;
	margin-bottom: 40px;
}

.single__body p {
	margin-bottom: 1.8rem;
}

.single-pager > a {
	display: block;
	width: 22px;
	height: 38px;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	position: absolute;
	top: 50%;
}

.single-pager__prev {
	background: url(../img/arw_2_left.svg) no-repeat center center;
	left: 30px;
}

.single-pager__next {
	background: url(../img/arw_2_right.svg) no-repeat center center;
	right: 30px;
}

.single-back {
	bottom: 40px;
}

.tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tab {
	margin-right: 5px;
	white-space: nowrap;
}

.tab__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #B9B2A7;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 15px 10px 15px;
	border-radius: 15px 15px 0 0;
	line-height: 20px;
}

.tab__button--cond-1 {
	background: #B49F59;
}

.tab__button--cond-2 {
	background: #CBBF8E;
}

.tab__button img {
	height: 20px;
	width: auto;
	margin-right: 5px;
	display: block;
	max-width: 20px;
}

.text {
	margin-bottom: 30px;
	line-height: 1.6;
}

.text p {
	margin-bottom: 1rem;
}

.table {
	width: 100%;
	margin-bottom: 30px;
}

.table th,
.table td {
	font-size: 1.6rem;
	text-align: left;
	padding: 10px 20px;
	border: 1px solid #AF9F67;
	line-height: 1.6;
	vertical-align: middle;
}

.table th {
	background: #C3B784;
	color: #fff;
}

.table td {
	background: #fff;
}

.input-text-1 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	background: #FAEBD2;
	border: 3px solid #D5881D;
	border-radius: 5px;
	font-size: 1.6rem;
	padding: 7.5px 15px;
	outline: none;
}

.input-text-2 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	border: 1px solid #B9B2A7;
	border-radius: 3px;
	font-size: 1.6rem;
	padding: 7.5px 15px;
	outline: none;
}

.login {
	width: 320px;
	margin: 100px auto;
}

.login__panel {
	background: #fff;
	border: 1px solid #B4A059;
	border-top: 4px solid #B4A059;
	padding: 20px;
}

.login__panel__logo {
	margin: 10px 50px 30px;
}

.login__panel__logo img {
	display: block;
	margin: 0 auto;
}

.login__item {
	margin-bottom: 20px;
}

.login__item--btn {
	margin-top: 40px;
}

.login__item__head {
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.login__msg {
	margin-top: 20px;
	font-size: 1.4rem;
	line-height: 1.5;
}

.login__error {
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 20px;
	background: #fff;
	padding: 15px 20px;
	border-left: 4px solid #d00;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.home-slide {
	padding: 0 2.44vw;
}

.slick-dots {
	margin-top: -15px;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
	margin: 0 8px;
}

.slick-dots li button {
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	border: none;
	background: #F8F8E7;
}

.slick-dots li button:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: #ddd;
	border-radius: 7px;
	position: absolute;
	left: 0;
	top: 0;
}

.slick-dots li.slick-active button:before {
	background: #6E675E;
}

/* State */

/* Theme */

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

.featherlight .featherlight-content { /* dimensions: maximize lightbox with for small screens */
	margin-left: 0;
	margin-right: 0;
	max-height: 98%;
	padding: 10px 10px 0;
	border-bottom: 10px solid transparent;
}

}

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

.sp-only { /* sp */
	display: block !important;
}

.sp-only-2 { /* sp */
	display: inline-block !important;
}

.pc-only { /* sp */
	display: none !important;
}

.pc-only-2 { /* sp */
	display: none !important;
}

.l-main { /* sp */
	height: auto;
	padding-bottom: 20px;
}

.l-in-iframe { /* sp */
	padding: 15px 20px;
}

.buttons { /* sp */
	display: block;
	margin-bottom: 0;
}

.buttons__col { /* sp */
	max-width: 100%;
	margin-bottom: 20px;
}

.button .notice { /* sp */
	right: -10px;
	top: -10px;
}

.button--2 { /* sp */
	height: 110px;
}

.button--2 .button__wrap img { /* sp */
	height: 35px;
	margin-bottom: 8px;
}

.button--5 { /* sp */
	height: 110px;
}

.button--5 .button__wrap img { /* sp */
	height: 35px;
	margin-bottom: 8px;
}

.buttons-float__wrap { /* sp */
	left: auto;
	float: none;
}

.buttons-float__wrap .button { /* sp */
	left: auto;
	float: none;
	margin: 0 auto 20px;
}

.header-button { /* sp */
	padding: 0 13px 0 13px;
}

.header-button--lang:before { /* sp */
	display: none;
}

.header-wifi { /* sp */
	display: none;
}

.footer-qrcode { /* sp */
	display: none;
}

.footer-qrcode-msg { /* sp */
	display: none;
}

.footer-buttons { /* sp */
	margin: 0 auto;
}

.hd-3 { /* sp */
	font-size: 2rem;
}

.notice-list__item { /* sp */
	display: block;
}

.notice-list__cat { /* sp */
	display: inline-block;
	margin: 5px 0;
}

.single { /* sp */
	padding: 0 0;
}

.single-pager > a { /* sp */
	width: 11px;
	height: 19px;
	background-size: 11px auto;
}

.single-pager__prev { /* sp */
	left: 0;
}

.single-pager__next { /* sp */
	right: 0;
}

.table th,
.table td { /* sp */
	padding: 10px 5px;
	font-size: 1.4rem;
}

.slick-dots { /* sp */
	margin-top: 0;
}

}

@media print {

html.with-featherlight > * > :not(.featherlight) {
	display: none;
}

}

