/*!
Theme Name: Underscore
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underscore
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Underscore is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
---------------------------------------------------------------@charset "UTF-8";
/*==========================================================
                        NORMALIZE
==========================================================*/
@import url(https://hawaiicrest.com/wp/wp-content/themes/underscore/css/animate.css);
@import url("https://hawaiicrest.com/wp/wp-content/themes/underscore/css/contents.css");
@import url(//fonts.googleapis.com/earlyaccess/kokoro.css);

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


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



body {
	line-height: 1;
	font-family: 'Kiwi Maru', serif !important;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

button,
input[type='button'] {
	background: none;
	border: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	outline: none;
	outline-offset: 0;
	overflow: visible;
	cursor: pointer;
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input[type='button']::-moz-focus-inner {
	border: none;
	padding: 0;
}

input[type='time'],
input[type='url'],
input[type='month'],
input[type='week'],
input[type='color'],
input[type='datetime'],
input[type='datetime-local'],
input[type='range'],
input[type='password'] {
	outline: none;
	background-color: transparent;
	border: none;
	-webkit-appearance: none;
	border-radius: 0;
	vertical-align: baseline;
	box-shadow: none;
}

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

/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
	width: device-width;
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}
a, area, button, [role="button"], input:not([type="range"]), label, select, summary, textarea {
    touch-action: manipulation;
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

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

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

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

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

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

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

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

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

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

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

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

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

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

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

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

.order-first {
	order: -1;
}

.order-last {
	order: 13;
}

.order-0 {
	order: 0;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

.order-4 {
	order: 4;
}

.order-5 {
	order: 5;
}

.order-6 {
	order: 6;
}

.order-7 {
	order: 7;
}

.order-8 {
	order: 8;
}

.order-9 {
	order: 9;
}

.order-10 {
	order: 10;
}

.order-11 {
	order: 11;
}

.order-12 {
	order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

/*画面幅480px以下の設定
---------------------------------------------------------------------------*/
@media (max-width:480px){
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		order: -1;
	}
	.order-sm-last {
		order: 13;
	}
	.order-sm-0 {
		order: 0;
	}
	.order-sm-1 {
		order: 1;
	}
	.order-sm-2 {
		order: 2;
	}
	.order-sm-3 {
		order: 3;
	}
	.order-sm-4 {
		order: 4;
	}
	.order-sm-5 {
		order: 5;
	}
	.order-sm-6 {
		order: 6;
	}
	.order-sm-7 {
		order: 7;
	}
	.order-sm-8 {
		order: 8;
	}
	.order-sm-9 {
		order: 9;
	}
	.order-sm-10 {
		order: 10;
	}
	.order-sm-11 {
		order: 11;
	}
	.order-sm-12 {
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.33333%;
	}
	.offset-sm-2 {
		margin-left: 16.66667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33333%;
	}
	.offset-sm-5 {
		margin-left: 41.66667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33333%;
	}
	.offset-sm-8 {
		margin-left: 66.66667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33333%;
	}
	.offset-sm-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		order: -1;
	}
	.order-md-last {
		order: 13;
	}
	.order-md-0 {
		order: 0;
	}
	.order-md-1 {
		order: 1;
	}
	.order-md-2 {
		order: 2;
	}
	.order-md-3 {
		order: 3;
	}
	.order-md-4 {
		order: 4;
	}
	.order-md-5 {
		order: 5;
	}
	.order-md-6 {
		order: 6;
	}
	.order-md-7 {
		order: 7;
	}
	.order-md-8 {
		order: 8;
	}
	.order-md-9 {
		order: 9;
	}
	.order-md-10 {
		order: 10;
	}
	.order-md-11 {
		order: 11;
	}
	.order-md-12 {
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.33333%;
	}
	.offset-md-2 {
		margin-left: 16.66667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33333%;
	}
	.offset-md-5 {
		margin-left: 41.66667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33333%;
	}
	.offset-md-8 {
		margin-left: 66.66667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33333%;
	}
	.offset-md-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		order: -1;
	}
	.order-lg-last {
		order: 13;
	}
	.order-lg-0 {
		order: 0;
	}
	.order-lg-1 {
		order: 1;
	}
	.order-lg-2 {
		order: 2;
	}
	.order-lg-3 {
		order: 3;
	}
	.order-lg-4 {
		order: 4;
	}
	.order-lg-5 {
		order: 5;
	}
	.order-lg-6 {
		order: 6;
	}
	.order-lg-7 {
		order: 7;
	}
	.order-lg-8 {
		order: 8;
	}
	.order-lg-9 {
		order: 9;
	}
	.order-lg-10 {
		order: 10;
	}
	.order-lg-11 {
		order: 11;
	}
	.order-lg-12 {
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.33333%;
	}
	.offset-lg-2 {
		margin-left: 16.66667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333%;
	}
	.offset-lg-5 {
		margin-left: 41.66667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333%;
	}
	.offset-lg-8 {
		margin-left: 66.66667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333%;
	}
	.offset-lg-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		order: -1;
	}
	.order-xl-last {
		order: 13;
	}
	.order-xl-0 {
		order: 0;
	}
	.order-xl-1 {
		order: 1;
	}
	.order-xl-2 {
		order: 2;
	}
	.order-xl-3 {
		order: 3;
	}
	.order-xl-4 {
		order: 4;
	}
	.order-xl-5 {
		order: 5;
	}
	.order-xl-6 {
		order: 6;
	}
	.order-xl-7 {
		order: 7;
	}
	.order-xl-8 {
		order: 8;
	}
	.order-xl-9 {
		order: 9;
	}
	.order-xl-10 {
		order: 10;
	}
	.order-xl-11 {
		order: 11;
	}
	.order-xl-12 {
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.33333%;
	}
	.offset-xl-2 {
		margin-left: 16.66667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333%;
	}
	.offset-xl-5 {
		margin-left: 41.66667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333%;
	}
	.offset-xl-8 {
		margin-left: 66.66667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333%;
	}
	.offset-xl-11 {
		margin-left: 91.66667%;
	}
}

.container-fluid-no-gutter {
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 1199px) {
	.row {
		margin-bottom: -60px;
	}
	.row:empty {
		margin-bottom: 0;
	}
	.row > * {
		margin-bottom: 60px;
	}
}
/*画面幅480px以下の設定
---------------------------------------------------------------------------*/
@media (max-width:480px){
.row, .row > * {
	margin-bottom: 20px;
}
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: flex !important;
	}
	.d-md-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: flex !important;
	}
	.d-print-inline-flex {
		display: inline-flex !important;
	}
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	flex-grow: 0 !important;
}

.flex-grow-1 {
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	flex-shrink: 1 !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

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

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

.align-items-center {
	align-items: center !important;
}

.align-items-baseline {
	align-items: baseline !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

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

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

.align-content-center {
	align-content: center !important;
}

.align-content-between {
	align-content: space-between !important;
}

.align-content-around {
	align-content: space-around !important;
}

.align-content-stretch {
	align-content: stretch !important;
}

.align-self-auto {
	align-self: auto !important;
}

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

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

.align-self-center {
	align-self: center !important;
}

.align-self-baseline {
	align-self: baseline !important;
}

.align-self-stretch {
	align-self: stretch !important;
}

@media (min-width: 576px) {
	.flex-sm-row {
		flex-direction: row !important;
	}
	.flex-sm-column {
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.flex-sm-fill {
		flex: 1 1 auto !important;
	}
	.flex-sm-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
		flex-shrink: 1 !important;
	}
	.justify-content-sm-start {
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		justify-content: center !important;
	}
	.justify-content-sm-between {
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		align-items: center !important;
	}
	.align-items-sm-baseline {
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		align-items: stretch !important;
	}
	.align-content-sm-start {
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		align-content: center !important;
	}
	.align-content-sm-between {
		align-content: space-between !important;
	}
	.align-content-sm-around {
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		align-self: auto !important;
	}
	.align-self-sm-start {
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		align-self: center !important;
	}
	.align-self-sm-baseline {
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		flex-direction: row !important;
	}
	.flex-md-column {
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.flex-md-fill {
		flex: 1 1 auto !important;
	}
	.flex-md-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-md-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
		flex-shrink: 1 !important;
	}
	.justify-content-md-start {
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		justify-content: center !important;
	}
	.justify-content-md-between {
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		justify-content: space-around !important;
	}
	.align-items-md-start {
		align-items: flex-start !important;
	}
	.align-items-md-end {
		align-items: flex-end !important;
	}
	.align-items-md-center {
		align-items: center !important;
	}
	.align-items-md-baseline {
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		align-items: stretch !important;
	}
	.align-content-md-start {
		align-content: flex-start !important;
	}
	.align-content-md-end {
		align-content: flex-end !important;
	}
	.align-content-md-center {
		align-content: center !important;
	}
	.align-content-md-between {
		align-content: space-between !important;
	}
	.align-content-md-around {
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		align-content: stretch !important;
	}
	.align-self-md-auto {
		align-self: auto !important;
	}
	.align-self-md-start {
		align-self: flex-start !important;
	}
	.align-self-md-end {
		align-self: flex-end !important;
	}
	.align-self-md-center {
		align-self: center !important;
	}
	.align-self-md-baseline {
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		flex-direction: row !important;
	}
	.flex-lg-column {
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.flex-lg-fill {
		flex: 1 1 auto !important;
	}
	.flex-lg-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		flex-shrink: 1 !important;
	}
	.justify-content-lg-start {
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		justify-content: center !important;
	}
	.justify-content-lg-between {
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		align-items: center !important;
	}
	.align-items-lg-baseline {
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		align-items: stretch !important;
	}
	.align-content-lg-start {
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		align-content: center !important;
	}
	.align-content-lg-between {
		align-content: space-between !important;
	}
	.align-content-lg-around {
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		align-self: auto !important;
	}
	.align-self-lg-start {
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		align-self: center !important;
	}
	.align-self-lg-baseline {
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		flex-direction: row !important;
	}
	.flex-xl-column {
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.flex-xl-fill {
		flex: 1 1 auto !important;
	}
	.flex-xl-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-xl-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
		flex-shrink: 1 !important;
	}
	.justify-content-xl-start {
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		justify-content: center !important;
	}
	.justify-content-xl-between {
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		align-items: center !important;
	}
	.align-items-xl-baseline {
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		align-items: stretch !important;
	}
	.align-content-xl-start {
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		align-content: center !important;
	}
	.align-content-xl-between {
		align-content: space-between !important;
	}
	.align-content-xl-around {
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		align-self: auto !important;
	}
	.align-self-xl-start {
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		align-self: center !important;
	}
	.align-self-xl-baseline {
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		align-self: stretch !important;
	}
}

/*
* Snackbars
*/
.snackbars {
	padding: 9px 16px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	text-align: left;
	background-color: #151515;
	border-radius: 0;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	font-size: 14px;
}

.snackbars .icon-xxs {
	font-size: 18px;
}

.snackbars p span:last-child {
	padding-left: 14px;
}

.snackbars-left {
	display: inline-block;
	margin-bottom: 0;
}

.snackbars-right {
	display: inline-block;
	float: right;
	text-transform: uppercase;
}

.snackbars-right:hover {
	text-decoration: underline;
}

@media (min-width: 768px) {
	.snackbars {
		max-width: 540px;
		padding: 12px 15px;
		font-size: 15px;
	}
}



@-ms-keyframes fout {
	0% {
		transform: scale(1) translateX(0);
	}
	100% {
		transform: scale(0) translateX(0);
	}
}

@-o-keyframes fout {
	0% {
		transform: scale(1) translateX(0);
	}
	100% {
		transform: scale(0) translateX(0);
	}
}

@-webkit-keyframes fout {
	0% {
		transform: scale(1) translateX(0);
	}
	100% {
		transform: scale(0) translateX(0);
	}
}

@-moz-keyframes fout {
	0% {
		transform: scale(1) translateX(0);
	}
	100% {
		transform: scale(0) translateX(0);
	}
}

@keyframes fout {
	0% {
		transform: scale(1) translateX(0);
	}
	100% {
		transform: scale(0) translateX(0);
	}
}

/* Mail Form PlaceHolder
========================================================*/
.mfPlaceHolder {
	cursor: text;
	position: absolute;
	left: 0;
	top: 0;
	padding: 15px 19px;
	line-height: 20px;
	color: #888;
	opacity: 1;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

*:-webkit-autofill ~ .mfPlaceHolder {
	opacity: .0;
}

.mfPlaceHolder.state-1 {
	opacity: .0;
}

*:-webkit-autofill ~ .mfPlaceHolder {
	display: none;
}

.mfInput.filled .mfPlaceHolder.state-1 {
	display: none;
}

/*
* MF Validation
*/
.form-validation {
	position: absolute;
	right: 8px;
	top: 0;
	z-index: 11;
	margin-top: 2px;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0;
	color: #f00;
	transition: .3s;
}

.form-validation-left .form-validation {
	top: 100%;
	right: auto;
	left: 0;
}

/* MF Controls
========================================================*/
.mfControls {
	margin-top: 30px !important;
	word-spacing: 10px;
	text-align: left;
}

@media (max-width: 1399px) {
	.mfControls {
		text-align: center;
	}
}

.mfControls > * {
	word-spacing: normal;
	margin-bottom: 5px;
	font-family: "Kokoro", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  /* 追加 */
    transform: rotate(.03deg);
}

/* Mail Form Submit
========================================================*/
.mfInfo,
.mfProgress {
	position: fixed;
	left: 15px;
	bottom: 15px;
	padding: 17px;
	height: 54px;
	color: #fff;
	background: #111;
	border-radius: 5px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.11), 3px 4px 5px 0 rgba(0, 0, 0, 0.11);
	line-height: 20px;
	font-size: 13px;
	transition: .3s all ease;
	opacity: 0;
	visibility: hidden;
	-moz-transform: translateY(83px);
	-ms-transform: translateY(83px);
	-o-transform: translateY(83px);
	-webkit-transform: translateY(83px);
	transform: translateY(83px);
	z-index: 999;
	transform: rotate(.03deg);
}

.mfInfo .loader,
.mfProgress .loader {
	display: inline-block;
	position: relative;
	margin-right: 16px;
}

.mfInfo .loader, .mfInfo .loader:before, .mfInfo .loader:after,
.mfProgress .loader,
.mfProgress .loader:before,
.mfProgress .loader:after {
	width: 20px;
	height: 20px;
	line-height: 20px;
}

.mfInfo .loader:before, .mfInfo .loader:after,
.mfProgress .loader:before,
.mfProgress .loader:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}

.mfInfo .loader:before,
.mfProgress .loader:before {
	-webkit-animation: mfLoader 1.1s infinite linear;
	-moz-animation: mfLoader 1.1s infinite linear;
	-ms-animation: mfLoader 1.1s infinite linear;
	-o-animation: mfLoader 1.1s infinite linear;
	animation: mfLoader 1.1s infinite linear;
	border: 2px solid #fff;
	border-top-color: transparent;
	border-radius: 50%;
	opacity: 1;
	visibility: visible;
	transition: .3s all ease;
}

.mfInfo .loader:after,
.mfProgress .loader:after {
	opacity: 0;
	visibility: hidden;
	font-family: "Font Awesome 5 Free";
    font-weight: 700;
	font-size: 20px;
	transition: .6s all ease;
	-moz-transform: rotate(-90deg) scale(0);
	-ms-transform: rotate(-90deg) scale(0);
	-o-transform: rotate(-90deg) scale(0);
	-webkit-transform: rotate(-90deg) scale(0);
	transform: rotate(-90deg) scale(0);
    
    -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.mfInfo.fail,
.mfProgress.fail {
	background: #F34234;
}

.mfInfo.fail .loader:after,
.mfProgress.fail .loader:after {
	content: '\f00d';
}

.mfInfo.success,
.mfProgress.success {
	background: #2E7D32;
}

.mfInfo.success .loader:after,
.mfProgress.success .loader:after {
	content: '\f00c';
}

.mfInfo.fail .loader:before, .mfInfo.success .loader:before,
.mfProgress.fail .loader:before,
.mfProgress.success .loader:before {
	opacity: 0;
	visibility: hidden;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}

.mfInfo.fail .loader:after, .mfInfo.success .loader:after,
.mfProgress.fail .loader:after,
.mfProgress.success .loader:after {
	opacity: 1;
	visibility: visible;
	-moz-transform: rotate(0deg) scale(1);
	-ms-transform: rotate(0deg) scale(1);
	-o-transform: rotate(0deg) scale(1);
	-webkit-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
}

.mfInfo.fail, .mfInfo.success, .mfInfo.sending,
.mfProgress.fail,
.mfProgress.success,
.mfProgress.sending {
	opacity: 1;
	visibility: visible;
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

@media (min-width: 768px) {
	.mfInfo,
	.mfProgress {
		bottom: 24px;
		left: 50%;
		-moz-transform: translate(-50%, 83px);
		-ms-transform: translate(-50%, 83px);
		-o-transform: translate(-50%, 83px);
		-webkit-transform: translate(-50%, 83px);
		transform: translate(-50%, 83px);
	}
	.mfInfo.fail, .mfInfo.success, .mfInfo.sending,
	.mfProgress.fail,
	.mfProgress.success,
	.mfProgress.sending {
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@-ms-keyframes mfLoader {
	0% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes mfLoader {
	0% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes mfLoader {
	0% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes mfLoader {
	0% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes mfLoader {
	0% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*========================================================
                      Main Styles
=========================================================*/
body {
	color: #555;
	font: 400 16px/1.6875 "Kokoro", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	-webkit-text-size-adjust: none;
    -ms-font-feature-settings: "normal";
	background: #67acbc;
}

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

/*================     Typography     ===================*/
h1, h2, h3, h4, h5, h6, .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
	text-transform: uppercase;
    transform: rotate(.03deg);
	font-weight: 400;
}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .heading-1 a:hover, .heading-2 a:hover, .heading-3 a:hover, .heading-4 a:hover, .heading-5 a:hover, .heading-6 a:hover {
	color: #67acbc;
}

h1, .heading-1 {
	font-size: 50px;
	line-height: 1;
	transform: rotate(.03deg);
    font-weight: 400;
}

h2, .heading-2 {
	font-size: 40px;
	line-height: 1.25;
    transform: rotate(.03deg);
    font-weight: 400;
}

@media (max-width: 1199px) {
	h2, .heading-2 {
		font-size: 35px;
	}
}

@media (max-width: 479px) {
	h2, .heading-2 {
		font-size: 28px;
	}
}

h3, .heading-3 {
	font-size: 29px;
	line-height: 1.433333;
    transform: rotate(.03deg);
    font-weight: 400;
}

@media (max-width: 1199px) {
	h3, .heading-3 {
		font-size: 25px;
	}
}

h4, .heading-4 {
	font-size: 25px;
	line-height: 1.25;
    transform: rotate(.03deg);
    font-weight: 400;
}

h5, .heading-5 {
	font-size: 20px;
	line-height: 1.25;
    transform: rotate(.03deg);
    font-weight: 400;
}

h6, .heading-6 {
	font-size: 16px;
	text-transform: none;
	transform: rotate(.03deg);
    font-weight: 400;
}

p a:hover, .marked-list a:hover, .list a:hover {
	color: #333333;
}

p .fa, .marked-list .fa, .list .fa {
	text-decoration: none;
}

small, .small {
	font-size: .8em;
	line-height: 1.25;
}

.big {
	font-size: 1.5em;
}

time {
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
    color: #67acbc;
}
a:hover {
    color: #333333;
}
a:focus {
	outline: none;
}

a:active {
	background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
	color: inherit;
	text-decoration: none;
}

a[href^="tel:"]:hover,
a[href^="callto:"]:hover {
	color: #67acbc;
}

a[href^="mailto:"] {
	color: inherit;
}

a[href^="mailto:"]:hover {
	color: #67acbc;
}

[class*='fa-']:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
[class*='fa-facebook']:before {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.page {
	overflow: hidden;
	min-height: 500px;
}

.lt-ie9 .page {
	min-width: 1200px;
}

/*=======================================================
                       Main Layout
=========================================================*/
/*==================    Offsets      ======================*/
* + p {
	margin-top: 20px;
}

* + img {
	margin-top: 27px;
}

* + .btn {
	margin-top: 22px;
}

* + .inline-list {
	margin-top: 48px;
}

* + .list {
	margin-top: 20px;
}

* + .mailform {
	margin-top: 27px;
}

* + .terms-list {
	margin-top: 20px;
}

* + .resp-tabs {
	margin-top: 20px;
}

* + .row {
	margin-top: 19px;
}

p + p {
	margin-top: 27px;
}

img + p {
	margin-top: 22px;
}

h6 + p {
	margin-top: 14px;
}

@media (max-width: 991px) {
	.box + .box {
		margin-top: 60px;
	}
}

.offset-0 {
	margin-top: 0 !important;
}

.offset-1 {
	margin-top: 8px;
}

.offset-3 {
	margin-top: 10px;
}

/*==================    Postfix      ======================*/
/*==================    Preffix      ======================*/
/*==================    Insets      ======================*/
.inset {
	padding-right: 0;
	padding-left: 30px;
}

@media (max-width: 991px) {
	.inset {
		padding-right: 0px;
		padding-left: 0px;
	}
}

.inset-1 {
	padding-left: 56px;
}

@media (max-width: 1199px) {
	.inset-1 {
		padding-left: 51px;
	}
}

@media (max-width: 991px) {
	.inset-1 {
		padding-left: 15px;
	}
}

.inset-2 {
	padding-right: 45px;
}

@media (max-width: 1199px) {
	.inset-2 {
		padding-right: 30px;
	}
}

@media (max-width: 991px) {
	.inset-2 {
		padding-right: 15px;
	}
}

.inset-3 {
	padding-top: 90px;
}

.inset-4 {
	padding-left: 45px;
}

@media (max-width: 1199px) {
	.inset-4 {
		padding-left: 30px;
	}
}

@media (max-width: 991px) {
	.inset-4 {
		padding-left: 15px;
	}
}

.inset-5 {
	padding-right: 56px;
}

@media (max-width: 1199px) {
	.inset-5 {
		padding-right: 51px;
	}
}

@media (max-width: 991px) {
	.inset-5 {
		padding-right: 15px;
	}
}

.inset-6 {
	padding-left: 56px;
}

@media (max-width: 1199px) {
	.inset-6 {
		padding-left: 0;
		padding-right: 0;
	}
}

.inset-7 {
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 991px) {
.inset-7 {
    padding-left: 15px;
    padding-right: 15px;
}
}
.inset-8 {
    padding-top: 22px;
}
.inset-9 {
    padding-top: 0;
}
/*画面幅1024px以下の設定
---------------------------------------------------------------------------*/
@media (max-width:1024px){
.inset-8 {
    padding-top: 80px;
}
.inset-9 {
    padding-top: 80px;
}
}
/*画面幅480px以下の設定
---------------------------------------------------------------------------*/
@media (max-width:480px){
.inset-8 {
    padding-top: 0;
}
.inset-9 {
    padding-top: 30px;
}
}


/*==================      Well     ======================*/
.well {
	padding-top: 55px;
	padding-bottom: 55px;
}

@media (min-width: 768px) {
	.well-lg {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}

@media (min-width: 768px) {
	.well-sm {
		padding-top: 75px;
		padding-bottom: 90px;
	}
}

.well-xl {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media (min-width: 768px) {
	.well-xl {
		padding-top: 240px;
		padding-bottom: 240px;
	}
}

.well-xl-variant-1 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.well-inset {
	padding-top: 20px;
}

@media (min-width: 768px) {
	.well-inset-2 {
		padding-bottom: 90px;
	}
}

@media (min-width: 768px) {
	.well-inset-3 {
		padding-bottom: 160px;
	}
}
.well-inset-4 {
	padding-top: 0;
    padding-bottom: 20px;
}
.well-parallax {
	padding-top: 120px;
	padding-bottom: 120px;
	min-height: 100vh;
}

@media (min-width: 768px) {
	.ie-11 .well-parallax {
		height: 100vh;
	}
}

@media (min-width: 1200px) {
	.well-parallax {
		padding-top: 80px;
		padding-bottom: 140px;
	}
}

.well-parallax.jumbotron {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

@media (max-width: 767px) {
	.well-parallax.jumbotron .btn {
		display: block;
	}
}

.well-sm-variant-1 {
	padding-top: 5px;
	padding-bottom: 27px;
}

.well-xl {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media (min-width: 768px) {
	.well-sm-variant-1 {
		padding-top: 25px;
		padding-bottom: 70px;
	}
	.well-xl {
		padding-top: 240px;
		padding-bottom: 240px;
	}
}

.well-xl-variant-1 {
	padding-top: 130px;
	padding-bottom: 63px;
}

.well-p {
	padding: 55px 0 115px;
}
.well-5 {
	padding: 50px 0 0;
}
.well-6 {
	padding: 50px 0;
}
.well-7 {
	padding: 35px 0;
}
.well-8 {
	padding: 70px 0;
}
/*画面幅1200px以上の設定  
---------------------------------------------------------------------------*/
@media (min-width: 1200px) {
.well-7 {
	padding: 0;
}
}
/*画面幅1024px以下の設定
---------------------------------------------------------------------------*/
@media (max-width:1024px){
.well-6 {
    padding: 20px 0 50px;
}
}
/*画面幅800px以下の設定
---------------------------------------------------------------------------*/
@media (max-width:800px){
.well-7 {
	padding: 30px 0 0;
}
}
/*画面幅480px以下の設定
---------------------------------------------------------------------------*/
@media (max-width:480px){
.well {
    padding: 30px 0 55px 0;
}
.well-6 {
	padding: 15px 0 0;
}
.well-8 {
	padding: 55px 0;
}
.well-p {
	padding: 10px 0 20px;
}
}
@media (max-width: 991px) {
	.well-sm-bottom {
		padding-bottom: 0;
	}
}
/*
.well-2 {
	padding: 93px 0 101px;
}

.well-2--inset-1 {
	padding-bottom: 95px;
}

.well-3 {
	padding: 130px 0;
}

.well-4 {
	padding-top: 90px;
}*/


/*=======================================================
                        Sidebars
=========================================================*/
/*
* @subsection
*/
.sidebar {
	font-size: 15px;
    transform: rotate(.03deg);
    font-weight: 400;
}

.sidebar .img-box {
	text-align: center;
}

.sidebar .img-box img {
	padding: 5px;
	transition: 0.2s;
	display: inline-block;
}

.sidebar .img-box img:hover {
	border-radius: 20px;
}

.sidebar * + h5 {
	margin-top: 50px;
}

/*画面幅480px以下の設定
---------------------------------------------------------------------------*/
@media (max-width:480px){
.sidebar {
	margin-bottom: -90px;
}
}
@media (min-width: 992px) {
	.sidebar * + h5 {
		margin-top: 75px;
	}
	.sidebar .img-box {
		margin-left: -5px;
		margin-right: -5px;
	}
	.sidebar .img-box img {
		width: 50%;
	}
}

@media (min-width: 1200px) {
	.sidebar .img-box img {
		width: auto;
	}
}

/*=======================================================
                        Helpers
=========================================================*/
/*================    Basic Helpers    ==================*/
.round {
	border-radius: 50%;
}

.full {
	position: relative;
	width: 100%;
	z-index: 1;
}

/*==================    Text Styling      ======================*/
.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.strike {
	text-decoration: line-through;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

.lowercase {
	text-transform: lowercase;
}

.thin {
	font-weight: 100;
}

.light {
	font-weight: 400;
}

.normal {
	transform: rotate(.03deg);
    font-weight: 400;
    font-size: 27px;
    line-height: 1.25;
}
/*画面幅800px以下の設定
---------------------------------------------------------------------------*/
@media (max-width:800px){
.normal {
    font-size: 22px;
}
}
.medium {
	font-weight: 500;
}

.sbold {
	font-weight: 600;
}

strong, .bold {
	font-weight: 700;
}

.ubold {
	font-weight: 900;
}

/*==================     Text Align    ======================*/
.text-center {
	text-align: center;
}

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

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

@media (max-width: 1199px) {
	.text-md-center {
		text-align: center;
	}
	.text-md-right {
		text-align: right;
	}
	.text-md-left {
		text-align: left;
	}
}

@media (max-width: 991px) {
	.text-sm-center {
		text-align: center;
	}
	.text-sm-right {
		text-align: right;
	}
	.text-sm-left {
		text-align: left;
	}
}

@media (max-width: 767px) {
	.text-xs-center {
		text-align: center;
	}
	.text-xs-right {
		text-align: right;
	}
	.text-xs-left {
		text-align: left;
	}
}

@media (max-width: 479px) {
	.text-xxs-center {
		text-align: center;
	}
	.text-xxs-right {
		text-align: right;
	}
	.text-xxs-left {
		text-align: left;
	}
}

/*================      Floating      =================*/
.pull-left {
	float: left;
}

.pull-none {
	float: none;
}

.pull-right {
	float: right;
}

@media (max-width: 1199px) {
	.pull-md-none {
		float: none;
	}
	.pull-md-right {
		float: right;
	}
	.pull-md-left {
		float: left;
	}
}

@media (max-width: 991px) {
	.pull-sm-none {
		float: none;
	}
	.pull-sm-right {
		float: right;
	}
	.pull-sm-left {
		float: left;
	}
}

@media (max-width: 767px) {
	.pull-xs-none {
		float: none;
	}
	.pull-xs-right {
		float: right;
	}
	.pull-xs-left {
		float: left;
	}
}

/*================       Colors       ==================*/
.text-default {
	color: #fff;
}

.text-contrast {
	color: #000;
}

.text-primary {
	color: #67acbc;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
	background: #67acbc;
}

.bg-contrast {
	background: #000;
}

.bg-default {
	background: #fff;
}

.bg-primary-variant-1 {
	background: rgba(103, 172, 188, 0.8);
	color: #FFFFFF;
}

.bg-primary-variant-1 h1, .bg-primary-variant-1 h2, .bg-primary-variant-1 h3, .bg-primary-variant-1 h4, .bg-primary-variant-1 h5, .bg-primary-variant-1 h6, .bg-primary-variant-1 .heading-1, .bg-primary-variant-1 .heading-2, .bg-primary-variant-1 .heading-3, .bg-primary-variant-1 .heading-4, .bg-primary-variant-1 .heading-5, .bg-primary-variant-1 .heading-6 {
	color: #FFFFFF;
}

.bg-contrast-variant-1 {
	background: #333333;
	color: #FFFFFF;
}

.bg-contrast-variant-2 {
	background: rgba(51, 51, 51, 0.8);
	color: #FFFFFF;
}

.bg-contrast-variant-2 h1, .bg-contrast-variant-2 h2, .bg-contrast-variant-2 h3, .bg-contrast-variant-2 h4, .bg-contrast-variant-2 h5, .bg-contrast-variant-2 h6, .bg-contrast-variant-2 .heading-1, .bg-contrast-variant-2 .heading-2, .bg-contrast-variant-2 .heading-3, .bg-contrast-variant-2 .heading-4, .bg-contrast-variant-2 .heading-5, .bg-contrast-variant-2 .heading-6 {
	color: #FFFFFF;
}

.bg-contrast-variant-2__before {
	position: relative;
}

.bg-contrast-variant-2__before:before {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	width: 5000px;
	height: 100%;
	background: rgba(51, 51, 51, 0.8);
}

@media (max-width: 991px) {
	.bg-contrast-variant-2__before:before {
		display: none;
	}
}

.bg-contrast-variant-2__after {
	position: relative;
}

.bg-contrast-variant-2__after:after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	width: 5000px;
	height: 100%;
	background: rgba(51, 51, 51, 0.8);
}

@media (max-width: 991px) {
	.bg-contrast-variant-2__after:after {
		display: none;
	}
}

.bg-fixed {
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

/*@media (max-width: 1199px) {
	.bg-fixed {
		background-attachment: scroll;
	}
}*/

.bg-fixed__mod {
	position: relative;
}

.bg-fixed__mod * {
	position: relative;
	z-index: 2;
}

.bg-fixed__mod:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(51, 51, 51, 0.8);
	z-index: 1;
}

.bg-img-1 {
	background-image: url("https://hawaiicrest.com/wp/wp-content/themes/underscore/images/parallax1.jpg");
}

.bg-img-2 {
	background-image: url("https://hawaiicrest.com/wp/wp-content/themes/underscore/images/top02.JPG");
}

.bg-img-3 {
	background-image: url("https://hawaiicrest.com/wp/wp-content/themes/underscore/images/parallax3_new.JPG");
}

.bg-img-4 {
	background-image: url("https://hawaiicrest.com/wp/wp-content/themes/underscore/images/bg-02.png");
}

.bg-img-6 {
	background-image: url("https://hawaiicrest.com/wp/wp-content/themes/underscore/images/parallax6.jpg");
}

.bg-img-7 {
	background-image: url("https://hawaiicrest.com/wp/wp-content/themes/underscore/images/parallax7.png");
}

/*画面幅1024px以下の設定
---------------------------------------------------------------------------*/
@media (max-width:1024px){
.bg-img-3 {
	background-image: url("https://hawaiicrest.com/wp/wp-content/themes/underscore/images/parallax3_new.JPG");
    max-height: 439px;
}
.bg-img-3 {
	background-image: url("https://hawaiicrest.com/wp/wp-content/themes/underscore/images/parallax3_new.JPG") !important;
}
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
	display: inline-block;
}
/*画面幅1024px以下の設定
---------------------------------------------------------------------------*/
@media (min-width:1024px){
.brand {
    padding-top: 5px;
}
}
/*画面幅1199px以下の設定
---------------------------------------------------------------------------*/
@media (max-width: 1199px) {
.brand {
	display: inline-block;
    width: 240px;
    position: relative;
    top: -3px;
    margin: 0 auto;
    padding: 0;
}
}


.brand_name {
	overflow: hidden;
	display: inline-block;
	color: #67acbc;
}

.brand_slogan {
	display: inline-block;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	vertical-align: bottom;
}

.brand_slogan span {
	color: #333;
    font-family: "Abril Fatface";
    font-weight: 400;
}

.brand_name + .brand_slogan {
	margin-top: 0;
}

/*==================    Images     ======================*/
.image-wrap-1 img {
	margin-top: 7px;
}

.image-wrap-2:before, .image-wrap-2:after {
	display: table;
	content: '';
	line-height: 0;
}

.image-wrap-2:after {
	clear: both;
}

.image-wrap-2 img {
	float: right;
	max-width: none;
}

@media (max-width: 1299px) {
	.image-wrap-2 img {
		max-width: 100%;
	}
}

.image-wrap-3 {
	position: relative;
}

.image-wrap-3 img {
	position: absolute;
	top: 0;
	right: 100%;
	margin-right: -56px;
	height: 100%;
	max-width: none;
}

@media (max-width: 1199px) {
	.image-wrap-3 img {
		margin-right: -51px;
	}
}

@media (max-width: 991px) {
	.image-wrap-3 img {
		position: static;
		margin-right: 0;
		max-width: 100%;
		height: auto;
	}
}

.image-wrap-3-mod {
	position: relative;
}

.image-wrap-3-mod img {
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: -56px;
	height: 100%;
	max-width: none;
}

@media (max-width: 1199px) {
	.image-wrap-3-mod img {
		margin-left: -51px;
	}
}

@media (max-width: 991px) {
	.image-wrap-3-mod img {
		position: static;
		margin-left: 0;
		max-width: 100%;
		height: auto;
	}
}

.image-wrap-4 {
	position: relative;
}

.image-wrap-4 img.img-left {
	position: absolute;
	right: 45px;
	top: 0;
	max-width: none;
	z-index: 0;
}

@media (max-width: 1499px) {
	.image-wrap-4 img.img-left {
		display: none;
	}
}

/*==================     Icons     ======================*/
/*
* @subsection   Icons
*/
.icon {
	display: inline-block;
    text-align: center;
}
.icon-xs {
	width: 60px;
	height: 60px;
	line-height: 56px;
	font-size: 28px;
	border-width: 2px;
}
.icon-sm {
	line-height: inherit;
	font-size: 30px;
}
.icon-md {
	line-height: inherit;
	font-size: 35px;
	border-width: 2px;
}
.icon-lg {
	line-height: inherit;
	font-size: 70px;
	border-width: 2px;
}
.icon-xl {
	line-height: 96px;
	font-size: 74px;
	border-width: 2px;
}
.icon-xxl {
	line-height: 1.2;
	font-size: 127px;
	border-width: 2px;
}

@media (max-width: 991px) {
	.icon-xxl {
		font-size: 90px;
	}
}

.icon.fa-facebook,
.icon.fa-twitter,
.icon.fa-google-plus,
.icon.fa-skype,
.icon.fa-instagram {
	font-size: 18px;
	line-height: 18px;
}

.icon.fa-facebook:hover,
.icon.fa-twitter:hover,
.icon.fa-google-plus:hover,
.icon.fa-skype:hover,
.icon.fa-instagram:hover {
	color: #333333;
}

.fa-chain:before, .fa-link:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0c1';
}

.icon-default {
	color: #262032;
	border-color: transparent;
}
.icon-primary {
	color: #14a5eb;
}
.icon-light {
	color: #c5d4dc;
}
a.icon-primary:hover {
	color: #262032;
}
.page-item-control .icon::before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	font-size: 11px;
	line-height: 24px;
}
.page-item-control:first-child .icon::before {
	content: '\f053';
	margin-left: -1px;
}
.page-item-control:last-child .icon::before {
	content: '\f054';
	margin-right: -1px;
}


/*==================    Buttons    ======================*/
.btn {
    font-family: "Kokoro", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: rotate(.03deg);
    font-size: 16px;
	display: inline-block;
	background: transparent;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}

.btn .insider {
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.btn .insider:after {
	content: '';
	background-color: #fff;
	width: 100%;
	height: 20px;
	position: absolute;
	left: -100%;
	top: 50%;
	margin-top: -10px;
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.btn:hover .insider:after {
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	left: 100%;
}

.btn-md {
	line-height: 20px;
	padding: 15px 30px;
}

.btn-primary {
	color: #FFFFFF;
	background: #67acbc;
}

.btn-primary:hover {
	color: #67acbc;
	background: rgba(103, 172, 188, 0.22);
}

.btn-primary:active {
	-webkit-box-shadow: 1px 1px 5px #67acbc;
	-moz-box-shadow: 1px 1px 5px #67acbc;
	box-shadow: 1px 1px 5px #67acbc;
}

/*==================      Box      ======================*/
.box .box__middle {
	vertical-align: middle;
}

.box .box__bottom {
	vertical-align: bottom;
}

.box .box_left img, .box .box_right img {
	max-width: none;
}

.box_left, .box_right, .box_body {
	padding: 0;
	display: table-cell;
	vertical-align: top;
}

.box .box_left {
	padding-right: 30px;
}

.box .box_right {
	padding-left: 30px;
}

@media (max-width: 479px) {
	.box-xxs-clear .box_left img, .box-xxs-clear .box_right img {
		max-width: 100%;
	}
	.box-xxs-clear .box_left,
	.box-xxs-clear .box_right,
	.box-xxs-clear .box_body {
		padding: 0;
		display: block;
		vertical-align: top;
	}
	.box-xxs-clear .box_left {
		padding-bottom: 30px;
	}
	.box-xxs-clear .box_right {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.box-xs-clear .box_left img, .box-xs-clear .box_right img {
		max-width: 100%;
	}
	.box-xs-clear .box_left,
	.box-xs-clear .box_right,
	.box-xs-clear .box_body {
		padding: 0;
		display: block;
		vertical-align: top;
	}
	.box-xs-clear .box_left {
		padding-bottom: 30px;
	}
	.box-xs-clear .box_right {
		padding-top: 30px;
	}
}

@media (max-width: 991px) {
	.box-sm-clear .box_left img, .box-sm-clear .box_right img {
		max-width: 100%;
	}
	.box-sm-clear .box_left,
	.box-sm-clear .box_right,
	.box-sm-clear .box_body {
		padding: 0;
		display: block;
		vertical-align: top;
	}
	.box-sm-clear .box_left {
		padding-bottom: 30px;
	}
	.box-sm-clear .box_right {
		padding-top: 30px;
	}
}

@media (max-width: 1199px) {
	.box-md-clear .box_left img, .box-md-clear .box_right img {
		max-width: 100%;
	}
	.box-md-clear .box_left,
	.box-md-clear .box_right,
	.box-md-clear .box_body {
		padding: 0;
		display: block;
		vertical-align: top;
	}
	.box-md-clear .box_left {
		padding-bottom: 30px;
	}
	.box-md-clear .box_right {
		padding-top: 30px;
	}
}

.box-lg_left img, .box-lg_right img {
	max-width: none;
}

.box-lg_left, .box-lg_right, .box-lg_body {
	display: table-cell;
}

.box-lg_body {
	vertical-align: middle;
	padding: 40px 40px;
}

@media (max-width: 479px) {
	.box-lg_body {
		padding: 40px 15px;
	}
}

@media (max-width: 991px) {
	.box-lg .box-lg_left img, .box-lg .box-lg_right img {
		max-width: 100%;
		width: 100%;
	}
	.box-lg .box-lg_left,
	.box-lg .box-lg_right,
	.box-lg .box-lg_body {
		display: block;
		vertical-align: top;
	}
}

/*画面幅480px以下の設定
---------------------------------------------------------------------------*/
@media (max-width:480px){
.box-lg .box-lg_left img, .box-lg .box-lg_right img {
		max-width: 70%;
		width: 100%;
}
}

/*==================   Index List  ======================*/
.index-list {
	counter-reset: li;
}

.index-list > li:first-child > .index-list__counter {
	padding-left: 66px;
}

.index-list > li > .index-list__counter {
	padding-left: 106px;
	padding-top: 80px;
	position: relative;
}

.index-list > li > .index-list__counter:before {
	content: counter(li, decimal);
	counter-increment: li;
	position: absolute;
	left: -5px;
	bottom: 0;
	font: 700 150px/130px "Kokoro", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  /* 追加 */
    transform: rotate(.03deg);
	color: #67acbc;
	opacity: 0.15;
}

.index-list li.col-md-1:nth-child(12n + 13),
.index-list li.col-md-2:nth-child(6n + 7),
.index-list li.col-md-3:nth-child(4n + 5),
.index-list li.col-md-4:nth-child(3n + 4),
.index-list li.col-md-6:nth-child(2n + 3) {
	clear: left;
}

/*==================  Inline List  ======================*/
.inline-list li {
	display: inline-block;
}

.inline-list li + li {
	margin-left: 14px;
}

/*==================  List  ======================*/
.list li {
	color: #67acbc;
}

.list li + li {
	margin-top: 10px;
}

/*==================  Terms List  ======================*/
.terms-list dt + dd {
	margin-top: 13px;
}

.terms-list dd + dt {
	margin-top: 35px;
}

.terms-list + * {
	margin-top: 27px;
}

/*==================  Contact-info   ======================*/
.contact-info {
	display: inline-block;
}

.contact-info p + dl {
	margin-top: 15px;
}

.contact-info dl {
	text-align: left;
	min-width: 290px;
}

.contact-info dl:before, .contact-info dl:after {
	display: table;
	content: '';
	line-height: 0;
}

.contact-info dl:after {
	clear: both;
}

@media (max-width: 991px) {
	.contact-info dl {
		min-width: 100%;
	}
}

.contact-info dl dt {
	float: left;
}

.contact-info dl dd {
	float: right;
}

.contact-info dl.email dt, .contact-info dl.email dd {
	float: none;
	display: inline-block;
}

.contact-info dl.email dt a[href^="mailto:"], .contact-info dl.email dd a[href^="mailto:"] {
	text-decoration: underline;
}

/*==================  Post   ======================*/
.post {
	overflow: hidden;
	position: relative;
}

.post img {
	width: 100%;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.post_cnt {
	color: #fff;
	position: absolute;
	z-index: 2;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 22%;
	right: 16%;
}

.post_cnt h1, .post_cnt h2, .post_cnt h3, .post_cnt h4, .post_cnt h5, .post_cnt h6, .post_cnt .heading-1, .post_cnt .heading-2, .post_cnt .heading-3, .post_cnt .heading-4, .post_cnt .heading-5, .post_cnt .heading-6 {
	color: #fff;
}

@media (max-width: 1799px) {
	.post_cnt {
		left: 10%;
		right: 10%;
	}
}

@media (max-width: 1499px) {
	.post_cnt {
		text-align: center;
		left: 15px;
		right: 15px;
	}
	.post_cnt h2 {
		font-size: 30px;
	}
}

@media (max-width: 991px) {
	.post_cnt h2 {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.post_cnt h2 {
		font-size: 35px;
	}
}

@media (max-width: 479px) {
	.post_cnt h2 {
		font-size: 30px;
	}
}

.post:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

/*==================  Quote   ======================*/
.quote {
	position: relative;
	padding-left: 39px;
}

.quote:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\f10d';
	font: 700 18px/32px "Font Awesome 5 Free";
	color: #67acbc;
    
    -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.quote q, .quote cite {
	display: block;
}

.quote q + cite {
	margin-top: 15px;
}

/*==================  Banner   ======================*/
.banner,
.banner_2 {
	min-height: 390px;
	padding: 30px 0;
	width: 100%;
	position: relative;
}
.banner_cnt {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    padding: 30px;
    font-size: 14px;
}
div.banner_cnt h2 {
    font-size: 37px;
    line-height: 1.25;
    transform: rotate(.03deg);
    font-weight: 400;
}
div.banner_cnt h2 span.normal {
    transform: rotate(.03deg);
    font-weight: 400;
    font-size: 25px;
    line-height: 1.25;
}
div.banner_cnt a.btn-md {
    width: 100%;
}

@media (max-width: 1199px) {
	div.banner_cnt {
		padding-left: 20px;
		padding-right: 20px;
	}
    div.banner_cnt h2 {
    font-size: 33px;
	}
    div.banner_cnt h2 span.normal {
    font-size: 23px;
	}
}
@media (max-width: 479px) {
    div.banner_cnt h2 {
    font-size: 30px;
	}
    div.banner_cnt h2 span.normal {
    font-size: 20px;
	}
}

.banner__mod {
	min-height: 420px;
}
/*画面幅480px以下の設定
---------------------------------------------------------------------------*/
@media (max-width:480px){
.banner__mod {
	min-height: 300px;
}
}

.banner__mod-2 .banner_cnt {
	padding-right: 0;
	padding-left: 36px;
	top: 52%;
}

@media (max-width: 991px) {
	.banner__mod-2 .banner_cnt {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (max-width: 479px) {
	.banner__mod-2 .banner_cnt {
		position: static;
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		padding-right: 10px;
		padding-left: 10px;
	}
}

.banner__mod-3 .banner_cnt {
	top: 45%;
}

.banner__mod-4 .banner_cnt {
	padding-right: 40px;
	padding-left: 0;
	top: 49%;
}

@media (max-width: 991px) {
	.banner__mod-4 .banner_cnt {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (max-width: 479px) {
	.banner__mod-4 .banner_cnt {
		position: static;
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		padding-right: 10px;
		padding-left: 10px;
	}
}

.banner__mod_5 {
	min-height: 420px;
}
/*画面幅800px以下の設定
---------------------------------------------------------------------------*/
@media (max-width:800px){
.banner__mod_5 {
	min-height: 300px;
}
.banner_2 {
	min-height: 300px;
	padding: 30px 0;
	width: 70%;
}
}
/*画面幅480px以下の設定
---------------------------------------------------------------------------*/
@media (max-width:480px){

}

/*=======================================================
                     Script Modules
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
	display: inline-block;
}
.sf-menu:before, .sf-menu:after {
	display: table;
	content: '';
	line-height: 0;
}
.sf-menu:after {
	clear: both;
}
.sf-menu > li {
	position: relative;
	float: left;
}
.sf-menu > li + li {
	margin-left: 32px;
}
.sf-menu a {
	display: block;
}
.sf-menu > li > a {
	font-size: 15px;
	line-height: 20px;
    transform: rotate(.03deg);
	color: #67acbc;
	text-transform: uppercase;
}

.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
	color: #333333;
}
.sf-menu > li.active > a {
	color: #333333;
}
.sf-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -10px;
	width: 220px;
	margin-top: 15px;
	padding: 20px 10px;
	background: #333;
	z-index: 30;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.sf-menu ul > li > a {
	color: #FFF;
	font-size: 15px;
	line-height: 30px;
	transform: rotate(.03deg);
	padding: 0 15px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
	color: #FFF;
	background: #67acbc;
}
.sf-menu ul ul {
	position: absolute;
	top: 23%;
	left: 102%;
	width: 150px;
	margin-top: 0;
	z-index: 4;
	padding: 20px 0;
	background: #333;
}

.sf-menu > li > .sf-with-ul {
	position: relative;
}
.sf-menu > li > .sf-with-ul:before {
	position: absolute;
	/*left: 50%;
	top: 65%;*/
    left: 125%;
    top: 35%;
	margin-left: -6px;
	content: '';
	border-top: 5px solid #67acbc;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    
    -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.sf-menu > li.active > a:before {
    border-top: 5px solid #333333;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
}
.sf-menu > li.sfHover > a:before {
    border-top: 5px solid #67acbc;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
}

@media (max-width: 991px) {
	.sf-menu {
		display: none;
	}
}

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 999;
	text-align: left;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.rd-mobilemenu.active {
	right: 0;
}
.rd-mobilemenu_ul {
	position: fixed;
	top: -56px;
	left: 0;
	bottom: -56px;
	width: 240px;
	padding: 132px 0 76px;
	color: #666;
	background: #FFF;
	font-size: 14px;
	line-height: 20px;
	overflow: auto;
	-webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	-moz-transform: translateX(-240px);
	-ms-transform: translateX(-240px);
	-o-transform: translateX(-240px);
	-webkit-transform: translateX(-240px);
	transform: translateX(-240px);
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	-moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	-o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	-webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.rd-mobilemenu_ul li.active > a {
	background: #f5f5f5;
	color: #2d2d2d;
}
.rd-mobilemenu_ul a {
	display: block;
	padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a:hover {
	background: #67acbc;
	color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
	position: absolute;
	top: 50%;
	right: 11px;
	margin-top: -17.5px;
	width: 32px;
	height: 32px;
	font: 700 13px "Font Awesome 5 Free";
	line-height: 32px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	z-index: 1;
	background: rgba(0, 0, 0, 0.1);
    
    -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
	content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
	background: #FFF;
	color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
	position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
	padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
	padding-left: 60px;
}
.rd-mobilemenu_ul:after {
	content: '';
	display: block;
	height: 20px;
}
.rd-mobilepanel {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 56px;
	background: #FFF;
	color: #000;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	z-index: 999;
}
.rd-mobilepanel_title {
	position: fixed;
	top: 4px;
	left: 56px;
	right: 56px;
	color: #000;
	font-size: 24px;
	line-height: 48px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*画面幅480px以下の設定
---------------------------------------------------------------------------*/
@media (max-width:480px){
.rd-mobilepanel_title {
	font-size: 13px;
}
}

.rd-mobilepanel_toggle {
	position: fixed;
	top: 4px;
	left: 8px;
	width: 48px;
	height: 48px;
}
.rd-mobilepanel_toggle span {
	position: relative;
	display: block;
	margin: auto;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
	content: '';
	position: absolute;
	left: 0;
	top: -8px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
	top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
	width: 24px;
	height: 4px;
	background-color: #000;
	backface-visibility: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
	-webkit-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0s;
	transition-delay: 0.3s, 0s;
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
	transition: background .3s 0s ease;
	background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
	top: 0;
	-webkit-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media (max-width: 991px) {
	body {
		padding-top: 56px;
	}
	.rd-mobilemenu, .rd-mobilepanel {
		display: block;
	}
}

@media (max-width: 359px) {
	.rd-mobilepanel_title {
		font-size: 18px;
	}
}

/*==================  Stuck menu  ======================*/
.stuck_container > .container {
	display: flex;
	justify-content: space-between;
}
.isStuck {
	background: #fff;
	z-index: 999;
	border-bottom: 4px solid #67acbc;
}

@media only screen and (max-width: 991px) {
	.isStuck {
		display: none !important;
	}
}

/*==================     ToTop     ======================*/
.ui-to-top {
	width: 50px;
	height: 50px;
	font-size: 24px;
	/*line-height: 46px;*/
	color: #fff;
	background: #67acbc;
	border-radius: 50%;
	-webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
	position: fixed;
	right: 40px;
	bottom: 40px;
    padding: 12px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 20;
	transition: .45s all ease-in-out;
	transform: translate3d(0, 100px, 0);
}
.ui-to-top:hover {
	color: #fff;
	background: #333333;
	text-decoration: none;
}
.ui-to-top.active {
	transform: translate3d(0, 0, 0);
}
.ui-to-top::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
}
/*.mobile .ui-to-top,
.tablet .ui-to-top {
	display: none !important;
}*/

/*==================  RD Parallax    ======================*/
.parallax-content {
	position: relative;
	z-index: 1;
}
.parallax-container {
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
}
.material-parallax {
	position: absolute;
	top: 0;
	left: -1px;
	right: -1px;
	bottom: 0;
	z-index: 0;
	background-position: center center;
}
.ipad .parallax-container,
.iphone .parallax-container {
	background-attachment: scroll !important;
}
.material-parallax img {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 0;
	min-width: 101%;
	min-height: 101%;
	max-width: none;
	transform: translate3d(-50%, 0, 0);
}
.parallax--mod:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(51, 51, 51, 0.8);
	z-index: 1;
}

/*=================       Tabs     ======================*/
.resp-tabs-list li {
	cursor: pointer;
	display: inline-block;
	color: #67acbc;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.resp-tabs-list li + li {
	margin-left: 26px;
}

@media (max-width: 991px) {
	.resp-tabs-list li + li {
		margin-left: 10px;
	}
}

.resp-tabs-list li:hover {
	color: #333333;
}

.resp-tabs-list li.resp-tab-active {
	color: #333333;
}

* + .resp-tabs-container {
	margin-top: 32px;
}

.resp-accordion {
	display: none;
}

.resp-tab-content {
	display: none;
}

.resp-tab-content-active {
	display: block;
}

@media (max-width: 767px) {
	.resp-accordion {
		display: block;
		background: #67acbc;
		color: #FFFFFF;
		text-align: center;
		cursor: pointer;
		font-size: 20px;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.resp-accordion:hover {
		background: #4995a7;
	}
	.resp-accordion.resp-tab-active {
		background: #4995a7;
	}
	.resp-tabs-list {
		display: none;
	}
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
	background: #FFFFFF;
	padding: 15px 0;
    height: 95px;
}

header .nav {
	padding: 20px 0;
	line-height: 1;
    margin: auto 0;
}

@media (max-width: 991px) {
	header {
		text-align: center;
	}
	header .brand, header .nav {
		float: none;
	}
}

header.subpage-mod {
	border-bottom: 4px solid #67acbc;
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
	display: block;
	background: #FFFFFF;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
/*
* @section      Page Footer
* @description  This section holds specific style redeclarations for some
*               of common elements in page footer
*/
.page-footer {
	border-top: 1px solid #ebebeb;
	/*
	* @section      Footer centered
	* @description  This section holds specific style redeclarations for some
	*               of common elements in page footer
	*/
	/*
	* @section      Footer minimal
	* @description  This section holds specific style redeclarations for some
	*               of common elements in page footer
	*/
	/*
	* @section      Footer widget
	* @description  This section holds specific style redeclarations for some
	*               of common elements in page footer
	*/
}

.page-footer h6 {
	font-size: 18px;
	line-height: 24px;
	color: #343842;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-bottom: 26px;
}

.page-footer .list-inline > li {
	border: none;
	font-size: 20px;
}

@media (min-width: 1200px) {
	.page-footer .list-inline > li {
		font-size: 24px;
	}
}

.page-footer .list-inline > li a {
	color: #e1e1e1;
}

.page-footer .list-inline > li a:hover {
	color: #14a5eb;
}

.page-footer .group + p {
	margin-top: 48px;
}

.page-footer .navbar-brand a {
	color: #343842;
}

.page-footer .copyright {
	background: #f5f5f5;
	padding-top: 18px;
	padding-bottom: 24px;
	font-size: 13px;
	letter-spacing: 0.02em;
}

.page-footer .copyright * {
	color: #a7b0b4;
}

.page-footer .copyright a {
	white-space: nowrap;
}

.page-footer .copyright a:hover {
	color: #14a5eb;
}

.page-footer.dark .copyright {
	background: #67acbc;/*#202538*/
}

.page-footer.dark .copyright * {
	color: #4e5673;
}

.page-footer.dark .copyright a:hover {
	color: #fff;
}

.page-footer.dark .footer-content {
	background: #94c4d0;/*#2d344d*/
}

.page-footer.dark .footer-content .navbar-brand a {
	color: #fff;
}

.page-footer.dark .footer-content .list-inline-2 li a {
	color: #fff;
}

.page-footer.dark .footer-content .list-inline-2 li a:hover {
	color: #333;
}

.page-footer.dark h6 {
	color: #fff;
}


.page-footer.footer-minimal .footer-content {
	padding: 30px 0;
    margin-top: 0;
}
/*画面幅480px以下の設定
---------------------------------------------------------------------------*/
@media (max-width:480px){
.page-footer.footer-minimal .footer-content {
    margin-top: -20px;
}
}

.page-footer.footer-minimal .footer-content .navbar-brand {
	font-size: 30px;
	line-height: 1.4;
    font-family: "Abril Fatface";
    font-weight: 400;
}

@media (min-width: 1200px) {
	.page-footer.footer-minimal .footer-content .navbar-brand {
		font-size: 30px;
	}
}

.page-footer.footer-minimal .footer-content .list-inline-2 {
	margin-top: 25px;
    width: 100%;
}

@media (max-width: 767px) {
	.page-footer.footer-minimal .footer-content .list-inline-2 {
		display: none;
	}
}

.page-footer.footer-minimal .copyright {
	padding-bottom: 11px;
}

.page-footer.footer-minimal .copyright p {
	margin-top: 4px;
}


.list-inline-2 > li + li {
	margin-left: 23px;
}

@media (min-width: 1200px) {
	.list-inline-2 > li + li {
		margin-left: 43px;
	}
}

.list-inline-2 > li {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	font-family: "Kokoro", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  /* 追加 */
    transform: rotate(.03deg);
	letter-spacing: .02em;
}

/*========================================================
                     Isotope
=========================================================*/
/*
*
* Isotope
*/
@keyframes sprite-animation {
	from {
		background-position: 0 0;
	}
}
.row + .margin-1 {
	margin-top: 50px;
}

* + .margin-1 {
	margin-top: 30px;
}

@media (min-width: 1200px) {
	* + .margin-1 {
		margin-top: 40px;
	}
}
[data-isotope-layout] {
	z-index: 0;
	display: block;
	margin-left: -15px;
	margin-right: -15px;
	transition: .4s all ease;
}
[data-isotope-layout] .row {
	margin-bottom: -30px;
}
[data-isotope-layout] .row > [class*="col-"] {
	margin-top: 30px;
}
[data-isotope-layout] .row-narrow {
	margin-bottom: -30px;
}
[data-isotope-layout] .row-narrow > [class*="col-"] {
	margin-top: 30px;
}
[data-isotope-layout] .row-condensed {
	margin-bottom: 0;
}
[data-isotope-layout] .row-condensed > [class*="col-"] {
	margin-top: 0;
}
[data-isotope-layout] [class*="col-"] {
	display: block;
	will-change: transform;
	backface-visibility: hidden;
	transition: .1s opacity ease-in;
}

@media (max-width: 767px) {
	[data-isotope-layout] [class*="col-"] {
		max-width: 100%;
	}
}

.isotope-filters > * {
	margin-top: 0;
	vertical-align: middle;
}
.isotope-filters .inline-list {
	position: relative;
	word-spacing: 0;
	margin-bottom: -15px;
	margin-left: -15px;
}
.isotope-filters .inline-list:empty {
	margin-bottom: 0;
	margin-left: 0;
}
.isotope-filters .inline-list > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 15px;
}
.isotope-filters .inline-list li {
	display: inline-block;
}
.isotope-filters .inline-list a {
	position: relative;
	transition: .3s;
	font-size: 14px;
}
.isotope-filters .inline-list a.active {
	box-shadow: 0 9px 21px 0 rgba(204, 204, 204, 0.15);
	background: #14a5eb;
	border-color: #14a5eb;
	color: #ffffff;
}
.isotope-filters .inline-list .isotope-filters-trigger {
	display: none;
}
.isotope-filters-modern .inline-list {
	margin-bottom: -20px;
	margin-left: -15px;
}
.isotope-filters-modern .inline-list:empty {
	margin-bottom: 0;
	margin-left: 0;
}
.isotope-filters-modern .inline-list > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 15px;
}
.isotope-filters-modern .inline-list a {
	position: relative;
	padding-bottom: 10px;
}
.isotope-filters-modern .inline-list a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	transition: .4s;
	background: #14a5eb;
}
.isotope-filters-modern .inline-list a:hover {
	color: #14a5eb;
}
.isotope-filters-modern .inline-list a.active::after {
	width: 100%;
}

@media (min-width: 992px) {
	.isotope-filters-modern .inline-list {
		transform: translate3d(0, -10px, 0);
		margin-bottom: -10px;
		margin-left: -23px;
		margin-right: -23px;
	}
	.isotope-filters-modern .inline-list > * {
		margin-top: 10px;
		padding-left: 23px;
		padding-right: 23px;
	}
}

.isotope-modern-wrap [class*='col'] {
	margin-top: 30px;
}

@media (max-width: 767px) {
	.isotope-modern-wrap [class*='col'] {
		width: 100%;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .isotope-modern-wrap [class*='col'] {
		margin-top: 0;
	}
}

.isotope-condensed {
	margin-left: 0;
	margin-right: 0;
}
.isotope-condensed .row > * {
	margin-top: -1px;
	margin-bottom: -1px;
}
* + .isotope {
	margin-top: 0;
}
* + .isotope-condensed {
	margin-top: 30px;
}

@media (max-width: 991px) {
	.isotope-condensed {
		padding: 0;
        margin-bottom: -40px;
		margin-left: 0;
		margin-right: 0;
	}
	.isotope-condensed .row.row-condensed > [class*='col'] {
		padding-left: 10px;
		padding-right: 10px;
	}
	.isotope-condensed .row.row-condensed > [class*='col'] + [class*='col'] {
		margin-top: 25px;
	}
}

@media (min-width: 768px) {
	* + .isotope {
		margin-top: 28px;
	}
	* + .isotope-condensed {
		margin-top: 50px;
	}
}/*画面幅480px以下の設定
---------------------------------------------------------------------------*/
@media (max-width:480px){
.isotope-condensed {
		padding: 0;
        margin-bottom: -10px;
		margin-left: 0;
		margin-right: 0;
	}
}


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

.isotope + .row + .col-6 {
    margin: 0;
    padding: 0;
}

.thumbnail-variant-2,
.thumbnail-variant-2_time,
.thumbnail-variant-2_mason {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	background: #000;
}
.thumbnail-variant-2_time {
    height: 150px;
    border: 2px solid #fff;
}
.thumbnail-variant-2_mason {
    height: 100%;
}

.thumbnail-variant-2 > a,
.thumbnail-variant-2_time > a,
.thumbnail-variant-2_mason > a {
	display: block;
}
.thumbnail-variant-2.width_20,
.thumbnail-variant-2_time.width_20,
.thumbnail-variant-2_mason.width_20 {
	width: 100%;
}

@media (min-width: 576px) {
	.thumbnail-variant-2.width_20,
    .thumbnail-variant-2_time.width_20,
    .thumbnail-variant-2_mason.width_20 {
		width: 50%;
	}
}

@media (min-width: 768px) {
	.thumbnail-variant-2.width_20,
    .thumbnail-variant-2_time.width_20,
    .thumbnail-variant-2_mason.width_20 {
		width: 33%;
	}
}

@media (min-width: 1200px) {
	.thumbnail-variant-2.width_20,
    .thumbnail-variant-2_time.width_20,
    .thumbnail-variant-2_mason.width_20 {
		width: 20%;
	}
}

.thumbnail-variant-2.width_40,
.thumbnail-variant-2_time.width_40,
.thumbnail-variant-2_mason.width_40 {
	width: 100%;
}

@media (min-width: 576px) {
	.thumbnail-variant-2.width_40,
    .thumbnail-variant-2_time.width_40,
    .thumbnail-variant-2_mason.width_40 {
		width: 50%;
	}
}

@media (min-width: 768px) {
	.thumbnail-variant-2.width_40,
    .thumbnail-variant-2_time.width_40,
    .thumbnail-variant-2_mason.width_40 {
		width: 33%;
	}
}

@media (min-width: 1200px) {
	.thumbnail-variant-2.width_40,
    .thumbnail-variant-2_time.width_40,
    .thumbnail-variant-2_mason.width_40 {
		width: 40%;
	}
}

.thumbnail-variant-2 .icon,
.thumbnail-variant-2_time .icon,
.thumbnail-variant-2_mason .icon {
	position: absolute;
	opacity: 0;
	top: 34%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.thumbnail-variant-2 a:hover,
.thumbnail-variant-2_time a:hover,
.thumbnail-variant-2_mason a:hover{
	color: #d0edfb;
}

.thumbnail-variant-2 .caption,
.thumbnail-variant-2_time .caption,
.thumbnail-variant-2_mason .caption {
	transition: .4s;
	position: absolute;
	background: rgba(20, 165, 235, 0.58);
	opacity: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.thumbnail-variant-2:hover .caption,
.tablet .thumbnail-variant-2 .caption,
.mobile .thumbnail-variant-2 .caption,
.thumbnail-variant-2_time:hover .caption,
.tablet .thumbnail-variant-2_time .caption,
.mobile .thumbnail-variant-2_time .caption,
.thumbnail-variant-2_mason:hover .caption,
.tablet .thumbnail-variant-2_mason .caption,
.mobile .thumbnail-variant-2_mason .caption {
	opacity: 1;
}
.thumbnail-variant-2:hover .icon,
.tablet .thumbnail-variant-2 .icon,
.mobile .thumbnail-variant-2 .icon,
.thumbnail-variant-2_time:hover .icon,
.tablet .thumbnail-variant-2_time .icon,
.mobile .thumbnail-variant-2_time .icon,
.thumbnail-variant-2_mason:hover .icon,
.tablet .thumbnail-variant-2_mason .icon,
.mobile .thumbnail-variant-2_mason .icon {
	opacity: 1;
}
.thumb > img {
	width: 100%;
	will-change: transform;
}
a.thumb img {
	transition: 0.5s;
}
a.thumb:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

/*画面幅768px以下の設定
---------------------------------------------------------------------------*/
@media (max-width: 768px) {
.thumbnail-variant-2:hover .caption,
.tablet .thumbnail-variant-2 .caption,
.mobile .thumbnail-variant-2 .caption,
.thumbnail-variant-2_time:hover .caption,
.tablet .thumbnail-variant-2_time .caption,
.mobile .thumbnail-variant-2_time .caption,
.thumbnail-variant-2_mason:hover .caption,
.tablet .thumbnail-variant-2_mason .caption,
.mobile .thumbnail-variant-2_mason .caption,
.thumbnail-variant-2:hover .icon,
.tablet .thumbnail-variant-2 .icon,
.mobile .thumbnail-variant-2 .icon,
.thumbnail-variant-2_time:hover .icon,
.tablet .thumbnail-variant-2_time .icon,
.mobile .thumbnail-variant-2_time .icon,
.thumbnail-variant-2_mason:hover .icon,
.tablet .thumbnail-variant-2_mason .icon,
.mobile .thumbnail-variant-2_mason .icon {
	opacity: 0;
}
}


/*
 * @subsection   Box
 */
.box__left {
	padding-bottom: 30px;
}
.box__left.box-md-inset-1 {
	padding-bottom: 10px;
}
.box__right {
	padding-top: 30px;
}
.box-rtl {
	direction: rtl;
}
.box-rtl > .box__left {
	padding-right: 0;
	padding-left: 30px;
}
.box-rtl > .box__right {
	padding-right: 30px;
	padding-left: 0;
}
.box-ltr {
	direction: ltr;
}
.box-group, .box-group-outer > * {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.box > .box__left img, .box > .box__right img {
	max-width: none;
}
.box > .box__left,
.box > .box__right,
.box > .box__body {
	padding: 0;
	direction: ltr;
	display: table-cell;
	vertical-align: top;
}
.box > .box__left {
	padding-right: 30px;
	padding-bottom: 0;
}
.box > .box__right {
	padding-left: 30px;
	padding-top: 0;
}

@media (min-width: 576px) {
	html:not(.lt-ie10) .box-xs > .box__left img, html:not(.lt-ie10) .box-xs > .box__right img {
		max-width: none;
	}
	html:not(.lt-ie10) .box-xs > .box__left,
	html:not(.lt-ie10) .box-xs > .box__right,
	html:not(.lt-ie10) .box-xs > .box__body {
		display: table-cell;
		vertical-align: top;
	}
	html:not(.lt-ie10) .box-xs > .box__left {
		padding-right: 30px;
		padding-bottom: 0;
	}
	html:not(.lt-ie10) .box-xs > .box__left.box-md-inset-1 {
		padding-right: 25px;
	}
	html:not(.lt-ie10) .box-xs > .box__right {
		padding-left: 30px;
		padding-top: 0;
	}
	html:not(.lt-ie10) .box-xs-clear > .box__left img, html:not(.lt-ie10) .box-xs-clear > .box__right img {
		max-width: 100%;
	}
	html:not(.lt-ie10) .box-xs-clear > .box__left,
	html:not(.lt-ie10) .box-xs-clear > .box__right,
	html:not(.lt-ie10) .box-xs-clear .box__body {
		padding: 0;
		display: block;
        vertical-align: top;
	}
	html:not(.lt-ie10) .box-xs-clear > .box__left {
		padding-bottom: 30px;
	}
	html:not(.lt-ie10) .box-xs-clear > .box__right {
		padding-top: 30px;
	}
	html:not(.lt-ie10) .box-xs-rtl {
		direction: rtl;
	}
	html:not(.lt-ie10) .box-xs-rtl > .box__left {
		padding-right: 0;
		padding-left: 30px;
	}
	html:not(.lt-ie10) .box-xs-rtl > .box__right {
		padding-right: 30px;
		padding-left: 0;
	}
	html:not(.lt-ie10) .box-xs-ltr {
		direction: ltr;
	}
	html:not(.lt-ie10) .box-xs-ltr > .box__left {
		padding-right: 30px;
		padding-left: 0;
	}
	html:not(.lt-ie10) .box-xs-ltr > .box__right {
		padding-right: 0;
		padding-left: 30px;
	}
}

@media (min-width: 768px) {
	html:not(.lt-ie10) .box-sm > .box__left img, html:not(.lt-ie10) .box-sm > .box__right img {
		max-width: none;
	}
	html:not(.lt-ie10) .box-sm > .box__left,
	html:not(.lt-ie10) .box-sm > .box__right,
	html:not(.lt-ie10) .box-sm > .box__body {
		display: table-cell;
		vertical-align: top;
	}
	html:not(.lt-ie10) .box-sm > .box__left {
		padding-right: 30px;
		padding-bottom: 0;
	}
	html:not(.lt-ie10) .box-sm > .box__left.box-md-inset-1 {
		padding-right: 25px;
	}
	html:not(.lt-ie10) .box-sm > .box__right {
		padding-left: 30px;
		padding-top: 0;
	}
	html:not(.lt-ie10) .box-sm-clear > .box__left img, html:not(.lt-ie10) .box-sm-clear > .box__right img {
		max-width: 100%;
	}
	html:not(.lt-ie10) .box-sm-clear > .box__left,
	html:not(.lt-ie10) .box-sm-clear > .box__right,
	html:not(.lt-ie10) .box-sm-clear .box__body {
		padding: 0;
		display: block;
        vertical-align: top;
	}
	html:not(.lt-ie10) .box-sm-clear > .box__left {
		padding-bottom: 30px;
	}
	html:not(.lt-ie10) .box-sm-clear > .box__right {
		padding-top: 30px;
	}
	html:not(.lt-ie10) .box-sm-rtl {
		direction: rtl;
	}
	html:not(.lt-ie10) .box-sm-rtl > .box__left {
		padding-right: 0;
		padding-left: 30px;
	}
	html:not(.lt-ie10) .box-sm-rtl > .box__right {
		padding-right: 30px;
		padding-left: 0;
	}
	html:not(.lt-ie10) .box-sm-ltr {
		direction: ltr;
	}
	html:not(.lt-ie10) .box-sm-ltr > .box__left {
		padding-right: 30px;
		padding-left: 0;
	}
	html:not(.lt-ie10) .box-sm-ltr > .box__right {
		padding-right: 0;
		padding-left: 30px;
	}
}

@media (min-width: 992px) {
	html:not(.lt-ie10) .box-md > .box__left img, html:not(.lt-ie10) .box-md > .box__right img {
		max-width: none;
	}
	html:not(.lt-ie10) .box-md > .box__left,
	html:not(.lt-ie10) .box-md > .box__right,
	html:not(.lt-ie10) .box-md > .box__body {
		display: table-cell;
		vertical-align: top;
	}
	html:not(.lt-ie10) .box-md > .box__left {
		padding-right: 30px;
		padding-bottom: 0;
	}
	html:not(.lt-ie10) .box-md > .box__left.box-md-inset-1 {
		padding-right: 25px;
	}
	html:not(.lt-ie10) .box-md > .box__right {
		padding-left: 30px;
		padding-top: 0;
	}
	html:not(.lt-ie10) .box-md-clear > .box__left img, html:not(.lt-ie10) .box-md-clear > .box__right img {
		max-width: 100%;
	}
	html:not(.lt-ie10) .box-md-clear > .box__left,
	html:not(.lt-ie10) .box-md-clear > .box__right,
	html:not(.lt-ie10) .box-md-clear .box__body {
		padding: 0;
		display: block;
        vertical-align: top;
	}
	html:not(.lt-ie10) .box-md-clear > .box__left {
		padding-bottom: 30px;
	}
	html:not(.lt-ie10) .box-md-clear > .box__right {
		padding-top: 30px;
	}
	html:not(.lt-ie10) .box-md-rtl {
		direction: rtl;
	}
	html:not(.lt-ie10) .box-md-rtl > .box__left {
		padding-right: 0;
		padding-left: 30px;
	}
	html:not(.lt-ie10) .box-md-rtl > .box__right {
		padding-right: 30px;
		padding-left: 0;
	}
	html:not(.lt-ie10) .box-md-ltr {
		direction: ltr;
	}
	html:not(.lt-ie10) .box-md-ltr > .box__left {
		padding-right: 30px;
		padding-left: 0;
	}
	html:not(.lt-ie10) .box-md-ltr > .box__right {
		padding-right: 0;
		padding-left: 30px;
	}
}

@media (min-width: 1200px) {
	html:not(.lt-ie10) .box-lg > .box__left img, html:not(.lt-ie10) .box-lg > .box__right img {
		max-width: none;
	}
	html:not(.lt-ie10) .box-lg > .box__left,
	html:not(.lt-ie10) .box-lg > .box__right,
	html:not(.lt-ie10) .box-lg > .box__body {
		display: table-cell;
		vertical-align: top;
	}
	html:not(.lt-ie10) .box-lg > .box__left {
		padding-right: 30px;
		padding-bottom: 0;
	}
	html:not(.lt-ie10) .box-lg > .box__left.box-md-inset-1 {
		padding-right: 25px;
	}
	html:not(.lt-ie10) .box-lg > .box__right {
		padding-left: 30px;
		padding-top: 0;
	}
	html:not(.lt-ie10) .box-lg-clear > .box__left img, html:not(.lt-ie10) .box-lg-clear > .box__right img {
		max-width: 100%;
	}
	html:not(.lt-ie10) .box-lg-clear > .box__left,
	html:not(.lt-ie10) .box-lg-clear > .box__right,
	html:not(.lt-ie10) .box-lg-clear .box__body {
		padding: 0;
		display: block;
        vertical-align: top;
	}
	html:not(.lt-ie10) .box-lg-clear > .box__left {
		padding-bottom: 30px;
	}
	html:not(.lt-ie10) .box-lg-clear > .box__right {
		padding-top: 30px;
	}
	html:not(.lt-ie10) .box-lg-rtl {
		direction: rtl;
	}
	html:not(.lt-ie10) .box-lg-rtl > .box__left {
		padding-right: 0;
		padding-left: 30px;
	}
	html:not(.lt-ie10) .box-lg-rtl > .box__right {
		padding-right: 30px;
		padding-left: 0;
	}
	html:not(.lt-ie10) .box-lg-ltr {
		direction: ltr;
	}
	html:not(.lt-ie10) .box-lg-ltr > .box__left {
		padding-right: 30px;
		padding-left: 0;
	}
	html:not(.lt-ie10) .box-lg-ltr > .box__right {
		padding-right: 0;
		padding-left: 30px;
	}
}

.box .box__middle, html:not(.lt-ie10) .box .box__middle, .box-xs .box__middle, html:not(.lt-ie10) .box-xs .box__middle, .box-sm .box__middle, html:not(.lt-ie10) .box-sm .box__middle, .box-md .box__middle, html:not(.lt-ie10) .box-md .box__middle, .box-lg .box__middle, html:not(.lt-ie10) .box-lg .box__middle {
	vertical-align: middle;
}
.box .box__bottom, html:not(.lt-ie10) .box .box__bottom, .box-xs .box__bottom, html:not(.lt-ie10) .box-xs .box__bottom, .box-sm .box__bottom, html:not(.lt-ie10) .box-sm .box__bottom, .box-md .box__bottom, html:not(.lt-ie10) .box-md .box__bottom, .box-lg .box__bottom, html:not(.lt-ie10) .box-lg .box__bottom {
	vertical-align: bottom;
}
.lg-sub-html, .lg-toolbar {
	background-color: rgba(0, 0, 0, 0.45);
}

@font-face {
	font-family: lg;
	src: url(https://hawaiicrest.com/wp/wp-content/themes/underscore/css/fonts/lg.eot);
	src: url(https://hawaiicrest.com/wp/wp-content/themes/underscore/css/fonts/lg.eot) format("embedded-opentype"), 
    url(https://hawaiicrest.com/wp/wp-content/themes/underscore/css/fonts/lg.woff) format("woff"), 
    url(https://hawaiicrest.com/wp/wp-content/themes/underscore/css/fonts/lg.ttf) format("truetype"), 
    url(https://hawaiicrest.com/wp/wp-content/themes/underscore/css/fonts/lg.svg) format("svg");
	font-weight: 400;
	font-style: normal;
}

.lg-icon {
	font-family: lg;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, 0.45);
	border-radius: 2px;
	color: #999999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080;
	border: none;
	outline: 0;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: .5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
	color: #ffffff;
}
.lg-actions .lg-next {
	right: 20px;
}
.lg-actions .lg-next:before {
	content: "\e095";
}
.lg-actions .lg-prev {
	left: 20px;
}
.lg-actions .lg-prev:after {
	content: "\e094";
}

@-webkit-keyframes lg-right-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: -30px;
	}
}

@-moz-keyframes lg-right-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: -30px;
	}
}

@-ms-keyframes lg-right-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: -30px;
	}
}

@keyframes lg-right-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: -30px;
	}
}

@-webkit-keyframes lg-left-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: 30px;
	}
}

@-moz-keyframes lg-left-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: 30px;
	}
}

@-ms-keyframes lg-left-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: 30px;
	}
}

@keyframes lg-left-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: 30px;
	}
}

.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end .3s;
	-o-animation: lg-right-end .3s;
	animation: lg-right-end .3s;
	position: relative;
}
.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end .3s;
	-o-animation: lg-left-end .3s;
	animation: lg-left-end .3s;
	position: relative;
}
.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.lg-toolbar .lg-icon {
	color: #999999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: 0;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}
.lg-toolbar .lg-icon:hover {
	color: #ffffff;
}
.lg-toolbar .lg-close:after {
	content: "\e070";
}
.lg-toolbar .lg-download:after {
	content: "\e0f2";
}
.lg-sub-html {
	bottom: 0;
	color: #eeeeee;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080;
}
.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
}
.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0;
}
#lg-counter {
	color: #999999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle;
}
.lg-next, .lg-prev, .lg-toolbar {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}
.lg-outer .lg-thumb-outer {
	background-color: #0d0a0a;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px;
	margin-left: auto;
	margin-right: auto;
}
.lg-outer .lg-thumb-item {
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #ffffff;
	border-radius: 4px;
	margin-bottom: 5px;
}

@media (min-width: 1025px) {
	.lg-outer .lg-thumb-item {
		-webkit-transition: border-color .25s ease;
		-o-transition: border-color .25s ease;
		transition: border-color .25s ease;
	}
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: #14a5eb;
}
.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom .25s ease;
	-o-transition: bottom .25s ease;
	transition: bottom .25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
	background-color: #0d0a0a;
	border-radius: 2px 2px 0 0;
	color: #999999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px;
}
.lg-outer .lg-toogle-thumb:hover, .lg-outer.lg-dropdown-active #lg-share {
	color: #ffffff;
}
.lg-outer .lg-toogle-thumb:after {
	content: "\e1ff";
}
.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px;
}
.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
	background: url(https://hawaiicrest.com/wp/wp-content/themes/underscore/images/vimeo-play.png) no-repeat;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url(https://hawaiicrest.com/wp/wp-content/themes/underscore/images/vimeo-play.png) 0 -58px no-repeat;
}
.lg-outer .lg-has-html5 .lg-video-play {
	background: url(https://hawaiicrest.com/wp/wp-content/themes/underscore/images/video-play.png) no-repeat;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: .8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
	background: url(https://hawaiicrest.com/wp/wp-content/themes/underscore/images/youtube-play.png) no-repeat;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url(https://hawaiicrest.com/wp/wp-content/themes/underscore/images/youtube-play.png) 0 -60px no-repeat;
}
.lg-outer .lg-video-object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible;
}
.lg-progress-bar {
	background-color: #333333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	-webkit-transition: opacity 80ms ease 0s;
	-moz-transition: opacity 80ms ease 0s;
	-o-transition: opacity 80ms ease 0s;
	transition: opacity 80ms ease 0s;
}
.lg-progress-bar .lg-progress {
	background-color: #14a5eb;
	height: 5px;
	width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
	width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
	opacity: 1;
}
.lg-autoplay-button:after {
	content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
	content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
#lg-zoom-in:after {
	content: "\e311";
}
#lg-actual-size {
	font-size: 20px;
}
#lg-actual-size:after {
	content: "\e033";
}
#lg-zoom-out {
	opacity: .5;
	pointer-events: none;
}
#lg-zoom-out:after {
	content: "\e312";
}
.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto;
}
.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible;
}
.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	box-shadow: 0 0 0 2px #ffffff inset;
}
.lg-outer .lg-pager-thumb-cont {
	background-color: #ffffff;
	color: #ffffff;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
	-moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
	-o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
	transition: opacity .15s ease 0s, transform .15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%;
}
.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow .3s ease 0s;
	-o-transition: box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s;
	width: 12px;
}
.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
	box-shadow: 0 0 0 8px #ffffff inset;
}
.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
}
.lg-fullscreen:after {
	content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, 0.25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
	-o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
	transition: visibility 0s linear .18s, opacity .18s linear 0s;
}
.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}
.lg-outer .lg-dropdown {
	background-color: #ffffff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-moz-transform: translate3d(0, 5px, 0);
	-o-transform: translate3d(0, 5px, 0);
	-ms-transform: translate3d(0, 5px, 0);
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	-moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	-o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
}
.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #ffffff;
	right: 16px;
	top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
	margin-bottom: 0;
}
.lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a {
	color: #333333;
}
.lg-outer .lg-dropdown a {
	color: #333333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
	color: #333333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto;
}
.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
	width: 100%;
	height: 100%;
}
.lg-outer #lg-share {
	position: relative;
}

.lg-outer #lg-share:after {
	content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
	content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
	content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
	content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
	content: "\e903";
}
.lg-group:after {
	content: "";
	display: table;
	clear: both;
}
.lg-outer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
}
.lg-outer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.lg-outer.lg-visible {
	opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}
.lg-outer .lg {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
}
.lg-outer .lg-inner {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}
.lg-outer .lg-item {
	background: url(https://hawaiicrest.com/wp/wp-content/themes/underscore/images/loading.gif) center center no-repeat;
	display: none !important;
}
.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
	display: inline-block !important;
}
.lg-outer .lg-img-wrap, .lg-outer .lg-item {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}
.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}
.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.lg-outer .lg-item.lg-complete {
	background-image: none;
}
.lg-outer .lg-item.lg-current {
	z-index: 1060;
}
.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1;
}
.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
	display: none;
}
.lg-backdrop.in {
	opacity: 1;
}
.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
	-webkit-transition: none 0s ease 0s !important;
	-moz-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
	opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
	-webkit-transition: opacity .1s ease 0s;
	-moz-transition: opacity .1s ease 0s;
	-o-transition: opacity .1s ease 0s;
	transition: opacity .1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-sub-html, .lg-toolbar {
	background-color: rgba(0, 0, 0, 0.45);
}
[data-lightgallery="item"] img {
	width: 100%;
}


.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end .3s;
	-o-animation: lg-right-end .3s;
	animation: lg-right-end .3s;
	position: relative;
}
.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end .3s;
	-o-animation: lg-left-end .3s;
	animation: lg-left-end .3s;
	position: relative;
}
.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.lg-toolbar .lg-icon {
	color: #999999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: 0;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}
.lg-toolbar .lg-icon:hover {
	color: #ffffff;
}
.lg-toolbar .lg-close:after {
	content: "\e070";
}
.lg-toolbar .lg-download:after {
	content: "\e0f2";
}
.lg-sub-html {
	bottom: 0;
	color: #eeeeee;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080;
}
.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
}
.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0;
}
#lg-counter {
	color: #999999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle;
}
.lg-next, .lg-prev, .lg-toolbar {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}
.lg-outer .lg-thumb-outer {
	background-color: #0d0a0a;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #ffffff;
	border-radius: 4px;
	margin-bottom: 5px;
}

@media (min-width: 1025px) {
	.lg-outer .lg-thumb-item {
		-webkit-transition: border-color .25s ease;
		-o-transition: border-color .25s ease;
		transition: border-color .25s ease;
	}
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: #14a5eb;
}
.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom .25s ease;
	-o-transition: bottom .25s ease;
	transition: bottom .25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
	background-color: #0d0a0a;
	border-radius: 2px 2px 0 0;
	color: #999999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px;
}
.lg-outer .lg-toogle-thumb:hover, .lg-outer.lg-dropdown-active #lg-share {
	color: #ffffff;
}
.lg-outer .lg-toogle-thumb:after {
	content: "\e1ff";
}
.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px;
}
.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
	background: url(https://hawaiicrest.com/wp/wp-content/themes/underscore/images/vimeo-play.png) no-repeat;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url(https://hawaiicrest.com/wp/wp-content/themes/underscore/images/vimeo-play.png) 0 -58px no-repeat;
}
.lg-outer .lg-has-html5 .lg-video-play {
	background: url(https://hawaiicrest.com/wp/wp-content/themes/underscore/images/video-play.png) no-repeat;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: .8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
	background: url(https://hawaiicrest.com/wp/wp-content/themes/underscore/images/youtube-play.png) no-repeat;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url(https://hawaiicrest.com/wp/wp-content/themes/underscore/images/youtube-play.png) 0 -60px no-repeat;
}
.lg-outer .lg-video-object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible;
}
.lg-progress-bar {
	background-color: #333333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	-webkit-transition: opacity 80ms ease 0s;
	-moz-transition: opacity 80ms ease 0s;
	-o-transition: opacity 80ms ease 0s;
	transition: opacity 80ms ease 0s;
}
.lg-progress-bar .lg-progress {
	background-color: #14a5eb;
	height: 5px;
	width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
	width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
	opacity: 1;
}
.lg-autoplay-button:after {
	content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
	content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
#lg-zoom-in:after {
	content: "\e311";
}
#lg-actual-size {
	font-size: 20px;
}
#lg-actual-size:after {
	content: "\e033";
}
#lg-zoom-out {
	opacity: .5;
	pointer-events: none;
}
#lg-zoom-out:after {
	content: "\e312";
}
.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto;
}
.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible;
}
.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	box-shadow: 0 0 0 2px #ffffff inset;
}
.lg-outer .lg-pager-thumb-cont {
	background-color: #ffffff;
	color: #ffffff;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
	-moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
	-o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
	transition: opacity .15s ease 0s, transform .15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%;
}
.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow .3s ease 0s;
	-o-transition: box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s;
	width: 12px;
}
.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
	box-shadow: 0 0 0 8px #ffffff inset;
}
.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
}
.lg-fullscreen:after {
	content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, 0.25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
	-o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
	transition: visibility 0s linear .18s, opacity .18s linear 0s;
}
.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}
.lg-outer .lg-dropdown {
	background-color: #ffffff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-moz-transform: translate3d(0, 5px, 0);
	-o-transform: translate3d(0, 5px, 0);
	-ms-transform: translate3d(0, 5px, 0);
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	-moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	-o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
}
.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #ffffff;
	right: 16px;
	top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
	margin-bottom: 0;
}
.lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a {
	color: #333333;
}
.lg-outer .lg-dropdown a {
	color: #333333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
	color: #333333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto;
}
.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
	width: 100%;
	height: 100%;
}
.lg-outer #lg-share {
	position: relative;
}
.lg-outer #lg-share:after {
	content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
	content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
	content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
	content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
	content: "\e903";
}
.lg-group:after {
	content: "";
	display: table;
	clear: both;
}
.lg-outer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1090;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
}
.lg-outer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.lg-outer.lg-visible {
	opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}
.lg-outer .lg {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
}
.lg-outer .lg-inner {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}
.lg-outer .lg-item {
	background: url(https://hawaiicrest.com/wp/wp-content/themes/underscore/images/loading.gif) center center no-repeat;
	display: none !important;
}
.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
	display: inline-block !important;
}
.lg-outer .lg-img-wrap, .lg-outer .lg-item {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}
.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}
.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.lg-outer .lg-item.lg-complete {
	background-image: none;
}
.lg-outer .lg-item.lg-current {
	z-index: 1060;
}
.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1;
}
.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
	display: none;
}
.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1090;
	background-color: rgba(0, 0, 0, 0.85);
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
}
.lg-backdrop.in {
	opacity: .93;
}
.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
	-webkit-transition: none 0s ease 0s !important;
	-moz-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
	opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
	-webkit-transition: opacity .1s ease 0s;
	-moz-transition: opacity .1s ease 0s;
	-o-transition: opacity .1s ease 0s;
	transition: opacity .1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*-------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
/*-------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}
/*-------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*-------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*-------------------------------------------------------------
## WordPress
--------------------------------------------------------------*/
header.entry-header {
    height: 0;
    padding: 0;
}
/* 全固定ページで非表示 */
header .entry-title {
    display: none;
}
/* 全投稿ページで非表示 */
header .entry-title {
    display: none;
}

/*-------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
.section-border {
    border-bottom: 1px solid #f3f3ed;
}
.thumbnail {
    margin-left: auto;
    margin-right: auto;
}
.well {
    padding-top: 55px;
    padding-bottom: 55px;
}
.thumbnail .caption {
    margin-top: 20px;
    font-size: 16px;
}
.thumbnail .caption h4 + * {
    margin-top: 16px;
}
.thumbnail .caption p + * {
    margin-top: 17px;
}
.text-dark-variant-2 {
    height: 105px;
    overflow: hidden;
}
.text-dark-variant-2 pre {
    white-space: pre-line !important;
}
.image-slow-wrapper img {
    height: 240px;
}
.blog-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 17px;
}
.fa-calendar:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 10px;
}
.row pre {
    white-space: pre-wrap;
}
.post_content {
    margin: 20px 0;
}
.mrg-20 {
    margin-top: 20px;
}
.button-link {
    border-radius: 0.3rem;
    padding: 13px 15px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    background-color: #94c4d0;
    border-color: #94c4d0;
}

/* ページネーション */
.page-numbers {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 10px;
    
    min-width: 40px;
    padding: 10px 10px;
    border: 3px solid #cccccc;
    font-size: 13px;
    line-height: 1.2;
    background-color: #ffffff;
    color: #252525;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
}
ul.page-numbers li {
    display: inline;
    display: inline-block;
}
.current {
    color: #ffffff;
    background-color: #94c4d0;
    border-color: #94c4d0;
    box-shadow: 0 9px 21px 0 rgba(0, 0, 0, 0.15);
}
.page-numbers:hover, .page-numbers:focus, .page-numbers:active {
    color: #ffffff;
    background-color: #94c4d0;
    border-color: #94c4d0;
}

@media (min-width: 992px){
.pull-md-left {
    float: left;
}
.blog-info {
    justify-content: space-between;
}
}

/* 関連記事 */
.no-offset ul li {
    list-style: none;
}

/*-------------------------------------------------------------
## カテゴリー一覧
-------------------------------------------------------------*/
h4.cat-name {
    background: linear-gradient(transparent 70%, #a7d6ff 70%);
    margin-bottom: 25px;
}
h5.category_link {
    position: relative;
    padding: 0.5em 0.5em 0.5em 2em;
    line-height: 1.4;
}
h5.category_link:before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
    position: absolute;
    font-size: 1em;
    left: 0.25em;
    top: 0.5em;
    color: #ff6a6a;
}
[id*='cat-'] ul li {
    margin-left: 10px;
}

/*-------------------------------------------------------------
## 掲示板
-------------------------------------------------------------*/
div.bbp-breadcrumb, div.bbp-topic-tags {
    display: none;
}
.bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
    display: none;
}
div.bbp-template-notice {
}

#bbpress-forums, div.bbp-template-notice {
    font-size: 16px;
}
.bbp-topic-form, .bbp-reply-form, .bbp-topic-tag-form {
    width: 98%;
    margin: 0 auto;
}
#bbpress-forums fieldset.bbp-form {
    border-radius: 0.3rem;
    padding: 3rem 1rem;
    box-shadow: 0 9px 21px 0 rgba(0, 0, 0, 0.15);
}
#bbp_topic_title, #bbp_topic_tags {
    display: block;
    width: 100%;
    height: 50px;
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #555;
    background-color: #f5f5f5;
    background-image: none;
    border: 1px solid #aaa;
    border-radius: 30px;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
}
input[type='text'], input[type='password'], #bbpress-forums #bbp-your-profile fieldset input, #bbpress-forums #bbp-your-profile fieldset textarea {
    display: block;
    height: 50px;
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #555;
    background-color: #f5f5f5;
    background-image: none;
    border: 1px solid #aaa;
    border-radius: 30px;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
}
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
    font-size: 16px;
    width: 98%;
    margin: 0 auto;
    border-radius: 0.3rem;
    padding: 3rem 1rem;
    box-shadow: 0 9px 21px 0 rgba(0, 0, 0, 0.15);
}
#bbpress-forums li.bbp-header {
    background: #fff;
}
#bbpress-forums div.odd, #bbpress-forums ul.odd {
    background-color: #fff;
}
#bbpress-forums .status-closed, #bbpress-forums .status-closed a {
    color: inherit;
}
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
    background: #fff;
}
#bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-topic-header, #bbpress-forums div.bbp-reply-header {
    background-color: #fff;
}
#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar {
    display: none;
}
#bbpress-forums #bbp-your-profile fieldset label[for] {
    width: 30% !important;
}
#bbp-topic-form, #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    height: 100px;
    min-height: 50px;
    max-height: 200px;
    resize: vertical;
    border: 1px solid #aaa;
    display: block;
    width: 100% !important;
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #555;
    background-color: #f5f5f5;
    background-image: none;
    border-radius: 30px;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
}
.submit {
    border-radius: 40px;
    padding: 13px 41px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    background-color: #14a5eb;
    border-color: #14a5eb;
}
/*画面幅767px以下の設定
---------------------------------------------------------------------------*/
@media (max-width: 767px) {
#bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-topic-author, #bbpress-forums div.bbp-reply-author {
    width: 100%;
    float: none;
}
#bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-topic-content, #bbpress-forums div.bbp-reply-content {
    width: 100%;
    margin: 0 15px;
}
#bbpress-forums fieldset.bbp-form legend {
    position: relative;
    margin: 0 15px;
    top: 40px;
}
#bbpress-forums li.bbp-header .bbp-search-content, #bbpress-forums li.bbp-footer .bbp-search-content, #bbpress-forums li.bbp-header .bbp-forum-content, #bbpress-forums li.bbp-footer .bbp-forum-content, #bbpress-forums li.bbp-header .bbp-topic-content, #bbpress-forums li.bbp-footer .bbp-topic-content, #bbpress-forums li.bbp-header .bbp-reply-content, #bbpress-forums li.bbp-footer .bbp-reply-content {
    margin: 0;
}
}

/* サイド ログイン */
.bbp-login-form {
    padding: 15px;
}
.bbp-login-form p {
    text-align: center;
}
.bbp-login-form label {
    width: 48%;
}
.bbp-login-form .bbp-username input, .bbp-login-form .bbp-email input, .bbp-login-form .bbp-password input {
    padding: 12px 25px;
    width: 95%;
    margin: 0 auto;
}
.bbp-login-form .bbp-remember-me {
    text-align: center;
}
.bbp-remember-me label {
    white-space: nowrap;
}
.bbp-login-form img {
    width: 40%;
}
.bbp-login-form input#siteguard_captcha {
    width: 95%;
    margin: 0 auto;
}
label[for='siteguard_captcha'] {
    width: 95%;
    margin: 0 auto;
}
.bbp-login-form .bbp-login-links {
    padding-top: 15px;
}
.bbp-logged-in {
    padding: 15px;
    text-align: center;
}
.bbp-logged-in img {
    width: 30%;
}
.bbp-logged-in .logout-link {
    padding: 10px 30px;
    margin-top: 20px;
}
.bbp-logged-in .submit {
    display: none;
}
.bbp-logged-in h4 {
    margin-top: 23px;
}

/*-------------------------------------------------------------
## ツアー　single
-------------------------------------------------------------*/
/* パンくず上　タイトル */
.section-rl {
    padding-left: 55px;
    padding-right: 55px;
}
/*画面幅800px以下の設定
---------------------------------------------------------------------------*/
@media (max-width:800px){
.section-rl {
    padding-left: 20px;
    padding-right: 20px;
}
}

/*-------------------------------------------------------------
## サイド
-------------------------------------------------------------*/
/* 検索 */
.searchform {
    position: relative;
    border: 2px solid #151515;
    background: #fff;
}
.searchfield {
    padding-top: 16px;
    width: 80%;
    padding: 16px 22px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: .025em;
    color: #151515;
    -webkit-appearance: none;
    outline: 0;
}
.searchsubmit {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f002';
    text-align: center;
    padding: 0 5px;
    right: 0;
    top: 0;
    height: 55px;
    width: 55px;
    font-size: 25px;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    transition: all 250ms ease;
    background: #fff;
}
.searchsubmit:hover {
  opacity: .6;
}

h2.widget-title {
    display: inline-block;
    padding: 8px 10px 15px 2px;
    min-width: 150px;
    font-weight: 400;
    letter-spacing: .1em;
    background: #ffffff;
    font-size: 21px;
    line-height: 1.3;
}
.widget-item {
    background: #f6f6f6;
    margin-bottom: 40px;
}
.widget-item:last-child {
    margin-bottom: 0;
}
.widget-item ul {
    padding: 20px 15px;
    font-size: 16px;
}
@media (min-width: 768px) {
.widget-area {
    padding-left: 15px;
    padding-right: 15px;
}
.widget-item ul {
    padding: 36px 30px;
}
.searchfield {
    width: 85%;
}
}
@media (min-width: 1200px) {
.widget-area {
    padding: 0;
}
.widget-item ul {
    padding: 36px 34px;
}
}
.widget-item ul > li + li {
    margin-top: 11px;
}
.post-date {
    display: block;
}

#metaslider_container_413 {
    height: auto;
    overflow: hidden;
}

html .page .group-sm {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	margin-bottom: -10px;
	margin-left: -10px;
}

html .page .group-sm > *:not(.button-icon) {
	display: inline-block;
}

html .page .group-sm > * {
	margin-top: 10px;
	margin-left: 10px;
}
* + .group-sm {
	margin-top: 30px;
}
@media (min-width: 768px) {
	* + .group-sm {
		margin-top: 45px;
	}
}
@media (max-width: 479px) {
	html .page .group-sm.group-sm_mod-1 > * {
		display: block;
		margin-bottom: 0;
	}
}
@media (min-width: 768px) {
.range-sm-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}
}
.mfp_buttons button.btn {
    margin: 0 20px;
}

@media (min-width: 1200px) {
	.bg-fixed > .container .image-wrap-3 img {
		object-fit: contain;
		right: 85%;
	}
}

.new_flex_box {
	display: flex;
}
.new_flex_box .banner {
	width: 40%;
	flex: 1
}
.new_flex_box  .img__wrap {
	width: 60%;
}
@media (max-width: 768px) {
	.new_flex_box {
		flex-direction: column-reverse;
		margin-bottom: 30px;
	}
	.new_flex_box > div {
		width: 100% !important;
	}
}