@import url("style_reserve.css");

/* 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;
}

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

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
}

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

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

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

.no-line {
	text-decoration: none;
}

.hover-line {
	text-decoration: none !important;
}

.hover-line:hover {
	text-decoration: underline !important;
}

.sp-block {
	display: block;
}

.stay-heading {
	font-weight: bold;
	margin-bottom: 5px;
}

p + .stay-heading {
	margin-top: 20px;
}

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

.bold {
	font-weight: bold;
}

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

.pt-0 {
	padding-top: 0px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pb-0 {
	padding-bottom: 0px !important;
}

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

.mb-0 {
	margin-bottom: 0px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

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

.mb-25 {
	margin-bottom: 25px !important;
}

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

.mb-35 {
	margin-bottom: 35px !important;
}

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

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

/*!
 * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@-ms-viewport {
	width: device-width;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	order: -1;
}

.order-1 {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	-webkit-box-ordinal-group: 4;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	-webkit-box-ordinal-group: 5;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	-webkit-box-ordinal-group: 6;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	-webkit-box-ordinal-group: 7;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	-webkit-box-ordinal-group: 8;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	-webkit-box-ordinal-group: 9;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	-webkit-box-ordinal-group: 10;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	-webkit-box-ordinal-group: 11;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	-webkit-box-ordinal-group: 12;
	order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	-webkit-box-ordinal-group: 13;
	order: 12;
}

.offset-1 {
	margin-left: 8.333333%;
}

.offset-2 {
	margin-left: 16.666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.333333%;
}

.offset-5 {
	margin-left: 41.666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.333333%;
}

.offset-8 {
	margin-left: 66.666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.333333%;
}

.offset-11 {
	margin-left: 91.666667%;
}

.flex-row {
	-ms-flex-direction: row !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	flex-direction: row !important;
}

.flex-column {
	-ms-flex-direction: column !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-start {
	-ms-flex-pack: start !important;
	-webkit-box-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-ms-flex-pack: end !important;
	-webkit-box-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	-webkit-box-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	-webkit-box-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-ms-flex-align: start !important;
	-webkit-box-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-ms-flex-align: end !important;
	-webkit-box-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	-webkit-box-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-ms-flex-align: baseline !important;
	-webkit-box-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-ms-flex-align: stretch !important;
	-webkit-box-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	-ms-grid-row-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important;
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

/* Layout */

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: #333333;
	position: relative;
}

body.no-scroll {
	overflow: hidden;
}

a {
	color: inherit;
	outline: none;
}

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

.lazy {
	height: auto;
}

.module-name {
	background: #555;
	display: block;
	color: #fff;
	font-size: 2.4rem;
	margin-bottom: 10px;
	padding: 5px;
}

pre {
	white-space: pre;
	font-size: 1.1rem;
	padding: 20px;
	line-height: 1.2;
	background: #ddd;
}

.l-body {
	margin-top: 130px;
}

.l-sidebar {
	display: none;
	overflow: hidden;
}

.l-sidebar__bg {
	background: #fff;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}

.l-footer__pc-inner {
	width: 100%;
}

.l-sp-header {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	-webkit-box-shadow: 0px 8px 20px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 8px 20px 5px rgba(0, 0, 0, 0.2);
}

.l-pc-gnav {
	display: none;
}

.l-deco-line {
	display: block;
	border-bottom: #b4d0d4 1px solid;
	position: relative;
}

.l-deco-line::after,
.l-deco-line::before {
	content: '';
	display: block;
	background: #b4d0d4;
	width: 10px;
	height: 3px;
	position: absolute;
	top: -1px;
}

.l-deco-line::after {
	left: 0;
}

.l-deco-line::before {
	right: 0;
}

.l-deco-line__center {
	display: block;
	background: #b4d0d4;
	width: 10px;
	height: 3px;
	position: absolute;
	top: -1px;
	left: 50%;
	margin-left: -5px;
}

/* Module */

.d {
	margin-bottom: 15px;
}

.d__col {
	margin: 25px 0;
}

.d__item {
	display: block;
	padding-bottom: 15px;
	text-decoration: none;
	outline: none;
	background: #fff;
	-webkit-box-shadow: 0px 8px 20px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 8px 20px 5px rgba(0, 0, 0, 0.2);
}

.d__item:hover {
	text-decoration: underline;
}

.d__img {
	margin: 0px 15px 0;
	text-align: center;
	position: relative;
}

.d__img__aspect {
	-webkit-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	transform: translateY(-25px);
	position: relative;
	overflow: hidden;
}

.d__img__aspect:before {
	content: '';
	display: block;
	padding-top: 66%;
}

.d__img__aspect img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.d__img::after {
	content: '';
	display: block;
	width: 48px;
	height: 43px;
	position: absolute;
	left: 15px;
	bottom: -3px;
	background: url(../img/five-star.svg) no-repeat;
}

.d__text {
	margin: 10px 25px 0 15px;
	font-size: 1.4rem;
	line-height: 1.4;
	position: relative;
	text-align: right;
	position: relative;
}

.d__text::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	right: -8px;
	top: 52%;
	margin-top: -5px;
}

.e {
	margin-bottom: 20px;
}

.e__col {
	margin-bottom: 20px;
}

.e__item {
	text-decoration: none;
}

.e__img {
	position: relative;
	margin-bottom: 10px;
}

.e__main-img {
	width: 100%;
}

.e__text-img {
	height: 15px;
	position: absolute;
	bottom: -5px;
	right: 18px;
}

.e__head {
	color: #82b0b7;
	font-size: 1.4rem;
	line-height: 1.4;
	position: relative;
	margin: 0 15px 5px 0;
	position: relative;
}

.e__head::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	right: -8px;
	top: 52%;
	margin-top: -5px;
}

.no-link .e__head::after {
	content: none;
}

.e__head::before {
	content: '';
	width: calc(100% - 10px);
	height: 1px;
	background: #e5e5e5;
	position: absolute;
	top: 46%;
	left: 0;
}

.e__head span {
	display: inline-block;
	background: #fff;
	padding-right: 10px;
	position: relative;
	z-index: 2;
}

.e__text {
	font-size: 1.3rem;
	line-height: 1.4;
}

.e__note {
	margin-top: 10px;
	font-size: 1.2rem;
	line-height: 1.4;
}

.f {
	margin-bottom: 15px;
}

.f__col {
	margin-bottom: 15px;
	position: relative;
}

.f__col img {
	height: auto;
}

.f__col:nth-child(odd) .f__base {
	margin-left: 15px;
	background: #fff;
}

.f__col:nth-child(odd) .f__img {
	display: block;
	margin-left: -15px;
}

.f__col:nth-child(even) .f__base {
	margin-right: 15px;
}

.f__col:nth-child(even) .f__img {
	display: block;
	margin-right: -15px;
}

.f__info {
	position: absolute;
	right: 30px;
	bottom: 10px;
}

.f__info__text {
	background: #fff;
	padding: 3px 5px;
	margin-right: 5px;
}

.f__info .far {
	color: #fff;
	font-size: 1.6rem;
}

.f__base {
	-webkit-box-shadow: 0px 8px 20px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 8px 20px 5px rgba(0, 0, 0, 0.2);
}

.f__title {
	line-height: 1.4;
	font-size: 1.2rem;
	background-size: 15px auto;
	position: relative;
}

.f__title::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	right: -8px;
	top: 52%;
	margin-top: -5px;
}

.f__title::after {
	right: 10px;
}

.no-link .f__title::after {
	content: none;
}

.f__title a,
.f__title span,
.f__title div {
	display: block;
	padding: 12px 15px 10px 10px;
	text-decoration: none;
}

.f__img img {
	display: block;
}

.g {
	margin-bottom: 20px;
}

.g__item {
	text-decoration: none;
}

.g__item:hover {
	text-decoration: underline;
}

.g__img {
	position: relative;
	margin-bottom: 5px;
	padding-top: 66.5%;
}

.g__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.g__text {
	position: relative;
	margin: 0 9px 0 0px;
	position: relative;
	font-size: 1.3rem;
	line-height: 1.4;
}

.g__text::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	right: -8px;
	top: 52%;
	margin-top: -5px;
}

.h {
	margin-bottom: 25px;
}

.h--eng {
	-ms-flex-line-pack: center;
	align-content: center;
}

.h--eng .hd-2 {
	margin-bottom: 0;
}

.h--eng .h__text {
	margin-top: 0;
}

.h__main {
	width: 100%;
	text-decoration: none;
}

.h__main--logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.h__main__logo {
	margin-right: 15px;
	margin-bottom: 15px;
	width: 50px;
}

.h__main__logo inmg {
	width: 100%;
	display: block;
}

.h__text {
	position: relative;
	width: 100%;
	margin: 0 20px 0 50px;
	font-size: 1.4rem;
	line-height: 1.57143;
}

.h__text:before,
.h__text:after {
	content: '';
	position: absolute;
	background: #333;
}

.h__text:before {
	width: 1px;
	height: calc(100% - 5px);
	top: 2px;
	left: 0;
}

.h__text:after {
	width: 5px;
	height: 5px;
	top: 2px;
	left: 0;
}

.j__item {
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.j__item + .j__item {
	margin-top: 7px;
}

.j__date {
	margin-right: 10px;
	font-size: 1.2rem;
	line-height: 1.4;
	width: 75px;
}

.j__title {
	font-size: 1.4rem;
	line-height: 1.4;
	width: calc(100% - 85px);
	text-decoration: none;
}

.j__label {
	width: 100%;
}

.j__label .labels__item__link {
	font-size: 1rem;
}

.k {
	margin-top: 55px;
}

.k a,
.k span {
	text-decoration: none;
	display: block;
	background: red;
	height: 100%;
	border: 1px solid #dcdcdc;
	background: rgba(255, 255, 255, 0.6);
	position: relative;
}

.k__wrapper {
	margin-bottom: 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.k__item {
	margin-bottom: 15px;
}

.k__item__img {
	display: block;
}

.k__item__data {
	padding: 10px 10px 25px;
}

.k__item__eng {
	position: absolute;
	bottom: 5px;
	left: 7px;
}

.k__item__eng img {
	height: auto;
}

.k__item__name {
	position: relative;
	font-size: 1.3rem;
	text-align: right;
	padding-right: 15px;
	margin-bottom: 20px;
	line-height: 1.4;
}

.k__item__name::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	right: 0px;
	top: 52%;
	margin-top: -5px;
}

.no-link .k__item__name::after {
	content: none;
}

.k__item__icons {
	text-align: right;
	color: #82b0b7;
	height: 1.4rem;
}

.m {
	margin-bottom: 20px;
}

.m__item {
	text-decoration: none;
	text-align: right;
	margin-bottom: 15px;
}

.m__item img {
	display: block;
	margin-bottom: 5px;
}

.m__text {
	margin-right: 10px;
	position: relative;
	font-size: 1.3rem;
	line-height: 1.4;
}

.m__text::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	right: -8px;
	top: 52%;
	margin-top: -5px;
}

.no-link .m__text::after {
	content: none;
}

.n {
	margin-bottom: 30px;
}

.n__item {
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
}

.n__item + .n__item {
	margin-top: 20px;
}

.n__item--arrow {
	position: relative;
}

.n__item--arrow::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	right: -8px;
	top: 52%;
	margin-top: -5px;
}

.n__item--arrow:after {
	top: initial;
	bottom: 12px;
	right: 25px;
}

.n__base {
	-webkit-box-shadow: 0px 8px 20px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 8px 20px 5px rgba(0, 0, 0, 0.2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #fff;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

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

.n__img {
	width: 37%;
}

.n__img__aspect {
	position: relative;
	width: 100%;
}

.n__img__aspect:before {
	content: '';
	display: block;
	padding-top: 66%;
}

.n__img__aspect img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	display: block;
}

.n__main {
	width: 63%;
	padding: 10px 10px 10px;
}

.n__text {
	font-size: 1.3rem;
	line-height: 1.30769;
}

.n__price {
	text-align: right;
	padding: 12px 10px 10px 10px;
	border-top: 1px solid #bed6d9;
	border-right: 40px solid #bed6d9;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.4;
}

.n__price:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	right: -23px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.o__item {
	position: relative;
}

.o__switch {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	background: none;
}

.o__switch__item {
	position: relative;
	width: 50%;
}

.o__switch__item--left::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	left: -15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	border-radius: 50%;
	background: #000 url(../img/ico_arrow_map_2.png) no-repeat center/8px 13px;
}

.o__switch__item--left.is-current::after {
	opacity: 0;
}

.o__switch__item--right::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	right: -15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	border-radius: 50%;
	background: #000 url(../img/ico_arrow_map_1.png) no-repeat center/8px 13px;
}

.o__switch__item--right.is-current::after {
	opacity: 0;
}

.o__switch__item--unselected::before,
.o__switch__item--unselected::after {
	content: none;
}

.o__zoom {
	display: none;
	overflow: hidden;
}

.o__zoom.is-show {
	display: block;
}

.o__images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 200%;
	-webkit-transition: .8s;
	transition: .8s;
}

.o__images.is-slide {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.o__images img {
	width: 50%;
}

.o__description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: decimal;
	margin-left: 20px;
}

.o__description__item {
	margin-right: 45px;
	margin-bottom: 5px;
}

.q__item {
	padding: 10px 20px 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	position: relative;
}

.q__item span {
	width: 20px;
	height: 20px;
	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: 1px solid #c9c9c9;
	margin-right: 10px;
	font-size: 1.1rem;
}

.q__item__text {
	width: calc(100% - 30px);
	font-size: 1.4rem;
	line-height: 1.5;
}

.q__item--question {
	border-bottom: 1px solid #e5e5e5;
}

.q__item--question:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: #000000 transparent transparent transparent;
	position: absolute;
	right: 5px;
	top: 50%;
}

.q__item--question.is-open:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.q__item--answer {
	display: none;
	margin-bottom: 15px;
}

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

.r__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	padding: 10px 20px 10px 35px;
	-webkit-box-shadow: 0px 8px 20px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 8px 20px 5px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	background: url("../img/five-star.svg") no-repeat 10px center;
	background-size: 20px;
	position: relative;
	font-size: 1.2rem;
	line-height: 1.4;
	border-radius: 5px;
}

.r__btn:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	right: 10px;
	top: 52%;
	margin-top: -5px;
}

.r__btn .far {
	padding-left: 15px;
	padding-right: 15px;
}

.r__wrap {
	margin-bottom: 10px;
}

.r__text-link {
	display: block;
	width: 80%;
	margin: 0 auto;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	padding: 0 10px 10px 0;
	font-size: 1.4rem;
	line-height: 1.4;
	text-decoration: none;
}

.r__text-link::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	right: -8px;
	top: 52%;
	margin-top: -5px;
}

.r__text-link:after {
	top: 9px;
	right: 10px;
}

.r__text-link:last-of-type {
	border-bottom: none;
}

.r__text-link:hover {
	text-decoration: none;
}

.r__text-link + .r__text-link {
	margin-top: 15px;
}

.s__item {
	margin-bottom: 13px;
}

.s__img {
	padding-right: 15px;
}

.s__img img {
	width: 100%;
}

.s__main {
	padding-left: 0;
}

.s__text {
	font-size: 1.4rem;
	line-height: 1.28571;
	text-decoration: none;
}

.s__text:hover {
	text-decoration: underline;
}

.s__link {
	margin-top: 5px;
	margin-bottom: 5px;
}

.s__link a {
	-webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
	padding: 5px;
	border: 1px solid #c9c9c9;
	border-radius: 4px;
	background: #fff;
	display: block;
	max-width: 150px;
	text-align: center;
	font-size: 1.3rem;
	background: #ffab0a;
	color: #ffffff;
	text-decoration: none;
}

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

.labels:after {
	clear: both;
}

.labels__item {
	float: left;
	margin: 0 10px 10px 0;
}

.labels__item__link {
	display: block;
	padding: 4px 10px;
	text-align: center;
	color: #fff;
	background: #666;
	font-size: 1.2rem;
	text-decoration: none;
}

.labels__item__link--0 {
	background: #fff;
	color: #000;
	border: 1px solid #cbcbcb;
}

.labels__item__link--1,
.labels__item__link--restaurant {
	background: #ecb764;
}

.labels__item__link--2,
.labels__item__link--event {
	background: #92b782;
}

.labels__item__link--3,
.labels__item__link--activity,
.labels__item__link--guest {
	background: #e29292;
}

.labels__item__link--4,
.labels__item__link--facility {
	background: #9f82b7;
}

.labels__item__link--5,
.labels__item__link--media {
	background: #9a8b7a;
}

.labels__item__link--6,
.labels__item__link--island {
	background: #82b0b7;
}

.labels__item__link--7,
.labels__item__link--beach {
	background: #b6c798;
}

.labels__item__link--8,
.labels__item__link--plants {
	background: #aca9bf;
}

.labels__item__link--9,
.labels__item__link--hotel {
	background: #82b0b7;
}

div.t,
section.t {
	background: #eeeeee;
	width: auto;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.t__items {
	padding: 10px 0;
}

.t__item {
	display: inline-block;
}

.t__item a {
	display: block;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.4;
	text-decoration: none;
	padding: 5px 12px 5px 12px;
}

.t__item a:hover {
	text-decoration: underline;
}

.t__item a:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	left: 2px;
	top: 52%;
	margin-top: -5px;
}

.u img {
	width: 100%;
}

.v {
	width: 100%;
}

.v__tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 7px 0;
	border-bottom: 1px solid #e5e5e5;
	font-size: 1.4rem;
	line-height: 1.4;
}

.v__th {
	width: 22%;
	margin-right: 2%;
	text-align: left;
}

.v__td {
	width: 76%;
}

.v__td--align-left {
	text-align: left;
}

.v__note {
	font-size: 1.3rem;
}

.x a {
	text-decoration: none;
}

.x a:hover {
	text-decoration: underline;
}

.x__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #eeeeee;
}

.x__item {
	padding: 15px 5px;
	margin: 0 15px;
	font-size: 1.4rem;
}

.x__item--prev {
	position: relative;
}

.x__item--prev::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 4px 0px;
	border-color: transparent #000000 transparent transparent;
	position: absolute;
	left: -8px;
	top: 52%;
	margin-top: -5px;
}

.x__item--prev:after {
	top: 53%;
}

.x__item--next {
	position: relative;
}

.x__item--next::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	right: -8px;
	top: 52%;
	margin-top: -5px;
}

.x__item--next:after {
	top: 53%;
}

.y {
	background: #eeeeee;
	padding: 10px 0;
}

.y--blue {
	background: #def1f9;
	position: relative;
	margin-bottom: 15px;
}

.y__item + .y__item {
	margin-top: 10px;
}

.y__select {
	position: relative;
}

.y__select::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0px 4px;
	border-color: #000000 transparent transparent transparent;
	position: absolute;
	right: 13px;
	top: 50%;
}

.y__select select {
	width: 100%;
	padding: 8px 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #cccccc;
	outline: none;
	background: #fff;
	border-radius: 0;
	font-size: 1.4rem;
}

.w {
	padding: 10px 15px;
	border: 10px solid #def1f9;
	font-size: 1.4rem;
	line-height: 1.4;
}

.w p + p {
	margin-top: 1.4rem;
}

.z {
	padding: 30px 0px 22px;
	background: #f6f6f6;
}

.z__heading {
	margin-bottom: 15px;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.6rem;
}

.z__item {
	text-align: center;
	margin-bottom: 10px;
}

.z__item a {
	-webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
	padding: 15px 0;
	border: 1px solid #c9c9c9;
	border-radius: 4px;
	text-decoration: none;
	background: #fff;
	display: block;
	font-size: 1.4rem;
}

.z__item a i {
	margin-right: 10px;
}

.z__item--orange a {
	background: #ffab0a;
	color: #ffffff;
}

.z__text {
	width: 100%;
	padding-left: 15px;
	font-size: 1.3rem;
	line-height: 1.4;
}

.z__text:last-of-type {
	margin-bottom: 20px;
}

.z__text--note {
	color: #f00;
}

.z__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.z__wrap__text {
	padding: 0 20px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 10px;
}

.aa {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}

.aa span {
	width: 20px;
	height: 20px;
	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: 1px solid #c9c9c9;
	margin-right: 7px;
	font-size: 1.1rem;
}

.aa p {
	width: calc(100% - 30px);
	font-size: 1.4rem;
	line-height: 1.5;
}

.ab__item {
	text-decoration: none;
}

.ab__img {
	position: relative;
	margin-bottom: 9px;
	padding-top: 66.5%;
}

.ab__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.ab__date {
	display: block;
	margin-bottom: 9px;
	color: #82b0b7;
	text-align: right;
	font-size: 1rem;
}

.ab__text {
	position: relative;
	margin: 0 15px 0 0px;
	font-size: 1.3rem;
	line-height: 1.4;
	position: relative;
}

.ab__text::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	right: -8px;
	top: 52%;
	margin-top: -5px;
}

.ab__text:after {
	top: 11px;
}

.ac {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/bg_mv_news.png) repeat;
	padding: 20px 0 20px;
	width: 100%;
}

.ac__inner {
	width: 100%;
	position: relative;
}

.ac__heading {
	font-size: 1.6rem;
	color: #fff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 12px;
}

.ac__item + .ac__item {
	margin-top: 5px;
}

.ac__item__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
}

.ac__item__inner:hover .ac__text {
	text-decoration: underline;
}

.ac__date {
	color: #c8a073;
	margin-right: 20px;
	font-size: 1rem;
	line-height: 1.4;
	padding-top: 2px;
}

.ac__text {
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.4;
}

.ac__link {
	position: absolute;
	top: 3%;
	right: 5%;
}

.ae__item {
	margin-bottom: 25px;
}

.ae__inner {
	text-decoration: none;
}

.ae__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ae__img {
	margin-bottom: 10px;
}

.ae__heading {
	color: #82b0b7;
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 3px;
	font-weight: bold;
	margin-right: 10px;
	width: 70%;
}

.ae__heading--wide {
	width: 100%;
}

.ae__heading--normal {
	font-weight: normal;
}

.ae__heading--60 {
	width: 60%;
}

.ae__heading--50 {
	width: 50%;
}

.ae__heading span {
	display: inline-block;
	position: relative;
}

.ae__heading span::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	right: -8px;
	top: 52%;
	margin-top: -5px;
}

.no-link .ae__heading span::after {
	content: none;
}

.ae__info {
	font-size: 1.3rem;
	text-align: right;
	padding-top: 5px;
	min-width: 120px;
	width: 30%;
	line-height: 1.4;
}

.ae__info--40 {
	width: 40%;
}

.ae__info--50 {
	width: 50%;
}

.ae__text {
	background: #f6f6f6;
	font-size: 1.3rem;
	line-height: 1.4;
	padding: 7px 10px;
}

.ae__text span {
	font-size: 1rem;
}

.af__main {
	margin-bottom: 10px;
}

.af__main img {
	width: 100%;
}

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

.af__thumb__item {
	width: 32%;
	cursor: pointer;
}

.af__thumb__item + .af__thumb__item {
	margin-left: 2%;
}

.af__thumb__item img {
	width: 100%;
}

.ag {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	padding: 18px 0;
	background: url(../img/bg_stripe_2.png) repeat-x bottom;
	background-size: 420px 85px;
}

.ag__outer {
	background: #fff;
	padding: 3px;
	-webkit-box-shadow: 0px 8px 20px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 8px 20px 5px rgba(0, 0, 0, 0.2);
}

.ag__inner {
	width: 100%;
	position: relative;
	padding: 10px 15px 10px;
	border: 1px dashed #c9c9c9;
	background-image: -webkit-repeating-linear-gradient(bottom, #f7f7f7, #f7f7f7 0px, #fff 1px, #fff 8px);
	background-image: repeating-linear-gradient(0deg, #f7f7f7, #f7f7f7 0px, #fff 1px, #fff 8px);
}

.ag__heading {
	color: #333333;
	font-size: 1.6rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 12px;
}

.ag__item + .ag__item {
	margin-top: 5px;
}

.ag__item__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-decoration: none;
}

.ag__item__inner:hover .ac__text {
	text-decoration: underline;
}

.ag__item__tag {
	width: 100%;
}

.ag__date {
	color: #333333;
	margin-right: 10px;
	font-size: 1rem;
	line-height: 1.4;
	padding-top: 2px;
}

.ag__text {
	font-size: 1.3rem;
	line-height: 1.4;
}

.ag__link {
	position: absolute;
	top: 10px;
	right: 5%;
}

.ah {
	display: block;
}

.ah__item {
	width: 100%;
}

.ah .slick-dots {
	bottom: -35px;
}

.ah .slick-dots li {
	margin: 0 10px;
}

.ah .slick-dots li button:before {
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #e5e5e5;
}

.ah .slick-dots li.slick-active button:before {
	background: #82b0b7;
}

.ah .prev-arrow {
	display: block;
	position: absolute;
	top: 46%;
	left: 0px;
	z-index: 10;
	width: 40px;
	height: 80px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
	outline: none;
	border: none;
	cursor: pointer;
}

.ah .prev-arrow:before,
.ah .prev-arrow:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 20px;
	background: #fff;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.ah .prev-arrow:before {
	-webkit-transform: translate(-50%, -7px) rotate(45deg);
	-ms-transform: translate(-50%, -7px) rotate(45deg);
	transform: translate(-50%, -7px) rotate(45deg);
}

.ah .prev-arrow:after {
	-webkit-transform: translate(-50%, 7px) rotate(-45deg);
	-ms-transform: translate(-50%, 7px) rotate(-45deg);
	transform: translate(-50%, 7px) rotate(-45deg);
}

.ah .next-arrow {
	display: block;
	position: absolute;
	top: 46%;
	right: 0px;
	z-index: 10;
	width: 40px;
	height: 80px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
	outline: none;
	border: none;
	cursor: pointer;
}

.ah .next-arrow:before,
.ah .next-arrow:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 20px;
	background: #fff;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.ah .next-arrow:before {
	-webkit-transform: translate(-50%, -7px) rotate(-45deg);
	-ms-transform: translate(-50%, -7px) rotate(-45deg);
	transform: translate(-50%, -7px) rotate(-45deg);
}

.ah .next-arrow:after {
	-webkit-transform: translate(-50%, 7px) rotate(45deg);
	-ms-transform: translate(-50%, 7px) rotate(45deg);
	transform: translate(-50%, 7px) rotate(45deg);
}

.ai {
	padding: 0;
}

.ai--sppadding {
	padding: 0 15px;
}

.ai__nav {
	margin-bottom: 30px;
}

.ai__nav--spwide {
	margin: 0 -15px 30px;
}

.ai__nav__item {
	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;
	padding: 16px 10px 24px;
	text-align: center;
	text-decoration: none;
	background: #e7e4e1;
	color: #333333;
	font-size: 1.4rem;
	line-height: 1.4;
	border-right: 1px solid #fff;
	cursor: pointer;
	position: relative;
}

.ai__nav__item::after {
	content: '';
	border: 4px solid transparent;
	border-top: 4px solid #000;
	position: absolute;
	bottom: 5px;
	right: 45%;
	font-size: 1rem;
}

.ai__nav__item:last-of-type {
	border-right: none;
}

.ai__nav__item--active {
	background: #82b0b7;
	color: #fff;
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 8px 20px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 8px 20px 5px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 1;
}

.ai__nav__item--active:before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -15px;
	border: 10px solid transparent;
	border-top: 10px solid #82b0b7;
	z-index: 2;
}

.ai__nav__item--active:after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -17px;
	border: 12px solid transparent;
	border-top: 12px solid #fff;
	z-index: 1;
	right: inherit;
	top: inherit;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.ai__nav__item--active:last-of-type {
	border-right: 2px solid #fff;
}

.ai__nav__item--5col {
	width: calc(100% / 5);
}

.ai__nav__item--6col {
	width: calc(100% / 3);
}

.ai__nav__item--narrow {
	padding: 13px 2px 21px;
	font-size: 1.3rem;
}

.ai__content {
	display: none;
	padding: 0 15px;
}

.ai__content--active {
	display: block;
}

.aj {
	width: 100%;
	border-top: 1px solid #e5e5e5;
}

.aj__tr {
	border-bottom: 1px solid #e5e5e5;
	font-size: 1.4rem;
	line-height: 1.4;
}

.aj__th {
	text-align: left;
	padding: 10px;
	width: 160px;
}

.aj__td {
	padding: 10px;
}

.ak {
	margin-bottom: 15px;
}

.ak__main {
	margin-bottom: 12px;
}

.ak__thumb {
	margin-right: -8px;
	margin-left: -8px;
}

.ak__thumb__item {
	padding-right: 8px;
	padding-left: 8px;
}

.al {
	border-top: 1px solid #dcdcdc;
	background: #eeeeee;
	width: 100%;
	padding: 20px 10px;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1000;
}

.al .row {
	margin-left: -5px;
	margin-right: -5px;
}

.al .row .col-6 {
	padding-left: 5px;
	padding-right: 5px;
}

.am__section + .am__section {
	margin-top: 50px;
}

.am__2nd-section + .am__2nd-section {
	margin-top: 30px;
}

.am__item + .am__item {
	margin-top: 40px;
}

.am__img {
	margin-bottom: 8px;
}

.am__head {
	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;
	margin-bottom: 3px;
}

.am__heading {
	font-size: 1.4rem;
	line-height: 1.4;
}

.am__price {
	font-size: 1.3rem;
	line-height: 1.4;
}

.an {
	background: #e8f3f4;
	padding: 20px 15px;
	margin-bottom: 40px;
}

.an--main {
	padding: 20px 15px;
}

.ao {
	border-top: 1px solid #ccc;
}

.ao--bb {
	border-bottom: 1px solid #ccc;
}

.ao--bt-none {
	border-top: none;
}

.ao__head {
	font-size: 1.5rem;
	line-height: 1.4;
	padding: 15px 50px 15px 15px;
	position: relative;
	cursor: pointer;
}

.ao__toggle {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	top: 15px;
}

.ao__toggle::after {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: #cccccc;
	position: absolute;
	top: 9px;
	left: 0;
}

.ao__toggle--open::before {
	content: '';
	display: block;
	width: 2px;
	height: 20px;
	background: #cccccc;
	position: absolute;
	top: 0;
	left: 9px;
}

.ao__data {
	display: none;
}

.ao__data--open {
	display: block;
}

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

.ap:after {
	clear: both;
}

.ap__item {
	float: left;
	position: relative;
	padding-left: 2rem;
}

.ap__item::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	left: 10px;
	top: 52%;
	margin-top: -5px;
}

.aq {
	overflow: hidden;
}

.aq__item {
	margin-bottom: 15px;
}

.aq__inner {
	display: block;
	width: 100%;
	position: relative;
}

.aq__main {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(20, 19, 16, 0.8);
	width: 100%;
	padding: 10px 5px 10px 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
}

.aq__logo {
	width: 50px;
	height: 50px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.aq__info {
	width: calc(100% - 115px);
	margin-left: 20px;
}

.aq__info--no-logo {
	width: calc(100% - 45px);
	margin-left: 0;
}

.aq__heading {
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 5px;
}

.aq__heading a {
	text-decoration: none;
}

.aq__heading a:hover {
	text-decoration: underline;
}

.aq__heading .far {
	margin-left: 5px;
}

.aq__list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 1.2rem;
	line-height: 1.4;
}

.aq__list__item + .aq__list__item {
	margin-top: 3px;
}

.aq__list__item .fas {
	margin-right: 6px;
	color: #ffeba6;
	margin-top: 3px;
}

.aq__btn-wrap--sp-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.aq__btn-wrap--md-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.aq__btn {
	text-decoration: none;
	background: #e79b2e;
	width: 50px;
	height: 50px;
	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;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.23077;
	margin-bottom: 8px;
	border-radius: 5px;
	-webkit-box-shadow: 0 8px #8c5a12;
	box-shadow: 0 8px #8c5a12;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 5px;
}

.aq__btn__note {
	font-size: 1rem;
}

.aq__btn--en {
	font-size: 1.4rem;
	width: 110px;
	height: 70px;
}

.aq__btn--en--sm {
	font-size: 1.2rem;
	width: 80px;
	height: 40px;
}

.aq__btn--en--xs {
	font-size: 1.2rem;
	width: 80px;
	height: 30px;
}

.aq__tags {
	position: absolute;
	top: -20px;
	right: 0;
	height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.aq__tags__item {
	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;
	padding: 0 4px;
	height: 100%;
	background: rgba(20, 19, 16, 0.8);
	font-size: 1rem;
}

.aq__tags__item--1 {
	background: rgba(20, 19, 16, 0.8);
}

.aq__tags__item--2 {
	background: #82b0b7;
}

.aq__icon {
	display: block;
	width: 45px;
	margin: 5px;
}

.aq__icon img {
	display: block;
}

.ar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ar__item {
	font-size: 1.2rem;
}

.ar__item + .ar__item {
	margin-left: 10px;
}

.as {
	margin-bottom: 30px;
}

.as__title {
	font-size: 1.4rem;
	margin-bottom: 10px;
	line-height: 1.4;
}

.as__title a {
	text-decoration: none;
}

.as__title a:hover {
	text-decoration: underline;
}

.as__span {
	font-size: 1.2rem;
}

.as__btn {
	margin-left: -5px;
	margin-right: -5px;
}

.as__btn--md {
	margin-right: 5px;
	padding-top: 15px;
}

.as__btn__item {
	padding-left: 5px;
	padding-right: 5px;
}

.as__image a {
	display: block;
	position: relative;
}

.as__image a::before {
	content: '';
	display: block;
	padding-top: 66.7%;
}

.as__image img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.at__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-decoration: none;
	-webkit-box-shadow: 0px 8px 20px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 8px 20px 5px rgba(0, 0, 0, 0.2);
	margin-left: 15px;
	margin-bottom: 25px;
}

.at__img {
	margin-left: -15px;
	position: relative;
}

.at__img img {
	width: 100%;
	display: block;
}

.at__main {
	margin-left: 15px;
	padding: 17px 15px 20px;
}

.at__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
}

.at__head::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	right: -8px;
	top: 52%;
	margin-top: -5px;
}

.no-link .at__head::after {
	content: none;
}

.at__heading {
	font-size: 1.5rem;
	line-height: 1.4;
	font-weight: bold;
	color: #333333;
	margin-right: 10px;
}

.at__icons {
	color: #82b0b7;
	line-height: 1.6;
	font-size: 1.3rem;
}

.at__text {
	font-size: 1.3rem;
	line-height: 1.5;
}

.au__item {
	display: block;
	-webkit-box-shadow: 0px 8px 20px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 8px 20px 5px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	text-decoration: none;
}

.au__img img {
	width: 100%;
	display: block;
}

.au__head {
	padding: 5px 10px;
	font-size: 1.4rem;
	line-height: 1.4;
	min-height: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 15px;
	position: relative;
}

.au__head::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	right: -8px;
	top: 52%;
	margin-top: -5px;
}

.no-link .au__head::after {
	content: none;
}

.au__head .fas {
	color: #82b0b7;
	font-size: 1.3rem;
	line-height: 1.4;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.av__item {
	margin-bottom: 20px;
}

.av__inner {
	text-decoration: none;
}

.av__inner:hover .av__heading {
	text-decoration: underline;
}

.av__img {
	border-radius: 20px;
	margin-bottom: 15px;
	overflow: hidden;
}

.av__img img {
	display: block;
	width: 100%;
}

.av__heading {
	color: #82b0b7;
	font-size: 1.4rem;
	margin-bottom: 5px;
	line-height: 1.4;
}

.av__text {
	font-size: 1.3rem;
	line-height: 1.5;
}

.aw__img img {
	width: 100%;
	padding: 5px;
	-webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
}

.aw__ribon {
	position: relative;
	top: -20px;
	left: 10px;
	background: rgba(67, 120, 128, 0.5);
	display: inline-block;
	display: block;
	padding: 5px 30px;
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
	width: 110px;
}

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

.aw__heading {
	display: inline-block;
	color: #82b0b7;
	font-size: 1.5rem;
	padding-right: 10px;
	position: relative;
	margin-bottom: 20px;
}

.aw__heading::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	right: -8px;
	top: 52%;
	margin-top: -5px;
}

.aw__text {
	font-size: 1.4rem;
	line-height: 1.5;
}

.aw__text p + p {
	margin-top: 25px;
}

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

.ax__item:nth-of-type(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.ax__item--1 {
	margin-bottom: 15px;
}

.ax__item--2 {
	margin-bottom: 10px;
}

.ax__item--3 {
	margin-bottom: 22px;
}

.ay__item {
	margin-bottom: 20px;
}

.ay__inner {
	background: #fff;
	display: block;
	text-decoration: none;
	-webkit-box-shadow: 0px 8px 20px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 8px 20px 5px rgba(0, 0, 0, 0.2);
}

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

.ay__text-img {
	width: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.ay__text-img img {
	width: 10px;
}

.ay__img {
	width: calc(100% - 25px);
}

.ay__heading {
	position: relative;
	padding: 15px 0px 15px 25px;
	font-size: 1.4rem;
	margin-right: 20px;
	line-height: 1.5;
	min-height: 72px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ay__heading::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	right: -8px;
	top: 52%;
	margin-top: -5px;
}

.ay__heading:before {
	content: '';
	position: absolute;
	top: 38%;
	left: 12px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
	height: 16px;
	border-left: 1px solid #67b0bb;
	border-bottom: 1px solid #67b0bb;
}

.az {
	margin: 0 auto;
	padding: 15px;
}

.az__items {
	margin-bottom: 20px;
}

.az__item {
	padding: 0;
}

.az__item img {
	width: 100%;
	display: block;
}

.ba {
	width: 100%;
	margin-bottom: 25px;
}

.ba__tr {
	font-size: 1.4rem;
	line-height: 1.4;
}

.ba__tr:nth-of-type(odd) {
	background: #e8f3f4;
}

.ba__th {
	padding: 10px 10px;
	width: 30%;
	text-align: left;
}

.ba__td {
	padding: 10px 10px;
	width: 70%;
}

.bb {
	margin-bottom: 10px;
}

.bb__date {
	white-space: nowrap;
	width: 160px;
	margin-right: 20px;
	line-height: 1.8;
	margin-bottom: 10px;
}

.bc iframe {
	width: 100%;
}

.bd {
	margin-bottom: 10px;
}

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

.bd:after {
	clear: both;
}

.bd__item {
	float: left;
	margin-right: 5px;
	padding: 7px 10px;
}

.bd__item--car {
	color: #fff;
	background: #92b782;
}

.bd__item--ship {
	color: #fff;
	background: #82b0b7;
}

.bd__small {
	font-size: 1.2rem;
}

.bd__and {
	float: left;
	padding: 7px 10px 7px 7px;
}

.be__text {
	font-size: 1.4rem;
	text-align: center;
	line-height: 2;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.be__text--strong {
	padding: 10px 0;
	color: #6ba5ae;
	font-size: 1.7rem;
}

.be__text--sm {
	font-size: 1.2rem;
}

.bf__item {
	position: relative;
	max-width: 1500px;
	margin-bottom: 35px;
}

.bf__item--sm {
	min-height: 330px;
	margin-bottom: 50px;
}

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

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

.bf__head {
	margin-bottom: 30px;
	width: 20%;
}

.bf__head img {
	width: 100%;
	display: block;
}

.bf__text {
	font-size: 1.3rem;
	line-height: 2;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-left: 20px;
	width: 80%;
}

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

.bf__img {
	display: block;
	position: relative;
	width: 80%;
	margin-bottom: 30px;
}

.bf__img__main {
	display: block;
	width: 100%;
}

.bf__img--1 {
	left: 0;
}

.bf__img--2 {
	margin-left: auto;
	right: 0;
}

.bf__img--3 {
	width: 100%;
}

.bf__img--4 {
	width: 100%;
}

.bf__img__eightstars {
	position: absolute;
	width: 50px;
}

.bf__img__eightstars--1 {
	bottom: 20px;
	right: -50px;
}

.bf__img__eightstars--2 {
	top: 20px;
	left: -25px;
}

.bf__img__eightstars--3 {
	bottom: -20px;
	right: 50px;
}

.bf__img__eightstars--4 {
	bottom: -37px;
	right: 50px;
}

.bf__img__eightstars--5 {
	bottom: -25px;
	right: 25px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.bf__img__eightstars--6 {
	bottom: 20px;
	right: -30px;
}

.bf__img__eightstars--7 {
	bottom: 20px;
	left: -20px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.bf__img__eightstars--lg {
	width: 60px;
}

.bh__item {
	margin-bottom: 25px;
}

.bh__item--bt {
	position: relative;
	padding-top: 35px;
}

.bh__item--bt:before {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	display: block;
	width: calc(100% - 30px);
	height: 1px;
	background: #cccccc;
}

.bh__item--bb {
	position: relative;
	padding-bottom: 30px;
}

.bh__item--bb:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	display: block;
	width: calc(100% - 30px);
	height: 1px;
	border-bottom: 1px dotted #cccccc;
}

.bh__heading {
	margin-bottom: 10px;
}

.bh__must {
	color: #a30000;
	font-size: 1.3rem;
	padding-left: 1em;
}

.bh__note {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.38462;
	padding: 12px 0;
}

.bh__note--red {
	color: #a30000;
}

.bh__mini-label {
	display: inline-block;
	padding: 20px 0 10px;
	font-size: 1.5rem;
}

.bh__input,
.bh__textarea {
	font-family: inherit;
	background: #eeeeee;
	background-image: -webkit-gradient(linear, left top, right top, from(#eeeeee), to(#eeeeee));
	background-image: -webkit-linear-gradient(left, #eeeeee, #eeeeee);
	background-image: linear-gradient(to right, #eeeeee, #eeeeee);
	border: none;
	border-radius: 3px;
	-webkit-box-shadow: none inset;
	box-shadow: none inset;
	outline: none;
	font-size: 1.6rem;
	line-height: 1.4;
}

.bh__input:focus,
.bh__textarea:focus {
	outline: none;
	-webkit-box-shadow: 0 0 10px #cccccc;
	box-shadow: 0 0 10px #cccccc;
}

.bh__input {
	width: 100%;
	height: 45px;
	padding: 0 20px;
}

.bh__input--sm {
	width: 100px;
	margin-right: 0.5em;
	margin-bottom: 8px;
}

.bh__textarea {
	width: 100%;
	height: 150px;
	resize: none;
	padding: 20px;
}

.bh__select {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/ico_triangle_2.svg) no-repeat right 20px center/8px auto, #eeeeee;
	border: none;
	border-radius: 3px;
	-webkit-box-shadow: none inset;
	box-shadow: none inset;
	outline: none;
	font-size: 1.6rem;
	padding-right: 30px;
	height: 45px;
	padding-left: 10px;
	max-width: 100%;
}

.bh__select::-ms-expand {
	display: none;
}

.bh__select:focus {
	outline: none;
	-webkit-box-shadow: 0 0 10px #cccccc;
	box-shadow: 0 0 10px #cccccc;
}

.bh__select--sm {
	margin-bottom: 10px;
}

.bi {
	padding: 0;
}

.bi__map {
	width: 100%;
	height: 285px;
}

.bi__map iframe {
	width: 100%;
	height: 100%;
}

.bj__outer {
	background: #eeeeee;
}

.bj__inner {
	padding: 30px 0;
}

.bj__main {
	margin: 0 auto;
}

.bj__heading {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 15px;
}

.bk__item + .bk__item {
	margin-top: 15px;
}

.bk__heading {
	font-size: 1.5rem;
	margin-bottom: 10px;
}

.bk__heading-2 {
	color: #82b0b7;
	font-size: 1.4rem;
	margin-bottom: 5px;
}

.bk__heading-2 span {
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	background: #82b0b7;
	padding: 5px 7px;
}

.bl {
	width: 100%;
	border: 1px solid #e5e5e5;
}

.bl__tr {
	line-height: 1.5;
	font-size: 1.4rem;
}

.bl__tr + .bl__tr {
	border-top: 1px solid #e5e5e5;
}

.bl__th {
	border-right: 1px solid #e5e5e5;
	background: #e8f3f4;
	padding: 10px;
	vertical-align: middle;
	width: 30%;
}

.bl__td {
	vertical-align: middle;
	padding: 10px;
	width: 70%;
}

.bm {
	background: #eeeeee;
	padding: 20px;
}

.bn {
	padding-bottom: 100px;
}

.bn__section {
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 1.6rem;
	line-height: 1.4;
	border-bottom: 1px solid #999999;
}

.bn__2nd__item {
	margin-bottom: 15px;
}

.bn__2nd__item > a,
.bn__2nd__item span {
	display: block;
	text-decoration: none;
	position: relative;
	padding-left: 15px;
}

.bn__2nd__item > a:after,
.bn__2nd__item span:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	left: 2px;
	top: 7px;
}

.bn__2nd__item a:hover {
	text-decoration: underline;
}

.bn__3rd {
	padding-left: 10px;
}

.bn__3rd__items {
	margin-top: 18px;
}

.bn__3rd__item + .bn__3rd__item {
	margin-top: 15px;
}

.bn__3rd__item a,
.bn__3rd__item span {
	display: block;
	position: relative;
	text-decoration: none;
	padding-left: 20px;
	font-size: 1.5rem;
}

.bn__3rd__item a:before,
.bn__3rd__item span:before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}

.bn__3rd__item a:hover {
	text-decoration: underline;
}

.bo {
	margin-top: 20px;
}

.bo__items {
	margin-bottom: 15px;
}

.bo__item + .bo__item {
	margin-top: 15px;
}

.bo__item a,
.bo__item span {
	display: block;
	text-decoration: none;
	font-size: 1.4rem;
}

.bo__item a:hover {
	text-decoration: underline;
}

.bp {
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 80%;
	padding: 0 30px;
}

.bp img {
	width: 100%;
}

.bq {
	margin-top: 16px;
}

.bq__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 13px 10px;
	border-bottom: 1px solid #dddddd;
}

.bq__head {
	font-size: 1.5rem;
	line-height: 1.5;
}

.bq__input {
	background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
	background-image: -webkit-linear-gradient(left, #ffffff, #ffffff);
	background-image: linear-gradient(to right, #ffffff, #ffffff);
	border: none;
	border-radius: 3px;
	-webkit-box-shadow: none inset;
	box-shadow: none inset;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

.bq__input[type="number"] {
	width: 45px;
	text-align: center;
	font-size: 1.6rem;
	color: #333333;
	-moz-appearance: textfield;
}

.bq__input[type="number"]::-webkit-inner-spin-button,
.bq__input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.bq__input[type="text"] {
	width: 110px;
	border: 1px solid #999999;
	padding: 5px 10px;
	font-size: 1.4rem;
	margin: 3px 0;
	color: #333333;
}

.bq__control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #93bbc3;
	color: #ffffff;
	border-radius: 50%;
	font-size: 1.6rem;
	cursor: pointer;
}

.bq__control.disabled {
	pointer-events: none;
}

.br {
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	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;
}

.br__text {
	font-size: 3rem;
	line-height: 1.4;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.bs {
	display: block;
	padding-top: 30px;
	padding-bottom: 20px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(45%, #fff), color-stop(45%, #def1f9), to(#def1f9));
	background: -webkit-linear-gradient(top, #fff 0%, #fff 45%, #def1f9 45%, #def1f9 100%);
	background: linear-gradient(-180deg, #fff 0%, #fff 45%, #def1f9 45%, #def1f9 100%);
}

.bs__inner {
	display: block;
	width: 80%;
	max-width: 250px;
	text-decoration: none;
	margin: 0 auto;
}

.bs__image {
	position: relative;
	margin-bottom: 15px;
}

.bs__image::after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 12px;
	bottom: -12px;
	background: url(../img/five-star.svg) no-repeat center center/contain;
}

.bs__text {
	font-size: 1.3rem;
	line-height: 1.3;
}

.bt__head {
	padding: 30px 10px;
	font-size: 2rem;
	line-height: 1.4;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.bt__main {
	position: relative;
	overflow: hidden;
}

.bt__main img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.bt__main video {
	min-width: 110%;
	min-height: 110%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	-webkit-transition: .6s;
	transition: .6s;
}

.bt__main video.is-active {
	opacity: 1;
}

.bu {
	margin-bottom: 30px;
}

.bu__intro {
	padding-top: 41px;
	padding-bottom: 41px;
}

.bu__head-1 {
	margin-bottom: 30px;
	font-size: 2rem;
	line-height: 1.4;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.bu__banner {
	display: block;
	max-width: 1000px;
	margin: 0 auto;
	-webkit-transition: .3s;
	transition: .3s;
}

.bu__banner:hover {
	opacity: .7;
}

.bu__banner img {
	display: block;
	width: 100%;
}

.bu__item {
	position: relative;
	display: block;
	height: 200px;
	text-decoration: none;
	padding: 22px 18px;
	overflow: hidden;
}

.bu__item video {
	min-width: 110%;
	min-height: 110%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	-webkit-transition: .6s;
	transition: .6s;
}

.bu__item video.is-active {
	opacity: 1;
}

.bu__item--1 {
	background: url(../img/ph_top_2.jpg) no-repeat center center/cover;
}

.bu__item--1 video {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
}

.bu__item--2 {
	background: url(../img/ph_top_3.jpg) no-repeat center center/cover;
}

.bu__item--3 {
	background: url(../img/ph_top_4.jpg) no-repeat center center/cover;
}

.bu__item--4 {
	background: url(../img/ph_top_5.jpg) no-repeat center center/cover;
}

.bu__item--no-video {
	-webkit-transition: .3s;
	transition: .3s;
}

.bu__item--no-video:hover {
	opacity: .7;
}

.bu__head-2 {
	font-size: 2rem;
	color: #ffffff;
	font-weight: 600;
	text-shadow: 0 0 10px #127c78;
	position: relative;
	z-index: 1;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.bu__item--2 .bu__head-2 {
	text-shadow: 0 0 10px #00234e;
}

.bv {
	height: 200px;
	display: block;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}

.bv::before {
	content: '';
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	-webkit-transition: .5s;
	transition: .5s;
}

.bv--1::before {
	background: url(../img/ph_top_6.jpg) no-repeat center center/cover;
}

.bv--2::before {
	background: url(../img/ph_top_7.jpg) no-repeat center center/cover;
}

.bv:hover::before {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.bv__head {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: 600;
}

.bv__head span {
	position: relative;
}

.bv__head::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-left: 170px solid rgba(255, 255, 255, 0.8);
	border-top: 100px solid transparent;
	border-bottom: 100px solid transparent;
}

.bv--reverse .bv__head {
	left: inherit;
	right: 0;
}

.bv--reverse .bv__head::before {
	content: '';
	position: absolute;
	top: 50%;
	left: inherit;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-right: 170px solid rgba(255, 255, 255, 0.8);
	border-left: none;
	border-top: 100px solid transparent;
	border-bottom: 100px solid transparent;
}

.bw__table {
	width: 100%;
	display: block;
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	margin: 0 auto;
}

.bw__th {
	border: 1px solid #999999;
	padding: 5px;
	background: #e5e5e5;
	text-align: center;
	vertical-align: middle;
	font-size: 1.3rem;
	line-height: 1.4;
	min-width: 80px;
}

.bw__td {
	border: 1px solid #999999;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	font-size: 1.3rem;
	line-height: 1.4;
	min-width: 80px;
}

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

.bx__item {
	position: relative;
	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;
	height: 150px;
	width: 100%;
	background: #000;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
}

.bx__item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: .6s;
	transition: .6s;
}

.bx__item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

.bx__item--bg01::before {
	background: url(../img/bg_activity_01.jpg) no-repeat center center/cover;
}

.bx__item--bg02::before {
	background: url(../img/bg_activity_02.jpg) no-repeat center center/cover;
}

.bx__item--bg03::before {
	background: url(../img/bg_activity_03.jpg) no-repeat center center/cover;
}

.bx__item--bg04::before {
	background: url(../img/bg_activity_04.jpg) no-repeat center center/cover;
}

.bx__item--bg05::before {
	background: url(../img/bg_activity_05.jpg) no-repeat center center/cover;
}

.bx__head {
	position: relative;
	z-index: 1;
}

.bx__head__main {
	display: block;
	margin-bottom: 15px;
	font-size: 2rem;
	font-weight: 600;
}

.bx__head__sub {
	display: block;
	font-size: 1.4rem;
}

.by {
	position: relative;
	border: 10px solid #e9f6fc;
}

.by:not(:last-of-type) {
	margin-bottom: 30px;
}

.by__head {
	position: relative;
	top: -10px;
	left: -10px;
	background: #90d3ed;
	padding: 6px 15px;
	font-size: 1.8rem;
	line-height: 1.4;
	letter-spacing: .075em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #ffffff;
	display: inline-block;
	margin-right: -20px;
}

.by__content {
	padding: 0 15px 17px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.4rem;
	line-height: 1.9;
	letter-spacing: .075em;
	font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.by__content__price {
	font-size: 1.3rem;
	line-height: 1.7;
	font-weight: bold;
	margin-top: 15px;
}

.bz--border {
	padding: 30px 15px;
	border: 1px solid #e5e5e5;
}

.bz__heading {
	margin-bottom: 20px;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.8rem;
	line-height: 1.4;
}

.bz__intro {
	margin-bottom: 30px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.9375;
}

.bz__intro--left {
	text-align: left;
}

.bz__intro ul li {
	text-indent: -1em;
	padding-left: 1em;
}

.bz__intro ul li::before {
	content: "・";
}

.bz__item {
	width: 100%;
	margin-bottom: 40px;
}

.bz__sm-heading {
	margin-bottom: 20px;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.2rem;
	line-height: 1.4;
}

.bz__sm-heading--left {
	text-align: left;
}

.bz__text {
	font-size: 1.4rem;
	line-height: 1.9375;
}

.bz__text p:not(:last-child) {
	margin-bottom: 1em;
}

.bz__image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 15px;
}

.bz__image__item {
	width: 100%;
}

.ca {
	width: 100%;
	table-layout: fixed;
}

.ca__tr {
	font-size: 1.4rem;
	line-height: 1.4;
}

.ca__tr:nth-child(odd) .ca__td {
	background: #def1f9;
}

.ca__th {
	text-align: left;
	padding: 12px 15px;
	vertical-align: middle;
	background: #44909b;
	color: #FFFFFF;
	text-align: center;
}

.ca__th span {
	color: red;
}

.ca__td {
	position: relative;
	padding: 12px 15px;
	text-align: center;
}

.ca__td:not(:first-child)::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 8px solid transparent;
	border-left: 10px solid #9bc0c5;
	border-bottom: 8px solid transparent;
}

.modal-bg {
	min-height: 100vh;
	background: #A2BFC4;
	background: url("../img/bg_menu.png") repeat;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
	overflow-y: scroll;
	visibility: hidden;
	opacity: 0;
	-webkit-overflow-scrolling: touch;
}

.modal-bg--visible {
	visibility: visible;
	opacity: 1;
}

.modal-bg__content {
	margin-top: 60px;
}

.footer-sns {
	padding: 15px 0;
	background: #f7f7f7;
	border-bottom: 1px solid #dcdcdc;
}

.footer-sns__text {
	text-align: center;
	margin-bottom: 15px;
	font-size: 1.4rem;
	line-height: 1.4;
	color: #333333;
}

.footer-sns__items {
	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;
}

.footer-sns__item {
	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;
	width: 40px;
	height: 40px;
}

.footer-sns__item + .footer-sns__item {
	margin-left: 18px;
}

.footer-sns__item img {
	width: 100%;
}

.footer-logo {
	width: 45%;
	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;
	padding: 15px 15px 0;
	margin: 0 auto;
}

.footer-logo__img {
	width: 100%;
	text-align: center;
}

.footer-logo__star {
	width: 17%;
	margin-bottom: 7%;
}

.footer-logo__text {
	width: 100%;
}

.footer-nav {
	border-bottom: 1px solid #dcdcdc;
}

.footer-nav__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 8px 15px;
}

.footer-nav__items + .footer-nav__items {
	border-top: 1px solid #dcdcdc;
}

.footer-nav__item {
	font-size: 1.2rem;
}

.footer-nav__item + .footer-nav__item {
	margin-left: 10px;
}

.footer-nav__item a {
	text-decoration: none;
	color: #333333;
}

.footer-info {
	padding: 18px 15px 28px;
	text-align: center;
}

.footer-info__heading {
	margin-bottom: 13px;
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 1.4;
	color: #333333;
}

.footer-info__items {
	margin-top: 4px;
}

.footer-info__item {
	font-size: 1.3rem;
	line-height: 1.4;
	color: #333333;
}

.footer-info__item span {
	display: block;
	text-align: right;
	position: relative;
}

.footer-info__item span::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	right: -8px;
	top: 52%;
	margin-top: -5px;
}

.footer-info__item + .footer-info__item {
	margin-top: 5px;
}

.footer-info__item__map-link {
	display: inline;
	margin-right: 10px;
	text-decoration: none;
	text-align: center;
	position: relative;
	max-width: 230px;
}

.footer-info__item__map-link::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	right: -8px;
	top: 52%;
	margin-top: -5px;
}

.footer-copy {
	padding: 23px 0;
	text-align: center;
	font-size: 0.8rem;
	border-top: 1px solid #dcdcdc;
	color: #333333;
}

.pc-gnav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.pc-gnav__item > a,
.pc-gnav__item span {
	position: relative;
	display: block;
	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
	padding: 25px 13px;
	letter-spacing: .115em;
	font-size: 1.3rem;
	line-height: 1.5;
	cursor: pointer;
	text-align: center;
}

.pc-gnav__item > a:hover,
.pc-gnav__item span:hover {
	opacity: .8;
}

.pc-gnav__item--child > a::after,
.pc-gnav__item--child span::after {
	content: '';
	border-top: 7px solid #ffffff;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pc-gnav__item--child:hover > .pc-gnav-child {
	visibility: visible;
	opacity: 1;
}

.pc-gnav-child {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s;
	background: #ffffff;
	position: fixed;
	top: 60px;
	left: 0;
	width: 100vw;
	padding: 55px 0 40px;
}

.pc-gnav-child__col {
	margin-bottom: 8px;
}

.pc-gnav-child__col > a {
	display: block;
	margin-bottom: 20px;
	text-decoration: none;
	font-size: 1.4rem;
	color: #82b0b7;
	position: relative;
	font-weight: 600;
}

.pc-gnav-child__col > a::before {
	content: '';
	border-left: 5px solid #9bc0c5;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position: absolute;
	top: 50%;
	left: -14px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pc-gnav-child__col > a:hover {
	opacity: .7;
}

.pc-gnav-child__item > a {
	width: 100%;
	display: block;
	margin-bottom: 14px;
	text-decoration: none;
	font-size: 1.4rem;
	line-height: 1.3;
	padding-left: 1em;
	text-indent: -1em;
}

.pc-gnav-child__item > a::before {
	content: '・';
}

.pc-gnav-child__item > a:hover {
	opacity: .7;
}

.pc-gnav-child__item > a i {
	display: inline;
}

.text,
.the_content {
	font-size: 1.4rem;
}

.text p,
.text li,
.the_content p,
.the_content li {
	line-height: 1.6;
}

.text-date {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.3rem;
}

.text-nopost {
	text-align: center;
	font-size: 1.8rem;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 100%;
}

.text-red {
	color: #a30000;
}

.text--gray {
	color: #808080;
}

.text p + p {
	margin-top: 15px;
}

.text a {
	text-decoration: underline;
}

.text a:hover {
	text-decoration: none;
}

.text strong {
	font-weight: bold;
}

.text--more-block a {
	display: block;
}

.the_content p {
	margin-bottom: 15px;
}

.text-indent {
	padding-left: 1em;
	text-indent: -1em;
}

p.text {
	line-height: 1.4;
}

.text-8 {
	font-size: 0.8rem;
}

.text-10 {
	font-size: 1rem;
}

.text-12 {
	font-size: 1.2rem;
}

.text-13 {
	font-size: 1.3rem;
}

.text-14 {
	font-size: 1.4rem;
}

.text-15 {
	font-size: 1.5rem;
}

.order-list {
	list-style-type: decimal;
}

.order-list li {
	padding-left: 1rem;
	margin-left: 2rem;
}

.unorder-list li {
	position: relative;
	padding-left: 1em;
}

.unorder-list li::before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}

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

.hd-1__inner {
	position: relative;
	text-align: center;
	color: #000;
	margin: 0 auto 30px;
	display: inline-block;
	padding: 0 30px;
}

.hd-1__inner:before,
.hd-1__inner:after {
	content: '';
	display: block;
	border-bottom: 2px solid #A2BFC4;
	border-left: 2px solid #A2BFC4;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 8px;
}

.hd-1__inner:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 0;
}

.hd-1__inner:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	right: 0;
}

.hd-1__en {
	display: block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 5px;
	font-size: 2.2rem;
}

.hd-1__jp {
	font-size: 1.2rem;
}

.hd-2 {
	width: 100%;
	margin-bottom: 20px;
}

.hd-2__head {
	display: block;
	font-size: 2.1rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.4;
	margin-bottom: 2px;
}

.hd-2__sub-head {
	display: block;
	font-size: 1.2rem;
	line-height: 1.4;
}

.hd-2__sub-head--blue {
	color: #44909b;
}

.hd-3 {
	margin-bottom: 5px;
	font-size: 1.5rem;
	line-height: 1.4;
}

.hd-4 {
	margin-bottom: 20px;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.2rem;
	line-height: 1.4;
}

.hd-5 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-bottom: 4px double #c3bbb5;
	margin-bottom: 15px;
	font-size: 1.7rem;
	line-height: 1.4;
	padding-bottom: 5px;
}

.hd-6 {
	background-image: -webkit-linear-gradient(left, #c3bbb5, #c3bbb5 4px, transparent 1px, transparent 4px);
	background-image: linear-gradient(to right, #c3bbb5, #c3bbb5 4px, transparent 1px, transparent 4px);
	background-size: 6px 1px;
	background-position: bottom;
	background-repeat: repeat-x;
	margin-bottom: 15px;
}

.hd-6 span {
	display: inline-block;
	color: #fff;
	background: #c3bbb5;
	padding: 4px 22px;
	font-size: 1.4rem;
}

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

.hd-7__inner {
	position: relative;
	text-align: center;
	color: #000;
	margin: 0 auto 40px;
	display: inline-block;
	padding: 0 30px;
}

.hd-7__inner:before,
.hd-7__inner:after {
	content: '';
	display: block;
	border-bottom: 2px solid #A2BFC4;
	border-left: 2px solid #A2BFC4;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
}

.hd-7__inner:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 0;
}

.hd-7__inner:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	right: 0;
}

.hd-7__heading {
	display: block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 5px;
	font-size: 2.2rem;
}

.hd-8 {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

.hd-8__main {
	display: block;
	font-size: 2.1rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.hd-8__sub {
	display: block;
	font-size: 1.2rem;
	line-height: 1.4;
	color: #44909b;
}

.hd-9 {
	color: #44909b;
	background: url("../img/five-star.svg") no-repeat left center;
	line-height: 1.4em;
	font-size: 2.0rem;
	padding: 2px 0 0 50px;
	margin-bottom: 30px;
}

.the_content .hd-9 {
	border-bottom: none;
	padding-bottom: 0;
	margin-top: 20px;
}

.hd-10 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 1.5rem;
	border-bottom: 1px solid #c3bbb5;
}

.hd-11 {
	line-height: 1.5;
	font-size: 1.6rem;
	margin-bottom: 10px;
	border-bottom: none;
}

.hd-12,
.the_content h2 {
	font-size: 1.6rem;
	border-bottom: #b4d0d4 2px solid;
	padding-bottom: 10px;
	line-height: 1.4;
}

.hd-13,
.the_content h3 {
	font-size: 1.4rem;
	border-bottom: #b4d0d4 1px solid;
	padding-bottom: 10px;
	line-height: 1.4;
}

.hd-14 {
	margin-bottom: 10px;
	font-size: 1.4rem;
	color: #82b0b7;
	line-height: 1.4;
}

.hd-14 a {
	text-decoration: none;
	color: #82b0b7;
}

.hd-14 a:hover {
	text-decoration: underline;
}

.hd-15 {
	padding: 8px 0 6px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 22px;
}

.hd-15:before {
	content: "◆";
}

.hd-16 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.5rem;
	line-height: 1.4;
}

.hd-17 {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 1.4rem;
	line-height: 1.4;
}

.hd-18 {
	margin-bottom: 5px;
	font-size: 1.4rem;
	line-height: 1.4;
}

.hd-18:before {
	content: '・';
	color: #82b0b7;
	padding-right: 5px;
	font-weight: bold;
}

.hd-19 {
	margin-bottom: 30px;
	padding-bottom: 3px;
	font-size: 2rem;
	line-height: 1.4;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-bottom: 3px solid #90d3ed;
}

.page-title-1 {
	background: url("../img/bg_tile_1.png");
	text-align: center;
	margin-bottom: 15px;
}

.page-title-1__row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 90px;
}

.page-title-1__main {
	color: #fff;
	font-size: 3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.page-title-1__main--sm {
	font-size: 2.2rem;
}

.ln-1 {
	margin: 0 auto 20px;
	text-align: center;
}

.ln-1 a {
	position: relative;
	padding: 0 3px 8px;
	background-size: auto 2px;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 1.2rem;
	border-bottom: 1px dotted #7d7d7d;
}

.ln-1 a:before,
.ln-1 a:after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

.ln-1 a:before {
	border-left: 4px solid #82b0b7;
	left: -8px;
}

.ln-1 a:after {
	border-right: 4px solid #82b0b7;
	right: -8px;
}

.ln-1--mv-1 {
	color: #fff;
}

.ln-1--mv-1 a {
	display: inline-block;
	border-bottom: 2px dotted #fff;
}

.ln-1--mv-1 a:before {
	border-left: 4px solid #cfa972;
}

.ln-1--mv-1 a:after {
	border-right: 4px solid #cfa972;
}

.ln-2 {
	margin: 0 -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ln-2__item {
	background: #fff;
	color: #9bc0c5;
	text-decoration: none;
	text-align: center;
	border: 1px solid #9bc0c5;
	display: block;
	line-height: 1.4;
	padding: 10px 5px;
	margin: 0 10px;
	width: 280px;
	border-radius: 3px;
	font-size: 1.2rem;
	letter-spacing: 0.3rem;
	-webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
}

.ln-2__item--full {
	width: 100%;
}

.ln-2__item--eng {
	letter-spacing: 0;
}

.ln-3 {
	display: block;
	padding: 10px 15px 10px 10px;
	width: 100%;
	position: relative;
	text-align: center;
	text-decoration: none;
	background: #eeeeee;
	font-size: 1.3rem;
	line-height: 1.4;
}

.ln-3::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	right: -8px;
	top: 52%;
	margin-top: -5px;
}

.ln-3:after {
	right: 10px;
	margin-top: -4px;
}

.ln-4 + .ln-4 {
	margin-top: 15px;
}

.ln-4__inner {
	background: #fff;
	color: #9bc0c5;
	text-decoration: none;
	text-align: center;
	border: 1px solid #9bc0c5;
	display: block;
	line-height: 1.4;
	padding: 10px 20px 10px 15px;
	border-radius: 3px;
	font-size: 1.4rem;
	-webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
	position: relative;
}

.ln-4__inner::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	right: -8px;
	top: 52%;
	margin-top: -5px;
}

.ln-4__inner:after {
	border-color: transparent transparent transparent #9bc0c5;
	right: 15px;
}

.ln-5 {
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	padding: 10px 0;
	cursor: pointer;
}

.ln-5 .fas {
	font-size: 1.8rem;
}

.ln-5--1 {
	background: #89bfc8;
}

.ln-5--2 {
	background: #899fc8;
}

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

.ln-6 a {
	text-decoration: none;
	padding-right: 5px;
	position: relative;
	line-height: 1.4;
}

.ln-6 a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	right: -8px;
	top: 52%;
	margin-top: -5px;
}

.ln-6 a:hover {
	text-decoration: underline;
}

.ln-6--sm a {
	font-size: 1.3rem;
}

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

.ln-7 a {
	text-decoration: none;
	padding-right: 5px;
	position: relative;
	line-height: 1.4;
}

.ln-7 a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 4px 0px;
	border-color: transparent #000000 transparent transparent;
	position: absolute;
	left: -8px;
	top: 52%;
	margin-top: -5px;
}

.ln-7 a:hover {
	text-decoration: underline;
}

.ln-7--sm a {
	font-size: 1.3rem;
}

.ln-8 {
	display: block;
	text-align: center;
	background: #94bcc2;
	color: #fff;
	font-size: 1.6rem;
	text-decoration: none;
	width: 100%;
	text-align: center;
	border-radius: 4px;
	border: none;
	padding: 15px;
}

.ln-9 {
	display: block;
	max-width: 300px;
	-webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
	padding: 8px;
	border: 1px solid #c9c9c9;
	border-radius: 4px;
	background: #fff;
	text-align: center;
	font-size: 1.4rem;
	background: #ffab0a;
	color: #ffffff;
	text-decoration: none;
}

.ln-9--center {
	margin: 0 auto;
}

.bg-home-pickup {
	padding-top: 25px;
}

.bg-home-recommend {
	background: #def1f9;
	padding-bottom: 40px;
	padding-top: 35px;
	margin-bottom: 35px;
}

.bg-1 {
	padding-top: 35px;
	padding-bottom: 20px;
	background-image: url(../img/bg_1.svg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100% auto;
}

.bg-1--blue {
	background-image: url(../img/bg_1_blue.svg);
}

.bg-2 {
	padding-top: 35px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	background: #def1f9;
}

.bg-3 {
	padding-top: 35px;
	margin-bottom: 30px;
	background: #def1f9;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(20%, #fff), color-stop(20%, #def1f9), color-stop(85%, #def1f9), color-stop(85%, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #fff 20%, #def1f9 20%, #def1f9 85%, #fff 85%);
	background: linear-gradient(-180deg, #fff 0%, #fff 20%, #def1f9 20%, #def1f9 85%, #fff 85%);
}

.bg-4 {
	background: -webkit-repeating-linear-gradient(left, #ebebeb, #ebebeb 10px, #f1f1f1 0, #f1f1f1 20px);
	background: repeating-linear-gradient(90deg, #ebebeb, #ebebeb 10px, #f1f1f1 0, #f1f1f1 20px);
	padding-top: 15px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.bg-home-facilities {
	background: #def1f9;
	padding-bottom: 70px;
	padding-top: 35px;
}

.bg-home-facilities .k {
	position: relative;
}

.bg-home-facilities .k__item {
	z-index: 10;
}

.bg-home-facilities .k__bg {
	display: block;
	width: 80%;
	background: #fff;
	position: absolute;
	top: -30px;
	left: 10%;
	z-index: 0;
	height: 200px;
	-webkit-box-shadow: 0px 8px 20px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 8px 20px 5px rgba(0, 0, 0, 0.2);
	top: -15px;
}

.bg-home-activity {
	background-image: url("../img/bg_home_activity.png");
	background-repeat: no-repeat;
	background-size: 80% auto;
	background-position: right -100px top 200px;
	padding-top: 35px;
	padding-bottom: 20px;
}

.pagetop {
	padding-top: 35px;
	padding-bottom: 15px;
}

.pagetop__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.pagetop__inner img {
	width: 39px;
}

.pagetop__inner img:hover {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.lightbox {
	display: none;
}

.lightbox__container {
	padding-top: 30px;
	padding-bottom: 30px;
}

.lightbox__fig {
	padding: 0 50px;
}

.lightbox__fig img {
	max-height: 400px;
	display: block;
	margin: 0 auto;
}

#autopager-load-more,
#autopager-load-prev {
	text-align: center;
	width: 100%;
}

#autopager-load-more:hover,
#autopager-load-prev:hover {
	background-color: #f5f5ff;
}

.btn-1 {
	background: url(../img/ico_triangle.svg) no-repeat right 20px center/4px auto, #FFFFFF;
	border: 1px solid #cccccc;
	border-radius: 0;
	-webkit-box-shadow: none inset;
	box-shadow: none inset;
	outline: none;
	width: 100%;
	height: 45px;
	font-family: inherit;
	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;
	padding: 0;
	font-size: 1.4rem;
	cursor: pointer;
	color: #000;
	font-weight: 400;
}

.btn-1:focus,
.btn-1:hover {
	outline: none;
	-webkit-box-shadow: 0 0 10px #eeeeee;
	box-shadow: 0 0 10px #eeeeee;
}

.tab-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2px;
}

.tab-list__item {
	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;
	background: #def1f9;
	background: #FFF;
	text-decoration: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	padding: 1em;
	letter-spacing: .05em;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 3px solid #def1f9;
	border-left: 3px solid #def1f9;
	border-right: 3px solid #def1f9;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
}

.tab-list__item:focus-visible {
	outline: 1px solid black;
}

.tab-list__item[aria-selected="true"] {
	background: #def1f9;
	border-color: #44909b;
}

.tab-content[aria-hidden="true"] {
	display: none;
}

.the_content {
	line-height: 1.6;
}

.the_content h1,
.the_content h2,
.the_content h3 {
	margin-bottom: 15px;
}

.the_content .row {
	margin-bottom: 30px;
	row-gap: 30px;
}

.the_content img {
	margin-bottom: 15px;
}

.the_content strong {
	font-weight: bold;
}

.the_content--gallery img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.the_content .youtube-wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.the_content .youtube-wrap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.the_content .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.the_content .alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.the_content .alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.the_content .w .row img {
	display: block;
}

.the_content .w .row:last-of-type {
	margin-bottom: 0;
}

.the_content .w .row:last-of-type img {
	margin-bottom: 0;
}

p + .row {
	margin-top: 30px;
}

.banner {
	display: block;
	margin: 0 auto;
}

.banner img {
	width: 100%;
}

/* Unique elements */

.home-mv {
	display: block;
	position: relative;
}

.home-mv img {
	width: 100%;
}

.best-rate {
	width: 100%;
	background: -webkit-linear-gradient(#9bc0c5 0px, #9bc0c5 45px, #fff 45px, #fff 100%);
	background: linear-gradient(#9bc0c5 0px, #9bc0c5 45px, #fff 45px, #fff 100%);
	margin-right: 90px;
	-webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
}

.best-rate--footer {
	position: relative;
}

.best-rate__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #9bc0c5;
	position: relative;
	margin-bottom: 15px;
	padding: 10px 0;
}

.best-rate__head img {
	width: 113px;
}

.best-rate__logo {
	margin-right: 20px;
}

.best-rate__title {
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: 0.5rem;
}

.best-rate__title--eng {
	letter-spacing: 0;
	font-size: 1.4rem;
}

.best-rate__buttons {
	margin-bottom: 15px;
}

.menu-toggle {
	background: #fff;
	padding: 30px;
	cursor: pointer;
}

.site-title {
	padding: 85px 48px;
	background: rgba(255, 255, 255, 0.5);
}

.site-title img {
	max-width: initial;
	margin: 0 auto;
	display: block;
}

.side-reserve-button {
	padding: 12px;
	background: #fff;
}

.side-reserve-button a {
	-webkit-box-shadow: 0px 8px 20px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 8px 20px 5px rgba(0, 0, 0, 0.2);
	display: block;
	text-align: center;
	text-decoration: none;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-radius: 3px;
	height: 65px;
	padding-top: 15px;
	background: none;
	background: url("../img/img_arrow_right.png");
	background-position: center 40px;
	background-repeat: no-repeat;
}

.side-phone {
	padding: 12px;
	color: #9bc0c5;
	font-size: 1.8rem;
	text-align: center;
}

.side-phone a {
	text-decoration: none;
	line-height: 1.3;
}

.side-phone span {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.sp-header {
	padding: 10px;
}

.sp-header__reserve {
	-webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
}

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

.sp-header__logo {
	width: 100%;
	margin-bottom: 10px;
}

.sp-header__phone {
	color: #9bc0c5;
	font-size: 1.8rem;
}

.sp-header__phone a {
	text-decoration: none;
	line-height: 1.3;
}

.sp-header__phone span {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.reserve-panel {
	width: auto;
	background: #eee;
	border-radius: 7px;
	margin: 60px auto auto;
	-webkit-box-shadow: 0px 8px 20px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 8px 20px 5px rgba(0, 0, 0, 0.2);
}

.reserve-tab {
	padding: 30px 30px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.reserve-tab__item {
	width: 50%;
	text-align: center;
	border-radius: 7px 7px 0 0;
	color: #bfbfbf;
	cursor: pointer;
	font-size: 1.6rem;
	padding: 10px 0 10px;
}

.reserve-tab__item--active {
	background: #fff;
	color: #82b0b7;
}

.reserve-data {
	background: #fff;
	border-radius: 0 0 7px 7px;
	padding-top: 30px;
	padding-bottom: 100px;
}

.reserve-data__wrap {
	max-width: 700px;
	margin: 0 auto;
}

.reserve-data__control {
	margin-top: 20px;
}

.reserve-data__control > div {
	margin-bottom: 15px;
}

.reserve-data__control select {
	border: 1px solid #cccccc;
	font-size: 2rem;
	color: #333;
	width: 80px;
	height: 40px;
}

.reserve-data__control select#SearchGoDepartureAirport {
	font-size: 1.4em;
	width: 160px;
}

.reserve-data__control input[type=text] {
	border: 1px solid #cccccc;
	font-size: 2rem;
	color: #333;
	width: 80px;
	height: 40px;
	border-radius: 5px;
	display: inline-block;
	padding: 5px 10px;
}

.reserve-data__control__text {
	line-height: 40px;
	margin-right: 10px;
}

.reserve-data__control input[type=submit] {
	display: block;
	text-align: center;
	background: #94bcc2;
	color: #fff;
	font-size: 16px;
	width: 100%;
	text-align: center;
	border-radius: 4px;
	border: none;
	line-height: 3;
	-webkit-appearance: none;
	cursor: pointer;
}

.reserve-data {
	display: none;
}

.reserve-data--active {
	display: block;
}

.reserve-data .ui-datepicker {
	display: block;
	width: 100%;
}

.reserve-data .ui-widget-header {
	background: #eee;
	border: none;
}

.reserve-data .ui-datepicker td a {
	padding: 1em .5em;
	text-align: center;
}

.reserve-data .ui-datepicker th {
	padding-top: 1.2em;
}

.fixed-banner {
	position: fixed;
	z-index: 9999;
}

.fixed-banner--pc {
	bottom: 10px;
	display: none;
	padding: 0 180px 0 15px;
}

.fixed-banner--sp {
	bottom: 10px;
	padding: 0 75px 0 15px;
}

.fixed-banner--pcsp {
	bottom: 10px;
	padding: 0 75px 0 15px;
}

.fixed-banner img {
	-webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
}

.fixed-banner__close {
	position: absolute;
	right: 42px;
	top: 0px;
	width: 27px;
	height: auto;
}

.lang-switch {
	padding-top: 10px;
	margin-bottom: 7px;
}

.lang-switch__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px;
}

.lang-switch__item {
	width: 37px;
	height: 37px;
}

.lang-switch__item img {
	display: block;
}

.lang-switch__item + .lang-switch__item {
	margin-left: 13px;
}

.archive-list {
	border-top: 1px solid #eee;
}

.archive-list li {
	border-bottom: 1px solid #eee;
}

.archive-list li a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
	outline: none;
}

.menu {
	padding: 25px 0;
	position: relative;
	overflow: hidden;
}

.menu__button {
	position: absolute;
	top: 20px;
	right: 10px;
}

.menu-top {
	border-bottom: 1px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
}

.menu-top__item + .menu-top__item {
	margin-left: 30px;
}

.menu-top__item a {
	display: block;
	padding: 10px 0 10px 10px;
	color: #fff;
	text-decoration: none;
	font-size: 1.4rem;
	line-height: 1.4;
}

.menu-top__item a:hover {
	opacity: .7;
}

.menu-main__item {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 1.4rem;
	position: relative;
}

.menu-main__item:before,
.menu-main__item:after {
	content: '';
	position: absolute;
	background: #fff;
	border: none;
}

.menu-main__item:before {
	top: 17px;
	right: 5px;
	width: 11px;
	height: 1px;
}

.menu-main__item:after {
	top: 12px;
	right: 10px;
	width: 1px;
	height: 11px;
}

.menu-main__item.is-open:after {
	opacity: 0;
}

.menu-main__item--link::before {
	content: none;
}

.menu-main__item--link::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	background: none;
	right: 9px;
	top: 18px;
	margin-top: -5px;
}

.menu-main__item > a {
	text-decoration: none;
	display: block;
	padding: 12px 10px;
}

.menu-main__item > a:hover {
	opacity: .7;
}

.menu-main__2nd__items {
	margin-bottom: 15px;
	font-size: 1.3rem;
	line-height: 1.5;
}

.menu-main__2nd__item {
	padding-left: 35px;
}

.menu-main__2nd__item + .menu-main__2nd__item {
	margin-top: 10px;
}

.menu-main__2nd__item > a {
	display: block;
	text-decoration: none;
	padding-left: 1em;
}

.menu-main__2nd__item > a:hover {
	opacity: .7;
}

.menu-main__2nd__item--sp-pl0 a {
	padding-left: 0;
}

.menu-main__3rd {
	margin: 10px 0 0 15px;
}

.menu-main__3rd__item + .menu-main__3rd__item {
	margin-top: 10px;
	margin-bottom: 10px;
}

.menu-main__3rd__item > a {
	display: block;
	text-decoration: none;
	position: relative;
	padding-left: 20px;
}

.menu-main__3rd__item > a:hover {
	opacity: .7;
}

.menu-main__3rd + .menu-main__3rd {
	margin-top: 0;
}

.menu-bottom {
	padding-bottom: 70px;
	margin-top: 0;
}

.menu-bottom__items--sp-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 23px;
}

.menu-bottom__items--sp-flex .menu-bottom__item {
	border-bottom: none;
}

.menu-bottom__items--sp-flex .menu-bottom__item a:after {
	content: none;
}

.menu-bottom__item {
	border-bottom: 1px solid #fff;
}

.menu-bottom__item a,
.menu-bottom__item span {
	padding: 12px 10px;
	font-size: 1.4rem;
	color: #fff;
	text-decoration: none;
	display: block;
	position: relative;
	line-height: 1.4;
}

.menu-bottom__item a::after,
.menu-bottom__item span::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	background: none;
	right: 9px;
	top: 18px;
	margin-top: -5px;
}

.menu-bottom__item a:hover {
	opacity: .7;
}

.menu-bottom__info {
	margin-top: 20px;
}

.menu-bottom__info__img {
	display: none;
}

.menu-bottom__info__reserve {
	display: none;
}

.menu-bottom__info__reserve:hover {
	opacity: .8;
}

.menu-bottom__info__tel {
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.9rem;
	margin: 0 auto;
	display: block;
	border: 2px solid #fff;
	padding: 10px 0;
	position: relative;
}

.menu-bottom__info__tel::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	background: none;
	right: 7px;
	top: 21px;
	margin-top: -5px;
}

.menu-bottom__info__tel img {
	width: 20px;
}

.menu-bottom-1line {
	width: 100%;
	color: #fff;
	text-align: center;
}

.menu-bottom-1line a {
	color: #fff;
	text-decoration: none;
}

.home-tips .l-deco-line {
	display: none;
}

.mv-video {
	height: 52vw;
	position: relative;
	overflow: hidden;
	background: url(../img/bg_mv-video.png) no-repeat center center/contain;
}

.mv-video video {
	width: 100%;
	height: 100%;
	min-width: 110%;
	min-height: 110%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: .6s;
	transition: .6s;
}

.mv-1 {
	position: relative;
}

.mv-1__img {
	width: 100%;
	vertical-align: top;
}

.mv-1__heading {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 35%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 3.2rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.2;
}

.mv-1__heading--sm {
	font-size: 2.6rem;
	letter-spacing: -1px;
}

.mv-1__heading--center {
	top: 45%;
}

.mv-1__heading--sans-serif {
	font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mv-1__welcome-baby {
	position: absolute;
	top: 20px;
	left: 20px;
	min-width: 60px;
	width: 10vw;
	max-width: 150px;
}

.wpcf7-response-output {
	text-align: center;
	padding-top: 20px 15px !important;
	line-height: 1.4;
	margin: 2em auto 1em !important;
	width: calc(100% - 30px);
}

.wpcf7-not-valid-tip {
	font-size: 1.4rem;
	padding: 8px 0;
}

.wpcf7-list-item {
	width: 100%;
	margin: 0 0 10px !important;
}

.wpcf7-submit + .ajax-loader {
	position: absolute;
	bottom: 0;
	right: 0;
}

.js-date__input {
	width: calc(100% - 32px);
}

.js-date .ui-datepicker-trigger {
	background: #FFFFFF;
	border: none;
	display: inline-block;
	vertical-align: middle;
	margin-left: 12px;
	margin-bottom: 3px;
	width: 20px;
	padding: 0;
}

.js-date .ui-datepicker-trigger img {
	width: 20px;
	height: auto;
}

.js-date .ui-datepicker-trigger:focus {
	outline: none;
}

/*! jQuery UI - v1.12.1 - 2018-12-26
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=flick&cornerRadiusShadow=0px&offsetLeftShadow=-4px&offsetTopShadow=-4px&thicknessShadow=4px&opacityShadow=60&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=aaaaaa&opacityOverlay=80&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=eeeeee&iconColorError=ff0084&fcError=222222&borderColorError=ff0084&bgImgOpacityError=55&bgTextureError=flat&bgColorError=ffffff&iconColorHighlight=0073ea&fcHighlight=444444&borderColorHighlight=cccccc&bgImgOpacityHighlight=55&bgTextureHighlight=flat&bgColorHighlight=ffffff&iconColorActive=454545&fcActive=ff0084&borderColorActive=dddddd&bgImgOpacityActive=65&bgTextureActive=glass&bgColorActive=ffffff&iconColorHover=ffffff&fcHover=ffffff&borderColorHover=0073ea&bgImgOpacityHover=25&bgTextureHover=highlight_soft&bgColorHover=0073ea&iconColorDefault=666666&fcDefault=0073ea&borderColorDefault=dddddd&bgImgOpacityDefault=100&bgTextureDefault=highlight_soft&bgColorDefault=f6f6f6&iconColorContent=ff0084&fcContent=444444&borderColorContent=dddddd&bgImgOpacityContent=75&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=0073ea&fcHeader=444444&borderColorHeader=dddddd&bgImgOpacityHeader=50&bgTextureHeader=highlight_soft&bgColorHeader=dddddd&cornerRadius=2px&fsDefault=1.1em&fwDefault=bold&ffDefault=Helvetica%2CArial%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}

/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}

/* Icons
----------------------------------*/

.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */

.ui-datepicker-rtl {
	direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */

.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

/* Component containers
----------------------------------*/

.ui-widget {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1.1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1em;
}

.ui-widget.ui-widget-content {
	border: 1px solid #dddddd;
}

.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #444444;
}

.ui-widget-content a {
	color: #444444;
}

.ui-widget-header {
	border: 1px solid #dddddd;
	background: #dddddd url("../img/ui-bg_highlight-soft_50_dddddd_1x100.png") 50% 50% repeat-x;
	color: #444444;
	font-weight: bold;
}

.ui-widget-header a {
	color: #444444;
}

/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #dddddd;
	background: #f6f6f6 url("../img/ui-bg_highlight-soft_100_f6f6f6_1x100.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #0073ea;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #0073ea;
	text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #0073ea;
	background: #0073ea url("../img/ui-bg_highlight-soft_25_0073ea_1x100.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #ffffff;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #ffffff;
	text-decoration: none;
}

.ui-visual-focus {
	-webkit-box-shadow: 0 0 3px 1px #5e9ed6;
	box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #dddddd;
	background: #ffffff url("../img/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #ff0084;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #dddddd;
	background-color: #ff0084;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ff0084;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #cccccc;
	background: #ffffff;
	color: #444444;
}

.ui-state-checked {
	border: 1px solid #cccccc;
	background: #ffffff;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #444444;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #ff0084;
	background: #ffffff;
	color: #222222;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #222222;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #222222;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
	width: 16px;
	height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("../img/ui-icons_ff0084_256x240.png");
}

.ui-widget-header .ui-icon {
	background-image: url("../img/ui-icons_0073ea_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("../img/ui-icons_ffffff_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("../img/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("../img/ui-icons_0073ea_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("../img/ui-icons_ff0084_256x240.png");
}

.ui-button .ui-icon {
	background-image: url("../img/ui-icons_666666_256x240.png");
}

/* positioning */

.ui-icon-blank {
	background-position: 16px 16px;
}

.ui-icon-caret-1-n {
	background-position: 0 0;
}

.ui-icon-caret-1-ne {
	background-position: -16px 0;
}

.ui-icon-caret-1-e {
	background-position: -32px 0;
}

.ui-icon-caret-1-se {
	background-position: -48px 0;
}

.ui-icon-caret-1-s {
	background-position: -65px 0;
}

.ui-icon-caret-1-sw {
	background-position: -80px 0;
}

.ui-icon-caret-1-w {
	background-position: -96px 0;
}

.ui-icon-caret-1-nw {
	background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
	background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-on {
	background-position: -96px -144px;
}

.ui-icon-radio-off {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 2px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 2px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 2px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 2px;
}

/* Overlays */

.ui-widget-overlay {
	background: #eeeeee;
	opacity: .8;
	filter: Alpha(Opacity=80); /* support: IE8 */
}

.ui-widget-shadow {
	-webkit-box-shadow: -4px -4px 4px #aaaaaa;
	box-shadow: -4px -4px 4px #aaaaaa;
}

.calendar .fc-scrollgrid {
	width: 100%;
	pointer-events: none;
}

.calendar .fc-scrollgrid-sync-table {
	table-layout: fixed;
}

.calendar .fc-event-title {
	font-size: 1.0rem;
	line-height: 1.3;
	width: 100%;
	padding: 2px;
	white-space: normal;
	word-break: break-all;
}

.calendar .fc-daygrid-event-dot {
	display: none;
}

.newsletter {
	width: 100%;
	margin: 50px 0 100px;
}

.newsletter__table {
	display: block;
	width: 100%;
}

.newsletter__tr {
	display: block;
	margin-bottom: 25px;
}

.newsletter__th {
	display: block;
	padding-bottom: 5px;
	text-align: left;
	font-size: 1.6rem;
}

.newsletter__td {
	display: block;
	font-size: 1.3rem;
	line-height: 1.38462;
}

.newsletter__td a:hover {
	text-decoration: none;
}

.newsletter__lead {
	font-size: 1.3rem;
	line-height: 1.38462;
	margin-bottom: 1em;
}

.newsletter__checkbox li:not(:last-child) {
	margin-bottom: 10px;
}

.newsletter__checkbox label {
	cursor: pointer;
	display: block;
}

.newsletter__checkbox td {
	width: 25%;
}

.newsletter input[type="text"],
.newsletter input[type="email"] {
	font-family: inherit;
	background: #eeeeee;
	background-image: -webkit-gradient(linear, left top, right top, from(#eeeeee), to(#eeeeee));
	background-image: -webkit-linear-gradient(left, #eeeeee, #eeeeee);
	background-image: linear-gradient(to right, #eeeeee, #eeeeee);
	border: none;
	width: 100%;
	height: 45px;
	padding: 0 20px;
	border-radius: 3px;
	-webkit-box-shadow: none inset;
	box-shadow: none inset;
	outline: none;
	font-size: 1.6rem;
	line-height: 1.4;
}

.newsletter input[type="text"]:focus,
.newsletter input[type="email"]:focus {
	outline: none;
	-webkit-box-shadow: 0 0 10px #cccccc;
	box-shadow: 0 0 10px #cccccc;
}

.newsletter select {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/ico_triangle_2.svg) no-repeat right 20px center/8px auto, #eeeeee;
	border: none;
	border-radius: 3px;
	-webkit-box-shadow: none inset;
	box-shadow: none inset;
	outline: none;
	font-size: 1.6rem;
	padding-right: 30px;
	color: #000;
	width: 100%;
	max-width: 400px;
	height: 45px;
	padding-left: 10px;
}

.newsletter select::-ms-expand {
	display: none;
}

.newsletter select:focus {
	outline: none;
	-webkit-box-shadow: 0 0 10px #cccccc;
	box-shadow: 0 0 10px #cccccc;
}

.newsletter select--sm {
	margin-bottom: 10px;
}

.newsletter input[type="submit"] {
	background: url(../img/ico_triangle.svg) no-repeat right 20px center/4px auto, #FFFFFF;
	border: 1px solid #cccccc;
	border-radius: 0;
	-webkit-box-shadow: none inset;
	box-shadow: none inset;
	outline: none;
	width: 100%;
	max-width: 340px;
	margin: 0 auto;
	height: 45px;
	font-family: inherit;
	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;
	padding: 0;
	font-size: 1.4rem;
	cursor: pointer;
	color: #000;
	font-weight: 400;
}

.newsletter input[type="submit"]:focus,
.newsletter input[type="submit"]:hover {
	outline: none;
	-webkit-box-shadow: 0 0 10px #eeeeee;
	box-shadow: 0 0 10px #eeeeee;
}

/* Old Style */

#the_content {
	margin-bottom: 50px;
	max-width: 700px;
	margin: 0 auto;
}

#the_content .alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}

#the_content .alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}

#the_content .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#the_content p {
	margin-bottom: 15px;
}

#the_content strong,
#the_content h1,
#the_content h2,
#the_content h3,
#the_content h4,
#the_content h5 {
	font-weight: bold;
}

#the_content h6 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

#the_content h5 {
	font-size: 14px;
	margin-bottom: 5px;
}

#the_content h4 {
	font-size: 16px;
	margin-bottom: 5px;
}

#the_content h4.blockTtl {
	background: url(/wp-content/themes/frv/base/img/icon_flower.png) no-repeat left top;
	padding: 5px 0 5px 35px;
}

#the_content h3 {
	font-size: 18px;
	margin-bottom: 8px;
}

#the_content h2 {
	font-size: 20px;
	margin-bottom: 8px;
}

#the_content h1 {
	font-size: 22px;
	margin-bottom: 8px;
}

#the_content .imgLeft {
	margin-bottom: 20px;
}

#the_content .imgLeft img {
	float: left;
	margin: 0 20px 10px 0;
}

#the_content .imgRight {
	margin-bottom: 20px;
}

#the_content .imgRight img {
	float: right;
	margin: 0 0 10px 20px;
}

#the_content .img3cols {
	margin-bottom: 20px;
}

#the_content .img3cols li {
	width: 220px;
	margin-left: 20px;
}

#the_content .img3cols li img {
	width: 220px;
	height: auto;
}

#the_content .img3cols li:first-child {
	margin-left: 0;
}

#the_content .img2cols {
	margin-bottom: 20px;
}

#the_content .img2cols li {
	width: 340px;
	margin-left: 20px;
}

#the_content .img2cols li img {
	width: 340px;
	height: auto;
}

#the_content .img2cols li:first-child {
	margin-left: 0;
}

#the_content .colLi li {
	float: left;
}

#the_content .boxBlack .img {
	float: left;
	margin-right: 10px;
}

#the_content div:after {
	content: "";
	display: block;
	clear: both;
}

#the_content img {
	height: auto;
}

#the_content table.t,
.the_content table.t {
	width: 100%;
	border-top: 1px solid #e6e6e6;
	margin-bottom: 20px;
}

#the_content table.t th,
#the_content table.t td,
.the_content table.t th,
.the_content table.t td {
	border-bottom: 1px solid #e6e6e6;
	padding: 10px;
	line-height: 1.4;
}

#the_content table.t th,
.the_content table.t th {
	background: #eee;
	width: 25%;
}

/* jQuery */

/* 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;
}

/* Slider */

.slick-loading .slick-list {
	background: #fff url("./../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */

/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
}

.leaflet-container {
	overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */

.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */

.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */

/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */

.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
	max-width: none !important;
}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}

.leaflet-tile {
	-webkit-filter: inherit;
	filter: inherit;
	visibility: hidden;
}

.leaflet-tile-loaded {
	visibility: inherit;
}

.leaflet-zoom-box {
	width: 0;
	height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */

.leaflet-overlay-pane svg {
	-moz-user-select: none;
}

.leaflet-pane {
	z-index: 400;
}

.leaflet-tile-pane {
	z-index: 200;
}

.leaflet-overlay-pane {
	z-index: 400;
}

.leaflet-shadow-pane {
	z-index: 500;
}

.leaflet-marker-pane {
	z-index: 600;
}

.leaflet-tooltip-pane {
	z-index: 650;
}

.leaflet-popup-pane {
	z-index: 700;
}

.leaflet-map-pane canvas {
	z-index: 100;
}

.leaflet-map-pane svg {
	z-index: 200;
}

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
}

.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
}

/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
}

.leaflet-top {
	top: 0;
}

.leaflet-right {
	right: 0;
}

.leaflet-bottom {
	bottom: 0;
}

.leaflet-left {
	right: 10px;
}

.leaflet-control {
	float: left;
	clear: both;
}

.leaflet-right .leaflet-control {
	float: right;
}

.leaflet-top .leaflet-control {
	margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
	margin-left: 10px;
}

.leaflet-right .leaflet-control {
	margin-right: 10px;
}

/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
}

.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
	transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
}

/* cursors */

.leaflet-interactive {
	cursor: pointer;
}

.leaflet-grab {
	cursor: -webkit-grab;
	cursor: -moz-grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
}

/* marker & overlays interactivity */

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
}

.leaflet-container a {
	color: #0078A8;
}

.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
}

.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255, 255, 255, 0.5);
}

/* general typography */

.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */

.leaflet-bar {
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
}

.leaflet-bar a:hover {
	background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
}

.leaflet-control-zoom-out {
	font-size: 20px;
}

.leaflet-touch .leaflet-control-zoom-in {
	font-size: 22px;
}

.leaflet-touch .leaflet-control-zoom-out {
	font-size: 24px;
}

/* layers control */

.leaflet-control-layers {
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	background: #fff;
	border-radius: 5px;
}

.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
}

.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
}

.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	padding-right: 5px;
}

.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
}

.leaflet-control-layers label {
	display: block;
}

.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
}

/* Default icon URLs */

.leaflet-default-icon-path {
	background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
}

.leaflet-control-attribution a {
	text-decoration: none;
}

.leaflet-control-attribution a:hover {
	text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
}

.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0, 0, 0, 0.2);
	background-clip: padding-box;
}

/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
}

.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
}

.leaflet-popup-content p {
	margin: 18px 0;
}

.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
}

.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;
	margin: -10px auto 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	-webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
	box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
}

.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
}

/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
}

/* Tooltip */

/* Base styles for the element that has a tooltip */

.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}

.leaflet-tooltip-top {
	margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
}

.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
}

.leaflet-tooltip-left {
	margin-left: -6px;
}

.leaflet-tooltip-right {
	margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
}

.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
}

.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, 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; /* position: centering vertical and horizontal */
	text-align: left;
	vertical-align: middle;
	display: inline-block; /* dimensions: cut off images */
	overflow: auto;
	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: 10px;
	right: 10px; /* 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: rgba(255, 255, 255, 0.3);
	color: #cccccc;
	border: none;
	padding: 0;
	font-size: 3rem;
}

/* 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 */

.masonry {
	margin-bottom: 30px;
}

.masonry__grid {
	margin-left: -5px;
	margin-right: -5px;
}

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

.masonry__grid:after {
	clear: both;
}

.masonry__inner {
	display: block;
	position: relative;
	border-radius: 5px;
	background: #000;
	margin: 0 5px 10px;
}

.masonry__inner img {
	border-radius: 5px;
	display: block;
	opacity: 0.6;
}

.masonry__item {
	float: left;
}

.masonry__item--s {
	width: 50%;
}

.masonry__item--m {
	width: 50%;
}

.masonry__item--l {
	width: 75%;
}

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

.masonry__title {
	position: absolute;
	padding: 0 0;
	top: 50%;
	left: auto;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	width: 90%;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	-webkit-transform: translate(0, -50%);
	font-size: 1.3rem;
}

.grid-sizer {
	width: 50%;
}

.gallery {
	margin-bottom: 30px;
}

.gallery__grid {
	margin-left: -5px;
	margin-right: -5px;
}

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

.gallery__grid:after {
	clear: both;
}

.gallery__item {
	position: relative;
}

.gallery__item:hover img {
	opacity: .5;
}

.gallery__item:hover .gallery__modal {
	opacity: 1;
}

.gallery__item--s {
	width: 50%;
}

.gallery__item--m {
	width: 50%;
}

.gallery__item--l {
	width: 75%;
}

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

.gallery__image {
	overflow: hidden;
	display: block;
	position: relative;
	border-radius: 5px;
	margin: 0 5px 10px;
	background: #000;
}

.gallery__image--s {
	height: 255px;
}

.gallery__image--m {
	height: 255px;
}

.gallery__image--l {
	height: 540px;
}

.gallery__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 5px;
	display: block;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-family: 'object-fit: cover;';
}

.gallery__modal {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -60%);
	-ms-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%);
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.gallery__modal__text {
	display: block;
	margin-bottom: 15px;
	border: 1px solid #fff;
	padding: 5px 20px;
	color: #fff;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.5;
}

.gallery__modal__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.gallery__modal__button {
	margin: 0 10px;
}

.gallery__modal__button:hover {
	opacity: .7;
}

.gallery__modal__button i {
	color: #fff;
	font-size: 2rem;
}

.grid-sizer {
	width: 50%;
}

.fadein {
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 1s;
	transition: all 1s;
}

@media (min-width: 576px) {

.container {
	max-width: 540px;
}

.col-sm {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-sm-auto {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-sm-1 {
	-ms-flex: 0 0 8.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-sm-2 {
	-ms-flex: 0 0 16.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-sm-3 {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-sm-4 {
	-ms-flex: 0 0 33.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-sm-5 {
	-ms-flex: 0 0 41.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-sm-6 {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-sm-7 {
	-ms-flex: 0 0 58.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-sm-8 {
	-ms-flex: 0 0 66.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-sm-9 {
	-ms-flex: 0 0 75%;
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-sm-10 {
	-ms-flex: 0 0 83.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-sm-11 {
	-ms-flex: 0 0 91.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-sm-12 {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-sm-first {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	order: -1;
}

.order-sm-1 {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

.order-sm-2 {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	order: 2;
}

.order-sm-3 {
	-ms-flex-order: 3;
	-webkit-box-ordinal-group: 4;
	order: 3;
}

.order-sm-4 {
	-ms-flex-order: 4;
	-webkit-box-ordinal-group: 5;
	order: 4;
}

.order-sm-5 {
	-ms-flex-order: 5;
	-webkit-box-ordinal-group: 6;
	order: 5;
}

.order-sm-6 {
	-ms-flex-order: 6;
	-webkit-box-ordinal-group: 7;
	order: 6;
}

.order-sm-7 {
	-ms-flex-order: 7;
	-webkit-box-ordinal-group: 8;
	order: 7;
}

.order-sm-8 {
	-ms-flex-order: 8;
	-webkit-box-ordinal-group: 9;
	order: 8;
}

.order-sm-9 {
	-ms-flex-order: 9;
	-webkit-box-ordinal-group: 10;
	order: 9;
}

.order-sm-10 {
	-ms-flex-order: 10;
	-webkit-box-ordinal-group: 11;
	order: 10;
}

.order-sm-11 {
	-ms-flex-order: 11;
	-webkit-box-ordinal-group: 12;
	order: 11;
}

.order-sm-12 {
	-ms-flex-order: 12;
	-webkit-box-ordinal-group: 13;
	order: 12;
}

.offset-sm-0 {
	margin-left: 0;
}

.offset-sm-1 {
	margin-left: 8.333333%;
}

.offset-sm-2 {
	margin-left: 16.666667%;
}

.offset-sm-3 {
	margin-left: 25%;
}

.offset-sm-4 {
	margin-left: 33.333333%;
}

.offset-sm-5 {
	margin-left: 41.666667%;
}

.offset-sm-6 {
	margin-left: 50%;
}

.offset-sm-7 {
	margin-left: 58.333333%;
}

.offset-sm-8 {
	margin-left: 66.666667%;
}

.offset-sm-9 {
	margin-left: 75%;
}

.offset-sm-10 {
	margin-left: 83.333333%;
}

.offset-sm-11 {
	margin-left: 91.666667%;
}

.flex-sm-row {
	-ms-flex-direction: row !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	flex-direction: row !important;
}

.flex-sm-column {
	-ms-flex-direction: column !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	flex-direction: column !important;
}

.flex-sm-row-reverse {
	-ms-flex-direction: row-reverse !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	flex-direction: row-reverse !important;
}

.flex-sm-column-reverse {
	-ms-flex-direction: column-reverse !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	flex-direction: column-reverse !important;
}

.flex-sm-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-sm-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-sm-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-sm-start {
	-ms-flex-pack: start !important;
	-webkit-box-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-sm-end {
	-ms-flex-pack: end !important;
	-webkit-box-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-sm-center {
	-ms-flex-pack: center !important;
	-webkit-box-pack: center !important;
	justify-content: center !important;
}

.justify-content-sm-between {
	-ms-flex-pack: justify !important;
	-webkit-box-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-sm-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-sm-start {
	-ms-flex-align: start !important;
	-webkit-box-align: start !important;
	align-items: flex-start !important;
}

.align-items-sm-end {
	-ms-flex-align: end !important;
	-webkit-box-align: end !important;
	align-items: flex-end !important;
}

.align-items-sm-center {
	-ms-flex-align: center !important;
	-webkit-box-align: center !important;
	align-items: center !important;
}

.align-items-sm-baseline {
	-ms-flex-align: baseline !important;
	-webkit-box-align: baseline !important;
	align-items: baseline !important;
}

.align-items-sm-stretch {
	-ms-flex-align: stretch !important;
	-webkit-box-align: stretch !important;
	align-items: stretch !important;
}

.align-content-sm-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-sm-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-sm-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-sm-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-sm-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-sm-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-sm-auto {
	-ms-flex-item-align: auto !important;
	-ms-grid-row-align: auto !important;
	align-self: auto !important;
}

.align-self-sm-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-sm-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-sm-center {
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.align-self-sm-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-sm-stretch {
	-ms-flex-item-align: stretch !important;
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important;
}

.d-sm-none {
	display: none !important;
}

.d-sm-inline {
	display: inline !important;
}

.d-sm-inline-block {
	display: inline-block !important;
}

.d-sm-block {
	display: block !important;
}

.d-sm-table {
	display: table !important;
}

.d-sm-table-row {
	display: table-row !important;
}

.d-sm-table-cell {
	display: table-cell !important;
}

.d-sm-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-sm-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.f__col:nth-child(odd) .f__base {
	margin-left: 25px;
}

.f__col:nth-child(odd) .f__img {
	margin-left: -25px;
}

.f__col:nth-child(even) .f__base {
	margin-right: 25px;
}

.f__col:nth-child(even) .f__img {
	margin-right: -25px;
}

.f__title {
	background: url("../img/five-star.svg") no-repeat 13px center;
	background-size: auto auto;
	font-size: 1.4rem;
}

.f__title::after {
	right: 15px;
}

.f__title a,
.f__title span,
.f__title div {
	padding: 18px 10px 15px 65px;
}

.o__switch__item--left::after {
	width: 42px;
	height: 42px;
	left: -21px;
	background-size: 10px 16px;
}

.o__switch__item--right::after {
	width: 42px;
	height: 42px;
	right: -21px;
	background-size: 10px 16px;
}

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

.bu__item {
	width: 50%;
}

.bv__head::before {
	border-left-width: 170px;
	border-top-width: 150px;
	border-bottom-width: 150px;
}

.bv--reverse .bv__head::before {
	border-right-width: 170px;
	border-top-width: 150px;
	border-bottom-width: 150px;
}

.bg-1 {
	padding-top: 70px;
	padding-bottom: 85px;
	background-size: auto auto;
}

.bg-2 {
	background: -webkit-gradient(linear, left top, left bottom, from(#def1f9), color-stop(65%, #def1f9), color-stop(65%, #fff), to(#fff));
	background: -webkit-linear-gradient(top, #def1f9 0%, #def1f9 65%, #fff 65%, #fff 100%);
	background: linear-gradient(-180deg, #def1f9 0%, #def1f9 65%, #fff 65%, #fff 100%);
	padding-bottom: 40px;
	padding-top: 70px;
	margin-bottom: 0;
}

.bg-3 {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(23%, #fff), color-stop(23%, #def1f9), color-stop(85%, #def1f9), color-stop(85%, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #fff 23%, #def1f9 23%, #def1f9 85%, #fff 85%);
	background: linear-gradient(-180deg, #fff 0%, #fff 23%, #def1f9 23%, #def1f9 85%, #fff 85%);
	padding-bottom: 40px;
	padding-top: 30px;
	margin-bottom: 0;
}

.bg-4 {
	padding-bottom: 40px;
	padding-top: 60px;
}

.wpcf7-response-output {
	max-width: 540px;
}

}

@media (min-width: 768px) {

.sp-block {
	display: inline;
}

.pt-md-50 {
	padding-top: 50px !important;
}

.pt-md-60 {
	padding-top: 60px !important;
}

.pb-md-35 {
	padding-bottom: 35px !important;
}

.pb-md-40 {
	padding-bottom: 40px !important;
}

.pb-md-65 {
	padding-bottom: 65px !important;
}

.pb-md-85 {
	padding-bottom: 85px !important;
}

.mt-md-0 {
	margin-top: 0px !important;
}

.mt-md-40 {
	margin-top: 40px !important;
}

.mt-md-45 {
	margin-top: 45px !important;
}

.mt-md-50 {
	margin-top: 50px !important;
}

.mt-md-60 {
	margin-top: 60px !important;
}

.mt-md-80 {
	margin-top: 80px !important;
}

.mt-md-95 {
	margin-top: 95px !important;
}

.mb-md-0 {
	margin-bottom: 0 !important;
}

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

.mb-md-25 {
	margin-bottom: 25px !important;
}

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

.mb-md-35 {
	margin-bottom: 35px !important;
}

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

.mb-md-45 {
	margin-bottom: 45px !important;
}

.mb-md-50 {
	margin-bottom: 50px !important;
}

.mb-md-60 {
	margin-bottom: 60px !important;
}

.mb-md-70 {
	margin-bottom: 70px !important;
}

.mb-md-80 {
	margin-bottom: 80px !important;
}

.mb-md-100 {
	margin-bottom: 100px !important;
}

.mb-md-110 {
	margin-bottom: 110px !important;
}

.container {
	max-width: 720px;
}

.col-md {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-md-auto {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-md-1 {
	-ms-flex: 0 0 8.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-md-2 {
	-ms-flex: 0 0 16.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-md-3 {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-md-4 {
	-ms-flex: 0 0 33.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-md-5 {
	-ms-flex: 0 0 41.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-md-6 {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-md-7 {
	-ms-flex: 0 0 58.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-md-8 {
	-ms-flex: 0 0 66.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-md-9 {
	-ms-flex: 0 0 75%;
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-md-10 {
	-ms-flex: 0 0 83.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-md-11 {
	-ms-flex: 0 0 91.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-md-12 {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-md-first {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	order: -1;
}

.order-md-1 {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

.order-md-2 {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	order: 2;
}

.order-md-3 {
	-ms-flex-order: 3;
	-webkit-box-ordinal-group: 4;
	order: 3;
}

.order-md-4 {
	-ms-flex-order: 4;
	-webkit-box-ordinal-group: 5;
	order: 4;
}

.order-md-5 {
	-ms-flex-order: 5;
	-webkit-box-ordinal-group: 6;
	order: 5;
}

.order-md-6 {
	-ms-flex-order: 6;
	-webkit-box-ordinal-group: 7;
	order: 6;
}

.order-md-7 {
	-ms-flex-order: 7;
	-webkit-box-ordinal-group: 8;
	order: 7;
}

.order-md-8 {
	-ms-flex-order: 8;
	-webkit-box-ordinal-group: 9;
	order: 8;
}

.order-md-9 {
	-ms-flex-order: 9;
	-webkit-box-ordinal-group: 10;
	order: 9;
}

.order-md-10 {
	-ms-flex-order: 10;
	-webkit-box-ordinal-group: 11;
	order: 10;
}

.order-md-11 {
	-ms-flex-order: 11;
	-webkit-box-ordinal-group: 12;
	order: 11;
}

.order-md-12 {
	-ms-flex-order: 12;
	-webkit-box-ordinal-group: 13;
	order: 12;
}

.offset-md-0 {
	margin-left: 0;
}

.offset-md-1 {
	margin-left: 8.333333%;
}

.offset-md-2 {
	margin-left: 16.666667%;
}

.offset-md-3 {
	margin-left: 25%;
}

.offset-md-4 {
	margin-left: 33.333333%;
}

.offset-md-5 {
	margin-left: 41.666667%;
}

.offset-md-6 {
	margin-left: 50%;
}

.offset-md-7 {
	margin-left: 58.333333%;
}

.offset-md-8 {
	margin-left: 66.666667%;
}

.offset-md-9 {
	margin-left: 75%;
}

.offset-md-10 {
	margin-left: 83.333333%;
}

.offset-md-11 {
	margin-left: 91.666667%;
}

.flex-md-row {
	-ms-flex-direction: row !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	flex-direction: row !important;
}

.flex-md-column {
	-ms-flex-direction: column !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	flex-direction: column !important;
}

.flex-md-row-reverse {
	-ms-flex-direction: row-reverse !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	flex-direction: row-reverse !important;
}

.flex-md-column-reverse {
	-ms-flex-direction: column-reverse !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	flex-direction: column-reverse !important;
}

.flex-md-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-md-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-md-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-md-start {
	-ms-flex-pack: start !important;
	-webkit-box-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-md-end {
	-ms-flex-pack: end !important;
	-webkit-box-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-md-center {
	-ms-flex-pack: center !important;
	-webkit-box-pack: center !important;
	justify-content: center !important;
}

.justify-content-md-between {
	-ms-flex-pack: justify !important;
	-webkit-box-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-md-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-md-start {
	-ms-flex-align: start !important;
	-webkit-box-align: start !important;
	align-items: flex-start !important;
}

.align-items-md-end {
	-ms-flex-align: end !important;
	-webkit-box-align: end !important;
	align-items: flex-end !important;
}

.align-items-md-center {
	-ms-flex-align: center !important;
	-webkit-box-align: center !important;
	align-items: center !important;
}

.align-items-md-baseline {
	-ms-flex-align: baseline !important;
	-webkit-box-align: baseline !important;
	align-items: baseline !important;
}

.align-items-md-stretch {
	-ms-flex-align: stretch !important;
	-webkit-box-align: stretch !important;
	align-items: stretch !important;
}

.align-content-md-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-md-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-md-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-md-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-md-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-md-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-md-auto {
	-ms-flex-item-align: auto !important;
	-ms-grid-row-align: auto !important;
	align-self: auto !important;
}

.align-self-md-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-md-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-md-center {
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.align-self-md-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-md-stretch {
	-ms-flex-item-align: stretch !important;
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important;
}

.d-md-none {
	display: none !important;
}

.d-md-inline {
	display: inline !important;
}

.d-md-inline-block {
	display: inline-block !important;
}

.d-md-block {
	display: block !important;
}

.d-md-table {
	display: table !important;
}

.d-md-table-row {
	display: table-row !important;
}

.d-md-table-cell {
	display: table-cell !important;
}

.d-md-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-md-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.l-page-content {
	margin-right: 90px;
}

.l-body {
	margin-top: 60px;
}

.l-sidebar {
	display: block;
	width: 90px;
	position: fixed;
	right: 0;
	top: 60px;
	z-index: 2;
	height: 100%;
	-webkit-box-shadow: 0px 8px 20px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 8px 20px 5px rgba(0, 0, 0, 0.2);
}

.l-footer {
	margin-right: 90px;
}

.l-footer__pc-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.l-sp-header {
	display: none;
}

.l-pc-gnav {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: #9bc0c5;
	z-index: 10;
}

.customize-support .l-pc-gnav {
	top: 32px;
}

.d {
	margin-bottom: 35px;
}

.d__text {
	font-size: 1.6rem;
}

.e__col {
	margin-bottom: 55px;
}

.e__img {
	margin-bottom: 20px;
}

.e__text-img {
	height: auto;
	bottom: -10px;
	right: 25px;
}

.e__head {
	font-size: 1.8rem;
	margin: 0 15px 5px 0;
}

.e__text {
	font-size: 1.6rem;
}

.e__note {
	margin-top: 10px;
	font-size: 1.4rem;
}

.f__col {
	margin-bottom: 40px;
}

.f__info__text {
	background: #bfbfbf;
	color: #fff;
}

.f__info .far {
	color: #bfbfbf;
}

.g {
	margin-bottom: 35px;
}

.g__img {
	margin-bottom: 13px;
}

.g__text {
	font-size: 1.6rem;
}

.h {
	margin-bottom: 65px;
}

.h__main__logo {
	width: auto;
}

.h__text {
	font-size: 1.6rem;
	line-height: 1.9375;
	margin: 20px 0 0 0;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	min-height: 40px;
}

.j__item {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.j__item + .j__item {
	margin-top: 12px;
}

.j__date {
	margin: 3px 20px 0 0;
	color: #82b0b7;
}

.j__title {
	font-size: 1.5rem;
	width: calc(100% - 95px);
}

.j__label {
	width: 90px;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	margin-left: 10px;
}

.j__label .labels__item__link {
	font-size: 1.1rem;
	padding-left: 4px;
	padding-right: 4px;
}

.k {
	margin-top: 95px;
}

.k__wrapper {
	margin-bottom: 0px;
}

.k__item {
	margin-bottom: 30px;
}

.k__item__eng {
	bottom: 7px;
	left: 10px;
}

.k__item__eng img {
	height: auto;
}

.k__item__name {
	font-size: 1.6rem;
}

.m__item {
	margin-bottom: 35px;
}

.m__item img {
	margin-bottom: 10px;
}

.m__text {
	padding-right: 5px;
	font-size: 1.6rem;
}

.n__item + .n__item {
	margin-top: 0;
}

.n__item--arrow:after {
	right: 30px;
}

.n__sp-wrap {
	display: block;
}

.n__img {
	width: 100%;
	margin-bottom: 15px;
}

.n__main {
	width: 100%;
	padding: 0 17px 25px;
}

.n__text {
	font-size: 1.6rem;
	line-height: 1.375;
}

.n__price {
	padding: 15px 15px 15px 10px;
	font-size: 1.6rem;
	border-right: 50px solid #bed6d9;
}

.n__price:after {
	right: -28px;
}

.o--pc-h600 img {
	height: 600px;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}

.q__item {
	padding: 15px 20px 15px 0;
}

.q__item span {
	width: 25px;
	height: 25px;
	margin-right: 15px;
	font-size: 1.5rem;
}

.q__item__text {
	font-size: 1.6rem;
	width: calc(100% - 40px);
}

.q__item--question:after {
	right: 12px;
	top: 55%;
}

.s__item {
	margin-bottom: 30px;
}

.s__img {
	padding-right: 0;
}

.s__main {
	padding-left: 15px;
}

.s__text {
	font-size: 1.8rem;
	line-height: 1.55556;
}

.s__link {
	margin-top: 10px;
}

.s__link a {
	max-width: 200px;
	padding: 6px;
	font-size: 1.4rem;
}

.labels__item__link {
	font-size: 1.4rem;
	min-width: 90px;
	padding: 5px 10px;
}

div.t,
section.t {
	background: none;
}

.t__items {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #eeeeee;
	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;
}

.t__item a {
	font-size: 1.6rem;
	padding: 5px 15px;
}

.u {
	padding: 10px 15px;
	border: 1px solid #cccccc;
}

.v__tr {
	padding: 10px 0;
	font-size: 1.6rem;
}

.v__th {
	width: 13%;
}

.v__td {
	width: 85%;
}

.v__note {
	font-size: 1.4rem;
}

.x__item {
	font-size: 1.6rem;
	margin: 0 20px;
}

.y {
	padding: 15px 15px;
}

.y__item + .y__item {
	margin-top: 0;
}

.y__select::after {
	right: 20px;
}

.y__select select {
	width: 100%;
	font-size: 1.8rem;
	padding: 15px 20px;
}

.w {
	border-width: 20px;
	padding: 30px 35px 30px;
	font-size: 1.8rem;
	line-height: 1.7;
}

.w--access {
	padding: 20px 35px 20px;
}

.z {
	padding: 35px 0px;
}

.z__heading {
	margin-bottom: 25px;
	font-size: 2.2rem;
}

.z__item {
	margin-bottom: 15px;
}

.z__item a {
	padding: 10px 0;
	font-size: 1.8rem;
}

.z__text {
	margin-bottom: 5px;
	padding-left: 0;
	font-size: 1.4rem;
}

.z__wrap__text {
	margin-top: -10px;
	padding: 0;
	font-size: 1.6rem;
}

.aa {
	margin-bottom: 25px;
}

.aa span {
	width: 41px;
	height: 41px;
	margin-right: 15px;
	font-size: 2rem;
}

.aa p {
	font-size: 2rem;
	width: calc(100% - 40px);
}

.ab__img {
	margin-bottom: 17px;
}

.ab__date {
	font-size: 1.4rem;
}

.ab__text {
	margin-right: 0;
	font-size: 1.6rem;
}

.ab__text:after {
	content: none;
}

.ac {
	padding: 20px 0;
}

.ac__heading {
	font-size: 2rem;
	margin-bottom: 0;
}

.ac__item + .ac__item {
	margin-top: 10px;
}

.ac__date {
	margin-right: 30px;
	font-size: 1.2rem;
	margin-top: 0;
}

.ac__text {
	font-size: 1.4rem;
}

.ae__item {
	margin-bottom: 50px;
}

.ae__img {
	margin-bottom: 14px;
}

.ae__heading {
	font-size: 1.6rem;
}

.ae__heading span:after {
	top: 14px;
}

.ae__text {
	font-size: 1.4rem;
	padding: 9px 12px;
}

.ae__text span {
	font-size: 1.1rem;
}

.af__main {
	margin-bottom: 0;
}

.af__thumb {
	display: block;
}

.af__thumb__item {
	width: 100%;
}

.af__thumb__item + .af__thumb__item {
	margin-top: 17px;
	margin-left: 0;
}

.ag {
	padding: 30px 0;
	background: url(../img/bg_stripe_1.png) repeat-x bottom;
}

.ag__outer {
	padding: 8px;
}

.ag__inner {
	padding: 22px 45px 35px;
}

.ag__heading {
	font-size: 2rem;
	margin-bottom: 20px;
}

.ag__item + .ag__item {
	margin-top: 10px;
}

.ag__item__tag {
	width: auto;
	margin-right: 10px;
	min-width: 190px;
}

.ag__date {
	margin-right: 30px;
	font-size: 1.2rem;
	margin-top: 0;
}

.ag__text {
	font-size: 1.4rem;
	padding-top: 1px;
}

.ag__link {
	top: 20px;
	right: 50px;
}

.ah .slick-dots {
	bottom: -55px;
}

.ah .prev-arrow {
	left: 20px;
}

.ah .prev-arrow:before,
.ah .prev-arrow:after {
	height: 30px;
}

.ah .prev-arrow:before {
	-webkit-transform: translate(-50%, -10px) rotate(45deg);
	-ms-transform: translate(-50%, -10px) rotate(45deg);
	transform: translate(-50%, -10px) rotate(45deg);
}

.ah .prev-arrow:after {
	-webkit-transform: translate(-50%, 10px) rotate(-45deg);
	-ms-transform: translate(-50%, 10px) rotate(-45deg);
	transform: translate(-50%, 10px) rotate(-45deg);
}

.ah .next-arrow {
	right: 20px;
}

.ah .next-arrow:before,
.ah .next-arrow:after {
	height: 30px;
}

.ah .next-arrow:before {
	-webkit-transform: translate(-50%, -10px) rotate(-45deg);
	-ms-transform: translate(-50%, -10px) rotate(-45deg);
	transform: translate(-50%, -10px) rotate(-45deg);
}

.ah .next-arrow:after {
	-webkit-transform: translate(-50%, 10px) rotate(45deg);
	-ms-transform: translate(-50%, 10px) rotate(45deg);
	transform: translate(-50%, 10px) rotate(45deg);
}

.ai {
	padding: 0 15px;
}

.ai__nav {
	margin-bottom: 40px;
}

.ai__nav--spwide {
	margin: 0 0 40px;
}

.ai__nav__item {
	padding: 20px 10px;
}

.ai__nav__item::after {
	right: 15px;
	bottom: 40%;
}

.ai__nav__item {
	font-size: 1.8rem;
}

.ai__nav__item--active:after {
	right: inherit;
	bottom: -25px;
}

.ai__nav__item--6col {
	width: calc(100% / 6);
}

.ai__nav__item--narrow {
	font-size: 1.3rem;
	padding: 15px 15px;
}

.ai__content {
	padding: 0;
}

.aj__tr {
	padding: 10px 0;
	font-size: 1.6rem;
}

.ak {
	min-height: 400px;
}

.al {
	margin-top: 20px;
	border-top: none;
	background: transparent;
	width: calc(100% - 30px);
	padding: 0;
	left: auto;
	z-index: auto;
	position: relative;
}

.am__section + .am__section {
	margin-top: 70px;
}

.am__2nd-section + .am__2nd-section {
	margin-top: 80px;
}

.am__img {
	margin-bottom: 0;
}

.am__main {
	padding-right: 0;
}

.am__head {
	margin-bottom: 10px;
}

.am__heading {
	font-size: 2rem;
}

.am__price {
	font-size: 1.8rem;
	min-width: 170px;
	text-align: right;
}

.an {
	padding: 25px 15px;
	margin-bottom: 50px;
}

.an--main {
	padding: 35px 45px;
}

.an--psm {
	padding: 25px 25px;
}

.ao__head {
	font-size: 2.0rem;
	padding: 15px 25px;
}

.ao__toggle {
	top: 20px;
}

.ap__item {
	width: 50%;
	padding-left: 20px;
}

.aq__item {
	margin-bottom: 30px;
}

.aq__main {
	padding: 20px 10px 20px 15px;
}

.aq__logo {
	width: 60px;
	height: 60px;
}

.aq__info {
	width: calc(100% - 140px);
}

.aq__info--no-logo {
	width: calc(100% - 45px);
}

.aq__heading {
	font-size: 1.6rem;
	margin-bottom: 5px;
}

.aq__list__item {
	font-size: 1.3rem;
}

.aq__btn-wrap--md-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.aq__btn {
	font-size: 1.6rem;
	width: 65px;
	height: 65px;
	margin: 5px;
}

.aq__btn--en {
	font-size: 1.4rem;
	width: 105px;
}

.aq__btn--en--sm {
	font-size: 1.2rem;
	width: 80px;
	height: 40px;
}

.aq__btn--en--xs {
	font-size: 1.2rem;
	width: 80px;
	height: 40px;
}

.aq__tags {
	top: -25px;
	height: 25px;
}

.aq__tags__item {
	font-size: 1.2rem;
	padding: 0 5px;
}

.aq__icon {
	width: 50px;
	margin: 0 auto;
}

.ar {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.ar__item {
	font-size: 1.4rem;
}

.as {
	margin-bottom: 50px;
}

.as__title {
	font-size: 1.8rem;
}

.as__span {
	font-size: 1.4rem;
}

.at__item {
	margin-left: 30px;
	margin-bottom: 35px;
}

.at__item--reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.at__img {
	margin-left: -30px;
}

.at__main {
	margin-left: 10px;
}

.at__heading {
	font-size: 1.8rem;
	margin-right: 10px;
}

.at__icons {
	font-size: 1.4rem;
}

.at__text {
	font-size: 1.4rem;
}

.au__head {
	font-size: 1.6rem;
	padding: 10px 15px;
	min-height: 65px;
}

.au__head .fas {
	font-size: 1.4rem;
}

.av__item {
	margin-bottom: 50px;
}

.av__img {
	margin-bottom: 20px;
}

.av__heading {
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.av__text {
	font-size: 1.6rem;
}

.aw__img img {
	padding: 10px;
}

.aw__ribon {
	width: 200px;
	left: -70px;
	margin: 20px 0 30px;
}

.aw__heading {
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.aw__text {
	font-size: 1.6rem;
}

.ax__item--1 {
	margin-bottom: 15px;
}

.ax__item--2 {
	margin-bottom: 5px;
}

.ax__item--3 {
	margin-bottom: 30px;
}

.ay__item {
	margin-bottom: 30px;
}

.ay__text-img {
	width: 50px;
}

.ay__text-img img {
	width: 12px;
}

.ay__img {
	width: calc(100% - 50px);
}

.ay__heading {
	font-size: 1.7rem;
	padding: 15px 20px 15px 50px;
	min-height: inherit;
}

.ay__heading:before {
	width: 15px;
	height: 15px;
	top: 40%;
	left: 25px;
}

.az {
	padding: 0 15px;
}

.az__items {
	margin-bottom: 0;
}

.az__item {
	margin-bottom: 30px;
	padding: 0 15px;
	width: inherit;
}

.ba {
	margin-bottom: 45px;
}

.ba__tr {
	font-size: 1.6rem;
}

.ba__th {
	padding: 15px 20px;
}

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

.be__text {
	font-size: 2rem;
	line-height: 2.5;
}

.be__text--strong {
	font-size: 2.4rem;
	padding: 20px 0;
}

.be__text--sm {
	font-size: 1.8rem;
}

.bf__item {
	margin: 5vw auto;
}

.bf__item--sm {
	margin: 0 auto 50px;
}

.bf__text {
	font-size: 1.4rem;
	padding-left: 40px;
}

.bf__img--3 {
	width: auto;
	left: 0;
}

.bf__img--4 {
	width: auto;
	right: 0;
}

.bf__img__eightstars {
	width: 70px;
}

.bf__img__eightstars--1 {
	bottom: 20px;
	right: -60px;
}

.bf__img__eightstars--2 {
	top: 20px;
	left: -32px;
}

.bf__img__eightstars--6 {
	bottom: 20px;
	right: -32px;
}

.bf__img__eightstars--7 {
	bottom: inherit;
	top: 20px;
	left: -13px;
}

.bf__img__eightstars--lg {
	width: 90px;
}

.bi {
	padding: 0 15px;
}

.bi__map {
	height: 570px;
}

.bj__outer {
	background: none;
}

.bj__inner {
	padding: 55px 0 35px;
	background: #eeeeee;
}

.bj__heading {
	font-size: 2.2rem;
	margin-bottom: 30px;
}

.bk__item + .bk__item {
	margin-top: 30px;
}

.bk__heading {
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.bk__heading-2 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.bl__tr {
	font-size: 1.6rem;
}

.bl__th {
	padding: 10px 30px;
}

.bl__td {
	padding: 10px 30px;
}

.bn__section {
	padding-top: 40px;
	padding-bottom: 20px;
}

.bn__2nd__item {
	margin-bottom: 20px;
}

.bn__3rd__items {
	margin-top: 20px;
}

.bo {
	margin-top: 40px;
}

.bo__items {
	margin-bottom: 0;
}

.bp {
	padding: 0;
	width: auto;
	width: 40vw;
	min-width: 350px;
	max-width: 600px;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	left: inherit;
	right: 30px;
	bottom: 30px;
}

.bq__head {
	font-size: 1.4rem;
}

.bq__input[type="number"] {
	width: 50px;
	font-size: 1.8rem;
}

.bq__input[type="text"] {
	width: 140px;
}

.bq__control {
	width: 40px;
	height: 40px;
	font-size: 1.4rem;
}

.bq__control:hover {
	opacity: .7;
}

.br__text {
	font-size: 5.5rem;
}

.bs {
	position: absolute;
	width: 20%;
	left: 38px;
	bottom: 38px;
	padding: 0;
	background: #ffffff;
}

.bs__inner {
	max-width: inherit;
	padding: 30px 15px 15px;
	width: auto;
}

.bs__image {
	margin-top: -55px;
}

.bu {
	margin-bottom: 55px;
}

.bu__banner {
	padding: 0 100px;
}

.bu__item {
	height: 27vw;
}

.bu__item--1 video {
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.bv {
	height: 300px;
}

.bw__table {
	display: table;
}

.bw__th {
	min-width: inherit;
}

.bw__td {
	min-width: inherit;
}

.bx__item {
	width: 50%;
	height: 300px;
}

.bx__item:hover::before {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.bx__item--all {
	width: 100%;
}

.bx__head__main {
	font-size: 2.4rem;
}

.bx__head__sub {
	font-size: 1.6rem;
}

.by {
	border-width: 24px;
}

.by__head {
	top: -24px;
	left: -24px;
	margin-right: -48px;
	padding: 10px 23px;
	font-size: 2rem;
}

.by__content {
	padding: 0 25px 17px;
	font-size: 1.6rem;
	margin-top: -8px;
}

.bz__heading {
	margin-bottom: 20px;
	font-size: 3.4rem;
}

.bz__intro {
	margin-bottom: 45px;
	font-size: 1.6rem;
}

.bz__sm-heading {
	margin-bottom: 20px;
	font-size: 2.4rem;
}

.bz__text {
	font-size: 1.6rem;
}

.ca__tr {
	padding: 10px 0;
	font-size: 1.6rem;
}

.modal-bg__content {
	margin-top: 0;
}

.footer-sns {
	padding: 30px 0;
}

.footer-sns__text {
	font-size: 1.6rem;
}

.footer-sns__item {
	width: 50px;
	height: 50px;
}

.footer-sns__item + .footer-sns__item {
	margin-left: 23px;
}

.footer-logo {
	width: 35%;
	padding: 0 15px;
	border-left: 1px solid #dcdcdc;
}

.footer-nav__items + .footer-nav__items {
	margin-left: 10px;
	border-top: none;
}

.footer-nav__item {
	font-size: 1.4rem;
}

.footer-info__heading {
	margin-bottom: 10px;
	font-size: 1.5rem;
}

.footer-copy {
	font-size: 1.2rem;
	padding: 38px 0;
}

.text,
.the_content {
	font-size: 1.6rem;
}

.text-nopost {
	margin-top: 100px;
	margin-bottom: 100px;
}

.text-md-12 {
	font-size: 1.2rem;
}

.text-md-14 {
	font-size: 1.4rem;
}

.text-md-16 {
	font-size: 1.6rem;
}

.text-md-18 {
	font-size: 1.8rem;
}

.hd-1__inner:before,
.hd-1__inner:after {
	top: 12px;
}

.hd-1__inner--eng:before,
.hd-1__inner--eng:after {
	top: 0px;
}

.hd-1__en {
	font-size: 3.0rem;
}

.hd-1__jp {
	font-size: 1.4rem;
}

.hd-2__head {
	margin-bottom: 10px;
	font-size: 3rem;
}

.hd-2__sub-head {
	font-size: 1.4rem;
}

.hd-3 {
	margin-bottom: 10px;
	font-size: 2rem;
}

.hd-4 {
	margin-bottom: 40px;
	font-size: 3rem;
}

.hd-5 {
	padding-bottom: 5px;
	margin-bottom: 30px;
	font-size: 3rem;
}

.hd-6 {
	margin-bottom: 30px;
}

.hd-6 span {
	font-size: 1.8rem;
	padding: 8px 33px;
}

.hd-7__inner:before,
.hd-7__inner:after {
	top: 4px;
}

.hd-7__heading {
	font-size: 3.0rem;
}

.hd-8__main {
	margin-bottom: 10px;
	font-size: 3rem;
}

.hd-8__sub {
	font-size: 1.4rem;
}

.hd-9 {
	font-size: 2.0rem;
	padding: 2px 0 0 50px;
	margin-bottom: 30px;
}

.hd-10 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 2rem;
}

.hd-11 {
	font-size: 2.4rem;
	margin-bottom: 15px;
}

.hd-12,
.the_content h2 {
	font-size: 2.0rem;
}

.hd-13,
.the_content h3 {
	font-size: 1.6rem;
}

.hd-15 {
	padding: 30px 0 13px;
	margin-bottom: 30px;
	font-size: 1.8rem;
}

.hd-16 {
	margin-bottom: 15px;
	font-size: 2rem;
}

.hd-17 {
	margin-bottom: 10px;
	font-size: 1.6rem;
}

.hd-18 {
	margin-bottom: 10px;
	font-size: 1.6rem;
}

.hd-19 {
	margin-bottom: 40px;
	font-size: 2.8rem;
}

.page-title-1 {
	margin-bottom: 40px;
}

.page-title-1__row {
	height: 180px;
}

.page-title-1__main {
	font-size: 4rem;
}

.ln-1 a {
	border-bottom: 1px dotted #7d7d7d;
	font-size: 1.4rem;
	padding: 0 12px 10px;
}

.ln-1 a:before {
	left: -21px;
}

.ln-1 a:after {
	right: -21px;
}

.ln-1--mv-1 a {
	border-bottom: 2px dotted #fff;
}

.ln-2__item {
	font-size: 1.6rem;
}

.ln-3 {
	padding: 10px 20px 10px 0;
	font-size: 1.6rem;
}

.ln-3:after {
	right: 15px;
}

.ln-4 + .ln-4 {
	margin-top: 0;
}

.ln-4__inner {
	font-size: 1.6rem;
	padding: 15px 20px 15px 15px;
}

.ln-5 {
	padding: 15px 0;
}

.ln-6 a {
	font-size: 1.6rem;
}

.ln-6--pc-right {
	text-align: right;
}

.ln-6--sm a {
	font-size: 1.4rem;
}

.ln-7 a {
	font-size: 1.6rem;
}

.ln-7--pc-right {
	text-align: right;
}

.ln-7--sm a {
	font-size: 1.4rem;
}

.ln-9 {
	max-width: 300px;
	margin-left: auto;
	padding: 10px;
	font-size: 1.6rem;
}

.bg-home-pickup {
	padding-top: 50px;
}

.bg-home-recommend {
	padding-top: 70px;
	background: -webkit-gradient(linear, left top, left bottom, from(#def1f9), color-stop(65%, #def1f9), color-stop(65%, #fff), to(#fff));
	background: -webkit-linear-gradient(top, #def1f9 0%, #def1f9 65%, #fff 65%, #fff 100%);
	background: linear-gradient(-180deg, #def1f9 0%, #def1f9 65%, #fff 65%, #fff 100%);
	margin-bottom: 0px;
}

.bg-home-facilities {
	padding-top: 70px;
	padding-bottom: 110px;
}

.bg-home-facilities .k__bg {
	top: -30px;
}

.bg-home-activity {
	background-size: 70% auto;
	background-position: right -100px top 200px;
	padding-bottom: 60px;
	padding-top: 70px;
}

.pagetop {
	padding-top: 70px;
	padding-bottom: 30px;
}

.pagetop__inner img {
	width: auto;
}

.lightbox__container {
	width: 700px;
}

.lightbox__container--thin {
	width: 400px;
}

.tab-list {
	gap: 5px;
}

.tab-list__item {
	padding: 1em;
}

.banner--roundtrip {
	max-width: 700px;
}

.banner {
	-webkit-transition: .3s;
	transition: .3s;
}

.banner:hover {
	opacity: .7;
}

.best-rate {
	width: auto;
	background: -webkit-gradient(linear, left top, right top, from(#9bc0c5), color-stop(33%, #9bc0c5), color-stop(33%, #fff), to(#fff));
	background: -webkit-linear-gradient(left, #9bc0c5 0%, #9bc0c5 33%, #fff 33%, #fff 100%);
	background: linear-gradient(90deg, #9bc0c5 0%, #9bc0c5 33%, #fff 33%, #fff 100%);
}

.best-rate--footer {
	margin-bottom: 0;
	-webkit-box-shadow: 0px 8px 20px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 8px 20px 5px rgba(0, 0, 0, 0.2);
}

.best-rate__head {
	margin-right: -30px;
	height: 90px;
	margin-bottom: 0;
	padding: 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.best-rate__head img {
	width: auto;
}

.best-rate__head::after {
	content: '';
	display: block;
	height: 90px;
	position: absolute;
	right: -30px;
	top: 0;
	border-top: 45px solid transparent;
	border-bottom: 45px solid transparent;
	border-left: 30px solid #9bc0c5;
}

.best-rate__title {
	font-size: 1.6rem;
}

.best-rate__title--eng {
	font-size: 1.4rem;
}

.best-rate__buttons {
	padding-left: 50px;
	margin-bottom: 0;
}

.site-title {
	padding: 60px 32px;
}

.reserve-panel {
	width: 1015px;
	margin: 100px auto auto;
}

.reserve-tab__item {
	font-size: 2.4rem;
	padding: 25px 0 15px;
}

.reserve-data {
	padding-top: 60px;
	padding-bottom: 60px;
}

.reserve-data__control {
	margin-top: 35px;
	white-space: nowrap;
}

.fixed-banner--pc {
	display: block;
}

.fixed-banner--sp {
	display: none;
}

.fixed-banner--pcsp {
	bottom: 10px;
	padding: 0 180px 0 15px;
}

.fixed-banner--spa {
	width: 700px;
}

.fixed-banner__close {
	right: 144px;
	top: 0px;
}

.lang-switch {
	position: absolute;
	top: 4px;
	right: 16px;
	z-index: 1;
	padding-top: 0;
	margin-bottom: 0;
}

.lang-switch__items {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.lang-switch__item {
	width: 30px;
	height: 30px;
}

.lang-switch__item + .lang-switch__item {
	margin-left: 10px;
}

.menu {
	padding: 120px 0 60px;
}

.menu__button {
	top: 44px;
	right: 39px;
}

.menu-top {
	padding-left: 20px;
}

.menu-top__item a {
	font-size: 1.8rem;
	position: relative;
}

.menu-top__item a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
}

.menu-main__item:before {
	right: 21px;
	top: 34px;
}

.menu-main__item:after {
	right: 26px;
	top: 29px;
}

.menu-main__item--link:before,
.menu-main__item--link:after {
	content: none;
}

.menu-main__item {
	font-size: 1.8rem;
}

.menu-main__item > a {
	padding: 26px 0px;
	margin-left: 28px;
}

.menu-main__2nd__items {
	margin-top: 7px;
	margin-bottom: 43px;
	font-size: 1.4rem;
	margin-left: 14px;
}

.menu-main__2nd__item {
	padding-left: 0;
}

.menu-main__2nd__item + .menu-main__2nd__item {
	margin-top: 0;
}

.menu-main__2nd__item > a {
	position: relative;
	margin-bottom: 20px;
}

.menu-main__2nd__item > a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
}

.menu-main__2nd__item--sp-pl0 a {
	padding-left: 1em;
}

.menu-main__3rd {
	margin: 0;
}

.menu-main__3rd__item {
	padding-left: 5px;
	font-size: 1.5rem;
}

.menu-main__3rd__item + .menu-main__3rd__item {
	margin-bottom: 0;
}

.menu-main__3rd__item > a:before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}

.menu-bottom {
	margin-top: 40px;
}

.menu-bottom__items {
	margin-top: 0;
}

.menu-bottom__items--sp-flex {
	display: block;
}

.menu-bottom__item {
	padding: 0;
	border-bottom: none;
}

.menu-bottom__item + .menu-bottom__item {
	margin-top: 17px;
}

.menu-bottom__item a::after,
.menu-bottom__item span::after {
	content: none;
	padding: 0;
}

.menu-bottom__item a,
.menu-bottom__item span {
	padding: 0;
}

.menu-bottom__info {
	margin-top: 0;
	padding: 25px 15px 15px;
	border: 1px solid #fff;
}

.menu-bottom__info__img {
	margin: 0 auto 24px;
	display: block;
}

.menu-bottom__info__reserve {
	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;
	margin-bottom: 18px;
	padding: 13px 0;
	border-radius: 4px;
	background: #fff;
	color: #5699ad;
	text-decoration: none;
}

.menu-bottom__info__tel::after {
	content: none;
	padding: 0;
}

.menu-bottom__info__tel {
	font-size: 2rem;
	border: none;
}

.home-tips .l-deco-line {
	display: block;
}

.mv-1__heading {
	top: 39%;
	font-size: 4rem;
}

.mv-1__heading--center {
	top: 45%;
}

.wpcf7-response-output {
	max-width: 720px;
}

.calendar .fc-event-title {
	font-size: 1.1rem;
}

.newsletter__table {
	display: table;
}

.newsletter__tr {
	display: table-row;
	margin-bottom: 0;
}

.newsletter__th {
	padding-bottom: 25px;
	display: table-cell;
}

.newsletter__td {
	display: table-cell;
}

.newsletter__checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px 20px;
}

.newsletter__checkbox li:not(:last-child) {
	margin-bottom: 0;
}

.masonry__grid {
	margin-left: -15px;
	margin-right: -15px;
}

.masonry__inner {
	margin: 0 15px 30px;
}

.masonry__item--s {
	width: 25%;
}

.masonry__title {
	font-size: 1.8rem;
}

.grid-sizer {
	width: 25%;
}

.gallery__grid {
	margin-left: -15px;
	margin-right: -15px;
}

.gallery__item--s {
	width: 25%;
}

.gallery__image {
	margin: 0 15px 30px;
}

.grid-sizer {
	width: 25%;
}

}

@media (min-width: 992px) {

.container {
	max-width: 960px;
}

.col-lg {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-lg-auto {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-lg-1 {
	-ms-flex: 0 0 8.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-lg-2 {
	-ms-flex: 0 0 16.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-lg-3 {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-lg-4 {
	-ms-flex: 0 0 33.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-lg-5 {
	-ms-flex: 0 0 41.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-lg-6 {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-lg-7 {
	-ms-flex: 0 0 58.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-lg-8 {
	-ms-flex: 0 0 66.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-lg-9 {
	-ms-flex: 0 0 75%;
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-lg-10 {
	-ms-flex: 0 0 83.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-lg-11 {
	-ms-flex: 0 0 91.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-lg-12 {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-lg-first {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	order: -1;
}

.order-lg-1 {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

.order-lg-2 {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	order: 2;
}

.order-lg-3 {
	-ms-flex-order: 3;
	-webkit-box-ordinal-group: 4;
	order: 3;
}

.order-lg-4 {
	-ms-flex-order: 4;
	-webkit-box-ordinal-group: 5;
	order: 4;
}

.order-lg-5 {
	-ms-flex-order: 5;
	-webkit-box-ordinal-group: 6;
	order: 5;
}

.order-lg-6 {
	-ms-flex-order: 6;
	-webkit-box-ordinal-group: 7;
	order: 6;
}

.order-lg-7 {
	-ms-flex-order: 7;
	-webkit-box-ordinal-group: 8;
	order: 7;
}

.order-lg-8 {
	-ms-flex-order: 8;
	-webkit-box-ordinal-group: 9;
	order: 8;
}

.order-lg-9 {
	-ms-flex-order: 9;
	-webkit-box-ordinal-group: 10;
	order: 9;
}

.order-lg-10 {
	-ms-flex-order: 10;
	-webkit-box-ordinal-group: 11;
	order: 10;
}

.order-lg-11 {
	-ms-flex-order: 11;
	-webkit-box-ordinal-group: 12;
	order: 11;
}

.order-lg-12 {
	-ms-flex-order: 12;
	-webkit-box-ordinal-group: 13;
	order: 12;
}

.offset-lg-0 {
	margin-left: 0;
}

.offset-lg-1 {
	margin-left: 8.333333%;
}

.offset-lg-2 {
	margin-left: 16.666667%;
}

.offset-lg-3 {
	margin-left: 25%;
}

.offset-lg-4 {
	margin-left: 33.333333%;
}

.offset-lg-5 {
	margin-left: 41.666667%;
}

.offset-lg-6 {
	margin-left: 50%;
}

.offset-lg-7 {
	margin-left: 58.333333%;
}

.offset-lg-8 {
	margin-left: 66.666667%;
}

.offset-lg-9 {
	margin-left: 75%;
}

.offset-lg-10 {
	margin-left: 83.333333%;
}

.offset-lg-11 {
	margin-left: 91.666667%;
}

.flex-lg-row {
	-ms-flex-direction: row !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	flex-direction: row !important;
}

.flex-lg-column {
	-ms-flex-direction: column !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	flex-direction: column !important;
}

.flex-lg-row-reverse {
	-ms-flex-direction: row-reverse !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	flex-direction: row-reverse !important;
}

.flex-lg-column-reverse {
	-ms-flex-direction: column-reverse !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	flex-direction: column-reverse !important;
}

.flex-lg-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-lg-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-lg-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-lg-start {
	-ms-flex-pack: start !important;
	-webkit-box-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-lg-end {
	-ms-flex-pack: end !important;
	-webkit-box-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-lg-center {
	-ms-flex-pack: center !important;
	-webkit-box-pack: center !important;
	justify-content: center !important;
}

.justify-content-lg-between {
	-ms-flex-pack: justify !important;
	-webkit-box-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-lg-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-lg-start {
	-ms-flex-align: start !important;
	-webkit-box-align: start !important;
	align-items: flex-start !important;
}

.align-items-lg-end {
	-ms-flex-align: end !important;
	-webkit-box-align: end !important;
	align-items: flex-end !important;
}

.align-items-lg-center {
	-ms-flex-align: center !important;
	-webkit-box-align: center !important;
	align-items: center !important;
}

.align-items-lg-baseline {
	-ms-flex-align: baseline !important;
	-webkit-box-align: baseline !important;
	align-items: baseline !important;
}

.align-items-lg-stretch {
	-ms-flex-align: stretch !important;
	-webkit-box-align: stretch !important;
	align-items: stretch !important;
}

.align-content-lg-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-lg-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-lg-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-lg-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-lg-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-lg-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-lg-auto {
	-ms-flex-item-align: auto !important;
	-ms-grid-row-align: auto !important;
	align-self: auto !important;
}

.align-self-lg-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-lg-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-lg-center {
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.align-self-lg-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-lg-stretch {
	-ms-flex-item-align: stretch !important;
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important;
}

.d-lg-none {
	display: none !important;
}

.d-lg-inline {
	display: inline !important;
}

.d-lg-inline-block {
	display: inline-block !important;
}

.d-lg-block {
	display: block !important;
}

.d-lg-table {
	display: table !important;
}

.d-lg-table-row {
	display: table-row !important;
}

.d-lg-table-cell {
	display: table-cell !important;
}

.d-lg-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-lg-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.l-page-content {
	margin-right: 110px;
}

.l-sidebar {
	width: 110px;
}

.l-footer {
	margin-right: 110px;
}

.l-footer__pc-inner {
	width: 75%;
}

.f__col:nth-child(even) .f__info {
	right: 75px;
}

.f__info {
	right: auto;
	bottom: auto;
	top: 18px;
	right: 50px;
}

.h__main {
	width: 31.5%;
}

.r__btn {
	margin-bottom: 30px;
	padding: 20px 20px 20px 65px;
	font-size: 1.6rem;
	background-size: auto;
	background-position: 13px center;
	font-size: 1.4rem;
}

.r__btn:after {
	right: 19px;
}

.r__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.r__text-link:after {
	top: 50%;
	right: -8px;
}

.r__text-link {
	display: inline;
	width: auto;
	margin: 5px 40px 5px 0;
	padding: 0 10px 0 0;
	border-bottom: none;
	text-decoration: underline;
	font-size: 1.6rem;
}

.r__text-link + .r__text-link {
	margin-top: 5px;
}

.z__wrap__text {
	margin-left: 30px;
	margin-top: 0;
	margin-bottom: 0;
}

.ae__heading {
	font-size: 1.8rem;
}

.ae__info {
	font-size: 1.4rem;
	padding-top: 7px;
}

.ae__text {
	font-size: 1.6rem;
}

.ae__text span {
	font-size: 1.2rem;
}

.ai__nav__item--narrow {
	font-size: 1.6rem;
}

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

.aq__btn-wrap--md-column {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.aq__btn--en--sm {
	height: 70px;
}

.aq__btn--en--xs {
	width: 60px;
	height: 70px;
}

.aq__icon {
	width: 57px;
	margin: 5px 7px;
}

.as__btn--md {
	margin-top: 0;
	width: calc(100% - 220px);
	bottom: 0;
	margin-left: 200px;
}

.ay__text-img img {
	width: 17px;
}

.ay__heading {
	font-size: 2rem;
}

.bf {
	margin-top: 10vw;
}

.bf__item {
	margin: 5vw auto;
	min-height: 450px;
}

.bf__item--sm {
	margin: 0 auto 20px;
	min-height: 350px;
}

.bf__wrap--1 {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bf__main {
	display: block;
	width: 35%;
	margin-top: 30px;
}

.bf__head {
	width: auto;
}

.bf__head img {
	width: auto;
}

.bf__text--sp-right {
	text-align: left;
}

.bf__img {
	position: absolute;
	top: 40%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 60%;
	max-width: 850px;
	margin-bottom: 0;
}

.bf__img__eightstars--3 {
	bottom: 20px;
	right: -47px;
}

.bf__img__eightstars--4 {
	bottom: 20px;
	left: -35px;
}

.bf__img__eightstars--5 {
	bottom: 20px;
	left: -10px;
}

.bh__item {
	margin-bottom: 30px;
}

.bh__item--bt {
	padding-top: 60px;
}

.bh__heading {
	margin-bottom: 0;
	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;
}

.bh__label {
	font-size: 1.8rem;
}

.bh__must {
	font-size: 1.4rem;
}

.bh__note {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.5;
	width: calc(100% - 310px);
	padding: 0 0 0 20px;
	vertical-align: middle;
}

.bh__note--sm {
	width: auto;
}

.bh__note--wide {
	width: 100%;
	padding: 8px 0;
}

.bh__mini-label {
	font-size: 1.6rem;
}

.bh__mini-label:first-child {
	padding-top: 0;
}

.bh__inner-text {
	display: inline-block;
	margin-right: 2em;
}

.bh__input,
.bh__textarea {
	font-size: 1.8rem;
}

.bh__input {
	width: 300px;
	height: 50px;
}

.bh__input--sm {
	width: 100px;
	margin-bottom: 0;
}

.bh__textarea {
	height: 256px;
}

.bh__select {
	height: 50px;
}

.bh__select--sm {
	margin-bottom: 0;
}

.bh__check--wide {
	width: 100%;
	display: inline-block;
}

.bh__check--wide .wpcf7-list-item {
	width: 100%;
}

.bs {
	width: 25%;
}

.bs__image {
	margin-bottom: 35px;
}

.bs__image::after {
	width: 40px;
	height: 40px;
	bottom: -22px;
}

.bs__text {
	font-size: 1.4rem;
}

.bt__head {
	font-size: 3rem;
}

.bu__head-1 {
	font-size: 3rem;
}

.bu__head-2 {
	font-size: 3rem;
}

.bz__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.bz__main {
	width: calc(50% - 20px);
	margin-bottom: 20px;
}

.bz__main--wide {
	width: 100%;
}

.bz__image {
	width: calc(50% - 20px);
	margin-top: 0;
	margin-bottom: 20px;
}

.footer-logo {
	padding: 0;
	width: 25%;
}

.footer-logo__inner {
	display: block;
	width: 208px;
}

.footer-nav__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	padding-left: 30px;
}

.footer-nav__items {
	padding: 15px 0;
}

.footer-info {
	max-width: 860px;
	margin-left: auto;
	padding: 17px 8px 9px 28px;
	text-align: left;
}

.footer-info__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-info__items--lang {
	display: block;
}

.footer-info__item {
	margin-bottom: 15px;
	font-size: 1.5rem;
}

.footer-info__item + .footer-info__item {
	margin-top: 0;
	margin-left: 15px;
}

.footer-info__item--lang + .footer-info__item--lang {
	margin-left: 0px;
}

.footer-info__item__map-link {
	display: inline-block;
	font-size: 1.4rem;
	max-width: initial;
}

.footer-info__item__map-link--lang {
	display: inline;
	margin-left: 20px;
}

.pc-gnav__item > a,
.pc-gnav__item span {
	padding: 25px 16px;
}

.pc-gnav__item--child > a::after,
.pc-gnav__item--child span::after {
	right: 2px;
}

.ln-2__item {
	font-size: 1.8rem;
	letter-spacing: 0.7rem;
}

.ln-2__item--eng {
	letter-spacing: 00rem;
}

.bg-home-activity {
	background-size: auto auto;
	background-position: right -100px top 200px;
}

.btn-1 {
	font-size: 1.8rem;
	height: 60px;
}

.best-rate {
	margin-right: 110px;
}

.best-rate__title {
	font-size: 2.0rem;
}

.best-rate__title--eng {
	font-size: 1.4rem;
}

.menu-toggle {
	padding: 35px;
}

.site-title {
	padding: 60px 40px;
}

.side-reserve-button a {
	height: 130px;
	padding-top: 70px;
	font-size: 1.8rem;
	background: url("../img/logo_5stars_blue.svg"), url("../img/img_arrow_right.png");
	background-repeat: no-repeat;
	background-position: center 20px , center 100px;
}

.side-phone {
	font-size: 2rem;
}

.menu-main__2nd__items {
	font-size: 1.6rem;
}

.menu-bottom__info {
	padding: 35px 40px 30px;
}

.menu-bottom__info__tel {
	font-size: 2.8rem;
}

.mv-1__heading {
	font-size: 5rem;
}

.wpcf7-response-output {
	max-width: 960px;
}

.wpcf7-list-item {
	width: 48%;
}

.js-date {
	display: inline-block;
	width: auto;
}

.js-date__input {
	width: 300px;
}

.newsletter__th {
	width: 25%;
	padding-bottom: 30px;
	font-size: 1.8rem;
}

.newsletter__td {
	width: 66%;
	padding-bottom: 30px;
	font-size: 1.4rem;
	line-height: 1.5;
}

.newsletter__lead {
	font-size: 1.4rem;
	line-height: 1.5;
}

.newsletter__checkbox {
	font-size: 1.6rem;
}

.newsletter input[type="text"],
.newsletter input[type="email"] {
	width: 400px;
	height: 50px;
	font-size: 1.8rem;
}

.newsletter select {
	height: 50px;
}

.newsletter select--sm {
	margin-bottom: 0;
}

.newsletter input[type="submit"] {
	font-size: 1.8rem;
	height: 60px;
}

}

@media (min-width: 1200px) {

.container {
	max-width: 1140px;
}

.col-xl {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-xl-auto {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-xl-1 {
	-ms-flex: 0 0 8.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-xl-2 {
	-ms-flex: 0 0 16.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-xl-3 {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-xl-4 {
	-ms-flex: 0 0 33.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-xl-5 {
	-ms-flex: 0 0 41.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-xl-6 {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-xl-7 {
	-ms-flex: 0 0 58.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-xl-8 {
	-ms-flex: 0 0 66.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-xl-9 {
	-ms-flex: 0 0 75%;
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-xl-10 {
	-ms-flex: 0 0 83.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-xl-11 {
	-ms-flex: 0 0 91.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-xl-12 {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-xl-first {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	order: -1;
}

.order-xl-1 {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

.order-xl-2 {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	order: 2;
}

.order-xl-3 {
	-ms-flex-order: 3;
	-webkit-box-ordinal-group: 4;
	order: 3;
}

.order-xl-4 {
	-ms-flex-order: 4;
	-webkit-box-ordinal-group: 5;
	order: 4;
}

.order-xl-5 {
	-ms-flex-order: 5;
	-webkit-box-ordinal-group: 6;
	order: 5;
}

.order-xl-6 {
	-ms-flex-order: 6;
	-webkit-box-ordinal-group: 7;
	order: 6;
}

.order-xl-7 {
	-ms-flex-order: 7;
	-webkit-box-ordinal-group: 8;
	order: 7;
}

.order-xl-8 {
	-ms-flex-order: 8;
	-webkit-box-ordinal-group: 9;
	order: 8;
}

.order-xl-9 {
	-ms-flex-order: 9;
	-webkit-box-ordinal-group: 10;
	order: 9;
}

.order-xl-10 {
	-ms-flex-order: 10;
	-webkit-box-ordinal-group: 11;
	order: 10;
}

.order-xl-11 {
	-ms-flex-order: 11;
	-webkit-box-ordinal-group: 12;
	order: 11;
}

.order-xl-12 {
	-ms-flex-order: 12;
	-webkit-box-ordinal-group: 13;
	order: 12;
}

.offset-xl-0 {
	margin-left: 0;
}

.offset-xl-1 {
	margin-left: 8.333333%;
}

.offset-xl-2 {
	margin-left: 16.666667%;
}

.offset-xl-3 {
	margin-left: 25%;
}

.offset-xl-4 {
	margin-left: 33.333333%;
}

.offset-xl-5 {
	margin-left: 41.666667%;
}

.offset-xl-6 {
	margin-left: 50%;
}

.offset-xl-7 {
	margin-left: 58.333333%;
}

.offset-xl-8 {
	margin-left: 66.666667%;
}

.offset-xl-9 {
	margin-left: 75%;
}

.offset-xl-10 {
	margin-left: 83.333333%;
}

.offset-xl-11 {
	margin-left: 91.666667%;
}

.flex-xl-row {
	-ms-flex-direction: row !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	flex-direction: row !important;
}

.flex-xl-column {
	-ms-flex-direction: column !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	flex-direction: column !important;
}

.flex-xl-row-reverse {
	-ms-flex-direction: row-reverse !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	flex-direction: row-reverse !important;
}

.flex-xl-column-reverse {
	-ms-flex-direction: column-reverse !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	flex-direction: column-reverse !important;
}

.flex-xl-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-xl-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-xl-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-xl-start {
	-ms-flex-pack: start !important;
	-webkit-box-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-xl-end {
	-ms-flex-pack: end !important;
	-webkit-box-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-xl-center {
	-ms-flex-pack: center !important;
	-webkit-box-pack: center !important;
	justify-content: center !important;
}

.justify-content-xl-between {
	-ms-flex-pack: justify !important;
	-webkit-box-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-xl-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-xl-start {
	-ms-flex-align: start !important;
	-webkit-box-align: start !important;
	align-items: flex-start !important;
}

.align-items-xl-end {
	-ms-flex-align: end !important;
	-webkit-box-align: end !important;
	align-items: flex-end !important;
}

.align-items-xl-center {
	-ms-flex-align: center !important;
	-webkit-box-align: center !important;
	align-items: center !important;
}

.align-items-xl-baseline {
	-ms-flex-align: baseline !important;
	-webkit-box-align: baseline !important;
	align-items: baseline !important;
}

.align-items-xl-stretch {
	-ms-flex-align: stretch !important;
	-webkit-box-align: stretch !important;
	align-items: stretch !important;
}

.align-content-xl-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-xl-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-xl-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-xl-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-xl-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-xl-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-xl-auto {
	-ms-flex-item-align: auto !important;
	-ms-grid-row-align: auto !important;
	align-self: auto !important;
}

.align-self-xl-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-xl-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-xl-center {
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.align-self-xl-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-xl-stretch {
	-ms-flex-item-align: stretch !important;
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important;
}

.d-xl-none {
	display: none !important;
}

.d-xl-inline {
	display: inline !important;
}

.d-xl-inline-block {
	display: inline-block !important;
}

.d-xl-block {
	display: block !important;
}

.d-xl-table {
	display: table !important;
}

.d-xl-table-row {
	display: table-row !important;
}

.d-xl-table-cell {
	display: table-cell !important;
}

.d-xl-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-xl-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.l-page-content {
	margin-right: 130px;
}

.l-sidebar {
	width: 130px;
}

.l-footer {
	margin-right: 130px;
}

.k__item__data {
	padding: 10px;
}

.ac__link {
	top: 30%;
	right: 3.5%;
}

.al {
	position: absolute;
	bottom: 15px;
}

.aq__logo {
	width: 80px;
	height: 80px;
}

.aq__info {
	width: calc(100% - 170px);
}

.aq__info--no-logo {
	width: calc(100% - 70px);
}

.aq__heading {
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.aq__list__item {
	font-size: 1.6rem;
}

.bf__item {
	margin: 10vw auto;
	min-height: 550px;
}

.bf__item--sm {
	margin: 0 auto 80px;
	min-height: 350px;
}

.bf__main {
	width: 33%;
	margin-top: 50px;
}

.bf__text {
	font-size: 1.6rem;
	padding-left: 50px;
}

.bf__img__eightstars {
	width: auto;
}

.bf__img__eightstars--1 {
	bottom: 30px;
	right: -80px;
}

.bf__img__eightstars--2 {
	top: 30px;
	left: -68px;
}

.bf__img__eightstars--3 {
	bottom: 30px;
	right: -80px;
}

.bf__img__eightstars--4 {
	bottom: 30px;
	left: -48px;
}

.bf__img__eightstars--5 {
	bottom: 30px;
	left: -15px;
}

.bf__img__eightstars--6 {
	bottom: 30px;
	right: -67px;
}

.bf__img__eightstars--7 {
	top: 40px;
	left: -25px;
}

.bf__img__eightstars--lg {
	width: auto;
}

.bs {
	width: 350px;
}

.bs__image::after {
	width: 49px;
	height: 49px;
}

.bs__text {
	font-size: 1.6rem;
}

.bt__head {
	padding: 45px 0;
	font-size: 3.6rem;
}

.bt__main img {
	max-height: 800px;
}

.bt__main video {
	background: #000;
}

.bu__head-1 {
	font-size: 3.4rem;
}

.bu__head-2 {
	font-weight: 500;
}

.bv {
	height: 570px;
}

.bv__head {
	width: 330px;
	font-size: 3rem;
	font-weight: 500;
}

.bv__head::before {
	border-left-width: 385px;
	border-top-width: 285px;
	border-bottom-width: 285px;
}

.bv--reverse .bv__head::before {
	border-right-width: 385px;
	border-top-width: 285px;
	border-bottom-width: 285px;
}

.footer-logo {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.footer-logo__inner {
	margin: 40px 0 0 30px;
}

.footer-nav__inner {
	max-width: 860px;
}

.footer-nav__items {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 15px 0;
}

.footer-nav__items + .footer-nav__items {
	margin-left: 28px;
}

.footer-nav__item + .footer-nav__item {
	margin-left: 28px;
}

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

.footer-info__heading {
	width: 160px;
}

.footer-info__heading--lang {
	width: 240px;
}

.footer-info__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 4px;
}

.footer-info__items--lang {
	display: block;
}

.footer-info__item + .footer-info__item {
	margin-left: 20px;
}

.footer-info__item--lang + .footer-info__item--lang {
	margin-left: 0px;
}

.footer-info__item__map-link {
	margin-top: 26px;
	margin-right: 20px;
}

.footer-info__item__map-link--lang {
	display: inline;
	margin-left: 20px;
}

.pc-gnav__item > a,
.pc-gnav__item span {
	padding: 25px 23px;
	padding: 25px 20px;
	font-size: 1.4rem;
}

.pc-gnav__item--child > a::after,
.pc-gnav__item--child span::after {
	right: 5px;
}

.pc-gnav-child__col > a {
	font-size: 1.6rem;
}

.pc-gnav-child__item > a {
	font-size: 1.6rem;
}

.best-rate {
	margin-right: 130px;
}

.menu-toggle {
	padding: 43px;
}

.site-title {
	padding: 85px 48px;
}

.side-phone {
	font-size: 2.6rem;
}

.menu-bottom__info {
	padding: 35px 60px 40px;
}

.mv-video video {
	background: #000;
}

.mv-1__heading {
	font-size: 6rem;
}

.wpcf7-response-output {
	max-width: 1140px;
}

}

@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-height: 790px) {

.menu-toggle {
	padding: 20px 30px;
}

.site-title {
	padding: 20px 0px;
}

}

@media screen and (max-height: 600px) {

.side-reserve-button a {
	height: 65px;
	padding-top: 15px;
	background: none;
	background: url("../img/img_arrow_right.png");
	background-position: center 40px;
	background-repeat: no-repeat;
}

}

@media print {

.d-print-none {
	display: none !important;
}

.d-print-inline {
	display: inline !important;
}

.d-print-inline-block {
	display: inline-block !important;
}

.d-print-block {
	display: block !important;
}

.d-print-table {
	display: table !important;
}

.d-print-table-row {
	display: table-row !important;
}

.d-print-table-cell {
	display: table-cell !important;
}

.d-print-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-print-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

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

}

