@charset "UTF-8";

/*
Theme Name:VOGUE
Theme URI:https://tcd-theme.com/tcd051
Description: WordPress theme "Vogue" is for real estate agents and resort hotels. The modern design gives you a sophisticated impression. The four-part top page header that can combine video and still images is attractive.
Author:TCD
Author URI:https://tcd-theme.com/
Text Domain:tcd-vogue
Version:2.1.1
*/
/* ========================================================================== Foundation ========================================================================== */
/* Normalize ----------------------------------------------------------------- */
/*! normalize.css v7.0.0 | 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 IE on Windows Phone and in iOS. */
html {
	line-height: 1.15;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections ========================================================================== */
/** Remove the margin in all browsers (opinionated). */
body {
	margin: 0;
}

/** Add the correct display in IE 9-. */
article,
aside,
footer,
header,
nav,
section {
	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 ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in IE. */
figcaption,
figure,
main {
	/* 1 */
	display: block;
}

/** Add the correct margin in IE 8. */
figure {
	margin: 1em 40px;
}

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr {
	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 ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
}

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

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b,
strong {
	font-weight: inherit;
}

/** 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 style in Android 4.3-. */
dfn {
	font-style: italic;
}

/** Add the correct background and color in IE 9-. */
mark {
	background-color: #ff0;
	color: #000;
}

/** 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 ========================================================================== */
/** Add the correct display in IE 9-. */
audio,
video {
	display: inline-block;
}

/** Add the correct display in iOS 4-7. */
audio:not([controls]) {
	display: none;
	height: 0;
}

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

/** Hide the overflow in IE. */
svg:not(:root) {
	overflow: hidden;
}

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	/* 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;
}

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
}

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

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

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

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

/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

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

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 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 and cancel buttons in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-. 1. Add the correct display in Edge, IE, and Firefox. */
details,
menu {
	display: block;
}

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

/* Scripting ========================================================================== */
/** Add the correct display in IE 9-. */
canvas {
	display: inline-block;
}

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

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

/* Base ----------------------------------------------------------------- */
body {
	color: #000;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	vertical-align: bottom;
}

a,
a::before,
a::after,
input {
	transition-property: background-color, color;
	transition-duration: 0.2s;
	transition-timing-function: ease;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
	margin-top: 0;
}

p {
	margin-bottom: 0;
}

ul {
	padding-left: 0;
}

/* -------------------------------------------------------------------------------- web fonts　ウェブフォントファイルを変更した場合はv=1.0の数字を変更（キャッシュ対策）
-------------------------------------------------------------------------------- */
@font-face {
	font-family: "design_plus";
	src: url("assets/fonts/design_plus.eot?v=1.0");
	src: url("assets/fonts/design_plus.eot?v=1.0#iefix") format("embedded-opentype"), url("assets/fonts/design_plus.woff?v=1.0") format("woff"), url("assets/fonts/design_plus.ttf?v=1.0") format("truetype"), url("assets/fonts/design_plus.svg?v=1.0#design_plus") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'tiktok_x_icon';
	src: url('assets/fonts/tiktok_x_icon.eot?v=1.1');
	src: url('assets/fonts/tiktok_x_icon.eot?v=1.1#iefix') format('embedded-opentype'),
		url('assets/fonts/tiktok_x_icon.woff?v=1.1') format('woff'),
		url('assets/fonts/tiktok_x_icon.ttf?v=1.1') format('truetype'),
		url('assets/fonts/tiktok_x_icon.svg?v=1.1#tiktok_x_icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* keyframes */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	from {
		visibility: visible;
		opacity: 1;
	}

	to {
		visibility: hidden;
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		visibility: visible;
		opacity: 1;
	}

	to {
		visibility: hidden;
		opacity: 0;
	}
}

@-webkit-keyframes slideDown {
	0% {
		top: -100%;
	}

	100% {
		top: 0;
	}
}

@keyframes slideDown {
	0% {
		top: -100%;
	}

	100% {
		top: 0;
	}
}

@-webkit-keyframes slideD {
	0% {
		top: -100%;
	}

	100% {
		top: 0;
	}
}

@keyframes slideD {
	0% {
		top: -100%;
	}

	100% {
		top: 0;
	}
}

@-webkit-keyframes slideUp {
	0% {
		bottom: -100%;
	}

	100% {
		bottom: 0;
	}
}

@keyframes slideUp {
	0% {
		bottom: -100%;
	}

	100% {
		bottom: 0;
	}
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translateY(50%);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(50%);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ========================================================================== Layout ========================================================================== */
/* Inner ----------------------------------------------------------------- */
.l-inner {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 89.84375%;
	max-width: 1150px;
}

@media only screen and (max-width: 767px) {
	.l-inner {
		box-sizing: border-box;
		width: 100%;
		padding: 0 20px;
	}
}

/* Contents ----------------------------------------------------------------- */
.l-contents {
	background: linear-gradient(to right, #fff 0%, #fff 50%, #f6f6f6 50%, #f6f6f6 100%);
}

.l-contents--rev {
	background: linear-gradient(to left, #fff 0%, #fff 50%, #f6f6f6 50%, #f6f6f6 100%);
}

.l-contents--rev .l-contents__inner {
	flex-direction: row-reverse;
}

@media screen and (min-width: 1280px) {
	.l-contents--rev .l-primary {
		padding-left: 5.21739%;
		padding-right: 0;
	}
}

.l-contents__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: clip;
}

@media only screen and (max-width: 1279px) {
	.l-contents {
		background: transparent !important;
	}

	.l-contents__inner {
		display: block;
		width: 100%;
		max-width: none;
		padding: 0;
	}
}

/* Footer ----------------------------------------------------------------- */
.l-footer {
	background: #eee;
	padding-bottom: 80px;
}

.l-footer__logo {
	justify-content: center;
	margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
	.l-footer {
		background: #f6f6f6;
		padding-bottom: 40px;
	}

	.l-footer--border {
		border-top: 1px solid #eee;
	}

	.l-footer__logo {
		margin-bottom: 15px;
	}
}

/* Header ----------------------------------------------------------------- */
.l-header {
	background: rgba(0, 67, 83, 0.8);
	height: 70px;
	line-height: 70px;
	width: 100%;
	position: absolute;
	top: -70px;
	z-index: 999;
	-webkit-animation: slideDown 1.5s ease-in-out 0s forwards;
	animation: slideDown 1.5s ease-in-out 0s forwards;
}

.l-header--fixed {
	position: fixed;
	left: 0;
}

.l-header__inner {
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 89.84375%;
	max-width: 1150px;
	height: 100%;
}

.l-header__logo {
	margin-bottom: 0;
}

.l-header__logo a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	line-height: 1;
	overflow: hidden;
	word-wrap: break-word;
}

.l-header__logo--text a {
	width: 200px;
}

@media only screen and (min-width: 1025px) {
	#js-global-nav {
		display: block !important;
	}
}

@media only screen and (max-width: 1024px) {
	.l-header {
		height: 60px;
		line-height: 60px;
	}

	.l-header__inner {
		display: block;
		margin: 0;
		width: 100%;
		height: 100%;
		max-width: none;
	}

	.l-header__logo {
		padding-left: 5.55556%;
	}
}

@media only screen and (max-width: 767px) {
	.l-header {
		top: 0;
		-webkit-animation: none;
		animation: none;
	}

	.l-header__inner {
		width: 100%;
	}

	.l-header__logo {
		padding-left: 20px;
	}
}

/* Main ----------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
	.l-main {
		padding-top: 60px;
	}
}

/* Primary ----------------------------------------------------------------- */
.l-primary {
	background: #fff;
	box-sizing: border-box;
	padding-bottom: 115px;
	padding-right: 5.21739%;
	width: 68.69565%;
	padding-top: 92px;
}

@media only screen and (max-width: 1279px) {
	.l-primary {
		margin: 0 auto;
		padding-right: 0;
		width: 89.84375%;
	}
}

@media only screen and (max-width: 767px) {
	.l-primary {
		padding: 34px 20px 10px;
		width: 100%;
	}
}

/* Secondary ----------------------------------------------------------------- */
.l-secondary {
	box-sizing: border-box;
	padding-top: 100px;
	padding-bottom: 150px;
	width: 26.08696%;
}

@media only screen and (max-width: 1279px) {
	.l-secondary {
		padding: 40px 20px 0;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: space-between;
	}
}

/* ========================================================================== Object ========================================================================== */
/* Component ----------------------------------------------------------------- */
.c-breadcrumb__item {
	display: inline;
}

.c-breadcrumb__item+.c-breadcrumb__item::before {
	content: "\e910";
	font-family: "design_plus";
	margin-left: 12px;
	margin-right: 12px;
}

.c-breadcrumb__item--home a::before {
	content: "\e90c";
	font-family: "design_plus";
	vertical-align: middle;
}

.c-breadcrumb__item--home span {
	display: none;
}

@media only screen and (max-width: 767px) {
	.c-breadcrumb__item+.c-breadcrumb__item::before {
		margin-left: 5px;
		margin-right: 5px;
		vertical-align: -1px;
	}

	.c-breadcrumb__item--home a::before {
		vertical-align: -1px;
	}
}

/** コメント */
.c-comment {
	font-size: 14px;
	margin-bottom: 50px;
}

.c-comment input,
.c-comment textarea {
	border-radius: 0;
	box-sizing: border-box;
}

.c-comment__tab {
	margin-bottom: 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.c-comment__tab-item {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex: 1;
}

.c-comment__tab-item.is-active+.c-comment__tab-item a {
	border-left-color: #333;
}

.c-comment__tab-item.is-active a,
.c-comment__tab-item.is-active p {
	background: #333;
	border: 0;
	color: #fff;
	position: relative;
}

.c-comment__tab-item.is-active a:after,
.c-comment__tab-item.is-active p:after {
	border-color: #333 transparent transparent transparent;
	border-style: solid;
	border-width: 10px;
	margin: auto;
	position: absolute;
	right: 0;
	bottom: -17px;
	left: 0;
	content: "";
	width: 0;
	height: 0;
}

.c-comment__tab-item a,
.c-comment__tab-item p {
	border: 1px solid #ccc;
	color: #333;
	display: block;
	font-size: 14px;
	line-height: 180%;
	padding: 13px;
	text-decoration: none;
	width: 100%;
}

.c-comment__tab-item a:hover {
	background: #333;
	border-color: #333;
	color: #fff;
}

/* コメントの基本部分 */
.c-comment__list {
	padding-left: 0;
}

.c-comment__list-item {
	border: 1px solid #ccc;
	color: #777;
	list-style: none;
	margin-bottom: 15px;
	padding: 15px 20px 0;
}

/* コメント本文 */
.c-comment__item-body p {
	line-height: 2.4;
	margin-bottom: 15px;
}

/* コメントの情報部分 */
.c-comment__item-header {
	margin-bottom: 10px;
	position: relative;
}

.c-comment__item-avatar {
	float: left;
	margin-right: 10px;
	width: 40px;
	height: 40px;
}

.c-comment__item-author {
	display: block;
	margin-bottom: 10px;
	padding-top: 3px;
}

.c-comment__item-author a {
	text-decoration: underline;
}

.c-comment__item-date {
	color: #757676;
	display: block;
	font-size: 14px;
}

.c-comment__item-act {
	font-size: 14px;
	margin-top: 5px;
	padding-left: 10px;
	position: absolute;
	top: 0;
	right: 0;
}

.c-comment__item-act>li {
	display: inline;
	border-right: 1px solid #aaa;
	margin-right: 6px;
	padding-right: 10px;
}

.c-comment__item-act>li:last-child {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}

/* ページナビ */
.c-comment__pager {
	margin-bottom: 10px;
}

.c-comment__pager a,
.c-comment__pager span {
	display: inline;
	float: left;
	margin-right: 10px;
}

.c-comment__pager span {
	text-decoration: underline;
}

/* メッセージ、警告文 */
.c-comment__item-note {
	background: #d6f4f0;
	border: 1px solid #94ddd4;
	color: #33a8e5;
	display: block;
	font-size: 14px;
	margin-bottom: 1em;
	padding: 10px 15px;
}

/* トラックバック */
.c-comment__trackback-url {
	background: #fafafa;
	font-size: 14px;
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.trackback_time {
	font-size: 14px;
	color: #757676;
	margin: 0 0 7px 0px;
}

.trackback_title {
	margin: 2px 0 8px 0;
	margin: 0 0 10px 0px;
	line-height: 160%;
}

/* コメントフォーム */
.c-comment__form-wrapper {
	border: 1px solid #ccc;
	margin: 0 0 20px;
	padding: 15px;
}

.c-comment__cancel {
	color: #666;
	font-size: 14px;
	margin-bottom: 1em;
}

.c-comment__cancel a {
	color: #666;
}

.c-comment__cancel a:before {
	content: "\e910";
	font-family: "design_plus";
	display: inline-block;
}

.c-comment__form-login {
	color: #666;
	font-size: 14px;
}

.c-comment__form-login a {
	color: #666;
}

.c-comment__input {
	margin-bottom: 12px;
	text-align: left;
}

.c-comment__input input {
	border: 1px solid #ccc;
	color: #777;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}

.c-comment__input textarea {
	border: 1px solid #ccc;
	color: #777;
	font-size: 14px;
	overflow: auto;
	margin-top: 15px;
	width: 100%;
	height: 150px;
}

.c-comment__label-text {
	color: #666;
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}

.c-comment__form-submit {
	background: #aaa;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 14px;
	margin: 15px auto 0;
	width: 200px;
	height: 50px;
	-moz-transition: background-color 200ms ease-in-out;
	-ms-transition: background-color 200ms ease-in-out;
	-o-transition: background-color 200ms ease-in-out;
	-webkit-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out;
}

.c-comment__form-hidden {
	display: none;
}

/* パスワード保護 */
.c-comment__password-protected {
	background: #3db4b2;
	border-radius: 5px;
	color: #fff;
	margin: 0 38px 30px;
	padding: 10px 20px;
	text-align: center;
}

.c-comment__password-protected p {
	font-size: 12px;
	line-height: 160%;
}

@media only screen and (max-width: 767px) {
	.c-comment__item-act {
		margin-top: 10px;
		padding-left: 0;
		position: static;
	}

	.c-comment__tab-item a,
	.c-comment__tab-item p {
		padding: 5px 10px;
	}

	.c-comment__tab-item.is-active a,
	.c-comment__tab-item.is-active p {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.c-font--1 {
	font-family: var(--tcd-font-type1);
}

.c-font--2 {
	font-family: var(--tcd-font-type2);
}

.c-font--3 {
	font-family: var(--tcd-font-type3);
	font-weight: 500;
}

/**
	* Load
	*/
@-webkit-keyframes loading-circle {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loading-circle {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes loading-square-base {
	0% {
		bottom: 10px;
		opacity: 0;
	}

	5%,
	50% {
		bottom: 0;
		opacity: 1;
	}

	55%,
	100% {
		bottom: -10px;
		opacity: 0;
	}
}

@keyframes loading-square-base {
	0% {
		bottom: 10px;
		opacity: 0;
	}

	5%,
	50% {
		bottom: 0;
		opacity: 1;
	}

	55%,
	100% {
		bottom: -10px;
		opacity: 0;
	}
}

@-webkit-keyframes loading-dots-fadein {
	100% {
		opacity: 1;
	}
}

@keyframes loading-dots-fadein {
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes loading-dots-first-dot {
	100% {
		-webkit-transform: translate(1em);
		transform: translate(1em);
		opacity: 1;
	}
}

@keyframes loading-dots-first-dot {
	100% {
		-webkit-transform: translate(1em);
		transform: translate(1em);
		opacity: 1;
	}
}

@-webkit-keyframes loading-dots-middle-dots {
	100% {
		-webkit-transform: translate(1em);
		transform: translate(1em);
	}
}

@keyframes loading-dots-middle-dots {
	100% {
		-webkit-transform: translate(1em);
		transform: translate(1em);
	}
}

@-webkit-keyframes loading-dots-last-dot {
	100% {
		-webkit-transform: translate(2em);
		transform: translate(2em);
		opacity: 0;
	}
}

@keyframes loading-dots-last-dot {
	100% {
		-webkit-transform: translate(2em);
		transform: translate(2em);
		opacity: 0;
	}
}

/*#site_wrap { display: none; }*/
#site_loader_overlay {
	background: #fff;
	opacity: 1;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	width: 100vw;
	height: 100vh;
	z-index: 99999;
}

/* type1 */
.c-load--type1 {
	width: 48px;
	height: 48px;
	font-size: 10px;
	text-indent: -9999em;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	-webkit-animation: loading-circle 1.1s infinite linear;
	animation: loading-circle 1.1s infinite linear;
}

/* type2 */
.c-load--type2 {
	width: 44px;
	height: 44px;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.c-load--type2::before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 12px;
	height: 12px;
	content: '';
	animation: loading-square-loader 5.4s linear forwards infinite;
}

.c-load--type2::after {
	position: absolute;
	bottom: 10px;
	left: 0;
	display: block;
	width: 12px;
	height: 12px;
	opacity: 0;
	content: '';
	animation: loading-square-base 5.4s linear forwards infinite;
}

/* type3 */
.c-load--type3 {
	width: 100%;
	min-width: 160px;
	font-size: 16px;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 0;
	opacity: 0;
	-webkit-animation: loading-dots-fadein .5s linear forwards;
	animation: loading-dots-fadein .5s linear forwards;
}

#site_loader_animation i {
	width: .5em;
	height: .5em;
	display: inline-block;
	vertical-align: middle;
	background: #e0e0e0;
	border-radius: 50%;
	margin: 0 .25em;
	-webkit-animation: loading-dots-middle-dots .5s linear infinite;
	animation: loading-dots-middle-dots .5s linear infinite;
}

#site_loader_animation i:first-child {
	-webkit-animation: loading-dots-first-dot .5s infinite;
	animation: loading-dots-first-dot .5s linear infinite;
	opacity: 0;
	-webkit-transform: translate(-1em);
	transform: translate(-1em);
}

#site_loader_animation i:last-child {
	-webkit-animation: loading-dots-last-dot .5s linear infinite;
	animation: loading-dots-last-dot .5s linear infinite;
}

@media only screen and (max-width: 767px) {
	.c-load--type1 {
		width: 30px;
		height: 30px;
	}

	.c-load--type2::before {
		width: 8px;
		height: 8px;
	}

	.c-load--type2::after {
		width: 8px;
		height: 8px;
	}

	#site_loader_animation i {
		width: 0.25em;
		height: 0.25em;
		margin: 0 0.125em;
	}
}

.c-logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.c-logo a {
	text-align: center;
}

.c-logo img {
	vertical-align: middle;
}

.c-logo--retina img {
	width: 50%;
}

.c-meta-box {
	background: #fafafa;
	box-sizing: border-box;
	font-size: 13px;
	padding: 22px 20px;
}

.c-meta-box__item {
	border-right: 1px solid #ddd;
	float: left;
	list-style: none;
	margin-right: 15px;
	padding-left: 20px;
	padding-right: 15px;
	position: relative;
}

.c-meta-box__item:last-child {
	border-right: none;
}

.c-meta-box__item::before {
	color: #aaa;
	font-family: "design_plus";
	position: absolute;
	left: 0;
}

.c-meta-box__item--author::before {
	content: "\e90d";
}

.c-meta-box__item--category::before {
	content: "\e92f";
}

.c-meta-box__item--tag::before {
	content: "\e935";
}

.c-meta-box__item--comment::before {
	content: "\e916";
}

@media only screen and (max-width: 767px) {
	.c-meta-box {
		background: none;
		margin-bottom: 10px;
		padding: 0;
	}

	.c-meta-box__item {
		border-right: 0;
		float: none;
		margin-bottom: 20px;
	}
}

.c-menu-button {
	color: #fff;
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}

.c-menu-button::before {
	content: "\f0c9";
	font-family: "design_plus";
	font-size: 18px;
}

@media only screen and (max-width: 1024px) {
	.c-menu-button {
		display: block;
	}
}

.c-nav01 {
	border-collapse: collapse;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.c-nav01__item {
	border: 1px solid #ddd;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.8;
	list-style: none;
	position: relative;
	width: 50%;
	height: 100px;
	flex: 1;
}

.c-nav01__item:only-child {
	margin-left: 0;
}

.c-nav01__item:only-child a {
	justify-content: center;
}

.c-nav01__item a {
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	height: 100%;
}

.c-nav01__item a:hover {
	background: #f6f6f6;
}

.c-nav01__item--prev::before {
	content: "\e90f";
	font-family: "design_plus";
	font-size: 18px;
	line-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 25px;
	width: 18px;
	height: 18px;
}

.c-nav01__item--next {
	margin-left: -1px;
}

.c-nav01__item--next::after {
	content: "\e910";
	font-family: "design_plus";
	font-size: 18px;
	line-height: 100%;
	margin: auto;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	width: 18px;
	height: 18px;
}

@media only screen and (max-width: 991px) {
	.c-nav01__item--prev a::before {
		content: attr(data-prev);
	}

	.c-nav01__item--prev a span {
		display: none;
	}

	.c-nav01__item--next a::before {
		content: attr(data-next);
	}

	.c-nav01__item--next a span {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.c-nav01__item {
		text-align: center;
		font-size: 12px;
		width: 50%;
		height: 50px;
	}

	.c-nav01__item a {
		box-sizing: border-box;
		display: block;
		line-height: 48px;
		padding: 0;
		width: 100%;
		height: 48px;
	}

	.c-nav01__item--prev::before {
		color: #cecece;
		left: 16px;
		width: 18px;
		height: 18px;
		line-height: 20px;
	}

	.c-nav01__item--next::after {
		color: #cecece;
		right: 16px;
		width: 18px;
		height: 18px;
		line-height: 20px;
	}
}

.c-pw__desc {
	line-height: 2.5;
}

.c-pw__desc p {
	line-height: 2.5;
	margin-bottom: 16px;
}

.c-pw__btn {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	padding: 13px 20px;
	font-size: 14px;
	text-align: center;
	line-height: 1;
}

.c-pw__btn:hover {
	background: #333;
	color: #fff;
}

.c-pw__btn--register {
	min-width: 160px;
	margin-bottom: 32px;
}

.c-pw__btn--submit {
	min-width: 100px;
	border: 0;
	cursor: pointer;
}

.c-pw .c-pw__btn:hover {
	text-decoration: none;
}

.c-pw__box {
	border: 1px solid #ddd;
	background: #f5f5f5;
	padding: 25px 36px;
	margin-bottom: 40px;
	box-sizing: border-box;
}

.c-pw__box .c-pw__box-desc {
	line-height: 1.2;
	margin-bottom: 20px;
}

.c-pw__box-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}

.c-pw__box-label {
	margin-right: 14px;
}

.c-pw__box-input {
	border: 1px solid #ddd;
	box-shadow: none;
	height: 40px;
	width: 250px;
	margin-right: 14px;
	flex: 1;
	box-sizing: border-box;
	padding: 0 10px;
}

@media only screen and (max-width: 767px) {
	.c-pw__box {
		margin: 0 auto 30px;
		padding: 20px;
		text-align: center;
	}

	.c-pw__box-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.c-pw__box-label {
		display: block;
		margin-bottom: 1em;
		margin-right: 0;
		font-size: 12px;
	}

	.c-pw__box-input {
		display: block;
		width: 100%;
		margin-bottom: 1em;
		margin-right: 0;
	}
}

/** シェアボタンのCSS **/
/************************
.c-share__btn { list-style: none; }

.c-share__icn { font-family: "design_plus" !important; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1; speak: none; text-transform: none;  -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; }

.c-share__icn--facebook::before { content: "\e902"; }

.c-share__icn--facebook2::before { content: "\e903"; }

.c-share__icn--feedly::before { content: "\e907"; }

.c-share__icn--google-plus::before { content: "\e900"; }

.c-share__icn--google-plus2::before { content: "\e901"; }

.c-share__icn--hatebu::before { content: "\e908"; }

.c-share__icn--line::before { content: "\e909"; }

.c-share__icn--pinterest::before { content: "\e905"; }

.c-share__icn--pocket::before { content: "\e90a"; }

.c-share__icn--rss::before { content: "\e90b"; }

.c-share__icn--rss2::before { content: "\e906"; }

.c-share__icn--twitter::before {  font-family: 'tiktok_x_icon'; content: "\e901"; }

.c-share--sm { line-height: 25px; min-width: 27px; }
.c-share--sm .c-share__btn { margin-right: 5px; }
.c-share--sm a { padding: 1px 5px 0; }
.c-share--sm .c-share__icn { font-size: 1.3em; position: relative; top: 3px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1); }
.c-share--sm .c-share__title { line-height: 20px; margin: 0 3px 0 2px; }

.c-share--lg .c-share__btn { margin-right: 1%; margin-bottom: 2px; width: 24%; }
@media only screen and (max-width: 767px) { .c-share--lg .c-share__btn { margin-right: 3%; margin-bottom: 3%; width: 47%; } }
.c-share--lg .c-share__btn:nth-child(4n) { margin-right: 0; }
.c-share--lg .c-share__btn a { padding: 10px 2px; }
.c-share--lg .c-share__icn { font-size: 140%; position: relative; top: 3px; }
.c-share--lg .c-share__title { margin: 0 3px 0 4px; }

.c-share--color a { color: #fff; }
.c-share--color a:hover { -webkit-transform: translate3d(0, 1px, 0); transform: translate3d(0, 1px, 0); }
.c-share--color .c-share__btn--twitter a { background-color: #000; }
.c-share--color .c-share__btn--twitter a:hover { background-color: #222; }
.c-share--color .c-share__btn--facebook a { background-color: #35629a; }
.c-share--color .c-share__btn--facebook a:hover { background-color: #1f3669; }
.c-share--color .c-share__btn--google-plus a { background-color: #dd4b39; }
.c-share--color .c-share__btn--google-plus a:hover { background-color: #b94031; }
.c-share--color .c-share__btn--hatebu a { background-color: #3c7dd1; }
.c-share--color .c-share__btn--hatebu a:hover { background-color: #0270ac; }
.c-share--color .c-share__btn--pocket a { background-color: #ee4056; }
.c-share--color .c-share__btn--pocket a:hover { background-color: #c53648; }
.c-share--color .c-share__btn--rss a { background-color: #ffb53c; }
.c-share--color .c-share__btn--rss a:hover { background-color: #e09900; }
.c-share--color .c-share__btn--feedly a { background-color: #6cc655; }
.c-share--color .c-share__btn--feedly a:hover { background-color: #5ca449; }
.c-share--color .c-share__btn--pinterest a { background-color: #d4121c; }
.c-share--color .c-share__btn--pinterest a:hover { background-color: #a42f35; }

.c-share--mono a { background: #fafafa; border: 1px solid rgba(0, 0, 0, 0.1); color: #222; }
.c-share--mono a:hover { border-color: rgba(255, 255, 255, 0.1); color: #fff; }
.c-share--mono .c-share__btn--twitter a:hover { background-color: #000; }
.c-share--mono .c-share__btn--facebook a:hover { background-color: #35629a; }
.c-share--mono .c-share__btn--google-plus a:hover { background-color: #dd4b39; }
.c-share--mono .c-share__btn--hatebu a:hover { background-color: #3c7dd1; }
.c-share--mono .c-share__btn--pocket a:hover { background-color: #ee4056; }
.c-share--mono .c-share__btn--rss a:hover { background-color: #ff8c00; }
.c-share--mono .c-share__btn--feedly a:hover { background-color: #6cc655; }
.c-share--mono .c-share__btn--pinterest a:hover { background-color: #d4121c; }

.c-share__btn { box-sizing: border-box; float: left; font-size: 12px; text-align: center; }
.c-share__btn a { border-radius: 2px; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03); display: block; }

@media screen and (max-width: 767px) { .c-share--sm .c-share__icn { left: 1px; }
  .c-share--sm .c-share__title { display: none; } }
.c-share--official .c-share__btn { line-height: 1; margin-right: 5px; }
.c-share--official .c-share__btn--twitter { width: 77px; }
.c-share--official .c-share__btn--facebook:hover { text-decoration: none; }
.c-share--official .c-share__btn--google-plus { width: 58px; }
.c-share--official .c-share__btn--pocket { width: 88px; }

@media only screen and (max-width: 991px) { .c-share__btn { margin-bottom: 5px; } }

************************/
/*
@import "object/component/header-video";
@import "object/component/header-youtube";
@import "object/component/header-okuda";
*/
/* Project ----------------------------------------------------------------- */
/**
	* address
	*/
.p-address {
	color: #666;
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 25px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.p-address {
		font-size: 13px;
		margin-bottom: 15px;
	}
}

/**
	* archive header
	*/
.p-archive-header {
	padding: 90px 0 91.6px;
	text-align: center;
}

.p-archive-header:empty {
	padding-bottom: 0;
}

.p-archive-header__title {
	font-size: 40px;
	line-height: 1.5;
	margin-bottom: 16px;
}

.p-archive-header__desc {
	font-size: 16px;
	line-height: 2.2;
}

@media only screen and (max-width: 767px) {
	.p-archive-header {
		padding: 34.5px 0 33px;
	}

	.p-archive-header__title {
		font-size: 22px !important;
		font-weight: 600 !important;
	}

	.p-archive-header__title:only-child {
		margin-bottom: 0;
	}

	.p-archive-header__desc {
		line-height: 2;
		text-align: left;
	}
}

/**
	* article01
	*/
.p-article01__thumbnail {
	display: block;
	margin-bottom: 24px;
}

.p-article01__thumbnail img {
	width: 100%;
	height: auto;
}

.p-article01__title {
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 15px;
	font-weight: 600 !important;
	word-wrap: break-word;
}

.p-article01__title a:hover {
	color: #004353;
}

.p-article01__excerpt {
	font-size: 14px;
	line-height: 2.2;
	margin-bottom: 6px;
}

.p-article01__meta {
	color: #999;
	font-size: 14px;
	line-height: 1.9;
}

.p-article01__date {
	color: #999;
	font-family: 'Arial';
}

.p-entry__date {
	font-family: 'Arial';
}

.p-article01__date+.p-article01__category::before {
	color: #999;
	content: "|";
	display: inline-block;
	margin-left: 6px;
	margin-right: 6px;
}

.p-article01__category a {
	color: #999;
}

.p-article01__category a:hover {
	color: #004353;
}

@media only screen and (max-width: 767px) {
	.p-article01__thumbnail {
		margin-bottom: 15px;
	}

	.p-article01__title {
		font-size: 18px;
		margin-bottom: 7px;
	}

	.p-article01__excerpt {
		line-height: 2;
		margin-bottom: 7.6px;
	}
}

/**
	* article02
	*/
.p-article02 {
	border: 1px solid #eee;
	box-sizing: border-box;
}

.p-article02:not(:first-child) {
	border-top: 0;
}

.p-article02__inner {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	padding: 3.04348%;
}

.p-article02__inner:hover {
	background: #f6f6f6;
}

.p-article02__thumbnail {
	margin-right: 4.78261%;
	width: 29.56522%;
}

.p-article02__thumbnail img {
	width: 100%;
	height: auto;
}

.p-article02__content {
	flex: 1;
}

.p-article02__date {
	color: #999;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 9px;
}

.p-article02__title {
	font-size: 22px;
	font-weight: 600 !important;
	line-height: 1.6;
	margin-bottom: 14px;
}

.p-article02__excerpt {
	font-size: 14px;
	line-height: 2.2;
}

@media only screen and (max-width: 991px) {
	.p-article02__date {
		margin-bottom: 10px;
	}

	.p-article02__title {
		font-size: 18px;
		margin-bottom: 4px;
	}

	.p-article02__excerpt {
		line-height: 2;
	}
}

@media only screen and (max-width: 767px) {
	.p-article02 {
		border: 0;
		margin-bottom: 33px;
	}

	.p-article02__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: flex-start;
		-ms-flex-align: flex-start;
		-ms-grid-row-align: flex-start;
		align-items: flex-start;
		padding: 0;
	}

	.p-article02__inner:hover {
		background: transparent;
	}

	.p-article02__thumbnail {
		margin-right: 0;
		margin-bottom: 12px;
		width: 100%;
	}
}

/**
	* article03
	*/
.p-article03__thumbnail {
	display: block;
	margin-bottom: 13px;
}

.p-article03__thumbnail img {
	width: 100%;
	height: auto;
}

.p-article03__title {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 29px;
	font-weight: 600 !important;
}

.p-article03__title a:hover {
	color: #004353;
}

@media only screen and (max-width: 767px) {
	.p-article03__thumbnail {
		margin-bottom: 14px;
	}

	.p-article03__title {
		line-height: 1.6;
		margin-bottom: 25.8px;
	}
}

/**                                                      * article04
	*/
.p-article04__thumbnail {
	display: block;
	margin-bottom: 15.2px;
	width: 100%;
}

.p-article04__thumbnail img {
	width: 100%;
	object-fit: cover;
	height: 200px !important;
}

@media only screen and (max-width: 767px) {
	.p-article04__thumbnail img {
		height: 125px !important;
	}
}

.p-article04__title {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 8.6px;
	font-weight: 600 !important;
	word-wrap: break-word;
}

.p-article04__excerpt {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 10px;
}

.p-article04__meta {
	color: #999;
	font-size: 14px;
	line-height: 1.6;
}

.p-article04__date+.p-article04__category::before {
	content: "|";
	margin: 0 6px;
}

.p-article04__date {
	font-family: 'Arial';
}

.p-article05__date {
	font-family: 'Arial';
}

.p-article02__date {
	font-family: 'Arial';
}

.p-article04__category {
	word-break: break-all;
}

.p-article04__category a {
	color: inherit;
}

@media only screen and (max-width: 767px) {
	.p-article04__excerpt {
		display: none;
	}

	.p-article04__meta {
		line-height: 1.5;
	}
}

/**
	* article05
	*/
.p-article05 a {
	display: block;
}

.p-article05__date {
	color: #999;
	display: block;
	font-size: 14px;
	margin-bottom: 5.8px;
}

.p-article05__title {
	color: #fff;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 0;
}

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

/**
	* blog list
	*/
.p-blog-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 90px;
}

.p-blog-list__item {
	margin-right: 5.65217%;
	margin-bottom: 56px;
	width: 29.56522%;
}

.p-blog-list__item:nth-of-type(3n) {
	margin-right: 0;
}

.p-blog-list__item.is-active {
	-webkit-animation: fadeIn 0.65s ease forwards;
	animation: fadeIn 0.65s ease forwards;
}

@media only screen and (max-width: 767px) {
	.p-blog-list {
		margin-bottom: 0;
	}

	.p-blog-list__item {
		margin-right: 0;
		margin-bottom: 34.6px;
		width: 100%;
	}
}

/**
	* breadcrumb
	*/
.p-breadcrumb {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}

.p-breadcrumb:last-child {
	border-bottom: 0;
}

.p-breadcrumb__inner {
	margin: 0 auto;
	padding: 0;
}

.p-breadcrumb__item {
	font-size: 14px;
	color: #666;
	line-height: 2.5;
}

.p-breadcrumb__item+.p-breadcrumb__item::before {
	font-size: 10px;
}

.p-breadcrumb__item a {
	color: #666;
}

.p-breadcrumb__item a:hover {
	color: #004353;
}

@media only screen and (max-width: 767px) {
	.p-breadcrumb__inner {
		padding: 0 20px;
	}

	.p-breadcrumb__item {
		font-size: 14px;
		line-height: 1.7;
	}
}

/**
	* butto4
	*/
.p-entry__body .p-button {
	color: #fff;
}

.p-button {
	background: #222;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	min-width: 200px;
	height: 50px;
	padding: 0 15px;
}

.p-button:hover {
	background: #004353;
}

@media only screen and (max-width: 767px) {
	.p-button {
		min-width: 160px;
		height: 40px;
		line-height: 40px;
	}
}

/**
	* copyright
	*/
.p-copyright {
	color: #666;
	font-size: 13px;
	text-align: center;
}

.p-copyright small {
	font-size: 100%;
}

@media only screen and (max-width: 767px) {
	.p-copyright {
		line-height: 1.5;
	}
}

/**
	* content01
	*/
.p-content01 {
	padding: 90px 0 91.6px;
	text-align: center;
}

.p-content01__catch {
	font-size: 40px;
	line-height: 1.5;
	margin-bottom: 16px;
}

.p-content01__desc {
	font-size: 14px;
	line-height: 2.2;
}

@media only screen and (max-width: 767px) {
	.p-content01 {
		padding: 34.5px 20px 33px;
	}

	.p-content01__catch {
		font-size: 22px !important;
		font-weight: 600 !important;
	}

	.p-content01__desc {
		line-height: 2;
	}
}

/**
	* content02
	*/
.p-content02 {
	overflow: hidden;
}

.p-content02:not(.slick-slider) {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-content02:hover .slick-arrow {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.p-content02 .slick-arrow {
	background: #222;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 99;
	transition: 0.3s;
	transition-property: transform;
}

.p-content02 .slick-arrow::before {
	font-family: "design_plus";
}

.p-content02 .slick-prev {
	left: 0;
	-webkit-transform: translate(-50px, 0);
	-ms-transform: translate(-50px, 0);
	transform: translate(-50px, 0);
}

.p-content02 .slick-prev::before {
	content: "\e90f";
}

.p-content02 .slick-next {
	right: 0;
	-webkit-transform: translate(50px, 0);
	-ms-transform: translate(50px, 0);
	transform: translate(50px, 0);
}

.p-content02 .slick-next::before {
	content: "\e910";
}

.p-content02__item {
	background-position: center center;
	background-size: cover;
	text-align: center;
	height: auto;
	width: 33.33333%;
	position: relative;
}

.p-content02__item a {
	box-sizing: border-box;
	color: #fff;
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	overflow: hidden;
	position: relative;
}

.p-content02__item a:hover .p-content02__item-content {
	opacity: 1;
}

.p-content02__item-img {
	width: 100%;
	height: auto;
}

.p-hover-effect--type1 .p-content02__item-img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.p-content02__item-content {
	color: #fff;
	box-sizing: border-box;
	padding: 0 20px;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 99;
	opacity: 0;
	transition-property: opacity;
	transition: 0.3s;
}

.p-content02__item-content--t {
	padding-top: 90px;
	top: 0;
}

.p-content02__item-content--c {
	top: 0;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}

.p-content02__item-content--b {
	padding-bottom: 98px;
	bottom: 0;
}

.p-content02__item-title {
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 9px;
}

.p-content02__item-sub {
	font-size: 14px;
	line-height: 1.2;
}

@media only screen and (max-width: 767px) {
	.p-content02 {
		display: block;
	}

	.p-content02__item {
		width: 100%;
		height: auto;
	}

	.p-content02__item a {
		padding: 0 0 100%;
	}

	.p-content02__item-content {
		position: absolute;
		padding: 53px 20px 0;
		width: 100%;
		box-sizing: border-box;
		opacity: 1;
		transition: none;
	}

	.p-content02__item-title {
		font-size: 30px !important;
		margin-bottom: 6px;
	}

	.p-content02__item-img {
		position: absolute;
		top: -100%;
		bottom: -100%;
		left: -100%;
		right: -100%;
		margin: auto;
		width: auto;
		height: auto;
	}

	.p-content02__item-img--horizontal {
		width: auto;
		height: 100%;
	}

	.p-content02__item-img--vertical {
		width: 100%;
		height: auto;
	}
}

/**
	* content03
	*/
.p-content03 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 600px;
}

.p-content03--rev {
	flex-direction: row-reverse;
}

.p-content03__blog-arrows .slick-arrow {
	top: auto;
	bottom: 50px;
	-webkit-transform: none;
	transform: none;
}

.p-content03__blog-arrows .slick-arrow:hover::before {
	color: #999;
	opacity: 1;
}

.p-content03__blog-arrows .slick-arrow::before {
	font-family: "design_plus";
	color: #000;
	opacity: 0.75;
	display: block;
	font-size: 20px;
	width: 20px;
	height: 20px;
}

.p-content03__blog-arrows .slick-prev {
	left: 8.2761%;
}

.p-content03__blog-arrows .slick-prev::before {
	content: "\e90f";
}

.p-content03__blog-arrows .slick-next {
	right: 8.2761%;
}

.p-content03__blog-arrows .slick-next::before {
	content: "\e910";
}

.p-content03__blog {
	box-sizing: border-box;
	padding: 100px 5.51724% 0;
	width: 66.66667%;
	position: relative;
}

.p-content03__blog .slick-list,
.p-content03__blog .slick-slider {
	position: inherit;
}

.p-content03__blog .slick-arrow {
	background: transparent;
	top: auto;
}

.p-content03__blog .slick-arrow:hover {
	background: transparent;
}

.p-content03__blog .slick-arrow:focus {
	background: transparent;
}

.p-content03__blog-header {
	position: relative;
}

.p-content03__blog-catch {
	font-size: 40px;
	margin-bottom: 30px;
}

.p-content03__blog-archive-link {
	color: #999;
	font-size: 14px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.p-content03__blog-archive-link::after {
	content: "\e910";
	font-family: "design_plus";
	margin-left: 13px;
	transition: none;
	vertical-align: middle;
}

.p-content03__blog-list {
	margin: 0 -1.48276%;
	margin: 0 -21px;
}

.p-content03__blog-list-item {
	padding: 0 21px;
	box-sizing: border-box;
}

.p-content03__news {
	padding: 100px 0 0;
	width: 33.33333%;
}

.p-content03__news-catch {
	font-size: 40px;
	color: #fff;
	margin-bottom: 30px;
	padding: 0 16.52893%;
}

.p-content03__news-list {
	margin-bottom: 25px;
}

.p-content03__news-list-item a {
	padding: 20px 16.52893% 15.8px;
}

.p-content03__news-list-item a:hover {
	background: #333;
}

.p-content03__news-archive-link {
	color: #999;
	font-size: 14px;
	padding: 0 16.52893%;
}

.p-content03__news-archive-link::after {
	content: "\e910";
	font-family: "design_plus";
	margin-left: 13px;
	transition: none;
	vertical-align: middle;
}

@media only screen and (max-width: 991px) {
	.p-content03__blog {
		padding-top: 40px;
	}

	.p-content03__news {
		padding-top: 40px;
	}

	.p-content03__news-list-item a:hover {
		background: transparent !important;
	}
}

@media only screen and (max-width: 767px) {
	.p-content03 {
		height: auto;
		display: block;
	}

	.p-content03__blog {
		padding: 43.5px 20px 0;
		width: 100%;
	}

	.p-content03__blog-catch {
		color: #000;
		font-size: 30px !important;
		margin-bottom: 16px;
	}

	.p-content03__blog-list {
		margin: 0;
		overflow: hidden;
	}

	.p-content03__blog-list-inner {
		display: flex;
	}

	.p-content03__blog-list-item {
		float: left;
		padding: 0;
		margin-right: 10px;
		width: 120px;
	}

	.p-content03__blog-archive-link {
		color: #000;
	}

	.p-content03__news {
		background: transparent !important;
		position: relative;
		width: 100%;
	}

	.p-content03__news-catch {
		color: #000;
		font-size: 30px !important;
		padding: 0 20px;
		margin-bottom: 16px;
	}

	.p-content03__news-archive-link {
		color: #000;
		padding: 0;
		position: absolute;
		top: 48px;
		right: 20px;
	}

	.p-content03__news-list {
		margin-bottom: 0;
	}

	.p-content03__news-list-item {
		padding: 0 20px;
	}

	.p-content03__news-list-item:first-child a {
		padding-top: 26px;
	}

	.p-content03__news-list-item:last-child a {
		border-bottom: 0;
		padding-bottom: 20px;
	}

	.p-content03__news-list-item a {
		padding: 17px 0 12.2px;
		border-bottom: 1px solid #444;
	}

	.p-content03__news-list-item a:hover {
		background: transparent;
	}

	.p-content03__blog-list {
		margin: 0 -20px;
	}

	.p-content03__blog-list-item {
		box-sizing: content-box;
	}

	.p-content03__blog-list-item:first-child {
		padding-left: 20px;
	}

	.p-content03__blog-list-item:last-child {
		padding-right: 20px;
	}
}

/**
	* content04
	*/
.p-content04 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 600px;
}

.p-content04__content {
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	padding: 0 5.51724%;
	width: 33.33333%;
}

.p-content04__catch {
	font-size: 40px;
	line-height: 2.2;
	margin-bottom: 1.6px;
	text-align: center;
}

.p-content04__desc {
	font-size: 14px;
	line-height: 2.2;
	margin-bottom: 31.6px;
}

.p-content04__slider {
	position: relative;
	width: 66.66667%;
}

.p-content04__slider .slick-arrow {
	width: 50px;
	height: 50px;
	position: absolute;
	top: auto;
	bottom: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 99;
	transition-duration: 0.2s;
	transition-property: background;
}

.p-content04__slider .slick-arrow::before {
	font-family: "design_plus";
	font-size: 18px;
}

.p-content04__slider .slick-prev {
	left: auto;
	right: 50px;
}

.p-content04__slider .slick-prev::before {
	content: "\e90f";
}

.p-content04__slider .slick-next {
	right: 0;
}

.p-content04__slider .slick-next::before {
	content: "\e910";
}

.p-content04__slider-item {
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 600px;
}

.p-content04__btn {
	align-self: center;
}

@media only screen and (max-width: 767px) {
	.p-content04 {
		display: block;
		height: auto;
	}

	.p-content04__content {
		width: 100%;
		padding: 20px 11.11111% 12px;
	}

	.p-content04__catch {
		font-size: 30px !important;
		line-height: 1.5;
		margin-bottom: 2px;
	}

	.p-content04__desc {
		line-height: 2;
		margin-bottom: 13px;
	}

	.p-content04__slider {
		width: 100%;
	}

	.p-content04__slider .slick-arrow {
		width: 40px;
		height: 40px;
	}

	.p-content04__slider .slick-arrow::before {
		font-size: 14px;
	}

	.p-content04__slider .slick-prev {
		right: 40px;
	}

	.p-content04__slider-item {
		height: 360px;
	}
}

/**
  * content05
  */
.p-content05 img {
	max-width: 100%;
	height: auto;
}

/**
	* entry
	*/
.p-entry__title {
	font-size: 34px;
	line-height: 1.5;
	margin-bottom: 8px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.p-entry__meta {
	font-size: 14px;
	color: #999;
	margin-bottom: 50px;
	line-height: 1.8;
}

.p-entry__meta a {
	color: inherit;
}

.p-entry__date+.p-entry__category::before {
	content: "|";
	margin: 0 5px;
}

.p-entry__thumbnail {
	margin-bottom: 40.2px;
	text-align: center;
}

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

.p-entry__body a:hover,
.custom-html-widget a:hover {
	text-decoration: underline;
}

.p-entry__body .p-entry__ad img {
	max-width: none;
	width: auto;
}

.p-entry__share {
	margin-bottom: 50px;
}

.p-entry__meta-box {
	margin-bottom: 50px;
	line-height: 1.8;
}

.p-entry__related {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-entry__related-item {
	margin-right: 4.79452%;
	width: 30.13699%;
}

.p-entry__related-item:nth-child(3n) {
	margin-right: 0;
}

.p-entry__ad {
	margin-bottom: 70px;
	text-align: center;
}

.p-entry__ad-item {
	display: inline-block;
}

.p-entry__ad-item+.p-entry__ad-item {
	margin-left: 50px;
}

@media only screen and (max-width: 1279px) {
	.p-entry_share {
		text-align: center;
	}

	.p-entry__thumbnail {
		text-align: center;
	}

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

@media only screen and (max-width: 767px) {
	.p-entry__title {
		font-size: 22px !important;
		margin-bottom: 4px;
		font-weight: 600 !important;
	}

	.p-entry__meta {
		margin-bottom: 20px;
	}

	.p-entry__thumbnail {
		margin-bottom: 33px;
		margin-left: -20px;
	}

	.p-entry__thumbnail img {
		max-width: none;
		width: calc(100% + 20px);
	}

	.p-entry__share {
		margin-bottom: 30px;
	}

	.p-entry__meta-box {
		margin-bottom: 10px;
	}

	.p-entry__related-item {
		margin-right: 6.25%;
		width: 46.875%;
	}

	.p-entry__related-item:nth-child(3n) {
		margin-right: 6.25%;
	}

	.p-entry__related-item:nth-child(even) {
		margin-right: 0;
	}

	.p-entry__ad {
		margin-bottom: 40px;
	}

	.p-entry__ad-item {
		display: block;
		margin-bottom: 40px;
	}

	.p-entry__ad-item img {
		margin-left: -10px;
		margin-right: -10px;
	}

	.p-entry__ad-item+.p-entry__ad-item {
		margin-left: 0;
	}
}

/**
	* footer widget
	*/
.p-footer-widget {
	display: inline-block;
	margin-right: 60px;
	text-align: left;
	vertical-align: top;
}

.p-footer-widget:last-child {
	margin-right: 0;
}

.p-footer-widget__title {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 26px;
}

@media only screen and (max-width: 767px) {
	.p-footer-widget {
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
	}

	.p-footer-widget.widget_nav_menu {
		width: 50%;
	}
}

/**
	* global nav
	*/
.p-global-nav {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.p-global-nav li {
	list-style: none;
}

.p-global-nav li li {
	font-size: 14px;
}

.p-global-nav a {
	color: #fff;
	display: block;
}

.p-global-nav>li {
	float: left;
}

.p-global-nav>li.menu-item-has-children:hover>.sub-menu {
	top: 100%;
}

.p-global-nav>li>a {
	padding-left: 14px;
	padding-right: 14px;
}

.p-global-nav>li>.sub-menu {
	top: 125%;
	left: 0;
}

.p-global-nav>li:last-child>.sub-menu {
	left: auto;
	right: 0;
}

.p-global-nav .menu-item-has-children {
	position: relative;
}

.p-global-nav .menu-item-has-children:hover>.sub-menu {
	opacity: 1;
	top: 0;
	visibility: visible;
}

.p-global-nav .sub-menu {
	line-height: 1.2;
	opacity: 0;
	padding: 0;
	position: absolute;
	top: 25%;
	left: 100%;
	transition: 0.3s;
	visibility: hidden;
	z-index: 99;
}

.p-global-nav>li:last-child>.sub-menu .sub-menu {
	left: -100%;
}

.p-global-nav .sub-menu .menu-item-has-children>a {
	position: relative;
}

.p-global-nav .sub-menu .menu-item-has-children>a::after {
	content: "\e910";
	font-family: "design_plus";
	position: absolute;
	right: 16px;
}

@media only screen and (min-width: 1025px) {
	.p-global-nav>li:last-child>.sub-menu>.menu-item-has-children>a::after {
		content: "\e90f";
		left: 16px;
		right: auto;
	}
}

.p-global-nav .sub-menu a {
	background: #222222;
	box-sizing: border-box;
	padding: 16px 22px;
	width: 210px;
}

@media only screen and (min-width: 1025px) {
	.p-global-nav>li:last-child>.sub-menu>.menu-item>a {
		padding-left: 40px;
	}
}

.p-global-nav .sub-menu a:hover {
	background: #004353;
}

@media only screen and (max-width: 1024px) {
	.p-global-nav {
		background: #222;
		display: none;
		position: absolute;
		top: 60px;
		left: 0;
		z-index: 99;
		width: 100%;
	}

	.l-header--fixed .p-global-nav {
		position: static;
		max-height: -webkit-calc(100vh - 60px);
		max-height: calc(100vh - 60px);
		overflow: auto;
	}

	.p-global-nav>li {
		float: none;
	}

	.p-global-nav>li>a {
		padding: 0 5.55556%;
	}

	.p-global-nav>li>a:hover {
		color: #fff;
	}

	.p-global-nav li {
		width: 100%;
	}

	.p-global-nav li.current-menu-item a {
		color: #fff;
	}

	.p-global-nav .menu-item-has-children>a>span.is-active::before {
		content: "-";
	}

	.p-global-nav .menu-item-has-children>a>span::before {
		border: 1px solid #555;
		border-radius: 100%;
		color: #aaa;
		content: "+";
		line-height: 24px;
		display: block;
		margin: auto;
		position: absolute;
		top: 0;
		right: 17px;
		bottom: 0;
		text-align: center;
		width: 24px;
		height: 24px;
	}

	.p-global-nav .sub-menu {
		display: none;
		opacity: 1;
		position: static;
		visibility: visible;
		width: 100%;
		transition-property: none;
	}

	.p-global-nav .sub-menu li {
		box-sizing: border-box;
	}

	.p-global-nav .sub-menu .menu-item-has-children>a::after {
		content: "";
	}

	.p-global-nav .sub-menu a {
		background: #151515;
		height: 50px;
		line-height: 50px;
		padding: 0 5.55556%;
		width: 100%;
	}

	.p-global-nav .sub-menu a:hover {
		background: #151515;
	}

	.p-global-nav .sub-menu ul a {
		background: #090909;
	}

	.p-global-nav .sub-menu ul a:hover {
		background: #090909;
	}

	.p-global-nav a {
		color: #fff !important;
		box-sizing: border-box;
		font-size: 14px;
		height: 50px;
		line-height: 50px;
		position: relative;
	}
}

@media only screen and (max-width: 767px) {
	.p-global-nav>li>a {
		padding: 0 20px;
	}

	.p-global-nav .sub-menu a {
		padding: 0 20px;
	}
}

/**
	* headline
	*/
.p-headline {
	background: #222;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 4.79452%;
	padding-left: 24px;
	padding-right: 24px;
}

@media only screen and (max-width: 767px) {
	.p-headline {
		margin-bottom: 6.25%;
	}
}

/**
	* hero header
	*/
.p-hero-header {
	position: relative;
	width: 100%;
	height: 100vh;
	height: 100svh;
	overflow: hidden;
}

.p-hero-header .slick-arrow {
	width: 40px;
	height: 40px;
	bottom: 0;
	top: 0;
	margin: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 9;
}

.p-hero-header .slick-arrow::before {
	font-size: 14px;
	font-family: "design_plus";
}

.p-hero-header .slick-prev {
	left: 0;
}

.p-hero-header .slick-prev::before {
	content: "\e90f";
}

.p-hero-header .slick-next {
	right: 0;
}

.p-hero-header .slick-next::before {
	content: "\e910";
}

.p-hero-header__nav {
	background: transparent;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 9;
	margin-bottom: 0;
}

.p-hero-header__nav-item {
	box-sizing: border-box;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	float: left;
	list-style: none;
	width: 25%;
	height: 100%;
}

.p-hero-header__nav-item a {
	display: block;
	text-align: center;
	position: relative;
	width: 100%;
	height: 100%;
}

.p-hero-header__nav-item a:hover .p-hero-header__nav-item-title {
	opacity: 1;
}

.p-hero-header__nav-item:last-child {
	border-right: 0;
}

.p-hero-header__nav-item-title {
	color: #fff;
	font-size: 30px;
	position: absolute;
	left: 0;
	bottom: 120px;
	width: 100%;
	transition: opacity 0.65s ease-out;
	opacity: 0;
	margin-bottom: 0;
}

.p-hero-header__content {
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.p-hero-header__content-video {
	background: #222;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
}

.p-hero-header__content-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: auto;
}

.p-hero-header__content-youtube {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
}

.p-hero-header__content-youtube iframe {
	width: 100%;
	height: 100%;
}

.p-hero-header__link {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	min-width: 220px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	position: absolute;
	bottom: -100%;
	right: 0;
	text-align: center;
	z-index: 9;
}

.p-hero-header__link::after {
	content: "\e90e";
	font-family: "design_plus";
	margin-left: 10px;
}

.p-hero-header__slider-item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: calc(100vh);
	height: calc(100svh);
}

.p-hero-header__slider-item a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.p-hero-header__slider-item-title {
	font-size: 30px !important;
	color: #fff;
	position: absolute;
	bottom: 40px;
	width: 100%;
	text-align: center;
}

@media only screen and (max-width: 991px) {
	.p-hero-header__link {
		display: none;
	}

	.p-hero-header__slider-item-title {
		bottom: 81px;
	}
}

@media only screen and (max-width: 767px) {
	.p-hero-header {
		height: calc(100vh - 60px);
		height: calc(100svh - 60px);
	}

	.p-hero-header__slider-item {
		height: calc(100vh - 60px);
		height: calc(100svh - 60px);
	}
}

/**
	* hover effect
	*/
.p-hover-effect--type1 {
	overflow: hidden;
}

.p-hover-effect--type1:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.p-hover-effect--type1 img {
	transform: scale(1);
	transition-duration: 0.75s;
	vertical-align: middle;
}

/*
```
```
*/
.p-hover-effect--type2 {
	overflow: hidden;
}

.p-hover-effect--type2:hover img {
	-webkit-transform: scale(1.3) translate3d(0, 0, 0);
	transform: scale(1.3) translate3d(0, 0, 0);
}

.p-hover-effect--type2 img {
	transition-property: opacity, translate3d;
	transition: 0.5s;
}

/*
```
<a class="p-index-content02__item-image p-hover-effect--03" href="#">
	<img src="http://placehold.jp/340x220.png" alt="">
</a>
```
*/
.p-hover-effect--type3:hover img {
	opacity: 0.5;
}

.p-hover-effect--type3 img {
	transition-property: opacity;
	transition: 0.5s;
	background: #fff;
}

@media screen and (max-width: 767px) {

	.p-hover-effect--type1:hover img,
	.p-hover-effect--type2:hover img,
	.p-hover-effect--type3:hover img {
		opacity: 1 !important;
		-webkit-transform: none !important;
		transform: none !important;
	}

	.p-hover-effect--type1 img,
	.p-hover-effect--type2 img,
	.p-hover-effect--type3 img {
		transform: none !important;
		transition: none !important;
	}
}

/**
	* latest news
	*/
.p-latest-news {
	margin-bottom: 150px;
}

.p-latest-news__title {
	color: #fff;
	font-size: 16px;
	height: 55px;
	line-height: 55px;
	padding-left: 26px;
	position: relative;
}

.p-latest-news__title h2 {
	font-size: inherit;
}

.p-latest-news__archive-link {
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 18px;
}

.p-latest-news__archive-link::after {
	content: "\e910";
	font-family: "design_plus";
	margin-left: 12px;
	transition-property: none;
}

.p-latest-news__item {
	list-style: none;
}

.p-latest-news__item a {
	border: 1px solid #ddd;
	border-top: 0;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	line-height: 54px;
	height: 54px;
	padding-left: 23px;
	padding-right: 45px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-latest-news__item a::after {
	color: #aaa;
	content: "\e910";
	font-family: "design_plus";
	position: absolute;
	top: 0;
	right: 12px;
	bottom: 0;
}

.p-latest-news__item a:hover {
	background: #f8f8f8;
}

.p-latest-news__item a:hover::after {
	color: #000;
}

.p-latest-news__item-date {
	color: #999;
	font-size: 14px;
	margin-right: 22px;
	line-height: 54px;
	height: 54px;
}

.p-latest-news__item-title {
	font-size: 14px;
	overflow: inherit;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 400;
}

@media only screen and (max-width: 767px) {
	.p-latest-news {
		margin-bottom: 40px;
	}

	.p-latest-news__title {
		padding-left: 15px;
	}

	.p-latest-news__archive-link {
		right: 13px;
	}

	.p-latest-news__item a {
		display: block;
		height: auto;
		line-height: 1;
		padding: 10px 40px 15px 15px;
	}

	.p-latest-news__item a::after {
		right: 13px;
		width: 14px;
		height: 14px;
		margin: auto;
	}

	.p-latest-news__item-date {
		line-height: inherit;
		height: auto;
		display: inline-block;
		margin-bottom: 10px;
	}

	.p-latest-news__item-title {
		margin-bottom: 0;
	}
}

/**
	* load post
	*/
.p-load-post {
	margin: 0 auto 150px;
	text-align: center;
	width: 100%;
}

.p-load-post a {
	background: #eee;
	color: #666;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	line-height: 50px;
	width: 200px;
	height: 50px;
}

#infscr-loading {
	text-align: center;
	width: 100%;
}

#infscr-loading img {
	margin-bottom: 10px;
}

/**
	* main image
	*/
.p-entry__body .p-main-image__title {
	margin-bottom: 16px;
	line-height: 1.5;
	font-weight: 500;
}

.p-entry__body .p-main-image__desc {
	line-height: 2.2;
	margin-bottom: 31.6px;
}

.p-main-image {
	position: relative;
	width: 100%;
	height: 600px;
}

.p-main-image--rev .p-main-image__img--narrow {
	margin-left: 50%;
}

.p-main-image--rev .p-main-image__content {
	left: 0;
	right: auto;
}

.p-main-image__img {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

.p-main-image__img--narrow {
	width: 50%;
}

.p-main-image__content {
	background: #f6f6f6;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	padding: 0 7.5%;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.p-main-image__title {
	font-size: 40px;
	margin-bottom: 16px;
	line-height: 1.5;
	text-align: center;
}

.p-main-image__desc {
	line-height: 2.2;
	margin-bottom: 31.6px;
	font-size: 14px;
	text-align: left;
}

.p-main-image .p-main-image__btn:hover {
	text-decoration: none;
}

.p-main-image__btn {
	align-self: center;
}

@media only screen and (max-width: 767px) {
	.p-main-image {
		height: auto;
	}

	.p-main-image--rev .p-main-image__img--narrow {
		margin-left: 0;
	}

	.p-main-image__img {
		padding-bottom: 100%;
	}

	.p-main-image__img--narrow {
		width: 100%;
	}

	.p-main-image__img--narrow+.p-main-image__content {
		position: static;
	}

	.p-main-image__content {
		width: 100%;
		padding: 52px 11.11111% 64px;
	}

	.p-main-image__title {
		font-size: 30px !important;
		margin-bottom: 2px;
	}

	.p-main-image__desc {
		line-height: 2;
		margin-bottom: 13px;
	}

	.p-main-image__desc:last-child {
		margin-bottom: 0;
	}
}

/**
	* menu button
	*/
.p-menu-button {
	line-height: 60px;
	width: 60px;
	height: 60px;
}

.p-menu-button.is-active {
	background: #222;
}

/**
	* nav01
	*/
.p-nav01 {
	margin-bottom: 50px;
}

.p-nav01__item--prev a {
	padding: 0 40px 0 70px;
}

.p-nav01__item--next a {
	padding: 0 70px 0 40px;
}

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

	.p-nav01__item--prev a,
	.p-nav01__item--next a {
		padding: 0;
		text-align: center;
	}

	.p-nav01 {
		margin-bottom: 40px;
	}
}

/**
	* news list
	*/
.p-news-list {
	margin-top: 100px;
	margin-bottom: 150px;
}

.p-news-list__item.is-active {
	-webkit-animation: fadeIn 0.65s ease forwards;
	animation: fadeIn 0.65s ease forwards;
}

.p-news-list__item:last-of-type {
	margin-bottom: 150px;
}

@media only screen and (max-width: 767px) {
	.p-news-list {
		margin-top: 40px;
		margin-bottom: 0;
	}

	.p-news-list__item:last-of-type {
		margin-bottom: 33px;
	}
}

/**
	* page header
	*/
.p-page-header {
	background-attachment: fixed;
	background-color: #f6f6f6;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	width: 100%;
	height: 600px;
	position: relative;
}

.p-page-header__inner {
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.p-page-header__title {
	background: #222;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	line-height: 1.5;
	width: 200px;
	height: 200px;
	margin-bottom: 0;
	font-weight: 700;
}

@media only screen and (max-width: 1449px) {
	.p-page-header {
		height: auto;
		padding-bottom: 41.37931%;
	}
}

@media only screen and (max-width: 767px) {
	.p-page-header {
		background-size: cover;
		background-attachment: scroll;
		padding-bottom: 0;
		height: 240px;
	}

	.p-page-header__inner {
		height: auto;
		position: static;
	}

	.p-page-header__title {
		font-size: 16px !important;
		width: 110px;
		height: 110px;
	}
}

/**
	* page-links
	*/
.p-page-links {
	font-size: 14px;
	margin-bottom: 50px;
}

.p-page-links a,
.p-page-links span {
	color: #fff;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	width: 40px;
	height: 40px;
}

.p-page-links .p-page-links__title {
	background: transparent;
	color: #000;
	text-align: left;
	width: auto;
	height: auto;
}

@media only screen and (max-width: 767px) {
	.p-page-links {
		margin-bottom: 40px;
	}
}

/** pagebuilder extend
	*/
.pb-widget-headline h3 {
	font-weight: 500;
}

.pb-widget-catchcopy h4 {
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.dp-google-map {
		height: auto !important;
		padding-bottom: 100%;
	}

	.pb-widget-headline h3 {
		font-weight: 600;
	}
}

/**
	* pager
	*/
.p-pager {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	width: 100%;
}

.p-pager__item {
	font-size: 14px;
	list-style: none;
	margin-right: 5px;
}

.p-pager__item a,
.p-pager__item span {
	color: #fff;
	display: block;
	line-height: 40px;
	text-align: center;
	width: 40px;
	height: 40px;
}

.p-pager__item a,
.p-pager__item .dots {
	background: #004353;
}

.p-pager__item span {
	background: #222;
}

@media only screen and (max-width: 767px) {
	.p-pager {
		margin-bottom: 40px;
	}
}

/**
	* pagetop
	*/
.p-pagetop {
	background: #fff;
}

.p-pagetop a {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	display: block;
	height: 50px;
	position: relative;
}

.p-pagetop a:hover {
	color: #999;
}

.p-pagetop a::after {
	content: "\e911";
	font-family: "design_plus";
	font-size: 18px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 18px;
	height: 18px;
	transition: none;
}

@media only screen and (max-width: 991px) {
	.p-pagetop {
		position: fixed;
		bottom: 0;
		right: 0;
		z-index: 99;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		transition: opacity 0.35s, transform 0.35s;
		opacity: 0;
	}

	.p-pagetop.is-active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}

	.p-pagetop a {
		border: 0;
		color: #fff;
		width: 50px;
	}
}

/**
	* request
	*/
.p-request {
	background: #000;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	transition: transform 0.35s;
	z-index: 999;
}

.p-request.is-active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.p-request__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding: 0 60px 0 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-request__text {
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
}

.p-request__btn {
	background: #004353;
	box-sizing: border-box;
	color: #fff;
	display: block;
	text-align: center;
	min-width: 270px;
	height: 100%;
	padding: 0 10px;
	line-height: 60px;
	margin-left: 30px;
}

.p-request__btn:hover {
	background: #666;
}

.p-request__btn::after {
	content: "\e910";
	font-family: "design_plus";
	margin-left: 10px;
}

.p-request__close {
	background: #000;
	border: 0;
	color: #fff;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
}

.p-request__close::before {
	content: "\e91a";
	font-family: "design_plus";
}

.p-request__close:hover {
	color: #bbb;
	cursor: pointer;
}

@media only screen and (max-width: 991px) {
	.p-request__text {
		font-size: 14px;
	}

	.p-request__btn {
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	.p-request {
		height: 80px;
	}

	.p-request>a {
		color: #fff;
		display: block;
		height: 100%;
	}

	.p-request>a::after {
		content: "\e910";
		font-family: "design_plus";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 50px;
		margin: auto;
		width: 12px;
		height: 12px;
		line-height: 100%;
	}

	.p-request__inner {
		padding: 0 75px 0 18px;
	}

	.p-request__text {
		font-size: 12px;
		line-height: 1.6;
		position: relative;
		padding: 0;
	}

	.p-request__btn {
		display: none;
	}

	.p-request__close {
		background: #666;
		color: #fff;
		width: 35px;
		height: 100%;
	}
}

/**
	* social nav
	*/
.p-social-nav {
	margin-bottom: 30px;
	text-align: center;
}

.p-social-nav__item {
	display: inline;
	margin-right: 12px;
}

.p-social-nav__item:last-child {
	margin-right: 0;
}

.p-social-nav__item a::before {
	font-family: "design_plus";
	transition-property: none;
}

.p-social-nav__item a:hover {
	color: #004353;
}

.p-social-nav__item--facebook a::before {
	font-family: 'tiktok_x_icon';
	content: "\e902";
	font-size: 20px;
	top: 2px;
	position: relative;
}

.p-social-nav__item--twitter a::before {
	font-family: 'tiktok_x_icon';
	content: "\e901";
}

.p-social-nav__item--instagram a::before {
	content: "\ea92";
}

.p-social-nav__item--tiktok a::before {
	font-family: 'tiktok_x_icon';
	content: "\e900";
}

.p-social-nav__item--line a::before {
	content: "\e909";
}

.p-social-nav__item--pinterest a::before {
	content: "\e905";
	font-size: 20px;
	top: 2px;
	position: relative;
}

.p-social-nav__item--youtube a::before {
	content: '';
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	position: relative;
	top: 3px;
	left: 0px;
	background-color: #000;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-youtube' viewBox='0 0 16 16'%3E%3Cpath d='M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.01 2.01 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.01 2.01 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31 31 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.01 2.01 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A100 100 0 0 1 7.858 2zM6.4 5.209v4.818l4.157-2.408z'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-youtube' viewBox='0 0 16 16'%3E%3Cpath d='M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.01 2.01 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.01 2.01 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31 31 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.01 2.01 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A100 100 0 0 1 7.858 2zM6.4 5.209v4.818l4.157-2.408z'/%3E%3C/svg%3E");
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: center;
	transition: background-color 0.3s ease;
}

.p-social-nav__item--note a::before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	position: relative;
	top: 2px;
	background-color: #000;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M10 10.4968C25.408 10.4968 46.504 9.70479 61.648 10.1208C81.952 10.6408 89.624 19.5048 89.888 41.3448C90.152 53.7208 89.888 89.1048 89.888 89.1048H67.896C67.896 58.1368 68.008 53.0168 67.896 43.2568C67.632 34.6568 65.2 30.5768 58.584 29.7928C51.592 29.0088 31.992 29.6808 31.992 29.6808V89.1448H10V10.4968Z'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	transition: background-color 0.3s ease;
}


.p-social-nav__item--rss a::before {
	content: "\e90b";
}

@media only screen and (max-width: 767px) {
	.p-social-nav {
		margin-bottom: 20px;
	}
}

/**
	* splash
	*/
.p-splash {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	text-align: center;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10000;
}

.p-splash__img {
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-animation: splashImageFadeIn 0.65s ease 0.75s forwards;
	animation: splashImageFadeIn 0.65s ease 0.75s forwards;
}

.p-splash__inner {
	position: relative;
	z-index: 1;
}

.p-splash__inner>div:first-child {
	-webkit-animation: fadeInUp 1.0s ease 1.5s forwards;
	animation: fadeInUp 1.0s ease 1.5s forwards;
}

.p-splash__inner>div:nth-child(2) {
	-webkit-animation: fadeInUp 1.0s ease 2.5s forwards;
	animation: fadeInUp 1.0s ease 2.5s forwards;
}

.p-splash__catch {
	opacity: 0;
	margin-bottom: 31.5px;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.p-splash__desc {
	opacity: 0;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	color: #fff;
	font-size: 34px;
	line-height: 1.5;
}

/**
	* tab
	*/
.p-entry__body .p-tab__nav {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}

.p-entry__body .p-tab__content-pager {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}

.p-entry__body .p-tab__content-pager-item {
	line-height: 50px;
}

.p-entry__body .p-tab__content-img-nav-item {
	line-height: 50px;
	margin-bottom: 0;
}

.p-entry__body .p-tab__content-caption {
	line-height: 2.2;
	margin-bottom: 0;
}

.p-tab {
	margin-bottom: 91.6px;
}

.p-tab .slick-arrow {
	bottom: 0;
	width: 50px;
	height: 50px;
	z-index: 999;
}

.p-tab .slick-arrow::before {
	font-family: "design_plus";
	font-size: 18px;
}

.p-tab .slick-prev {
	left: auto;
	right: 50px;
}

.p-tab .slick-prev::before {
	content: "\e90f";
}

.p-tab .slick-next {
	right: 0;
}

.p-tab .slick-next::before {
	content: "\e910";
}

.p-tab__content-img-slider-item {
	background: #f6f6f6;
	height: 645px;
	position: relative;
}

.p-tab__content-img-slider-item img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.p-tab__nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
}

.p-tab__nav-item {
	flex: 1;
	font-size: 16px;
	list-style: none;
	margin-right: 2px;
	text-align: center;
}

.p-tab__nav-item:last-child {
	margin-right: 0;
}

.p-tab__nav-item.is-active a,
.p-tab__nav-item:hover a {
	color: #fff;
}

.p-tab__nav-item a {
	background: #eee;
	display: block;
	height: 55px;
	line-height: 55px;
	width: 100%;
}

.p-tab__content-floor-plan {
	width: 100%;
	height: 645px;
	position: relative;
}

.p-tab__content-floor-plan-content {
	/*
	display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
*/
	position: absolute;
	width: 100%;
	height: 100%;
}

.p-tab__content-floor-plan-text {
	background: #004353;
	box-sizing: border-box;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 100%;
	padding: 0 6.08696%;
	font-size: 14px;
	line-height: 2.2;
	position: absolute;
	left: 0;
}

.p-tab__content-floor-plan-text p {
	margin-bottom: 33.2px;
}

.p-tab__content-floor-plan-text p:last-child {
	margin-bottom: 0;
}

.p-tab__content-floor-plan-img {
	background: #fff;
	border: 1px solid #ddd;
	border-left: 0;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
}

.p-tab__content-floor-plan-img img {
	height: auto;
	max-width: 100%;
}

.p-tab__content-pager {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 0;
}

.p-tab__content-pager-item {
	font-size: 14px;
	list-style: none;
	line-height: 50px;
	width: 50px;
	height: 50px;
	margin-bottom: 0;
	text-align: center;
}

.p-tab__content-pager-item a {
	color: #fff;
	display: block;
}

.p-tab__content-img {
	position: relative;
}

.p-tab__content-img-nav {
	background: rgba(34, 34, 34, 0.7);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.p-tab__content-img-nav-item {
	color: #fff;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	padding: 0 127px 0 27px;
}

.p-tab__content-video {
	background: #f6f6f6;
	width: 100%;
	height: 645px;
}

.p-tab__content-youtube {
	background: #f6f6f6;
	position: relative;
	width: 100%;
	height: 645px;
}

.p-tab__content-youtube iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.p-tab__content-caption {
	font-size: 14px;
	line-height: 2.2;
	margin-top: 14.6px;
}

@media only screen and (max-width: 991px) {
	.p-tab__content-floor-plan-text {
		line-height: 2;
		padding: 0 20px;
	}

	.p-tab__content-floor-plan-text p {
		margin-bottom: 26px;
	}
}

@media only screen and (max-width: 767px) {
	.p-tab {
		margin-left: -20px;
		margin-bottom: 36.4px;
		width: calc(100% + 20px);
	}

	.p-tab .slick-arrow {
		top: 0;
		bottom: 0;
		width: 40px;
		height: 40px;
		margin: auto;
		transform: none;
	}

	.p-tab .slick-arrow::before {
		font-size: 14px;
	}

	.p-tab .slick-prev {
		left: 0;
		right: auto;
	}

	.p-tab__nav {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: inherit;
	}

	.p-tab__nav-item {
		flex: initial;
		margin-right: 0;
		width: 50%;
	}

	.p-tab__nav-item:nth-child(odd) a {
		border-top: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}

	.p-tab__nav-item:nth-child(even) a {
		border-top: 1px solid #ddd;
	}

	.p-tab__nav-item:nth-last-child(2) a,
	.p-tab__nav-item:last-child a {
		border-bottom: 1px solid #ddd;
	}

	.p-tab__nav-item a {
		background: #fff;
		box-sizing: border-box;
	}

	.p-tab__content {
		width: inherit;
	}

	.p-tab__content-floor-plan {
		padding-bottom: 0;
		height: auto;
	}

	.p-tab__content-floor-plan-content {
		position: static;
		height: auto;
	}

	.p-tab__content-floor-plan-text {
		position: static;
		width: inherit;
		height: auto;
		padding: 33px 11.11111%;
	}

	.p-tab__content-floor-plan-img {
		border-right: 0;
		position: static;
		width: inherit;
	}

	.p-tab__content-floor-plan-img img {
		width: 100%;
		height: auto;
	}

	.p-tab__content-caption {
		font-size: 14px;
		line-height: 1.6;
		padding: 0 20px;
		margin-top: 16.4px;
	}

	.p-tab__content-img-nav-item {
		height: auto;
		padding: 9px 20px;
	}

	.p-entry__body .p-tab__content-img-nav-item {
		font-size: 14px;
		line-height: 1.5;
	}

	.p-tab__content-img-slider-item {
		height: 360px;
	}

	.p-tab__content-video {
		height: auto;
	}

	.p-tab__content-youtube {
		height: auto;
		padding-bottom: 100%;
	}
}

/**
	* widget area
	*/
.p-widget-area {
	background: #f6f6f6;
	margin-bottom: 80px;
	padding: 78px 0 61px;
}

.p-widget-area__inner {
	/*
	display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
	justify-content: center;
*/
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.p-widget-area {
		background: #fff;
		margin-bottom: 40px;
		padding: 40px 0 4px;
	}

	.p-widget-area__inner {
		box-sizing: border-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 100%;
		padding: 0 20px;
	}
}

/**
	* widget dropdown
	*/
.p-widget-dropdown__title {
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #eee;
	height: 50px;
	line-height: 50px;
	padding: 0 18px;
	position: relative;
	cursor: pointer;
}

.p-widget-dropdown__title::after {
	content: "\e90e";
	font-family: "design_plus";
	position: absolute;
	right: 17px;
}

.p-widget-dropdown__list {
	display: none;
}

@media screen and (max-width: 767px) {
	.p-widget-dropdown__title {
		font-size: 14px;
	}
}

/* 基本設定 */
.p-widget ul {
	margin: 0;
}

.p-widget li {
	line-height: 2;
	padding: 0;
	margin: 0;
}

.p-widget a {
	text-decoration: none;
}

/**
	* widget list
	*/
.p-widget-list {
	margin-bottom: 0;
}

.p-widget-list li {
	list-style: none;
	font-size: 14px;
	border: 1px solid #eee;
	border-top: 0;
	background: #fff;
	font-size: 14px;
	line-height: 1.5;
}

.p-widget-list li a {
	display: block;
	padding: 14px 18px;
}

.p-widget-list li a:hover {
	background: #f6f6f6;
}

.p-widget-list__item-date {
	color: #999;
	display: block;
	font-size: 14px;
}

@media only screen and (max-width: 767px) {
	.p-widget-list__item a {
		padding: 12px 24px;
	}
}

/* 開閉式カテゴリー一覧 */
.tcdw_category_list_widget {
	border-bottom: none;
}

.tcdw_category_list_widget .side_headline {
	margin: 0;
}

.tcdw_category_list_widget li {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.collapse_category_list {
	background: #fff;
}

.collapse_category_list ul {
	margin: 0;
	padding: 0;
	background: #fff;
}

.collapse_category_list li ul {
	margin: 0;
	padding: 0;
}

.collapse_category_list li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.collapse_category_list li li {
	margin: 0;
	padding: 0;
	border-right: none;
	border-left: none;
}

.collapse_category_list li a {
	border-bottom: 1px solid #ddd;
	display: block;
	padding: 12px 20px;
	margin: 0;
	text-decoration: none;
	position: relative;
	color: #333;
	overflow: hidden;
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	line-height: 150%;
}

.collapse_category_list li a .count {
	float: right;
	top: 0px;
	position: relative;
	background: #f2f2f2;
	padding: 0 10px;
	min-width: 15px;
	text-align: center;
	font-size: 14px;
	border-radius: 2px;
}

.collapse_category_list li li a .count {
	background: #ccc;
	color: #fff;
}

.collapse_category_list li li li a .count {}

.collapse_category_list .parent_category a.active {
	margin: 0;
}

.collapse_category_list .children {
	display: none;
}

.collapse_category_list .children a {
	padding-left: 22px;
	margin: 0;
	background: #f6f6f6;
}

.collapse_category_list ul .children a {
	padding-left: 33px;
}

.collapse_category_list li a:hover {
	background: #e2e2e2;
}

.collapse_category_list li a:hover .count {
	background: #000;
	color: #fff;
}

/**
	* widget post list
	*/
.p-widget-post-list {
	margin-bottom: 0;
}

.p-widget-post-list .no_post {
	font-size: 14px;
	line-height: 1.8;
	list-style: none;
}

.p-widget-post-list .p-widget-post-list__item {
	background: #fff;
	border: 1px solid #eee;
	border-top: 0;
	box-sizing: border-box;
	list-style: none;
	padding: 18px;
	align-items: center;
	display: flex;
}

.p-widget-post-list .p-widget-post-list__item--no-post {
	font-size: 14px;
	line-height: 1.8;
}

.p-widget-post-list .p-widget-post-list__item-image {
	float: left;
	display: block;
	margin-right: 18px;
	overflow: hidden;
	width: 100px;
	height: 100px;
}

.p-widget-post-list .p-widget-post-list__item-image img {
	width: 100%;
	height: auto;
}

.p-widget-post-list__item-title_wrap {
	width: calc(100% - 100px);
}

.p-widget-post-list .p-widget-post-list__item-title {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 8px;
	word-wrap: break-word;
}

.p-widget-post-list .p-widget-post-list__item-date {
	color: #999;
	font-size: 14px;
	font-family: 'Arial';
}

@media only screen and (max-width: 767px) {
	.p-widget-post-list .p-widget-post-list__item-title {
		line-height: 1.6;
		margin-bottom: 9px;
	}
}

/**
	* widget search
	*/
.p-widget-search {
	position: relative;
}

.p-widget-search__input,
.widget_search #s,
.widget.google_search #s {
	background: #eee;
	border: 1px solid #cfcfcf;
	box-sizing: border-box;
	box-shadow: 1px 1px 4px 0 #ddd inset;
	border-radius: 0;
	height: 35px;
	line-height: 35px;
	outline: none;
	padding: 0 10px;
	width: -webkit-calc(100% - 35px);
	width: calc(100% - 35px);
}

.p-widget-search__submit,
#searchform #searchsubmit {
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: "design_plus";
	font-size: 18px;
	position: absolute;
	right: 0;
	width: 35px;
	height: 35px;
	border-radius: 0;
	text-align: center;
	padding: 0;
	background-image: url(assets/images/icon_search.png) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	overflow: hidden;
}

#searchform #searchsubmit {
	text-indent: -300%;
	float: right;
	position: unset;
}

/* 検索 */
.widget_search label {
	display: none;
}

.widget_search #searchform {
	overflow: hidden;
}

.widget.google_search #searchsubmit {
	font-family: 'design_plus';
	color: #aaa;
	font-size: 14px;
	border: none;
	width: 15%;
	height: 35px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	border-left: none;
	cursor: pointer;
	display: block;
	float: right;
	overflow: hidden;
}

.widget_search #search-btn input:hover,
.widget_search #searchsubmit:hover,
.widget.google_search #searchsubmit:hover {
	background-color: #000;
	border-color: #000;
}

/**
	* widget
	*/
.p-widget {
	margin-bottom: 50px;
}

.p-widget__title,
.widget_block .wp-block-heading {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	height: 50px;
	line-height: 50px;
	padding-left: 18px;
	margin-bottom: 20px;
}

.tcdw_category_list_widget .p-widget__title,
.styled_post_list_widget .p-widget__title {
	margin-bottom: 0;
}

.ad_widget {
	text-align: center;
}

/* custom menu */
/*.widget_nav_menu li { font-size: 12px; list-style: none; margin-bottom: 18px; }
.widget_nav_menu a { color: #666; }*/

@media only screen and (max-width: 1279px) {
	.p-widget {
		width: 48%;
	}
}

@media only screen and (max-width: 767px) {
	.p-widget {
		width: 100%;
		margin-bottom: 40px;
	}

	.p-widget:last-child {
		margin-bottom: 40px;
	}

	.p-widget__title {
		height: 45px;
		line-height: 45px;
	}

	.ml_ad_widget {
		text-align: center;
	}

	.ml_ad_widget img {
		margin-left: -10px;
		margin-right: -10px;
	}
}





/* デフォルトのRSS */
.widget_rss .p-widget__title .rss-widget-feed {
	display: none;
}

.widget_rss .p-widget__title a {
	color: #fff;
}

.widget_rss li {
	border-bottom: 1px solid #ddd;
	margin: 0 0 -1px 0;
	padding: 20px 30px 15px;
	font-size: 14px;
}

.widget_rss li:last-of-type {
	border: none;
}

.widget_rss ul li {
	padding: 20px 0px;
	border-bottom: 1px solid #ddd;
	margin-top: -1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.widget_rss ul li:not(:first-child) {
	border-top: 1px solid #ddd;
}

.widget_rss ul li .rss-date {
	-ms-flex-order: 1;
	order: 1;
	color: #999;
	font-size: 13px;
	line-height: 1;
	margin-right: 10px;
	padding: 0 0 0 22px;
	position: relative;
}

.widget_rss ul li .rss-date:before {
	font-family: 'design_plus';
	content: '\e94e';
	font-size: 16px;
	position: absolute;
	top: -2px;
	left: 0px;
	-webkit-font-smoothing: antialiased;
}

.widget_rss ul li cite {
	-ms-flex-order: 2;
	order: 2;
	color: #999;
	font-size: 13px;
	line-height: 1;
}

.widget_rss ul li .rsswidget {
	-ms-flex-order: 3;
	order: 3;
	display: block;
	width: 100%;
	margin: 0;
}

.widget_rss ul li .rssSummary {
	-ms-flex-order: 4;
	order: 4;
	color: #999;
	font-size: 13px;
	margin: -0.35em 0;
}

.widget_rss .rss-date {
	position: relative;
	font-family: Arial;
}

.widget_rss .rsswidget~.rss-date,
.widget_rss .rsswidget~cite {
	margin-bottom: 10px;
}

.widget_rss .rsswidget~.rssSummary {
	margin-top: calc(10px - 0.35em);
}

/* デフォルトのタグ一覧 */
.widget_tag_cloud .tagcloud {
	margin: 0 0 -6px 0;
	padding: 0;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.widget_tag_cloud .tagcloud a {
	margin: 0 6px 6px 0;
	font-size: 14px !important;
	display: block;
	background: #fff;
	padding: 0px 20px;
	border-radius: 5px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #ddd;
}

.widget_tag_cloud .tagcloud a:hover {
	background: #000;
	color: #fff;
}

/* デフォルトの最近の記事 */
.widget_recent_entries li {
	border-bottom: 1px solid #ddd;
	padding: 0 0 15px 0;
	margin-bottom: 15px;
	list-style: none;
}

.widget_recent_entries li:last-child {
	border: none;
	padding: 0;
	margin: 0;
}

.widget_recent_entries li a {
	display: block;
	word-wrap: break-word;
}

.widget_recent_entries .post-date {
	position: relative;
	color: #999;
	font-size: 14px;
	display: block;
	margin-top: 3px;
}

.widget_recent_entries .post-date:before {
	font-family: 'design_plus';
	content: '\e94e';
	font-size: 13px;
	display: inline-block;
	margin: 0 7px 0 0;
	vertical-align: -1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* デフォルトのカテゴリー */
.category_list_widget ul {
	margin: 0;
}

.category_list_widget ul ul {
	margin-left: 1em;
}

.category_list_widget ul li {
	margin: 0;
	padding: 0;
	line-height: 1;
	list-style: none;
}

.category_list_widget ul li a {
	display: block;
	line-height: 1.6;
	padding: 10px 0;
}

.category_list_widget .widget_headline+ul {
	margin: -12px 0 -14px;
}

.widget_categories ul {
	margin: 0;
}

.widget_categories ul ul {
	margin-left: 1em;
}

.widget_categories ul li {
	margin: 0;
	padding: 0;
	line-height: 1;
	list-style: none;
}

.widget_categories ul li a {
	display: inline-block;
	line-height: 1.6;
	padding: 10px 0;
}

.widget_categories ul li {
	color: #ee0000;
}

.widget_categories .widget_headline+ul {
	margin: -12px 0 -14px;
}

.widget_archive ul li {
	list-style: none;
}

/* デフォルトの固定ページ */
.widget_pages ul {
	margin: 0;
}

.widget_pages ul ul {
	margin-left: 1em;
}

.widget_pages ul li {
	margin: 0;
	padding: 0;
	line-height: 1;
	list-style: none;
}

.widget_pages ul li a {
	display: block;
	line-height: 1.6;
	padding: 10px 0;
}

.widget_pages .widget_headline+ul {
	margin: -12px 0 -14px;
}

/* デフォルトのナビ　*/
.widget_nav_menu ul {
	margin: 0;
}

.widget_nav_menu ul ul {
	margin-left: 1em;
}

.widget_nav_menu ul li {
	margin: 0;
	padding: 0;
	line-height: 1;
	list-style: none;
}

.widget_nav_menu ul li a {
	display: block;
	line-height: 1.6;
	padding: 10px 0;
}

.widget_nav_menu .widget_headline+ul {
	margin: -12px 0 -14px;
}

/* デフォルトのコメントウィジェット */
.widget_recent_comments li {
	color: #999;
	list-style: none;
}

.widget_recent_comments li+li {
	margin-top: 1em;
}

/* デフォルトのテキストウィジェット */
.widget_text .p-entry__body {
	font-size: 16px;
	line-height: 1.6;
}

.widget_text .p-entry__body ul,
.widget_text .p-entry__body ol {
	padding-left: 1.5em;
}

/* デフォルトのブロック */
.widget_block {
	font-size: 16px;
	line-height: 1.6;
}

/* デフォルトのメタウィジェット */
.widget_meta ul {
	margin-bottom: -8px;
}

.widget_meta li {
	list-style: none;
}

/* デフォルトのアーカイブとカテゴリー　ドロップダウンメニュー */
.widget_archive select,
.widget_categories select {
	border: 1px solid #ddd;
	background: #fff;
	width: 100%;
	height: 60px;
	padding: 0 18px;
	font-size: 16px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
}

.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text {
	display: block;
	clip: auto;
	clip-path: none;
	pointer-events: none;
	height: 60px;
	width: 50px;
	margin: 0;
	left: calc(100% - 50px);
	text-indent: -100vw;
}

.widget_archive .select_wrap,
.widget_categories .select_wrap {
	position: relative;
}

.widget_archive .select_wrap:before,
.widget_categories .select_wrap:before {
	font-family: 'design_plus';
	content: '\e90e';
	text-align: center;
	text-indent: 0;
	display: block;
	font-size: 14px;
	width: 14px;
	height: 14px;
	line-height: 14px;
	position: absolute;
	right: 15px;
	top: 25px;
}

/* カレンダー */
#calendar_wrap {
	padding: 0;
	margin: -6px 0 -20px;
}

#wp-calendar {
	margin: 0 auto;
	width: 100%;
	font-size: 14px;
	border-collapse: collapse;
	table-layout: fixed;
}

#wp-calendar caption {
	padding: 12px 0;
	font-size: 16px;
	font-weight: 600;
}

#wp-calendar thead th,
#wp-calendar tfoot td {
	padding: 12px 10px;
	line-height: 2;
}

#wp-calendar thead th {
	font-weight: 500;
}

#wp-calendar tbody th,
#wp-calendar tbody td {
	padding: 0;
	margin: 0;
	line-height: 1;
	text-align: center;
}

#wp-calendar tbody span {
	display: block;
	padding: 15px 10px;
}

#wp-calendar tbody a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	margin: 0 auto;
	text-decoration: none;
	background-color: #000;
	color: #fff;
}

#wp-calendar td a:hover {
	text-decoration: none;
	color: #fff;
	background: #aaa;
}

#wp-calendar #today {
	font-weight: 600;
}

.wp-calendar-nav {
	font-size: 14px;
	padding: 20px 0;
	width: 100%;
	font-size: 14px;
}

.wp-calendar-nav .wp-calendar-nav-prev {
	width: 40%;
	float: left;
}

.wp-calendar-nav .wp-calendar-nav-next {
	width: 40%;
	float: right;
	text-align: right;
}


/* デフォルトのギャラリー */
.widget_media_gallery .gallery-caption {
	background-color: #000;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	transform: translateY(50%);
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.widget_media_gallery .gallery-item {
	margin-top: 0 !important;
}

.widget_media_gallery .gallery-item img {
	border: none !important;
}

.widget_media_gallery .gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.widget_media_gallery .gallery-item:hover .gallery-caption {
	opacity: .7;
	transition: all .25s ease;
	transform: translateY(0%);
}


.wp-block-archives-list li,
.wp-block-categories-list li {
	list-style: none;
}

/** clearfix */
.u-clearfix::after {
	clear: both;
	content: " ";
	display: table;
}

/** hidden */
.u-hidden {
	display: none;
}

/* ----------------------------------------------------------------------
 汎用スタイルの追加
 https://tcd-theme.com/2023/09/utility-classes.html
---------------------------------------------------------------------- */
.p-entry .a_break {
	display: inline-block;
}

@media (max-width: 767px) {
	.p-entry .is-pc {
		display: none !important;
	}
}

@media not all and (max-width: 767px) {
	.p-entry .is-sp {
		display: none !important;
	}
}

.p-entry .e_link {
	display: inline-block;
	position: relative;
	padding-right: 1em;
}

.p-entry .e_link:after {
	font-family: 'design_plus';
	content: '\e92a';
	font-size: 100%;
	display: block;
	position: absolute;
	transition: none;
	margin-top: -0.1em;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-entry img.frame {
	border: 1px solid #d2d2d2;
	-webkit-box-shadow: 0 6px 6px -6px #cccccc;
	-moz-box-shadow: 0 6px 6px -6px #cccccc;
	box-shadow: 0 6px 6px -6px #cccccc;
}

/* ----------------------------------------------------------------------
 ブロックエディターのYotutubeのレスポンシブ対応
---------------------------------------------------------------------- */
.wp-block-embed {
	margin: 0 0 2em 0;
}

/** ブロックエディターのテーブルブロックの調整 **/
.wp-block-table.is-style-stripes td,
.wp-block-table .has-background td {
	background-color: transparent;
}

/* スクロール */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 30px;
}

html:has(.l-header--fixed) {
	scroll-padding-top: 100px;
}

@media (max-width: 1199px) {
	html:has(.l-header--fixed) {
		scroll-padding-top: 80px;
	}
}

@media (max-width: 767px) {
	html {
		scroll-padding-top: 20px;
	}
}

body.page-template.no-tcd-pb .p-entry__body {
	padding-block: 40px;
}