

 @charset "utf-8";

@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
}

@font-face {
	font-family: icons;
	font-style: normal;
	font-weight: normal;
	src: url("../font/icons.eot");
	src: url("../font/icons.eot?#iefix") format("embedded-opentype"),
		url("../font/icons.woff") format("woff"),
		url("../font/icons.ttf") format("truetype");
}

/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button, input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button, select { /* 1 */
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

:root {
	font-size: 62.5%;
}

*, *::before, *::after {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

*::selection {
		background-color: #838675;
	}

body {
	color: #333;
	font-family: "游ゴシ�?��", "Yu Gothic", "YuGothic", "YuGothicM", "メイリオ", Meiryo, sans-serif, sans-serif;
	font-size: 1.6rem;
	line-height: 1.7;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	margin: 0;
	padding: 0;
}

button {
	border-radius: 0;
}

@media screen and (max-width: 767px) {

.c-page-home__content > div {
				height: auto !important
		}
			}

.c-page-home__content > div:last-child > div {
					vertical-align: top !important;
				}

@media screen and (max-width: 767px) {

.c-page-home__content > div:last-child > div {
						height: auto !important
				}
					}

.c-page-home__info {
		height: calc(100vh - 76px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		position: relative;
		background: #838675;
	}

@media screen and (max-width: 767px) {

.c-page-home__info {
			height: auto;
			background: none
	}
		}

.c-page-home__info-site-name {
			width: 174px;
			margin: 0;
			position: absolute;
			top: 28px;
			left: 32px;
			z-index: 2000;
		}

@media screen and (max-width: 767px) {

.c-page-home__info-site-name {
				display: none
		}
			}

.c-page-home__info-site-name > a {
				width: 174px;
				display: block;
				text-decoration: none;
				position: relative;
				-webkit-transition: opacity 300ms;
				transition: opacity 300ms;
			}

.c-page-home__info-site-name > a:hover {
					opacity: .6;
				}

.c-page-home__info-news {
			display: none;
			background: #e8ede9;
			width: 100%;
			padding: 5.333vw 3.466vw 3.466vw;
		}

.c-page-home__info-news h2 {
				text-align: center;
				font-family: "游明朝", YuMincho, serif;
				font-size: 4.145vw;
				color: #596d4c;
				margin: 0 0 4.266vw;
			}

.c-page-home__info-news h2::before {
					content: "";
					display: inline-block;
					width: 4vw;
					height: 4vw;
					background: url("../img/home/icon-info.svg") no-repeat;
					background-size: 100% auto;
					margin-right: 1.6vw;
					vertical-align: -.06em;
				}

.c-page-home__info-news dl {
				font-weight: bold;
				font-family: "游明朝", YuMincho, serif;
				color: #596d4c;
				font-size: 3.733vw;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				margin: 0;
			}

.c-page-home__info-news dl dt {
					width: 7em;
					letter-spacing: .05em;
					margin-bottom: 3.2vw;
				}

.c-page-home__info-news dl dd {
					width: calc(100% - 7em);
					margin: 0 0 3.2vw;
					letter-spacing: .05em;
				}

@media screen and (max-width: 767px) {

.c-page-home__info-news {
				display: block
		}
			}

.c-page-home__info-nav {
			width: 233px;
			background: #41433a;
		}

@media screen and (max-width: 767px) {

.c-page-home__info-nav {
				display: none
		}
			}

.c-page-home__info-nav ul {
				width: 158px;
				margin: 0 auto;
				padding: 23px 0 30px;
			}

@media only screen and (max-height: 730px) {

.c-page-home__info-nav ul {
					padding: 10px 0
			}
				}

.c-page-home__info-nav li {
				display: block;
				text-align: center;
				color: rgba(255, 255, 255, .3);
				font-family: "游明朝", YuMincho, serif;
				font-weight: bold;
				padding: 18px 0;
				line-height: 1.4;
				font-size: 1.5rem;
				letter-spacing: 2.5px;
			}

@media only screen and (max-height: 730px) {

.c-page-home__info-nav li {
					padding: .806vh 0;
					font-size: 2.419vh
			}
				}

.c-page-home__info-nav li span {
					color: rgba(192, 193, 185, .3);
					display: block;
					font-weight: normal;
					font-size: 1rem;
				}

@media only screen and (max-height: 730px) {

.c-page-home__info-nav li span {
						font-size: 1.612vh
				}
					}

.c-page-home__info-nav li + li {
					border-top: solid 1px #838675;
				}

.c-page-home__info-nav li a {
					display: block;
					color: #fff;
					text-decoration: none;
					margin: -18px 0;
					padding: 18px 0;
					-webkit-transition: opacity 300ms;
					transition: opacity 300ms;
				}

@media only screen and (max-height: 730px) {

.c-page-home__info-nav li a {
						margin: -.806vh 0;
						padding: .806vh 0
				}
					}

.c-page-home__info-nav li a:hover {
						opacity: .6;
					}

.c-page-home__info-nav li a span {
						color: #c0c1b9;
					}

.c-page-home__info-request {
			margin-top: 33px;
		}

@media only screen and (max-height: 730px) {

.c-page-home__info-request {
				margin-top: 1.612vh
		}
			}

.c-page-home__info-request-text {
				width: 373px;
				margin: 0 auto;
			}

@media only screen and (max-height: 730px) {

.c-page-home__info-request-text {
					width: 48.387vh
			}
				}

@media screen and (max-width: 767px) {

.c-page-home__info-request-text {
					display: none
			}
				}

.c-page-home__info-request-btn {
				width: 350px;
				margin: 10px auto 0;
			}

@media only screen and (max-height: 730px) {

.c-page-home__info-request-btn {
					margin-top: .806vh;
					width: 45.161vh
			}
				}

@media screen and (max-width: 767px) {

.c-page-home__info-request-btn {
					width: 82.666vw
			}
				}

.c-page-home__info-request-btn a {
					display: block;
					-webkit-transition: opacity 300ms;
					transition: opacity 300ms;
				}

.c-page-home__info-request-btn a:hover {
						opacity: .6;
					}

.c-page-home__info-inner {
			width: calc(100% - 233px);
			height: calc(100vh - 160px);
			background: #fff url("../img/home/bg-info.jpg") no-repeat left bottom;
			background-size: 100% auto;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			text-align: center;
		}

@media screen and (max-width: 767px) {

.c-page-home__info-inner {
				width: 100%;
				height: auto;
				background-position: left bottom 1.6vw;
				background-image: url("../img/home/bg-info-sp.jpg");
				-webkit-box-ordinal-group: 1;
				    -ms-flex-order: 0;
				        order: 0;
				padding-bottom: 20.8vw
		}
			}

.c-page-home__info-inner img {
				width: 100%;
			}

.c-page-home__info-title {
			width: 760px;
			margin: 0 auto 12px;
		}

@media screen and (max-width: 1199px) {

.c-page-home__info-title {
				width: 63.333vw
		}
			}

@media only screen and (max-height: 730px) {

.c-page-home__info-title {
				width: 75vh;
				margin: 6.451vh auto 0
		}
			}

@media screen and (max-width: 767px) {

.c-page-home__info-title {
				width: 86.768vw;
				margin: 9.866vw auto 4.4vw
		}
			}

.c-page-home__info-access, .c-page-home__info-price {
			font-family: "游明朝", YuMincho, serif;
			color: #596d4c;
			font-weight: bold;
			padding: 0 20px;
			position: relative;
		}

@media screen and (max-width: 767px) {

.c-page-home__info-access, .c-page-home__info-price {
				padding: 0 1.333vw;
				margin: 4.533vw 0
		}
			}

.c-page-home__info-access {
			display: inline-block;
			text-align: left;
			margin-top: 4px;
		}

@media only screen and (max-height: 730px) {

.c-page-home__info-access {
				margin-bottom: .806vh
		}
			}

@media screen and (max-width: 767px) {

.c-page-home__info-access {
				text-align: center;
				margin-top: 0
		}
			}

.c-page-home__info-access::before {
				content: "";
				display: block;
				max-width: 658px;
				margin: 0 auto 25px;
				height: 6px;
				border-top: 1px solid #bdc5b7;
				border-bottom: 1px solid #bdc5b7;
			}

@media only screen and (max-height: 730px) {

.c-page-home__info-access::before {
					margin: 0 auto 3.225vh
			}
				}

@media screen and (max-width: 767px) {

.c-page-home__info-access::before {
					height: 4px;
					max-width: none
			}
				}

.c-page-home__info-access img {
				width: 11px;
				display: inline-block;
				margin: 0 9px;
				vertical-align: -5px;
			}

@media screen and (max-width: 767px) {

.c-page-home__info-access img {
					display: block;
					margin: 2.8vw auto 0;
					width: 4vw
			}
				}

.c-page-home__info-access span {
				line-height: .7;
				letter-spacing: 1.7px;
				font-size: 2.744rem;
				vertical-align: bottom;
				display: inline-block;
			}

@media screen and (max-width: 1199px) {

.c-page-home__info-access span {
					font-size: 2.286vw
			}
				}

@media only screen and (max-height: 730px) {

.c-page-home__info-access span {
					font-size: 3.403vh
			}
				}

@media screen and (max-width: 767px) {

.c-page-home__info-access span {
					letter-spacing: .05em;
					font-size: 4.642vw
			}
				}

.c-page-home__info-access span:nth-of-type(1) {
					font-size: 1.531rem;
					letter-spacing: .5px;
					display: block;
				}

@media screen and (max-width: 1199px) {

.c-page-home__info-access span:nth-of-type(1) {
						font-size: 1.275vw
				}
					}

@media only screen and (max-height: 730px) {

.c-page-home__info-access span:nth-of-type(1) {
						font-size: 1.887vh
				}
					}

@media screen and (max-width: 767px) {

.c-page-home__info-access span:nth-of-type(1) {
						letter-spacing: .03em;
						text-indent: -15em;
						font-size: 2.589vw
				}
					}

.c-page-home__info-access span:nth-of-type(2), .c-page-home__info-access span:nth-of-type(4) {
					font-size: 3.64rem;
				}

@media screen and (max-width: 1199px) {

.c-page-home__info-access span:nth-of-type(2), .c-page-home__info-access span:nth-of-type(4) {
						font-size: 3.033vw
				}
					}

@media only screen and (max-height: 730px) {

.c-page-home__info-access span:nth-of-type(2), .c-page-home__info-access span:nth-of-type(4) {
						font-size: 4.516vh
				}
					}

@media screen and (max-width: 767px) {

.c-page-home__info-access span:nth-of-type(2), .c-page-home__info-access span:nth-of-type(4) {
						font-size: 6.157vw
				}
					}

.c-page-home__info-access span:nth-of-type(3) {
					font-size: 5.911rem;
					margin-bottom: -3px;
				}

@media screen and (max-width: 1199px) {

.c-page-home__info-access span:nth-of-type(3) {
						margin-bottom: -.8vw;
						font-size: 4.925vw
				}
					}

@media only screen and (max-height: 730px) {

.c-page-home__info-access span:nth-of-type(3) {
						font-size: 7.322vh
				}
					}

@media screen and (max-width: 767px) {

.c-page-home__info-access span:nth-of-type(3) {
						font-size: 9.998vw
				}
					}

.c-page-home__info-access span:nth-of-type(6), .c-page-home__info-access span:nth-of-type(8), .c-page-home__info-access span:nth-of-type(11) {
					font-size: 4.433rem;
					margin-bottom: -2px;
				}

@media screen and (max-width: 1199px) {

.c-page-home__info-access span:nth-of-type(6), .c-page-home__info-access span:nth-of-type(8), .c-page-home__info-access span:nth-of-type(11) {
						font-size: 3.694vw
				}
					}

@media only screen and (max-height: 730px) {

.c-page-home__info-access span:nth-of-type(6), .c-page-home__info-access span:nth-of-type(8), .c-page-home__info-access span:nth-of-type(11) {
						font-size: 5.5vh
				}
					}

@media screen and (max-width: 767px) {

.c-page-home__info-access span:nth-of-type(6), .c-page-home__info-access span:nth-of-type(8), .c-page-home__info-access span:nth-of-type(11) {
						font-size: 7.498vw
				}
					}

.c-page-home__info-access span:nth-of-type(9) {
					font-size: 2.928rem;
				}

@media screen and (max-width: 1199px) {

.c-page-home__info-access span:nth-of-type(9) {
						font-size: 2.44vw
				}
					}

@media only screen and (max-height: 730px) {

.c-page-home__info-access span:nth-of-type(9) {
						font-size: 3.629vh
				}
					}

@media screen and (max-width: 767px) {

.c-page-home__info-access span:nth-of-type(9) {
						font-size: 7.498vw
				}
					}

@media screen and (max-width: 767px) {

.c-page-home__info-access span:nth-child(10) {
						font-size: 4.642vw
				}
					}

.c-page-home__info-price::after {
				content: "";
				display: block;
				max-width: 658px;
				margin: 23px auto 0;
				height: 6px;
				border-top: 1px solid #bdc5b7;
				border-bottom: 1px solid #bdc5b7;
			}

@media only screen and (max-height: 730px) {

.c-page-home__info-price::after {
					margin: 1.612vh auto 0
			}
				}

@media screen and (max-width: 767px) {

.c-page-home__info-price::after {
					height: 4px;
					max-width: none
			}
				}

.c-page-home__info-price span {
				line-height: .7;
				letter-spacing: .5px;
				font-size: 3.212rem;
			}

@media only screen and (max-height: 730px) {

.c-page-home__info-price span {
					font-size: 3.983vh
			}
				}

@media screen and (max-width: 767px) {

.c-page-home__info-price span {
					font-size: 5.433vw;
					letter-spacing: .01em
			}
				}

.c-page-home__info-price span:nth-child(2) {
					font-size: 5.911rem;
				}

@media only screen and (max-height: 730px) {

.c-page-home__info-price span:nth-child(2) {
						font-size: 7.322vh
				}
					}

@media screen and (max-width: 767px) {

.c-page-home__info-price span:nth-child(2) {
						font-size: 9.998vw
				}
					}

.c-page-home__info-contact {
			width: 100%;
			height: 84px;
			background: #838675;
			color: #fff;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			padding: 24px 0 20px;
		}

@media screen and (max-width: 767px) {

.c-page-home__info-contact {
				-webkit-box-ordinal-group: 4;
				    -ms-flex-order: 3;
				        order: 3;
				height: auto;
				display: block;
				text-align: center;
				padding: 5.333vw 2.666vw 3.466vw
		}
			}

.c-page-home__info-tel {
			margin: 0;
			font-family: "Times New Roman", "游ゴシ�?��", "Yu Gothic", "YuGothic", "YuGothicM", "メイリオ", Meiryo, sans-serif;
			font-size: 4.069rem;
			line-height: 1;
			letter-spacing: .4px;
		}

@media screen and (max-width: 767px) {

.c-page-home__info-tel {
				letter-spacing: .01em;
				font-size: 10.037vw
		}
			}

.c-page-home__info-tel a {
				text-decoration: none;
				color: #fff;
				display: inline-block;
				pointer-events: none;
			}

@media screen and (max-width: 767px) {

.c-page-home__info-tel a {
					pointer-events: auto
			}
				}

.c-page-home__info-time {
			margin: 0 0 0 14px;
			font-family: "游明朝", YuMincho, serif;
			font-size: 1.2rem;
			position: relative;
			padding-left: 16px;
			line-height: 1.5;
			letter-spacing: .6px;
		}

@media screen and (max-width: 767px) {

.c-page-home__info-time {
				margin: 2.4vw 0 0;
				padding-left: 0;
				line-height: 1.4;
				letter-spacing: .05em;
				font-size: 3.2vw
		}
			}

.c-page-home__info-time::before {
				content: "";
				width: 1px;
				display: block;
				background: #9c9e91;
				position: absolute;
				left: 0;
				top: 2px;
				bottom: 5px;
			}

@media screen and (max-width: 767px) {

.c-page-home__info-time::before {
					display: none
			}
				}

.c-page-sub {
}

.c-page-sub__content {
	}

.c-page-sub__content-title {
	}

.c-page-sub__breadcrumb {
	}

.c-page-sub__content-detail {
		background: url("../img/common/bg-content-detail.jpg") no-repeat center bottom;
		margin: 0 auto;
		padding-bottom: 245px;
	}

@media screen and (max-width: 767px) {

.c-page-sub__content-detail {
			background-image: url("../img/common/bg-content-detail-sp.jpg");
			background-size: 100% auto;
			padding-bottom: 24.8vw
	}
		}

@media screen and (max-width: 767px) {
				.c-page-sub .c-header__site-name[data-white="true"] > a {
					background-image: url("../img/common/logo-white.svg");
				}
		}

@media screen and (max-width: 767px) {
				.c-page-sub .c-header__button-menu[data-white="true"]:not([data-open="true"]) button {
					background: #838675;
				}
		}

.c-header__site-name {
		width: 195px;
		margin: 0;
		position: absolute;
		top: 23px;
		left: 20px;
		z-index: 2000;
	}

@media only screen and (max-height: 730px) {

.c-header__site-name {
			top: 2.742vh
	}
		}

@media screen and (max-width: 767px) {

.c-header__site-name {
			width: 29.866vw;
			top: 3.6vw;
			left: 4.077vw
	}
		}

.c-header__site-name[data-animation="start"] > a::before {
					-webkit-animation: 1200ms fade-in ease forwards;
					        animation: 1200ms fade-in ease forwards;
					-webkit-animation-delay: 11000ms;
					        animation-delay: 11000ms;
				}

.c-header__site-name[data-animation="start"] > a img {
					-webkit-animation: 100ms fade-out ease forwards;
					        animation: 100ms fade-out ease forwards;
					-webkit-animation-delay: 11000ms;
					        animation-delay: 11000ms;
				}

.c-header__site-name[data-animation="end"] > a::before {
					opacity: 1;
				}

.c-header__site-name[data-animation="end"] > a img {
					-webkit-animation: 500ms fade-out ease forwards;
					        animation: 500ms fade-out ease forwards;
					-webkit-animation-delay: 0;
					        animation-delay: 0;
				}

.c-header__site-name[data-white="true"] > a::before, .c-header__site-name[data-open="true"] > a::before {
					opacity: 1;
				}

.c-header__site-name[data-white="true"] > a img, .c-header__site-name[data-open="true"] > a img {
					opacity: 0;
				}

.c-header__site-name[data-white="true"] > a img {
					opacity: 0;
				}

.c-header__site-name > a {
			width: 195px;
			height: 135px;
			padding: 11px 0 0 10px;
			display: block;
			text-decoration: none;
			position: relative;
			-webkit-transition: opacity 300ms;
			transition: opacity 300ms;
		}

@media screen and (max-width: 767px) {

.c-header__site-name > a {
				width: 29.866vw;
				height: 20.933vw;
				padding: 0
		}
			}

.c-header__site-name > a::before {
				content: "";
				display: block;
				width: 195px;
				height: 135px;
				background: url("../img/common/logo-white.svg") no-repeat;
				background-size: 100% auto;
				position: absolute;
				top: 0;
				left: 0;
				opacity: 0;
				-webkit-transition: opacity 1200ms;
				transition: opacity 1200ms;
			}

@media screen and (max-width: 767px) {

.c-header__site-name > a::before {
					width: 110%;
					height: 110%;
					top: -5%;
					left: -5%
			}
				}

.c-header__site-name > a:hover {
				opacity: .6;
			}

.c-header__site-name > a img {
				width: 158px;
				display: block;
				-webkit-transition: opacity 800ms;
				transition: opacity 800ms;
			}

@media screen and (max-width: 767px) {

.c-header__site-name > a img {
					width: 29.866vw
			}
				}

.c-header__info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 auto;
		        flex: 0 1 auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

.c-header__links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: fixed;
		top: 28px;
		right: 21px;
		margin: 0;
		padding: 0;
		z-index: 2000;
	}

@media screen and (max-width: 767px) {

.c-header__links {
			top: auto;
			bottom: 0;
			left: 0;
			right: 0;
			background: #838675;
			z-index: 2200
	}
		}

.c-header__links > li {
			width: 184px;
			-webkit-box-flex: 0;
			    -ms-flex: 0 1 auto;
			        flex: 0 1 auto;
		}

@media screen and (max-width: 767px) {

.c-header__links > li {
				width: 20vw
		}
			}

.c-header__links > li + li {
				margin-left: 9px;
			}

@media screen and (max-width: 767px) {

.c-header__links > li + li {
					margin-left: 0
			}
				}

.c-header__links > li > a {
				display: block;
				width: 184px;
				text-align: center;
				font-size: 1.7rem;
				font-weight: bold;
				text-decoration: none;
				color: #fff;
				font-family: "游明朝", YuMincho, serif;
				padding: 16px 10px 16px 13px;
				letter-spacing: 3px;
				-webkit-transition: opacity 300ms;
				transition: opacity 300ms;
			}

@media screen and (max-width: 767px) {

.c-header__links > li > a {
					width: 100%;
					font-size: 2.666vw;
					background: none;
					font-family: inherit;
					padding: 1.45vw 0 2.933vw;
					letter-spacing: .06em
			}

					.c-header__links > li > a::before {
						content: "";
						width: 12.266vw;
						height: 11.733vw;
						display: block;
						margin: 0 auto;
					}
				}

.c-header__links > li > a:hover {
					opacity: .6;
				}

.c-header__links-request {
			display: block;
		}

@media screen and (max-width: 767px) {

.c-header__links-request {
				display: block
		}
					.c-header__links-request a::before {
						background: url("../img/common/icon-request.svg") no-repeat center center;
						background-size: 6.133vw auto;
					}
			}

.c-header__links-request a {
				background: rgba(199, 183, 139, .8);
			}

.c-header__links-reserve {
			display: none;
		}

@media screen and (max-width: 767px) {

.c-header__links-reserve {
				display: block
		}
					.c-header__links-reserve a::before {
						background: url("../img/common/icon-reserve.svg") no-repeat center center;
						background-size: 4.8vw auto;
					}
			}

.c-header__links-reserve a {
				background: rgba(89, 109, 76, .8);
			}

.c-header__links-contact {
			display: none;
		}

@media screen and (max-width: 767px) {

.c-header__links-contact {
				display: block
		}
					.c-header__links-contact a::before {
						background: url("../img/common/icon-tel.svg") no-repeat center center;
						background-size: 3.733vw auto;
					}
			}

.c-header__links-outline {
			display: none;
		}

@media screen and (max-width: 767px) {

.c-header__links-outline {
				display: block;
				margin-left: 20% !important
		}
					.c-header__links-outline a::before {
						background: url("../img/common/icon-outline.svg") no-repeat center center;
						background-size: 4.8vw auto;
					}
			}

.c-header__button {
		position: fixed;
		top: 28px;
		right: 211px;
		margin: 0;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		z-index: 2000;
	}

@media screen and (max-width: 767px) {

.c-header__button {
			top: auto;
			bottom: 4vw;
			right: auto;
			left: 50%;
			margin-left: -10vw;
			z-index: 2200
	}
		}

.c-header__button-menu {
			display: block;
		}

.c-header__button-menu button {
				width: 60px;
				height: 60px;
				padding: 0;
				-webkit-appearance: none;
				   -moz-appearance: none;
				        appearance: none;
				border: none;
				display: block;
				background: #383127;
				color: #fff;
				font-family: "游明朝", YuMincho, serif;
				font-weight: bold;
				font-size: 1.1rem;
				cursor: pointer;
				text-align: center;
				position: relative;
				-webkit-transition: opacity 300ms, background 800ms, color 800ms;
				transition: opacity 300ms, background 800ms, color 800ms;
			}

@media screen and (max-width: 767px) {

.c-header__button-menu button {
					width: 20vw;
					height: 20vw;
					font-size: 2.933vw;
					border-radius: 50%;
					background: #fff;
					color: #596d4c;
					border: solid .666vw #838675
			}
				}

.c-header__button-menu button:hover {
					opacity: .6;
				}

@media screen and (max-width: 767px) {

.c-header__button-menu button:hover {
						opacity: 1
				}
					}

.c-header__button-menu button:focus {
					outline: none;
				}

.c-header__button-menu button::before, .c-header__button-menu button::after {
					content: "";
				}

.c-header__button-menu button::before, .c-header__button-menu button::after, .c-header__button-menu button span {
					display: block;
					width: 22px;
					height: 3px;
					background: #fff;
					position: absolute;
					left: 19px;
					-webkit-transition: background 800ms, top 300ms, left 300ms, -webkit-transform 300ms;
					transition: background 800ms, top 300ms, left 300ms, -webkit-transform 300ms;
					transition: background 800ms, transform 300ms, top 300ms, left 300ms;
					transition: background 800ms, transform 300ms, top 300ms, left 300ms, -webkit-transform 300ms;
				}

@media screen and (max-width: 767px) {

.c-header__button-menu button::before, .c-header__button-menu button::after, .c-header__button-menu button span {
						background: #596d4c;
						width: 5.647vw;
						height: 0.666vw;
						left: 6.5vw
				}
					}

.c-header__button-menu button::before {
					top: 16px;
				}

@media screen and (max-width: 767px) {

.c-header__button-menu button::before {
						top: 4.533vw
				}
					}

.c-header__button-menu button::after {
					top: 30px;
				}

@media screen and (max-width: 767px) {

.c-header__button-menu button::after {
						top: 8.266vw
				}
					}

.c-header__button-menu button span {
					top: 23px;
					text-indent: -8px;
					line-height: 5;
					letter-spacing: .5px;
				}

@media screen and (max-width: 767px) {

.c-header__button-menu button span {
						top: 6.4vw;
						line-height: 4.8;
						text-indent: -2.133vw
				}
					}

.c-header__button-menu button span::before {
						content: "MENU";
					}

.c-header__button-menu[data-white="true"] button {
					background: #fff;
					color: #596d4c;
				}

@media screen and (max-width: 767px) {

.c-header__button-menu[data-white="true"] button {
						background: #596d4c;
						color: #fff
				}
					}

.c-header__button-menu[data-white="true"] button::before, .c-header__button-menu[data-white="true"] button::after, .c-header__button-menu[data-white="true"] button span {
						background: #596d4c;
					}

@media screen and (max-width: 767px) {

.c-header__button-menu[data-white="true"] button::before, .c-header__button-menu[data-white="true"] button::after, .c-header__button-menu[data-white="true"] button span {
							background: #fff
					}
						}

.c-header__button-menu[data-open="true"] button::before, .c-header__button-menu[data-open="true"] button::after {
						top: 24px;
						left: 19px;
						-webkit-transform: rotate(-45deg);
						        transform: rotate(-45deg);
						z-index: 10;
					}

@media screen and (max-width: 767px) {

.c-header__button-menu[data-open="true"] button::before, .c-header__button-menu[data-open="true"] button::after {
							top: 6.4vw;
							left: 6.4vw;
							width: 5.8vw;
							height: 0.9vw
					}
						}

.c-header__button-menu[data-open="true"] button::after {
						-webkit-transform: rotate(45deg);
						        transform: rotate(45deg);
					}

.c-header__button-menu[data-open="true"] button span {
						text-indent: -10px;
						background: #383127;
					}

@media screen and (max-width: 767px) {

.c-header__button-menu[data-open="true"] button span {
							background: #fff;
							text-indent: -2.5vw
					}
						}

.c-header__button-menu[data-open="true"] button span::before {
							content: "CLOSE";
						}

.c-header__button-info {
			margin-right: 4px;
			display: block;
		}

@media screen and (max-width: 767px) {

.c-header__button-info {
				display: none
		}
			}

.c-header__button-info a {
				width: 60px;
				height: 60px;
				display: block;
				background: #383127;
				color: #fff;
				font-family: "游明朝", YuMincho, serif;
				font-weight: bold;
				font-size: 1.1rem;
				cursor: pointer;
				text-decoration: none;
				text-align: center;
				padding-top: 42px;
				letter-spacing: .6px;
				position: relative;
				-webkit-transition: opacity 300ms, background 800ms, color 800ms;
				transition: opacity 300ms, background 800ms, color 800ms;
			}

.c-header__button-info a:hover {
					opacity: .6;
				}

.c-header__button-info a::before {
					content: "i";
					line-height: 1.25;
					font-size: 2.127rem;
					font-family: "游明朝", YuMincho, serif;
					font-weight: bold;
					display: block;
					width: 26px;
					height: 26px;
					border-radius: 50%;
					border: solid 1.347px #fff;
					position: absolute;
					top: 11px;
					left: 17px;
					-webkit-transition: border 800ms;
					transition: border 800ms;
				}

.c-header__button-info[data-white="true"] a {
					background: #fff;
					color: #596d4c;
				}

.c-header__button-info[data-white="true"] a::before {
						border: solid 1.347px #596d4c;
					}

@-webkit-keyframes fade-out {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fade-out {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

#ToolBar {
	opacity: .2;
	-webkit-transition: 300ms;
	transition: 300ms;
}

#ToolBar:hover {
		opacity: 1;
	}

.c-footer {
	height: 76px;
	width: 100%;
}

@media screen and (max-width: 767px) {

.c-footer {
		height: auto;
		padding-bottom: 20%
}
	}

.c-footer[data-page="sub"] > div {
			display: block;
		}

.c-footer[data-page="sub"] > div ul {
				width: 100%;
				margin: 34px 0 44px;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
			}

@media screen and (max-width: 767px) {

.c-footer[data-page="sub"] > div ul {
					margin: 0
			}
				}

.c-footer[data-page="sub"] > div ul .c-footer__logo-daiichi {
					width: 283px;
				}

@media screen and (max-width: 767px) {

.c-footer[data-page="sub"] > div ul .c-footer__logo-daiichi {
						width: 44.38vw
				}
					}

.c-footer[data-page="sub"] > div ul .c-footer__logo-homes {
					margin-left: 40px;
					width: 222px;
				}

@media screen and (max-width: 767px) {

.c-footer[data-page="sub"] > div ul .c-footer__logo-homes {
						width: 34.784vw;
						margin-left: 5.866vw
				}
					}

.c-footer__body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 21px 20px 11px;
	}

@media screen and (max-width: 767px) {

.c-footer__body {
			display: block;
			padding: 4.8vw 2.666vw 1.6vw
	}
		}

.c-footer__logo ul {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: start;
			    -ms-flex-align: start;
			        align-items: flex-start;
			margin: 0;
			padding: 0;
		}

@media screen and (max-width: 767px) {

.c-footer__logo ul {
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center
		}
			}

.c-footer__logo li {
			display: block;
			padding: 0;
		}

.c-footer__logo a {
			color: #fff;
			display: block;
			text-decoration: none;
			-webkit-transition: opacity 300ms;
			transition: opacity 300ms;
		}

.c-footer__logo a img {
				display: block;
				width: 100%;
			}

.c-footer__logo a:hover {
				opacity: .6;
			}

@media screen and (max-width: 767px) {

.c-footer__logo a:hover {
					opacity: 1
			}
				}

.c-footer__logo-daiichi {
			width: 241px;
		}

@media screen and (max-width: 767px) {

.c-footer__logo-daiichi {
				width: 44.38vw
		}
			}

.c-footer__logo-homes {
			width: 189px;
			margin-left: 34px;
		}

@media screen and (max-width: 767px) {

.c-footer__logo-homes {
				width: 34.784vw;
				margin-left: 5.866vw
		}
			}

.c-footer__copyright {
		font-family: "游明朝", YuMincho, serif;
		font-size: 1.2rem;
		display: block;
		text-align: center;
		margin: 11px 0 0 auto;
	}

@media screen and (max-width: 767px) {

.c-footer__copyright {
			font-size: 2.4vw;
			margin: 4.266vw 0 0
	}
		}

.c-nav-global {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100vh;
	background: url("../img/home/bg-hero-01.jpg") no-repeat;
	background-size: cover;
	z-index: 1000;
	display: none;
}

@media screen and (max-width: 767px) {

.c-nav-global {
		height: 100vh;
		overflow: auto;
		z-index: 2100;
		background-image: url("../img/home/bg-hero-01-sp.jpg")
}
	}

.c-nav-global__body {
		padding-right: 50%;
		height: 100%;
	}

@media screen and (max-width: 767px) {

.c-nav-global__body {
			padding-right: 0;
			height: 150vw;
			min-height: calc(100vh - 20vw)
	}
		}

.c-nav-global__body::after {
			content: "";
			width: 545px;
			height: 76px;
			display: block;
			background: url("../img/common/logo-hanamidori.svg") no-repeat;
			background-size: 100% auto;
			position: absolute;
			top: 50%;
			right: 25%;
			margin: -34px -265px 0 0;
		}

@media screen and (max-width: 1199px) {

.c-nav-global__body::after {
				width: 44.25vw;
				height: 5.75vw;
				margin: -2.833vw -22.083vw 0 0
		}
			}

@media screen and (max-width: 767px) {

.c-nav-global__body::after {
				width: 96.256vw;
				height: 20vw;
				top: 31.5%;
				right: 1.872vw;
				margin: 0
		}
			}

.c-nav-global__list {
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		background: rgba(131, 134, 117, .8);
	}

@media screen and (max-width: 767px) {

.c-nav-global__list {
			-ms-flex-flow: wrap;
			    flex-flow: wrap;
			position: relative;
			z-index: 10
	}
		}

.c-nav-global__item, .c-nav-global__request, .c-nav-global__reserve {
		width: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		letter-spacing: 4px;
	}

.c-nav-global__item:nth-child(1), .c-nav-global__item:nth-child(2), .c-nav-global__request:nth-child(1), .c-nav-global__request:nth-child(2), .c-nav-global__reserve:nth-child(1), .c-nav-global__reserve:nth-child(2) {
			height: 33.33333%;
			border-bottom: solid 1px #c0c1b9;
		}

@media screen and (max-width: 767px) {

.c-nav-global__item:nth-child(1), .c-nav-global__item:nth-child(2), .c-nav-global__request:nth-child(1), .c-nav-global__request:nth-child(2), .c-nav-global__reserve:nth-child(1), .c-nav-global__reserve:nth-child(2) {
				height: 20.692%
		}
			}

.c-nav-global__item:nth-child(3), .c-nav-global__item:nth-child(4), .c-nav-global__request:nth-child(3), .c-nav-global__request:nth-child(4), .c-nav-global__reserve:nth-child(3), .c-nav-global__reserve:nth-child(4) {
			height: 16.66667%;
			border-bottom: solid 1px #c0c1b9;
		}

@media screen and (max-width: 767px) {

.c-nav-global__item:nth-child(3), .c-nav-global__item:nth-child(4), .c-nav-global__request:nth-child(3), .c-nav-global__request:nth-child(4), .c-nav-global__reserve:nth-child(3), .c-nav-global__reserve:nth-child(4) {
				height: 20.692%
		}
			}

.c-nav-global__item:nth-child(5), .c-nav-global__item:nth-child(6), .c-nav-global__item:nth-child(7), .c-nav-global__item:nth-child(8), .c-nav-global__request:nth-child(5), .c-nav-global__request:nth-child(6), .c-nav-global__request:nth-child(7), .c-nav-global__request:nth-child(8), .c-nav-global__reserve:nth-child(5), .c-nav-global__reserve:nth-child(6), .c-nav-global__reserve:nth-child(7), .c-nav-global__reserve:nth-child(8) {
			height: 16.66667%;
			border-bottom: solid 1px #c0c1b9;
			border-left: solid 1px #c0c1b9;
		}

@media screen and (max-width: 767px) {

.c-nav-global__item:nth-child(5), .c-nav-global__item:nth-child(6), .c-nav-global__item:nth-child(7), .c-nav-global__item:nth-child(8), .c-nav-global__request:nth-child(5), .c-nav-global__request:nth-child(6), .c-nav-global__request:nth-child(7), .c-nav-global__request:nth-child(8), .c-nav-global__reserve:nth-child(5), .c-nav-global__reserve:nth-child(6), .c-nav-global__reserve:nth-child(7), .c-nav-global__reserve:nth-child(8) {
				height: 20.692%
		}
			}

@media screen and (max-width: 767px) {

.c-nav-global__item:nth-child(1), .c-nav-global__request:nth-child(1), .c-nav-global__reserve:nth-child(1) {
				-webkit-box-ordinal-group: 1;
				    -ms-flex-order: 0;
				        order: 0
		}
			}

@media screen and (max-width: 767px) {

.c-nav-global__item:nth-child(2), .c-nav-global__request:nth-child(2), .c-nav-global__reserve:nth-child(2) {
				-webkit-box-ordinal-group: 2;
				    -ms-flex-order: 1;
				        order: 1;
				border-left: solid 1px #c0c1b9
		}
			}

@media screen and (max-width: 767px) {

.c-nav-global__item:nth-child(3), .c-nav-global__request:nth-child(3), .c-nav-global__reserve:nth-child(3) {
				-webkit-box-ordinal-group: 7;
				    -ms-flex-order: 6;
				        order: 6
		}
			}

@media screen and (max-width: 767px) {

.c-nav-global__item:nth-child(4), .c-nav-global__request:nth-child(4), .c-nav-global__reserve:nth-child(4) {
				-webkit-box-ordinal-group: 8;
				    -ms-flex-order: 7;
				        order: 7;
				border-left: solid 1px #c0c1b9
		}
			}

@media screen and (max-width: 767px) {

.c-nav-global__item:nth-child(5), .c-nav-global__request:nth-child(5), .c-nav-global__reserve:nth-child(5) {
				-webkit-box-ordinal-group: 3;
				    -ms-flex-order: 2;
				        order: 2
		}
			}

@media screen and (max-width: 767px) {

.c-nav-global__item:nth-child(6), .c-nav-global__request:nth-child(6), .c-nav-global__reserve:nth-child(6) {
				-webkit-box-ordinal-group: 4;
				    -ms-flex-order: 3;
				        order: 3
		}
			}

@media screen and (max-width: 767px) {

.c-nav-global__item:nth-child(7), .c-nav-global__request:nth-child(7), .c-nav-global__reserve:nth-child(7) {
				-webkit-box-ordinal-group: 5;
				    -ms-flex-order: 4;
				        order: 4
		}
			}

@media screen and (max-width: 767px) {

.c-nav-global__item:nth-child(8), .c-nav-global__request:nth-child(8), .c-nav-global__reserve:nth-child(8) {
				-webkit-box-ordinal-group: 6;
				    -ms-flex-order: 5;
				        order: 5
		}
			}

@media screen and (max-width: 767px) {

.c-nav-global__item:nth-child(9), .c-nav-global__request:nth-child(9), .c-nav-global__reserve:nth-child(9) {
				-webkit-box-ordinal-group: 9;
				    -ms-flex-order: 8;
				        order: 8;
				border-left: none
		}
			}

@media screen and (max-width: 767px) {

.c-nav-global__item:nth-child(10), .c-nav-global__request:nth-child(10), .c-nav-global__reserve:nth-child(10) {
				-webkit-box-ordinal-group: 10;
				    -ms-flex-order: 9;
				        order: 9
		}
			}

.c-nav-global__item > a, .c-nav-global__request > a, .c-nav-global__reserve > a {
			width: 100%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			color: #fff;
			text-align: center;
			text-decoration: none;
			font-size: 1.8rem;
			font-weight: bold;
			font-family: "游明朝", YuMincho, serif;
			-webkit-transition: opacity 300ms;
			transition: opacity 300ms;
		}

@media screen and (max-width: 767px) {

.c-nav-global__item > a, .c-nav-global__request > a, .c-nav-global__reserve > a {
				font-size: 4.4vw;
				letter-spacing: .1em
		}
			}

.c-nav-global__item > a:hover, .c-nav-global__request > a:hover, .c-nav-global__reserve > a:hover {
				opacity: .6;
			}

@media screen and (max-width: 767px) {

.c-nav-global__item > a:hover, .c-nav-global__request > a:hover, .c-nav-global__reserve > a:hover {
					opacity: 1
			}
				}

.c-nav-global__item > a[data-disable="true"], .c-nav-global__request > a[data-disable="true"], .c-nav-global__reserve > a[data-disable="true"] {
				opacity: .3;
				pointer-events: none;
			}

.c-nav-global__item > a span, .c-nav-global__request > a span, .c-nav-global__reserve > a span {
				display: block;
				width: 100%;
				font-size: 1rem;
				font-weight: normal;
				color: #c0c1b9;
				letter-spacing: 2px;
			}

@media screen and (max-width: 767px) {

.c-nav-global__item > a span, .c-nav-global__request > a span, .c-nav-global__reserve > a span {
					font-size: 2.666vw;
					letter-spacing: .05em
			}
				}

.c-nav-global__request {
		height: 16.66667%;
		border-bottom: solid 1px #9c9e91;
		border-left: solid 1px #9c9e91;
	}

@media screen and (max-width: 767px) {

.c-nav-global__request {
			height: 17.232%
	}
		}

.c-nav-global__request > a {
			color: #333;
			font-size: 2.2rem;
			background: linear-gradient(135deg, #c7b78b 0%,#eee8db 50%,#c7b78b 100%);
		}

@media screen and (max-width: 767px) {

.c-nav-global__request > a {
				font-size: 4.4vw;
				letter-spacing: .05em
		}
			}

.c-nav-global__reserve {
		height: 16.66667%;
		border-bottom: solid 1px #9c9e91;
		border-left: solid 1px #9c9e91;
	}

@media screen and (max-width: 767px) {

.c-nav-global__reserve {
			height: 17.232%
	}
		}

.c-nav-global__reserve > a {
			color: #333;
			font-size: 2.2rem;
			background: linear-gradient(135deg, #596d4c 0%,#cad1c6 50%,#596d4c 100%);
		}

@media screen and (max-width: 767px) {

.c-nav-global__reserve > a {
				color: #fff;
				font-size: 4.4vw;
				letter-spacing: .05em
		}
			}

.c-nav-global__reserve > a[data-disable="true"] {
				background: #596d4c;
			}

.c-nav-local {
}

.c-nav-sitemap {
	background-color: rgb(0, 0, 0);
	padding: 30px 0;
}

@media screen and (max-width: 575px) {

.c-nav-sitemap {
		padding: 0
}
	}

.c-nav-sitemap ul[data-sitemap-level="1"], .c-nav-sitemap ul[data-sitemap-level="2"], .c-nav-sitemap ul[data-sitemap-level="3"] {
		margin: 0;
	}

.c-nav-sitemap li[data-sitemap-level="1"], .c-nav-sitemap li[data-sitemap-level="2"], .c-nav-sitemap li[data-sitemap-level="3"] {
		display: block;
		margin: 0;
		padding: 0;
	}

.c-nav-sitemap a {
		color: #fff;
		display: block;
		text-decoration: none;
		padding-left: 30px;
	}

@media screen and (max-width: 575px) {

.c-nav-sitemap a {
			padding: 20px 20px
	}
		}

.c-nav-sitemap a:hover {
			opacity: .7;
		}

.c-nav-sitemap a::before {
			content: "";
			display: inline-block;
			vertical-align: middle;
			margin: 0 15px 0 -20px;
			width: 8px;
			height: 8px;
			border: 1px solid transparent;
			border-radius: 50%;
			background: #596d4c;
		}

@media screen and (max-width: 575px) {

.c-nav-sitemap a::before {
				display: none;
				margin: 0
		}
			}

.c-nav-sitemap__body {
		background-color: rgb(0, 0, 0);
		margin: 0 auto;
		overflow: hidden;
		max-width: 1200px;
	}

@media screen and (max-width: 991px) {

.c-nav-sitemap__body {
			max-width: 100%
	}
		}

.c-nav-sitemap ul[data-sitemap-level="1"] {
		-webkit-column-count: 4;
		        column-count: 4;
		padding: 0;
	}

@media screen and (max-width: 576px) {

.c-nav-sitemap ul[data-sitemap-level="1"] {
			-webkit-column-count: 1;
			        column-count: 1
	}
		}

@media screen and (min-width: 576px) and (max-width: 767px) {

.c-nav-sitemap ul[data-sitemap-level="1"] {
			-webkit-column-count: 2;
			        column-count: 2
	}
		}

@media screen and (min-width: 768px) and (max-width: 991px) {

.c-nav-sitemap ul[data-sitemap-level="1"] {
			-webkit-column-count: 3;
			        column-count: 3
	}
		}

.c-nav-sitemap li[data-sitemap-level="1"] {
		-webkit-column-break-inside: avoid;
		        break-inside: avoid-column;
		display: inline-block;
		margin: 0 0 1em;
		width: 100%;
	}

@media screen and (max-width: 575px) {

.c-nav-sitemap li[data-sitemap-level="1"] {
			margin: 0
	}
		}

@media screen and (max-width: 575px) {

.c-nav-sitemap li[data-sitemap-level="1"] a {
				border-bottom: 2px solid rgb(3, 3, 2);
				margin: 0
		}

				.c-nav-sitemap li[data-sitemap-level="1"] a ::before {
					display: none;
					margin: 0;
				}
			}

.c-nav-sitemap ul[data-sitemap-level="2"] {
		padding: 0 0 0 1em;
	}

@media screen and (max-width: 575px) {

.c-nav-sitemap ul[data-sitemap-level="2"] {
			padding: 0
	}
		}

.c-nav-sitemap li[data-sitemap-level="2"] {
		margin: 0 0 .5em;
	}

@media screen and (max-width: 575px) {

.c-nav-sitemap li[data-sitemap-level="2"] {
			margin: 0
	}
		}

@media screen and (max-width: 575px) {

.c-nav-sitemap li[data-sitemap-level="2"] a {
				border-bottom: 1px solid rgb(0, 0, 0);
				background: #baa98f;
				padding: 15px 20px;
				color: #333
		}
			}

.c-nav-sitemap li[data-sitemap-level="2"] a::before {
				background: #838675;
			}

@media screen and (max-width: 575px) {

.c-nav-sitemap li[data-sitemap-level="2"] a::before {
					display: none;
					margin: 0
			}
				}

.c-nav-sitemap ul[data-sitemap-level="3"] {
		padding: 0 0 0 1em;
	}

@media screen and (max-width: 575px) {

.c-nav-sitemap ul[data-sitemap-level="3"] {
			padding: 0
	}
		}

@media screen and (max-width: 575px) {

.c-nav-sitemap li[data-sitemap-level="3"] a {
				background: #dad3c9;
				padding: 10px 20px;
				color: #333
		}
			}

.c-nav-sitemap li[data-sitemap-level="3"] a::before {
				border: 1px solid rgb(3, 3, 2);
				background: rgb(3, 3, 2);
			}

@media screen and (max-width: 575px) {

.c-nav-sitemap li[data-sitemap-level="3"] a::before {
					display: none;
					margin: 0
			}
				}

.c-nav-breadcrumb {
	font-size: 1.6rem;
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
}

@media screen and (max-width: 991px) {

.c-nav-breadcrumb {
		display: none
}
	}

.c-nav-breadcrumb ol {
		margin: 0;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}

.c-nav-breadcrumb ol > li {
			list-style: none;
			font-size: 0.875em;
		}

.c-nav-breadcrumb ol > li:last-child a ::after {
					display: none;
				}

.c-nav-breadcrumb a {
		color: #969171;
		display: inline-block;
		text-decoration: underline;
	}

.c-nav-breadcrumb a ::after {
			content: " > ";
			display: inline-block;
			margin: 0 15px 0 20px;
			color: rgb(0, 0, 0);
		}

.c-nav-breadcrumb__item {
		display: inline-block;
		margin: 0;
		padding: 0;
	}

.c-nav-breadcrumb__item[data-breadcrumb="current"] a {
			text-decoration: none;
		}

.c-list-banner {
	padding: 30px 0;
}

.c-list-banner__body {
		width: 1200px;
		max-width: 1200px;
		margin: 0 auto;
		padding-left: 30px;
		padding-right: 30px;
	}

@media (max-width: 1260px) {

.c-list-banner__body {
		max-width: 1260px;
		padding-left: 30px;
		padding-right: 30px;
		width: 100%
	}
	}

@media screen and (max-width: 576px) {

.c-list-banner__body {
		padding-left: 20px;
		padding-right: 20px
	}
	}

.c-list-banner__body > ul {
			padding: 0;
			text-align: center;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
		}

.c-list-banner__body > ul > li {
				list-style: none;
				margin: 0 10px;
			}

@media screen and (max-width: 767px) {

.c-list-banner__body > ul > li {
					width: 100%;
					margin-bottom: 10px
			}
				}

.c-list-banner__body > ul > li > a {
					text-decoration: none;
					display: block;
				}

.c-list-banner__body > ul > li > a:hover {
						opacity: .7;
					}

@media screen and (max-width: 575px) {

.c-list-banner__body > ul > li > a > img {
							width: 100%
					}
						}

.c-list-category {
	font-size: 1.2rem;
}

@media screen and (max-width: 576px) {

.c-list-category {
		display: none
}
	}

.c-list-category ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		list-style: none;
		margin: 0 auto 50px;
		padding: 0;
	}

.c-list-category li {
		list-style: none;
		margin: 0 10px;
		padding: 0;
	}

.c-list-category a {
		background: #bfbfbf;
		color: #333;
		font-weight: bold;
		border: 1px solid transparent;
		border-radius: 5px;
		display: block;
		padding: 1em 1.9em;
		text-decoration: none;
	}

.c-list-tag {
	font-size: 1rem;
}

@media screen and (max-width: 576px) {

.c-list-tag {
		display: none
}
	}

.c-list-tag ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		list-style: none;
		margin: 0 0 26px;
		padding: 0;
	}

.c-list-tag li {
		list-style: none;
		margin: 0 .3em;
		padding: 0;
	}

.c-list-tag a {
		background: #596d4c;
		color: #fff;
		display: block;
		padding: 1em 1.9em;
		text-decoration: none;
	}

.c-title-page {
	font-size: 1.6rem;
	padding: 196px 10px 144px;
}

@media screen and (max-width: 767px) {

.c-title-page {
		padding: 39.466vw 5% 58px
}
	}

.c-title-page h1 {
		margin: 0;
		text-align: center;
		color: #596d4c;
		font-size: 3.2rem;
		line-height: 1.55;
		letter-spacing: 3px;
		font-family: "游明朝", YuMincho, serif;
	}

@media screen and (max-width: 767px) {

.c-title-page h1 {
			font-size: 6.4vw
	}
		}

.c-title-page h1 span {
			display: block;
			font-size: 1.8rem;
			margin-bottom: 1px;
			letter-spacing: 2px;
		}

@media screen and (max-width: 767px) {

.c-title-page h1 span {
				font-size: 3.733vw;
				margin-bottom: .8vw;
				letter-spacing: .1em
		}
			}

.c-hero {
	height: 100vh;
	position: relative;
}

@media screen and (max-width: 767px) {

.c-hero {
		height: 150vw;
		min-height: 100vh
}
	}

.c-hero img {
		width: 100%;
		display: block;
	}

.c-hero__skip {
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		width: 102px;
		height: 29px;
		border: none;
		background: none;
		position: absolute;
		bottom: 17px;
		right: 17px;
		padding: 0;
		-webkit-transition: opacity 300ms;
		transition: opacity 300ms;
		cursor: pointer;
		z-index: 10;
	}

@media screen and (max-width: 767px) {

.c-hero__skip {
			width: 25.333vw;
			height: 7.145vw;
			bottom: 2.666vw;
			right: 2.666vw
	}
		}

.c-hero__skip[data-animation="start"] {
			-webkit-animation: 500ms fade-out ease forwards;
			        animation: 500ms fade-out ease forwards;
			-webkit-animation-delay: 11400ms;
			        animation-delay: 11400ms;
		}

.c-hero__skip[data-animation="end"] {
			-webkit-animation: 500ms fade-out ease forwards;
			        animation: 500ms fade-out ease forwards;
			-webkit-animation-delay: 0;
			        animation-delay: 0;
		}

.c-hero__skip:hover {
			opacity: .6;
		}

@media screen and (max-width: 767px) {

.c-hero__skip:hover {
				opacity: 1
		}
			}

.c-hero__loading {
		height: 100vh;
		width: 100%;
		background: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}

@media screen and (max-width: 767px) {

.c-hero__loading {
			height: 150vw;
			min-height: 100vh
	}
		}

.c-hero__loading-icon {
			text-align: center;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
		}

.c-hero__loading-icon img {
				width: 35px;
				-webkit-animation-timing-function: linear;
				        animation-timing-function: linear;
				-webkit-animation-iteration-count: infinite;
				        animation-iteration-count: infinite;
				-webkit-animation-name: icon-loading;
				        animation-name: icon-loading;
				-webkit-animation-duration: 2000ms;
				        animation-duration: 2000ms;
			}

@media screen and (max-width: 767px) {

.c-hero__loading-icon img {
					width: 6.533vw
			}
				}

.c-hero__loading-icon img + img {
					margin-left: 23px;
				}

@media screen and (max-width: 767px) {

.c-hero__loading-icon img + img {
						margin-left: 4.266vw
				}
					}

.c-hero__loading-text {
			text-align: center;
			font-family: "游明朝", YuMincho, serif;
			font-size: 1.5rem;
			font-weight: bold;
			color: #596d4c;
			margin: 18px 0 0;
			letter-spacing: .8px;
		}

@media screen and (max-width: 767px) {

.c-hero__loading-text {
				font-size: 2.933vw;
				letter-spacing: .05em;
				margin: 3.466vw 0 0
		}
			}

.c-hero__loading-text span {
				color: #fff;
				-webkit-animation-timing-function: linear;
				        animation-timing-function: linear;
				-webkit-animation-iteration-count: infinite;
				        animation-iteration-count: infinite;
				-webkit-animation-name: text-loading;
				        animation-name: text-loading;
				-webkit-animation-duration: 600ms;
				        animation-duration: 600ms;
			}

.c-hero__loading-text span:nth-child(2) {
					-webkit-animation-delay: 100ms;
					        animation-delay: 100ms;
				}

.c-hero__loading-text span:nth-child(3) {
					-webkit-animation-delay: 200ms;
					        animation-delay: 200ms;
				}

.c-hero__scene1 {
		height: 100vh;
		width: 100%;
		background: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		position: relative;
		z-index: 3;
	}

@media screen and (max-width: 767px) {

.c-hero__scene1 {
			height: 150vw;
			min-height: 100vh
	}
		}

.c-hero__scene1[data-animation="start"], .c-hero__scene1[data-animation="end"] {
			-webkit-animation: fade-out 600ms ease-out forwards;
			        animation: fade-out 600ms ease-out forwards;
			-webkit-animation-delay: 6000ms;
			        animation-delay: 6000ms;
		}

.c-hero__scene1[data-animation="start"] span, .c-hero__scene1[data-animation="end"] span {
				color: transparent;
				-webkit-animation: blur 5400ms ease-out forwards;
				        animation: blur 5400ms ease-out forwards;
			}

.c-hero__scene1 span {
			color: transparent;
		}

@media screen and (max-width: 767px) {

.c-hero__scene1-inner {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: start;
				    -ms-flex-align: start;
				        align-items: flex-start
		}
			}

@media screen and (max-width: 767px) {

.c-hero__scene1-combine {
				text-combine-upright: all
		}
			}

.c-hero__scene1 p {
			font-size: 2.8rem;
			font-weight: bold;
			text-align: center;
			color: #596d4c;
			margin: 0;
			letter-spacing: 3px;
			padding-left: 3px;
			font-family: "游明朝", YuMincho, serif;
		}

@media screen and (max-width: 767px) {

.c-hero__scene1 p {
				font-size: 6vw;
				-webkit-writing-mode: vertical-rl;
				    -ms-writing-mode: tb-rl;
				        writing-mode: vertical-rl;
				text-orientation: upright;
				letter-spacing: 0;
				-webkit-font-feature-settings: normal;
				        font-feature-settings: normal
		}
			}

.c-hero__scene1 p + p {
				margin-top: 4px;
			}

@media screen and (max-width: 767px) {

.c-hero__scene1 p + p {
					margin: 0 1.6vw
			}
				}

@media screen and (max-width: 767px) {

.c-hero__scene1 p:nth-child(1) {
					-webkit-box-ordinal-group: 3;
					    -ms-flex-order: 2;
					        order: 2
			}
				}

.c-hero__scene1 p:nth-child(1) span:nth-child(1) {
					-webkit-animation-delay: 80ms;
					        animation-delay: 80ms;
				}

.c-hero__scene1 p:nth-child(1) span:nth-child(2) {
					-webkit-animation-delay: 160ms;
					        animation-delay: 160ms;
				}

.c-hero__scene1 p:nth-child(1) span:nth-child(3) {
					-webkit-animation-delay: 240ms;
					        animation-delay: 240ms;
				}

.c-hero__scene1 p:nth-child(1) span:nth-child(4) {
					-webkit-animation-delay: 320ms;
					        animation-delay: 320ms;
				}

.c-hero__scene1 p:nth-child(1) span:nth-child(5) {
					-webkit-animation-delay: 400ms;
					        animation-delay: 400ms;
				}

.c-hero__scene1 p:nth-child(1) span:nth-child(6) {
					-webkit-animation-delay: 480ms;
					        animation-delay: 480ms;
				}

.c-hero__scene1 p:nth-child(1) span:nth-child(7) {
					-webkit-animation-delay: 640ms;
					        animation-delay: 640ms;
				}

.c-hero__scene1 p:nth-child(1) span:nth-child(8) {
					-webkit-animation-delay: 720ms;
					        animation-delay: 720ms;
				}

.c-hero__scene1 p:nth-child(1) span:nth-child(9) {
					-webkit-animation-delay: 800ms;
					        animation-delay: 800ms;
				}

.c-hero__scene1 p:nth-child(1) span:nth-child(10) {
					-webkit-animation-delay: 880ms;
					        animation-delay: 880ms;
				}

.c-hero__scene1 p:nth-child(1) span:nth-child(11) {
					-webkit-animation-delay: 960ms;
					        animation-delay: 960ms;
				}

.c-hero__scene1 p:nth-child(1) span:nth-child(12) {
					-webkit-animation-delay: 1040ms;
					        animation-delay: 1040ms;
				}

.c-hero__scene1 p:nth-child(1) span:nth-child(13) {
					-webkit-animation-delay: 1120ms;
					        animation-delay: 1120ms;
				}

.c-hero__scene1 p:nth-child(1) span:nth-child(14) {
					-webkit-animation-delay: 1200ms;
					        animation-delay: 1200ms;
				}

.c-hero__scene1 p:nth-child(1) span:nth-child(15) {
					-webkit-animation-delay: 1280ms;
					        animation-delay: 1280ms;
				}

@media screen and (max-width: 767px) {

.c-hero__scene1 p:nth-child(2) {
					-webkit-box-ordinal-group: 2;
					    -ms-flex-order: 1;
					        order: 1
			}
				}

.c-hero__scene1 p:nth-child(2) span:nth-child(1) {
					-webkit-animation-delay: 1440ms;
					        animation-delay: 1440ms;
				}

.c-hero__scene1 p:nth-child(2) span:nth-child(2) {
					-webkit-animation-delay: 1520ms;
					        animation-delay: 1520ms;
				}

.c-hero__scene1 p:nth-child(2) span:nth-child(3) {
					-webkit-animation-delay: 1600ms;
					        animation-delay: 1600ms;
				}

.c-hero__scene1 p:nth-child(2) span:nth-child(4) {
					-webkit-animation-delay: 1680ms;
					        animation-delay: 1680ms;
				}

.c-hero__scene1 p:nth-child(2) span:nth-child(5) {
					-webkit-animation-delay: 1760ms;
					        animation-delay: 1760ms;
				}

.c-hero__scene1 p:nth-child(2) span:nth-child(6) {
					-webkit-animation-delay: 1840ms;
					        animation-delay: 1840ms;
				}

.c-hero__scene1 p:nth-child(2) span:nth-child(7) {
					-webkit-animation-delay: 1920ms;
					        animation-delay: 1920ms;
				}

.c-hero__scene1 p:nth-child(2) span:nth-child(8) {
					-webkit-animation-delay: 2000ms;
					        animation-delay: 2000ms;
				}

.c-hero__scene1 p:nth-child(2) span:nth-child(9) {
					-webkit-animation-delay: 2080ms;
					        animation-delay: 2080ms;
				}

.c-hero__scene1 p:nth-child(2) span:nth-child(10) {
					-webkit-animation-delay: 2160ms;
					        animation-delay: 2160ms;
				}

.c-hero__scene1 p:nth-child(2) span:nth-child(11) {
					-webkit-animation-delay: 2240ms;
					        animation-delay: 2240ms;
				}

.c-hero__scene1 p:nth-child(2) span:nth-child(12) {
					-webkit-animation-delay: 2320ms;
					        animation-delay: 2320ms;
				}

.c-hero__scene1 p:nth-child(2) span:nth-child(13) {
					-webkit-animation-delay: 2400ms;
					        animation-delay: 2400ms;
				}

.c-hero__scene1 p:nth-child(2) span:nth-child(14) {
					-webkit-animation-delay: 2480ms;
					        animation-delay: 2480ms;
				}

.c-hero__scene1 p:nth-child(2) span:nth-child(15) {
					-webkit-animation-delay: 2560ms;
					        animation-delay: 2560ms;
				}

.c-hero__scene1 p:nth-child(2) span:nth-child(16) {
					-webkit-animation-delay: 2640ms;
					        animation-delay: 2640ms;
				}

.c-hero__scene1 p:nth-child(2) span:nth-child(17) {
					-webkit-animation-delay: 2720ms;
					        animation-delay: 2720ms;
				}

.c-hero__scene1 p:nth-child(2) span:nth-child(18) {
					-webkit-animation-delay: 2800ms;
					        animation-delay: 2800ms;
				}

@media screen and (max-width: 767px) {

.c-hero__scene1 p:nth-child(3) {
					-webkit-box-ordinal-group: 1;
					    -ms-flex-order: 0;
					        order: 0
			}
				}

.c-hero__scene1 p:nth-child(3) span:nth-child(1) {
					-webkit-animation-delay: 2960ms;
					        animation-delay: 2960ms;
				}

.c-hero__scene1 p:nth-child(3) span:nth-child(2) {
					-webkit-animation-delay: 3040ms;
					        animation-delay: 3040ms;
				}

.c-hero__scene1 p:nth-child(3) span:nth-child(3) {
					-webkit-animation-delay: 3120ms;
					        animation-delay: 3120ms;
				}

.c-hero__scene1 p:nth-child(3) span:nth-child(4) {
					-webkit-animation-delay: 3200ms;
					        animation-delay: 3200ms;
				}

.c-hero__scene1 p:nth-child(3) span:nth-child(5) {
					-webkit-animation-delay: 3280ms;
					        animation-delay: 3280ms;
				}

.c-hero__scene1 p:nth-child(3) span:nth-child(6) {
					-webkit-animation-delay: 3360ms;
					        animation-delay: 3360ms;
				}

.c-hero__scene1 p:nth-child(3) span:nth-child(7) {
					-webkit-animation-delay: 3440ms;
					        animation-delay: 3440ms;
				}

.c-hero__scene1 p:nth-child(3) span:nth-child(8) {
					-webkit-animation-delay: 3520ms;
					        animation-delay: 3520ms;
				}

.c-hero__scene1 p:nth-child(3) span:nth-child(9) {
					-webkit-animation-delay: 3600ms;
					        animation-delay: 3600ms;
				}

.c-hero__scene1 p:nth-child(3) span:nth-child(10) {
					-webkit-animation-delay: 3680ms;
					        animation-delay: 3680ms;
				}

.c-hero__scene1 p:nth-child(3) span:nth-child(11) {
					-webkit-animation-delay: 3760ms;
					        animation-delay: 3760ms;
				}

.c-hero__scene2 {
		height: 100vh;
		width: 100%;
		background: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		z-index: 1;
		position: absolute;
		top: 0;
		left: 0;
	}

@media screen and (max-width: 767px) {

.c-hero__scene2 {
			height: 150vw;
			min-height: 100vh
	}
		}

.c-hero__scene2[data-animation="start"] h2, .c-hero__scene2[data-animation="end"] h2 {
				-webkit-animation: 2000ms fade-in-down ease forwards;
				        animation: 2000ms fade-in-down ease forwards;
				-webkit-animation-delay: 7200ms;
				        animation-delay: 7200ms;
			}

.c-hero__scene2[data-animation="start"] h2 + div, .c-hero__scene2[data-animation="end"] h2 + div {
					-webkit-animation: 2000ms fade-in-up ease forwards;
					        animation: 2000ms fade-in-up ease forwards;
					-webkit-animation-delay: 7200ms;
					        animation-delay: 7200ms;
				}

.c-hero__scene2 h2 {
			opacity: 0;
			width: 614px;
			margin: 0 auto 15px;
		}

@media screen and (max-width: 767px) {

.c-hero__scene2 h2 {
				width: 81.866vw;
				margin: 0 auto 2.666vw
		}
			}

.c-hero__scene2-text {
			opacity: 0;
		}

.c-hero__scene2 p {
			width: 432px;
			margin: 0 auto;
			overflow: hidden;
			position: relative;
		}

@media screen and (max-width: 767px) {

.c-hero__scene2 p {
				width: 57.6vw
		}
			}

.c-hero__scene3 {
		width: 100%;
		overflow: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		z-index: 5;
		position: absolute;
		top: 50%;
		bottom: 50%;
		left: 0;
	}

.c-hero__scene3[data-animation="start"] {
			-webkit-animation: 800ms scene-open ease forwards;
			        animation: 800ms scene-open ease forwards;
			-webkit-animation-delay: 11000ms;
			        animation-delay: 11000ms;
		}

.c-hero__scene3[data-animation="end"] {
			-webkit-animation: 800ms scene-open-end ease forwards;
			        animation: 800ms scene-open-end ease forwards;
			-webkit-animation-delay: 0;
			        animation-delay: 0;
		}

.c-hero__scene3-inner {
			width: 100%;
			height: 100vh;
			background: url("../img/home/bg-hero-01.jpg") no-repeat center center;
			background-size: cover;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			position: relative;
		}

@media screen and (max-width: 767px) {

.c-hero__scene3-inner {
				height: 150vw;
				min-height: 100vh;
				background-image: url("../img/home/bg-hero-01-sp.jpg");
				padding: 35vw 0 22vw
		}
			}

.c-hero__scene3 h2 {
			width: 920px;
			margin: 0 auto 15px;
		}

@media screen and (max-width: 1199px) {

.c-hero__scene3 h2 {
				width: 75vw
		}
			}

@media only screen and (max-height: 730px) {

.c-hero__scene3 h2 {
				width: 123.548vh
		}
			}

@media screen and (max-width: 767px) {

.c-hero__scene3 h2 {
				width: 96.256vw;
				margin: 0 auto 2.5vw
		}
			}

.c-hero__scene3 h3 {
			width: 630px;
			margin: 0 auto 28px;
		}

@media screen and (max-width: 1199px) {

.c-hero__scene3 h3 {
				width: 50.833vw
		}
			}

@media only screen and (max-height: 730px) {

.c-hero__scene3 h3 {
				width: 84.677vh
		}
			}

@media screen and (max-width: 767px) {

.c-hero__scene3 h3 {
				width: 95vw;
				margin: 0 auto 7vw
		}
			}

.c-hero__scene3 p {
			width: 764px;
			margin: 0 auto;
		}

@media screen and (max-width: 1199px) {

.c-hero__scene3 p {
				width: 62vw
		}
			}

@media only screen and (max-height: 730px) {

.c-hero__scene3 p {
				width: 102.58vh
		}
			}

@media screen and (max-width: 767px) {

.c-hero__scene3 p {
				width: 80vw
		}
			}

.c-hero__scene3-btn {
			width: 25px;
			position: absolute;
			left: 28px;
			bottom: 8px;
			padding-bottom: 100px;
			-webkit-transition: opacity 300ms;
			transition: opacity 300ms;
		}

@media screen and (max-width: 767px) {

.c-hero__scene3-btn {
				display: none
		}
			}

.c-hero__scene3-btn::before {
				content: "";
				display: block;
				width: 1px;
				background: #fff;
				position: absolute;
				top: 83px;
				bottom: 100px;
				left: 12px;
				-webkit-animation-timing-function: linear;
				        animation-timing-function: linear;
				-webkit-animation-iteration-count: infinite;
				        animation-iteration-count: infinite;
				-webkit-animation-name: btn-scroll;
				        animation-name: btn-scroll;
				-webkit-animation-duration: 2000ms;
				        animation-duration: 2000ms;
			}

.c-hero__scene3-btn:hover {
				opacity: .6;
			}

@media screen and (max-width: 767px) {

.c-hero__scene3-btn:hover {
					opacity: 1
			}
				}

@-webkit-keyframes icon-loading {
	0% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes icon-loading {
	0% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@-webkit-keyframes text-loading {
	0% {
		color: #fff;
	}

	100% {
		color: #596d4c;
	}
}

@keyframes text-loading {
	0% {
		color: #fff;
	}

	100% {
		color: #596d4c;
	}
}

@-webkit-keyframes blur {
	0% { text-shadow: 0 0 100px #596d4c; opacity: 0; }
	5% { text-shadow: 0 0 90px #596d4c; }
	15% { opacity: 1; color: transparent; }
	20% { text-shadow: 0 0 0 #596d4c; color: #596d4c; }
	80% { text-shadow: 0 0 0 #596d4c; }
	99% { opacity: 1; }
	100% { color: #596d4c; }
}

@keyframes blur {
	0% { text-shadow: 0 0 100px #596d4c; opacity: 0; }
	5% { text-shadow: 0 0 90px #596d4c; }
	15% { opacity: 1; color: transparent; }
	20% { text-shadow: 0 0 0 #596d4c; color: #596d4c; }
	80% { text-shadow: 0 0 0 #596d4c; }
	99% { opacity: 1; }
	100% { color: #596d4c; }
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fade-out {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		visibility: hidden;
	}
}

@-webkit-keyframes fade-in-down {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-50px);
		        transform: translateY(-50px);
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

@keyframes fade-in-down {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-50px);
		        transform: translateY(-50px);
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

@-webkit-keyframes fade-in-up {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		        transform: translateY(50px);
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

@keyframes fade-in-up {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		        transform: translateY(50px);
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

@-webkit-keyframes scene-open {
	0% {
		top: 50%;
		bottom: 50%;
	}

	100% {
		top: 0;
		bottom: 0;
	}
}

@keyframes scene-open {
	0% {
		top: 50%;
		bottom: 50%;
	}

	100% {
		top: 0;
		bottom: 0;
	}
}

@-webkit-keyframes scene-open-end {
	0% {
		top: 50%;
		bottom: 50%;
	}

	100% {
		top: 0;
		bottom: 0;
	}
}

@keyframes scene-open-end {
	0% {
		top: 50%;
		bottom: 50%;
	}

	100% {
		top: 0;
		bottom: 0;
	}
}

@-webkit-keyframes btn-scroll {
	0% {
		top: 83px;
		bottom: 100px;
	}

	10% {
		top: 83px;
		bottom: 0;
	}

	20% {
		top: 100%;
		bottom: 0;
	}

	100% {
		top: 100%;
		bottom: 0;
	}
}

@keyframes btn-scroll {
	0% {
		top: 83px;
		bottom: 100px;
	}

	10% {
		top: 83px;
		bottom: 0;
	}

	20% {
		top: 100%;
		bottom: 0;
	}

	100% {
		top: 100%;
		bottom: 0;
	}
}

.c-pagination {
	clear: both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.8rem;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 4rem;
	margin: 20px 0 0;
	overflow: hidden;
	text-align: center;
}

@media screen and (max-width: 576px) {

.c-pagination {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between
}
	}

.c-pagination a {
		background: none;
		color: currentColor;
		text-decoration: none;
		font-size: 0.88889em;
	}

.c-pagination__prev a, .c-pagination__next a {
			border: 1px solid #d2cdcd;
			display: inline-block;
			vertical-align: middle;
			overflow: hidden;
			padding: 0 10px;
			position: relative;
		}

.c-pagination__prev a[data-disabled="true"], .c-pagination__next a[data-disabled="true"] {
				opacity: .3;
				pointer-events: none;
			}

.c-pagination__prev {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}

.c-pagination__prev ::before {
			content: "<";
			font-size: 0.77778em;
			display: inline-block;
			vertical-align: middle;
			color: #333;
			padding-right: 5px;
		}

.c-pagination__next {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}

.c-pagination__next ::after {
			content: "??";
			font-size: 0.77778em;
			display: inline-block;
			vertical-align: middle;
			color: #333;
			padding-left: 5px;
		}

.c-pagination__numbers {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-weight: bold;
		list-style: none;
		margin: 0 30px;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		padding: 0;
	}

@media screen and (max-width: 576px) {

.c-pagination__numbers {
			display: none
	}
		}

.c-pagination__number {
		display: block;
		list-style: none;
		margin: 0 .5em;
	}

.c-pagination__number:hover {
			padding-bottom: 2px;
			border-bottom: 2px solid #596d4c;
		}

.c-pagination__number--current {
			border-bottom: 2px solid #596d4c;
		}

.c-pagination__number--current:hover {
				padding-bottom: 0;
			}

.c-pagination__number a {
			display: block;
			padding: 0 .3em;
			text-align: center;
		}

.c-pagination__number a::after {
				display: none;
			}

.c-card {
	font-size: 1.6rem;
	border: 1px solid #d2cdcd;
	height: 100%;
	outline: 2px solid transparent;
	overflow: hidden;
	position: relative;
	-webkit-transition: outline 300ms;
	transition: outline 300ms;
}

.c-card:hover {
		border: 1px solid #838675;
		outline: 2px solid #838675;
	}

.c-card[data-is-new="true"]::before {
			background: #596d4c;
			color: #fff;
			content: "new";
			display: block;
			font-size: 0.875em;
			font-weight: bold;
			height: 74px;
			left: -38px;
			padding: 50px 0 0;
			position: absolute;
			text-align: center;
			top: -38px;
			-webkit-transform: rotate(-45deg);
			        transform: rotate(-45deg);
			width: 74px;
			z-index: 1;
		}

.c-card > a {
		color: currentColor;
		height: 100%;
		text-decoration: none;
	}

.c-card__img {
		background: #bfbfbf;
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 auto;
		        flex: 0 1 auto;
		height: 0;
		overflow: hidden;
		padding-top: 56.25%;
		position: relative;
		width: 100%;
		margin-bottom: 15px;
	}

.c-card__img img {
			display: block;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
		}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {

.c-card__img img {
				height: 100%;
				-o-object-fit: cover;
				   font-family: "object-fit:cover;object-position:center top";
				   object-fit: cover;
				-o-object-position: center top;
				   object-position: center top
		}
			}

.c-card__header {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 auto;
		        flex: 0 1 auto;
		padding: 0 22px;
	}

.c-card__body {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 100%;
		        flex: 0 1 100%;
		font-size: 0.875em;
		padding: 10px 22px 30px;
	}

.c-card__title {
		font-size: 1.25em;
		margin: 0 auto;
		padding: 0;
		color: #f07100;
	}

.c-card__meta {
	}

.c-card__time {
		display: none;
	}

.c-card__category {
	}

.c-card__tags ul {
			list-style: none;
			margin: 0 auto;
			padding: 0;
		}

.c-card__tag-item {
		display: inline-block;
		font-size: 0.75em;
		list-style: none;
		margin: 0;
		padding: 0;
	}

.c-card__tag-item span {
			background: rgb(3, 3, 2);
			color: #fff;
			display: block;
			padding: 3px 15px;
		}

.c-card__author {
		display: none;
	}

.c-card__description {
		margin: 0;
		padding: 0;
	}

.c-card__description p {
			margin: 0;
			padding: 0;
		}

.c-content-index {
	padding-bottom: 60px;
}

.c-content-index__body {
		width: 1200px;
		margin: 0 auto;
	}

@media (max-width: 1260px) {

.c-content-index__body {
		max-width: 1260px;
		padding-left: 30px;
		padding-right: 30px;
		width: 100%;
	}
	}

@media screen and (max-width: 576px) {

.c-content-index__body {
		padding-left: 20px;
		padding-right: 20px;
	}
	}

.c-content-index__card-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}

.c-content-index__card-item {
		-ms-flex-preferred-size: calc(33.33333% - 21px);
		    flex-basis: calc(33.33333% - 21px);
		-webkit-box-flex: 0;
		    -ms-flex-positive: 0;
		        flex-grow: 0;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		margin-bottom: 40px;
		margin-right: 30px;
	}

@media screen and (min-width: 576px) and (max-width: 767px) {

.c-content-index__card-item {
			-ms-flex-preferred-size: calc(33.33333% - 11px);
			    flex-basis: calc(33.33333% - 11px);
			margin-bottom: 20px;
			margin-right: 15px
	}
		}

@media screen and (max-width: 576px) {

.c-content-index__card-item {
			-ms-flex-preferred-size: calc(100% - 1px);
			    flex-basis: calc(100% - 1px);
			margin-bottom: 30px;
			margin-right: 0
	}
		}

.c-content-index__card-item:nth-child(3n) {
			margin-right: 0;
		}

.bge-contents, .c-content-main {
	font-size: 1.6rem;
	line-height: 2;
	background: #fff;
	max-width: 900px;
	margin: -100px auto 0;
	padding: 36px 50px 45px;
	position: relative;
}

@media screen and (max-width: 767px) {

.bge-contents, .c-content-main {
		line-height: 1.9;
		margin: 0 auto;
		padding: 8.266% 6.5% 5.333%;
		background: none
}
	}

.bge-contents a, .c-content-main a {
		color: currentColor;
	}

.bge-contents h2, .c-content-main h2 {
		font-size: 2.1rem;
		line-height: 2;
		letter-spacing: 2px;
		margin: 1em 0 44px;
		text-align: center;
		font-family: "游明朝", YuMincho, serif;
		color: #333;
	}

@media screen and (max-width: 767px) {

.bge-contents h2, .c-content-main h2 {
			font-size: 4.8vw;
			margin-bottom: 12px
	}
		}

.bge-contents h2:first-child, .c-content-main h2:first-child {
			margin-top: 0;
		}

.bge-contents .bge-title-h2, .c-content-main .bge-title-h2 {
		margin-top: 0;
	}

.bge-contents h3, .c-content-main h3 {
		font-size: 1.375em;
		line-height: 2;
		margin: 1em 0 20px;
		padding-left: 20px;
		border-left: 5px solid #596d4c;
	}

.bge-contents h3:first-child, .c-content-main h3:first-child {
			margin-top: 0;
		}

.bge-contents .bge-title-h3, .c-content-main .bge-title-h3 {
		margin-top: 0;
	}

.bge-contents h4, .c-content-main h4 {
		font-size: 1.1875em;
		line-height: 2;
		margin: 1em 0 20px;
		background: #f6eee5;
		padding: 5px 25px;
	}

.bge-contents h4:first-child, .c-content-main h4:first-child {
			margin-top: 0;
		}

.bge-contents h5, .c-content-main h5 {
		font-size: 1.125em;
		color: #f07100;
		line-height: 2;
		margin: 1em 0;
	}

.bge-contents h5:first-child, .c-content-main h5:first-child {
			margin-top: 0;
		}

.bge-contents h6, .c-content-main h6 {
		font-size: 1.125em;
		line-height: 2;
		margin: 1em 0;
	}

.bge-contents h6:first-child, .c-content-main h6:first-child {
			margin-top: 0;
		}

.bge-contents br[data-device="sp"], .c-content-main br[data-device="sp"] {
			display: none;
		}

@media screen and (max-width: 767px) {

.bge-contents br[data-device="sp"], .c-content-main br[data-device="sp"] {
				display: block
		}
			}

.bge-contents .outline-list, .c-content-main .outline-list {
		font-size: 1.4rem;
		font-weight: 500;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
	}

@media screen and (max-width: 767px) {

.bge-contents .outline-list, .c-content-main .outline-list {
			font-size: 3.733vw;
			display: block;
			width: 100%;
			margin-top: 12px
	}
		}

.bge-contents .outline-list dt, .c-content-main .outline-list dt {
			width: 233px;
			padding-left: 7px;
			border-bottom: solid 1px #e6e6e6;
		}

@media screen and (max-width: 767px) {

.bge-contents .outline-list dt, .c-content-main .outline-list dt {
				width: 100%;
				padding: .266vw 3% 0;
				line-height: 1.8;
				border-bottom: none;
				background: #e8ede9
		}
			}

.bge-contents .outline-list dt:nth-last-child(2), .c-content-main .outline-list dt:nth-last-child(2) {
				border: none;
			}

.bge-contents .outline-list dd, .c-content-main .outline-list dd {
			width: calc(100% - 233px);
			border-bottom: solid 1px #e6e6e6;
			margin: 0;
		}

@media screen and (max-width: 767px) {

.bge-contents .outline-list dd, .c-content-main .outline-list dd {
				width: 100%;
				padding: 0 3%;
				border-bottom: none
		}
			}

.bge-contents .outline-list dd:last-child, .c-content-main .outline-list dd:last-child {
				border: none;
			}

.bge-contents ul, .c-content-main ul {
		padding-left: 20px;
	}

.bge-contents ul > li, .c-content-main ul > li {
			list-style: none;
		}

.bge-contents ul > li::before, .c-content-main ul > li::before {
				content: "";
				display: inline-block;
				vertical-align: middle;
				margin: 0 15px 0 -20px;
				width: 8px;
				height: 8px;
				border: 1px solid transparent;
				border-radius: 50%;
				background: #596d4c;
			}

.bge-contents ul > li > ul li::before, .c-content-main ul > li > ul li::before {
				background: #838675;
			}

.bge-contents ul > li > ul li::before > ul li::before, .c-content-main ul > li > ul li::before > ul li::before {
					background: rgb(3, 3, 2);
				}

.bge-contents ul ul, .bge-contents ul ol, .c-content-main ul ul, .c-content-main ul ol {
			margin-left: 2em;
		}

.bge-contents ol, .c-content-main ol {
		counter-reset: content-main-ol-default;
		padding-left: 0;
	}

.bge-contents ol > li, .c-content-main ol > li {
			list-style: none;
		}

.bge-contents ol > li::before, .c-content-main ol > li::before {
				content: counter(content-main-ol-default, decimal) ". ";
				counter-increment: content-main-ol-default;
				color: #383127;
				font-weight: bold;
			}

.bge-contents ol ul, .bge-contents ol ol, .c-content-main ol ul, .c-content-main ol ol {
			margin-left: 2em;
		}

.bge-contents table, .c-content-main table {
		border-collapse: collapse;
		width: 100%;
		margin-bottom: 30px;
	}

@media screen and (max-width: 576px) {

.bge-contents table, .c-content-main table {
			display: block
	}
		}

.bge-contents caption, .c-content-main caption {
		font-weight: bold;
		text-align: left;
	}

@media screen and (max-width: 576px) {

.bge-contents caption, .c-content-main caption {
			display: block
	}
		}

@media screen and (max-width: 576px) {

.bge-contents thead, .c-content-main thead {
			display: none
	}
		}

@media screen and (max-width: 576px) {

.bge-contents tfoot, .c-content-main tfoot {
			display: none
	}
		}

@media screen and (max-width: 576px) {

.bge-contents tbody, .c-content-main tbody {
			display: block
	}
		}

@media screen and (max-width: 576px) {

.bge-contents tr, .c-content-main tr {
			display: block
	}
		}

.bge-contents th, .bge-contents td, .c-content-main th, .c-content-main td {
		padding: 1.3em 1.7em;
		color: #333;
		border-top: 1px solid #d2cdcd;
		border-bottom: 1px solid #d2cdcd;
	}

@media screen and (max-width: 576px) {

.bge-contents th, .bge-contents td, .c-content-main th, .c-content-main td {
			display: block;
			margin-top: -1px;
			width: 100% !important
	}
		}

.bge-contents th, .c-content-main th {
		background: #bfbfbf;
		text-align: left;
	}

@media screen and (max-width: 576px) {

.bge-contents th, .c-content-main th {
			padding: 10px 4% 10px 6%
	}
		}

@media screen and (max-width: 576px) {

.bge-contents td, .c-content-main td {
			padding: 10px 4% 20px 6%
	}
		}

.bge-contents p:first-child, .c-content-main p:first-child {
			margin-top: 0;
		}

.bge-contents p:last-child, .c-content-main p:last-child {
			margin-bottom: 0;
		}

.bge-contents blockquote, .c-content-main blockquote {
		background: #9c9e91;
		margin: 0 0 0 2em;
		padding: 1em 2em;
		position: relative;
	}

.bge-contents blockquote::before, .c-content-main blockquote::before {
			content: "�?";
			display: block;
			font-size: 2.5em;
			left: 0;
			line-height: 0;
			margin-top: .5em;
			opacity: .2;
			pointer-events: none;
			position: absolute;
			top: 0;
			-webkit-user-select: none;
			   -moz-user-select: none;
			    -ms-user-select: none;
			        user-select: none;
		}

.bge-contents blockquote::after, .c-content-main blockquote::after {
			bottom: 0;
			content: "�?";
			display: block;
			font-size: 2.5em;
			line-height: 0;
			opacity: .2;
			pointer-events: none;
			position: absolute;
			right: 0;
			-webkit-user-select: none;
			   -moz-user-select: none;
			    -ms-user-select: none;
			        user-select: none;
		}

.bge-contents figure, .c-content-main figure {
		margin: 0;
	}

.bge-contents figcaption, .c-content-main figcaption {
		background: none;
		font-size: 0.875em;
		font-weight: normal;
		line-height: 1.6;
		padding: .8em 1.2em;
		text-align: left;
	}

.bge-contents hr, .c-content-main hr {
		color: #d2cdcd;
		background: #d2cdcd;
		border-style: none;
		height: 2px;
		margin: 50px auto;
		width: 95%;
	}

.bge-contents hr:first-child, .c-content-main hr:first-child {
			margin-top: 0;
		}

.bge-contents input, .c-content-main input {
		font-size: 1.6rem;
		max-width: 100%;
	}

.bge-contents input[type="text"], .bge-contents input[type="email"], .c-content-main input[type="text"], .c-content-main input[type="email"] {
			border: 1px solid #d2cdcd;
			padding: .3em;
		}

.bge-contents input[type="text"]:focus, .bge-contents input[type="email"]:focus, .c-content-main input[type="text"]:focus, .c-content-main input[type="email"]:focus {
				-webkit-box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
				        box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
				outline: none;
			}

.bge-contents textarea, .c-content-main textarea {
		border: 1px solid #d2cdcd;
		font-size: 1.6rem;
		padding: .3em;
		width: 100%;
	}

.bge-contents textarea:focus, .c-content-main textarea:focus {
			-webkit-box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
			        box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
			outline: none;
		}

.bge-contents table.form_input th.required ::after, .c-content-main table.form_input th.required ::after {
				content: "*";
				display: inline-block;
				font-size: 1em;
				color: #ad1313;
				margin-left: 10px;
			}

.bge-contents table.form_input select, .c-content-main table.form_input select {
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			border-radius: 0;
			border: 1px solid #d2cdcd;
			margin: 0;
			padding: 5px 25px 5px 10px;
			vertical-align: middle;
			position: relative;
			font-size: 1em;
			background: url("../img/icon-select.png") no-repeat right 10px center;
			background-size: 10px 5px;
		}

.bge-contents .btn-group, .c-content-main .btn-group {
		margin: 0 auto;
		text-align: center;
	}

.bge-contents .btn-group button, .c-content-main .btn-group button {
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			background: rgb(0, 0, 0);
			color: #fff;
			padding: 15px 20px;
			text-align: center;
			min-width: 150px;
			cursor: pointer;
			border: 1px solid transparent;
			border-radius: 5px;
		}

.bge-contents .btn-group button:hover, .c-content-main .btn-group button:hover {
				opacity: .7;
			}

.bge-contents .btn-group .btn-back, .c-content-main .btn-group .btn-back {
			background: rgb(3, 3, 2);
		}

.bge-contents .grid-frame, .bge-contents .grid-frame-flex, .c-content-main .grid-frame, .c-content-main .grid-frame-flex {
		-ms-flex-line-pack: start;
		    align-content: flex-start;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}

.bge-contents .grid-frame-flex, .c-content-main .grid-frame-flex {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}

@media screen and (max-width: 576px) {

.bge-contents .grid-xs-1, .c-content-main .grid-xs-1 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 8.33333%;
				    flex-basis: 8.33333%
		}
			}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-1, .c-content-main .grid-sm-1 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 8.33333%;
				    flex-basis: 8.33333%
		}
			}

@media screen and (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-1, .c-content-main .grid-md-1 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 8.33333%;
				    flex-basis: 8.33333%
		}
			}

@media screen and (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-1, .c-content-main .grid-lg-1 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 8.33333%;
				    flex-basis: 8.33333%
		}
			}

@media screen and (min-width: 1200px) {

.bge-contents .grid-xl-1, .c-content-main .grid-xl-1 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 8.33333%;
				    flex-basis: 8.33333%
		}
			}

@media screen and (max-width: 576px) {

.bge-contents .grid-xs-2, .c-content-main .grid-xs-2 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 16.66667%;
				    flex-basis: 16.66667%
		}
			}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-2, .c-content-main .grid-sm-2 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 16.66667%;
				    flex-basis: 16.66667%
		}
			}

@media screen and (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-2, .c-content-main .grid-md-2 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 16.66667%;
				    flex-basis: 16.66667%
		}
			}

@media screen and (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-2, .c-content-main .grid-lg-2 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 16.66667%;
				    flex-basis: 16.66667%
		}
			}

@media screen and (min-width: 1200px) {

.bge-contents .grid-xl-2, .c-content-main .grid-xl-2 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 16.66667%;
				    flex-basis: 16.66667%
		}
			}

@media screen and (max-width: 576px) {

.bge-contents .grid-xs-3, .c-content-main .grid-xs-3 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 25%;
				    flex-basis: 25%
		}
			}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-3, .c-content-main .grid-sm-3 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 25%;
				    flex-basis: 25%
		}
			}

@media screen and (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-3, .c-content-main .grid-md-3 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 25%;
				    flex-basis: 25%
		}
			}

@media screen and (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-3, .c-content-main .grid-lg-3 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 25%;
				    flex-basis: 25%
		}
			}

@media screen and (min-width: 1200px) {

.bge-contents .grid-xl-3, .c-content-main .grid-xl-3 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 25%;
				    flex-basis: 25%
		}
			}

@media screen and (max-width: 576px) {

.bge-contents .grid-xs-4, .c-content-main .grid-xs-4 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 33.33333%;
				    flex-basis: 33.33333%
		}
			}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-4, .c-content-main .grid-sm-4 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 33.33333%;
				    flex-basis: 33.33333%
		}
			}

@media screen and (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-4, .c-content-main .grid-md-4 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 33.33333%;
				    flex-basis: 33.33333%
		}
			}

@media screen and (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-4, .c-content-main .grid-lg-4 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 33.33333%;
				    flex-basis: 33.33333%
		}
			}

@media screen and (min-width: 1200px) {

.bge-contents .grid-xl-4, .c-content-main .grid-xl-4 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 33.33333%;
				    flex-basis: 33.33333%
		}
			}

@media screen and (max-width: 576px) {

.bge-contents .grid-xs-5, .c-content-main .grid-xs-5 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 41.66667%;
				    flex-basis: 41.66667%
		}
			}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-5, .c-content-main .grid-sm-5 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 41.66667%;
				    flex-basis: 41.66667%
		}
			}

@media screen and (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-5, .c-content-main .grid-md-5 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 41.66667%;
				    flex-basis: 41.66667%
		}
			}

@media screen and (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-5, .c-content-main .grid-lg-5 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 41.66667%;
				    flex-basis: 41.66667%
		}
			}

@media screen and (min-width: 1200px) {

.bge-contents .grid-xl-5, .c-content-main .grid-xl-5 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 41.66667%;
				    flex-basis: 41.66667%
		}
			}

@media screen and (max-width: 576px) {

.bge-contents .grid-xs-6, .c-content-main .grid-xs-6 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 50%;
				    flex-basis: 50%
		}
			}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-6, .c-content-main .grid-sm-6 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 50%;
				    flex-basis: 50%
		}
			}

@media screen and (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-6, .c-content-main .grid-md-6 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 50%;
				    flex-basis: 50%
		}
			}

@media screen and (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-6, .c-content-main .grid-lg-6 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 50%;
				    flex-basis: 50%
		}
			}

@media screen and (min-width: 1200px) {

.bge-contents .grid-xl-6, .c-content-main .grid-xl-6 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 50%;
				    flex-basis: 50%
		}
			}

@media screen and (max-width: 576px) {

.bge-contents .grid-xs-7, .c-content-main .grid-xs-7 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 58.33333%;
				    flex-basis: 58.33333%
		}
			}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-7, .c-content-main .grid-sm-7 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 58.33333%;
				    flex-basis: 58.33333%
		}
			}

@media screen and (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-7, .c-content-main .grid-md-7 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 58.33333%;
				    flex-basis: 58.33333%
		}
			}

@media screen and (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-7, .c-content-main .grid-lg-7 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 58.33333%;
				    flex-basis: 58.33333%
		}
			}

@media screen and (min-width: 1200px) {

.bge-contents .grid-xl-7, .c-content-main .grid-xl-7 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 58.33333%;
				    flex-basis: 58.33333%
		}
			}

@media screen and (max-width: 576px) {

.bge-contents .grid-xs-8, .c-content-main .grid-xs-8 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 66.66667%;
				    flex-basis: 66.66667%
		}
			}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-8, .c-content-main .grid-sm-8 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 66.66667%;
				    flex-basis: 66.66667%
		}
			}

@media screen and (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-8, .c-content-main .grid-md-8 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 66.66667%;
				    flex-basis: 66.66667%
		}
			}

@media screen and (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-8, .c-content-main .grid-lg-8 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 66.66667%;
				    flex-basis: 66.66667%
		}
			}

@media screen and (min-width: 1200px) {

.bge-contents .grid-xl-8, .c-content-main .grid-xl-8 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 66.66667%;
				    flex-basis: 66.66667%
		}
			}

@media screen and (max-width: 576px) {

.bge-contents .grid-xs-9, .c-content-main .grid-xs-9 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 75%;
				    flex-basis: 75%
		}
			}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-9, .c-content-main .grid-sm-9 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 75%;
				    flex-basis: 75%
		}
			}

@media screen and (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-9, .c-content-main .grid-md-9 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 75%;
				    flex-basis: 75%
		}
			}

@media screen and (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-9, .c-content-main .grid-lg-9 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 75%;
				    flex-basis: 75%
		}
			}

@media screen and (min-width: 1200px) {

.bge-contents .grid-xl-9, .c-content-main .grid-xl-9 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 75%;
				    flex-basis: 75%
		}
			}

@media screen and (max-width: 576px) {

.bge-contents .grid-xs-10, .c-content-main .grid-xs-10 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 83.33333%;
				    flex-basis: 83.33333%
		}
			}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-10, .c-content-main .grid-sm-10 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 83.33333%;
				    flex-basis: 83.33333%
		}
			}

@media screen and (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-10, .c-content-main .grid-md-10 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 83.33333%;
				    flex-basis: 83.33333%
		}
			}

@media screen and (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-10, .c-content-main .grid-lg-10 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 83.33333%;
				    flex-basis: 83.33333%
		}
			}

@media screen and (min-width: 1200px) {

.bge-contents .grid-xl-10, .c-content-main .grid-xl-10 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 83.33333%;
				    flex-basis: 83.33333%
		}
			}

@media screen and (max-width: 576px) {

.bge-contents .grid-xs-11, .c-content-main .grid-xs-11 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 91.66667%;
				    flex-basis: 91.66667%
		}
			}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-11, .c-content-main .grid-sm-11 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 91.66667%;
				    flex-basis: 91.66667%
		}
			}

@media screen and (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-11, .c-content-main .grid-md-11 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 91.66667%;
				    flex-basis: 91.66667%
		}
			}

@media screen and (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-11, .c-content-main .grid-lg-11 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 91.66667%;
				    flex-basis: 91.66667%
		}
			}

@media screen and (min-width: 1200px) {

.bge-contents .grid-xl-11, .c-content-main .grid-xl-11 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 91.66667%;
				    flex-basis: 91.66667%
		}
			}

@media screen and (max-width: 576px) {

.bge-contents .grid-xs-12, .c-content-main .grid-xs-12 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 100%;
				    flex-basis: 100%
		}
			}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-12, .c-content-main .grid-sm-12 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 100%;
				    flex-basis: 100%
		}
			}

@media screen and (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-12, .c-content-main .grid-md-12 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 100%;
				    flex-basis: 100%
		}
			}

@media screen and (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-12, .c-content-main .grid-lg-12 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 100%;
				    flex-basis: 100%
		}
			}

@media screen and (min-width: 1200px) {

.bge-contents .grid-xl-12, .c-content-main .grid-xl-12 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 100%;
				    flex-basis: 100%
		}
			}

@media screen and (max-width: 576px) {

.bge-contents .grid-xs-d5, .c-content-main .grid-xs-d5 {
			-webkit-box-flex: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
			-ms-flex-negative: 0;
			    flex-shrink: 0;
			-ms-flex-preferred-size: 20%;
			    flex-basis: 20%
	}
		}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-d5, .c-content-main .grid-sm-d5 {
			-webkit-box-flex: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
			-ms-flex-negative: 0;
			    flex-shrink: 0;
			-ms-flex-preferred-size: 20%;
			    flex-basis: 20%
	}
		}

@media screen and (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-d5, .c-content-main .grid-md-d5 {
			-webkit-box-flex: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
			-ms-flex-negative: 0;
			    flex-shrink: 0;
			-ms-flex-preferred-size: 20%;
			    flex-basis: 20%
	}
		}

@media screen and (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-d5, .c-content-main .grid-lg-d5 {
			-webkit-box-flex: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
			-ms-flex-negative: 0;
			    flex-shrink: 0;
			-ms-flex-preferred-size: 20%;
			    flex-basis: 20%
	}
		}

@media screen and (min-width: 1200px) {

.bge-contents .grid-xl-d5, .c-content-main .grid-xl-d5 {
			-webkit-box-flex: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
			-ms-flex-negative: 0;
			    flex-shrink: 0;
			-ms-flex-preferred-size: 20%;
			    flex-basis: 20%
	}
		}

@media screen and (max-width: 576px) {

.bge-contents .grid-xs-flex, .c-content-main .grid-xs-flex {
			-webkit-box-flex: 0;
			    -ms-flex: 0 1 100%;
			        flex: 0 1 100%
	}
		}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-flex, .c-content-main .grid-sm-flex {
			-webkit-box-flex: 0;
			    -ms-flex: 0 1 100%;
			        flex: 0 1 100%
	}
		}

@media screen and (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-flex, .c-content-main .grid-md-flex {
			-webkit-box-flex: 0;
			    -ms-flex: 0 1 100%;
			        flex: 0 1 100%
	}
		}

@media screen and (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-flex, .c-content-main .grid-lg-flex {
			-webkit-box-flex: 0;
			    -ms-flex: 0 1 100%;
			        flex: 0 1 100%
	}
		}

@media screen and (min-width: 1200px) {

.bge-contents .grid-xl-flex, .c-content-main .grid-xl-flex {
			-webkit-box-flex: 0;
			    -ms-flex: 0 1 100%;
			        flex: 0 1 100%
	}
		}

.bge-contents .mt-zero, .c-content-main .mt-zero {
		margin-top: 0;
	}

.bge-contents .mb-zero, .c-content-main .mb-zero {
		margin-bottom: 0;
	}

.bge-contents .mt-narrow, .c-content-main .mt-narrow {
	}

@media screen and (max-width: 576px) {

.bge-contents .mt-narrow, .c-content-main .mt-narrow {
			margin-top: 5px
	}
		}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .mt-narrow, .c-content-main .mt-narrow {
			margin-top: 10px
	}
		}

@media screen and (min-width: 768px) and (max-width: 991px) {

.bge-contents .mt-narrow, .c-content-main .mt-narrow {
			margin-top: 10px
	}
		}

@media screen and (min-width: 992px) and (max-width: 1199px) {

.bge-contents .mt-narrow, .c-content-main .mt-narrow {
			margin-top: 15px
	}
		}

@media screen and (min-width: 1200px) {

.bge-contents .mt-narrow, .c-content-main .mt-narrow {
			margin-top: 15px
	}
		}

.bge-contents .mt-wide, .c-content-main .mt-wide {
	}

@media screen and (max-width: 576px) {

.bge-contents .mt-wide, .c-content-main .mt-wide {
			margin-top: 30px
	}
		}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .mt-wide, .c-content-main .mt-wide {
			margin-top: 50px
	}
		}

@media screen and (min-width: 768px) and (max-width: 991px) {

.bge-contents .mt-wide, .c-content-main .mt-wide {
			margin-top: 50px
	}
		}

@media screen and (min-width: 992px) and (max-width: 1199px) {

.bge-contents .mt-wide, .c-content-main .mt-wide {
			margin-top: 80px
	}
		}

@media screen and (min-width: 1200px) {

.bge-contents .mt-wide, .c-content-main .mt-wide {
			margin-top: 80px
	}
		}

.bge-contents .mb-narrow, .c-content-main .mb-narrow {
	}

@media screen and (max-width: 576px) {

.bge-contents .mb-narrow, .c-content-main .mb-narrow {
			margin-bottom: 5px
	}
		}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .mb-narrow, .c-content-main .mb-narrow {
			margin-bottom: 10px
	}
		}

@media screen and (min-width: 768px) and (max-width: 991px) {

.bge-contents .mb-narrow, .c-content-main .mb-narrow {
			margin-bottom: 10px
	}
		}

@media screen and (min-width: 992px) and (max-width: 1199px) {

.bge-contents .mb-narrow, .c-content-main .mb-narrow {
			margin-bottom: 15px
	}
		}

@media screen and (min-width: 1200px) {

.bge-contents .mb-narrow, .c-content-main .mb-narrow {
			margin-bottom: 15px
	}
		}

.bge-contents .mb-wide, .c-content-main .mb-wide {
	}

@media screen and (max-width: 576px) {

.bge-contents .mb-wide, .c-content-main .mb-wide {
			margin-bottom: 30px
	}
		}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .mb-wide, .c-content-main .mb-wide {
			margin-bottom: 50px
	}
		}

@media screen and (min-width: 768px) and (max-width: 991px) {

.bge-contents .mb-wide, .c-content-main .mb-wide {
			margin-bottom: 50px
	}
		}

@media screen and (min-width: 992px) and (max-width: 1199px) {

.bge-contents .mb-wide, .c-content-main .mb-wide {
			margin-bottom: 80px
	}
		}

@media screen and (min-width: 1200px) {

.bge-contents .mb-wide, .c-content-main .mb-wide {
			margin-bottom: 80px
	}
		}

.bge-contents [data-bgb], .c-content-main [data-bgb] {
		margin-bottom: 3em;
	}

.bge-contents .bgt-btn, .c-content-main .bgt-btn {
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		background: #596d4c;
		border: none;
		color: #fff;
		display: inline-block;
		font-size: 1.0625em;
		line-height: 2;
		min-width: 15em;
		padding: 1em 2em;
		position: relative;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
	}

.bge-contents .bgt-btn:active, .bge-contents .bgt-btn:focus, .c-content-main .bgt-btn:active, .c-content-main .bgt-btn:focus {
			-webkit-box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
			        box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
		}

.bge-contents .bgt-btn:disabled, .c-content-main .bgt-btn:disabled {
			opacity: .6;
		}

.bge-contents .bgt-btn::after, .c-content-main .bgt-btn::after {
			border: 2px solid currentColor;
			border-width: 2px 2px 0 0;
			content: "";
			display: block;
			height: 10px;
			margin-top: -5px;
			position: absolute;
			right: .7em;
			top: 50%;
			-webkit-transform: rotate(45deg);
			        transform: rotate(45deg);
			width: 10px;
		}

.bge-contents [data-bgt-button-kind="link"] .bgt-btn, .c-content-main [data-bgt-button-kind="link"] .bgt-btn {
	}

.bge-contents [data-bgt-button-kind="em"] .bgt-btn, .c-content-main [data-bgt-button-kind="em"] .bgt-btn {
		background: #383127;
	}

.bge-contents [data-bgt-button-kind="external"] .bgt-btn span::after, .c-content-main [data-bgt-button-kind="external"] .bgt-btn span::after {
				display: inline-block;
				font-family: icons;
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-style: normal;
				font-variant: normal;
				font-weight: normal;
				line-height: 1;
				speak: none;
				text-align: left;
				text-indent: 0;
				text-rendering: auto;
				text-transform: none;
				vertical-align: middle;
				white-space: nowrap;
				font-family: FontAwesome;
				content: "\f08e";
				font-size: 1em;
				margin-left: .5em;
				vertical-align: middle;
			}

.bge-contents [data-bgt-button-kind="back"] .bgt-btn::before, .c-content-main [data-bgt-button-kind="back"] .bgt-btn::before {
			background: none;
			border: 2px solid currentColor;
			border-width: 0 0 2px 2px;
			content: "";
			display: block;
			height: 10px;
			left: .7em;
			margin-top: -5px;
			position: absolute;
			top: 50%;
			-webkit-transform: rotate(45deg);
			        transform: rotate(45deg);
			width: 10px;
		}

.bge-contents [data-bgt-button-kind="back"] .bgt-btn::after, .c-content-main [data-bgt-button-kind="back"] .bgt-btn::after {
			display: none;
		}

.bge-contents .bgt-hr, .c-content-main .bgt-hr {
		margin: 0 auto;
	}

.bge-contents [data-bgt-hr-kind="dashed"] .bgt-hr, .c-content-main [data-bgt-hr-kind="dashed"] .bgt-hr {
		height: 0;
		border: none;
		background: none;
		border-bottom: 2px dashed currentColor;
	}

.bge-contents [data-bgt-hr-kind="bold"] .bgt-hr, .c-content-main [data-bgt-hr-kind="bold"] .bgt-hr {
		height: 5px;
	}

.bge-contents [data-bgt-hr-kind="narrow"] .bgt-hr, .c-content-main [data-bgt-hr-kind="narrow"] .bgt-hr {
		height: 1px;
	}

.bge-contents [data-bgt-hr-kind="short"] .bgt-hr, .c-content-main [data-bgt-hr-kind="short"] .bgt-hr {
		width: 60%;
		height: 1px;
	}

.bge-contents .bgt-download-file__link, .c-content-main .bgt-download-file__link {
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		background: #596d4c;
		border: none;
		color: #fff;
		display: inline-block;
		font-size: 1.0625em;
		line-height: 2;
		min-width: 15em;
		padding: 1em 1.9em;
		position: relative;
		text-decoration: none;
		vertical-align: middle;
	}

.bge-contents .bgt-download-file__link:active, .bge-contents .bgt-download-file__link:focus, .c-content-main .bgt-download-file__link:active, .c-content-main .bgt-download-file__link:focus {
			-webkit-box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
			        box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
		}

.bge-contents .bgt-download-file__link::after, .c-content-main .bgt-download-file__link::after {
			border: 2px solid currentColor;
			border-width: 2px 2px 0 0;
			content: "";
			display: block;
			height: 10px;
			margin-top: -5px;
			position: absolute;
			right: .7em;
			top: 50%;
			-webkit-transform: rotate(45deg);
			        transform: rotate(45deg);
			width: 10px;
		}

.bge-contents .bgt-link__size, .c-content-main .bgt-link__size {
		font-size: 0.8125em;
		font-weight: normal;
		opacity: .7;
	}

.bge-contents .bgt-link__icon::after, .c-content-main .bgt-link__icon::after {
			vertical-align: middle;
		}

@media screen and (max-width: 576px) {

.bge-contents .bgt-google-maps-link, .c-content-main .bgt-google-maps-link {
			border: solid 1px #e6e6e6;
			border-radius: 3px;
			color: #333;
			margin-top: 10px;
			padding: 1em;
			text-align: center;
			text-decoration: none
	}

			.bge-contents .bgt-google-maps-link span, .c-content-main .bgt-google-maps-link span {
				display: inline-block;
				vertical-align: middle;
			}

			.bge-contents .bgt-google-maps-link::after, .c-content-main .bgt-google-maps-link::after {
				display: inline-block;
				font-family: icons;
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-style: normal;
				font-variant: normal;
				font-weight: normal;
				line-height: 1;
				speak: none;
				text-align: left;
				text-indent: 0;
				text-rendering: auto;
				text-transform: none;
				vertical-align: middle;
				white-space: nowrap;
				font-family: FontAwesome;
				content: "\f08e";
				font-size: 1em;
				vertical-align: middle;
			}
		}

.bge-contents .bgt-image, .c-content-main .bgt-image {
	}

.bge-contents .bgt-image :link, .c-content-main .bgt-image :link {
			outline: none;
		}

.bge-contents .bgb-opt--bg-gray, .bge-contents .bgb-opt--bg-blue, .bge-contents .bgb-opt--bg-pink, .c-content-main .bgb-opt--bg-gray, .c-content-main .bgb-opt--bg-blue, .c-content-main .bgb-opt--bg-pink {
		padding: .8em;
	}

.bge-contents .bgb-opt--border-trbl, .c-content-main .bgb-opt--border-trbl {
		padding: .8em;
	}

.bge-contents .bgb-opt--border-td, .bge-contents .bgb-opt--border-tb, .c-content-main .bgb-opt--border-td, .c-content-main .bgb-opt--border-tb {
		border-left-width: 0 !important;
		border-right-width: 0 !important;
		padding-bottom: .8em;
		padding-top: .8em;
	}

.bge-contents .bgb-opt--border-lr, .c-content-main .bgb-opt--border-lr {
		padding-left: .8em;
		padding-right: .8em;
	}

.bge-contents .bgb-opt--border-trl, .c-content-main .bgb-opt--border-trl {
		padding-left: .8em;
		padding-right: .8em;
		padding-top: .8em;
	}

.bge-contents .bgb-opt--border-rbl, .c-content-main .bgb-opt--border-rbl {
		padding-bottom: .8em;
		padding-left: .8em;
		padding-right: .8em;
	}

.bge-contents .bgb-opt--mb-large, .c-content-main .bgb-opt--mb-large {
		margin-bottom: 9em !important;
	}

.bge-contents .bgb-opt--mb-small, .c-content-main .bgb-opt--mb-small {
		margin-bottom: 1.5em !important;
	}

.bge-contents .bgb-opt--mb-none, .c-content-main .bgb-opt--mb-none {
		margin-bottom: 0 !important;
	}

.bge-contents [data-bgt="ckeditor"]:nth-child(2), .c-content-main [data-bgt="ckeditor"]:nth-child(2) {
			margin-top: 1em;
		}

.bge-contents [data-bgt="gallery"] .bgt-gallery, .c-content-main [data-bgt="gallery"] .bgt-gallery {
			padding-top: 56.25%;
		}

.bge-contents [data-bgt="gallery"] .bgt-gallery:hover .bgt-gallery-ctrl, .c-content-main [data-bgt="gallery"] .bgt-gallery:hover .bgt-gallery-ctrl {
					opacity: 1;
				}

.bge-contents [data-bgt="gallery"] .bgt-gallery__img img, .c-content-main [data-bgt="gallery"] .bgt-gallery__img img {
					-o-object-fit: cover;
					   font-family: "object-fit:cover";
					   object-fit: cover;
				}

.bge-contents [data-bgt="gallery"] .bgt-gallery__caption, .c-content-main [data-bgt="gallery"] .bgt-gallery__caption {
				color: #fff;
				background: rgba(51, 51, 51, 0.6);
				padding: .7em 1em;
				text-align: center;
			}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl {
				top: 50%;
				opacity: 0;
				-webkit-transition: opacity 200ms ease-in;
				transition: opacity 200ms ease-in;
			}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev, .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next {
					display: block;
					-webkit-appearance: none;
					   -moz-appearance: none;
					        appearance: none;
					margin: -20px 0 0;
					padding: 0;
					background: none;
					border: none;
					-webkit-transform-origin: center center;
					        transform-origin: center center;
				}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev:hover, .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next:hover, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev:hover, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next:hover {
						opacity: .5;
					}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev:focus, .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next:focus, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev:focus, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next:focus {
						outline: none;
					}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev span, .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next span, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev span, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next span {
						display: block;
						overflow: hidden;
						width: 0;
						height: 0;
					}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev::after, .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next::after, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev::after, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next::after {
						content: "";
						display: block;
						width: 40px;
						height: 40px;
						border: solid #fff;
						border-width: 5px 5px 0 0;
					}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev {
					left: 20px;
					-webkit-transform: rotate(-135deg);
					        transform: rotate(-135deg);
				}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next {
					right: 20px;
					-webkit-transform: rotate(45deg);
					        transform: rotate(45deg);
				}

.bge-contents [data-bgt="gallery"] .bgt-gallery-marker li::before, .c-content-main [data-bgt="gallery"] .bgt-gallery-marker li::before {
					display: none;
				}

.bge-contents [data-bgt="gallery"] [data-gallery-marker="thumbs"] + .bgt-gallery-marker, .c-content-main [data-bgt="gallery"] [data-gallery-marker="thumbs"] + .bgt-gallery-marker {
				margin-top: 10px;
			}

.bge-contents [data-bgt="gallery"] [data-gallery-marker="thumbs"] + .bgt-gallery-marker li, .c-content-main [data-bgt="gallery"] [data-gallery-marker="thumbs"] + .bgt-gallery-marker li {
					margin: 0 5px;
					width: 3.75em;
					height: 3.75em;
				}

.bge-contents [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker, .c-content-main [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker {
				margin-top: 10px;
			}

.bge-contents [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker li, .c-content-main [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker li {
					margin: 0 2px;
					width: 10px;
					height: 10px;
					background-color: #596d4c;
					border-radius: 100%;
					opacity: .6;
				}

.bge-contents [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker li.current, .c-content-main [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker li.current {
						opacity: 1;
					}

.bge-contents .bc-heading h2, .c-content-main .bc-heading h2 {
		}

.bge-contents .bc-time, .c-content-main .bc-time {
		margin-bottom: 5em;
		text-align: right;
	}

.bge-contents .bc-time time, .c-content-main .bc-time time {
		}

.bge-contents .bc-cat, .c-content-main .bc-cat {
		margin-bottom: 1em;
		text-align: right;
	}

.bge-contents .bc-cat > div, .c-content-main .bc-cat > div {
			background: #596d4c;
			color: #fff;
			display: inline-block;
			font-size: 0.8125em;
			padding: .2em .4em;
		}

.bge-contents .bc-area-cta, .c-content-main .bc-area-cta {
		margin-top: 4em;
		text-align: center;
	}

.bge-contents .bc-area-cta a, .c-content-main .bc-area-cta a {
			background: #596d4c;
		}

.bge-contents .bc-area-cta a span::before, .c-content-main .bc-area-cta a span::before {
					display: inline-block;
					font-family: icons;
					-moz-osx-font-smoothing: grayscale;
					-webkit-font-smoothing: antialiased;
					font-style: normal;
					font-variant: normal;
					font-weight: normal;
					line-height: 1;
					speak: none;
					text-align: left;
					text-indent: 0;
					text-rendering: auto;
					text-transform: none;
					vertical-align: middle;
					white-space: nowrap;
					color: #e6e6e6;
					content: "\E100";
					margin-right: .5em;
				}

.bge-contents .bc-area-ctrl, .c-content-main .bc-area-ctrl {
		margin-top: 6em;
	}

@media screen and (max-width: 576px) {

.bge-contents .bc-area-ctrl, .c-content-main .bc-area-ctrl {
			text-align: center
	}
		}

.bge-contents .bc-form-table, .c-content-main .bc-form-table {
	}

.bge-contents .bc-form-agreement, .c-content-main .bc-form-agreement {
		margin-top: 4em;
		text-align: center;
	}

.bge-contents .bc-form-submit, .c-content-main .bc-form-submit {
		margin-top: 3em;
		text-align: center;
	}

.c-content-contact {
	width: 100%;
	background: #838675;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 82px 0 76px;
}

@media screen and (max-width: 767px) {

.c-content-contact {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		height: auto;
		display: block;
		text-align: center;
		padding: 5.333vw 2.666vw 3.466vw
}
	}

.c-content-contact__tel {
		margin: 0;
		font-family: "Times New Roman", "游ゴシ�?��", "Yu Gothic", "YuGothic", "YuGothicM", "メイリオ", Meiryo, sans-serif;
		font-size: 5.3rem;
		line-height: 1;
		letter-spacing: .4px;
	}

@media screen and (max-width: 767px) {

.c-content-contact__tel {
			letter-spacing: .01em;
			font-size: 10.037vw
	}
		}

.c-content-contact__tel a {
			text-decoration: none;
			color: #fff;
			display: inline-block;
			pointer-events: none;
		}

@media screen and (max-width: 767px) {

.c-content-contact__tel a {
				pointer-events: auto
		}
			}

.c-content-contact__time {
		margin: 2px 0 0 18px;
		font-family: "游明朝", YuMincho, serif;
		font-size: 1.4rem;
		position: relative;
		padding-left: 17px;
		line-height: 1.75;
		letter-spacing: .6px;
	}

@media screen and (max-width: 767px) {

.c-content-contact__time {
			margin: 2.4vw 0 0;
			padding-left: 0;
			line-height: 1.4;
			letter-spacing: .05em;
			font-size: 3.2vw
	}
		}

.c-content-contact__time span {
			font-size: 1.5rem;
		}

@media screen and (max-width: 767px) {

.c-content-contact__time span {
				font-size: inherit
		}
			}

.c-content-contact__time::before {
			content: "";
			width: 1px;
			display: block;
			background: #fff;
			position: absolute;
			left: 0;
			top: 8px;
			bottom: 10px;
		}

@media screen and (max-width: 767px) {

.c-content-contact__time::before {
				display: none
		}
			}

/*# sourceMappingURL=style.css.map */


.header_new{
    width: 100%;
}
@media (min-width: 581px) {
    /*.main {
    padding: 0px 0 50px;
}*/
}

