@charset "utf-8";

/*=============================================================================
   Reset
=============================================================================*/

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, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
	border: 0;
}
img {
	border: 0;
	transform: translateZ(0);
	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
img, input {
	vertical-align: middle;
}
html:not(.wp) h1,
html:not(.wp) h2,
html:not(.wp) h3,
html:not(.wp) h4,
html:not(.wp) h5,
html:not(.wp) h6,
html:not(.wp) address {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
table, caption, th, td {
	font-style: normal;
	font-weight: normal;
}
hr {
	margin: 0;
	padding: 0;
}
iframe {
	margin: 0;
	padding: 0;
	border: 0;
}
form, fieldset, input, button, select, optgroup, option, textarea, label, legend {
	margin: 0;
	padding: 0;
	outline: none;
}
span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, br, ins, del, a, img, object {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: inherit;
	border: 0;
}

/*=============================================
 * reset - custom
 *=============================================*/

:before,
:after {
	pointer-events: none;
}
* { /* fix font boosting on mobile Chrome */
	max-height: 1000000px;
}
*:first-child + html img,
* html img {
	vertical-align: top;
}
html,
body {
	line-height: 1;
	word-spacing: normal;
	min-height: 100%;
	text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	/* -webkit-font-smoothing: antialiased; */
}
html.break-jump,
.break-jump body { /* fixed for screen jumping bug on iOS */
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
}
input,
button,
select,
optgroup,
option,
textarea,
label {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
select,
button,
input:button,
input:submit,
input:reset {
	cursor: pointer;
}
/*
option:disabled {
	display: none;
}
*/
strong {
	font-weight: 600;
}
em {
	font-style: italic;
}
small {
	font-size: smaller;
}
del {
	text-decoration: line-through;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:focus,
a:active {
	outline: none;
	-moz-outline-style: none;
	ie-dummy: expression(this.hideFocus=true);
}
/*
a[href=""],
a[href=""] > * {
	cursor: not-allowed !important;
}
a[href=""]:focus,
a[href=""]:active {
	pointer-events: none;
}
*/
a[x-apple-data-detectors] {
	color: inherit !important;
	text-decoration: none !important;
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
}



/*=============================================
 * lazyload
 *=============================================*/

img:not([src]) {
	visibility: hidden;
}
img[data-src],
img[data-srcset] {
	display: block;
	min-height: 1px;
}
.i-wrapper {
	width: 100%;
	height: 0;
	padding-bottom: 66.67%; /* You define this doing height / width * 100% */
	position: relative;
}
.i-wrapper img {
	width: 100%;
	/*height: auto;*/
	position: absolute;
}



/*=============================================
 * .clearfix
 *=============================================*/

.nav-fl,
.nav-fr,
.clearfix {
	zoom: 1 !important;
}
.nav-fl:after,
.nav-fr:after,
.clearfix:after {
	content: "." !important;
	clear: both !important;
	display: block !important;
	height: 0 !important;
	visibility: hidden !important;
}



/*=============================================
 * nav - float/inline
 *=============================================*/

.nav-fl > * {
	float: left;
}
.nav-fr > * {
	float: right;
}
.nav-inline > * {
	display: inline-block;
}



/*=============================================
 * fonts
 *=============================================*/

 /*
[class^=fnt-] {
	font-size: initial;
	font-weight: normal;
	font-style: normal;
	line-height: initial;
	letter-spacing: initial;
}
*/
.fnt-garamond {
	font-family: Garamond, "游明朝", YuMincho, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



/*=============================================
 * text vertical
 *=============================================*/

.txt-vertical {
	cursor: vertical-text;
	writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	text-orientation: upright;
	word-wrap: break-word;
}
.txt-vertical .int {
	writing-mode: lr-tb;
	-o-writing-mode: horizontal-tb;
	-ms-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	-moz-writing-mode: horizontal-tb;
	-webkit-writing-mode: horizontal-tb;
	display: inline-block;
	text-align: center;
	line-height: 1.5em;
}
.txt-normal .int {
	height: 1.1em;
}
.txt-vertical-x > * {
	writing-mode: rl-tb;
	-o-writing-mode: vertical-tb;
	-ms-writing-mode: vertical-tb;
	-ms-writing-mode: rl-tb;
	-moz-writing-mode: vertical-tb;
	-webkit-writing-mode: vertical-tb;
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	display: inline-block;
	white-space: nowrap;
	word-wrap: break-word;
	width: 1px;
	line-height: 1;
}
.txt-vertical .txt-latin {
	cursor: vertical-text;
	direction: rtl;
	writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	text-orientation: sideways-right;
	-o-text-orientation: sideways-right;
	-ms-text-orientation: upright;
	-ms-text-orientation: sideways-right;
	-moz-text-orientation: sideways-right;
	-webkit-text-orientation: sideways-right;
	letter-spacing: .25em;
}



/*=============================================
 * .bg-parallax
 *=============================================*/

.bg-parallax {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	width: 100%;
	min-height: 600px;
}



/*=============================================
 * rollover button
 *=============================================*/

.btn-over img,
.over-img img,
img.over,
img:not(.btn):not(.non-over),
button img {
	opacity: 1;
	transform: translateX(0) translateZ(0);
	-moz-transform: translateX(0) translateZ(0);
	-webkit-transform: translateX(0) translateZ(0);
	transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
}
.over-img img:hover,
img.over:hover,
/* a:not([href=""]):hover img:not(.btn):not(.non-over), */
a:hover img:not(.btn):not(.non-over),
button:hover img {
	cursor: pointer;
	opacity: .8;
	transform: translateX(.01em) translateZ(0);
	-moz-transform: translateX(.01em) translateZ(0);
	-webkit-transform: translateX(.01em) translateZ(0);
}
.non-over a:hover img:not(.over),
.non-over img:not(.over):not(.btn):hover {
	opacity: 1 !important;
}
.btn-over {
	display: inline-block;
	position: relative;
}
.btn-over img + img {
	pointer-events: none;
	opacity: 0 !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.btn-over:hover img + img,
.btn-over.active img + img {
	opacity: 1 !important;
}
.btn-over:hover img,
.btn-over.active img {
	opacity: 0 !important;
}



/*=============================================
 * .slide-fade
 *=============================================*/

.slideParent {
	position: relative;
}
.slide-fade {
	position: relative;
}
.slide-fade > * {
	margin: auto;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.slide-btn {
	pointer-events: none;
	margin: auto;
	width: 100%;
	position: relative;
	z-index: 1;
}
.slide-btn .slide-next,
.slide-btn .slide-prev {
	pointer-events: visible;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.slide-btn .slide-next {
	right: 0;
}
.slide-btn .slide-prev {
	left: 0;
}
.slide-btn .slide-next img,
.slide-btn .slide-prev img {
	cursor: pointer;
	opacity: 1;
	transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
}
.slide-btn .slide-next img:hover,
.slide-btn .slide-prev img:hover {
	opacity: .8;
}
.slide-page {
	margin: 0 auto;
	text-align: center;
}
.slide-page > * {
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	background: #C0C0C0;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.slide-page > *:hover,
.slide-page > *.active {
	background: #8D8D8D;
}



/*=============================================
 * .nav-animate
 *=============================================*/

.nav-animate {
}



/*=============================================
 * .nav-fixed
 *=============================================*/

.nav-fixed {
}
.nav-fixed.fixed {
}
.nav-target {
}
.nav-pin {
}
.nav-pin.fixed {
}



/*=============================================
 * .wrap
 *=============================================*/

.wrap {
	margin: 0 auto;
	width: 1100px;
	position: relative;
}



/*=============================================
 * .gmap
 *=============================================*/

.gmap {
	background: url(data:image/gif;base64,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) no-repeat center center #EDEDED;
	width: 100%;
	min-height: 300px;
	position: relative;
}
.gmap iframe {
	pointer-events: none !important;
	width: 100%;
}
.gmap.scrollable iframe {
	pointer-events: visible !important;
}



/*=============================================
 * .tabs-switch
 *=============================================*/

.tabs-switch {
}
.tabs-switch .tab-link {
}
.tabs-switch .tab-link > * {
	cursor: pointer;
	display: inline-block;
}
.tabs-switch .tab-link > * a {
	pointer-events: none;
}
.tabs-switch .tab-link.link-over > * {
	position: relative;
}
.tabs-switch .tab-link.link-over > * > img {
}
.tabs-switch .tab-link.link-over > * > img + img {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.tabs-switch .tab-link.link-over > * > img + img,
.tabs-switch .tab-link.link-over > *:hover > img,
.tabs-switch .tab-link.link-over > *.active > img {
	opacity: 0;
}
.tabs-switch .tab-link.link-over > *:hover > img + img,
.tabs-switch .tab-link.link-over > *.active > img + img {
	opacity: 1;
}
.tabs-switch .tab-content {
}
.tabs-switch[data=fade] .tab-content {
	min-height: 100px;
	position: relative;
}
.tabs-switch .tab-content > * {
	display: none;
}
.tabs-switch[data=fade] .tab-content > * {
	margin: auto;
	width: 100%;
	height: 100%;/*
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	*/
}



/*=============================================
 * .toggle
 *=============================================*/

.toggle {
}
.toggle .toggle-link {
	cursor: pointer;
	position: relative;
}
.toggle .toggle-main {
	display: none;
}
.toggle.active .toggle-main {
	display: block;
}



/*=============================================
 * .pagination
 *=============================================*/

.pagination {
}
.pagination > .page-content {
}
.pagination > .page-content > * {
	display: none;
}
.pagination > .page-content > *.active {
	display: block;
}
.pagination > .page-link {
	text-align: center;
}
.pagination > .page-link ul {
}
.pagination > .page-link li {
	cursor: pointer;
	display: inline-block;
}
.pagination > .page-link .page-item {
}
.pagination > .page-link .page-item.active {
	font-weight: 600;
}
.pagination > .page-link .page-ellipse {
}
.pagination > .page-link .page-first {
}
.pagination > .page-link .page-last {
}
.pagination > .page-link .page-next {
}
.pagination > .page-link .page-prev {
}
.pagination > .page-link .page-ellipse,
.pagination > .page-link .page-first.disabled,
.pagination > .page-link .page-last.disabled,
.pagination > .page-link .page-next.disabled,
.pagination > .page-link .page-prev.disabled {
	cursor: not-allowed;
}



/*=============================================
 * .noanimated
 *=============================================*/

.noanimated {
}
.noanimated .wow {
	visibility: visible !important;
	animation-duration: none !important;
	-moz-animation-duration: none !important;
	-webkit-animation-duration: none !important;
	animation-fill-mode: none !important;
	-moz-animation-fill-mode: none !important;
	-webkit-animation-fill-mode: none !important;
}



/*=============================================
 * .rss
 *=============================================*/

.rss {
	word-wrap: break-word;
	word-break: break-word;
}



/*=============================================
 * #pagetop
 *=============================================*/

#pagetop {

	background-repeat: no-repeat;
	background-position: center;
	position: fixed;
	right: 10px;
	bottom: 10px;

	z-index: 999;
	transition:
		opacity .3s ease,
		visibility .3s ease;
	-moz-transition:
		opacity .3s ease,
		visibility .3s ease;
	-webkit-transition:
		opacity .3s ease,
		visibility .3s ease;
}
#pagetop.visible {
	opacity: 1;
	visibility: visible;
}
#pagetop.in-scroll {
	cursor: not-allowed;
}
#pagetop > * {
	opacity: 1;
	transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
}
#pagetop > *:hover {
	cursor: pointer;
	opacity: .8;
}



/*=============================================
 * <header>
 *=============================================*/

header {
	width: 100%;
}
header > .wrap {
	position: relative;
	z-index: 2;
}
header h1 {
	font-size: inherit;
}



/*=============================================
 * <section>
 *=============================================*/

section {
	clear: both;
	margin: auto;
	width: 100%;
	position: relative;
}



/*=============================================
 * <footer>
 *=============================================*/

footer {
	width: 100%;
	position: relative;
}
footer a {
	color: inherit;
}
footer nav {
}
footer nav > a {
}
footer nav > a + a {
	padding-left: 5px;
}
footer nav > a + a:before {
	content: "\7C";
	display: inline-block;
	padding-right: 5px;
	text-decoration: none;
	text-decoration-line: none;
	text-decoration-color: transparent;
}

address {
	text-align: center;
}



/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
	margin: auto;
	font: unset;
	line-height: normal;
	text-align: center;
}
#socialbuttons > * {
	display: inline-block;
	margin: 0 3px;
	vertical-align: middle;
	height: 20px;
}


.social-google {
    display: none !important;
}
/*=============================================
 * debugger
 *=============================================*/

html.fc-debugger {
}
#fc-console {
	opacity: 0;
	margin: auto;
	color: #F0F0F0;
	font-size: 14px;
	font-family: Consolas, "Source Code Pro", "Lucida Grande", monospace, sans-serif;
	background: rgba(60, 60, 60, .9);
	width: 90%;
	max-width: 1200px;
	border: 1px solid rgba(255, 255, 255, .05);
	position: fixed;
	top: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: 5px 10px 10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 5px 10px 10px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 5px 10px 10px rgba(0, 0, 0, .5);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	visibility: hidden;
	z-index: 9999999999999999999999999999999;
}
html.fc-debugger #fc-console {
	opacity: 1;
	visibility: visible;
}
#fc-console.active {
	top: initial;
}
#fc-console * {
	color: #EFEFEF;
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	line-height: 20px;
}
#fc-console .console-title {
	cursor: pointer;
	margin: auto;
	padding: 10px 20px;
	color: #202020;
	font-size: 20px;
	font-weight: 600;
	font-variant: small-caps;
	text-shadow: none;
	line-height: 22px;
	background: rgba(215, 215, 215, .8);
	border: 1px solid rgba(255, 255, 255, .05);
	position: absolute;
	top: -45px;
	left: -1px;
	right: -1px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#fc-console .console-title[data-total]:before {
	content: attr(data-total);
	margin-left: -10px;
	margin-right: 10px;
	padding: 3px 10px;
	color: #FEFEFE;
	font-size: 12px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	line-height: 15px;
	background: #D82323;
	height: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 15px;
	position: relative;
	top: -3px;
}
#fc-console .console-title:hover {
	color: #303030;
	background: rgba(215, 215, 215, .9);
}
#fc-console .console-clear {
	cursor: pointer;
	margin: auto;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 15px;
	background: #607D8B;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	top: -35px;
	right: 7px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#fc-console .console-clear:hover {
	background: #4C626D;
}
#fc-console .console-main {
	padding: 10px;
	max-height: 350px;
	max-height: 35vh;
	overflow: hidden;
	overflow-y: auto;
}
#fc-console .console-main a {
	color: #3A92C8;
	text-decoration: none;
}
#fc-console .console-main a:hover {
	text-decoration: underline;
}
#fc-console .console-block {
	padding: 10px;
	position: relative;
}
#fc-console .console-block[data-count]:before {
	content: attr(data-count);
	margin: auto;
	padding: 3px 10px;
	color: #FEFEFE;
	font-size: 12px;
	text-align: center;
	line-height: 15px;
	background: #D82323;
	height: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 15px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
#fc-console .console-block + .console-block {
}
#fc-console .console-block + .console-block:after {
	content: "";
	margin: auto;
	background: rgba(0, 0, 0, .1);
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 1px rgba(255, 255, 255, .05);
	-moz-box-shadow: 0 1px rgba(255, 255, 255, .05);
	-webkit-box-shadow: 0 1px rgba(255, 255, 255, .05);
}
#fc-console .console-block > * {
	margin: 5px 0;
}
#fc-console .console-message {
	padding-left: 20px;
	color: #F44336;
	font-style: italic;
	position: relative;
}
#fc-console .console-message:before {
	content: "#";
	color: #F44336;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
#fc-console .console-stacktrace {
	margin-left: 20px;
	padding-left: 20px;
	box-shadow: inset 2px 0 rgba(255, 255, 255, .1);
	-moz-box-shadow: inset 2px 0 rgba(255, 255, 255, .1);
	-webkit-box-shadow: inset 2px 0 rgba(255, 255, 255, .1);
}
#fc-console .console-stacktrace > * {
	font-size: 13px;
}
#fc-console .console-script {
}
#fc-console .console-line {
}
#fc-console .console-column {
}
#fc-console .console-error {
	margin-left: 18px;
	padding-left: 22px;
	color: #CFCFCF;
	position: relative;
}
#fc-console .console-error:before {
	content: "$";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}



/*=============================================
 * .copy - clipboard
 *=============================================*/

.copy {
	cursor: pointer;
	touch-action: manipulation; /* fixed for iOS */
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.copy:hover {
	opacity: .8;
}
.copy.copied {
}



/*=============================================
 * customs
 *=============================================*/

.bxSlider,
.bxSlider * {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.bx-wrapper img { /* responsive */
	display: block;
	max-width: 100%;
	height: auto;
}
a.bx-next,
a.bx-next:active,
a.bx-next:focus,
a.bx-next:hover,
a.bx-next:hover img,
a.bx-prev,
a.bx-prev:active,
a.bx-prev:focus,
a.bx-prev:hover,
a.bx-prev:hover img,
a.bx-pager-link,
a.bx-pager-link:active,
a.bx-pager-link:focus,
a.bx-pager-link:hover,
a.bx-pager-link:hover img,
a[data-slide-index],
a[data-slide-index]:active,
a[data-slide-index]:focus,
a[data-slide-index]:hover,
a[data-slide-index]:hover img {
	pointer-events: visible !important;
	cursor: pointer !important;
}

.fb-page {
	background: #FFF;
	width: 100%;
	height: inherit;
}
.fb-like.fb_iframe_widget > span {
	display: block;
	vertical-align: baseline !important;
}

/* https://stackoverflow.com/questions/29429296/responsive-width-facebook-page-plugin/31971705 */
.fb-page,
.fb-page span,
.fb-page span iframe[style] {
    max-width: 100% !important;
}



/*=============================================
 * horizontal & vertical align
 *=============================================*/

.x-full {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.x-center {
	text-align: center;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.y-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.z-center {
	margin-right: -50%;
	text-align: center;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}



/*=============================================
 * .vh-fix
 *=============================================*/

.vh-fix {
}



/*=============================================
 * .full-height - 100vh
 *
 * this bug not displaying 100vh correctly
 * fixed on iOS/Chrome
 *=============================================*/

.full-height {
	height: 100vh;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	.full-height {
		height: 768px;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	.full-height {
		height: 1024px;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
	.full-height {
		height: 320px;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
	.full-height {
		height: 568px;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	.full-height {
		height: 320px;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.full-height {
		height: 480px;
	}
}



/*=============================================
 * customs common - FCV
 *=============================================*/

.fl {
	float: left;
}
.fr {
	float: right;
}
.fn {
	float: none;
}



/*=============================================
 * WordPress
 *=============================================*/

body.wp {
}



/*=============================================
 * RESPONSIVE
 *=============================================*/

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



@media only screen and (max-width: 1080px) {
	html.responsive {
		min-width: auto;
	}
	html.responsive a:hover {
		text-decoration: none;
	}
	html.responsive img {
		width: auto;
		height: auto;
		width: 100%;
	}
	html.responsive .wrap {
		padding: 0 6.25%; /* 40px */
		width: auto;
		max-width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	html.responsive #socialbuttons .social-line {
		width: 92px;
		overflow: hidden;
	}
}

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

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

@media only screen and (max-width: 320px) {
	html.responsive {
		min-width: 320px !important;
	}
}
@-moz-document url-prefix() {
.txt-vertical .txt-latin{
   	position: relative;
	left: 4px;
  }
}

html {
   font-size: 100%;
   overflow-y: scroll;
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
	 -webkit-font-smoothing: antialiased;
	 }
body {
	margin: 0;
	}
h1,h2,h3,h4,h5,h6,div,p,ol,ul,li,dl,dt,dd,address,form,input{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	}
img {
	border: 0;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;/*ie7*/
	}

ul,ol { list-style: none;}
table { border-collapse: collapse;border-spacing: 0;}

/*=============================================================================
   Base
=============================================================================*/
body {
	color: #443322;
	background:#FFFFFF url(../img/body.jpg) repeat center top;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 100%;
	line-height: 1.8;
	width: 100%;
	overflow: hidden;
	}

a:link, a:visited{
	color: #828B57;
	text-decoration: none;
	}
a:hover, a:active{
	color: #cc6622;
	text-decoration: underline;
	outline: 0;
	}
a:focus {
  outline: thin dotted/*chrome*/;
	}
/*a:hover img {
	opacity: .75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	}*/

h1 { /*display: none;*/
	width: 200px;
	font-size: 12px;
	position: absolute;
	left:280px;
	top:110px;
}
h2 {
	}
h3 {
	}
h4 {
	}
h5 {
	}
h6 {
	}
hr {
	height:1px;
	clear:both;
	border-style: solid;
	border-color: #bbaa99;
	border-width:1px 0 0 0;
	margin-top: 30px;
	margin-bottom: 30px;
	}
strong { font-style: normal; font-weight: bold;}

/* Clear Settings
-----------------------------------------------------------------------------*/
.clear:before,.clear:after {content:"";display:table;}
.clear:after { clear:both;}
.clear { zoom:1;}

.cl_both {clear: both;}
.cl_blank {clear: both;height: 0px;font-size: 0px;line-height: 0px;}

/*=============================================================================
   Layout
=============================================================================*/
.container, .content, .inner {	clear: both;	height: auto;	}
.container:after, .content:after, .inner:after{content: ""; display: block; clear: both;}
.container {
	width: 1100px;
	margin: 0px auto;
	position: relative;
	}
.content { width: 100%; 	}
.inner {
	zoom:1;
	padding: 0px 20px;
	}

/* basic
-----------------------------------------------------------------------------*/
div#header_wrap {
	}
div#header {
	width: 100%;
	height: 190px;
	background: url(../img/bg_header.png) repeat-x center top;
	position: absolute;
	top: 0px;
	}

div#main_visual {
	height: auto;
	width: 100%;
	position: relative;
	}
	div#main_visual:after{
	content: "";
	display: block;
	clear: both;
	background: url(../img/kv_btmbar.jpg) repeat-x center top;
	height: 10px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	}

div#content_wrap {
	}

div#footer {
	height: 455px;
	background: url(../img/bg_footer.jpg) repeat-x center top, url('../img/shared/footer_bg_bot.jpg');
	}

/* Header
-----------------------------------------------------------------------------*/
div#logo {
	background: url(../img/logo.png) no-repeat;
	height: 630px;
	width: 220px;
	position: absolute;
	left: 40px;
	top: 0px;
	}
	div#logo a {
	height: 1px;
	width: 220px;
	display: block;
	padding-top: 629px;
	overflow: hidden;
	}
div#header_tel {
	height: 60px;
	width: 210px;
	float: left;
	margin-left: 270px;
	padding-top: 30px;
	}

/* Main image
-----------------------------------------------------------------------------*/
div#viewer {
	background: url(../img/top_kv01.jpg) no-repeat center center / cover;
	max-height: 1000px;
 	}
div#main_visual .content {
	height: 800px;
	background: url(../img/welcome_kv.jpg) no-repeat center bottom / cover;
	}
#welcome div#main_visual .content { background-image: url(../img/welcome_kv.jpg); 	}
#ceremony div#main_visual .content { background-image: url(../img/ceremony_kv.jpg); 	}
#menu div#main_visual .content { background-image: url(../img/menu_kv.jpg); 	}
#shop div#main_visual .content { background-image: url(../img/shop_kv.jpg); 	}
#info div#main_visual .content { background-image: url(../img/info_kv.jpg); 	}

/* Navigation
-----------------------------------------------------------------------------*/
/****************************
/* Main navi
****************************/
#nav {
	margin: 0px 10px 0px 0px;
	height: 160px;
	width: 560px;
	padding: 0px;
	background-image: url(../img/nav_ov.png);
	float: right;
	}
  #nav ul { list-style: none;}
	#nav li {
	width: 55px;
	height: 50px;
	float: left;
	}
	#nav a {
	display: block;
	width: 55px;
	height: 1px;
	background-image: url(../img/nav.png);
	background-repeat: no-repeat;
	padding-top: 159px;
	overflow: hidden;
	}
	#nav a:hover { background-image: none; 	}

#nav01 a {background-position: 0px 0px;}
#nav02 a {background-position: -55px 0px;}
#nav03 a {background-position: -110px 0px;}
#nav04 a {background-position: -165px 0px;}
#nav05 a {background-position: -220px 0px;}
#nav06 a {background-position: -275px 0px;}
#nav07 a {background-position: -330px 0px;}
#nav08 a {background-position: -385px 0px;}
#nav09 a {background-position: -440px 0px;}
#nav10 a {background-position: -495px 0px;}

#index #nav01 a,
#welcome #nav02 a,
#course #nav03 a,
#ceremony #nav04 a,
#menu #nav05 a,
#menu #nav06 a,
#shop #nav07 a,
#info #nav08 a,
#info #nav09 a {
	background-image: none;
	}


/* Contents
-----------------------------------------------------------------------------*/
/****************************
/* main contents
****************************/
.txtArea { overflow: hidden; 	}
	.txtArea p { margin-bottom: 0.6em;}



/* Footer
-----------------------------------------------------------------------------*/
#pagetop {
	position: fixed;
	bottom: 100px;
	right: -5px;
	clear: both;
	display: none;
	z-index: 500;
	}
	#pagetop a {
	text-align: center;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	text-decoration: none;
	background: #543;
	color: #eee;
	height: 50px;
	width: 50px;
	padding: 10px;
	font-size: 10px;
	line-height: 130%;
	vertical-align: middle;
	display: table-cell;
	overflow: hidden;
	}

div#footer, div#footer a { color: #ffffee;}
div#footer .container {
	background: url(../img/footer.jpg) no-repeat center top;
	height: 270px;
	width: 1050px;
	padding-top: 60px;
	padding-left: 50px;
	padding-bottom: 30px;
	}
	div#footer_logo {
	height: 270px;
	width: 90px;
	margin-right: 50px;
	float: left;
	}
	div#footer_logo a {
	width: 90px;
	height: 1px;
	padding-top:269px;
	overflow:hidden;
	display:block;
	background: url(../img/footer_logo.png) no-repeat;
	}
	div#footer .txtArea {
	float: left;
	height: 250px;
	width: 500px;
	padding-top: 35px;
	}
	div#footer_tel { height: 30px; margin-bottom: 10px; }
	div#footer_add { font-size: 14px; 	}
	div#footer_add dl { margin-bottom: 10px; 	}
	div#footer_add dt {
	width: 5em;
	float: left;
	}
	div#footer_add dd {
	margin-bottom: 0.1em;
	padding-left: 5em;
	}
div#socialbuttons {
	width: auto;
	}
	#socialbuttons div {
	display: inline-block;
	margin-right: 5px;
}
#socialbuttons .twitter {
	margin-right: 0;
}
#footer #facebook {
	width: 400px;
	height: 300px;
	position: absolute;
	top: 71px;
	right: 0;
}

	/*div#footer_img {
	float: left;
	height: auto;
	width: auto;
	margin-right: 10px;
	}
	div#footer h4 {
	background: url(none);
	margin: 0px;
	padding: 0px;
	font-size: 1.16em;
	font-weight: normal;
	border-style: none;
	clear: none;
	color: #887755;
	}
	div#footer dl {
	margin: 0px;
	float: left;
	text-align: left;
	padding: 0px;
	}
	div#footer dt {
	margin: 0px;
	float: left;
	text-align: right;
	width: 60px;
	clear: both;
	}
	div#footer dd {
	text-align: left;
	border-style: none;
	margin-left: 65px;
	}*/

div#footernavi {
	height: 18px;
	font-size: 14px;
	line-height: 18px;
	padding: 12px 0px 10px;
	text-align: center;
	}
	div#footernavi ul {
	}
	div#footernavi li {
	padding: 0px 15px;
	display: inline;
	border-right: 1px solid #fffeee;
	}
	div#footernavi li:first-child { border-left: 1px solid #887755;
	}
div#copyright {
	text-align: center;
	padding-top: 10px;
	color: #ffffee;
	line-height: 30px;
	height: 30px;
	font-size: 13px;
	}


/*=============================================================================
   Style
=============================================================================*/
.tel-txt { display:none;}
.disnon { display:none;}
.mat { background: url(../img/mat.jpg);}
.flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	}
	.flex > div, .flex > li {
	/*-webkit-flex: 1;
	flex: 1;*/
	}
.toggle:hover { cursor: pointer; }


/* Style_text
--------------------------------------------------- */
.small {font-size:small;font-weight:normal;}
.txt-ss { font-size:0.86em; }
.txt-s { font-size:0.94em; }
.txt-l { font-size:1.07em; }
.txt-ll { font-size:1.15em; }
.midium { font-size:medium; }
.large { font-size:large; }
.largebold { font-size:large;font-weight:bold; }
.x-large {font-size:x-large;font-weight:bold;}
.smaller {font-size:smaller;font-weight:normal;}
.larger {font-size:larger;}
.bold {font-weight: bold;}
.red { color: #CC3333; }
.notes-s {
	color: #CC6600;
	font-size:0
. 875;
	font-weight:normal;
	font-size: 0.9em;
}

/* Style_border
--------------------------------------------------- */
.border { border: 1px solid #bbaa99; }
.border02 {border: 3px double #bbaa99;}
.border_btm {border-bottom: 1px solid #bbaa99;}

.borderdot {border: 1px dotted #bbaa99;}
.borderdot_btm {border-bottom: 1px dotted #bbaa99;}

.borderbox01 {
	border: 3px double #665544;
	margin: 0px 5px 5px;
	padding: 7px;
	}
.line {
	margin: 0px 0px 10px;
	height: 10px;
	width: auto;
	clear: both;
	border-bottom: 1px solid #bbaa99;
	}


/* Style_table
--------------------------------------------------- */
table { margin-bottom: 5px; }
table caption {text-align: left;font-weight: bold;}
th,td { padding: 5px; }
th { background: #CCCCCC; }

table.border, .border th, .border td { border: 1px solid #332222; }
table.border_btm, .border_btm th, .border_btm td { border-bottom: 1px solid #987; }


/* Style float margin padding
--------------------------------------------------- */
.alignleft {text-align:left;}
.alignright {text-align:right;}
.aligncenter {text-align:center;}

.lfloat, .left {float: left !important;}
.rfloat, .right {float: right !important;}
img.lfloat {float: left; margin-right: 10px; margin-bottom: 10px;}
img.rfloat {float: right; margin-bottom: 10px; margin-left: 10px;}

.m0 { margin: 0px !important;}
.m5 { margin: 5px;}
.m10 { margin: 10px;}
.m15 { margin: 15px;}
.m20 { margin: 20px;}
.m30 { margin: 30px;}
.m40 { margin: 40px;}

.mr0 { margin-right: 0px !important;}
.mr5 { margin-right: 5px;}
.mr10 {	margin-right: 10px;}
.mr15 {	margin-right: 15px;}
.mr20 {	margin-right: 20px;}
.mr30 {	margin-right: 30px;}

.mrb5 { margin-right: 5px; margin-bottom: 5px;}

.mb3 { margin-bottom: 3px;}
.mb5 { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb25 { margin-bottom: 25px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}
.mb50 { margin-bottom: 50px;}
.mb60 { margin-bottom: 60px;}

.ml10 {	margin-left: 10px;}
.ml20 {	margin-left: 20px;}
.ml30 {	margin-left: 30px;}
.ml40 {	margin-left: 40px;}

.mbl5 { margin-bottom: 5px; margin-left: 5px;}

.mside10 { margin-right: 10px; margin-left: 10px;}
.mside15 { margin-right: 15px; margin-left: 15px;}
.mside20 { margin-right: 20px; margin-left: 20px;}
.mside30 { margin-right: 30px; margin-left: 30px;}

.p5 { padding: 5px;}
.p10 { padding: 10px;}
.p20 { padding: 20px;}

.pt5 { padding-top: 5px}
.pt10 { padding-top: 10px}
.pt15 { padding-top: 15px}
.pt20 { padding-top: 20px}
.pt30 { padding-top: 30px}

.ptb5 { padding-top: 5px; padding-bottom: 5px;}
.ptb10 { padding-top: 10px; padding-bottom: 10px;}
.ptb20 { padding-top: 20px; padding-bottom: 20px;}

.pr5 { padding-right: 5px}
.pr10 { padding-right: 10px}

.pside10 { padding-right: 10px; padding-left: 10px;}
.pside20 { padding-right: 20px; padding-left: 20px;}

.pb5 { padding-bottom: 5px}
.pb10 { padding-bottom: 10px}

.pl5 { padding-left: 5px}
.pl10 { padding-left: 10px}
.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}