.heading-2 {
	font-weight: bold;
	color: #1a3268;
}

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 {
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	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-spacing: 0;
	border-collapse: collapse;
}

* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

body {
	font-family: 'Roboto','Noto Sans JP',sans-serif;
	font-size: 14px;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
}

p {
	line-height: 1.75;
	color: #6a7174;
}

input,
textarea {
	font-size: 16px;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

.fz-8 {
	font-size: 8px;
}

.fz-9 {
	font-size: 9px;
}

.fz-10 {
	font-size: 10px;
}

.fz-11 {
	font-size: 11px;
}

.fz-12 {
	font-size: 12px;
}

.fz-13 {
	font-size: 13px;
}

.fz-14 {
	font-size: 14px;
}

.fz-15 {
	font-size: 15px;
}

.fz-16 {
	font-size: 16px;
}

.fz-17 {
	font-size: 17px;
}

.fz-18 {
	font-size: 18px;
}

.fz-19 {
	font-size: 19px;
}

.fz-20 {
	font-size: 20px;
}

.fz-21 {
	font-size: 21px;
}

.fz-22 {
	font-size: 22px;
}

.fz-23 {
	font-size: 23px;
}

.fz-24 {
	font-size: 24px;
}

.fz-25 {
	font-size: 25px;
}

.fz-26 {
	font-size: 26px;
}

.fz-27 {
	font-size: 27px;
}

.fz-28 {
	font-size: 28px;
}

.fz-29 {
	font-size: 29px;
}

.fz-30 {
	font-size: 30px;
}

.fz-32 {
	font-size: 32px;
}

.fz-36 {
	font-size: 36px;
}

.fz-40 {
	font-size: 40px;
}

.fz-44 {
	font-size: 44px;
}

.fz-46 {
	font-size: 46px;
}

.fz-52 {
	font-size: 52px;
}

.fz-67 {
	font-size: 67px;
}

.fw-b {
	font-weight: bold;
}

.fw-n {
	font-weight: normal;
}

.lh-1em {
	line-height: 1em;
}

.lh-1_25em {
	line-height: 1.25em;
}

.lh-1_5em {
	line-height: 1.5em;
}

.lh-1_75em {
	line-height: 1.75em;
}

.wrap-xs {
	max-width: 480px;
	margin-right: auto;
	margin-left: auto;
}

.wrap-sm {
	max-width: 768px;
	margin-right: auto;
	margin-left: auto;
}

.wrap-md {
	max-width: 992px;
	margin-right: auto;
	margin-left: auto;
}

.wrap-lg {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.wrap-content-960 {
	display: block;
	width: 100%;
	max-width: 992px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 16px;
	padding-left: 16px;
}

.card-white {
	padding: 24px;
	border-radius: 6px;
	background-color: #fff;
}

.card-white.shadow {
	-webkit-box-shadow: 3px 3px 8px rgba(0,0,0,.2);
	        box-shadow: 3px 3px 8px rgba(0,0,0,.2);
}

.card-white.top-small {
	padding-top: 19px;
}

.card-white.large {
	padding-right: 16px;
	padding-left: 16px;
}

.card-title-blue {
	overflow: hidden;
	border: 2px solid #1a3268;
	border-radius: 6px;
}

.card-title-blue .card-title-blue-heading {
	font-size: 20px;
	font-weight: bold;
	padding: 12px 16px;
	text-align: center;
	color: #fff;
	background-color: #1a3268;
}

.card-title-blue .card-title-blue-content {
	padding: 24px 24px 20px;
	background-color: #fff;
}

.card-title-blue .card-title-blue-content-image {
	margin-bottom: 16px;
}

.card-title-blue .card-title-blue-content {
	font-size: 14px;
	line-height: 1.5;
	color: #152e51;
}

.card-title-blue .card-title-blue-content-text {
	color: #54657f;
}

.box-thumbnail-pickup {
	overflow: hidden;
	border-radius: 8px;
	background-color: #fff;
}

.box-thumbnail-pickup-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	max-height: 228px;
	background-color: #fff;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.box-thumbnail-pickup-text {
	padding: 15px 24px 20px;
	background-color: #fff;
}

.box-thumbnail-pickup-text-description {
	font-size: 12px;
}

.box-thumbnail-sub {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: 8px;
}

.box-thumbnail-sub .box-thumbnail-sub-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	margin-bottom: 8px;
	padding: 17px 16px 11px;
	border-radius: 8px;
	background-color: #fff;
}

.box-thumbnail-sub-item-image {
	width: 39%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.box-thumbnail-sub-item-image img {
	overflow: hidden;
	border-radius: 8px;
}

.box-thumbnail-sub-item-text {
	padding-left: 16px;
}

.box-thumbnail-sub-item-text-description {
	font-size: 12px;
}

.box-thumbnail-hotel .box-thumbnail-hotel-item {
	overflow: hidden;
	margin-bottom: 16px;
	border-radius: 8px;
}

.box-thumbnail-hotel .box-thumbnail-hotel-item:last-child {
	margin-bottom: 0;
}

.box-thumbnail-hotel-item-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	max-height: 228px;
	background-color: #fff;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.box-thumbnail-hotel-item-text {
	padding: 15px 24px 20px;
	background-color: #fff;
}

.box-thumbnail-hotel-item-text-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 8px;
}

.box-thumbnail-hotel-item-text-area-detail {
	font-size: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 8px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.box-thumbnail-hotel-item-text-description {
	font-size: 12px;
}

.box-comment .box-comment-item {
	overflow: hidden;
	margin-bottom: 8px;
	padding: 16px 16px 14px;
	border-radius: 8px;
	background-color: #f5f9fa;
}

.box-comment-item-profile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.box-comment-item-profile-thumbnail {
	overflow: hidden;
	width: 64px;
	height: 64px;
	border-radius: 50%;
}

.box-comment-item-profile-thumbnail img {
	width: 100%;
}

.box-comment-item-profile-name {
	padding-left: 16px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.box-comment-item-profile-name-sub {
	font-size: 12px;
	margin-bottom: 4px;
}

.box-comment-item-profile-name-main {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.25;
}

.box-comment-item-description-text {
	font-size: 12px;
}

.box-schedule {
	overflow: hidden;
	border-radius: 8px;
}

.box-schedule-item-heading {
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 8px 16px;
	color: #fff;
	background-color: #00aee2;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.box-schedule-item-detail {
	font-size: 12px;
	padding: 24px;
	background-color: #fff;
}

.select_box-default {
	position: relative;
	color: #0f294d;
}

.select_box-default:after {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 13px;
	height: 7px;
	content: '';
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	pointer-events: none;
	background-image: url('../images/share/icon/icon_arrow_down_medium.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.select_box-default select {
	font-size: 14px;
	width: 100%;
	min-width: 60px;
	min-height: 32px;
	padding: 8px 30px 8px 10px;
	color: #0f294d;
	border: 1px solid rgba(15,41,77,.1);
	border-radius: 5px;
	background-color: #fff;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.select_box-default.disabled::after {
	background-image: url('../images/share/icon/icon_arrow_down_medium.svg');
}

.select_box-default.disabled select {
	color: #0f294d;
}

.select_box-default.disabled select:disabled {
	opacity: 1;
}

.select_box-default.disabled select:hover {
	cursor: text;
}

.select_box-default .select_box-default-button {
	width: 100%;
	min-height: 40px;
	padding: 9px 9px 10px;
	cursor: pointer;
	text-align: left;
	color: #0f294d;
	border: 1px solid rgba(15,41,77,.1);
	border-radius: 4px;
	background-color: #f2f4f8;
}

.form-date-wrap .form-input-text {
	-webkit-appearance: none;
}

.form-input-text {
	font-size: 14px;
	display: inline-block;
	width: 100%;
	min-height: 36px;
	margin-bottom: 8px;
	padding: 6px 10px;
	color: #0f294d;
	border: 1px solid rgba(15,41,77,.1);
	border-radius: 5px;
	background-color: #f2f4f8;
}

.form-input-text.small {
	width: 100px;
}

.form-input-text.bold-navy {
	font-weight: bold;
	height: 40px;
	padding: 6px 13px;
	color: #0f294d;
}

.form-input-text.mb-none {
	margin-bottom: 0;
}

.form-input-text::-webkit-input-placeholder {
	opacity: .3;
	color: #0f294d;
}

.form-input-text::-moz-placeholder {
	opacity: .3;
	color: #0f294d;
}

.form-input-text::-ms-input-placeholder {
	opacity: .3;
	color: #0f294d;
}

.form-input-text::placeholder {
	opacity: .3;
	color: #0f294d;
}

.form-input-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 12px;
	margin-bottom: 12px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.form-input-checkbox-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.form-input-checkbox-left .form-input-checkbox-text {
	padding-left: 8px;
	color: #455873;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.form-input-checkbox-icon {
	position: relative;
	visibility: hidden;
	width: 1em;
	height: 1em;
	margin-right: 8px;
	cursor: pointer;
	vertical-align: middle;
}

.form-input-checkbox-icon:before {
	position: absolute;
	top: -2px;
	left: -2px;
	visibility: visible;
	width: 1.2em;
	height: 1.2em;
	content: '';
	border: 1px solid #e2e4ea;
	background-color: #f2f4f8;
}

.form-input-checkbox-icon:after {
	position: absolute;
	top: -2px;
	left: -2px;
	visibility: visible;
	width: 1.2em;
	height: 1.2em;
	content: '';
	cursor: pointer;
	border: 1px solid #e2e4ea;
	border-radius: 5px;
	background-color: #f2f4f8;
}

.form-input-checkbox-icon:checked:before {
	position: absolute;
	z-index: 1;
	top: 3px;
	left: 2px;
	width: .7em;
	height: .3em;
	content: '';
	-webkit-transform: rotate(-45deg) scale(1, 1);
	        transform: rotate(-45deg) scale(1, 1);
	border: 3px solid #e2e4ea;
	border-top-style: none;
	border-right-style: none;
	background-color: #0169d8;
}

.form-input-checkbox-icon:checked:after {
	content: '';
	border: 1px solid #e2e4ea;
	background-color: #0169d8;
}

_:lang(x)::-moz-placeholder,
.form-input-checkbox-icon {
	visibility: visible;
}

.form-input-checkbox-text {
	font-size: 13px;
	display: inline-block;
	text-align: left;
	color: #0f294d;
}

.form-input-checkbox-text.text-large {
	font-size: 16px;
	font-weight: bold;
}

.heading-2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	margin-bottom: 31px;
	padding-bottom: 14px;
	text-align: center;
	color: #00aee2;
}

.heading-2::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 2px;
	content: '';
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	background-color: #00aee2;
}

.heading-3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 6px;
	color: #363b3c;
}

.heading-3-small {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 2px;
	color: #363b3c;
}

.heading-3-blue {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 6px;
	color: #363b3c;
	color: #00aee2;
}

.list-note li,
.list-number li {
	line-height: 1.25em;
	padding-top: 5px;
}

.list-note > li {
	font-size: 11px;
	line-height: 1.27;
	padding-left: 1em;
	text-indent: -1em;
}

.list-note > li:before {
	content: '※';
}

.list-note > li.text-large {
	font-size: 13px;
}

.list-note > li.mb-0 {
	margin-bottom: 0;
}

.list-number {
	counter-reset: number;
}

.list-number li:before {
	content: counter(number) '.';
	counter-increment: number;
}

.list-table {
	display: table;
}

.list-table dt,
.list-table dd,
.list-table li {
	display: table-cell;
}

.accordion {
	padding: 16px 16px 160px;
}

.accordion.pb-small {
	padding: 16px 16px 24px;
}

.accordion-item {
	border-bottom: 1px solid #fff;
}

.accordion-bottom {
	padding-right: 16px;
	padding-bottom: 160px;
	padding-left: 16px;
}

.accordion-list > li {
	margin-bottom: 8px;
}

.accordion-list > li:last-child {
	margin-bottom: 0;
}

.accordion-heading {
	cursor: pointer;
}

.accordion-body {
	display: none;
}

.accordion-body.is-open {
	display: block;
}

.modal {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100vh;
	color: #0f294d;
}

.modal-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.modal-bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
}

.modal-content {
	position: fixed;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	width: 100%;
	max-width: 900px;
	height: 100vh;
	background: #fff;
}

.modal-fixed-content-inner {
	padding: 32px 16px 200px;
}

.modal-content-heading {
	font-weight: bold;
	position: sticky;
	z-index: 100;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	padding: 10px 50px 10px 15px;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 3px 3px 8px rgba(0,0,0,.3);
	        box-shadow: 3px 3px 8px rgba(0,0,0,.3);
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.modal-heading {
	font-weight: bold;
	position: relative;
	padding: 14px 16px;
	padding-right: 40px;
	text-align: center;
	color: #fff;
	background-color: #0f294d;
}

.modal-heading:after {
	position: absolute;
	top: 17px;
	right: 10px;
	width: 18px;
	height: 18px;
	content: '';
	-webkit-transform: rotate(0);
	        transform: rotate(0);
	background-image: url('../images/share/icon/icon-down.svg');
	background-repeat: no-repeat;
}

.modal-heading.is-active::after {
	top: 18px;
	-webkit-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}

.modal-heading-content-close {
	position: fixed;
	z-index: 100;
	top: 4px;
	right: 4px;
	cursor: pointer;
	text-align: center;
}

.modal-heading-content-close .modal-heading-content-close-button {
	font-size: 10px;
	font-weight: bold;
	position: relative;
	z-index: 9;
	display: inline-block;
	min-width: 46px;
	margin-bottom: 0;
	text-align: center;
	text-decoration: none;
	color: #0f294d;
}

.modal-heading-content-close .modal-heading-content-close-button-icon {
	position: relative;
	display: block;
	height: 24px;
	margin-bottom: 2px;
}

.modal-heading-content-close .modal-heading-content-close-button-icon::before {
	position: absolute;
	top: 4px;
	right: 50%;
	width: 2px;
	height: 20px;
	content: '';
	-webkit-transform: rotate(45deg) translateX(-50%);
	        transform: rotate(45deg) translateX(-50%);
	background-color: #0f294d;
}

.modal-heading-content-close .modal-heading-content-close-button-icon::after {
	position: absolute;
	top: 3px;
	right: 50%;
	width: 2px;
	height: 20px;
	content: '';
	-webkit-transform: rotate(-45deg) translateX(-50%);
	        transform: rotate(-45deg) translateX(-50%);
	background-color: #0f294d;
}

.modal-content-fixed-bottom {
	position: fixed;
	z-index: 3;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 900px;
	height: 96px;
	margin: auto;
	padding: 16px 16px 30px;
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 7px rgba(0,0,0,.2);
	        box-shadow: 2px 2px 7px rgba(0,0,0,.2);
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.modal-content-fixed-bottom.variable {
	height: auto;
}

.modal-content-fixed-bottom .button-medium-light_blue {
	font-size: 18px;
	height: 50px;
}

.modal-count-group .modal-count-group-item {
	border-bottom: 1px solid rgba(15,41,77,.1);
}

.modal-count-group .modal-count-group-item-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 24px 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.modal-count-group-item-wrap-title {
	font-size: 16px;
}

.modal-count-group-item-wrap-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.modal-count-child {
	width: 100%;
}

.modal-count-child .modal-count-child-item {
	margin-top: 10px;
	margin-bottom: 8px;
}

.modal-count-child .modal-count-child-item:last-child {
	margin-top: 0;
	margin-bottom: 0;
}

.modal-child-list {
	width: 100%;
}

.modal-child-list .modal-child-list-item {
	font-size: 16px;
	margin-bottom: 2px;
	padding: 16px 24px;
	background-color: #e7f2fd;
}

.modal-child-list .modal-child-list-item.last-child {
	margin-bottom: 0;
}

.modal-child-option {
	display: block;
	margin-top: 8px;
}

.gutter-10 {
	margin-right: -5px;
	margin-left: -5px;
}

.gutter-10 > [class^='col-'],
.gutter-10 > [class*=' col-'] {
	padding-right: 5px;
	padding-left: 5px;
}

.gutter-15 {
	margin-right: -7.5px;
	margin-left: -7.5px;
}

.gutter-15 > [class^='col-'],
.gutter-15 > [class*=' col-'] {
	padding-right: 7.5px;
	padding-left: 7.5px;
}

.gutter-20 {
	margin-right: -10px;
	margin-left: -10px;
}

.gutter-20 > [class^='col-'],
.gutter-20 > [class*=' col-'] {
	padding-right: 10px;
	padding-left: 10px;
}

.icon-top-arrow-blue {
	display: inline-block;
	width: 1em;
	height: .5em;
	background-image: url('../images/share/icon/icon_arrow_top_blue.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.icon-call-blue {
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url('../images/share/icon/icon_call_blue.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.icon-search_orange-circle {
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: middle;
	background-image: url('../images/share/icon/icon_arrow_search_circle_orange.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.icon-search-black {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url('../images/share/icon/icon_search-black.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.button-dark_blue-medium {
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	padding: 12px 16px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	border: none;
	border-radius: 6px;
	-webkit-box-shadow: 3px 3px 8px rgba(0,0,0,.25);
	        box-shadow: 3px 3px 8px rgba(0,0,0,.25);
}

.button-large-red {
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	padding: 12px 16px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	border: none;
	border-radius: 6px;
	-webkit-box-shadow: 3px 3px 8px rgba(0,0,0,.25);
	        box-shadow: 3px 3px 8px rgba(0,0,0,.25);
}

.button-xlarge-orange,
.button-dark_blue-xlarge {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	padding: 16px 24px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	border: none;
	border-radius: 6px;
	-webkit-box-shadow: 3px 3px 8px rgba(0,0,0,.25);
	        box-shadow: 3px 3px 8px rgba(0,0,0,.25);
}

.button-dark_blue-medium {
	color: #fff;
	background-color: #1a3268;
}

.button-dark_blue-medium:focus,
.button-dark_blue-medium:active,
.button-dark_blue-medium:hover {
	color: #fff;
}

.button-large-red {
	color: #fff;
	background-color: #e64437;
}

.button-large-red:focus,
.button-large-red:active,
.button-large-red:hover {
	color: #fff;
}

.button-large-red.text-large {
	font-size: 16px;
}

.button-xlarge-orange {
	color: #fff;
	background-color: #ff7f00;
}

.button-xlarge-orange:focus,
.button-xlarge-orange:active,
.button-xlarge-orange:hover {
	color: #fff;
}

.button-xlarge-orange.text-large {
	font-size: 16px;
}

.button-dark_blue-xlarge {
	color: #fff;
	background-color: #0f294d;
}

.button-dark_blue-xlarge:focus,
.button-dark_blue-xlarge:active,
.button-dark_blue-xlarge:hover {
	color: #fff;
}

.button-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.tag-balloon-blue {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	display: inline-block;
	margin-bottom: 8px;
	padding: 8px 12px 6px;
	color: #fff;
	border-radius: 4px;
	background-color: #00aee2;
}

.tag-balloon-blue::after {
	position: absolute;
	bottom: -8px;
	left: 50%;
	width: 0;
	height: 0;
	content: '';
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	border-width: 8px 7px 0 7px;
	border-style: solid;
	border-color: #00aee2 transparent transparent transparent;
}

.c-blue {
	color: #0f294d;
}

.c-red {
	color: #e64437;
}

.c-1 {
	color: #fff;
}

.bgc-1 {
	background-color: #fff;
}

.bdc-1 {
	border-color: #fff;
}

.c-2 {
	color: #000;
}

.bgc-2 {
	background-color: #000;
}

.bdc-2 {
	border-color: #000;
}

.c-3 {
	color: #ccc;
}

.bgc-3 {
	background-color: #ccc;
}

.bdc-3 {
	border-color: #ccc;
}

.bdw-1 {
	border-width: 1px;
}

.bdtw-1 {
	border-top-width: 1px;
}

.bdrw-1 {
	border-right-width: 1px;
}

.bdbw-1 {
	border-bottom-width: 1px;
}

.bdlw-1 {
	border-left-width: 1px;
}

.bdw-2 {
	border-width: 2px;
}

.bdtw-2 {
	border-top-width: 2px;
}

.bdrw-2 {
	border-right-width: 2px;
}

.bdbw-2 {
	border-bottom-width: 2px;
}

.bdlw-2 {
	border-left-width: 2px;
}

.bdw-3 {
	border-width: 3px;
}

.bdtw-3 {
	border-top-width: 3px;
}

.bdrw-3 {
	border-right-width: 3px;
}

.bdbw-3 {
	border-bottom-width: 3px;
}

.bdlw-3 {
	border-left-width: 3px;
}

.bdw-4 {
	border-width: 4px;
}

.bdtw-4 {
	border-top-width: 4px;
}

.bdrw-4 {
	border-right-width: 4px;
}

.bdbw-4 {
	border-bottom-width: 4px;
}

.bdlw-4 {
	border-left-width: 4px;
}

.bdw-5 {
	border-width: 5px;
}

.bdtw-5 {
	border-top-width: 5px;
}

.bdrw-5 {
	border-right-width: 5px;
}

.bdbw-5 {
	border-bottom-width: 5px;
}

.bdlw-5 {
	border-left-width: 5px;
}

.bdw-10 {
	border-width: 10px;
}

.bdtw-10 {
	border-top-width: 10px;
}

.bdrw-10 {
	border-right-width: 10px;
}

.bdbw-10 {
	border-bottom-width: 10px;
}

.bdlw-10 {
	border-left-width: 10px;
}

.bds-s {
	border-style: solid;
}

.bds-ds {
	border-style: dashed;
}

.bds-dt {
	border-style: dotted;
}

.bds-n {
	border-style: none;
}

.bdra-4 {
	border-radius: 4px;
}

.bdra-8 {
	border-radius: 8px;
}

.bdra-10 {
	border-radius: 10px;
}

.bdra-circle {
	border-radius: 50%;
}

.m-0 {
	margin: 0;
}

.mt-0 {
	margin-top: 0;
}

.mr-0 {
	margin-right: 0;
}

.mb-0 {
	margin-bottom: 0;
}

.ml-0 {
	margin-left: 0;
}

.m-4 {
	margin: 4px;
}

.mt-4 {
	margin-top: 4px;
}

.mr-4 {
	margin-right: 4px;
}

.mb-4 {
	margin-bottom: 4px;
}

.ml-4 {
	margin-left: 4px;
}

.m-5 {
	margin: 5px;
}

.mt-5 {
	margin-top: 5px;
}

.mr-5 {
	margin-right: 5px;
}

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

.ml-5 {
	margin-left: 5px;
}

.m-8 {
	margin: 8px;
}

.mt-8 {
	margin-top: 8px;
}

.mr-8 {
	margin-right: 8px;
}

.mb-8 {
	margin-bottom: 8px;
}

.ml-8 {
	margin-left: 8px;
}

.m-10 {
	margin: 10px;
}

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

.mr-10 {
	margin-right: 10px;
}

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

.ml-10 {
	margin-left: 10px;
}

.m-12 {
	margin: 12px;
}

.mt-12 {
	margin-top: 12px;
}

.mr-12 {
	margin-right: 12px;
}

.mb-12 {
	margin-bottom: 12px;
}

.ml-12 {
	margin-left: 12px;
}

.m-14 {
	margin: 14px;
}

.mt-14 {
	margin-top: 14px;
}

.mr-14 {
	margin-right: 14px;
}

.mb-14 {
	margin-bottom: 14px;
}

.ml-14 {
	margin-left: 14px;
}

.m-15 {
	margin: 15px;
}

.mt-15 {
	margin-top: 15px;
}

.mr-15 {
	margin-right: 15px;
}

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

.ml-15 {
	margin-left: 15px;
}

.m-16 {
	margin: 16px;
}

.mt-16 {
	margin-top: 16px;
}

.mr-16 {
	margin-right: 16px;
}

.mb-16 {
	margin-bottom: 16px;
}

.ml-16 {
	margin-left: 16px;
}

.m-20 {
	margin: 20px;
}

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

.mr-20 {
	margin-right: 20px;
}

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

.ml-20 {
	margin-left: 20px;
}

.m-24 {
	margin: 24px;
}

.mt-24 {
	margin-top: 24px;
}

.mr-24 {
	margin-right: 24px;
}

.mb-24 {
	margin-bottom: 24px;
}

.ml-24 {
	margin-left: 24px;
}

.m-25 {
	margin: 25px;
}

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

.mr-25 {
	margin-right: 25px;
}

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

.ml-25 {
	margin-left: 25px;
}

.m-30 {
	margin: 30px;
}

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

.mr-30 {
	margin-right: 30px;
}

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

.ml-30 {
	margin-left: 30px;
}

.m-32 {
	margin: 32px;
}

.mt-32 {
	margin-top: 32px;
}

.mr-32 {
	margin-right: 32px;
}

.mb-32 {
	margin-bottom: 32px;
}

.ml-32 {
	margin-left: 32px;
}

.m-40 {
	margin: 40px;
}

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

.mr-40 {
	margin-right: 40px;
}

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

.ml-40 {
	margin-left: 40px;
}

.m-50 {
	margin: 50px;
}

.mt-50 {
	margin-top: 50px;
}

.mr-50 {
	margin-right: 50px;
}

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

.ml-50 {
	margin-left: 50px;
}

.m-60 {
	margin: 60px;
}

.mt-60 {
	margin-top: 60px;
}

.mr-60 {
	margin-right: 60px;
}

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

.ml-60 {
	margin-left: 60px;
}

.m-70 {
	margin: 70px;
}

.mt-70 {
	margin-top: 70px;
}

.mr-70 {
	margin-right: 70px;
}

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

.ml-70 {
	margin-left: 70px;
}

.m-80 {
	margin: 80px;
}

.mt-80 {
	margin-top: 80px;
}

.mr-80 {
	margin-right: 80px;
}

.mb-80 {
	margin-bottom: 80px;
}

.ml-80 {
	margin-left: 80px;
}

.m-90 {
	margin: 90px;
}

.mt-90 {
	margin-top: 90px;
}

.mr-90 {
	margin-right: 90px;
}

.mb-90 {
	margin-bottom: 90px;
}

.ml-90 {
	margin-left: 90px;
}

.m-100 {
	margin: 100px;
}

.mt-100 {
	margin-top: 100px;
}

.mr-100 {
	margin-right: 100px;
}

.mb-100 {
	margin-bottom: 100px;
}

.ml-100 {
	margin-left: 100px;
}

.m-10per {
	margin: 10%;
}

.mt-10per {
	margin-top: 10%;
}

.mr-10per {
	margin-right: 10%;
}

.mb-10per {
	margin-bottom: 10%;
}

.ml-10per {
	margin-left: 10%;
}

.m-20per {
	margin: 20%;
}

.mt-20per {
	margin-top: 20%;
}

.mr-20per {
	margin-right: 20%;
}

.mb-20per {
	margin-bottom: 20%;
}

.ml-20per {
	margin-left: 20%;
}

.m-30per {
	margin: 30%;
}

.mt-30per {
	margin-top: 30%;
}

.mr-30per {
	margin-right: 30%;
}

.mb-30per {
	margin-bottom: 30%;
}

.ml-30per {
	margin-left: 30%;
}

.m-40per {
	margin: 40%;
}

.mt-40per {
	margin-top: 40%;
}

.mr-40per {
	margin-right: 40%;
}

.mb-40per {
	margin-bottom: 40%;
}

.ml-40per {
	margin-left: 40%;
}

.m-50per {
	margin: 50%;
}

.mt-50per {
	margin-top: 50%;
}

.mr-50per {
	margin-right: 50%;
}

.mb-50per {
	margin-bottom: 50%;
}

.ml-50per {
	margin-left: 50%;
}

.m-60per {
	margin: 60%;
}

.mt-60per {
	margin-top: 60%;
}

.mr-60per {
	margin-right: 60%;
}

.mb-60per {
	margin-bottom: 60%;
}

.ml-60per {
	margin-left: 60%;
}

.m-70per {
	margin: 70%;
}

.mt-70per {
	margin-top: 70%;
}

.mr-70per {
	margin-right: 70%;
}

.mb-70per {
	margin-bottom: 70%;
}

.ml-70per {
	margin-left: 70%;
}

.m-80per {
	margin: 80%;
}

.mt-80per {
	margin-top: 80%;
}

.mr-80per {
	margin-right: 80%;
}

.mb-80per {
	margin-bottom: 80%;
}

.ml-80per {
	margin-left: 80%;
}

.m-90per {
	margin: 90%;
}

.mt-90per {
	margin-top: 90%;
}

.mr-90per {
	margin-right: 90%;
}

.mb-90per {
	margin-bottom: 90%;
}

.ml-90per {
	margin-left: 90%;
}

.m-100per {
	margin: 100%;
}

.mt-100per {
	margin-top: 100%;
}

.mr-100per {
	margin-right: 100%;
}

.mb-100per {
	margin-bottom: 100%;
}

.ml-100per {
	margin-left: 100%;
}

.p-0 {
	padding: 0;
}

.pt-0 {
	padding-top: 0;
}

.pr-0 {
	padding-right: 0;
}

.pb-0 {
	padding-bottom: 0;
}

.pl-0 {
	padding-left: 0;
}

.p-5 {
	padding: 5px;
}

.pt-5 {
	padding-top: 5px;
}

.pr-5 {
	padding-right: 5px;
}

.pb-5 {
	padding-bottom: 5px;
}

.pl-5 {
	padding-left: 5px;
}

.p-10 {
	padding: 10px;
}

.pt-10 {
	padding-top: 10px;
}

.pr-10 {
	padding-right: 10px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pl-10 {
	padding-left: 10px;
}

.p-15 {
	padding: 15px;
}

.pt-15 {
	padding-top: 15px;
}

.pr-15 {
	padding-right: 15px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pl-15 {
	padding-left: 15px;
}

.p-16 {
	padding: 16px;
}

.pt-16 {
	padding-top: 16px;
}

.pr-16 {
	padding-right: 16px;
}

.pb-16 {
	padding-bottom: 16px;
}

.pl-16 {
	padding-left: 16px;
}

.p-20 {
	padding: 20px;
}

.pt-20 {
	padding-top: 20px;
}

.pr-20 {
	padding-right: 20px;
}

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

.pl-20 {
	padding-left: 20px;
}

.p-24 {
	padding: 24px;
}

.pt-24 {
	padding-top: 24px;
}

.pr-24 {
	padding-right: 24px;
}

.pb-24 {
	padding-bottom: 24px;
}

.pl-24 {
	padding-left: 24px;
}

.p-25 {
	padding: 25px;
}

.pt-25 {
	padding-top: 25px;
}

.pr-25 {
	padding-right: 25px;
}

.pb-25 {
	padding-bottom: 25px;
}

.pl-25 {
	padding-left: 25px;
}

.p-30 {
	padding: 30px;
}

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

.pr-30 {
	padding-right: 30px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pl-30 {
	padding-left: 30px;
}

.p-40 {
	padding: 40px;
}

.pt-40 {
	padding-top: 40px;
}

.pr-40 {
	padding-right: 40px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pl-40 {
	padding-left: 40px;
}

.p-50 {
	padding: 50px;
}

.pt-50 {
	padding-top: 50px;
}

.pr-50 {
	padding-right: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pl-50 {
	padding-left: 50px;
}

.p-60 {
	padding: 60px;
}

.pt-60 {
	padding-top: 60px;
}

.pr-60 {
	padding-right: 60px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pl-60 {
	padding-left: 60px;
}

.p-70 {
	padding: 70px;
}

.pt-70 {
	padding-top: 70px;
}

.pr-70 {
	padding-right: 70px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pl-70 {
	padding-left: 70px;
}

.p-80 {
	padding: 80px;
}

.pt-80 {
	padding-top: 80px;
}

.pr-80 {
	padding-right: 80px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pl-80 {
	padding-left: 80px;
}

.p-90 {
	padding: 90px;
}

.pt-90 {
	padding-top: 90px;
}

.pr-90 {
	padding-right: 90px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pl-90 {
	padding-left: 90px;
}

.p-100 {
	padding: 100px;
}

.pt-100 {
	padding-top: 100px;
}

.pr-100 {
	padding-right: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pl-100 {
	padding-left: 100px;
}

.p-10per {
	padding: 10%;
}

.pt-10per {
	padding-top: 10%;
}

.pr-10per {
	padding-right: 10%;
}

.pb-10per {
	padding-bottom: 10%;
}

.pl-10per {
	padding-left: 10%;
}

.p-20per {
	padding: 20%;
}

.pt-20per {
	padding-top: 20%;
}

.pr-20per {
	padding-right: 20%;
}

.pb-20per {
	padding-bottom: 20%;
}

.pl-20per {
	padding-left: 20%;
}

.p-30per {
	padding: 30%;
}

.pt-30per {
	padding-top: 30%;
}

.pr-30per {
	padding-right: 30%;
}

.pb-30per {
	padding-bottom: 30%;
}

.pl-30per {
	padding-left: 30%;
}

.p-40per {
	padding: 40%;
}

.pt-40per {
	padding-top: 40%;
}

.pr-40per {
	padding-right: 40%;
}

.pb-40per {
	padding-bottom: 40%;
}

.pl-40per {
	padding-left: 40%;
}

.p-50per {
	padding: 50%;
}

.pt-50per {
	padding-top: 50%;
}

.pr-50per {
	padding-right: 50%;
}

.pb-50per {
	padding-bottom: 50%;
}

.pl-50per {
	padding-left: 50%;
}

.p-60per {
	padding: 60%;
}

.pt-60per {
	padding-top: 60%;
}

.pr-60per {
	padding-right: 60%;
}

.pb-60per {
	padding-bottom: 60%;
}

.pl-60per {
	padding-left: 60%;
}

.p-70per {
	padding: 70%;
}

.pt-70per {
	padding-top: 70%;
}

.pr-70per {
	padding-right: 70%;
}

.pb-70per {
	padding-bottom: 70%;
}

.pl-70per {
	padding-left: 70%;
}

.p-80per {
	padding: 80%;
}

.pt-80per {
	padding-top: 80%;
}

.pr-80per {
	padding-right: 80%;
}

.pb-80per {
	padding-bottom: 80%;
}

.pl-80per {
	padding-left: 80%;
}

.p-90per {
	padding: 90%;
}

.pt-90per {
	padding-top: 90%;
}

.pr-90per {
	padding-right: 90%;
}

.pb-90per {
	padding-bottom: 90%;
}

.pl-90per {
	padding-left: 90%;
}

.p-100per {
	padding: 100%;
}

.pt-100per {
	padding-top: 100%;
}

.pr-100per {
	padding-right: 100%;
}

.pb-100per {
	padding-bottom: 100%;
}

.pl-100per {
	padding-left: 100%;
}

.m-a {
	margin: auto;
}

.ml-a {
	margin-left: auto;
}

.mr-a {
	margin-right: auto;
}

.w-100 {
	width: 100px;
}

.h-100 {
	height: 100px;
}

.w-200 {
	width: 200px;
}

.h-200 {
	height: 200px;
}

.w-300 {
	width: 300px;
}

.h-300 {
	height: 300px;
}

.w-400 {
	width: 400px;
}

.h-400 {
	height: 400px;
}

.w-500 {
	width: 500px;
}

.h-500 {
	height: 500px;
}

.w-600 {
	width: 600px;
}

.h-600 {
	height: 600px;
}

.w-700 {
	width: 700px;
}

.h-700 {
	height: 700px;
}

.w-900 {
	width: 900px;
}

.h-900 {
	height: 900px;
}

.w-10per {
	width: 10%;
}

.h-10per {
	height: 10%;
}

.w-20per {
	width: 20%;
}

.h-20per {
	height: 20%;
}

.w-30per {
	width: 30%;
}

.h-30per {
	height: 30%;
}

.w-40per {
	width: 40%;
}

.h-40per {
	height: 40%;
}

.w-50per {
	width: 50%;
}

.h-50per {
	height: 50%;
}

.w-60per {
	width: 60%;
}

.h-60per {
	height: 60%;
}

.w-70per {
	width: 70%;
}

.h-70per {
	height: 70%;
}

.w-80per {
	width: 80%;
}

.h-80per {
	height: 80%;
}

.w-90per {
	width: 90%;
}

.h-90per {
	height: 90%;
}

.w-100per {
	width: 100%;
}

.h-100per {
	height: 100%;
}

.w-a {
	width: auto;
}

.h-a {
	height: auto;
}

.maw-100per {
	max-width: 100%;
}

.pos-a {
	position: absolute;
}

.pos-r {
	position: relative;
}

.pos-f {
	position: fixed;
}

.d-b {
	display: block;
}

.d-n {
	display: none;
}

.d-i {
	display: inline;
}

.d-ib {
	display: inline-block;
}

.d-t {
	display: table;
}

.d-tbc {
	display: table-cell;
}

.d-tbr {
	display: table-row;
}

.p-r {
	position: relative;
}

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

.ai-c {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

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

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

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

.va-t {
	vertical-align: top;
}

.va-b {
	vertical-align: bottom;
}

.va-bl {
	vertical-align: baseline;
}

.va-m {
	vertical-align: middle;
}

.va-sup {
	vertical-align: super;
}

.va-sub {
	vertical-align: sub;
}

.fl-l {
	float: left;
}

.fl-r {
	float: right;
}

.cl {
	clear: both;
}

.l-0 {
	left: 0;
}

.t-0 {
	top: 0;
}

.r-0 {
	right: 0;
}

.b-0 {
	bottom: 0;
}

.td-n {
	text-decoration: none;
}

.td-u {
	text-decoration: underline;
}

.trs {
	-webkit-transition: .5s;
	transition: .5s;
}

.trs-first {
	-webkit-transition: .2s;
	transition: .2s;
}

.trs-slow {
	-webkit-transition: 1s;
	transition: 1s;
}

.content-box {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

.border-box {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.ov-h {
	overflow: hidden;
}

table {
	font-size: 14px;
	line-height: 1.4;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0;
	border-collapse: collapse;
	word-break: break-word;
}

table tr:first-child th:first-child {
	border-top-left-radius: 10px;
}

table tr:first-child th:last-child {
	border-top-right-radius: 10px;
}

table tr:last-child th:first-child {
	border-bottom-left-radius: 10px;
}

table tr td,
table tr th {
	line-height: 1.5;
	padding: 10px;
	vertical-align: middle;
	border: 1px solid #dadada;
}

table tr th {
	text-align: left;
	color: #fff;
}

body.mce-content-body .table-responsive {
	display: table;
}

.table-responsive-sp .table-sp {
	margin-top: 20px;
}

input[type='button'],
input[type='date'] {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

input[type='date']::-webkit-date-and-time-value {
	text-align: left;
}

.searchbox-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 24px;
	border-bottom: 1px solid rgba(15,41,77,.1);
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.searchbox-group .searchbox-group-item {
	margin-right: 8px;
	margin-bottom: 24px;
	margin-left: 8px;
}

.searchbox-group .searchbox-group-item.w-10per {
	width: calc(10% - 16px);
}

.searchbox-group .searchbox-group-item.w-15per {
	width: calc(15% - 16px);
}

.searchbox-group .searchbox-group-item.w-20per {
	width: calc(20% - 16px);
}

.searchbox-group .searchbox-group-item.w-25per {
	width: calc(25% - 16px);
}

.searchbox-group .searchbox-group-item.w-30per {
	width: calc(30% - 16px);
}

.searchbox-group .searchbox-group-item.w-35per {
	width: calc(35% - 16px);
}

.searchbox-group .searchbox-group-item.w-40per {
	width: calc(40% - 16px);
}

.searchbox-group .searchbox-group-item.w-45per {
	width: calc(45% - 16px);
}

.searchbox-group .searchbox-group-item.w-50per {
	width: calc(50% - 16px);
}

.searchbox-group .searchbox-group-item.w-55per {
	width: calc(55% - 16px);
}

.searchbox-group .searchbox-group-item.w-60per {
	width: calc(60% - 16px);
}

.searchbox-group .searchbox-group-item.w-65per {
	width: calc(65% - 16px);
}

.searchbox-group .searchbox-group-item.w-70per {
	width: calc(70% - 16px);
}

.searchbox-group .searchbox-group-item.w-75per {
	width: calc(75% - 16px);
}

.searchbox-group .searchbox-group-item.w-80per {
	width: calc(80% - 16px);
}

.searchbox-group .searchbox-group-item.w-85per {
	width: calc(85% - 16px);
}

.searchbox-group .searchbox-group-item.w-90per {
	width: calc(90% - 16px);
}

.searchbox-group .searchbox-group-item.w-95per {
	width: calc(95% - 16px);
}

.searchbox-group .searchbox-group-item.w-100per {
	width: calc(100% - 16px);
}

.searchbox-group .searchbox-group-item input,
.searchbox-group .searchbox-group-item select {
	width: 100%;
}

.searchbox-group .searchbox-group-item select,
.searchbox-group .searchbox-group-item input {
	font-family: 'Roboto','Noto Sans JP',sans-serif;
	min-height: 40px;
	padding: 12px 8px;
	border: 1px solid rgba(15,41,77,.4);
	border-radius: 4px;
	background-color: #f2f4f8;
}

.searchbox-group .searchbox-group-item input[type='date'] {
	font-family: 'Roboto','Noto Sans JP',sans-serif;
	font-size: 12px;
	display: block;
	width: 100%;
	text-align: left;
	color: #363b3c;
}

.searchbox-group-item-dt {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #363b3c;
}

.searchbox-group-item-dd-room {
	display: block;
	padding: 15px 40px 14px 8px;
	text-decoration: none;
	color: #363b3c;
	border: 1px solid rgba(15,41,77,.4);
	border-radius: 4px;
	background-color: #f2f4f8;
}

.search-button {
	font-size: 16px;
	font-weight: bold;
	display: block;
	width: 100%;
	margin-top: 24px;
	padding: 10px 24px;
	color: #fff;
	border: none;
	border-radius: 4px;
	background-color: #e64437;
}

.counter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.counter .plus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 24px;
	height: 24px;
	cursor: pointer;
	color: #152e51;
	border: none;
	border: 1px solid #152e51;
	border-radius: 50%;
	background-color: transparent;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.counter .plus:disabled {
	border: 1px solid rgba(21,46,81,.2);
}

.counter .number {
	width: 40px;
	text-align: center;
	pointer-events: none;
	border: none;
}

.counter .minus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 24px;
	height: 24px;
	cursor: pointer;
	color: #152e51;
	border: none;
	border: 1px solid #152e51;
	border-radius: 50%;
	background-color: transparent;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.counter .minus:disabled {
	border: 1px solid rgba(21,46,81,.2);
}

.parts-room-list .parts-room-list-item {
	margin-bottom: 40px;
}

.parts-room-list .parts-room-list-item:last-child {
	margin-bottom: 0;
}

.parts-room-list .parts-room-list-item .parts-room-list-item-heading {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.parts-room-list-item-counter .parts-room-list-item-counter-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(15,41,77,.1);
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.parts-room-list-item-counter .parts-room-list-item-counter-item:first-child {
	padding-top: 0;
}

.parts-room-list-item-counter-item-heading {
	font-size: 16px;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.parts-room-list-item-counter-item-content-child {
	width: 100%;
	padding-top: 16px;
	color: #0f294d;
}

.parts-room-list-item-counter-item-content-child .parts-room-list-item-counter-item-content-child-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 16px;
	border-bottom: 1px solid #fff;
	background-color: #e7f2fd;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.parts-room-list-item-counter-item-content-child-item-old {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.parts-room-list-item-counter-item-content-child-item-old .parts-room-list-item-counter-item-content-child-item-old-heading {
	font-size: 14px;
	font-weight: bold;
	margin-right: 16px;
	color: #0f294d;
}

.part-group .part-group-item {
	margin-bottom: 8px;
}

.part-group .part-group-item:last-child {
	margin-bottom: 0;
}

.parts-hotel_tag-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.parts-hotel_tag-list .parts-hotel_tag-list-item {
	margin-right: 5px;
	margin-bottom: 5px;
}

.parts-hotel_tag-list .parts-hotel_tag-list-item img {
	width: 100%;
}

.parts-hotel_tag-list .parts-hotel_tag-list-item:nth-of-type(5n) {
	margin-right: 0;
}

.parts-bottom-fixed {
	position: fixed;
	z-index: 50;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0;
	background-color: #f2f4f8;
}

.parts-hover {
	display: inline-block;
	-webkit-transition: .3s;
	transition: .3s;
}

.parts-hover:hover {
	-webkit-transition: .3s;
	transition: .3s;
	opacity: .8;
}

.parts-inner-scroll-offset {
	margin-bottom: -100px;
}

.parts-inner-scroll-inset {
	padding-top: 130px !important;
}

.label-orange {
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	padding: 4px 6px;
	color: #fff;
	border-radius: 8px 0;
	background-color: #ff7f00;
}

.label-orange-large {
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	padding: 8px;
	color: #fff;
	border-radius: 8px 0;
	background-color: #ff7f00;
}

.label-box-blue {
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	padding: 3px 5px;
	color: #00aee2;
	border: 1px solid #00aee2;
	border-radius: 6px;
}

input[type='button'],
input[type='date'] {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

input[type='date']::-webkit-date-and-time-value {
	text-align: left;
}

.searchbox-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 24px;
	border-bottom: 1px solid rgba(15,41,77,.1);
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.searchbox-group .searchbox-group-item {
	margin-right: 8px;
	margin-bottom: 24px;
	margin-left: 8px;
}

.searchbox-group .searchbox-group-item.w-10per {
	width: calc(10% - 16px);
}

.searchbox-group .searchbox-group-item.w-15per {
	width: calc(15% - 16px);
}

.searchbox-group .searchbox-group-item.w-20per {
	width: calc(20% - 16px);
}

.searchbox-group .searchbox-group-item.w-25per {
	width: calc(25% - 16px);
}

.searchbox-group .searchbox-group-item.w-30per {
	width: calc(30% - 16px);
}

.searchbox-group .searchbox-group-item.w-35per {
	width: calc(35% - 16px);
}

.searchbox-group .searchbox-group-item.w-40per {
	width: calc(40% - 16px);
}

.searchbox-group .searchbox-group-item.w-45per {
	width: calc(45% - 16px);
}

.searchbox-group .searchbox-group-item.w-50per {
	width: calc(50% - 16px);
}

.searchbox-group .searchbox-group-item.w-55per {
	width: calc(55% - 16px);
}

.searchbox-group .searchbox-group-item.w-60per {
	width: calc(60% - 16px);
}

.searchbox-group .searchbox-group-item.w-65per {
	width: calc(65% - 16px);
}

.searchbox-group .searchbox-group-item.w-70per {
	width: calc(70% - 16px);
}

.searchbox-group .searchbox-group-item.w-75per {
	width: calc(75% - 16px);
}

.searchbox-group .searchbox-group-item.w-80per {
	width: calc(80% - 16px);
}

.searchbox-group .searchbox-group-item.w-85per {
	width: calc(85% - 16px);
}

.searchbox-group .searchbox-group-item.w-90per {
	width: calc(90% - 16px);
}

.searchbox-group .searchbox-group-item.w-95per {
	width: calc(95% - 16px);
}

.searchbox-group .searchbox-group-item.w-100per {
	width: calc(100% - 16px);
}

.searchbox-group .searchbox-group-item input,
.searchbox-group .searchbox-group-item select {
	width: 100%;
}

.searchbox-group .searchbox-group-item select,
.searchbox-group .searchbox-group-item input {
	font-family: 'Roboto','Noto Sans JP',sans-serif;
	min-height: 40px;
	padding: 12px 8px;
	border: 1px solid rgba(15,41,77,.4);
	border-radius: 4px;
	background-color: #f2f4f8;
}

.searchbox-group .searchbox-group-item input[type='date'] {
	font-family: 'Roboto','Noto Sans JP',sans-serif;
	font-size: 12px;
	display: block;
	width: 100%;
	text-align: left;
	color: #363b3c;
}

.searchbox-group-item-dt {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #363b3c;
}

.searchbox-group-item-dd-room {
	display: block;
	padding: 15px 40px 14px 8px;
	text-decoration: none;
	color: #363b3c;
	border: 1px solid rgba(15,41,77,.4);
	border-radius: 4px;
	background-color: #f2f4f8;
}

.search-button {
	font-size: 16px;
	font-weight: bold;
	display: block;
	width: 100%;
	margin-top: 24px;
	padding: 10px 24px;
	color: #fff;
	border: none;
	border-radius: 4px;
	background-color: #e64437;
}

.l-site-header {
	position: relative;
	z-index: 1;
	padding-top: 16px;
	padding-bottom: 16px;
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 7px rgba(0,0,0,.2);
	        box-shadow: 2px 2px 7px rgba(0,0,0,.2);
}

.l-site-header-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style-type: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.l-site-header-list-item {
	padding-right: 14px;
}

.l-site-header-list-item-last-child {
	padding-right: 0;
}

.l-site-header-list-item.company img {
	max-width: 150px;
	max-height: 34px;
}

.l-site-header-list-item.text {
	font-size: 10px;
	padding-right: 14px;
	color: #7a879c;
}

.l-site-header-list-item.platform img {
	max-width: 170px;
	max-height: 50px;
}

.l-site-footer {
	position: relative;
	border: 1px solid rgba(15,41,77,.1);
}

.l-site-footer-contact {
	padding: 24px 0 30px;
	background-color: #fff;
}

.l-site-footer-contact-heading {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #0f294d;
}

.l-site-footer-contact-company {
	font-size: 13px;
	margin-bottom: 4px;
	color: #0f294d;
}

.l-site-footer-contact-call {
	margin-bottom: 10px;
}

.l-site-footer-contact-call .l-site-footer-contact-call-link {
	font-size: 20px;
	font-weight: bold;
	-webkit-transition: .3s;
	transition: .3s;
	text-decoration: none;
	color: #0f294d;
}

.l-site-footer-contact-inqury {
	font-size: 12px;
	line-height: 1.25;
	color: #455873;
}

.l-site-footer-navi {
	padding: 20px 16px;
	background-color: #455873;
}

.l-site-footer-navi-content {
	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;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.l-site-footer-navi-content-menu-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 16px;
	padding-left: 0;
	list-style-type: none;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.l-site-footer-navi-content-menu-list-item {
	margin-bottom: 10px;
	padding-right: 16px;
}

.l-site-footer-navi-content-menu-list-item-link {
	font-size: 10px;
	position: relative;
	padding-left: 15px;
	text-decoration: none;
	color: #fff;
}

.l-site-footer-navi-content-menu-list-item-link:before {
	position: absolute;
	top: 55%;
	left: 0;
	display: inline-block;
	width: .5em;
	height: 1em;
	content: '';
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	background-image: url('../images/share/icon/icon_arrow_right_small.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.l-site-footer-navi-content-copyright {
	font-size: 10px;
	color: #fff;
}

.page-to-top {
	position: absolute;
	top: 24px;
	right: 8px;
}

.page-to-top .page-to-top-link {
	display: inline-block;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	text-align: center;
	text-decoration: none;
}

.page-to-top .page-to-top-link:hover {
	-webkit-transition: .3s;
	transition: .3s;
	opacity: .7;
}

.page-to-top .page-to-top-link-icon {
	margin-bottom: 8px;
	text-align: center;
}

.page-to-top .page-to-top-link-text {
	font-size: 10px;
	font-weight: bold;
	color: #455873;
}

.l-top-kv {
	overflow: hidden;
}

.l-top-widget {
	position: relative;
	z-index: 10;
	margin-top: -75px;
	padding-top: 15px;
}

.l-top-widget-heading {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 16px;
	padding-bottom: 16px;
	text-align: center;
	color: #152e51;
	border-bottom: 1px solid rgba(15,41,77,.1);
}

.l-sec1 {
	padding: 80px 0 60px;
}

.l-sec2 {
	padding: 50px 0;
	background-color: #e5f7fc;
}

.l-sec3 {
	padding: 50px 0 47px;
	background-color: #fff;
}

.l-sec4 {
	padding: 50px 0;
	background-color: #e5f7fc;
}

.l-sec5 {
	padding: 50px 0 47px;
	background-color: #fff;
}


/* add_20250616 start */
html {
	scroll-behavior: smooth;
}
.dep_date_info {
	color: #FFFFFF;
	text-align: center;
	background-color: #2AB0BD;
	padding: 10px 0;
	font-size: 22px;
}
.supplement {
	background-color: yellow;
	color: #f70f4d;
}
.page {
    background-image: url(/common/images/share/page.png);
}
.attention {
	line-height: 2.5;
	background-color: #FFFFFF;
	padding: 20px 40px;
    border-radius: 30px;
}
.attention li {
	color: #6A7174;
}
@media screen and (max-width:750px) {
	.dep_date_info {
		font-size: 15px;
		padding: 15px 0;
	}
}

/* add_20250616 end */







@media all and (-ms-high-contrast: none) {

.form-input-checkbox-icon {
	visibility: visible;
}

}

@media (min-width: 480px) {

.fz-8-xs {
	font-size: 8px;
}

.fz-9-xs {
	font-size: 9px;
}

.fz-10-xs {
	font-size: 10px;
}

.fz-11-xs {
	font-size: 11px;
}

.fz-12-xs {
	font-size: 12px;
}

.fz-13-xs {
	font-size: 13px;
}

.fz-14-xs {
	font-size: 14px;
}

.fz-15-xs {
	font-size: 15px;
}

.fz-16-xs {
	font-size: 16px;
}

.fz-17-xs {
	font-size: 17px;
}

.fz-18-xs {
	font-size: 18px;
}

.fz-19-xs {
	font-size: 19px;
}

.fz-20-xs {
	font-size: 20px;
}

.fz-21-xs {
	font-size: 21px;
}

.fz-22-xs {
	font-size: 22px;
}

.fz-23-xs {
	font-size: 23px;
}

.fz-24-xs {
	font-size: 24px;
}

.fz-25-xs {
	font-size: 25px;
}

.fz-26-xs {
	font-size: 26px;
}

.fz-27-xs {
	font-size: 27px;
}

.fz-28-xs {
	font-size: 28px;
}

.fz-29-xs {
	font-size: 29px;
}

.fz-30-xs {
	font-size: 30px;
}

.fz-32-xs {
	font-size: 32px;
}

.fz-36-xs {
	font-size: 36px;
}

.fz-40-xs {
	font-size: 40px;
}

.fz-44-xs {
	font-size: 44px;
}

.fz-46-xs {
	font-size: 46px;
}

.fz-52-xs {
	font-size: 52px;
}

.fz-67-xs {
	font-size: 67px;
}

.fw-b-xs {
	font-weight: bold;
}

.fw-n-xs {
	font-weight: normal;
}

.lh-1em-xs {
	line-height: 1em;
}

.lh-1_25em-xs {
	line-height: 1.25em;
}

.lh-1_5em-xs {
	line-height: 1.5em;
}

.lh-1_75em-xs {
	line-height: 1.75em;
}

.gutter-10-xs {
	margin-right: -5px;
	margin-left: -5px;
}

.gutter-10-xs > [class^='col-'],
.gutter-10-xs > [class*=' col-'] {
	padding-right: 5px;
	padding-left: 5px;
}

.gutter-15-xs {
	margin-right: -7.5px;
	margin-left: -7.5px;
}

.gutter-15-xs > [class^='col-'],
.gutter-15-xs > [class*=' col-'] {
	padding-right: 7.5px;
	padding-left: 7.5px;
}

.gutter-20-xs {
	margin-right: -10px;
	margin-left: -10px;
}

.gutter-20-xs > [class^='col-'],
.gutter-20-xs > [class*=' col-'] {
	padding-right: 10px;
	padding-left: 10px;
}

.bdw-1-xs {
	border-width: 1px;
}

.bdtw-1-xs {
	border-top-width: 1px;
}

.bdrw-1-xs {
	border-right-width: 1px;
}

.bdbw-1-xs {
	border-bottom-width: 1px;
}

.bdlw-1-xs {
	border-left-width: 1px;
}

.bdw-2-xs {
	border-width: 2px;
}

.bdtw-2-xs {
	border-top-width: 2px;
}

.bdrw-2-xs {
	border-right-width: 2px;
}

.bdbw-2-xs {
	border-bottom-width: 2px;
}

.bdlw-2-xs {
	border-left-width: 2px;
}

.bdw-3-xs {
	border-width: 3px;
}

.bdtw-3-xs {
	border-top-width: 3px;
}

.bdrw-3-xs {
	border-right-width: 3px;
}

.bdbw-3-xs {
	border-bottom-width: 3px;
}

.bdlw-3-xs {
	border-left-width: 3px;
}

.bdw-4-xs {
	border-width: 4px;
}

.bdtw-4-xs {
	border-top-width: 4px;
}

.bdrw-4-xs {
	border-right-width: 4px;
}

.bdbw-4-xs {
	border-bottom-width: 4px;
}

.bdlw-4-xs {
	border-left-width: 4px;
}

.bdw-5-xs {
	border-width: 5px;
}

.bdtw-5-xs {
	border-top-width: 5px;
}

.bdrw-5-xs {
	border-right-width: 5px;
}

.bdbw-5-xs {
	border-bottom-width: 5px;
}

.bdlw-5-xs {
	border-left-width: 5px;
}

.bdw-10-xs {
	border-width: 10px;
}

.bdtw-10-xs {
	border-top-width: 10px;
}

.bdrw-10-xs {
	border-right-width: 10px;
}

.bdbw-10-xs {
	border-bottom-width: 10px;
}

.bdlw-10-xs {
	border-left-width: 10px;
}

.bds-s-xs {
	border-style: solid;
}

.bds-ds-xs {
	border-style: dashed;
}

.bds-dt-xs {
	border-style: dotted;
}

.bds-n-xs {
	border-style: none;
}

.m-0-xs {
	margin: 0;
}

.mt-0-xs {
	margin-top: 0;
}

.mr-0-xs {
	margin-right: 0;
}

.mb-0-xs {
	margin-bottom: 0;
}

.ml-0-xs {
	margin-left: 0;
}

.m-4-xs {
	margin: 4px;
}

.mt-4-xs {
	margin-top: 4px;
}

.mr-4-xs {
	margin-right: 4px;
}

.mb-4-xs {
	margin-bottom: 4px;
}

.ml-4-xs {
	margin-left: 4px;
}

.m-5-xs {
	margin: 5px;
}

.mt-5-xs {
	margin-top: 5px;
}

.mr-5-xs {
	margin-right: 5px;
}

.mb-5-xs {
	margin-bottom: 5px;
}

.ml-5-xs {
	margin-left: 5px;
}

.m-8-xs {
	margin: 8px;
}

.mt-8-xs {
	margin-top: 8px;
}

.mr-8-xs {
	margin-right: 8px;
}

.mb-8-xs {
	margin-bottom: 8px;
}

.ml-8-xs {
	margin-left: 8px;
}

.m-10-xs {
	margin: 10px;
}

.mt-10-xs {
	margin-top: 10px;
}

.mr-10-xs {
	margin-right: 10px;
}

.mb-10-xs {
	margin-bottom: 10px;
}

.ml-10-xs {
	margin-left: 10px;
}

.m-12-xs {
	margin: 12px;
}

.mt-12-xs {
	margin-top: 12px;
}

.mr-12-xs {
	margin-right: 12px;
}

.mb-12-xs {
	margin-bottom: 12px;
}

.ml-12-xs {
	margin-left: 12px;
}

.m-14-xs {
	margin: 14px;
}

.mt-14-xs {
	margin-top: 14px;
}

.mr-14-xs {
	margin-right: 14px;
}

.mb-14-xs {
	margin-bottom: 14px;
}

.ml-14-xs {
	margin-left: 14px;
}

.m-15-xs {
	margin: 15px;
}

.mt-15-xs {
	margin-top: 15px;
}

.mr-15-xs {
	margin-right: 15px;
}

.mb-15-xs {
	margin-bottom: 15px;
}

.ml-15-xs {
	margin-left: 15px;
}

.m-16-xs {
	margin: 16px;
}

.mt-16-xs {
	margin-top: 16px;
}

.mr-16-xs {
	margin-right: 16px;
}

.mb-16-xs {
	margin-bottom: 16px;
}

.ml-16-xs {
	margin-left: 16px;
}

.m-20-xs {
	margin: 20px;
}

.mt-20-xs {
	margin-top: 20px;
}

.mr-20-xs {
	margin-right: 20px;
}

.mb-20-xs {
	margin-bottom: 20px;
}

.ml-20-xs {
	margin-left: 20px;
}

.m-24-xs {
	margin: 24px;
}

.mt-24-xs {
	margin-top: 24px;
}

.mr-24-xs {
	margin-right: 24px;
}

.mb-24-xs {
	margin-bottom: 24px;
}

.ml-24-xs {
	margin-left: 24px;
}

.m-25-xs {
	margin: 25px;
}

.mt-25-xs {
	margin-top: 25px;
}

.mr-25-xs {
	margin-right: 25px;
}

.mb-25-xs {
	margin-bottom: 25px;
}

.ml-25-xs {
	margin-left: 25px;
}

.m-30-xs {
	margin: 30px;
}

.mt-30-xs {
	margin-top: 30px;
}

.mr-30-xs {
	margin-right: 30px;
}

.mb-30-xs {
	margin-bottom: 30px;
}

.ml-30-xs {
	margin-left: 30px;
}

.m-32-xs {
	margin: 32px;
}

.mt-32-xs {
	margin-top: 32px;
}

.mr-32-xs {
	margin-right: 32px;
}

.mb-32-xs {
	margin-bottom: 32px;
}

.ml-32-xs {
	margin-left: 32px;
}

.m-40-xs {
	margin: 40px;
}

.mt-40-xs {
	margin-top: 40px;
}

.mr-40-xs {
	margin-right: 40px;
}

.mb-40-xs {
	margin-bottom: 40px;
}

.ml-40-xs {
	margin-left: 40px;
}

.m-50-xs {
	margin: 50px;
}

.mt-50-xs {
	margin-top: 50px;
}

.mr-50-xs {
	margin-right: 50px;
}

.mb-50-xs {
	margin-bottom: 50px;
}

.ml-50-xs {
	margin-left: 50px;
}

.m-60-xs {
	margin: 60px;
}

.mt-60-xs {
	margin-top: 60px;
}

.mr-60-xs {
	margin-right: 60px;
}

.mb-60-xs {
	margin-bottom: 60px;
}

.ml-60-xs {
	margin-left: 60px;
}

.m-70-xs {
	margin: 70px;
}

.mt-70-xs {
	margin-top: 70px;
}

.mr-70-xs {
	margin-right: 70px;
}

.mb-70-xs {
	margin-bottom: 70px;
}

.ml-70-xs {
	margin-left: 70px;
}

.m-80-xs {
	margin: 80px;
}

.mt-80-xs {
	margin-top: 80px;
}

.mr-80-xs {
	margin-right: 80px;
}

.mb-80-xs {
	margin-bottom: 80px;
}

.ml-80-xs {
	margin-left: 80px;
}

.m-90-xs {
	margin: 90px;
}

.mt-90-xs {
	margin-top: 90px;
}

.mr-90-xs {
	margin-right: 90px;
}

.mb-90-xs {
	margin-bottom: 90px;
}

.ml-90-xs {
	margin-left: 90px;
}

.m-100-xs {
	margin: 100px;
}

.mt-100-xs {
	margin-top: 100px;
}

.mr-100-xs {
	margin-right: 100px;
}

.mb-100-xs {
	margin-bottom: 100px;
}

.ml-100-xs {
	margin-left: 100px;
}

.m-10per-xs {
	margin: 10%;
}

.mt-10per-xs {
	margin-top: 10%;
}

.mr-10per-xs {
	margin-right: 10%;
}

.mb-10per-xs {
	margin-bottom: 10%;
}

.ml-10per-xs {
	margin-left: 10%;
}

.m-20per-xs {
	margin: 20%;
}

.mt-20per-xs {
	margin-top: 20%;
}

.mr-20per-xs {
	margin-right: 20%;
}

.mb-20per-xs {
	margin-bottom: 20%;
}

.ml-20per-xs {
	margin-left: 20%;
}

.m-30per-xs {
	margin: 30%;
}

.mt-30per-xs {
	margin-top: 30%;
}

.mr-30per-xs {
	margin-right: 30%;
}

.mb-30per-xs {
	margin-bottom: 30%;
}

.ml-30per-xs {
	margin-left: 30%;
}

.m-40per-xs {
	margin: 40%;
}

.mt-40per-xs {
	margin-top: 40%;
}

.mr-40per-xs {
	margin-right: 40%;
}

.mb-40per-xs {
	margin-bottom: 40%;
}

.ml-40per-xs {
	margin-left: 40%;
}

.m-50per-xs {
	margin: 50%;
}

.mt-50per-xs {
	margin-top: 50%;
}

.mr-50per-xs {
	margin-right: 50%;
}

.mb-50per-xs {
	margin-bottom: 50%;
}

.ml-50per-xs {
	margin-left: 50%;
}

.m-60per-xs {
	margin: 60%;
}

.mt-60per-xs {
	margin-top: 60%;
}

.mr-60per-xs {
	margin-right: 60%;
}

.mb-60per-xs {
	margin-bottom: 60%;
}

.ml-60per-xs {
	margin-left: 60%;
}

.m-70per-xs {
	margin: 70%;
}

.mt-70per-xs {
	margin-top: 70%;
}

.mr-70per-xs {
	margin-right: 70%;
}

.mb-70per-xs {
	margin-bottom: 70%;
}

.ml-70per-xs {
	margin-left: 70%;
}

.m-80per-xs {
	margin: 80%;
}

.mt-80per-xs {
	margin-top: 80%;
}

.mr-80per-xs {
	margin-right: 80%;
}

.mb-80per-xs {
	margin-bottom: 80%;
}

.ml-80per-xs {
	margin-left: 80%;
}

.m-90per-xs {
	margin: 90%;
}

.mt-90per-xs {
	margin-top: 90%;
}

.mr-90per-xs {
	margin-right: 90%;
}

.mb-90per-xs {
	margin-bottom: 90%;
}

.ml-90per-xs {
	margin-left: 90%;
}

.m-100per-xs {
	margin: 100%;
}

.mt-100per-xs {
	margin-top: 100%;
}

.mr-100per-xs {
	margin-right: 100%;
}

.mb-100per-xs {
	margin-bottom: 100%;
}

.ml-100per-xs {
	margin-left: 100%;
}

.p-0-xs {
	padding: 0;
}

.pt-0-xs {
	padding-top: 0;
}

.pr-0-xs {
	padding-right: 0;
}

.pb-0-xs {
	padding-bottom: 0;
}

.pl-0-xs {
	padding-left: 0;
}

.p-5-xs {
	padding: 5px;
}

.pt-5-xs {
	padding-top: 5px;
}

.pr-5-xs {
	padding-right: 5px;
}

.pb-5-xs {
	padding-bottom: 5px;
}

.pl-5-xs {
	padding-left: 5px;
}

.p-10-xs {
	padding: 10px;
}

.pt-10-xs {
	padding-top: 10px;
}

.pr-10-xs {
	padding-right: 10px;
}

.pb-10-xs {
	padding-bottom: 10px;
}

.pl-10-xs {
	padding-left: 10px;
}

.p-15-xs {
	padding: 15px;
}

.pt-15-xs {
	padding-top: 15px;
}

.pr-15-xs {
	padding-right: 15px;
}

.pb-15-xs {
	padding-bottom: 15px;
}

.pl-15-xs {
	padding-left: 15px;
}

.p-16-xs {
	padding: 16px;
}

.pt-16-xs {
	padding-top: 16px;
}

.pr-16-xs {
	padding-right: 16px;
}

.pb-16-xs {
	padding-bottom: 16px;
}

.pl-16-xs {
	padding-left: 16px;
}

.p-20-xs {
	padding: 20px;
}

.pt-20-xs {
	padding-top: 20px;
}

.pr-20-xs {
	padding-right: 20px;
}

.pb-20-xs {
	padding-bottom: 20px;
}

.pl-20-xs {
	padding-left: 20px;
}

.p-24-xs {
	padding: 24px;
}

.pt-24-xs {
	padding-top: 24px;
}

.pr-24-xs {
	padding-right: 24px;
}

.pb-24-xs {
	padding-bottom: 24px;
}

.pl-24-xs {
	padding-left: 24px;
}

.p-25-xs {
	padding: 25px;
}

.pt-25-xs {
	padding-top: 25px;
}

.pr-25-xs {
	padding-right: 25px;
}

.pb-25-xs {
	padding-bottom: 25px;
}

.pl-25-xs {
	padding-left: 25px;
}

.p-30-xs {
	padding: 30px;
}

.pt-30-xs {
	padding-top: 30px;
}

.pr-30-xs {
	padding-right: 30px;
}

.pb-30-xs {
	padding-bottom: 30px;
}

.pl-30-xs {
	padding-left: 30px;
}

.p-40-xs {
	padding: 40px;
}

.pt-40-xs {
	padding-top: 40px;
}

.pr-40-xs {
	padding-right: 40px;
}

.pb-40-xs {
	padding-bottom: 40px;
}

.pl-40-xs {
	padding-left: 40px;
}

.p-50-xs {
	padding: 50px;
}

.pt-50-xs {
	padding-top: 50px;
}

.pr-50-xs {
	padding-right: 50px;
}

.pb-50-xs {
	padding-bottom: 50px;
}

.pl-50-xs {
	padding-left: 50px;
}

.p-60-xs {
	padding: 60px;
}

.pt-60-xs {
	padding-top: 60px;
}

.pr-60-xs {
	padding-right: 60px;
}

.pb-60-xs {
	padding-bottom: 60px;
}

.pl-60-xs {
	padding-left: 60px;
}

.p-70-xs {
	padding: 70px;
}

.pt-70-xs {
	padding-top: 70px;
}

.pr-70-xs {
	padding-right: 70px;
}

.pb-70-xs {
	padding-bottom: 70px;
}

.pl-70-xs {
	padding-left: 70px;
}

.p-80-xs {
	padding: 80px;
}

.pt-80-xs {
	padding-top: 80px;
}

.pr-80-xs {
	padding-right: 80px;
}

.pb-80-xs {
	padding-bottom: 80px;
}

.pl-80-xs {
	padding-left: 80px;
}

.p-90-xs {
	padding: 90px;
}

.pt-90-xs {
	padding-top: 90px;
}

.pr-90-xs {
	padding-right: 90px;
}

.pb-90-xs {
	padding-bottom: 90px;
}

.pl-90-xs {
	padding-left: 90px;
}

.p-100-xs {
	padding: 100px;
}

.pt-100-xs {
	padding-top: 100px;
}

.pr-100-xs {
	padding-right: 100px;
}

.pb-100-xs {
	padding-bottom: 100px;
}

.pl-100-xs {
	padding-left: 100px;
}

.p-10per-xs {
	padding: 10%;
}

.pt-10per-xs {
	padding-top: 10%;
}

.pr-10per-xs {
	padding-right: 10%;
}

.pb-10per-xs {
	padding-bottom: 10%;
}

.pl-10per-xs {
	padding-left: 10%;
}

.p-20per-xs {
	padding: 20%;
}

.pt-20per-xs {
	padding-top: 20%;
}

.pr-20per-xs {
	padding-right: 20%;
}

.pb-20per-xs {
	padding-bottom: 20%;
}

.pl-20per-xs {
	padding-left: 20%;
}

.p-30per-xs {
	padding: 30%;
}

.pt-30per-xs {
	padding-top: 30%;
}

.pr-30per-xs {
	padding-right: 30%;
}

.pb-30per-xs {
	padding-bottom: 30%;
}

.pl-30per-xs {
	padding-left: 30%;
}

.p-40per-xs {
	padding: 40%;
}

.pt-40per-xs {
	padding-top: 40%;
}

.pr-40per-xs {
	padding-right: 40%;
}

.pb-40per-xs {
	padding-bottom: 40%;
}

.pl-40per-xs {
	padding-left: 40%;
}

.p-50per-xs {
	padding: 50%;
}

.pt-50per-xs {
	padding-top: 50%;
}

.pr-50per-xs {
	padding-right: 50%;
}

.pb-50per-xs {
	padding-bottom: 50%;
}

.pl-50per-xs {
	padding-left: 50%;
}

.p-60per-xs {
	padding: 60%;
}

.pt-60per-xs {
	padding-top: 60%;
}

.pr-60per-xs {
	padding-right: 60%;
}

.pb-60per-xs {
	padding-bottom: 60%;
}

.pl-60per-xs {
	padding-left: 60%;
}

.p-70per-xs {
	padding: 70%;
}

.pt-70per-xs {
	padding-top: 70%;
}

.pr-70per-xs {
	padding-right: 70%;
}

.pb-70per-xs {
	padding-bottom: 70%;
}

.pl-70per-xs {
	padding-left: 70%;
}

.p-80per-xs {
	padding: 80%;
}

.pt-80per-xs {
	padding-top: 80%;
}

.pr-80per-xs {
	padding-right: 80%;
}

.pb-80per-xs {
	padding-bottom: 80%;
}

.pl-80per-xs {
	padding-left: 80%;
}

.p-90per-xs {
	padding: 90%;
}

.pt-90per-xs {
	padding-top: 90%;
}

.pr-90per-xs {
	padding-right: 90%;
}

.pb-90per-xs {
	padding-bottom: 90%;
}

.pl-90per-xs {
	padding-left: 90%;
}

.p-100per-xs {
	padding: 100%;
}

.pt-100per-xs {
	padding-top: 100%;
}

.pr-100per-xs {
	padding-right: 100%;
}

.pb-100per-xs {
	padding-bottom: 100%;
}

.pl-100per-xs {
	padding-left: 100%;
}

.m-a-xs {
	margin: auto;
}

.ml-a-xs {
	margin-left: auto;
}

.mr-a-xs {
	margin-right: auto;
}

.w-100-xs {
	width: 100px;
}

.h-100-xs {
	height: 100px;
}

.w-200-xs {
	width: 200px;
}

.h-200-xs {
	height: 200px;
}

.w-300-xs {
	width: 300px;
}

.h-300-xs {
	height: 300px;
}

.w-400-xs {
	width: 400px;
}

.h-400-xs {
	height: 400px;
}

.w-500-xs {
	width: 500px;
}

.h-500-xs {
	height: 500px;
}

.w-600-xs {
	width: 600px;
}

.h-600-xs {
	height: 600px;
}

.w-700-xs {
	width: 700px;
}

.h-700-xs {
	height: 700px;
}

.w-900-xs {
	width: 900px;
}

.h-900-xs {
	height: 900px;
}

.w-10per-xs {
	width: 10%;
}

.h-10per-xs {
	height: 10%;
}

.w-20per-xs {
	width: 20%;
}

.h-20per-xs {
	height: 20%;
}

.w-30per-xs {
	width: 30%;
}

.h-30per-xs {
	height: 30%;
}

.w-40per-xs {
	width: 40%;
}

.h-40per-xs {
	height: 40%;
}

.w-50per-xs {
	width: 50%;
}

.h-50per-xs {
	height: 50%;
}

.w-60per-xs {
	width: 60%;
}

.h-60per-xs {
	height: 60%;
}

.w-70per-xs {
	width: 70%;
}

.h-70per-xs {
	height: 70%;
}

.w-80per-xs {
	width: 80%;
}

.h-80per-xs {
	height: 80%;
}

.w-90per-xs {
	width: 90%;
}

.h-90per-xs {
	height: 90%;
}

.w-100per-xs {
	width: 100%;
}

.h-100per-xs {
	height: 100%;
}

.w-a-xs {
	width: auto;
}

.h-a-xs {
	height: auto;
}

.pos-a-xs {
	position: absolute;
}

.pos-r-xs {
	position: relative;
}

.pos-f-xs {
	position: fixed;
}

.d-b-xs {
	display: block;
}

.d-n-xs {
	display: none;
}

.d-i-xs {
	display: inline;
}

.d-ib-xs {
	display: inline-block;
}

.d-t-xs {
	display: table;
}

.d-tbc-xs {
	display: table-cell;
}

.d-tbr-xs {
	display: table-row;
}

.ta-c-xs {
	text-align: center;
}

.ta-l-xs {
	text-align: left;
}

.ta-r-xs {
	text-align: right;
}

.va-t-xs {
	vertical-align: top;
}

.va-b-xs {
	vertical-align: bottom;
}

.va-m-xs {
	vertical-align: middle;
}

.fl-l-xs {
	float: left;
}

.fl-r-xs {
	float: right;
}

.cl-xs {
	clear: both;
}

}

@media (min-width: 750px) {

.l-top-kv-inner-thumbnail {
	position: relative;
	left: 50%;
	max-width: inherit;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.l-top-widget-heading {
	font-size: 22px;
	margin-bottom: 0;
	padding-bottom: 22px;
}

}

@media (min-width: 768px) {

.fz-8-sm {
	font-size: 8px;
}

.fz-9-sm {
	font-size: 9px;
}

.fz-10-sm {
	font-size: 10px;
}

.fz-11-sm {
	font-size: 11px;
}

.fz-12-sm {
	font-size: 12px;
}

.fz-13-sm {
	font-size: 13px;
}

.fz-14-sm {
	font-size: 14px;
}

.fz-15-sm {
	font-size: 15px;
}

.fz-16-sm {
	font-size: 16px;
}

.fz-17-sm {
	font-size: 17px;
}

.fz-18-sm {
	font-size: 18px;
}

.fz-19-sm {
	font-size: 19px;
}

.fz-20-sm {
	font-size: 20px;
}

.fz-21-sm {
	font-size: 21px;
}

.fz-22-sm {
	font-size: 22px;
}

.fz-23-sm {
	font-size: 23px;
}

.fz-24-sm {
	font-size: 24px;
}

.fz-25-sm {
	font-size: 25px;
}

.fz-26-sm {
	font-size: 26px;
}

.fz-27-sm {
	font-size: 27px;
}

.fz-28-sm {
	font-size: 28px;
}

.fz-29-sm {
	font-size: 29px;
}

.fz-30-sm {
	font-size: 30px;
}

.fz-32-sm {
	font-size: 32px;
}

.fz-36-sm {
	font-size: 36px;
}

.fz-40-sm {
	font-size: 40px;
}

.fz-44-sm {
	font-size: 44px;
}

.fz-46-sm {
	font-size: 46px;
}

.fz-52-sm {
	font-size: 52px;
}

.fz-67-sm {
	font-size: 67px;
}

.fw-b-sm {
	font-weight: bold;
}

.fw-n-sm {
	font-weight: normal;
}

.lh-1em-sm {
	line-height: 1em;
}

.lh-1_25em-sm {
	line-height: 1.25em;
}

.lh-1_5em-sm {
	line-height: 1.5em;
}

.lh-1_75em-sm {
	line-height: 1.75em;
}

.card-title-blue .card-title-blue-content.pc-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.card-title-blue .card-title-blue-content.pc-flex .card-title-blue-content-image {
	width: 50%;
	max-width: 320px;
	margin-right: 38px;
	margin-bottom: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

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

.box-thumbnail-pickup-image {
	max-width: 468px;
	max-height: 311px;
}

.box-thumbnail-pickup-text {
	padding: 38px 40px 38px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.box-thumbnail-pickup-text-description {
	font-size: 14px;
}

.box-thumbnail-hotel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: -24px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.box-thumbnail-hotel .box-thumbnail-hotel-item {
	width: calc(50% - 24px);
	margin-right: 24px;
	margin-bottom: 24px;
}

.box-thumbnail-hotel-item-image {
	overflow: hidden;
	width: 100%;
	max-height: inherit;
}

.box-thumbnail-hotel-item-image img {
	width: 100%;
	height: 312px;
	border-radius: 0;
	-o-object-fit: cover;
	   object-fit: cover;
}

.box-thumbnail-hotel-item-text {
	height: 100%;
	padding: 24px 30px;
}

.box-thumbnail-hotel-item-text-area {
	margin-bottom: 16px;
}

.box-thumbnail-hotel-item-text-area-detail {
	font-size: 14px;
	margin-left: 16px;
}

.box-thumbnail-hotel-item-text-description {
	font-size: 14px;
}

.list-note li,
.list-number li {
	font-size: 14px;
	padding-top: 4px;
}

.list-note > li.text-large {
	font-size: 13px;
}

.list-dl-table {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.list-dl-table .list {
	display: table-row;
}

.list-dl-table .list .title {
	display: table-cell;
}

.list-dl-table .list .detail {
	display: table-cell;
}

.modal-content {
	position: relative;
}

.modal-fixed-content-inner {
	padding: 40px 40px 140px;
}

.gutter-10-sm {
	margin-right: -5px;
	margin-left: -5px;
}

.gutter-10-sm > [class^='col-'],
.gutter-10-sm > [class*=' col-'] {
	padding-right: 5px;
	padding-left: 5px;
}

.gutter-15-sm {
	margin-right: -7.5px;
	margin-left: -7.5px;
}

.gutter-15-sm > [class^='col-'],
.gutter-15-sm > [class*=' col-'] {
	padding-right: 7.5px;
	padding-left: 7.5px;
}

.gutter-20-sm {
	margin-right: -10px;
	margin-left: -10px;
}

.gutter-20-sm > [class^='col-'],
.gutter-20-sm > [class*=' col-'] {
	padding-right: 10px;
	padding-left: 10px;
}

.bdw-1-sm {
	border-width: 1px;
}

.bdtw-1-sm {
	border-top-width: 1px;
}

.bdrw-1-sm {
	border-right-width: 1px;
}

.bdbw-1-sm {
	border-bottom-width: 1px;
}

.bdlw-1-sm {
	border-left-width: 1px;
}

.bdw-2-sm {
	border-width: 2px;
}

.bdtw-2-sm {
	border-top-width: 2px;
}

.bdrw-2-sm {
	border-right-width: 2px;
}

.bdbw-2-sm {
	border-bottom-width: 2px;
}

.bdlw-2-sm {
	border-left-width: 2px;
}

.bdw-3-sm {
	border-width: 3px;
}

.bdtw-3-sm {
	border-top-width: 3px;
}

.bdrw-3-sm {
	border-right-width: 3px;
}

.bdbw-3-sm {
	border-bottom-width: 3px;
}

.bdlw-3-sm {
	border-left-width: 3px;
}

.bdw-4-sm {
	border-width: 4px;
}

.bdtw-4-sm {
	border-top-width: 4px;
}

.bdrw-4-sm {
	border-right-width: 4px;
}

.bdbw-4-sm {
	border-bottom-width: 4px;
}

.bdlw-4-sm {
	border-left-width: 4px;
}

.bdw-5-sm {
	border-width: 5px;
}

.bdtw-5-sm {
	border-top-width: 5px;
}

.bdrw-5-sm {
	border-right-width: 5px;
}

.bdbw-5-sm {
	border-bottom-width: 5px;
}

.bdlw-5-sm {
	border-left-width: 5px;
}

.bdw-10-sm {
	border-width: 10px;
}

.bdtw-10-sm {
	border-top-width: 10px;
}

.bdrw-10-sm {
	border-right-width: 10px;
}

.bdbw-10-sm {
	border-bottom-width: 10px;
}

.bdlw-10-sm {
	border-left-width: 10px;
}

.bds-s-sm {
	border-style: solid;
}

.bds-ds-sm {
	border-style: dashed;
}

.bds-dt-sm {
	border-style: dotted;
}

.bds-n-sm {
	border-style: none;
}

.m-0-sm {
	margin: 0;
}

.mt-0-sm {
	margin-top: 0;
}

.mr-0-sm {
	margin-right: 0;
}

.mb-0-sm {
	margin-bottom: 0;
}

.ml-0-sm {
	margin-left: 0;
}

.m-4-sm {
	margin: 4px;
}

.mt-4-sm {
	margin-top: 4px;
}

.mr-4-sm {
	margin-right: 4px;
}

.mb-4-sm {
	margin-bottom: 4px;
}

.ml-4-sm {
	margin-left: 4px;
}

.m-5-sm {
	margin: 5px;
}

.mt-5-sm {
	margin-top: 5px;
}

.mr-5-sm {
	margin-right: 5px;
}

.mb-5-sm {
	margin-bottom: 5px;
}

.ml-5-sm {
	margin-left: 5px;
}

.m-8-sm {
	margin: 8px;
}

.mt-8-sm {
	margin-top: 8px;
}

.mr-8-sm {
	margin-right: 8px;
}

.mb-8-sm {
	margin-bottom: 8px;
}

.ml-8-sm {
	margin-left: 8px;
}

.m-10-sm {
	margin: 10px;
}

.mt-10-sm {
	margin-top: 10px;
}

.mr-10-sm {
	margin-right: 10px;
}

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

.ml-10-sm {
	margin-left: 10px;
}

.m-12-sm {
	margin: 12px;
}

.mt-12-sm {
	margin-top: 12px;
}

.mr-12-sm {
	margin-right: 12px;
}

.mb-12-sm {
	margin-bottom: 12px;
}

.ml-12-sm {
	margin-left: 12px;
}

.m-14-sm {
	margin: 14px;
}

.mt-14-sm {
	margin-top: 14px;
}

.mr-14-sm {
	margin-right: 14px;
}

.mb-14-sm {
	margin-bottom: 14px;
}

.ml-14-sm {
	margin-left: 14px;
}

.m-15-sm {
	margin: 15px;
}

.mt-15-sm {
	margin-top: 15px;
}

.mr-15-sm {
	margin-right: 15px;
}

.mb-15-sm {
	margin-bottom: 15px;
}

.ml-15-sm {
	margin-left: 15px;
}

.m-16-sm {
	margin: 16px;
}

.mt-16-sm {
	margin-top: 16px;
}

.mr-16-sm {
	margin-right: 16px;
}

.mb-16-sm {
	margin-bottom: 16px;
}

.ml-16-sm {
	margin-left: 16px;
}

.m-20-sm {
	margin: 20px;
}

.mt-20-sm {
	margin-top: 20px;
}

.mr-20-sm {
	margin-right: 20px;
}

.mb-20-sm {
	margin-bottom: 20px;
}

.ml-20-sm {
	margin-left: 20px;
}

.m-24-sm {
	margin: 24px;
}

.mt-24-sm {
	margin-top: 24px;
}

.mr-24-sm {
	margin-right: 24px;
}

.mb-24-sm {
	margin-bottom: 24px;
}

.ml-24-sm {
	margin-left: 24px;
}

.m-25-sm {
	margin: 25px;
}

.mt-25-sm {
	margin-top: 25px;
}

.mr-25-sm {
	margin-right: 25px;
}

.mb-25-sm {
	margin-bottom: 25px;
}

.ml-25-sm {
	margin-left: 25px;
}

.m-30-sm {
	margin: 30px;
}

.mt-30-sm {
	margin-top: 30px;
}

.mr-30-sm {
	margin-right: 30px;
}

.mb-30-sm {
	margin-bottom: 30px;
}

.ml-30-sm {
	margin-left: 30px;
}

.m-32-sm {
	margin: 32px;
}

.mt-32-sm {
	margin-top: 32px;
}

.mr-32-sm {
	margin-right: 32px;
}

.mb-32-sm {
	margin-bottom: 32px;
}

.ml-32-sm {
	margin-left: 32px;
}

.m-40-sm {
	margin: 40px;
}

.mt-40-sm {
	margin-top: 40px;
}

.mr-40-sm {
	margin-right: 40px;
}

.mb-40-sm {
	margin-bottom: 40px;
}

.ml-40-sm {
	margin-left: 40px;
}

.m-50-sm {
	margin: 50px;
}

.mt-50-sm {
	margin-top: 50px;
}

.mr-50-sm {
	margin-right: 50px;
}

.mb-50-sm {
	margin-bottom: 50px;
}

.ml-50-sm {
	margin-left: 50px;
}

.m-60-sm {
	margin: 60px;
}

.mt-60-sm {
	margin-top: 60px;
}

.mr-60-sm {
	margin-right: 60px;
}

.mb-60-sm {
	margin-bottom: 60px;
}

.ml-60-sm {
	margin-left: 60px;
}

.m-70-sm {
	margin: 70px;
}

.mt-70-sm {
	margin-top: 70px;
}

.mr-70-sm {
	margin-right: 70px;
}

.mb-70-sm {
	margin-bottom: 70px;
}

.ml-70-sm {
	margin-left: 70px;
}

.m-80-sm {
	margin: 80px;
}

.mt-80-sm {
	margin-top: 80px;
}

.mr-80-sm {
	margin-right: 80px;
}

.mb-80-sm {
	margin-bottom: 80px;
}

.ml-80-sm {
	margin-left: 80px;
}

.m-90-sm {
	margin: 90px;
}

.mt-90-sm {
	margin-top: 90px;
}

.mr-90-sm {
	margin-right: 90px;
}

.mb-90-sm {
	margin-bottom: 90px;
}

.ml-90-sm {
	margin-left: 90px;
}

.m-100-sm {
	margin: 100px;
}

.mt-100-sm {
	margin-top: 100px;
}

.mr-100-sm {
	margin-right: 100px;
}

.mb-100-sm {
	margin-bottom: 100px;
}

.ml-100-sm {
	margin-left: 100px;
}

.m-10per-sm {
	margin: 10%;
}

.mt-10per-sm {
	margin-top: 10%;
}

.mr-10per-sm {
	margin-right: 10%;
}

.mb-10per-sm {
	margin-bottom: 10%;
}

.ml-10per-sm {
	margin-left: 10%;
}

.m-20per-sm {
	margin: 20%;
}

.mt-20per-sm {
	margin-top: 20%;
}

.mr-20per-sm {
	margin-right: 20%;
}

.mb-20per-sm {
	margin-bottom: 20%;
}

.ml-20per-sm {
	margin-left: 20%;
}

.m-30per-sm {
	margin: 30%;
}

.mt-30per-sm {
	margin-top: 30%;
}

.mr-30per-sm {
	margin-right: 30%;
}

.mb-30per-sm {
	margin-bottom: 30%;
}

.ml-30per-sm {
	margin-left: 30%;
}

.m-40per-sm {
	margin: 40%;
}

.mt-40per-sm {
	margin-top: 40%;
}

.mr-40per-sm {
	margin-right: 40%;
}

.mb-40per-sm {
	margin-bottom: 40%;
}

.ml-40per-sm {
	margin-left: 40%;
}

.m-50per-sm {
	margin: 50%;
}

.mt-50per-sm {
	margin-top: 50%;
}

.mr-50per-sm {
	margin-right: 50%;
}

.mb-50per-sm {
	margin-bottom: 50%;
}

.ml-50per-sm {
	margin-left: 50%;
}

.m-60per-sm {
	margin: 60%;
}

.mt-60per-sm {
	margin-top: 60%;
}

.mr-60per-sm {
	margin-right: 60%;
}

.mb-60per-sm {
	margin-bottom: 60%;
}

.ml-60per-sm {
	margin-left: 60%;
}

.m-70per-sm {
	margin: 70%;
}

.mt-70per-sm {
	margin-top: 70%;
}

.mr-70per-sm {
	margin-right: 70%;
}

.mb-70per-sm {
	margin-bottom: 70%;
}

.ml-70per-sm {
	margin-left: 70%;
}

.m-80per-sm {
	margin: 80%;
}

.mt-80per-sm {
	margin-top: 80%;
}

.mr-80per-sm {
	margin-right: 80%;
}

.mb-80per-sm {
	margin-bottom: 80%;
}

.ml-80per-sm {
	margin-left: 80%;
}

.m-90per-sm {
	margin: 90%;
}

.mt-90per-sm {
	margin-top: 90%;
}

.mr-90per-sm {
	margin-right: 90%;
}

.mb-90per-sm {
	margin-bottom: 90%;
}

.ml-90per-sm {
	margin-left: 90%;
}

.m-100per-sm {
	margin: 100%;
}

.mt-100per-sm {
	margin-top: 100%;
}

.mr-100per-sm {
	margin-right: 100%;
}

.mb-100per-sm {
	margin-bottom: 100%;
}

.ml-100per-sm {
	margin-left: 100%;
}

.p-0-sm {
	padding: 0;
}

.pt-0-sm {
	padding-top: 0;
}

.pr-0-sm {
	padding-right: 0;
}

.pb-0-sm {
	padding-bottom: 0;
}

.pl-0-sm {
	padding-left: 0;
}

.p-5-sm {
	padding: 5px;
}

.pt-5-sm {
	padding-top: 5px;
}

.pr-5-sm {
	padding-right: 5px;
}

.pb-5-sm {
	padding-bottom: 5px;
}

.pl-5-sm {
	padding-left: 5px;
}

.p-10-sm {
	padding: 10px;
}

.pt-10-sm {
	padding-top: 10px;
}

.pr-10-sm {
	padding-right: 10px;
}

.pb-10-sm {
	padding-bottom: 10px;
}

.pl-10-sm {
	padding-left: 10px;
}

.p-15-sm {
	padding: 15px;
}

.pt-15-sm {
	padding-top: 15px;
}

.pr-15-sm {
	padding-right: 15px;
}

.pb-15-sm {
	padding-bottom: 15px;
}

.pl-15-sm {
	padding-left: 15px;
}

.p-16-sm {
	padding: 16px;
}

.pt-16-sm {
	padding-top: 16px;
}

.pr-16-sm {
	padding-right: 16px;
}

.pb-16-sm {
	padding-bottom: 16px;
}

.pl-16-sm {
	padding-left: 16px;
}

.p-20-sm {
	padding: 20px;
}

.pt-20-sm {
	padding-top: 20px;
}

.pr-20-sm {
	padding-right: 20px;
}

.pb-20-sm {
	padding-bottom: 20px;
}

.pl-20-sm {
	padding-left: 20px;
}

.p-24-sm {
	padding: 24px;
}

.pt-24-sm {
	padding-top: 24px;
}

.pr-24-sm {
	padding-right: 24px;
}

.pb-24-sm {
	padding-bottom: 24px;
}

.pl-24-sm {
	padding-left: 24px;
}

.p-25-sm {
	padding: 25px;
}

.pt-25-sm {
	padding-top: 25px;
}

.pr-25-sm {
	padding-right: 25px;
}

.pb-25-sm {
	padding-bottom: 25px;
}

.pl-25-sm {
	padding-left: 25px;
}

.p-30-sm {
	padding: 30px;
}

.pt-30-sm {
	padding-top: 30px;
}

.pr-30-sm {
	padding-right: 30px;
}

.pb-30-sm {
	padding-bottom: 30px;
}

.pl-30-sm {
	padding-left: 30px;
}

.p-40-sm {
	padding: 40px;
}

.pt-40-sm {
	padding-top: 40px;
}

.pr-40-sm {
	padding-right: 40px;
}

.pb-40-sm {
	padding-bottom: 40px;
}

.pl-40-sm {
	padding-left: 40px;
}

.p-50-sm {
	padding: 50px;
}

.pt-50-sm {
	padding-top: 50px;
}

.pr-50-sm {
	padding-right: 50px;
}

.pb-50-sm {
	padding-bottom: 50px;
}

.pl-50-sm {
	padding-left: 50px;
}

.p-60-sm {
	padding: 60px;
}

.pt-60-sm {
	padding-top: 60px;
}

.pr-60-sm {
	padding-right: 60px;
}

.pb-60-sm {
	padding-bottom: 60px;
}

.pl-60-sm {
	padding-left: 60px;
}

.p-70-sm {
	padding: 70px;
}

.pt-70-sm {
	padding-top: 70px;
}

.pr-70-sm {
	padding-right: 70px;
}

.pb-70-sm {
	padding-bottom: 70px;
}

.pl-70-sm {
	padding-left: 70px;
}

.p-80-sm {
	padding: 80px;
}

.pt-80-sm {
	padding-top: 80px;
}

.pr-80-sm {
	padding-right: 80px;
}

.pb-80-sm {
	padding-bottom: 80px;
}

.pl-80-sm {
	padding-left: 80px;
}

.p-90-sm {
	padding: 90px;
}

.pt-90-sm {
	padding-top: 90px;
}

.pr-90-sm {
	padding-right: 90px;
}

.pb-90-sm {
	padding-bottom: 90px;
}

.pl-90-sm {
	padding-left: 90px;
}

.p-100-sm {
	padding: 100px;
}

.pt-100-sm {
	padding-top: 100px;
}

.pr-100-sm {
	padding-right: 100px;
}

.pb-100-sm {
	padding-bottom: 100px;
}

.pl-100-sm {
	padding-left: 100px;
}

.p-10per-sm {
	padding: 10%;
}

.pt-10per-sm {
	padding-top: 10%;
}

.pr-10per-sm {
	padding-right: 10%;
}

.pb-10per-sm {
	padding-bottom: 10%;
}

.pl-10per-sm {
	padding-left: 10%;
}

.p-20per-sm {
	padding: 20%;
}

.pt-20per-sm {
	padding-top: 20%;
}

.pr-20per-sm {
	padding-right: 20%;
}

.pb-20per-sm {
	padding-bottom: 20%;
}

.pl-20per-sm {
	padding-left: 20%;
}

.p-30per-sm {
	padding: 30%;
}

.pt-30per-sm {
	padding-top: 30%;
}

.pr-30per-sm {
	padding-right: 30%;
}

.pb-30per-sm {
	padding-bottom: 30%;
}

.pl-30per-sm {
	padding-left: 30%;
}

.p-40per-sm {
	padding: 40%;
}

.pt-40per-sm {
	padding-top: 40%;
}

.pr-40per-sm {
	padding-right: 40%;
}

.pb-40per-sm {
	padding-bottom: 40%;
}

.pl-40per-sm {
	padding-left: 40%;
}

.p-50per-sm {
	padding: 50%;
}

.pt-50per-sm {
	padding-top: 50%;
}

.pr-50per-sm {
	padding-right: 50%;
}

.pb-50per-sm {
	padding-bottom: 50%;
}

.pl-50per-sm {
	padding-left: 50%;
}

.p-60per-sm {
	padding: 60%;
}

.pt-60per-sm {
	padding-top: 60%;
}

.pr-60per-sm {
	padding-right: 60%;
}

.pb-60per-sm {
	padding-bottom: 60%;
}

.pl-60per-sm {
	padding-left: 60%;
}

.p-70per-sm {
	padding: 70%;
}

.pt-70per-sm {
	padding-top: 70%;
}

.pr-70per-sm {
	padding-right: 70%;
}

.pb-70per-sm {
	padding-bottom: 70%;
}

.pl-70per-sm {
	padding-left: 70%;
}

.p-80per-sm {
	padding: 80%;
}

.pt-80per-sm {
	padding-top: 80%;
}

.pr-80per-sm {
	padding-right: 80%;
}

.pb-80per-sm {
	padding-bottom: 80%;
}

.pl-80per-sm {
	padding-left: 80%;
}

.p-90per-sm {
	padding: 90%;
}

.pt-90per-sm {
	padding-top: 90%;
}

.pr-90per-sm {
	padding-right: 90%;
}

.pb-90per-sm {
	padding-bottom: 90%;
}

.pl-90per-sm {
	padding-left: 90%;
}

.p-100per-sm {
	padding: 100%;
}

.pt-100per-sm {
	padding-top: 100%;
}

.pr-100per-sm {
	padding-right: 100%;
}

.pb-100per-sm {
	padding-bottom: 100%;
}

.pl-100per-sm {
	padding-left: 100%;
}

.m-a-sm {
	margin: auto;
}

.ml-a-sm {
	margin-left: auto;
}

.mr-a-sm {
	margin-right: auto;
}

.w-100-sm {
	width: 100px;
}

.h-100-sm {
	height: 100px;
}

.w-200-sm {
	width: 200px;
}

.h-200-sm {
	height: 200px;
}

.w-300-sm {
	width: 300px;
}

.h-300-sm {
	height: 300px;
}

.w-400-sm {
	width: 400px;
}

.h-400-sm {
	height: 400px;
}

.w-500-sm {
	width: 500px;
}

.h-500-sm {
	height: 500px;
}

.w-600-sm {
	width: 600px;
}

.h-600-sm {
	height: 600px;
}

.w-700-sm {
	width: 700px;
}

.h-700-sm {
	height: 700px;
}

.w-900-sm {
	width: 900px;
}

.h-900-sm {
	height: 900px;
}

.w-10per-sm {
	width: 10%;
}

.h-10per-sm {
	height: 10%;
}

.w-20per-sm {
	width: 20%;
}

.h-20per-sm {
	height: 20%;
}

.w-30per-sm {
	width: 30%;
}

.h-30per-sm {
	height: 30%;
}

.w-40per-sm {
	width: 40%;
}

.h-40per-sm {
	height: 40%;
}

.w-50per-sm {
	width: 50%;
}

.h-50per-sm {
	height: 50%;
}

.w-60per-sm {
	width: 60%;
}

.h-60per-sm {
	height: 60%;
}

.w-70per-sm {
	width: 70%;
}

.h-70per-sm {
	height: 70%;
}

.w-80per-sm {
	width: 80%;
}

.h-80per-sm {
	height: 80%;
}

.w-90per-sm {
	width: 90%;
}

.h-90per-sm {
	height: 90%;
}

.w-100per-sm {
	width: 100%;
}

.h-100per-sm {
	height: 100%;
}

.w-a-sm {
	width: auto;
}

.h-a-sm {
	height: auto;
}

.pos-a-sm {
	position: absolute;
}

.pos-r-sm {
	position: relative;
}

.pos-f-sm {
	position: fixed;
}

.d-b-sm {
	display: block;
}

.d-n-sm {
	display: none;
}

.d-i-sm {
	display: inline;
}

.d-ib-sm {
	display: inline-block;
}

.d-t-sm {
	display: table;
}

.d-tbc-sm {
	display: table-cell;
}

.d-tbr-sm {
	display: table-row;
}

.ta-c-sm {
	text-align: center;
}

.ta-l-sm {
	text-align: left;
}

.ta-r-sm {
	text-align: right;
}

.va-t-sm {
	vertical-align: top;
}

.va-b-sm {
	vertical-align: bottom;
}

.va-m-sm {
	vertical-align: middle;
}

.fl-l-sm {
	float: left;
}

.fl-r-sm {
	float: right;
}

.cl-sm {
	clear: both;
}

.l-site-footer-contact-heading {
	font-size: 20px;
	margin-bottom: 16px;
}

.l-site-footer-contact-company {
	font-size: 16px;
}

.l-site-footer-contact-call .l-site-footer-contact-call-link {
	font-size: 22px;
}

.l-site-footer-contact-inqury {
	font-size: 14px;
}

.l-site-footer-navi {
	padding: 24px 0;
}

.l-site-footer-navi-content-menu-list {
	margin-bottom: 0;
}

}

@media (min-width: 768px) and (min-width: 768px) {

.box-thumbnail-hotel .box-thumbnail-hotel-item:last-child {
	margin-bottom: 24px;
}

}

@media (min-width: 900px) {

.modal-heading-content-close {
	right: calc((100vw - 900px) / 2);
}

}

@media (min-width: 992px) {

body {
	font-size: 16px;
}

.fz-8-md {
	font-size: 8px;
}

.fz-9-md {
	font-size: 9px;
}

.fz-10-md {
	font-size: 10px;
}

.fz-11-md {
	font-size: 11px;
}

.fz-12-md {
	font-size: 12px;
}

.fz-13-md {
	font-size: 13px;
}

.fz-14-md {
	font-size: 14px;
}

.fz-15-md {
	font-size: 15px;
}

.fz-16-md {
	font-size: 16px;
}

.fz-17-md {
	font-size: 17px;
}

.fz-18-md {
	font-size: 18px;
}

.fz-19-md {
	font-size: 19px;
}

.fz-20-md {
	font-size: 20px;
}

.fz-21-md {
	font-size: 21px;
}

.fz-22-md {
	font-size: 22px;
}

.fz-23-md {
	font-size: 23px;
}

.fz-24-md {
	font-size: 24px;
}

.fz-25-md {
	font-size: 25px;
}

.fz-26-md {
	font-size: 26px;
}

.fz-27-md {
	font-size: 27px;
}

.fz-28-md {
	font-size: 28px;
}

.fz-29-md {
	font-size: 29px;
}

.fz-30-md {
	font-size: 30px;
}

.fz-32-md {
	font-size: 32px;
}

.fz-36-md {
	font-size: 36px;
}

.fz-40-md {
	font-size: 40px;
}

.fz-44-md {
	font-size: 44px;
}

.fz-46-md {
	font-size: 46px;
}

.fz-52-md {
	font-size: 52px;
}

.fz-67-md {
	font-size: 67px;
}

.fw-b-md {
	font-weight: bold;
}

.fw-n-md {
	font-weight: normal;
}

.lh-1em-md {
	line-height: 1em;
}

.lh-1_25em-md {
	line-height: 1.25em;
}

.lh-1_5em-md {
	line-height: 1.5em;
}

.lh-1_75em-md {
	line-height: 1.75em;
}

.card-white {
	padding: 32px;
}

.card-white.top-small {
	padding-top: 27px;
}

.card-white.large {
	padding: 24px 40px 32px;
}

.box-thumbnail-sub {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	margin-top: 40px;
	margin-right: -24px;
}

.box-thumbnail-sub .box-thumbnail-sub-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: calc(100% / 3 - 24px);
	margin-right: 24px;
	margin-bottom: 0;
	padding: 0;
	border-radius: 8px;
}

.box-thumbnail-sub-item-image {
	overflow: hidden;
	width: 100%;
}

.box-thumbnail-sub-item-image img {
	width: 100%;
	height: 202px;
	border-radius: 0;
	-o-object-fit: cover;
	   object-fit: cover;
}

.box-thumbnail-sub-item-text {
	padding: 20px 32px 30px;
}

.box-thumbnail-sub-item-text-description {
	font-size: 14px;
}

.box-comment .box-comment-item {
	margin-bottom: 24px;
	padding: 38px 46px;
}

.box-comment-item-profile {
	margin-bottom: 24px;
}

.box-comment-item-profile-name-main {
	font-size: 16px;
}

.box-comment-item-description-text {
	font-size: 14px;
}

.box-schedule-item-heading {
	padding: 16px 46px;
}

.box-schedule-item-detail {
	font-size: 14px;
	padding: 30px 46px 40px;
}

.select_box-default select {
	font-size: 16px;
}

.form-input-text {
	font-size: 16px;
	max-width: inherit;
	min-height: 40px;
}

.form-input-checkbox-text {
	font-size: 16px;
}

.form-input-checkbox-text.text-large {
	font-size: 18px;
}

.heading-2 {
	font-size: 28px;
	margin-bottom: 40px;
	padding-bottom: 24px;
}

.heading-3 {
	font-size: 18px;
	line-height: 1.75;
	margin-bottom: 12px;
}

.heading-3-small {
	font-size: 18px;
	margin-bottom: 16px;
}

.heading-3-blue {
	font-size: 18px;
	margin-bottom: 16px;
}

.accordion {
	padding: 40px 40px 160px;
}

.accordion.pb-small {
	padding: 40px 40px 32px;
}

.accordion-bottom {
	padding-right: 40px;
	padding-left: 40px;
}

.modal-content-fixed-bottom {
	height: 107px;
	padding: 24px 40px 32px;
}

.modal-count-group-item-wrap-title {
	font-size: 18px;
}

.modal-count-child {
	width: auto;
}

.modal-child-list .modal-child-list-item {
	font-size: 18px;
}

.gutter-10-md {
	margin-right: -5px;
	margin-left: -5px;
}

.gutter-10-md > [class^='col-'],
.gutter-10-md > [class*=' col-'] {
	padding-right: 5px;
	padding-left: 5px;
}

.gutter-15-md {
	margin-right: -7.5px;
	margin-left: -7.5px;
}

.gutter-15-md > [class^='col-'],
.gutter-15-md > [class*=' col-'] {
	padding-right: 7.5px;
	padding-left: 7.5px;
}

.gutter-20-md {
	margin-right: -10px;
	margin-left: -10px;
}

.gutter-20-md > [class^='col-'],
.gutter-20-md > [class*=' col-'] {
	padding-right: 10px;
	padding-left: 10px;
}

.button-dark_blue-medium {
	padding: 14px 16px 12px;
	-webkit-transition: .3s;
	transition: .3s;
}

.button-dark_blue-medium:hover {
	-webkit-transition: .3s;
	transition: .3s;
	opacity: .85;
	-webkit-box-shadow: 3px 3px 8px rgba(0,0,0,.4);
	        box-shadow: 3px 3px 8px rgba(0,0,0,.4);
}

.button-large-red {
	padding: 14px 16px 12px;
	-webkit-transition: .3s;
	transition: .3s;
}

.button-large-red:hover {
	-webkit-transition: .3s;
	transition: .3s;
	opacity: .85;
	-webkit-box-shadow: 3px 3px 8px rgba(0,0,0,.4);
	        box-shadow: 3px 3px 8px rgba(0,0,0,.4);
}

.button-xlarge-orange,
.button-dark_blue-xlarge {
	font-size: 18px;
	padding: 18px 16px 16px;
	-webkit-transition: .3s;
	transition: .3s;
}

.button-xlarge-orange:hover,
.button-dark_blue-xlarge:hover {
	-webkit-transition: .3s;
	transition: .3s;
	opacity: .85;
	-webkit-box-shadow: 3px 3px 8px rgba(0,0,0,.4);
	        box-shadow: 3px 3px 8px rgba(0,0,0,.4);
}

.tag-balloon-blue {
	font-size: 22px;
	margin-bottom: 12px;
	padding: 12px 12px 8px;
}

.tag-balloon-blue::after {
	bottom: -10px;
	border-width: 10px 10px 0 10px;
}

.bdw-1-md {
	border-width: 1px;
}

.bdtw-1-md {
	border-top-width: 1px;
}

.bdrw-1-md {
	border-right-width: 1px;
}

.bdbw-1-md {
	border-bottom-width: 1px;
}

.bdlw-1-md {
	border-left-width: 1px;
}

.bdw-2-md {
	border-width: 2px;
}

.bdtw-2-md {
	border-top-width: 2px;
}

.bdrw-2-md {
	border-right-width: 2px;
}

.bdbw-2-md {
	border-bottom-width: 2px;
}

.bdlw-2-md {
	border-left-width: 2px;
}

.bdw-3-md {
	border-width: 3px;
}

.bdtw-3-md {
	border-top-width: 3px;
}

.bdrw-3-md {
	border-right-width: 3px;
}

.bdbw-3-md {
	border-bottom-width: 3px;
}

.bdlw-3-md {
	border-left-width: 3px;
}

.bdw-4-md {
	border-width: 4px;
}

.bdtw-4-md {
	border-top-width: 4px;
}

.bdrw-4-md {
	border-right-width: 4px;
}

.bdbw-4-md {
	border-bottom-width: 4px;
}

.bdlw-4-md {
	border-left-width: 4px;
}

.bdw-5-md {
	border-width: 5px;
}

.bdtw-5-md {
	border-top-width: 5px;
}

.bdrw-5-md {
	border-right-width: 5px;
}

.bdbw-5-md {
	border-bottom-width: 5px;
}

.bdlw-5-md {
	border-left-width: 5px;
}

.bdw-10-md {
	border-width: 10px;
}

.bdtw-10-md {
	border-top-width: 10px;
}

.bdrw-10-md {
	border-right-width: 10px;
}

.bdbw-10-md {
	border-bottom-width: 10px;
}

.bdlw-10-md {
	border-left-width: 10px;
}

.bds-s-md {
	border-style: solid;
}

.bds-ds-md {
	border-style: dashed;
}

.bds-dt-md {
	border-style: dotted;
}

.bds-n-md {
	border-style: none;
}

.m-0-md {
	margin: 0;
}

.mt-0-md {
	margin-top: 0;
}

.mr-0-md {
	margin-right: 0;
}

.mb-0-md {
	margin-bottom: 0;
}

.ml-0-md {
	margin-left: 0;
}

.m-4-md {
	margin: 4px;
}

.mt-4-md {
	margin-top: 4px;
}

.mr-4-md {
	margin-right: 4px;
}

.mb-4-md {
	margin-bottom: 4px;
}

.ml-4-md {
	margin-left: 4px;
}

.m-5-md {
	margin: 5px;
}

.mt-5-md {
	margin-top: 5px;
}

.mr-5-md {
	margin-right: 5px;
}

.mb-5-md {
	margin-bottom: 5px;
}

.ml-5-md {
	margin-left: 5px;
}

.m-8-md {
	margin: 8px;
}

.mt-8-md {
	margin-top: 8px;
}

.mr-8-md {
	margin-right: 8px;
}

.mb-8-md {
	margin-bottom: 8px;
}

.ml-8-md {
	margin-left: 8px;
}

.m-10-md {
	margin: 10px;
}

.mt-10-md {
	margin-top: 10px;
}

.mr-10-md {
	margin-right: 10px;
}

.mb-10-md {
	margin-bottom: 10px;
}

.ml-10-md {
	margin-left: 10px;
}

.m-12-md {
	margin: 12px;
}

.mt-12-md {
	margin-top: 12px;
}

.mr-12-md {
	margin-right: 12px;
}

.mb-12-md {
	margin-bottom: 12px;
}

.ml-12-md {
	margin-left: 12px;
}

.m-14-md {
	margin: 14px;
}

.mt-14-md {
	margin-top: 14px;
}

.mr-14-md {
	margin-right: 14px;
}

.mb-14-md {
	margin-bottom: 14px;
}

.ml-14-md {
	margin-left: 14px;
}

.m-15-md {
	margin: 15px;
}

.mt-15-md {
	margin-top: 15px;
}

.mr-15-md {
	margin-right: 15px;
}

.mb-15-md {
	margin-bottom: 15px;
}

.ml-15-md {
	margin-left: 15px;
}

.m-16-md {
	margin: 16px;
}

.mt-16-md {
	margin-top: 16px;
}

.mr-16-md {
	margin-right: 16px;
}

.mb-16-md {
	margin-bottom: 16px;
}

.ml-16-md {
	margin-left: 16px;
}

.m-20-md {
	margin: 20px;
}

.mt-20-md {
	margin-top: 20px;
}

.mr-20-md {
	margin-right: 20px;
}

.mb-20-md {
	margin-bottom: 20px;
}

.ml-20-md {
	margin-left: 20px;
}

.m-24-md {
	margin: 24px;
}

.mt-24-md {
	margin-top: 24px;
}

.mr-24-md {
	margin-right: 24px;
}

.mb-24-md {
	margin-bottom: 24px;
}

.ml-24-md {
	margin-left: 24px;
}

.m-25-md {
	margin: 25px;
}

.mt-25-md {
	margin-top: 25px;
}

.mr-25-md {
	margin-right: 25px;
}

.mb-25-md {
	margin-bottom: 25px;
}

.ml-25-md {
	margin-left: 25px;
}

.m-30-md {
	margin: 30px;
}

.mt-30-md {
	margin-top: 30px;
}

.mr-30-md {
	margin-right: 30px;
}

.mb-30-md {
	margin-bottom: 30px;
}

.ml-30-md {
	margin-left: 30px;
}

.m-32-md {
	margin: 32px;
}

.mt-32-md {
	margin-top: 32px;
}

.mr-32-md {
	margin-right: 32px;
}

.mb-32-md {
	margin-bottom: 32px;
}

.ml-32-md {
	margin-left: 32px;
}

.m-40-md {
	margin: 40px;
}

.mt-40-md {
	margin-top: 40px;
}

.mr-40-md {
	margin-right: 40px;
}

.mb-40-md {
	margin-bottom: 40px;
}

.ml-40-md {
	margin-left: 40px;
}

.m-50-md {
	margin: 50px;
}

.mt-50-md {
	margin-top: 50px;
}

.mr-50-md {
	margin-right: 50px;
}

.mb-50-md {
	margin-bottom: 50px;
}

.ml-50-md {
	margin-left: 50px;
}

.m-60-md {
	margin: 60px;
}

.mt-60-md {
	margin-top: 60px;
}

.mr-60-md {
	margin-right: 60px;
}

.mb-60-md {
	margin-bottom: 60px;
}

.ml-60-md {
	margin-left: 60px;
}

.m-70-md {
	margin: 70px;
}

.mt-70-md {
	margin-top: 70px;
}

.mr-70-md {
	margin-right: 70px;
}

.mb-70-md {
	margin-bottom: 70px;
}

.ml-70-md {
	margin-left: 70px;
}

.m-80-md {
	margin: 80px;
}

.mt-80-md {
	margin-top: 80px;
}

.mr-80-md {
	margin-right: 80px;
}

.mb-80-md {
	margin-bottom: 80px;
}

.ml-80-md {
	margin-left: 80px;
}

.m-90-md {
	margin: 90px;
}

.mt-90-md {
	margin-top: 90px;
}

.mr-90-md {
	margin-right: 90px;
}

.mb-90-md {
	margin-bottom: 90px;
}

.ml-90-md {
	margin-left: 90px;
}

.m-100-md {
	margin: 100px;
}

.mt-100-md {
	margin-top: 100px;
}

.mr-100-md {
	margin-right: 100px;
}

.mb-100-md {
	margin-bottom: 100px;
}

.ml-100-md {
	margin-left: 100px;
}

.m-10per-md {
	margin: 10%;
}

.mt-10per-md {
	margin-top: 10%;
}

.mr-10per-md {
	margin-right: 10%;
}

.mb-10per-md {
	margin-bottom: 10%;
}

.ml-10per-md {
	margin-left: 10%;
}

.m-20per-md {
	margin: 20%;
}

.mt-20per-md {
	margin-top: 20%;
}

.mr-20per-md {
	margin-right: 20%;
}

.mb-20per-md {
	margin-bottom: 20%;
}

.ml-20per-md {
	margin-left: 20%;
}

.m-30per-md {
	margin: 30%;
}

.mt-30per-md {
	margin-top: 30%;
}

.mr-30per-md {
	margin-right: 30%;
}

.mb-30per-md {
	margin-bottom: 30%;
}

.ml-30per-md {
	margin-left: 30%;
}

.m-40per-md {
	margin: 40%;
}

.mt-40per-md {
	margin-top: 40%;
}

.mr-40per-md {
	margin-right: 40%;
}

.mb-40per-md {
	margin-bottom: 40%;
}

.ml-40per-md {
	margin-left: 40%;
}

.m-50per-md {
	margin: 50%;
}

.mt-50per-md {
	margin-top: 50%;
}

.mr-50per-md {
	margin-right: 50%;
}

.mb-50per-md {
	margin-bottom: 50%;
}

.ml-50per-md {
	margin-left: 50%;
}

.m-60per-md {
	margin: 60%;
}

.mt-60per-md {
	margin-top: 60%;
}

.mr-60per-md {
	margin-right: 60%;
}

.mb-60per-md {
	margin-bottom: 60%;
}

.ml-60per-md {
	margin-left: 60%;
}

.m-70per-md {
	margin: 70%;
}

.mt-70per-md {
	margin-top: 70%;
}

.mr-70per-md {
	margin-right: 70%;
}

.mb-70per-md {
	margin-bottom: 70%;
}

.ml-70per-md {
	margin-left: 70%;
}

.m-80per-md {
	margin: 80%;
}

.mt-80per-md {
	margin-top: 80%;
}

.mr-80per-md {
	margin-right: 80%;
}

.mb-80per-md {
	margin-bottom: 80%;
}

.ml-80per-md {
	margin-left: 80%;
}

.m-90per-md {
	margin: 90%;
}

.mt-90per-md {
	margin-top: 90%;
}

.mr-90per-md {
	margin-right: 90%;
}

.mb-90per-md {
	margin-bottom: 90%;
}

.ml-90per-md {
	margin-left: 90%;
}

.m-100per-md {
	margin: 100%;
}

.mt-100per-md {
	margin-top: 100%;
}

.mr-100per-md {
	margin-right: 100%;
}

.mb-100per-md {
	margin-bottom: 100%;
}

.ml-100per-md {
	margin-left: 100%;
}

.p-0-md {
	padding: 0;
}

.pt-0-md {
	padding-top: 0;
}

.pr-0-md {
	padding-right: 0;
}

.pb-0-md {
	padding-bottom: 0;
}

.pl-0-md {
	padding-left: 0;
}

.p-5-md {
	padding: 5px;
}

.pt-5-md {
	padding-top: 5px;
}

.pr-5-md {
	padding-right: 5px;
}

.pb-5-md {
	padding-bottom: 5px;
}

.pl-5-md {
	padding-left: 5px;
}

.p-10-md {
	padding: 10px;
}

.pt-10-md {
	padding-top: 10px;
}

.pr-10-md {
	padding-right: 10px;
}

.pb-10-md {
	padding-bottom: 10px;
}

.pl-10-md {
	padding-left: 10px;
}

.p-15-md {
	padding: 15px;
}

.pt-15-md {
	padding-top: 15px;
}

.pr-15-md {
	padding-right: 15px;
}

.pb-15-md {
	padding-bottom: 15px;
}

.pl-15-md {
	padding-left: 15px;
}

.p-16-md {
	padding: 16px;
}

.pt-16-md {
	padding-top: 16px;
}

.pr-16-md {
	padding-right: 16px;
}

.pb-16-md {
	padding-bottom: 16px;
}

.pl-16-md {
	padding-left: 16px;
}

.p-20-md {
	padding: 20px;
}

.pt-20-md {
	padding-top: 20px;
}

.pr-20-md {
	padding-right: 20px;
}

.pb-20-md {
	padding-bottom: 20px;
}

.pl-20-md {
	padding-left: 20px;
}

.p-24-md {
	padding: 24px;
}

.pt-24-md {
	padding-top: 24px;
}

.pr-24-md {
	padding-right: 24px;
}

.pb-24-md {
	padding-bottom: 24px;
}

.pl-24-md {
	padding-left: 24px;
}

.p-25-md {
	padding: 25px;
}

.pt-25-md {
	padding-top: 25px;
}

.pr-25-md {
	padding-right: 25px;
}

.pb-25-md {
	padding-bottom: 25px;
}

.pl-25-md {
	padding-left: 25px;
}

.p-30-md {
	padding: 30px;
}

.pt-30-md {
	padding-top: 30px;
}

.pr-30-md {
	padding-right: 30px;
}

.pb-30-md {
	padding-bottom: 30px;
}

.pl-30-md {
	padding-left: 30px;
}

.p-40-md {
	padding: 40px;
}

.pt-40-md {
	padding-top: 40px;
}

.pr-40-md {
	padding-right: 40px;
}

.pb-40-md {
	padding-bottom: 40px;
}

.pl-40-md {
	padding-left: 40px;
}

.p-50-md {
	padding: 50px;
}

.pt-50-md {
	padding-top: 50px;
}

.pr-50-md {
	padding-right: 50px;
}

.pb-50-md {
	padding-bottom: 50px;
}

.pl-50-md {
	padding-left: 50px;
}

.p-60-md {
	padding: 60px;
}

.pt-60-md {
	padding-top: 60px;
}

.pr-60-md {
	padding-right: 60px;
}

.pb-60-md {
	padding-bottom: 60px;
}

.pl-60-md {
	padding-left: 60px;
}

.p-70-md {
	padding: 70px;
}

.pt-70-md {
	padding-top: 70px;
}

.pr-70-md {
	padding-right: 70px;
}

.pb-70-md {
	padding-bottom: 70px;
}

.pl-70-md {
	padding-left: 70px;
}

.p-80-md {
	padding: 80px;
}

.pt-80-md {
	padding-top: 80px;
}

.pr-80-md {
	padding-right: 80px;
}

.pb-80-md {
	padding-bottom: 80px;
}

.pl-80-md {
	padding-left: 80px;
}

.p-90-md {
	padding: 90px;
}

.pt-90-md {
	padding-top: 90px;
}

.pr-90-md {
	padding-right: 90px;
}

.pb-90-md {
	padding-bottom: 90px;
}

.pl-90-md {
	padding-left: 90px;
}

.p-100-md {
	padding: 100px;
}

.pt-100-md {
	padding-top: 100px;
}

.pr-100-md {
	padding-right: 100px;
}

.pb-100-md {
	padding-bottom: 100px;
}

.pl-100-md {
	padding-left: 100px;
}

.p-10per-md {
	padding: 10%;
}

.pt-10per-md {
	padding-top: 10%;
}

.pr-10per-md {
	padding-right: 10%;
}

.pb-10per-md {
	padding-bottom: 10%;
}

.pl-10per-md {
	padding-left: 10%;
}

.p-20per-md {
	padding: 20%;
}

.pt-20per-md {
	padding-top: 20%;
}

.pr-20per-md {
	padding-right: 20%;
}

.pb-20per-md {
	padding-bottom: 20%;
}

.pl-20per-md {
	padding-left: 20%;
}

.p-30per-md {
	padding: 30%;
}

.pt-30per-md {
	padding-top: 30%;
}

.pr-30per-md {
	padding-right: 30%;
}

.pb-30per-md {
	padding-bottom: 30%;
}

.pl-30per-md {
	padding-left: 30%;
}

.p-40per-md {
	padding: 40%;
}

.pt-40per-md {
	padding-top: 40%;
}

.pr-40per-md {
	padding-right: 40%;
}

.pb-40per-md {
	padding-bottom: 40%;
}

.pl-40per-md {
	padding-left: 40%;
}

.p-50per-md {
	padding: 50%;
}

.pt-50per-md {
	padding-top: 50%;
}

.pr-50per-md {
	padding-right: 50%;
}

.pb-50per-md {
	padding-bottom: 50%;
}

.pl-50per-md {
	padding-left: 50%;
}

.p-60per-md {
	padding: 60%;
}

.pt-60per-md {
	padding-top: 60%;
}

.pr-60per-md {
	padding-right: 60%;
}

.pb-60per-md {
	padding-bottom: 60%;
}

.pl-60per-md {
	padding-left: 60%;
}

.p-70per-md {
	padding: 70%;
}

.pt-70per-md {
	padding-top: 70%;
}

.pr-70per-md {
	padding-right: 70%;
}

.pb-70per-md {
	padding-bottom: 70%;
}

.pl-70per-md {
	padding-left: 70%;
}

.p-80per-md {
	padding: 80%;
}

.pt-80per-md {
	padding-top: 80%;
}

.pr-80per-md {
	padding-right: 80%;
}

.pb-80per-md {
	padding-bottom: 80%;
}

.pl-80per-md {
	padding-left: 80%;
}

.p-90per-md {
	padding: 90%;
}

.pt-90per-md {
	padding-top: 90%;
}

.pr-90per-md {
	padding-right: 90%;
}

.pb-90per-md {
	padding-bottom: 90%;
}

.pl-90per-md {
	padding-left: 90%;
}

.p-100per-md {
	padding: 100%;
}

.pt-100per-md {
	padding-top: 100%;
}

.pr-100per-md {
	padding-right: 100%;
}

.pb-100per-md {
	padding-bottom: 100%;
}

.pl-100per-md {
	padding-left: 100%;
}

.m-a-md {
	margin: auto;
}

.ml-a-md {
	margin-left: auto;
}

.mr-a-md {
	margin-right: auto;
}

.w-100-md {
	width: 100px;
}

.h-100-md {
	height: 100px;
}

.w-200-md {
	width: 200px;
}

.h-200-md {
	height: 200px;
}

.w-300-md {
	width: 300px;
}

.h-300-md {
	height: 300px;
}

.w-400-md {
	width: 400px;
}

.h-400-md {
	height: 400px;
}

.w-500-md {
	width: 500px;
}

.h-500-md {
	height: 500px;
}

.w-600-md {
	width: 600px;
}

.h-600-md {
	height: 600px;
}

.w-700-md {
	width: 700px;
}

.h-700-md {
	height: 700px;
}

.w-900-md {
	width: 900px;
}

.h-900-md {
	height: 900px;
}

.w-10per-md {
	width: 10%;
}

.h-10per-md {
	height: 10%;
}

.w-20per-md {
	width: 20%;
}

.h-20per-md {
	height: 20%;
}

.w-30per-md {
	width: 30%;
}

.h-30per-md {
	height: 30%;
}

.w-40per-md {
	width: 40%;
}

.h-40per-md {
	height: 40%;
}

.w-50per-md {
	width: 50%;
}

.h-50per-md {
	height: 50%;
}

.w-60per-md {
	width: 60%;
}

.h-60per-md {
	height: 60%;
}

.w-70per-md {
	width: 70%;
}

.h-70per-md {
	height: 70%;
}

.w-80per-md {
	width: 80%;
}

.h-80per-md {
	height: 80%;
}

.w-90per-md {
	width: 90%;
}

.h-90per-md {
	height: 90%;
}

.w-100per-md {
	width: 100%;
}

.h-100per-md {
	height: 100%;
}

.w-a-md {
	width: auto;
}

.h-a-md {
	height: auto;
}

.pos-a-md {
	position: absolute;
}

.pos-r-md {
	position: relative;
}

.pos-f-md {
	position: fixed;
}

.d-b-md {
	display: block;
}

.d-n-md {
	display: none;
}

.d-i-md {
	display: inline;
}

.d-ib-md {
	display: inline-block;
}

.d-t-md {
	display: table;
}

.d-tbc-md {
	display: table-cell;
}

.d-tbr-md {
	display: table-row;
}

.ta-c-md {
	text-align: center;
}

.ta-l-md {
	text-align: left;
}

.ta-r-md {
	text-align: right;
}

.va-t-md {
	vertical-align: top;
}

.va-b-md {
	vertical-align: bottom;
}

.va-m-md {
	vertical-align: middle;
}

.fl-l-md {
	float: left;
}

.fl-r-md {
	float: right;
}

.cl-md {
	clear: both;
}

table {
	font-size: 16px;
}

table tr td,
table tr th {
	padding: 10px 30px;
}

table tr th {
	font-weight: 700;
}

.table-responsive-sp {
	display: none;
}

.searchbox-group {
	padding-top: 40px;
}

.searchbox-group .searchbox-group-item {
	margin-bottom: 40px;
}

.searchbox-group .searchbox-group-item.w-33per-md {
	width: calc(33% - 16px);
}

.searchbox-group .searchbox-group-item.w-50per-md {
	width: calc(50% - 16px);
}

.searchbox-group .searchbox-group-item select,
.searchbox-group .searchbox-group-item input {
	min-height: 50px;
	padding: 12px;
}

.searchbox-group .searchbox-group-item input[type='date'] {
	font-size: 16px;
}

.searchbox-group-item-dt {
	font-size: 16px;
	margin-bottom: 12px;
}

.searchbox-group-item-dd-room {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 50px;
	padding: 14px 40px 14px 12px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.search-button {
	font-size: 20px;
	padding: 16px 24px;
}

.counter .plus {
	-webkit-transition: .3s;
	transition: .3s;
}

.counter .plus:hover {
	-webkit-transition: .3s;
	transition: .3s;
	opacity: .7;
}

.counter .minus {
	-webkit-transition: .3s;
	transition: .3s;
}

.counter .minus:hover {
	-webkit-transition: .3s;
	transition: .3s;
	opacity: .7;
}

.parts-room-list .parts-room-list-item .parts-room-list-item-heading {
	font-size: 24px;
	margin-bottom: 32px;
}

.parts-room-list-item-counter .parts-room-list-item-counter-item {
	padding-top: 24px;
	padding-bottom: 24px;
}

.parts-room-list-item-counter-item-heading {
	font-size: 18px;
}

.parts-room-list-item-counter-item-content-child {
	padding-top: 24px;
}

.parts-room-list-item-counter-item-content-child .parts-room-list-item-counter-item-content-child-item {
	padding: 16px 24px;
}

.parts-room-list-item-counter-item-content-child-item-old .parts-room-list-item-counter-item-content-child-item-old-heading {
	font-size: 16px;
	margin-right: 24px;
}

.parts-hotel_tag-list .parts-hotel_tag-list-item {
	width: 74px;
}

.parts-bottom-fixed {
	padding: 16px 24px 0;
}

.label-orange {
	padding: 4px 10px;
}

.label-box-blue {
	font-size: 14px;
	padding: 5px 7px;
}

.searchbox-group {
	padding-top: 40px;
}

.searchbox-group .searchbox-group-item {
	margin-bottom: 40px;
}

.searchbox-group .searchbox-group-item.w-33per-md {
	width: calc(33% - 16px);
}

.searchbox-group .searchbox-group-item.w-50per-md {
	width: calc(50% - 16px);
}

.searchbox-group .searchbox-group-item select,
.searchbox-group .searchbox-group-item input {
	min-height: 50px;
	padding: 12px;
}

.searchbox-group .searchbox-group-item input[type='date'] {
	font-size: 16px;
}

.searchbox-group-item-dt {
	font-size: 16px;
	margin-bottom: 12px;
}

.searchbox-group-item-dd-room {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 50px;
	padding: 14px 40px 14px 12px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.search-button {
	font-size: 20px;
	padding: 16px 24px;
}

.l-site-header {
	padding-top: 16px;
	padding-bottom: 16px;
}

.l-site-header-list {
	padding-left: 2px;
}

.l-site-header-list-item {
	padding-right: 16px;
}

.l-site-header-list-item.company {
	padding-right: 24px;
}

.l-site-header-list-item.company img {
	max-height: 38px;
}

.l-site-header-list-item.text {
	font-size: 11px;
}

.l-site-header-list-item.platform img {
	max-height: 50px;
}

.l-site-footer-contact-call .l-site-footer-contact-call-link:hover {
	-webkit-transition: .3s;
	transition: .3s;
	opacity: .7;
}

.l-site-footer-navi-content-menu-list-item {
	margin-bottom: 0;
	padding-right: 20px;
}

.l-site-footer-navi-content-menu-list-item-link:hover {
	-webkit-transition: .3s;
	transition: .3s;
	opacity: .7;
}

.page-to-top {
	top: 0;
}

.l-sec1 {
	padding: 120px 0;
}

.l-sec2 {
	padding: 120px 0 160px;
}

.l-sec3 {
	padding: 120px 0 140px;
}

.l-sec4 {
	padding: 120px 0 140px;
}

.l-sec5 {
	padding: 120px 0 140px;
}

}

@media (min-width: 1200px) {

.fz-8-lg {
	font-size: 8px;
}

.fz-9-lg {
	font-size: 9px;
}

.fz-10-lg {
	font-size: 10px;
}

.fz-11-lg {
	font-size: 11px;
}

.fz-12-lg {
	font-size: 12px;
}

.fz-13-lg {
	font-size: 13px;
}

.fz-14-lg {
	font-size: 14px;
}

.fz-15-lg {
	font-size: 15px;
}

.fz-16-lg {
	font-size: 16px;
}

.fz-17-lg {
	font-size: 17px;
}

.fz-18-lg {
	font-size: 18px;
}

.fz-19-lg {
	font-size: 19px;
}

.fz-20-lg {
	font-size: 20px;
}

.fz-21-lg {
	font-size: 21px;
}

.fz-22-lg {
	font-size: 22px;
}

.fz-23-lg {
	font-size: 23px;
}

.fz-24-lg {
	font-size: 24px;
}

.fz-25-lg {
	font-size: 25px;
}

.fz-26-lg {
	font-size: 26px;
}

.fz-27-lg {
	font-size: 27px;
}

.fz-28-lg {
	font-size: 28px;
}

.fz-29-lg {
	font-size: 29px;
}

.fz-30-lg {
	font-size: 30px;
}

.fz-32-lg {
	font-size: 32px;
}

.fz-36-lg {
	font-size: 36px;
}

.fz-40-lg {
	font-size: 40px;
}

.fz-44-lg {
	font-size: 44px;
}

.fz-46-lg {
	font-size: 46px;
}

.fz-52-lg {
	font-size: 52px;
}

.fz-67-lg {
	font-size: 67px;
}

.fw-b-lg {
	font-weight: bold;
}

.fw-n-lg {
	font-weight: normal;
}

.lh-1em-lg {
	line-height: 1em;
}

.lh-1_25em-lg {
	line-height: 1.25em;
}

.lh-1_5em-lg {
	line-height: 1.5em;
}

.lh-1_75em-lg {
	line-height: 1.75em;
}

.gutter-10-lg {
	margin-right: -5px;
	margin-left: -5px;
}

.gutter-10-lg > [class^='col-'],
.gutter-10-lg > [class*=' col-'] {
	padding-right: 5px;
	padding-left: 5px;
}

.gutter-15-lg {
	margin-right: -7.5px;
	margin-left: -7.5px;
}

.gutter-15-lg > [class^='col-'],
.gutter-15-lg > [class*=' col-'] {
	padding-right: 7.5px;
	padding-left: 7.5px;
}

.gutter-20-lg {
	margin-right: -10px;
	margin-left: -10px;
}

.gutter-20-lg > [class^='col-'],
.gutter-20-lg > [class*=' col-'] {
	padding-right: 10px;
	padding-left: 10px;
}

.bdw-1-lg {
	border-width: 1px;
}

.bdtw-1-lg {
	border-top-width: 1px;
}

.bdrw-1-lg {
	border-right-width: 1px;
}

.bdbw-1-lg {
	border-bottom-width: 1px;
}

.bdlw-1-lg {
	border-left-width: 1px;
}

.bdw-2-lg {
	border-width: 2px;
}

.bdtw-2-lg {
	border-top-width: 2px;
}

.bdrw-2-lg {
	border-right-width: 2px;
}

.bdbw-2-lg {
	border-bottom-width: 2px;
}

.bdlw-2-lg {
	border-left-width: 2px;
}

.bdw-3-lg {
	border-width: 3px;
}

.bdtw-3-lg {
	border-top-width: 3px;
}

.bdrw-3-lg {
	border-right-width: 3px;
}

.bdbw-3-lg {
	border-bottom-width: 3px;
}

.bdlw-3-lg {
	border-left-width: 3px;
}

.bdw-4-lg {
	border-width: 4px;
}

.bdtw-4-lg {
	border-top-width: 4px;
}

.bdrw-4-lg {
	border-right-width: 4px;
}

.bdbw-4-lg {
	border-bottom-width: 4px;
}

.bdlw-4-lg {
	border-left-width: 4px;
}

.bdw-5-lg {
	border-width: 5px;
}

.bdtw-5-lg {
	border-top-width: 5px;
}

.bdrw-5-lg {
	border-right-width: 5px;
}

.bdbw-5-lg {
	border-bottom-width: 5px;
}

.bdlw-5-lg {
	border-left-width: 5px;
}

.bdw-10-lg {
	border-width: 10px;
}

.bdtw-10-lg {
	border-top-width: 10px;
}

.bdrw-10-lg {
	border-right-width: 10px;
}

.bdbw-10-lg {
	border-bottom-width: 10px;
}

.bdlw-10-lg {
	border-left-width: 10px;
}

.bds-s-lg {
	border-style: solid;
}

.bds-ds-lg {
	border-style: dashed;
}

.bds-dt-lg {
	border-style: dotted;
}

.bds-n-lg {
	border-style: none;
}

.m-0-lg {
	margin: 0;
}

.mt-0-lg {
	margin-top: 0;
}

.mr-0-lg {
	margin-right: 0;
}

.mb-0-lg {
	margin-bottom: 0;
}

.ml-0-lg {
	margin-left: 0;
}

.m-4-lg {
	margin: 4px;
}

.mt-4-lg {
	margin-top: 4px;
}

.mr-4-lg {
	margin-right: 4px;
}

.mb-4-lg {
	margin-bottom: 4px;
}

.ml-4-lg {
	margin-left: 4px;
}

.m-5-lg {
	margin: 5px;
}

.mt-5-lg {
	margin-top: 5px;
}

.mr-5-lg {
	margin-right: 5px;
}

.mb-5-lg {
	margin-bottom: 5px;
}

.ml-5-lg {
	margin-left: 5px;
}

.m-8-lg {
	margin: 8px;
}

.mt-8-lg {
	margin-top: 8px;
}

.mr-8-lg {
	margin-right: 8px;
}

.mb-8-lg {
	margin-bottom: 8px;
}

.ml-8-lg {
	margin-left: 8px;
}

.m-10-lg {
	margin: 10px;
}

.mt-10-lg {
	margin-top: 10px;
}

.mr-10-lg {
	margin-right: 10px;
}

.mb-10-lg {
	margin-bottom: 10px;
}

.ml-10-lg {
	margin-left: 10px;
}

.m-12-lg {
	margin: 12px;
}

.mt-12-lg {
	margin-top: 12px;
}

.mr-12-lg {
	margin-right: 12px;
}

.mb-12-lg {
	margin-bottom: 12px;
}

.ml-12-lg {
	margin-left: 12px;
}

.m-14-lg {
	margin: 14px;
}

.mt-14-lg {
	margin-top: 14px;
}

.mr-14-lg {
	margin-right: 14px;
}

.mb-14-lg {
	margin-bottom: 14px;
}

.ml-14-lg {
	margin-left: 14px;
}

.m-15-lg {
	margin: 15px;
}

.mt-15-lg {
	margin-top: 15px;
}

.mr-15-lg {
	margin-right: 15px;
}

.mb-15-lg {
	margin-bottom: 15px;
}

.ml-15-lg {
	margin-left: 15px;
}

.m-16-lg {
	margin: 16px;
}

.mt-16-lg {
	margin-top: 16px;
}

.mr-16-lg {
	margin-right: 16px;
}

.mb-16-lg {
	margin-bottom: 16px;
}

.ml-16-lg {
	margin-left: 16px;
}

.m-20-lg {
	margin: 20px;
}

.mt-20-lg {
	margin-top: 20px;
}

.mr-20-lg {
	margin-right: 20px;
}

.mb-20-lg {
	margin-bottom: 20px;
}

.ml-20-lg {
	margin-left: 20px;
}

.m-24-lg {
	margin: 24px;
}

.mt-24-lg {
	margin-top: 24px;
}

.mr-24-lg {
	margin-right: 24px;
}

.mb-24-lg {
	margin-bottom: 24px;
}

.ml-24-lg {
	margin-left: 24px;
}

.m-25-lg {
	margin: 25px;
}

.mt-25-lg {
	margin-top: 25px;
}

.mr-25-lg {
	margin-right: 25px;
}

.mb-25-lg {
	margin-bottom: 25px;
}

.ml-25-lg {
	margin-left: 25px;
}

.m-30-lg {
	margin: 30px;
}

.mt-30-lg {
	margin-top: 30px;
}

.mr-30-lg {
	margin-right: 30px;
}

.mb-30-lg {
	margin-bottom: 30px;
}

.ml-30-lg {
	margin-left: 30px;
}

.m-32-lg {
	margin: 32px;
}

.mt-32-lg {
	margin-top: 32px;
}

.mr-32-lg {
	margin-right: 32px;
}

.mb-32-lg {
	margin-bottom: 32px;
}

.ml-32-lg {
	margin-left: 32px;
}

.m-40-lg {
	margin: 40px;
}

.mt-40-lg {
	margin-top: 40px;
}

.mr-40-lg {
	margin-right: 40px;
}

.mb-40-lg {
	margin-bottom: 40px;
}

.ml-40-lg {
	margin-left: 40px;
}

.m-50-lg {
	margin: 50px;
}

.mt-50-lg {
	margin-top: 50px;
}

.mr-50-lg {
	margin-right: 50px;
}

.mb-50-lg {
	margin-bottom: 50px;
}

.ml-50-lg {
	margin-left: 50px;
}

.m-60-lg {
	margin: 60px;
}

.mt-60-lg {
	margin-top: 60px;
}

.mr-60-lg {
	margin-right: 60px;
}

.mb-60-lg {
	margin-bottom: 60px;
}

.ml-60-lg {
	margin-left: 60px;
}

.m-70-lg {
	margin: 70px;
}

.mt-70-lg {
	margin-top: 70px;
}

.mr-70-lg {
	margin-right: 70px;
}

.mb-70-lg {
	margin-bottom: 70px;
}

.ml-70-lg {
	margin-left: 70px;
}

.m-80-lg {
	margin: 80px;
}

.mt-80-lg {
	margin-top: 80px;
}

.mr-80-lg {
	margin-right: 80px;
}

.mb-80-lg {
	margin-bottom: 80px;
}

.ml-80-lg {
	margin-left: 80px;
}

.m-90-lg {
	margin: 90px;
}

.mt-90-lg {
	margin-top: 90px;
}

.mr-90-lg {
	margin-right: 90px;
}

.mb-90-lg {
	margin-bottom: 90px;
}

.ml-90-lg {
	margin-left: 90px;
}

.m-100-lg {
	margin: 100px;
}

.mt-100-lg {
	margin-top: 100px;
}

.mr-100-lg {
	margin-right: 100px;
}

.mb-100-lg {
	margin-bottom: 100px;
}

.ml-100-lg {
	margin-left: 100px;
}

.m-10per-lg {
	margin: 10%;
}

.mt-10per-lg {
	margin-top: 10%;
}

.mr-10per-lg {
	margin-right: 10%;
}

.mb-10per-lg {
	margin-bottom: 10%;
}

.ml-10per-lg {
	margin-left: 10%;
}

.m-20per-lg {
	margin: 20%;
}

.mt-20per-lg {
	margin-top: 20%;
}

.mr-20per-lg {
	margin-right: 20%;
}

.mb-20per-lg {
	margin-bottom: 20%;
}

.ml-20per-lg {
	margin-left: 20%;
}

.m-30per-lg {
	margin: 30%;
}

.mt-30per-lg {
	margin-top: 30%;
}

.mr-30per-lg {
	margin-right: 30%;
}

.mb-30per-lg {
	margin-bottom: 30%;
}

.ml-30per-lg {
	margin-left: 30%;
}

.m-40per-lg {
	margin: 40%;
}

.mt-40per-lg {
	margin-top: 40%;
}

.mr-40per-lg {
	margin-right: 40%;
}

.mb-40per-lg {
	margin-bottom: 40%;
}

.ml-40per-lg {
	margin-left: 40%;
}

.m-50per-lg {
	margin: 50%;
}

.mt-50per-lg {
	margin-top: 50%;
}

.mr-50per-lg {
	margin-right: 50%;
}

.mb-50per-lg {
	margin-bottom: 50%;
}

.ml-50per-lg {
	margin-left: 50%;
}

.m-60per-lg {
	margin: 60%;
}

.mt-60per-lg {
	margin-top: 60%;
}

.mr-60per-lg {
	margin-right: 60%;
}

.mb-60per-lg {
	margin-bottom: 60%;
}

.ml-60per-lg {
	margin-left: 60%;
}

.m-70per-lg {
	margin: 70%;
}

.mt-70per-lg {
	margin-top: 70%;
}

.mr-70per-lg {
	margin-right: 70%;
}

.mb-70per-lg {
	margin-bottom: 70%;
}

.ml-70per-lg {
	margin-left: 70%;
}

.m-80per-lg {
	margin: 80%;
}

.mt-80per-lg {
	margin-top: 80%;
}

.mr-80per-lg {
	margin-right: 80%;
}

.mb-80per-lg {
	margin-bottom: 80%;
}

.ml-80per-lg {
	margin-left: 80%;
}

.m-90per-lg {
	margin: 90%;
}

.mt-90per-lg {
	margin-top: 90%;
}

.mr-90per-lg {
	margin-right: 90%;
}

.mb-90per-lg {
	margin-bottom: 90%;
}

.ml-90per-lg {
	margin-left: 90%;
}

.m-100per-lg {
	margin: 100%;
}

.mt-100per-lg {
	margin-top: 100%;
}

.mr-100per-lg {
	margin-right: 100%;
}

.mb-100per-lg {
	margin-bottom: 100%;
}

.ml-100per-lg {
	margin-left: 100%;
}

.p-0-lg {
	padding: 0;
}

.pt-0-lg {
	padding-top: 0;
}

.pr-0-lg {
	padding-right: 0;
}

.pb-0-lg {
	padding-bottom: 0;
}

.pl-0-lg {
	padding-left: 0;
}

.p-5-lg {
	padding: 5px;
}

.pt-5-lg {
	padding-top: 5px;
}

.pr-5-lg {
	padding-right: 5px;
}

.pb-5-lg {
	padding-bottom: 5px;
}

.pl-5-lg {
	padding-left: 5px;
}

.p-10-lg {
	padding: 10px;
}

.pt-10-lg {
	padding-top: 10px;
}

.pr-10-lg {
	padding-right: 10px;
}

.pb-10-lg {
	padding-bottom: 10px;
}

.pl-10-lg {
	padding-left: 10px;
}

.p-15-lg {
	padding: 15px;
}

.pt-15-lg {
	padding-top: 15px;
}

.pr-15-lg {
	padding-right: 15px;
}

.pb-15-lg {
	padding-bottom: 15px;
}

.pl-15-lg {
	padding-left: 15px;
}

.p-16-lg {
	padding: 16px;
}

.pt-16-lg {
	padding-top: 16px;
}

.pr-16-lg {
	padding-right: 16px;
}

.pb-16-lg {
	padding-bottom: 16px;
}

.pl-16-lg {
	padding-left: 16px;
}

.p-20-lg {
	padding: 20px;
}

.pt-20-lg {
	padding-top: 20px;
}

.pr-20-lg {
	padding-right: 20px;
}

.pb-20-lg {
	padding-bottom: 20px;
}

.pl-20-lg {
	padding-left: 20px;
}

.p-24-lg {
	padding: 24px;
}

.pt-24-lg {
	padding-top: 24px;
}

.pr-24-lg {
	padding-right: 24px;
}

.pb-24-lg {
	padding-bottom: 24px;
}

.pl-24-lg {
	padding-left: 24px;
}

.p-25-lg {
	padding: 25px;
}

.pt-25-lg {
	padding-top: 25px;
}

.pr-25-lg {
	padding-right: 25px;
}

.pb-25-lg {
	padding-bottom: 25px;
}

.pl-25-lg {
	padding-left: 25px;
}

.p-30-lg {
	padding: 30px;
}

.pt-30-lg {
	padding-top: 30px;
}

.pr-30-lg {
	padding-right: 30px;
}

.pb-30-lg {
	padding-bottom: 30px;
}

.pl-30-lg {
	padding-left: 30px;
}

.p-40-lg {
	padding: 40px;
}

.pt-40-lg {
	padding-top: 40px;
}

.pr-40-lg {
	padding-right: 40px;
}

.pb-40-lg {
	padding-bottom: 40px;
}

.pl-40-lg {
	padding-left: 40px;
}

.p-50-lg {
	padding: 50px;
}

.pt-50-lg {
	padding-top: 50px;
}

.pr-50-lg {
	padding-right: 50px;
}

.pb-50-lg {
	padding-bottom: 50px;
}

.pl-50-lg {
	padding-left: 50px;
}

.p-60-lg {
	padding: 60px;
}

.pt-60-lg {
	padding-top: 60px;
}

.pr-60-lg {
	padding-right: 60px;
}

.pb-60-lg {
	padding-bottom: 60px;
}

.pl-60-lg {
	padding-left: 60px;
}

.p-70-lg {
	padding: 70px;
}

.pt-70-lg {
	padding-top: 70px;
}

.pr-70-lg {
	padding-right: 70px;
}

.pb-70-lg {
	padding-bottom: 70px;
}

.pl-70-lg {
	padding-left: 70px;
}

.p-80-lg {
	padding: 80px;
}

.pt-80-lg {
	padding-top: 80px;
}

.pr-80-lg {
	padding-right: 80px;
}

.pb-80-lg {
	padding-bottom: 80px;
}

.pl-80-lg {
	padding-left: 80px;
}

.p-90-lg {
	padding: 90px;
}

.pt-90-lg {
	padding-top: 90px;
}

.pr-90-lg {
	padding-right: 90px;
}

.pb-90-lg {
	padding-bottom: 90px;
}

.pl-90-lg {
	padding-left: 90px;
}

.p-100-lg {
	padding: 100px;
}

.pt-100-lg {
	padding-top: 100px;
}

.pr-100-lg {
	padding-right: 100px;
}

.pb-100-lg {
	padding-bottom: 100px;
}

.pl-100-lg {
	padding-left: 100px;
}

.p-10per-lg {
	padding: 10%;
}

.pt-10per-lg {
	padding-top: 10%;
}

.pr-10per-lg {
	padding-right: 10%;
}

.pb-10per-lg {
	padding-bottom: 10%;
}

.pl-10per-lg {
	padding-left: 10%;
}

.p-20per-lg {
	padding: 20%;
}

.pt-20per-lg {
	padding-top: 20%;
}

.pr-20per-lg {
	padding-right: 20%;
}

.pb-20per-lg {
	padding-bottom: 20%;
}

.pl-20per-lg {
	padding-left: 20%;
}

.p-30per-lg {
	padding: 30%;
}

.pt-30per-lg {
	padding-top: 30%;
}

.pr-30per-lg {
	padding-right: 30%;
}

.pb-30per-lg {
	padding-bottom: 30%;
}

.pl-30per-lg {
	padding-left: 30%;
}

.p-40per-lg {
	padding: 40%;
}

.pt-40per-lg {
	padding-top: 40%;
}

.pr-40per-lg {
	padding-right: 40%;
}

.pb-40per-lg {
	padding-bottom: 40%;
}

.pl-40per-lg {
	padding-left: 40%;
}

.p-50per-lg {
	padding: 50%;
}

.pt-50per-lg {
	padding-top: 50%;
}

.pr-50per-lg {
	padding-right: 50%;
}

.pb-50per-lg {
	padding-bottom: 50%;
}

.pl-50per-lg {
	padding-left: 50%;
}

.p-60per-lg {
	padding: 60%;
}

.pt-60per-lg {
	padding-top: 60%;
}

.pr-60per-lg {
	padding-right: 60%;
}

.pb-60per-lg {
	padding-bottom: 60%;
}

.pl-60per-lg {
	padding-left: 60%;
}

.p-70per-lg {
	padding: 70%;
}

.pt-70per-lg {
	padding-top: 70%;
}

.pr-70per-lg {
	padding-right: 70%;
}

.pb-70per-lg {
	padding-bottom: 70%;
}

.pl-70per-lg {
	padding-left: 70%;
}

.p-80per-lg {
	padding: 80%;
}

.pt-80per-lg {
	padding-top: 80%;
}

.pr-80per-lg {
	padding-right: 80%;
}

.pb-80per-lg {
	padding-bottom: 80%;
}

.pl-80per-lg {
	padding-left: 80%;
}

.p-90per-lg {
	padding: 90%;
}

.pt-90per-lg {
	padding-top: 90%;
}

.pr-90per-lg {
	padding-right: 90%;
}

.pb-90per-lg {
	padding-bottom: 90%;
}

.pl-90per-lg {
	padding-left: 90%;
}

.p-100per-lg {
	padding: 100%;
}

.pt-100per-lg {
	padding-top: 100%;
}

.pr-100per-lg {
	padding-right: 100%;
}

.pb-100per-lg {
	padding-bottom: 100%;
}

.pl-100per-lg {
	padding-left: 100%;
}

.m-a-lg {
	margin: auto;
}

.ml-a-lg {
	margin-left: auto;
}

.mr-a-lg {
	margin-right: auto;
}

.w-100-lg {
	width: 100px;
}

.h-100-lg {
	height: 100px;
}

.w-200-lg {
	width: 200px;
}

.h-200-lg {
	height: 200px;
}

.w-300-lg {
	width: 300px;
}

.h-300-lg {
	height: 300px;
}

.w-400-lg {
	width: 400px;
}

.h-400-lg {
	height: 400px;
}

.w-500-lg {
	width: 500px;
}

.h-500-lg {
	height: 500px;
}

.w-600-lg {
	width: 600px;
}

.h-600-lg {
	height: 600px;
}

.w-700-lg {
	width: 700px;
}

.h-700-lg {
	height: 700px;
}

.w-900-lg {
	width: 900px;
}

.h-900-lg {
	height: 900px;
}

.w-10per-lg {
	width: 10%;
}

.h-10per-lg {
	height: 10%;
}

.w-20per-lg {
	width: 20%;
}

.h-20per-lg {
	height: 20%;
}

.w-30per-lg {
	width: 30%;
}

.h-30per-lg {
	height: 30%;
}

.w-40per-lg {
	width: 40%;
}

.h-40per-lg {
	height: 40%;
}

.w-50per-lg {
	width: 50%;
}

.h-50per-lg {
	height: 50%;
}

.w-60per-lg {
	width: 60%;
}

.h-60per-lg {
	height: 60%;
}

.w-70per-lg {
	width: 70%;
}

.h-70per-lg {
	height: 70%;
}

.w-80per-lg {
	width: 80%;
}

.h-80per-lg {
	height: 80%;
}

.w-90per-lg {
	width: 90%;
}

.h-90per-lg {
	height: 90%;
}

.w-100per-lg {
	width: 100%;
}

.h-100per-lg {
	height: 100%;
}

.w-a-lg {
	width: auto;
}

.h-a-lg {
	height: auto;
}

.pos-a-lg {
	position: absolute;
}

.pos-r-lg {
	position: relative;
}

.pos-f-lg {
	position: fixed;
}

.d-b-lg {
	display: block;
}

.d-n-lg {
	display: none;
}

.d-i-lg {
	display: inline;
}

.d-ib-lg {
	display: inline-block;
}

.d-t-lg {
	display: table;
}

.d-tbc-lg {
	display: table-cell;
}

.d-tbr-lg {
	display: table-row;
}

.ta-c-lg {
	text-align: center;
}

.ta-l-lg {
	text-align: left;
}

.ta-r-lg {
	text-align: right;
}

.va-t-lg {
	vertical-align: top;
}

.va-b-lg {
	vertical-align: bottom;
}

.va-m-lg {
	vertical-align: middle;
}

.fl-l-lg {
	float: left;
}

.fl-r-lg {
	float: right;
}

.cl-lg {
	clear: both;
}

}

@media (max-width: 991px) {

.table-responsive {
	display: none;
}

}

@-webkit-keyframes bounce {

0%,20%,50%,80%,100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

40% {
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
}

60% {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}

}

@keyframes bounce {

0%,20%,50%,80%,100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

40% {
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
}

60% {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}

}

@-webkit-keyframes flash {

0%,50%,100% {
	opacity: 1;
}

25%,75% {
	opacity: 0;
}

}

@keyframes flash {

0%,50%,100% {
	opacity: 1;
}

25%,75% {
	opacity: 0;
}

}

@-webkit-keyframes pulse {

0% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

50% {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

100% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@keyframes pulse {

0% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

50% {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

100% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@-webkit-keyframes rubberBand {

0% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

30% {
	-webkit-transform: scale3d(1.25, .75, 1);
	transform: scale3d(1.25, .75, 1);
}

40% {
	-webkit-transform: scale3d(.75, 1.25, 1);
	transform: scale3d(.75, 1.25, 1);
}

50% {
	-webkit-transform: scale3d(1.15, .85, 1);
	transform: scale3d(1.15, .85, 1);
}

65% {
	-webkit-transform: scale3d(.95, 1.05, 1);
	transform: scale3d(.95, 1.05, 1);
}

75% {
	-webkit-transform: scale3d(1.05, .95, 1);
	transform: scale3d(1.05, .95, 1);
}

100% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}

@keyframes rubberBand {

0% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

30% {
	-webkit-transform: scale3d(1.25, .75, 1);
	transform: scale3d(1.25, .75, 1);
}

40% {
	-webkit-transform: scale3d(.75, 1.25, 1);
	transform: scale3d(.75, 1.25, 1);
}

50% {
	-webkit-transform: scale3d(1.15, .85, 1);
	transform: scale3d(1.15, .85, 1);
}

65% {
	-webkit-transform: scale3d(.95, 1.05, 1);
	transform: scale3d(.95, 1.05, 1);
}

75% {
	-webkit-transform: scale3d(1.05, .95, 1);
	transform: scale3d(1.05, .95, 1);
}

100% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}

@-webkit-keyframes shake {

0%,100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

10%,30%,50%,70%,90% {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

20%,40%,60%,80% {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

}

@keyframes shake {

0%,100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

10%,30%,50%,70%,90% {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

20%,40%,60%,80% {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

}

@-webkit-keyframes swing {

20%,40%,60%,80%,100% {
	-webkit-transform-origin: top center;
	transform-origin: top center;
}

20% {
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
}

40% {
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

60% {
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
}

80% {
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

100% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

}

@keyframes swing {

20%,40%,60%,80%,100% {
	-webkit-transform-origin: top center;
	transform-origin: top center;
}

20% {
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
}

40% {
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

60% {
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
}

80% {
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

100% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

}

@-webkit-keyframes tada {

0% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

10%,20% {
	-webkit-transform: scale(.9) rotate(-3deg);
	transform: scale(.9) rotate(-3deg);
}

30%,50%,70%,90% {
	-webkit-transform: scale(1.1) rotate(3deg);
	transform: scale(1.1) rotate(3deg);
}

40%,60%,80% {
	-webkit-transform: scale(1.1) rotate(-3deg);
	transform: scale(1.1) rotate(-3deg);
}

100% {
	-webkit-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0);
}

}

@keyframes tada {

0% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

10%,20% {
	-webkit-transform: scale(.9) rotate(-3deg);
	transform: scale(.9) rotate(-3deg);
}

30%,50%,70%,90% {
	-webkit-transform: scale(1.1) rotate(3deg);
	transform: scale(1.1) rotate(3deg);
}

40%,60%,80% {
	-webkit-transform: scale(1.1) rotate(-3deg);
	transform: scale(1.1) rotate(-3deg);
}

100% {
	-webkit-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0);
}

}

@-webkit-keyframes wobble {

0% {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

15% {
	-webkit-transform: translateX(-25%) rotate(-5deg);
	transform: translateX(-25%) rotate(-5deg);
}

30% {
	-webkit-transform: translateX(20%) rotate(3deg);
	transform: translateX(20%) rotate(3deg);
}

45% {
	-webkit-transform: translateX(-15%) rotate(-3deg);
	transform: translateX(-15%) rotate(-3deg);
}

60% {
	-webkit-transform: translateX(10%) rotate(2deg);
	transform: translateX(10%) rotate(2deg);
}

75% {
	-webkit-transform: translateX(-5%) rotate(-1deg);
	transform: translateX(-5%) rotate(-1deg);
}

100% {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

}

@keyframes wobble {

0% {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

15% {
	-webkit-transform: translateX(-25%) rotate(-5deg);
	transform: translateX(-25%) rotate(-5deg);
}

30% {
	-webkit-transform: translateX(20%) rotate(3deg);
	transform: translateX(20%) rotate(3deg);
}

45% {
	-webkit-transform: translateX(-15%) rotate(-3deg);
	transform: translateX(-15%) rotate(-3deg);
}

60% {
	-webkit-transform: translateX(10%) rotate(2deg);
	transform: translateX(10%) rotate(2deg);
}

75% {
	-webkit-transform: translateX(-5%) rotate(-1deg);
	transform: translateX(-5%) rotate(-1deg);
}

100% {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

}

@-webkit-keyframes bounceIn {

0% {
	-webkit-transform: scale(.3);
	transform: scale(.3);
	opacity: 0;
}

50% {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 1;
}

70% {
	-webkit-transform: scale(.9);
	transform: scale(.9);
}

100% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@keyframes bounceIn {

0% {
	-webkit-transform: scale(.3);
	transform: scale(.3);
	opacity: 0;
}

50% {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 1;
}

70% {
	-webkit-transform: scale(.9);
	transform: scale(.9);
}

100% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@-webkit-keyframes bounceInDown {

0% {
	-webkit-transform: translateY(-2000px);
	transform: translateY(-2000px);
	opacity: 0;
}

60% {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 1;
}

80% {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes bounceInDown {

0% {
	-webkit-transform: translateY(-2000px);
	transform: translateY(-2000px);
	opacity: 0;
}

60% {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 1;
}

80% {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@-webkit-keyframes bounceInLeft {

0% {
	-webkit-transform: translateX(-2000px);
	transform: translateX(-2000px);
	opacity: 0;
}

60% {
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
	opacity: 1;
}

80% {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@keyframes bounceInLeft {

0% {
	-webkit-transform: translateX(-2000px);
	transform: translateX(-2000px);
	opacity: 0;
}

60% {
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
	opacity: 1;
}

80% {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@-webkit-keyframes bounceInRight {

0% {
	-webkit-transform: translateX(2000px);
	transform: translateX(2000px);
	opacity: 0;
}

60% {
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
	opacity: 1;
}

80% {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@keyframes bounceInRight {

0% {
	-webkit-transform: translateX(2000px);
	transform: translateX(2000px);
	opacity: 0;
}

60% {
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
	opacity: 1;
}

80% {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@-webkit-keyframes bounceInUp {

0% {
	-webkit-transform: translateY(2000px);
	transform: translateY(2000px);
	opacity: 0;
}

60% {
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
	opacity: 1;
}

80% {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes bounceInUp {

0% {
	-webkit-transform: translateY(2000px);
	transform: translateY(2000px);
	opacity: 0;
}

60% {
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
	opacity: 1;
}

80% {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@-webkit-keyframes bounceOut {

0% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

25% {
	-webkit-transform: scale(.95);
	transform: scale(.95);
}

50% {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 1;
}

100% {
	-webkit-transform: scale(.3);
	transform: scale(.3);
	opacity: 0;
}

}

@keyframes bounceOut {

0% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

25% {
	-webkit-transform: scale(.95);
	transform: scale(.95);
}

50% {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 1;
}

100% {
	-webkit-transform: scale(.3);
	transform: scale(.3);
	opacity: 0;
}

}

@-webkit-keyframes bounceOutDown {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

20% {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(2000px);
	transform: translateY(2000px);
	opacity: 0;
}

}

@keyframes bounceOutDown {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

20% {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(2000px);
	transform: translateY(2000px);
	opacity: 0;
}

}

@-webkit-keyframes bounceOutLeft {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

20% {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(-2000px);
	transform: translateX(-2000px);
	opacity: 0;
}

}

@keyframes bounceOutLeft {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

20% {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(-2000px);
	transform: translateX(-2000px);
	opacity: 0;
}

}

@-webkit-keyframes bounceOutRight {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

20% {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(2000px);
	transform: translateX(2000px);
	opacity: 0;
}

}

@keyframes bounceOutRight {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

20% {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(2000px);
	transform: translateX(2000px);
	opacity: 0;
}

}

@-webkit-keyframes bounceOutUp {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

20% {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(-2000px);
	transform: translateY(-2000px);
	opacity: 0;
}

}

@keyframes bounceOutUp {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

20% {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(-2000px);
	transform: translateY(-2000px);
	opacity: 0;
}

}

@-webkit-keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes fadeInDown {

0% {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

}

@keyframes fadeInDown {

0% {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

}

@-webkit-keyframes fadeInDownBig {

0% {
	-webkit-transform: translateY(-2000px);
	transform: translateY(-2000px);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

}

@keyframes fadeInDownBig {

0% {
	-webkit-transform: translateY(-2000px);
	transform: translateY(-2000px);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

}

@-webkit-keyframes fadeInLeft {

0% {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

}

@keyframes fadeInLeft {

0% {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

}

@-webkit-keyframes fadeInLeftBig {

0% {
	-webkit-transform: translateX(-2000px);
	transform: translateX(-2000px);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

}

@keyframes fadeInLeftBig {

0% {
	-webkit-transform: translateX(-2000px);
	transform: translateX(-2000px);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

}

@-webkit-keyframes fadeInRight {

0% {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

}

@keyframes fadeInRight {

0% {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

}

@-webkit-keyframes fadeInRightBig {

0% {
	-webkit-transform: translateX(2000px);
	transform: translateX(2000px);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

}

@keyframes fadeInRightBig {

0% {
	-webkit-transform: translateX(2000px);
	transform: translateX(2000px);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

}

@-webkit-keyframes fadeInUp {

0% {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

}

@keyframes fadeInUp {

0% {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

}

@-webkit-keyframes fadeInUpBig {

0% {
	-webkit-transform: translateY(2000px);
	transform: translateY(2000px);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

}

@keyframes fadeInUpBig {

0% {
	-webkit-transform: translateY(2000px);
	transform: translateY(2000px);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

}

@-webkit-keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes fadeOutDown {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
}

}

@keyframes fadeOutDown {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
}

}

@-webkit-keyframes fadeOutDownBig {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(2000px);
	transform: translateY(2000px);
	opacity: 0;
}

}

@keyframes fadeOutDownBig {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(2000px);
	transform: translateY(2000px);
	opacity: 0;
}

}

@-webkit-keyframes fadeOutLeft {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
	opacity: 0;
}

}

@keyframes fadeOutLeft {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
	opacity: 0;
}

}

@-webkit-keyframes fadeOutLeftBig {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(-2000px);
	transform: translateX(-2000px);
	opacity: 0;
}

}

@keyframes fadeOutLeftBig {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(-2000px);
	transform: translateX(-2000px);
	opacity: 0;
}

}

@-webkit-keyframes fadeOutRight {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	opacity: 0;
}

}

@keyframes fadeOutRight {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	opacity: 0;
}

}

@-webkit-keyframes fadeOutRightBig {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(2000px);
	transform: translateX(2000px);
	opacity: 0;
}

}

@keyframes fadeOutRightBig {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(2000px);
	transform: translateX(2000px);
	opacity: 0;
}

}

@-webkit-keyframes fadeOutUp {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	opacity: 0;
}

}

@keyframes fadeOutUp {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	opacity: 0;
}

}

@-webkit-keyframes fadeOutUpBig {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(-2000px);
	transform: translateY(-2000px);
	opacity: 0;
}

}

@keyframes fadeOutUpBig {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(-2000px);
	transform: translateY(-2000px);
	opacity: 0;
}

}

@-webkit-keyframes flip {

0% {
	-webkit-transform: perspective(400px) rotateY(0);
	transform: perspective(400px) rotateY(0);
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
}

40% {
	-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
	transform: perspective(400px) translateZ(150px) rotateY(170deg);
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
}

50% {
	-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
	transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
	-webkit-animation-timing-function: ease-in;
	        animation-timing-function: ease-in;
}

80% {
	-webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
	transform: perspective(400px) rotateY(360deg) scale(.95);
	-webkit-animation-timing-function: ease-in;
	        animation-timing-function: ease-in;
}

100% {
	-webkit-transform: perspective(400px) scale(1);
	transform: perspective(400px) scale(1);
	-webkit-animation-timing-function: ease-in;
	        animation-timing-function: ease-in;
}

}

@keyframes flip {

0% {
	-webkit-transform: perspective(400px) rotateY(0);
	transform: perspective(400px) rotateY(0);
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
}

40% {
	-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
	transform: perspective(400px) translateZ(150px) rotateY(170deg);
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
}

50% {
	-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
	transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
	-webkit-animation-timing-function: ease-in;
	        animation-timing-function: ease-in;
}

80% {
	-webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
	transform: perspective(400px) rotateY(360deg) scale(.95);
	-webkit-animation-timing-function: ease-in;
	        animation-timing-function: ease-in;
}

100% {
	-webkit-transform: perspective(400px) scale(1);
	transform: perspective(400px) scale(1);
	-webkit-animation-timing-function: ease-in;
	        animation-timing-function: ease-in;
}

}

@-webkit-keyframes flipInX {

0% {
	-webkit-transform: perspective(400px) rotateX(90deg);
	transform: perspective(400px) rotateX(90deg);
	opacity: 0;
}

40% {
	-webkit-transform: perspective(400px) rotateX(-10deg);
	transform: perspective(400px) rotateX(-10deg);
}

70% {
	-webkit-transform: perspective(400px) rotateX(10deg);
	transform: perspective(400px) rotateX(10deg);
}

100% {
	-webkit-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
	opacity: 1;
}

}

@keyframes flipInX {

0% {
	-webkit-transform: perspective(400px) rotateX(90deg);
	transform: perspective(400px) rotateX(90deg);
	opacity: 0;
}

40% {
	-webkit-transform: perspective(400px) rotateX(-10deg);
	transform: perspective(400px) rotateX(-10deg);
}

70% {
	-webkit-transform: perspective(400px) rotateX(10deg);
	transform: perspective(400px) rotateX(10deg);
}

100% {
	-webkit-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
	opacity: 1;
}

}

@-webkit-keyframes flipInY {

0% {
	-webkit-transform: perspective(400px) rotateY(90deg);
	transform: perspective(400px) rotateY(90deg);
	opacity: 0;
}

40% {
	-webkit-transform: perspective(400px) rotateY(-10deg);
	transform: perspective(400px) rotateY(-10deg);
}

70% {
	-webkit-transform: perspective(400px) rotateY(10deg);
	transform: perspective(400px) rotateY(10deg);
}

100% {
	-webkit-transform: perspective(400px) rotateY(0deg);
	transform: perspective(400px) rotateY(0deg);
	opacity: 1;
}

}

@keyframes flipInY {

0% {
	-webkit-transform: perspective(400px) rotateY(90deg);
	transform: perspective(400px) rotateY(90deg);
	opacity: 0;
}

40% {
	-webkit-transform: perspective(400px) rotateY(-10deg);
	transform: perspective(400px) rotateY(-10deg);
}

70% {
	-webkit-transform: perspective(400px) rotateY(10deg);
	transform: perspective(400px) rotateY(10deg);
}

100% {
	-webkit-transform: perspective(400px) rotateY(0deg);
	transform: perspective(400px) rotateY(0deg);
	opacity: 1;
}

}

@-webkit-keyframes flipOutX {

0% {
	-webkit-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
	opacity: 1;
}

100% {
	-webkit-transform: perspective(400px) rotateX(90deg);
	transform: perspective(400px) rotateX(90deg);
	opacity: 0;
}

}

@keyframes flipOutX {

0% {
	-webkit-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
	opacity: 1;
}

100% {
	-webkit-transform: perspective(400px) rotateX(90deg);
	transform: perspective(400px) rotateX(90deg);
	opacity: 0;
}

}

@-webkit-keyframes flipOutY {

0% {
	-webkit-transform: perspective(400px) rotateY(0deg);
	transform: perspective(400px) rotateY(0deg);
	opacity: 1;
}

100% {
	-webkit-transform: perspective(400px) rotateY(90deg);
	transform: perspective(400px) rotateY(90deg);
	opacity: 0;
}

}

@keyframes flipOutY {

0% {
	-webkit-transform: perspective(400px) rotateY(0deg);
	transform: perspective(400px) rotateY(0deg);
	opacity: 1;
}

100% {
	-webkit-transform: perspective(400px) rotateY(90deg);
	transform: perspective(400px) rotateY(90deg);
	opacity: 0;
}

}

@-webkit-keyframes lightSpeedIn {

0% {
	-webkit-transform: translateX(100%) skewX(-30deg);
	transform: translateX(100%) skewX(-30deg);
	opacity: 0;
}

60% {
	-webkit-transform: translateX(-20%) skewX(30deg);
	transform: translateX(-20%) skewX(30deg);
	opacity: 1;
}

80% {
	-webkit-transform: translateX(0%) skewX(-15deg);
	transform: translateX(0%) skewX(-15deg);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(0%) skewX(0deg);
	transform: translateX(0%) skewX(0deg);
	opacity: 1;
}

}

@keyframes lightSpeedIn {

0% {
	-webkit-transform: translateX(100%) skewX(-30deg);
	transform: translateX(100%) skewX(-30deg);
	opacity: 0;
}

60% {
	-webkit-transform: translateX(-20%) skewX(30deg);
	transform: translateX(-20%) skewX(30deg);
	opacity: 1;
}

80% {
	-webkit-transform: translateX(0%) skewX(-15deg);
	transform: translateX(0%) skewX(-15deg);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(0%) skewX(0deg);
	transform: translateX(0%) skewX(0deg);
	opacity: 1;
}

}

@-webkit-keyframes lightSpeedOut {

0% {
	-webkit-transform: translateX(0%) skewX(0deg);
	transform: translateX(0%) skewX(0deg);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(100%) skewX(-30deg);
	transform: translateX(100%) skewX(-30deg);
	opacity: 0;
}

}

@keyframes lightSpeedOut {

0% {
	-webkit-transform: translateX(0%) skewX(0deg);
	transform: translateX(0%) skewX(0deg);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(100%) skewX(-30deg);
	transform: translateX(100%) skewX(-30deg);
	opacity: 0;
}

}

@-webkit-keyframes rotateIn {

0% {
	-webkit-transform: rotate(-200deg);
	transform: rotate(-200deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 0;
}

100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 1;
}

}

@keyframes rotateIn {

0% {
	-webkit-transform: rotate(-200deg);
	transform: rotate(-200deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 0;
}

100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 1;
}

}

@-webkit-keyframes rotateInDownLeft {

0% {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 0;
}

100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
}

}

@keyframes rotateInDownLeft {

0% {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 0;
}

100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
}

}

@-webkit-keyframes rotateInDownRight {

0% {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 0;
}

100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
}

}

@keyframes rotateInDownRight {

0% {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 0;
}

100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
}

}

@-webkit-keyframes rotateInUpLeft {

0% {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 0;
}

100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
}

}

@keyframes rotateInUpLeft {

0% {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 0;
}

100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
}

}

@-webkit-keyframes rotateInUpRight {

0% {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 0;
}

100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
}

}

@keyframes rotateInUpRight {

0% {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 0;
}

100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
}

}

@-webkit-keyframes rotateOut {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 1;
}

100% {
	-webkit-transform: rotate(200deg);
	transform: rotate(200deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 0;
}

}

@keyframes rotateOut {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 1;
}

100% {
	-webkit-transform: rotate(200deg);
	transform: rotate(200deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 0;
}

}

@-webkit-keyframes rotateOutDownLeft {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
}

100% {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 0;
}

}

@keyframes rotateOutDownLeft {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
}

100% {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 0;
}

}

@-webkit-keyframes rotateOutDownRight {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
}

100% {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 0;
}

}

@keyframes rotateOutDownRight {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
}

100% {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 0;
}

}

@-webkit-keyframes rotateOutUpLeft {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
}

100% {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 0;
}

}

@keyframes rotateOutUpLeft {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
}

100% {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 0;
}

}

@-webkit-keyframes rotateOutUpRight {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
}

100% {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 0;
}

}

@keyframes rotateOutUpRight {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
}

100% {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 0;
}

}

@-webkit-keyframes slideInDown {

0% {
	-webkit-transform: translateY(-2000px);
	transform: translateY(-2000px);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes slideInDown {

0% {
	-webkit-transform: translateY(-2000px);
	transform: translateY(-2000px);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@-webkit-keyframes slideInLeft {

0% {
	-webkit-transform: translateX(-2000px);
	transform: translateX(-2000px);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@keyframes slideInLeft {

0% {
	-webkit-transform: translateX(-2000px);
	transform: translateX(-2000px);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@-webkit-keyframes slideInRight {

0% {
	-webkit-transform: translateX(2000px);
	transform: translateX(2000px);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@keyframes slideInRight {

0% {
	-webkit-transform: translateX(2000px);
	transform: translateX(2000px);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@-webkit-keyframes slideInUp {

0% {
	-webkit-transform: translateY(2000px);
	transform: translateY(2000px);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes slideInUp {

0% {
	-webkit-transform: translateY(2000px);
	transform: translateY(2000px);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@-webkit-keyframes slideOutDown {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

100% {
	-webkit-transform: translateY(2000px);
	transform: translateY(2000px);
	opacity: 0;
}

}

@keyframes slideOutDown {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

100% {
	-webkit-transform: translateY(2000px);
	transform: translateY(2000px);
	opacity: 0;
}

}

@-webkit-keyframes slideOutLeft {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(-2000px);
	transform: translateX(-2000px);
	opacity: 0;
}

}

@keyframes slideOutLeft {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(-2000px);
	transform: translateX(-2000px);
	opacity: 0;
}

}

@-webkit-keyframes slideOutRight {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(2000px);
	transform: translateX(2000px);
	opacity: 0;
}

}

@keyframes slideOutRight {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(2000px);
	transform: translateX(2000px);
	opacity: 0;
}

}

@-webkit-keyframes slideOutUp {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

100% {
	-webkit-transform: translateY(-2000px);
	transform: translateY(-2000px);
	opacity: 0;
}

}

@keyframes slideOutUp {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

100% {
	-webkit-transform: translateY(-2000px);
	transform: translateY(-2000px);
	opacity: 0;
}

}

@-webkit-keyframes hinge {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
}

20%,60% {
	-webkit-transform: rotate(80deg);
	transform: rotate(80deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
}

40% {
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
}

80% {
	-webkit-transform: rotate(60deg) translateY(0);
	transform: rotate(60deg) translateY(0);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
	opacity: 1;
}

100% {
	-webkit-transform: translateY(700px);
	transform: translateY(700px);
	opacity: 0;
}

}

@keyframes hinge {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
}

20%,60% {
	-webkit-transform: rotate(80deg);
	transform: rotate(80deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
}

40% {
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
}

80% {
	-webkit-transform: rotate(60deg) translateY(0);
	transform: rotate(60deg) translateY(0);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
	opacity: 1;
}

100% {
	-webkit-transform: translateY(700px);
	transform: translateY(700px);
	opacity: 0;
}

}

@-webkit-keyframes rollIn {

0% {
	-webkit-transform: translateX(-100%) rotate(-120deg);
	transform: translateX(-100%) rotate(-120deg);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0px) rotate(0deg);
	transform: translateX(0px) rotate(0deg);
	opacity: 1;
}

}

@keyframes rollIn {

0% {
	-webkit-transform: translateX(-100%) rotate(-120deg);
	transform: translateX(-100%) rotate(-120deg);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0px) rotate(0deg);
	transform: translateX(0px) rotate(0deg);
	opacity: 1;
}

}

@-webkit-keyframes rollOut {

0% {
	-webkit-transform: translateX(0px) rotate(0deg);
	transform: translateX(0px) rotate(0deg);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(100%) rotate(120deg);
	transform: translateX(100%) rotate(120deg);
	opacity: 0;
}

}

@keyframes rollOut {

0% {
	-webkit-transform: translateX(0px) rotate(0deg);
	transform: translateX(0px) rotate(0deg);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(100%) rotate(120deg);
	transform: translateX(100%) rotate(120deg);
	opacity: 0;
}

}

@-webkit-keyframes zoomIn {

0% {
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
	opacity: 0;
}

50% {
	opacity: 1;
}

}

@keyframes zoomIn {

0% {
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
	opacity: 0;
}

50% {
	opacity: 1;
}

}

@-webkit-keyframes zoomInDown {

0% {
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	opacity: 0;
}

60% {
	-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	opacity: 1;
}

}

@keyframes zoomInDown {

0% {
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	opacity: 0;
}

60% {
	-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	opacity: 1;
}

}

@-webkit-keyframes zoomInLeft {

0% {
	-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
	transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	opacity: 0;
}

60% {
	-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
	transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	opacity: 1;
}

}

@keyframes zoomInLeft {

0% {
	-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
	transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	opacity: 0;
}

60% {
	-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
	transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	opacity: 1;
}

}

@-webkit-keyframes zoomInRight {

0% {
	-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
	transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	opacity: 0;
}

60% {
	-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
	transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	opacity: 1;
}

}

@keyframes zoomInRight {

0% {
	-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
	transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	opacity: 0;
}

60% {
	-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
	transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	opacity: 1;
}

}

@-webkit-keyframes zoomInUp {

0% {
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	opacity: 0;
}

60% {
	-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	opacity: 1;
}

}

@keyframes zoomInUp {

0% {
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	opacity: 0;
}

60% {
	-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	opacity: 1;
}

}

@-webkit-keyframes zoomOut {

0% {
	opacity: 1;
}

50% {
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
	opacity: 0;
}

100% {
	opacity: 0;
}

}

@keyframes zoomOut {

0% {
	opacity: 1;
}

50% {
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
	opacity: 0;
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes zoomOutDown {

40% {
	-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	opacity: 1;
}

100% {
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	opacity: 0;
}

}

@keyframes zoomOutDown {

40% {
	-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	opacity: 1;
}

100% {
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	opacity: 0;
}

}

@-webkit-keyframes zoomOutLeft {

40% {
	-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	opacity: 1;
}

100% {
	-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
	transform: scale(.1) translate3d(-2000px, 0, 0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	opacity: 0;
}

}

@keyframes zoomOutLeft {

40% {
	-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	opacity: 1;
}

100% {
	-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
	transform: scale(.1) translate3d(-2000px, 0, 0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	opacity: 0;
}

}

@-webkit-keyframes zoomOutRight {

40% {
	-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	opacity: 1;
}

100% {
	-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
	transform: scale(.1) translate3d(2000px, 0, 0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
	opacity: 0;
}

}

@keyframes zoomOutRight {

40% {
	-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	opacity: 1;
}

100% {
	-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
	transform: scale(.1) translate3d(2000px, 0, 0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
	opacity: 0;
}

}

@-webkit-keyframes zoomOutUp {

40% {
	-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	opacity: 1;
}

100% {
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	opacity: 0;
}

}

@keyframes zoomOutUp {

40% {
	-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	opacity: 1;
}

100% {
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	opacity: 0;
}

}

