/*!
Theme Name: en-base
Theme URI: http://underscores.me/
Author: kiumi design
Author URI: http://underscores.me/
Description: Description
Version: 1.0.33
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: en-base
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.

en-base is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #3C3C3C;
}

a:visited {
	color:#3C3C3C;
}

a:hover,
a:focus,
a:active {
	color: #3C3C3C;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	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;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}




@charset "UTF-8";
/*--------------------------------------------------------
	Reset Settings
---------------------------------------------------------*/
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: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
	border-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
img {
	vertical-align: bottom;
}
body, form {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
select, input, textarea, button {
	vertical-align:middle;
	position:relative;
	margin: 0;
	margin-right:3px;
	font-family : inherit;
	font-size   : 100%;
	font-weight: 300;
	color: #333;
}
input {
	height: 60px;
	line-height: 16px;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
}
textarea{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-appearance: none;
 }
button, input[type="button"] {
	overflow:visible;
	height:60px;
	padding:0 3px;
	-webkit-appearance: none;
}
select {
	height: 50px;
	width: 50%;
	line-height: 20px;
}
/* input[type="checkbox"],
input[type="radio"] {
	display: none;
	border:none;
	top:-2px;
	top:0\9;
	margin-right:0;
	margin-right: 0\9;
} */
::placeholder{
	color: #A0A0A0;
	font-weight: 300;
}
form span.error label {
	display: block;
	margin-top: 5px;
	font-size: 87.5%;
	color: #F00;
}
form span.error label:before {
	padding-right: 5px;
	content: " \f06a";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.post,
.page {
	margin: 0;
}
/*--------------------------------------------------------
	ClearFix Settings
---------------------------------------------------------*/
.header:after, .footer:after, .section:after, .clearfix:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}
/*--------------------------------------------------------
	Link Settings
---------------------------------------------------------*/
a {
	color: #3C3C3C;
	outline: none;
}
a:link {
	text-decoration: none;
	outline: none;
}
a:visited {
	text-decoration: none;
	color: #3C3C3C;
	outline: none;
}
a:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	color: #3C3C3C;
	outline: none;
}
a.activeLink{
	color:#3C3C3C;
}
a.subColorLink{
	text-decoration: underline;
	color: #3C3C3C;
}
.bscBtn{
	position: relative;
	overflow: hidden;
	display: block;
	width : 350px;
	height: 60px;
	margin: 60px auto 0;
	line-height: 58px;
	text-align: center;
	border:1px solid #fff;
	transition: ease .2s;
}
.bscBtn:hover{
	border:1px solid #000;
	color: #fff;
}
.bscBtn:visited{
	color: #fff;
}
.bscBtn span {
	position: relative;
	z-index: 3;
	color:#fff;
}
.bscBtn:hover span{
	color:#fff;
}
.bgcenterout:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #000;
	width: 100%;
	height: 100%;
	transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 0);
	transform-origin:center;
}
.bgcenterout:hover:before{
	transform:scale(1, 1);
}
.bscBtnGray{
	position: relative;
	width: 60%;
	height: 60px;
	margin: 0 auto;
	font-size: 100%;
	text-align: center;
	color: #333;
	background: #8E8E8E;
}
.btnWidth60{
	width: 60%;
}
.textBscBtn{
	clear: both;
	position: relative;
	margin: 30px 0 10px;
	font-size: 100%;
	text-align: center;
	text-decoration: underline;
}
.textBscBtn a{
	font-weight: 600;
}
.textBscBtn i{
	width: 40px;
	height: 40px;
	margin-right:15px;
	vertical-align: middle;
	text-align: center;
	line-height: 37px;
	border: 1px solid #000;
	webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.textBscBtn a:hover i{
	border: 1px dotted #000;
}
.fullBtn{
	clear: both;
	text-align: center;
}
.fullBtn a{
	display: block;
	width: 100%;
	padding: 20px;
	background: #2C2C2C;
	color: #fff;
}
.fullBtn i{
	width: 40px;
	height: 40px;
	margin-right:15px;
	vertical-align: middle;
	text-align: center;
	line-height: 37px;
	border: 1px solid #fff;
	webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.blackBtn{
	clear: both;
	text-align: center;
}
.blackBtn a{
	display: block;
	max-width: 350px;
	margin: 0 auto;
	padding: 17px;
	background: #2C2C2C;
	color: #fff;
}
a.centerLine{
	position: relative;
}
a.centerLine::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 1px;
	background:#fff;
	transition: all .3s;
	transform: scale(0, 1);
	transform-origin: center top;
}
a.centerLineBlack::after {
	background:#000;
}
a.centerLine:hover::after {
	transform: scale(1, 1);
}
a.centerLine:hover{
	opacity: 1;
}
/*--------------------------------------------------------
	Common Settings
---------------------------------------------------------*/
html {
	background-color: #fff;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #3C3C3C;
	line-height: 1.6;
	letter-spacing: 2px;
}
.wrapper{
  overflow: hidden;
	padding: 100px 0;
	background: #fff;
}
.contents,.contentsFull{
	overflow: hidden;
	max-width: 1600px;
	padding: 0 4%;
	margin: 0 auto;
}
.comMedium{
	overflow: hidden;
	max-width: 800px;
	padding: 0 4%;
	margin: 0 auto;
}
.BlockInr {
	overflow: hidden;
	/* max-width: 1230px; */
	padding: 0 30px;
	margin: 0 auto;
}
.spOnly{
	display: none;
}
.max540pxOnly{
	display: none;
}
.min540pxOnly{
	display: block;
}
.BgGrey{
	background: #F5F5F5;
}
.mainColorBg{
	background: #3C3C3C;
}
/* Text Choice Color */
::selection {
	background: #565656;
	color: #fff;
}
/* Firefox */
::-moz-selection {
	background: #565656;
	color: #fff;
}
.notContents{
	border: none !important;
}
.maxWidth900{
	max-width: 900px;
	margin: 0 auto;
}
h1{
	/* font-size: 3vw;
	font-weight: 800; */
}
h2{
	margin-bottom: -5px;
	font-size: 3.5vw;
	font-weight: 800;
}
h3{
	margin-bottom: -5px;
	font-size: 3vw;
	font-weight: 600;
}
h4{
	font-size: 125%;
	font-size: 1vw;
	font-weight: 600;
}
p{
	font-size: 100%;
	line-height: 1.8;
	font-weight: 500;
}
span.subTitleText{
	font-size: 1.3vw;
}
span.newLine{
	display: block;
}
#pageTopBtn{
	z-index: 111;
	position: fixed;
	right: 2%;
	bottom: 4%;
}
#pageTopBtn img{
	width: 25px;
}
/* アニメーション設定 */
.scroll-target {
	opacity: 0;
	transform: translate3d(0, 50px, 0);
}
.scroll-target.is-active {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: 1s;
}
/*--------------------------------------------------------
	flex Settings
---------------------------------------------------------*/
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items:center;
}
/*--------------------------------------------------------
	flexBox Settings
---------------------------------------------------------*/
.flexBox{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flexBox li{
	box-sizing: border-box;
}
.flex3ColumnBox::after{
	content:"";
	display: block;
	width : 31%;
}
.flex2Column{
	width : 48% !important;
}
.flex3Column{
	width : 31%;
}
.flex4Column{
	width: 23%;
}
.flex5Column{
	width: 20%;
}
.flex4ColumnBox::before{
	content:"";
	display: block;
	width:24%;
	order:1;
}
.flex4ColumnBox::after{
	content:"";
	display: block;
	width:24%;
}
/*--------------------------------------------------------
	slider Settings
---------------------------------------------------------*/
.sliderBox img{
	width: 100%;
	height: auto;
	margin-bottom: 0 !important;
	vertical-align: bottom;
}
.sliderBox .gallery{
	margin:0 0 5px 0;
}
.sliderBox .gallery li{
	list-style:none;
}
.sliderBox .slick-prev,
.sliderBox .slick-next {
	position: absolute;
	z-index: 3;
	top: 48%;
	cursor: pointer;
	outline: none;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	height: 25px;
	width: 25px;
}
.sliderBox .slick-prev {
	left:2.5%;
	transform: rotate(-135deg);
}
.sliderBox .slick-next {
	right:2.5%;
	transform: rotate(45deg);
}
.sliderBox .choice-btn li{
	cursor: pointer;
	outline: none;
	background:#000;
	list-style:none;
}
.sliderBox .choice-btn li img{
	opacity: 0.4;
}
.sliderBox .choice-btn li.slick-current img{
	opacity: 1;
}
.sliderBox .choice-btn .slick-prev,
.sliderBox .choice-btn .slick-next{
	top: 42%;
}
/*--------------------------------------------------------
	Header Settings (topMainVisual)
---------------------------------------------------------*/
header {
	position: fixed;
	z-index: 999;
	width: 100%;
	top: 0;
	display: none;
	height: 80px;
	background: #fff;
}
header .mainHeaderIn h1{
	/* font-size: 225%; */
}
header .mainHeaderIn h1 img{
	max-width:300px;
}
header .mainHeaderIn,
.topMainVisual .mainHeaderIn{
	height: 80px;
    padding: 0 30px;
	align-items: center;
	justify-content: space-between;
}
header .mainHeaderIn nav ul.headerNav,
.topMainVisual .mainHeaderIn  nav ul.headerNav{
  display: flex;
}
header .mainHeaderIn nav ul.headerNav li,
.topMainVisual .mainHeaderIn nav ul.headerNav li{
	padding: 10px 20px;
}
header .mainHeaderIn nav ul.headerNav li a,
.topMainVisual .mainHeaderIn nav ul.headerNav li a{
	font-size: 93.75%;
	letter-spacing: 1px;
}
.topMainVisual .mainHeaderIn nav ul.headerNav li a{
	color: #fff;
}
header .mainHeaderIn nav ul li a ,
header .mainHeaderIn nav ul li a :visited{
	color: #000;
}
header .headerMenu,#nav {
	display: block;
}
.topMainVisualHeader .headerNav{
	font-weight: 600;
}
.topMainVisualHeader .mainHeaderIn h1.logo{
	/* font-size: 225%;
	color: #fff; */
}
.topMainVisualHeader .mainHeaderIn h1.logo img{
	max-width: 300px;
}
.topMainLogo h2{
	font-size: 3.5vw;
	color: #fff;
	letter-spacing: 3px;
}
/*--------------------------------------------------------
	topMainVisual Settings
---------------------------------------------------------*/
.topMainVisualIn{
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
}
.topMainVisual .topMainVisualSns {
	position: absolute;
	bottom: 4%;
	left: 3%;
}
.topMainVisual .topMainVisualSns a{
	text-decoration: underline;
	color: #fff;
	letter-spacing: 1px;
}
.topMainVisual{
	overflow: hidden;
	position: relative;
	height: 100vh;
	background: #acacac;
}
.topMainLogo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 100%;
    text-align: center;
}
.topMainLogo h1{
	font-size: 312%;
	color: #fff;
}
/*topMainVisualSlick*/
/* .slickBg {
	padding-bottom: 16.5%;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
} */
.slick-track{
	height: 100%;
}
.slick-list{
	height: 100%;
}
.topMainVisualSlick{
	height: 100vh;
}
.topMainVisualSlick {
	position: relative;
	margin-inline: auto;
	overflow: hidden;
	width: 100vw;
}
.slickBg img {
	width: 100%;
	height: 100vh;
    object-fit: cover;
}
/* dotsカスタマイズ */
.dots-wrap {
	position: absolute;
	bottom: 5%;
	left: 0%;
	right: 0%;
    display: flex;
    justify-content: center;
}
.dots-wrap li {
    width: 13px;
    height: 13px;
    margin: 0 8px;
    background: #fff ;
    border-radius: 50%;
    cursor: pointer;
}
.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: #3C3C3C;
}
.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
@keyframes zoomUp {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.15);
	}
}
.add-animation {
	animation: zoomUp 10s linear 0s normal both;
}

/* menuBtn */
#g-nav{
	position:fixed;
	z-index: 9999;
	/*ナビのスタート位置と形状*/
	top:0;
	right: -120%;
	width:70%;
	height: 100vh;
	transition: all 0.6s;
}
#g-nav.panelactive{
	right: 0;
}
#g-nav ul {
	position: absolute;
	z-index: 999;
	top:35%;
	left:50%;
	transform: translate(-50%,-50%);
	width: 80%;
}
#g-nav li:first-child{
	margin-bottom: 40px;
	font-size: 4vw;
	color: #fff;
	font-weight: 800;
}
#g-nav li{
	list-style: none;
	text-align: center;
	font-size: 87.5%;
}
#g-nav li img{
	max-width: 230px;
	margin: 10% 0 5%;
}
#g-nav li a{
	color: #fff;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#g-nav li.bookingBtn{
	max-width: 300px;
	margin: 10% auto 5%;
	padding: 0 !important;
	border: 1px solid #fff;
	webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
}
#g-nav li.snsLink{
	font-size: 87.5%;
}
.menuBtn{
	position:fixed;
	z-index: 999999;
	top:15px;
	right: 15px;
	cursor: pointer;
	width: 50px;
	height:50px;
	webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.menuBtn span{
	display: inline-block;
	position: absolute;
	left: 14px;
		width: 45%;
	height: 3px;
	transition: all .4s;
	border-radius: 2px;
	background: #fff;
}
.menuBtn span:nth-of-type(1) {
	top:15px;
}
.menuBtn span:nth-of-type(2) {
	top:23px;
}
.menuBtn span:nth-of-type(3) {
	top:31px;
}
.menuBtn.active span:nth-of-type(1) {
	top: 18px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
	width: 30%;
}
.menuBtn.active span:nth-of-type(2) {
	opacity: 0;
}
.menuBtn.active span:nth-of-type(3){
	top: 30px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 30%;
}
.headerNav li.bookingBtn{
	margin-left: 10px;
	padding: 0 !important;
	border: 1px solid #fff;
	webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
}
.headerNav li.bookingBtn a{
	display: block;
	padding: 10px 40px;
}
header .headerNav li.bookingBtn{
	margin-left: 10px;
	padding: 0 !important;
	border: 1px solid #000;
}
header .headerNav li.bookingBtn a{
	display: block;
	padding: 10px 40px;
}
header .headerNav li.bookingBtn a:hover{
	background: #3C3C3C;
	color: #fff;
	border: none;
	opacity: 1;
	webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
.bookingBtnSp{
    position: fixed;
    z-index: 1000;
    bottom: 15px;
    right: 15px;
    width: 150px;
    padding: 15px;
    font-size: 87.5%;
    text-align: center;
    webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
.bookingBtnSp a{
	color: #fff;
}
.logoSp{
	position: absolute;
    z-index: 1000;
    top: 10px;
    left: 20px;
	font-size: 225%;;
	color: #fff;
}
/*--------------------------------------------------------
	TopAboutBlock Settings
---------------------------------------------------------*/
.topAboutBlock {
	text-align: center;
}
.topAboutBlock .contents{
	max-width: 3000px;
	padding: 0 0 0 4%;
}
.topAboutBlock .AboutBox .AboutAcco{
	margin: 80px 0 40px;
}
.topAboutBlock .AboutBox .AboutAcco,
.topAboutBlock .AboutBox .AboutRen{
	display: flex;
	align-items: center;
	text-align: left;
}
.topAboutBlock .AboutBox .AboutAcco h3,
.topAboutBlock .AboutBox .AboutRen h3{
	margin-bottom: 40px;
}
.topAboutBlock .AboutBox .AboutAcco span,
.topAboutBlock .AboutBox .AboutRen span{
	font-size: 2vw;
	font-weight: 800;
}
.topAboutBlock .AboutBox .AboutAcco .AboutAccoText,
.topAboutBlock .AboutBox .AboutRen .AboutRenText{
	width: 50%;
    padding-right: 5%;
    padding-left: 3%;
}
.topAboutBlock .AboutBox .AboutAcco .AboutAccoText p,
.topAboutBlock .AboutBox .AboutRen .AboutRenText p{
	font-size: 1.3vw;
}
.topAboutBlock .AboutBox .AboutAcco .AboutAccoPho,
.topAboutBlock .AboutBox .AboutRen .AboutRenPho{
	width: 50%;
}
.topAboutBlock .AboutBox .AboutRen p.rentalLink{
	margin-top: 40px;
	text-decoration: underline;
	color: #3C3C3C;
}
.topAboutBlock .AboutBox .AboutRen p.rentalLink{
	color: #3C3C3C;
}
.sliderBox .slider .img {
	max-width: 500px;
	margin: 0 10px;
}
/*--------------------------------------------------------
	TopRoomBlock Settings
---------------------------------------------------------*/
.topRoomBlock{
	text-align: center;
}
.topRoomBlock .mainRoom{
	margin: 60px 0 ;
	text-align: left;
}
.topRoomBlock .mainRoom li{
	width: 32%;
	margin-bottom: 60px;
}
.topRoomBlock .mainRoom li h3{
	font-size: 2vw;
}
.topRoomBlock .mainRoom li p{
	font-size: 1vw;
}
.topRoomBlock .floorPlan li h3{
	margin-bottom: 20px;
	text-align: center;
}
.importantNotes h3{
	margin-bottom: 10px;
	font-size: 120% !important;
}
.importantNotes p{
	margin-bottom: 40px;
	font-size: 87.5% !important;
	font-weight: 300;
	letter-spacing: 1px;
}
.importantNotes a{
	text-decoration: underline;
}
.importantNotes{
	margin: 60px 0 0 !important;
}
/*--------------------------------------------------------
	TopReseBlock Settings
---------------------------------------------------------*/
#TopReseBlock{
	height: 400px;
	background-size: cover;
	background-position: center 60%;
	color: #fff;
	text-align: center;
}
.TopReseBlockFirst{
	background-image: url("images/rese_img01_v2.jpg");
}
.TopReseBlockSecond{
	background-image: url("images/rese_img01_v2.jpg");
}
#TopReseBlock .TopReseBlockIn{
	background: rgba(0,0,0,.6);
}
#TopReseBlock .TopReseBlockIn .contents{
	padding: 120px 20%;
	height: 400px;
}
#TopReseBlock .TopReseBlockIn .contents p{
	line-height: 2;
}
#TopReseBlock .TopReseBlockIn .contents p span{
	display: block;
}
#TopReseBlock .bookingBtn{
	max-width: 400px;
	height: 60px;
	margin: 30px auto 0;
	text-align: center;
	background: #3C3C3C;
	-webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
}
#TopReseBlock .bookingBtn a{
	position: relative;
	display: block;
	height:60px;
	color: #fff;
	line-height: 55px;;
}
#TopReseBlock .bookingBtn a:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 100;
    top: 1px;
    right: 6%;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f35a";
}
/*--------------------------------------------------------
	TopAccessBlock Settings
---------------------------------------------------------*/
.topAccessBlock {
	padding: 100px 0 120px;
	text-align: center;
}
.topAccessBlock .mainRoom{
	margin-top: 60px;
	text-align: left;
}
.topAccessBlock .accessBoxR{
	width: 50%;
	text-align: right;
}
.topAccessBlock .accessBoxL{
	width: 50%;
	padding-left: 40px;
}
.topAccessBlock iframe{
	width: 500px;
	height: 400px;
}
.topAccessBlock a{
	text-decoration: underline;
}
.topAccessBlock .accessText{
	margin: 30px 0;
}
.topAccessBlock h3{
	margin: -10px 0 0 0 ;
	font-size: 2.5vw;
	font-weight: 800;
}
.topAccessBlock h4{
	margin-bottom: 5px;
}
/*--------------------------------------------------------
	sliderBlock Settings
---------------------------------------------------------*/
.sliderBlock{
	padding: 0 ;
}
.sliderBlock .sliderBox .slider .img{
	max-width: 600px;
	margin: 0;
}
/*--------------------------------------------------------
	topFaqBlock Settings
---------------------------------------------------------*/
.topFaqBlock {
	text-align: center;
}
.topFaqBlock h3{
	margin-bottom: 0;
}
.accordionArea{
	width: 96%;
	max-width: 900px;
	margin:60px auto 0;
	text-align: left;
	list-style: none;
}
.accordionArea section {
	margin-bottom: 15px;
	background: #F8F8F8;
}
.accordionArea h3.title {
	position: relative;
	cursor: pointer;
	font-size:100%;
	font-weight: 500;
	padding: 3% 8% 3% 50px;
	transition: all .5s ease;
	background: #F8F8F8;
}
/*アイコンの＋と×*/
.accordionArea .title::before,
.accordionArea .title::after{
	position: absolute;
	content:'';
	width: 15px;
	height: 2px;
	background-color: #3C3C3C;
}
.accordionArea .title::before{
	top:48%;
	right: 15px;
	transform: rotate(0deg);
}
.accordionArea .title::after{    
	top:48%;
	right: 15px;
	transform: rotate(90deg);
}
.accordionArea .title.close::before{
	transform: rotate(45deg);
}
.accordionArea .title.close::after{
	transform: rotate(-45deg);
}
.accordionArea .box {
	display: none;
	padding: 0 50px 3% 50px;
}
/*--------------------------------------------------------
	topRentalBlock Settings
---------------------------------------------------------*/
#topRentalBlock .RentalBox{
	max-width: 600px;
	margin: 60px auto 0;
}
/*--------------------------------------------------------
	topContactBlock Settings
---------------------------------------------------------*/
p.reCAPTCHAtext {
	font-size: 75%;
	text-align: center !important;
	letter-spacing: 0;
}
a.reCAPTCHAlink {
	text-decoration: underline;
}
/*reCAPTCHA非表示*/
.grecaptcha-badge{
	visibility: hidden;
}
/*--------------------------------------------------------
	footer Settings
---------------------------------------------------------*/
footer .footerIn{
	padding: 60px 5% 20px;
	color: #fff;
}
footer p{
	color: #fff;
}
footer a,footer a:visited,footer a,footer a:hover,
footer a,footer a:visited,footer a,footer a:active,
footer a,footer a:visited,footer a,footer a:visited{
	color: #fff;
}
footer img{
	max-width: 230px;
}
footer small{
	display: block;
	padding-bottom: 15px;
	font-size: 87.5%;
	color: #fff;
	letter-spacing: 1px;
}
footer .footerTop{
	display: flex;
	justify-content: space-between;
    align-items: center;
	margin-bottom: 60px;
}
footer .footerTop ul{
	display: flex;
	margin: 15px 0;
}
footer .footerTop ul li{
	position: relative;
	padding-right: 40px;
}
footer .footerTop ul li a:after {
    content: '｜';
    display: block;
    position: absolute;
    z-index: 100;
    top: 1%;
    right: 6%;
}
footer .footerTop ul li:last-child a:after,
footer .footerTop ul li.lineBreak a:after {
    display: none;
}
footer .footerBtm{
	align-items: center;
	padding: 60px 0 100px;
	border-top: 1px solid #fff;
}
footer .footerBtm .footerBoxLText{
	width: 70%;
}
footer .footerBtm .footerBoxLText span{
	display: block;
}
footer .footerBtm h2{
}
footer .footerBtm h2 img{
	max-width: 250px;
	vertical-align: middle;
}
footer .bookingBtn{
	width: 20%;
    height: 60px;
    text-align: center;
	color: #3C3C3C;
    background: #ffffff;
	-webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
}
footer .bookingBtn a{
	position: relative;
	display: block;
	height: 60px;
	color: #3C3C3C;
	font-weight: 600;
	line-height: 55px;
}
footer .bookingBtn a:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 100;
    top: 1px;
    right: 6%;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f35a";
}
/*--------------------------------------------------------
	notFoundBlock Settings
---------------------------------------------------------*/
.notFoundTopBlock{
	height: 80px !important;
	background: #fff;
}
.notFoundTopBlock .topMainVisualIn{
	background: #fff;
}
.notFoundTopSpBlock .logoSp{
	color: #3C3C3C !important;
}
.notFoundTopBlock h1{
	color: #3C3C3C !important;
}
.notFoundBlock{
	text-align: center;
}
.notFoundBlock h2{
	font-size: 225%;
	margin-bottom: 30px;
}
.notFoundBlock .topBackBtn{
	max-width: 350px;
	margin: 40px auto 0;
}
.notFoundBlock .topBackBtn a{
	display: block;
	padding: 10px 20px;
	color: #3C3C3C;
	opacity: 1;
	border: 1px solid #3C3C3C;
	webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.notFoundBlock .topBackBtn a:hover {
	background: #3C3C3C;
	color: #fff;
	border: 1px solid #3C3C3C;
	opacity: 1;
}


/* iPadPro Size*/
@media  only screen and (max-width: 1024px) {
	/*--------------------------------------------------------
		Common Settings
	---------------------------------------------------------*/
	.pcOnly{
		display: none;
	}
	.spOnly{
		display: block;
	}
	/*--------------------------------------------------------
		header Settings
	---------------------------------------------------------*/
	header{
		background: none;
	}
	.mainHeaderIn h1{
		position: absolute;
		z-index: 1000;
		top: 23px;
		left: 30px;
	}
	.mainHeaderIn h1 img{
		max-width: 300px;
	}
	/*--------------------------------------------------------
		footer Settings
	---------------------------------------------------------*/
	footer .footerBtm .footerBoxLText span{
		display: inline;
	}
	/*--------------------------------------------------------
		TopReseBlock Settings
	---------------------------------------------------------*/
	#TopReseBlock .TopReseBlockIn .contents p span {
 	   display: inline;
	}
	/*--------------------------------------------------------
		footer Settings
	---------------------------------------------------------*/
	footer .footerTop{
		display: block;
	}
	footer .footerTop ul{
		display: block;
		margin: 0;
	}
	footer .footerTop ul li{
		margin: 0 0 25px 0;
	}
	footer .footerTop ul li.lineBreak{
		margin: 0 0 40px 0;
	}
	footer .bookingBtn {
		width: 100%;
	}
	footer .footerBtm .footerBoxLImg{
		margin-bottom: 30px;
	}
	footer .footerBtm .footerBoxLText{
		width: 100%;
		margin-bottom: 30px;
	}
	footer .footerTop ul li a:after {
		display: none;
	}
}
/* iPad Air Size*/
@media  only screen and (max-width: 820px) {
	/*--------------------------------------------------------
		Common Settings
	---------------------------------------------------------*/
	.wrapper {
		padding: 50px 0;
	}
	/*--------------------------------------------------------
		topMainVisual Settings
	---------------------------------------------------------*/
	.topMainLogo img {
		max-width: 250px;
		margin-bottom: 20px;
	}
	.topMainLogo p {
		font-size: 100%;
	}
	.topMainLogo h2{
		font-size: 7vw;
	}
	.topMainLogo h2 span{
		display: block;
	}
	/*--------------------------------------------------------
		TopAboutBlock Settings
	---------------------------------------------------------*/
	.topAboutBlock .AboutBox .AboutAcco {
		margin: 50px 0 30px;
	}
	/*--------------------------------------------------------
		topRoomBlock Settings
	---------------------------------------------------------*/
	.topRoomBlock .mainRoom{
		margin: 50px 0 0;
	}
	.topRoomBlock .mainRoom li {
		margin-bottom: 30px;
	}
	/*--------------------------------------------------------
		TopReseBlock Settings
	---------------------------------------------------------*/
	#TopReseBlock {
		height: 300px;
	}
	#TopReseBlock .TopReseBlockIn .contents {
		padding: 70px 20%;
		height: 300px;
	}
	/*--------------------------------------------------------
		topAccessBlock Settings
	---------------------------------------------------------*/
	.topAccessBlock .mainRoom {
		margin-top: 50px;
	}
	.topAccessBlock .accessBoxR {
		width: 50%;
	}
	.topAccessBlock .accessBoxL {
		width: 50%;
	}
	.topAccessBlock iframe {
		height: 300px;
	}
	/*--------------------------------------------------------
		sliderBlock Settings
	---------------------------------------------------------*/
	.sliderBlock{
		padding: 0;
	}
	/*--------------------------------------------------------
		accordionArea Settings
	---------------------------------------------------------*/
	.accordionArea{
		margin: 40px auto 0;
	}
	.accordionArea .box p{
		font-size: 87.5%;
	}
	/*--------------------------------------------------------
		topRentalBlock Settings
	---------------------------------------------------------*/
	#topRentalBlock .RentalBox {
		margin: 40px auto 0;
	}
	/*--------------------------------------------------------
		topFaqBlock Settings
	---------------------------------------------------------*/
	.accordionArea h3.title{
		font-size: 87.5%;
	}
}

/* iPad Size*/
@media  only screen and (max-width: 768px) {
	/*--------------------------------------------------------
		Common Settings
	---------------------------------------------------------*/
	h2 {
		margin-bottom: -5px;
		font-size: 4.5vw;
	}
	h3 {
		font-size: 3.5vw;
	}
	span.subTitleText {
		font-size: 2vw;
	}
	/*--------------------------------------------------------
		topMainVisual Settings
	---------------------------------------------------------*/
	.topMainVisual .topMainVisualSns{
		display: none;
	}
	/*--------------------------------------------------------
		topAboutBlock Settings
	---------------------------------------------------------*/
	.topAboutBlock {
		margin-bottom: 30px;
	}
	.topAboutBlock .contents {
		padding: 0 4%;
	}
	.topAboutBlock .AboutBox .AboutAcco, .topAboutBlock .AboutBox .AboutRen {
		display: block;
	}
	.topAboutBlock .AboutBox .AboutAcco .AboutAccoText, .topAboutBlock .AboutBox .AboutRen .AboutRenText {
		width: 100%;
		margin-bottom: 30px;
		padding-right: 0;
		padding-left: 0;
	}
	.topAboutBlock .AboutBox .AboutAcco .AboutAccoPho, .topAboutBlock .AboutBox .AboutRen .AboutRenPho {
		width: 100%;
	}
	.topAboutBlock .AboutBox .AboutAcco h3, .topAboutBlock .AboutBox .AboutRen h3 {
		margin-bottom: 20px;
	}
	.topAboutBlock .AboutBox .AboutAcco .AboutAccoText p, .topAboutBlock .AboutBox .AboutRen .AboutRenText p {
		font-size: 2vw;
	}
	.topAboutBlock .AboutBox .AboutAcco {
        margin: 40px 0 60px;
    }
	.topAboutBlock .AboutBox .AboutRen p.rentalLink{
		margin: 20px 0 40px 0;
	}
	/*--------------------------------------------------------
		TopRoomBlock Settings
	---------------------------------------------------------*/
	.topRoomBlock .mainRoom li {
		width: 48%;
	}
	.topRoomBlock .mainRoom li h3 {
		font-size: 2.5vw;
		margin-top: 10px;
	}
	.topRoomBlock .mainRoom li p {
		font-size: 2vw;
	}
	.topRoomBlock .floorPlan .flex2Column{
		width: 100% !important;
	}
	.importantNotes .flex2Column{
		width: 100% !important;
	}
	/*--------------------------------------------------------
		TopReseBlock Settings
	---------------------------------------------------------*/
	#TopReseBlock .TopReseBlockIn .contents {
        padding: 70px 4%;
	}
	#TopReseBlock .bookingBtn {
		max-width: 300px;
	}
	/*--------------------------------------------------------
	    TopAccessBlock Settings
	---------------------------------------------------------*/
	.topAccessBlock .mainRoom{
		display: block;
	}
	.topAccessBlock .accessBoxR,
	.topAccessBlock .accessBoxL{
		width: 100%;
	}
	.topAccessBlock .accessBoxR{
		text-align: center;
	}
	.topAccessBlock .accessBoxL{
		margin:30px 0 0 0  ;
		padding: 0;
	}
	.topAccessBlock iframe{
		width: 800px;
	}
	.topAccessBlock h3 {
		margin: 0px 0 20px 0;
		font-size: 3.5vw;
	}
	.topAccessBlock h4 {
		font-size: 100%;
	}
	/*--------------------------------------------------------
		sliderBlock Settings
	---------------------------------------------------------*/
	.sliderBlock{
		margin-bottom: 0;
	}
	.sliderBlock .sliderBox .slider .img {
		max-width: 300px;
	}
	/*--------------------------------------------------------
		footer Settings
	---------------------------------------------------------*/
	footer .bookingBtn {
        width: 100%;
    }
	/*--------------------------------------------------------
		topContactBlock Settings
	---------------------------------------------------------*/
	p.reCAPTCHAtext {
		text-align: left !important;
	}
	/*--------------------------------------------------------
	notFoundBlock Settings
	---------------------------------------------------------*/
	.notFoundBlock h2{
		font-size: 180%;
	}
}

/* surface Duo Size*/
@media  only screen and (max-width: 540px) {
	/*--------------------------------------------------------
		Common Settings
	---------------------------------------------------------*/
	h2 {
		margin-bottom: -5px;
		font-size: 6vw;
	}
	h3 {
		font-size: 5.5vw;
	}
	p{
		font-size: 80%;
	}
	span.subTitleText {
		font-size: 2.5vw;
	}
	/*--------------------------------------------------------
		topMainVisual Settings
	---------------------------------------------------------*/
	.topMainLogo img {
		max-width: 230px;
		margin-bottom: 15px;
	}
	.topMainLogo p {
		font-size: 87.5%;
	}
	#g-nav li:first-child {
		font-size: 5vw;
	}
	.mainHeaderIn h1 img{
		max-width: 250px;
	}
	#g-nav li img {
    	max-width: 200px;
	}
	/*--------------------------------------------------------
		TopAboutBlock Settings
	---------------------------------------------------------*/
	.topAboutBlock p.topConceptText{
		text-align: left;
	}
	.topAboutBlock .AboutBox .AboutAcco span, .topAboutBlock .AboutBox .AboutRen span {
		font-size: 3vw;
	}
	.topAboutBlock .AboutBox .AboutAcco .AboutAccoText p, .topAboutBlock .AboutBox .AboutRen .AboutRenText p {
        font-size: 3vw;
    }
	.topAboutBlock .AboutBox .AboutAcco h3, .topAboutBlock .AboutBox .AboutRen h3{
		margin-bottom: 15px;
	}
	/*--------------------------------------------------------
		TopRoomBlock Settings
	---------------------------------------------------------*/
	.topRoomBlock .mainRoom {
        margin: 40px 0 0;
    }
    .topRoomBlock .mainRoom li h3 {
        font-size: 3.5vw;
        margin-top: 10px;
        margin-bottom: 0;
    }
	.topRoomBlock .mainRoom li p {
        font-size: 2.5vw;
    }
	/*--------------------------------------------------------
		topAccessBlock Settings
	---------------------------------------------------------*/
	.topAccessBlock .mainRoom {
        margin-top: 40px;
    }
	.topAccessBlock h3 {
		margin-bottom: 0;
        font-size: 200%;
    }
	/*--------------------------------------------------------
		topFaqBlock Settings
	---------------------------------------------------------*/
	.accordionArea h3.title {
		font-size: 81.25%;
	}
	.accordionArea h3.title{
		padding: 3% 10% 3% 20px;
	}
	.accordionArea .box {
		padding: 3% 10% 3% 20px;
	}
}



/* iPhone Plus Size*/
@media  only screen and (max-width: 414px) {
	/*--------------------------------------------------------
		Common Settings
	---------------------------------------------------------*/

	/*--------------------------------------------------------
		topMainVisual Settings
	---------------------------------------------------------*/
	.topMainLogo img {
		max-width: 210px;
		margin-bottom: 15px;
	}
	.topMainLogo p {
		font-size: 75%;
	}
}


/* iPhone SE Size*/
@media  only screen and (max-width: 375px) {
	/*--------------------------------------------------------
		header Settings
	---------------------------------------------------------*/

}
