/* ---------------------------------------------------------
 *  カラーバリエーション別設定
 *---------------------------------------------------------- */
/* ---------------------------------------------------------
 *	リセット
 *---------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Imperial+Script&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");

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

html {
	overflow: auto;
	overflow-y: scroll;
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	-webkit-font-feature-settings: "pkna";
	font-feature-settings: "pkna";
	line-height: 1.8;
	color: #513d29;
	letter-spacing: 0.05em;
	word-wrap: break-word;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-family: "Noto Sans JP", sans-serif;
	background: url(../images/bg_01.jpg);
}

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

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
	font-size: 100%;
	font-weight: normal;
}

em {
	font-style: normal;
}

li {
	list-style: none;
}

table,
iframe {
	font-size: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	border: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border: 0;
	image-rendering: optimize-contrast;
}

svg {
	max-width: 100%;
}

a {
	color: #646464;
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:visited {
	color: #646464;
}

a:hover {
	color: #646464;
	text-decoration: none;
}

a:active {
	color: #646464;
}

a.js-telLink {
	color: #646464;
	text-decoration: none;
	pointer-events: none;
}

a[href^="tel:"] {
	text-decoration: none;
	pointer-events: none;
	cursor: default;
}

@media only screen and (max-width: 1023px) {
	a[href^="tel:"] {
		pointer-events: auto;
	}
}

select,
input,
textarea,
button {
	font-family: inherit;
	font-size: inherit;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea {
	padding: 8px 10px;
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fee;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 5px;
}

input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

select {
	padding: 8px 5px;
	border: 1px solid #ccc;
}

label {
	cursor: pointer;
}

::-moz-selection {
	color: #fff;
	background-color: #513d29;
}

::selection {
	color: #fff;
	background-color: #513d29;
}

::-moz-selection {
	color: #fff;
	background-color: #513d29;
}

::selection {
	color: #fff;
	background-color: #513d29;
}

/* onmediaquery.js設定用
 *-------------------------------------------------- */
html {
	/* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
	font-family: pc;
}

@media only screen and (max-width: 1444px) {
	html {
		font-family: "xxl";
	}
}

@media only screen and (max-width: 1215px) {
	html {
		font-family: "xl";
	}
}

@media only screen and (max-width: 1023px) {
	html {
		font-family: "lg";
	}
}

@media only screen and (max-width: 768px) {
	html {
		font-family: "md";
	}
}

@media only screen and (max-width: 480px) {
	html {
		font-family: "sm";
	}
}

/* ---------------------------------------------------------
 *  webfont
 *---------------------------------------------------------- */
/* ---------------------------------------------------------
 *	br.is-pc
 *---------------------------------------------------------- */
@-webkit-keyframes imageAnimation01 {
	0% {
		-webkit-transform: scale(1) rotate(0.0001deg);
		transform: scale(1) rotate(0.0001deg);
	}

	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@keyframes imageAnimation01 {
	0% {
		-webkit-transform: scale(1) rotate(0.0001deg);
		transform: scale(1) rotate(0.0001deg);
	}

	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@-webkit-keyframes imageAnimation02 {
	0% {
		-webkit-transform: scale(1.1) rotate(0.0001deg);
		transform: scale(1.1) rotate(0.0001deg);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes imageAnimation02 {
	0% {
		-webkit-transform: scale(1.1) rotate(0.0001deg);
		transform: scale(1.1) rotate(0.0001deg);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes imageAnimation01 {
	0% {
		-webkit-transform: scale(1) rotate(0.0001deg);
		transform: scale(1) rotate(0.0001deg);
	}

	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@keyframes imageAnimation02 {
	0% {
		-webkit-transform: scale(1.1) rotate(0.0001deg);
		transform: scale(1.1) rotate(0.0001deg);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/* ---------------------------------------------------------
 *	br.is-pc
 *---------------------------------------------------------- */
@media only screen and (max-width: 1023px) {
	br.is-pc {
		display: none;
	}
}

/* ---------------------------------------------------------
 *	br.is-sp
 *---------------------------------------------------------- */
br.is-sp {
	display: none;
}

@media only screen and (max-width: 1023px) {
	br.is-sp {
		display: block;
	}
}

/* ---------------------------------------------------------
 *  breadcrumbs
 *---------------------------------------------------------- */
/* パンクズ */
.m-breadcrumbs {
	background-color: rgba(255, 255, 255, 0.6);
}

.m-breadcrumbs .m-breadcrumbs_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1180px;
	height: 40px;
	min-height: 40px;
	margin: 0 auto;
}

.m-breadcrumbs .m-breadcrumbs_list > li {
	font-size: 1.6rem;
	line-height: 1.4;
}

.m-breadcrumbs .m-breadcrumbs_list > li a {
	text-decoration: underline;
}

.m-breadcrumbs .m-breadcrumbs_list > li a:hover,
.m-breadcrumbs .m-breadcrumbs_list > li ais-hover {
	text-decoration: none;
}

.m-breadcrumbs .m-breadcrumbs_list > li:first-of-type a {
	display: block;
	font-size: 2.2rem;
	line-height: 1;
	color: #513d29;
	text-decoration: none;
}

.m-breadcrumbs .m-breadcrumbs_list > li:first-of-type a:hover,
.m-breadcrumbs .m-breadcrumbs_list > li:first-of-type a.is-hover {
	border: none;
}

.m-breadcrumbs .m-breadcrumbs_list > li:not(:last-of-type) {
	padding-right: 4rem;
	position: relative;
}

.m-breadcrumbs .m-breadcrumbs_list > li:not(:last-of-type):after {
	position: absolute;
	top: 50%;
	right: 15px;
	bottom: 50%;
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	content: "";
	background-color: transparent;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -0.4rem;
	margin-bottom: -0.4rem;
}

@media only screen and (max-width: 1023px) {
	.m-breadcrumbs {
		padding-right: 30px;
		padding-left: 30px;
		margin-right: -30px;
		margin-left: -30px;
	}
}

@media only screen and (max-width: 768px) {
	.m-breadcrumbs {
		padding-right: 15px;
		padding-left: 15px;
		margin-right: -15px;
		margin-left: -15px;
	}

	.m-breadcrumbs .m-breadcrumbs {
		padding-right: 15px;
		padding-left: 15px;
	}

	.m-breadcrumbs .m-breadcrumbs_list {
		min-height: 30px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.m-breadcrumbs .m-breadcrumbs_list > li {
		font-size: 1.6rem;
		white-space: nowrap;
	}
}

/* ---------------------------------------------------------
 *	m-btn01
 *---------------------------------------------------------- */
.m-btn01 {
	margin-top: 30px;
	text-align: center;
}

.m-btn01 a {
	display: inline-block;
	min-width: 220px;
	padding: 15px 20px;
	line-height: 1.4;
	color: #fff;
	background-color: #513d29;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.m-btn01 a.is-hover,
.m-btn01 a:hover {
	background-color: #646464;
}

.m-btn01 a span {
	font-size: 1.6rem;
}

.m-btn01.is-white a {
	color: #646464;
	background-color: #fff;
}

.m-btn01.is-white a.is-hover,
.m-btn01.is-white a:hover {
	opacity: 0.8;
}

@media only screen and (max-width: 768px) {
	.m-btn01 {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 480px) {
	.m-btn01 a {
		font-size: 3.8vw;
	}
}

/* ---------------------------------------------------------
 *	m-for-lg
 *---------------------------------------------------------- */
@media only screen and (max-width: 1023px) {
	.m-for-lg {
		display: none;
	}
}

/* ---------------------------------------------------------
 *	m-for-md
 *---------------------------------------------------------- */
.m-for-md {
	display: none;
}

@media only screen and (max-width: 1023px) {
	.m-for-md {
		display: block;
	}
}

@media only screen and (max-width: 768px) {
	.m-for-md {
		display: none;
	}
}

/* ---------------------------------------------------------
 *	m-for-sm
 *---------------------------------------------------------- */
.m-for-sm {
	display: none;
}

@media only screen and (max-width: 768px) {
	.m-for-sm {
		display: block;
	}
}

/* ---------------------------------------------------------
 *	m-headline
 *---------------------------------------------------------- */
.m-headline {
	font-size: 1.2rem;
	color: #fff;
	text-align: right;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 7;
}

@media only screen and (max-width: 768px) {
	.m-headline {
		top: 65px;
	}
}

/* ---------------------------------------------------------
 *	m-hoverImage
 *---------------------------------------------------------- */
.is-hidden {
	overflow: hidden;
}

.m-hoverImage {
	cursor: pointer;
}

.m-hoverImage img {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.m-hoverImage:hover img,
.m-hoverImage.is-hover img {
	opacity: 0.8;
	-webkit-transform: translateX(15px) scale(1.2);
	transform: translateX(15px) scale(1.2);
}

/* ---------------------------------------------------------
 *	m-inner
 *---------------------------------------------------------- */
.m-inner {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

/* ---------------------------------------------------------
 *	m-lead
 *---------------------------------------------------------- */
.m-lead01 {
	font-size: 1.8rem;
	line-height: 2;
}

/* ---------------------------------------------------------
 *  ドロワーメニュー
 *---------------------------------------------------------- */
#drawerMenu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
	width: 70%;
	height: 100%;
	overflow-y: auto;
	background-color: #fff;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

#drawerMenu #globalNav {
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

#drawerMenu.is-show {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-animation: drawerMenuShow 0.5s ease-in-out;
	animation: drawerMenuShow 0.5s ease-in-out;
}

#drawerMenu.is-show #globalNav {
	-webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
}

#drawerMenu.is-hide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-animation: drawerMenuHide 0.3s ease-in-out;
	animation: drawerMenuHide 0.3s ease-in-out;
}

@-webkit-keyframes drawerMenuShow {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	70% {
		-webkit-transform: translate3d(5%, 0, 0);
		transform: translate3d(5%, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes drawerMenuShow {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	70% {
		-webkit-transform: translate3d(5%, 0, 0);
		transform: translate3d(5%, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes drawerMenuHide {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes drawerMenuHide {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

#drawerMenuOverlay {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#drawerMenuOverlay.is-show {
	z-index: 9;
	display: block;
	opacity: 1;
	-webkit-animation: fadeIn 0.2s;
	animation: fadeIn 0.2s;
}

#btnDrawerMenuClose {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 10;
	display: none;
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#btnDrawerMenuClose.is-show {
	display: block;
	opacity: 1;
	-webkit-animation: fadeIn 0.2s;
	animation: fadeIn 0.2s;
}

#btnDrawerMenuClose p {
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: relative;
}

#btnDrawerMenuClose p::before,
#btnDrawerMenuClose p::after {
	position: absolute;
	right: 50%;
	bottom: 50%;
	margin-top: 17.5px;
	margin-bottom: 17.5px;
	margin-bottom: -0.5px;
	margin-right: -20px;
}

#btnDrawerMenuClose p::before {
	display: block;
	width: 40px;
	height: 1px;
	content: "";
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#btnDrawerMenuClose p::after {
	display: block;
	width: 40px;
	height: 1px;
	content: "";
	background-color: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* ---------------------------------------------------------
  フローティングメニュー
---------------------------------------------------------- */
#floatingMenu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 7;
	display: none;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background-color: #513d29;
}

#floatingMenu.is-show {
	display: block;
	-webkit-animation: showFloatingMenu 0.5s ease-in-out both;
	animation: showFloatingMenu 0.5s ease-in-out both;
}

#floatingMenu #globalNav {
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

#floatingMenu .btnfloatingMenuClose {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 8;
}

#floatingMenu .btnfloatingMenuClose p {
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: relative;
}

#floatingMenu .btnfloatingMenuClose p::before,
#floatingMenu .btnfloatingMenuClose p::after {
	position: absolute;
	right: 50%;
	bottom: 50%;
	margin-top: 17px;
	margin-bottom: 17px;
	margin-bottom: -1px;
	margin-right: -20px;
}

#floatingMenu .btnfloatingMenuClose p::before {
	display: block;
	width: 40px;
	height: 2px;
	content: "";
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#floatingMenu .btnfloatingMenuClose p::after {
	display: block;
	width: 40px;
	height: 2px;
	content: "";
	background-color: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@-webkit-keyframes showFloatingMenu {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}

	1% {
		display: block;
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes showFloatingMenu {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}

	1% {
		display: block;
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/* ---------------------------------------------------------
  スライドメニュー
---------------------------------------------------------- */
#slideMenu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	display: none;
	width: 100%;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

/* ------------------------------------------------------------
 * ページネーション ※記事詳細
 * ------------------------------------------------------------ */
.m-pager {
	max-width: 1180px;
	margin: 50px auto 0;
}

.m-pager_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.m-pager_list li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 0.6em;
	-moz-column-gap: 0.6em;
	column-gap: 0.6em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.8rem;
}

.m-pager_list li > a > i {
	position: relative;
	display: inline-block;
	font-size: 1.1em;
	-webkit-transform: translateY(-0.05em);
	transform: translateY(-0.05em);
}

.m-pager_list li.is-disable {
	visibility: hidden;
}

.m-pager_item a {
	display: inline-block;
	min-width: 220px;
	padding: 15px 30px;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.m-pager_item.is-prev a,
.m-pager_item.is-next a {
	color: #fff;
	background-color: #513d29;
}

.m-pager_item.is-prev a.is-hover,
.m-pager_item.is-prev a:hover,
.m-pager_item.is-next a.is-hover,
.m-pager_item.is-next a:hover {
	background-color: #646464;
}

.m-pager_item.is-index a {
	color: #513d29;
	border: 1px solid #513d29;
}

.m-pager_item.is-index a.is-hover,
.m-pager_item.is-index a:hover {
	color: #fff;
	background-color: #513d29;
}

@media only screen and (max-width: 1023px) {
	.m-pager {
		padding: 0 30px 20px;
		margin-right: -30px;
		margin-left: -30px;
	}
}

@media only screen and (max-width: 768px) {
	.m-pager {
		padding: 0 15px 20px;
		margin-top: 50px;
		margin-right: -15px;
		margin-left: -15px;
	}

	.m-pager_list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.m-pager_list li span {
		font-size: 1.6rem;
	}

	.m-pager_item a {
		min-width: auto;
		padding: 10px;
	}
}

/* ------------------------------------------------------------
 * ページネーション
 * ------------------------------------------------------------ */
.m-pagination {
	margin-top: 50px;
}

.m-pagination_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.m-pagination_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 6px;
}

.m-pagination_list a,
.m-pagination_list .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.4em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5px 15px;
	margin: 0 3px;
	font-size: 1.6rem;
	color: #513d29;
	cursor: pointer;
	border: 1px solid #513d29;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.m-pagination_list a.is-hover,
.m-pagination_list a:hover,
.m-pagination_list a.is-active,
.m-pagination_list .btn.is-hover,
.m-pagination_list .btn:hover,
.m-pagination_list .btn.is-active {
	color: #fff;
	background-color: #513d29;
}

.m-pagination_list span.is-pageCount {
	display: block;
	display: none;
	padding: 3px 10px;
	font-size: 1.8rem;
	color: #513d29;
	letter-spacing: 5px;
}

.m-pagination_list .is-disabled {
	pointer-events: none;
	opacity: 0.3;
}

.m-pagination_list .is-first::before,
.m-pagination_list .is-prev::before,
.m-pagination_list .is-next::after,
.m-pagination_list .is-last::after {
	font-family: icomoon !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	speak: never;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	font-size: 1.25em;
	content: var(--icon-code);
	-webkit-transform: translateY(-0.03em);
	transform: translateY(-0.03em);
}

.m-pagination_list .is-first {
	--icon-code: "\e904";
}

.m-pagination_list .is-prev {
	--icon-code: "\e909";
}

.m-pagination_list .is-next {
	--icon-code: "\e908";
}

.m-pagination_list .is-last {
	--icon-code: "\e903";
}

@media only screen and (max-width: 768px) {
	.m-pagination {
		margin-top: 50px;
	}

	.m-pagination_list {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.m-pagination_list > ul {
		display: none;
	}

	.m-pagination_list a,
	.m-pagination_list .btn {
		padding: 10px 15px;
	}

	.m-pagination_list span.is-pageCount {
		display: block;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		text-align: center;
	}

	.m-pagination_list .is-first,
	.m-pagination_list .is-prev,
	.m-pagination_list .is-next,
	.m-pagination_list .is-last {
		-ms-flex-preferred-size: 15%;
		flex-basis: 15%;
		font-size: 0;
		text-align: center;
	}

	.m-pagination_list .is-first::before,
	.m-pagination_list .is-first::after,
	.m-pagination_list .is-prev::before,
	.m-pagination_list .is-prev::after,
	.m-pagination_list .is-next::before,
	.m-pagination_list .is-next::after,
	.m-pagination_list .is-last::before,
	.m-pagination_list .is-last::after {
		font-size: 1.6rem;
	}
}

/* ---------------------------------------------------------
 *	m-table01
 *---------------------------------------------------------- */
.m-table01 td,
.m-table01 th {
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #8c7d6c;
	min-width: 50px;
}

.m-table01 thead th:first-child {
	letter-spacing: 0.2em;
}

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

	.m-table01 td,
	.m-table01 th {
		padding: 5px;
		min-width: 2em;
	}
}

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

	.m-table01 td,
	.m-table01 th {
		min-width: 0;
	}
}

/* ---------------------------------------------------------
 *	.is-tac
 *---------------------------------------------------------- */
.is-tac {
	text-align: center;
}

/* ---------------------------------------------------------
 *	.is-tar
 *---------------------------------------------------------- */
.is-tar {
	text-align: right;
}

/* ---------------------------------------------------------
 *	.is-tal
 *---------------------------------------------------------- */
.is-tal {
	text-align: left;
}

/* ---------------------------------------------------------
 *	m-title01
 *---------------------------------------------------------- */
.m-title01 {
	text-align: center;
}

.m-title01 strong {
	font-size: 16.4rem;
	font-family: "Imperial Script", cursive;
	font-weight: 400;
	line-height: 1;
	display: block;
	background: linear-gradient(90deg, #877963, #eadfb2 30%, #967422);
	background: -webkit-linear-gradient(0deg, #877963, #eadfb2 30%, #967422);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.m-title01 span {
	font-size: 6.4rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 500;
	letter-spacing: 0.075em;
	line-height: 1.4;
	text-shadow: 0 0 10px #fff;
	display: block;
	margin-top: -1em;
}

.m-title01 img {
	max-width: 635px;
	width: 100%;
	margin-top: 20px;
}

@media only screen and (max-width: 768px) {
	.m-title01 strong {
		font-size: 7rem;
	}

	.m-title01 span {
		font-size: 2.8rem;
	}

	.m-title01 img {
		max-width: 264px;
	}
}

/* ---------------------------------------------------------
 *	m-title02
 *---------------------------------------------------------- */
.m-title02 {
	font-size: 5rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	letter-spacing: 0.075em;
	text-align: center;
	width: 534px;
	height: 90px;
	line-height: 90px;
	background: url(../images/title_01.png);
	background-size: 100% 100%;
	margin: 0 auto 50px;
}

@media only screen and (max-width: 768px) {
	.m-title02 {
		font-size: 2.8rem;
		width: 301px;
		height: 51px;
		line-height: 51px;
		margin: 0 auto 40px;
	}
}

/* ---------------------------------------------------------
 *	m-subTitle01
 *---------------------------------------------------------- */
.m-subTitle01 {
	font-size: 1.6rem;
	text-align: center;
}

@media only screen and (max-width: 1023px) {
	.m-subTitle01 {
		margin-right: 30px;
		margin-left: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.m-subTitle01 {
		margin-right: 15px;
		margin-left: 15px;
		font-size: 1.2rem;
	}
}

/* ---------------------------------------------------------
 *	ウィジウィグ
 *---------------------------------------------------------- */
.m-single {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1180px;
	margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
	.m-single {
		display: block;
		margin: 0;
	}
}

/* ---------------------------------------------------------
 *	navi
 *---------------------------------------------------------- */
.m-single_navi {
	-ms-flex-preferred-size: 340px;
	flex-basis: 340px;
}

.m-single_navi .m-single_naviBlk {
	padding: 30px 20px;
	background-color: #f3f3f3;
}

.m-single_navi .m-single_naviBlk + .m-single_naviBlk {
	margin-top: 100px;
}

.m-single_navi .m-single_naviTtl {
	position: relative;
	font-size: 2.6rem;
	font-weight: bold;
	color: #513d29;
	letter-spacing: 2px;
}

.m-single_navi .m-single_naviTtl::before {
	position: absolute;
	top: -52px;
	right: -20px;
	font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Meiryo", sans-serif;
	font-size: 2.4rem;
	font-weight: bold;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: 4px;
	color: #f3f3f3;
}

.m-single_navi .m-single_naviTtl.is-category::before {
	content: "CATEGORY";
}

.m-single_navi .m-single_naviTtl.is-archive::before {
	content: "ARCHIVE";
}

.m-single_navi .m-single_naviList {
	margin-top: 20px;
}

.m-single_navi .m-single_naviList > li {
	font-size: 1.8rem;
}

.m-single_navi .m-single_naviList > li a {
	display: block;
	padding: 10px 20px;
	padding-right: 2.5rem;
	color: #513d29;
	border-bottom: 1px solid gainsboro;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.m-single_navi .m-single_naviList > li a::before {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.m-single_navi .m-single_naviList > li a.is-hover,
.m-single_navi .m-single_naviList > li a:hover {
	color: #fff;
	background-color: #513d29;
}

.m-single_navi .m-single_naviList > li a span {
	font-size: 1.4rem;
}

@media only screen and (max-width: 1023px) {
	.m-single_navi {
		margin-top: 100px;
	}

	.m-single_navi .m-single_naviList {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.m-single_navi .m-single_naviList > li {
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
	}
}

@media only screen and (max-width: 768px) {
	.m-single_navi .m-single_naviBlk + .m-single_naviBlk {
		margin-top: 50px;
	}

	.m-single_navi .m-single_naviTtl {
		padding-bottom: 0;
		font-size: 2.2rem;
	}

	.m-single_navi .m-single_naviList {
		display: block;
		margin-top: 10px;
	}

	.m-single_navi .m-single_naviList > li {
		font-size: 1.4rem;
	}

	.m-single_navi .m-single_naviList > li a {
		padding: 10px;
	}
}

/* ---------------------------------------------------------
 *	main
 *---------------------------------------------------------- */
.m-single_main {
	-ms-flex-preferred-size: calc(100% - 300px - 80px);
	flex-basis: calc(100% - 300px - 80px);
}

/* ---------------------------------------------------------
 *	タイトル
 *---------------------------------------------------------- */
.m-single_heading {
	max-width: 1180px;
	margin: 0 auto;
}

.m-single_title {
	max-width: 1180px;
	margin: 0 auto 50px;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1.4;
}

@media only screen and (max-width: 768px) {
	.m-single_title {
		margin: 0 auto 30px;
		font-size: 2.6rem;
	}
}

.m-single_option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}

.m-single_category {
	padding: 8px 30px;
	background-color: #f3f3f3;
}

.m-single_category span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 2rem;
	font-weight: 700;
	color: #513d29;
}

.m-single_category span::before {
	display: inline-block;
	margin-right: 10px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: 4px;
	content: "CATEGORY :";
}

@media only screen and (max-width: 768px) {
	.m-single_category {
		padding: 8px 10px;
	}

	.m-single_category span {
		font-size: 1.6rem;
	}

	.m-single_category span::before {
		font-size: 1rem;
		letter-spacing: 2px;
	}
}

.m-single_date {
	display: inline-block;
	border-bottom: 1px solid #646464;
}

.m-single_date span {
	display: inline-block;
	padding: 5px 20px;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 2px;
}

@media only screen and (max-width: 768px) {
	.m-single_date span {
		padding: 5px 10px;
		font-size: 1.2rem;
	}
}

.m-single_catch {
	margin-bottom: 50px;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.m-single_catch {
		margin: 0 auto 50px;
	}
}

/* ---------------------------------------------------------
 *	一覧
 *---------------------------------------------------------- */
.m-single_archiveTtl {
	position: relative;
	max-width: 1180px;
	margin: 0 auto 100px;
	font-size: 3rem;
	font-weight: bold;
	color: #513d29;
}

.m-single_archiveTtl::before {
	margin-right: 30px;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.2;
	color: #513d29;
	letter-spacing: 4px;
}

.m-single_archiveTtl.is-category::before {
	content: "CATEGORY :";
}

.m-single_archiveTtl.is-archive::before {
	content: "ARCHIVE :";
}

@media only screen and (max-width: 768px) {
	.m-single_archiveTtl {
		margin-bottom: 50px;
		font-size: 3rem;
	}

	.m-single_archiveTtl::before {
		margin-right: 20px;
		font-size: 1.6rem;
	}
}

.m-single_article {
	max-width: 1180px;
	margin: 0 auto;
}

.m-single_article article + article {
	margin-top: 30px;
}

.m-single_article article a {
	display: block;
	padding-bottom: 30px;
	border-bottom: 1px solid #e4e4e4;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.m-single_article article a.is-hover .m-single_title,
.m-single_article article a:hover .m-single_title {
	text-decoration: underline;
}

.m-single_article article a.is-hover .m-single_pic,
.m-single_article article a:hover .m-single_pic {
	opacity: 0.7;
}

.m-single_article .m-single_option {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
	.m-single_article .m-single_option {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.m-single_article .m-single_category {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding: 6px 20px;
}

.m-single_article .m-single_category span {
	font-size: 1.6rem;
}

.m-single_article .m-single_category span::before {
	font-size: 1.2rem;
	letter-spacing: 2px;
}

@media only screen and (max-width: 768px) {
	.m-single_article .m-single_category {
		padding: 6px 10px;
	}

	.m-single_article .m-single_category span {
		font-size: 1.2rem;
	}

	.m-single_article .m-single_category span::before {
		margin-right: 5px;
		font-size: 1rem;
		letter-spacing: 2px;
	}
}

.m-single_article .m-single_date {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.m-single_article .m-single_title {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin: 0 0 20px;
	font-size: 2rem;
	line-height: 1.6;
}

@media only screen and (max-width: 768px) {
	.m-single_article .m-single_title {
		font-size: 1.6rem;
	}
}

.m-single_article .m-single_frame {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.m-single_article .m-single_cont {
	-ms-flex-preferred-size: calc(100% - 240px);
	flex-basis: calc(100% - 240px);
}

@media only screen and (max-width: 768px) {
	.m-single_article .m-single_cont {
		-ms-flex-preferred-size: calc(100% - 160px);
		flex-basis: calc(100% - 160px);
	}
}

@media only screen and (max-width: 768px) {
	.m-single_article .m-single_text {
		display: none;
	}
}

.m-single_article .m-single_pic {
	-ms-flex-preferred-size: 200px;
	flex-basis: 200px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.m-single_article .m-single_pic.is-thumnail img {
	width: 100%;
	height: 150px;
	-o-object-fit: cover;
	object-fit: cover;
}

.m-single_article .m-single_pic.is-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 150px;
	padding: 20px;
	background-color: #f3f3f3;
}

.m-single_article .m-single_pic.is-logo img {
	max-height: 110px;
	opacity: 0.3;
}

@media only screen and (max-width: 768px) {
	.m-single_article .m-single_pic {
		-ms-flex-preferred-size: 150px;
		flex-basis: 150px;
	}

	.m-single_article .m-single_pic.is-thumnail img {
		height: 100px;
	}

	.m-single_article .m-single_pic.is-logo {
		height: 100px;
		padding: 10px;
	}

	.m-single_article .m-single_pic.is-logo img {
		max-height: 80px;
	}
}

/* ---------------------------------------------------------
 *	記事
 *---------------------------------------------------------- */
.m-single_body {
	max-width: 1180px;
	margin: 20px auto 0;
	font-size: 1.6rem;
}

.m-single_body p,
.m-single_body div,
.m-single_body table,
.m-single_body img,
.m-single_body ul,
.m-single_body ol {
	margin-bottom: 30px;
}

.m-single_body table {
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
}

.m-single_body table th {
	background-color: #adadad;
}

.m-single_body table td,
.m-single_body table th {
	padding: 5px 10px;
	font-size: 1.2rem;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}

.m-single_body h1,
.m-single_body h2,
.m-single_body h3,
.m-single_body h4,
.m-single_body h5,
.m-single_body h6 {
	margin-bottom: 3rem;
	font-weight: 700;
	line-height: 1.4;
}

.m-single_body h1 {
	position: relative;
	padding-bottom: 10px;
	font-size: 2.6rem;
	border-bottom: 3px solid #513d29;
}

.m-single_body h2 {
	position: relative;
	padding-bottom: 10px;
	font-size: 2.4rem;
	color: #513d29;
	border-bottom: 3px solid #e4e4e4;
}

.m-single_body h2::before {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 200px;
	height: 3px;
	content: "";
	background-color: #513d29;
}

.m-single_body h3 {
	padding-bottom: 10px;
	font-size: 2.2rem;
	border-bottom: 3px solid #e4e4e4;
}

.m-single_body h4 {
	padding-bottom: 10px;
	font-size: 2rem;
	border-bottom: 2px solid #e4e4e4;
}

.m-single_body h5 {
	padding-bottom: 10px;
	font-size: 1.8rem;
	border-bottom: 1px solid #e4e4e4;
}

.m-single_body h6 {
	padding-bottom: 5px;
	font-size: 1.6rem;
	border-bottom: 1px solid #e4e4e4;
}

.m-single_body a {
	color: #0070c9;
	text-decoration: underline;
}

.m-single_body a:hover {
	text-decoration: none;
}

.m-single_body .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.m-single_body .alignleft {
	display: block;
}

.m-single_body .alignright {
	display: block;
	margin-left: auto;
}

.m-single_body ul li {
	list-style-position: inside;
	list-style-type: disc;
}

.m-single_body ol li {
	list-style-position: inside;
	list-style-type: decimal;
}

.m-single_body .googlemap {
	position: relative;
	max-width: 960px;
	height: 0;
	padding-bottom: 45.75%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.m-single_body .googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.m-single_body .youtube {
	position: relative;
	width: 100%;
	max-width: 960px;
	padding-top: 45.75%;
	margin-right: auto;
	margin-left: auto;
}

.m-single_body .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

@media only screen and (max-width: 1023px) {
	.m-single_body .googlemap {
		padding-top: 50%;
	}

	.m-single_body .youtube {
		padding-top: 56.25%;
	}
}

@media only screen and (max-width: 768px) {
	.m-single_body {
		margin: 20px auto 0;
		overflow: hidden;
	}

	.m-single_body h1,
	.m-single_body h2,
	.m-single_body h3,
	.m-single_body h4,
	.m-single_body h5,
	.m-single_body h6 {
		margin-bottom: 2rem;
	}

	.m-single_body h1 {
		padding-bottom: 10px;
		font-size: 2.2rem;
	}

	.m-single_body h1::before {
		width: 100px;
	}

	.m-single_body h2 {
		font-size: 2rem;
	}

	.m-single_body h2::before {
		width: 50px;
	}

	.m-single_body h3 {
		padding-bottom: 5px;
		font-size: 1.8rem;
	}

	.m-single_body h4 {
		padding-bottom: 5px;
		font-size: 1.6rem;
	}

	.m-single_body h5 {
		padding-bottom: 5px;
		font-size: 1.4rem;
	}

	.m-single_body h6 {
		padding-bottom: 5px;
		font-size: 1.4rem;
	}
}

/* ---------------------------------------------------------
 *	access
 *---------------------------------------------------------- */
.c-access {
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	text-align: center;
}

.c-access .c-access_ttl {
	max-width: 909px;
	margin: 0 auto;
}

.c-access address {
	font-size: 1.8rem;
	font-style: normal;
	letter-spacing: 0;
	margin-top: 30px;
}

.c-access_cont {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}

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

.c-access .c-access_tel a[href^="tel:"],
.c-access .c-access_tel span {
	color: #513d29;
	font-size: 5.5rem;
	line-height: 1;
	white-space: nowrap;
}

.c-access .c-access_tel a[href^="tel:"]::before,
.c-access .c-access_tel span::before {
	font-size: 2.8rem;
	content: "TEL：";
}

.c-access .c-access_site {
	margin-top: 20px;
}

.c-access .c-access_site a {
	color: #fff;
	font-size: 2.4rem;
	letter-spacing: 0.075em;
	text-align: center;
	max-width: 469px;
	width: 100%;
	height: 69px;
	line-height: 69px;
	background: #967422;
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-access .c-access_site span {
	display: block;
	margin: 0 auto;
	padding-left: 40px;
}

.c-access .c-access_site i {
	position: relative;
	display: block;
	width: 10.9px;
	height: 20.8px;
	margin: 0 30px 0 auto;
}

.c-access .c-access_site i::before,
.c-access .c-access_site i::after {
	content: "";
	position: absolute;
	top: calc(50% - 0.5px);
	right: 0;
	width: 15px;
	height: 1px;
	background-color: #fff;
	transform-origin: calc(100% - 0.5px) 50%;
}

.c-access .c-access_site i::before {
	transform: rotate(45deg);
}

.c-access .c-access_site i::after {
	transform: rotate(-45deg);
}

.c-access .c-access_table table {
	font-size: 2rem;
	line-height: 1.4;
	width: 100%;
}

.c-access .c-access_table span {
	color: #967422;
}

.c-access .c-access_table table strong {
	font-size: 1.5rem;
}

.c-access .c-access_table table em {
	position: relative;
}

.c-access .c-access_table table em:first-child {
	right: -0.1em;
	top: -0.25em;
}

.c-access .c-access_table table em:last-child {
	left: -0.1em;
	bottom: -0.25em;
}

.c-access .c-access_table table small {
	color: #cacaca;
}

.c-access .c-access_table p {
	text-align: left;
}

.c-access .c-access_att {
	font-size: 1.8rem;
	text-align: left;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 1023px) {
	.c-access_cont {
		flex-direction: column;
		gap: 60px;
	}
}

@media only screen and (max-width: 768px) {
	.c-access address {
		font-size: 1.4rem;
	}

	.c-access .c-access_tel a[href^="tel:"],
	.c-access .c-access_tel span {
		font-size: 3.8rem;
	}

	.c-access .c-access_tel a[href^="tel:"]::before,
	.c-access .c-access_tel span::before {
		font-size: 1.9rem;
	}

	.c-access .c-access_site a {
		font-size: 1.6rem;
		height: 48px;
		line-height: 48px;
	}

	.c-access .c-access_site span {
		padding-left: 30px;
	}

	.c-access .c-access_site i {
		width: 9px;
		height: 14px;
		margin: 0 20px 0 auto;
	}

	.c-access .c-access_site i::before,
	.c-access .c-access_site i::after {
		width: 10px;
	}

	.c-access .c-access_att {
		font-size: 1.3rem;
	}

	.c-access .c-access_table table {
		font-size: 1.5rem;
	}

	.c-access .c-access_table table strong {
		font-size: 1.1rem;
	}

	.c-access .c-access_table p {
		font-size: 1.2rem;
	}
}

/* ---------------------------------------------------------
 *	banner
 *---------------------------------------------------------- */
.c-banner {
	margin-top: 100px;
}

.c-banner .c-banner_list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 1180px;
	margin: 0 auto;
	background-color: #fff;
}

.c-banner .c-banner_list > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: calc(100% / 3);
	flex-basis: calc(100% / 3);
}

.c-banner .c-banner_list > li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #f3f3f3;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

.c-banner .c-banner_list > li a > * {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	width: 100%;
}

.c-banner .c-banner_list > li:nth-of-type(n + 4) {
	margin-top: 1px;
}

.c-banner .c-banner_txt {
	padding: 10px 20px;
	font-size: 1.6rem;
	text-align: center;
}

@media only screen and (max-width: 1023px) {
	.c-banner {
		margin-right: -30px;
		margin-left: -30px;
	}
}

@media only screen and (max-width: 768px) {
	.c-banner {
		margin-top: 50px;
		margin-right: -15px;
		margin-left: -15px;
	}

	.c-banner .c-banner_list {
		display: block;
		padding: 15px 0 0;
		margin: 0 15px;
	}

	.c-banner .c-banner_list > li:nth-of-type(n + 2) {
		margin-top: 5px;
	}

	.c-banner .c-mainvisual_txt {
		padding: 10px;
	}
}

/* ---------------------------------------------------------
 *	blog
 *---------------------------------------------------------- */
.c-blog {
	--scroll-bar-width: 12px;
}

.c-blog .c-blog_inner {
	max-width: 980px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

.c-blog .c-blog_scroller {
	max-width: 800px;
	max-height: 300px;
	margin-right: auto;
	margin-left: auto;
}

.c-blog .c-blog_scroller .simplebar-track.simplebar-vertical {
	width: var(--scroll-bar-width);
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 10em;
}

.c-blog .c-blog_scroller .simplebar-scrollbar::before {
	inset: 2px;
	background-color: rgba(0, 0, 0, 0.55);
	opacity: 1;
}

.c-blog .c-blog_list {
	padding-right: 30px;
}

.c-blog .c-blog_list > li {
	--border: 1px solid #e4e4e4;
	border-bottom: var(--border);
}

.c-blog .c-blog_list > li:first-of-type {
	border-top: var(--border);
}

.c-blog .c-blog_list > li > a,
.c-blog .c-blog_list > li > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px 20px;
}

.c-blog .c-blog_list > li a .c-blog_txt {
	text-decoration: underline;
}

.c-blog .c-blog_list > li a:hover .c-blog_txt,
.c-blog .c-blog_list > li a.is-hover .c-blog_txt {
	text-decoration: none;
}

.c-blog .c-blog_date {
	-ms-flex-preferred-size: 280px;
	flex-basis: 280px;
}

.c-blog .c-blog_head {
	margin-bottom: 5px;
	font-weight: bold;
}

.c-blog .c-blog_txt {
	-ms-flex-preferred-size: calc(100% - 280px);
	flex-basis: calc(100% - 280px);
}

.c-blog .c-blog_ico {
	display: inline-block;
	min-width: 100px;
	padding: 4px 10px;
	margin-left: 20px;
	font-size: 1.4rem;
	line-height: 1.2;
	color: #513d29;
	text-align: center;
	border: 1px solid #513d29;
}

@media only screen and (max-width: 1023px) {
	.c-blog {
		padding-right: 30px;
		padding-left: 30px;
		margin-right: -30px;
		margin-left: -30px;
	}
}

@media only screen and (max-width: 768px) {
	.c-blog {
		padding-right: 15px;
		padding-left: 15px;
		margin-right: -15px;
		margin-left: -15px;
	}

	.c-blog .c-blog_scroller {
		height: 240px;
		margin-top: 30px;
	}

	.c-blog .c-blog_list > li > a,
	.c-blog .c-blog_list > li > div {
		display: block;
		padding: 15px 0;
	}

	.c-blog .c-blog_date {
		-ms-flex-preferred-size: 160px;
		flex-basis: 160px;
		font-size: 1.4rem;
	}

	.c-blog .c-blog_txt {
		-ms-flex-preferred-size: calc(100% - 160px);
		flex-basis: calc(100% - 160px);
		margin-top: 5px;
		font-size: 1.4rem;
	}

	.c-blog .c-blog_ico {
		font-size: 1.2rem;
	}
}

/* ---------------------------------------------------------
 *	googleCalender
 *---------------------------------------------------------- */
.c-googleCalender .c-googleCalender_inner {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.c-googleCalender .c-googleCalender_frame {
	position: relative;
	height: 0;
	padding-bottom: 55%;
	margin-top: 50px;
	overflow: hidden;
}

.c-googleCalender .c-googleCalender_frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

@media only screen and (max-width: 1023px) {
	.c-googleCalender {
		padding-right: 30px;
		padding-left: 30px;
		margin-right: -30px;
		margin-left: -30px;
	}
}

@media only screen and (max-width: 768px) {
	.c-googleCalender {
		padding-right: 15px;
		padding-left: 15px;
		margin-right: -15px;
		margin-left: -15px;
	}

	.c-googleCalender .c-googleCalender_frame {
		padding-bottom: 515px;
		margin-top: 30px;
	}
}

/* ---------------------------------------------------------
 *	information
 *---------------------------------------------------------- */
.c-information {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1240px;
	padding: 30px 30px 0;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
}

.c-information > section {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 40px;
}

.c-information.is-double > section {
	-ms-flex-preferred-size: calc((100% - 40px) / 2);
	flex-basis: calc((100% - 40px) / 2);
}

.c-information .c-information_ttl {
	font-size: 3rem;
	font-weight: 700;
}

.c-information .c-open {
	background-color: #fff;
	border: 10px solid #f3f3f3;
}

.c-information .c-open_date {
	margin-top: 10px;
	text-align: center;
}

.c-information .c-open_date span {
	display: inline-block;
	padding: 10px 30px;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 3px;
	background-color: #f3f3f3;
	border-radius: 30px;
}

.c-information .c-preopen {
	background-color: #f3f3f3;
}

.c-information .c-preopen_date li {
	margin-top: 10px;
	text-align: center;
}

.c-information .c-preopen_date li span {
	display: inline-block;
	padding: 10px 30px;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 3px;
	background-color: #fff;
	border: 2px solid #513d29;
	border-radius: 30px;
}

.c-information + .c-information {
	margin-top: 0;
}

@media only screen and (max-width: 1023px) {
	.c-information {
		display: block;
		padding: 20px 20px 0;
	}

	.c-information > section {
		padding: 20px;
	}

	.c-information .c-information_ttl {
		font-size: 2.6rem;
	}

	.c-information .c-open_date span {
		font-size: 1.6rem;
	}

	.c-information .c-preopen_date li span {
		padding: 5px 20px;
	}
}

@media only screen and (max-width: 768px) {
	.c-information {
		padding: 20px 0 0;
	}

	.c-information > section .m-lead01 {
		margin-right: 0;
		margin-left: 0;
	}

	.c-information .c-preopen_date li span {
		display: block;
	}
}

/* ---------------------------------------------------------
 *	layout01
 *---------------------------------------------------------- */
.c-layout01 .c-layout01_cont {
	position: relative;
	margin-top: 50px;
}

.c-layout01 .c-layout01_cont .m-btn01 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.c-layout01 .c-layout01_pic {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
}

.c-layout01 .c-layout01_pic li {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	text-align: center;
}

@media only screen and (max-width: 1023px) {
	.c-layout01 {
		margin-right: -30px;
		margin-left: -30px;
		overflow: hidden;
	}

	.c-layout01 .c-layout01_txt {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 768px) {
	.c-layout01 {
		margin-right: -15px;
		margin-left: -15px;
	}

	.c-layout01 .c-layout01_cont {
		margin-top: 30px;
	}

	.c-layout01 .c-layout01_txt {
		padding: 0 15px;
	}

	.c-layout01 .c-layout01_pic {
		display: block;
	}
}

/* ---------------------------------------------------------
 *	layout02
 *---------------------------------------------------------- */
.c-layout02 .c-layout02_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 1440px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

.c-layout02 .c-layout02_list > section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 24%;
	flex-basis: 24%;
}

.c-layout02 .c-layout02_list > section:not(:nth-of-type(4n-3)) {
	margin-left: 1%;
}

.c-layout02 .c-layout02_list > section:nth-of-type(n + 5) {
	margin-top: 20px;
}

.c-layout02 .c-layout02_list > section a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 3px solid #e4e4e4;
}

.c-layout02 .c-layout02_pic {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 39%;
	flex-basis: 39%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.c-layout02 .c-layout02_cont {
	-ms-flex-preferred-size: 61%;
	flex-basis: 61%;
	padding: 10px 20px;
}

.c-layout02 .c-layout02_ttl {
	font-size: 1.6rem;
}

@media only screen and (max-width: 1444px) {
	.c-layout02 .c-layout02_list > section {
		-ms-flex-preferred-size: 32%;
		flex-basis: 32%;
	}

	.c-layout02 .c-layout02_list > section:not(:nth-of-type(4n-3)) {
		margin-left: 0;
	}

	.c-layout02 .c-layout02_list > section:not(:nth-of-type(3n-2)) {
		margin-left: 2%;
	}

	.c-layout02 .c-layout02_list > section:nth-of-type(n + 4) {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 1023px) {
	.c-layout02 {
		padding-right: 30px;
		padding-left: 30px;
		margin-right: -30px;
		margin-left: -30px;
	}

	.c-layout02 .c-layout02_list {
		display: block;
	}

	.c-layout02 .c-layout02_list > section:not(:nth-of-type(3n-2)) {
		margin-left: 0;
	}

	.c-layout02 .c-layout02_list > section:nth-of-type(n + 2) {
		margin-top: 10px;
	}

	.c-layout02 .c-layout02_pic {
		-ms-flex-preferred-size: 150px;
		flex-basis: 150px;
	}

	.c-layout02 .c-layout02_cont {
		-ms-flex-preferred-size: calc(100% - 150px);
		flex-basis: calc(100% - 150px);
	}
}

@media only screen and (max-width: 768px) {
	.c-layout02 {
		padding-right: 15px;
		padding-left: 15px;
		margin-right: -15px;
		margin-left: -15px;
	}

	.c-layout02 .c-layout02_list {
		margin-top: 30px;
	}

	.c-layout02 .c-layout02_pic {
		-ms-flex-preferred-size: 120px;
		flex-basis: 120px;
	}

	.c-layout02 .c-layout02_cont {
		-ms-flex-preferred-size: calc(100% - 120px);
		flex-basis: calc(100% - 120px);
	}
}

/* ---------------------------------------------------------
 *	layout03
 *---------------------------------------------------------- */
.c-layout03 {
	position: relative;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0;
}

.c-layout03 .c-layout03_pic {
	position: relative;
	height: 440px;
	overflow: hidden;
}

.c-layout03 .c-layout03_pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	max-width: none;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.c-layout03 .c-layout03_cont {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.c-layout03 .c-layout03_btn {
	margin-top: 30px;
}

@media only screen and (max-width: 1023px) {
	.c-layout03 {
		margin-right: -30px;
		margin-left: -30px;
	}
}

@media only screen and (max-width: 768px) {
	.c-layout03 {
		height: 240px;
		margin-right: -15px;
		margin-left: -15px;
	}

	.c-layout03 .c-layout03_pic {
		position: relative;
		height: 240px;
		overflow: hidden;
	}
}

/* ---------------------------------------------------------
 *	layout04
 *---------------------------------------------------------- */
.c-layout04 .c-layout04_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 50px;
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
}

.c-layout04 .c-layout04_list > section {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}

.c-layout04 .c-layout04_list > section a {
	display: block;
	height: 100%;
	padding: 40px;
	background-color: #fff;
}

.c-layout04 .c-layout04_pic {
	text-align: center;
}

.c-layout04 .c-layout04_ttl {
	margin-top: 20px;
	font-size: 2.4rem;
	text-align: center;
}

.c-layout04 .c-layout04_txt {
	margin-top: 10px;
	font-size: 1.6rem;
	line-height: 2;
}

@media only screen and (max-width: 1023px) {
	.c-layout04 {
		padding-right: 30px;
		padding-left: 30px;
		margin-right: -30px;
		margin-left: -30px;
	}
}

@media only screen and (max-width: 768px) {
	.c-layout04 {
		padding-right: 15px;
		padding-left: 15px;
		margin-right: -15px;
		margin-left: -15px;
	}

	.c-layout04 .c-layout04_list {
		display: block;
		margin-top: 30px;
	}

	.c-layout04 .c-layout04_list > section {
		max-width: none;
	}

	.c-layout04 .c-layout04_list > section a {
		padding: 20px;
	}
}

/* ---------------------------------------------------------
 *	layout05
 *---------------------------------------------------------- */
.c-layout05 .c-layout05_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 50px;
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
}

.c-layout05 .c-layout05_list > section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}

.c-layout05 .c-layout05_list > section > a,
.c-layout05 .c-layout05_list > section > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 15px;
	background-color: #fff;
}

.c-layout05 .c-layout05_cont {
	margin-top: 10px;
}

.c-layout05 .c-layout05_pic {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-layout05 .c-layout05_ttl {
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}

.c-layout05 .c-layout05_txt {
	margin-top: 5px;
	text-align: justify;
}

.c-layout05 .c-layout05_opt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.c-layout05 .c-layout05_opt dd {
	margin-left: 10px;
}

.c-layout05 .c-layout05_blk {
	margin-top: 50px;
}

@media only screen and (max-width: 1023px) {
	.c-layout05 {
		padding-right: 30px;
		padding-left: 30px;
		margin-right: -30px;
		margin-left: -30px;
	}

	.c-layout05 .c-layout05_list > section {
		-ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;
		max-width: 33.33%;
	}
}

@media only screen and (max-width: 768px) {
	.c-layout05 {
		padding-right: 15px;
		padding-left: 15px;
		margin-right: -15px;
		margin-left: -15px;
	}

	.c-layout05 .c-layout05_list {
		margin-top: 30px;
	}

	.c-layout05 .c-layout05_list > section {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

	.c-layout05 .c-layout05_ttl {
		font-size: 1.6rem;
	}

	.c-layout05 .c-layout05_txt {
		font-size: 1.4rem;
	}

	.c-layout05 .c-layout05_opt {
		display: block;
		margin-top: 10px;
		font-size: 1.4rem;
	}

	.c-layout05 .c-layout05_opt dd {
		margin-left: 0;
	}
}

/* ---------------------------------------------------------
 *	layout06
 *
 *  トップ(/)  > ドクター紹介
 *---------------------------------------------------------- */
.c-doctor {
	background: url(../images/bg_07.png) no-repeat center bottom, url(../images/bg_06.jpg) no-repeat center top;
	background-size: 100%, cover !important;
	padding: 200px 0 130px;
}

.c-doctor .m-title01 {
	margin-bottom: 160px;
}

.c-doctor .c-doctor_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 200px;
}

.c-doctor .c-doctor_list > section {}

.c-doctor .c-doctor_list.is-picSquare > section {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
	padding: 30px;
}

.c-doctor .c-doctor_list.is-picSquare .c-doctor_inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.c-doctor .c-doctor_list.is-picSquare .c-doctor_pic {
	-ms-flex-preferred-size: 28%;
	flex-basis: 28%;
}

.c-doctor .c-doctor_list.is-picSquare .c-doctor_cont {
	-ms-flex-preferred-size: calc(72% - 20px);
	flex-basis: calc(72% - 20px);
	padding: 0;
}

.c-doctor .c-doctor_list.is-picRectangle > section {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

.c-doctor .c-doctor_list.is-picRectangle .c-doctor_pic {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.c-doctor .c-doctor_list.is-picRectangle .c-doctor_pic + .c-doctor_cont {
	-ms-flex-preferred-size: 41.6%;
	flex-basis: 41.6%;
	margin: 0 auto;
}

.c-doctor .c-doctor_list.is-picRectangle .c-doctor_cont {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.c-doctor .c-doctor_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.c-doctor .c-doctor_inner.is-switch .c-doctor_pic {
	position: relative;
}

.c-doctor .c-doctor_inner.is-switch .c-doctor_pic div {
	color: #fff;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 35px;
	width: 367px;
	height: 169px;
	background: #513d29;
	position: absolute;
	left: -100px;
	bottom: 70px;
}

.c-doctor .c-doctor_inner.is-switch .c-doctor_pic div::before,
.c-doctor .c-doctor_inner.is-switch .c-doctor_pic div::after {
	content: "";
	width: calc(100% - 40px);
	height: 1px;
	position: absolute;
	left: 20px;
	background: #fff;
}

.c-doctor .c-doctor_inner.is-switch .c-doctor_pic div::before {
	top: 20px;
}

.c-doctor .c-doctor_inner.is-switch .c-doctor_pic div::after {
	bottom: 20px;
}

.c-doctor .c-doctor_pic.is-stickOut .c-doctor_pos {
	font-size: 2.4rem;
}

.c-doctor .c-doctor_ttl {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
	font-size: 3rem;
}

.c-doctor .c-doctor_cmt {
	margin-top: 10px;
}

.c-doctor .c-doctor_cmt li {
	padding-left: 3rem;
	margin-top: 5px;
	font-size: 1.8rem;
}

.c-doctor .c-doctor_txt {
	font-size: 1.8rem;
	line-height: 2;
	margin-top: 40px;
}

.c-doctor .c-doctor_name > span {
	display: block;
}

.c-doctor .c-doctor_name > span.is-jp {
	font-size: 3.2rem;
}

.c-doctor .c-doctor_name > span.is-en {
	font-size: 1.6rem;
}

.c-doctor .c-doctor_option {
	background: rgba(255, 255, 255, 0.79);
	margin-top: 20px;
	padding: 20px;
}

.c-doctor .c-doctor_optionHead {
	color: #967422;
	font-size: 2rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 500;
	letter-spacing: 0.075em;
	text-align: center;
	display: flex;
	align-items: center;
}

.c-doctor .c-doctor_optionHead:before,
.c-doctor .c-doctor_optionHead:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background: #967422;
}

.c-doctor .c-doctor_optionHead:before {
	margin-right: 1em;
}

.c-doctor .c-doctor_optionHead:after {
	margin-left: 1em;
}

.c-doctor .c-doctor_optionList {
	margin-top: 20px;
}

.c-doctor .c-doctor_optionList > li {
	margin-top: 5px;
	font-size: 1.6rem;
}

.c-doctor .c-doctor_optionList.is-history > li {
	position: relative;
	padding: 0 30px;
}

.c-doctor .c-doctor_optionList.is-history > li span {
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (max-width: 1400px) {
	.c-doctor .c-doctor_inner.is-switch .c-doctor_pic div {
		left: 0;
	}
}

@media only screen and (max-width: 1200px) {
	.c-doctor .c-doctor_inner.is-switch .c-doctor_pic {
		margin-left: 30px;
	}

	.c-doctor .c-doctor_inner.is-switch .c-doctor_pic div {
		left: -30px;
		bottom: auto;
		top: 40.77vw;
	}

	.c-doctor .c-doctor_list.is-picRectangle .c-doctor_pic + .c-doctor_cont {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		padding: 0 30px;
	}
}

@media only screen and (max-width: 1023px) {
	.c-doctor {
		margin-right: -30px;
		margin-left: -30px;
	}

	.c-doctor .c-doctor_inner.is-switch .c-doctor_pic {
		margin-left: 30px;
	}

	.c-doctor .c-doctor_inner.is-switch .c-doctor_pic div {
		left: -30px;
	}
}

@media only screen and (max-width: 768px) {
	.c-doctor {
		background: url(../images/bg_08.png) no-repeat center bottom, url(../images/bg_06.jpg) no-repeat center top;
		margin-right: -15px;
		margin-left: -15px;
		padding: 60px 15px 380px;
	}

	.c-doctor .m-title01 {
		margin-bottom: 40px;
	}

	.c-doctor .c-doctor_inner {
		flex-direction: column;
	}

	.c-doctor .c-doctor_list {
		margin-bottom: 100px;
	}

	.c-doctor .c-doctor_inner.is-switch .c-doctor_pic {
		margin: 0 -15px 0 0;
	}

	.c-doctor .c-doctor_inner.is-switch .c-doctor_pic img {
		width: 100%;
	}

	.c-doctor .c-doctor_inner.is-switch .c-doctor_pic div {
		top: 79.28vw;
		left: -15px;
		gap: 5.33vw;
		width: 59.59vw;
		height: 27.32vw;
	}

	.c-doctor .c-doctor_inner.is-switch .c-doctor_pic div::before,
	.c-doctor .c-doctor_inner.is-switch .c-doctor_pic div::after {
		width: calc(100% - 2.66vw - 2.66vw);
		left: 2.66vw;
	}

	.c-doctor .c-doctor_inner.is-switch .c-doctor_pic div::before {
		top: 2.66vw;
	}

	.c-doctor .c-doctor_inner.is-switch .c-doctor_pic div::after {
		bottom: 2.66vw;
	}

	.c-doctor .c-doctor_pic.is-stickOut .c-doctor_pos {
		font-size: 4.26vw;
	}

	.c-doctor .c-doctor_name > span.is-jp {
		font-size: 5.33vw;
	}

	.c-doctor .c-doctor_list.is-picRectangle .c-doctor_pic + .c-doctor_cont {
		padding: 0;
	}

	.c-doctor .c-doctor_txt {
		font-size: 1.6rem;
		margin-top: 30px;
	}

	.c-doctor .c-doctor_optionHead {
		font-size: 1.8rem;
	}

	.c-doctor .c-doctor_optionList {
		margin-top: 10px;
	}

	.c-doctor .c-doctor_optionList.is-history > li {
		font-size: 1.4rem;
		padding: 0;
	}
}

/* ---------------------------------------------------------
 *	layout07
 *
 *  トップ(/)  > 当院の特徴
 *---------------------------------------------------------- */
.c-reasons {
	background: url(../images/bg_02.jpg) no-repeat;
	background-size: cover;
	padding: 140px 0 180px;
}

.c-reasons .m-inner {
	max-width: none;
}

.c-reasons .c-reasons_list {
	margin-top: 120px;
}

.c-reasons .c-reasons_list section {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	counter-increment: cnt;
}

.c-reasons .c-reasons_list section:nth-of-type(even) {
	justify-content: flex-end;
}

.c-reasons .c-reasons_list section .c-reasons_num {
	font-size: 8.6rem;
	font-family: "Imperial Script", cursive;
	font-weight: 400;
	line-height: 1;
	color: rgba(81, 61, 41, 0.63);
	letter-spacing: 0;
	position: absolute;
	left: 20px;
	top: -1.5em;
}

.c-reasons .c-reasons_list section:nth-of-type(odd) .c-reasons_num {
	left: auto;
	right: 20px;
}

.c-reasons .c-reasons_list section .c-reasons_num::after {
	font-size: 16.6rem;
	content: "0"counter(cnt);
}

.c-reasons .c-reasons_list section:nth-of-type(n + 2) {
	margin-top: 150px;
}

.c-reasons .c-reasons_list section:nth-of-type(odd)::before {
	right: 0;
}

.c-reasons .c-reasons_list section:nth-of-type(even) .c-reasons_pic {
	z-index: 0;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.c-reasons .c-reasons_list section:nth-of-type(even) .c-reasons_cont {
	z-index: 1;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.c-reasons .c-reasons_pic {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	position: relative;
}

.c-reasons .c-reasons_pic:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/deco_reason_01.png);
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.c-reasons .c-reasons_pic img {
	width: 100%;
}

.c-reasons .c-reasons_cont {
	position: relative;
	max-width: 600px;
	margin-top: 130px;
	padding: 40px;
	background-color: #fff;
}

.c-reasons .c-reasons_cont::after {
	content: "";
	position: absolute;
	background: url(../images/deco_reason_02.png);
	background-size: 100% 100%;
}

.c-reasons .c-reasons_list section:nth-child(1) .c-reasons_cont::after {
	right: -198px;
	bottom: -113px;
	width: 430px;
	height: 442px;
}

.c-reasons .c-reasons_list section:nth-child(2) .c-reasons_cont::after {
	left: -192px;
	bottom: -97px;
	width: 414px;
	height: 424px;
	transform: scale(-1, 1);
}

.c-reasons .c-reasons_list section:nth-child(3) .c-reasons_cont::after {
	right: -193px;
	bottom: -100px;
	width: 386px;
	height: 395px;
}

.c-reasons .c-reasons_list section:nth-child(4) .c-reasons_cont::after {
	left: -178px;
	bottom: -101px;
	width: 355px;
	height: 364px;
	transform: scale(-1, 1);
}

.c-reasons .c-reasons_sub span {
	font-size: 2rem;
	background-color: #f3f3f3;
}

.c-reasons .c-reasons_ttl {
	font-size: 3.6rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	line-height: 1.4;
}

.c-reasons .c-reasons_txt {
	margin-top: 30px;
	font-size: 1.6rem;
}

.c-reasons .c-reasons_txt {
	font-size: 1.8rem;
}

.c-reasons .c-reasons_txt small {
	color: #967422;
	font-size: 1.6rem;
}

.c-reasons .c-reasons_inner {
	text-align: center;
	max-width: 1200px;
	background: #fefce6;
	margin: 100px auto 0;
}

.c-reasons .c-reasons_inner {
	text-align: center;
	max-width: 1200px;
	background: #fefce6;
	margin: 100px auto 0;
	padding: 30px 0 60px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.c-reasons .c-reasons_inner h4 {
	color: #fff;
	font-size: 2.8rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	letter-spacing: 0.075em;
	line-height: 1.6;
	width: 1248px;
	background: #513d29;
	margin: 0 0 0 -24px;
	position: relative;
}

.c-reasons .c-reasons_inner h4:before,
.c-reasons .c-reasons_inner h4:after {
	content: "";
	position: absolute;
	bottom: -24px;
	width: 24px;
	height: 24px;
	background: #2b1e12;
	clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.c-reasons .c-reasons_inner h4:before {
	left: 0;
}

.c-reasons .c-reasons_inner h4:after {
	right: 0;
	transform: rotate(-90deg);
}

.c-reasons .c-reasons_inner h4 span {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	padding: 18px;
}

.c-reasons .c-reasons_inner h4 span:before,
.c-reasons .c-reasons_inner h4 span:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, #d3bf94 0%, #eae275 48%, #967422 100%);
}

.c-reasons .c-reasons_inner h4 span:before {
	top: 10px;
}

.c-reasons .c-reasons_inner h4 span:after {
	bottom: 10px;
}

.c-reasons .c-reasons_inner p {
	font-size: 1.8rem;
	margin: 40px 20px 0;
}

.c-reasons .c-reasons_inner p span {
	color: #967422;
}

@media only screen and (max-width: 1268px) {
	.c-reasons .c-reasons_inner {
		width: calc(100vw - 20px - 44px);
	}

	.c-reasons .c-reasons_inner h4 {
		width: calc(100vw - 20px);
		position: relative;
	}
}

@media only screen and (max-width: 1200px) {
	.c-reasons .c-reasons_cont {
		width: 50%;
	}
}

@media only screen and (max-width: 1023px) {
	.c-reasons {
		margin-right: -30px;
		margin-left: -30px;
	}

	.c-reasons .c-reasons_list section::before {
		top: -50px;
		font-size: 5rem;
	}

	.c-reasons .c-reasons_list section:nth-of-type(odd) .c-reasons_pic img {
		-webkit-transform: translate(0, -100px);
		transform: translate(0, -100px);
	}

	.c-reasons .c-reasons_list section:nth-of-type(even) .c-reasons_pic img {
		-webkit-transform: translate(0, -100px);
		transform: translate(0, -100px);
	}
}

@media only screen and (max-width: 768px) {
	.c-reasons {
		padding: 50px 15px 100px;
		margin-right: -15px;
		margin-left: -15px;
	}

	.c-reasons .c-reasons_list {
		margin-top: 30px;
	}

	.c-reasons .c-reasons_list section {
		display: block;
	}

	.c-reasons .c-reasons_list section::before {
		top: -30px;
		font-size: 3rem;
	}

	.c-reasons .c-reasons_list section:nth-of-type(n + 2) {
		margin-top: 120px;
	}

	.c-reasons .c-reasons_list section:nth-of-type(odd)::before {
		right: auto;
		left: 0;
	}

	.c-reasons .c-reasons_list section .c-reasons_pic {
		margin: 0 -15px;
	}

	.c-reasons .c-reasons_list section:nth-of-type(odd) .c-reasons_pic img {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.c-reasons .c-reasons_list section:nth-of-type(even) .c-reasons_pic img {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.c-reasons .c-reasons_cont {
		max-width: none;
		width: calc(100% + 15px);
		margin-top: 0;
		padding: 60px 20px 20px;
	}

	.c-reasons .c-reasons_list section:nth-of-type(odd) .c-reasons_cont {
		margin-left: -15px;
	}

	.c-reasons .c-reasons_list section:nth-of-type(even) .c-reasons_cont {
		margin-right: -15px;
	}

	.c-reasons .c-reasons_list section .c-reasons_num {
		font-size: 4.8rem;
		left: auto;
		right: 20px;
		top: -30px;
	}

	.c-reasons .c-reasons_list section .c-reasons_num::after {
		font-size: 9.2rem;
	}

	.c-reasons .c-reasons_sub span {
		font-size: 1.6rem;
	}

	.c-reasons .c-reasons_ttl {
		font-size: 2.4rem;
	}

	.c-reasons .c-reasons_txt {
		font-size: 1.6rem;
		margin-top: 20px;
	}

	.c-reasons .c-reasons_inner {
		margin-top: 120px;
		padding: 30px 0 20px;
	}

	.c-reasons .c-reasons_inner h4 {
		font-size: 2.4rem;
	}

	.c-reasons .c-reasons_inner p {
		font-size: 1.6rem;
		text-align: left;
		margin: 20px 20px 0;
	}
}

/* ---------------------------------------------------------
 *	layout08
 *
 *  トップ(/)  > 院内・設備紹介
 *---------------------------------------------------------- */
.c-layout08 .c-layout08_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px;
}

.c-layout08 .c-layout08_list::after,
.c-layout08 .c-layout08_list::before {
	display: block;
	width: 31%;
	height: 0;
	content: "";
}

.c-layout08 .c-layout08_list::before {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.c-layout08 .c-layout08_list > section {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 31%;
	flex-basis: 31%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.c-layout08 .c-layout08_list > section:nth-of-type(6n) .c-layout08_cont,
.c-layout08 .c-layout08_list > section:nth-of-type(6n-1) .c-layout08_cont,
.c-layout08 .c-layout08_list > section:nth-of-type(6n-2) .c-layout08_cont {
	margin-right: 20px;
	margin-left: 0;
}

.c-layout08 .c-layout08_list > section:nth-of-type(6n) .c-layout08_pic,
.c-layout08 .c-layout08_list > section:nth-of-type(6n-1) .c-layout08_pic,
.c-layout08 .c-layout08_list > section:nth-of-type(6n-2) .c-layout08_pic {
	text-align: right;
}

.c-layout08 .c-layout08_list > section:nth-of-type(n + 4) {
	margin-top: 50px;
}

.c-layout08 .c-layout08_pic {
	min-height: 0%;
}

.c-layout08 .c-layout08_pic img {
	max-width: 90%;
}

.c-layout08 .c-layout08_cont {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	width: calc(100% - 20px);
	padding: 20px;
	margin-top: -60px;
	margin-left: 20px;
	background-color: rgba(255, 255, 255, 0.9);
}

.c-layout08 .c-layout08_ttl {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: 700;
	text-shadow: 1px 1px 0 #fff;
}

.c-layout08 .c-layout08_txt {
	margin-top: 10px;
	font-size: 1.6rem;
	text-align: justify;
}

.c-layout08 .c-layout08_btnlist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-layout08 .c-layout08_btnlist > .c-layout08_btn {
	margin: 0 10px;
}

.c-layout08 .c-layout08_btn + .c-layout08_info {
	margin-top: 100px;
}

.c-layout08 .c-layout08_info {
	max-width: 980px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
	border-top: none;
	border-left: none;
}

.c-layout08 .c-layout08_info th,
.c-layout08 .c-layout08_info td {
	padding: 20px;
	font-size: 1.6rem;
	border-right: none;
	border-bottom-width: 2px;
}

.c-layout08 .c-layout08_info th {
	width: 200px;
	white-space: nowrap;
	border-bottom-color: #513d29;
	border-bottom-width: 2px;
}

.c-layout08 .c-layout08_info td {
	text-align: justify;
}

.c-layout08 .c-layout08_info_list + .c-layout08_link {
	margin-top: 1em;
}

.c-layout08 .c-layout08_item {
	position: relative;
	padding-left: 1em;
}

.c-layout08 .c-layout08_item:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "・";
}

.c-layout08 .c-layout08_link {
	display: inline-block;
	text-decoration: underline;
}

.c-layout08 .c-layout08_link:hover {
	text-decoration: none;
}

@media only screen and (max-width: 1023px) {
	.c-layout08 {
		padding-right: 30px;
		padding-left: 30px;
		margin-right: -30px;
		margin-left: -30px;
	}

	.c-layout08 .c-layout08_list::after,
	.c-layout08 .c-layout08_list::before {
		width: 48%;
	}

	.c-layout08 .c-layout08_list > section {
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
	}

	.c-layout08 .c-layout08_list > section:nth-of-type(6n) .c-layout08_cont,
	.c-layout08 .c-layout08_list > section:nth-of-type(6n-1) .c-layout08_cont,
	.c-layout08 .c-layout08_list > section:nth-of-type(6n-2) .c-layout08_cont {
		margin-right: 0;
		margin-left: 20px;
	}

	.c-layout08 .c-layout08_list > section:nth-of-type(6n) .c-layout08_pic,
	.c-layout08 .c-layout08_list > section:nth-of-type(6n-1) .c-layout08_pic,
	.c-layout08 .c-layout08_list > section:nth-of-type(6n-2) .c-layout08_pic {
		text-align: inherit;
	}

	.c-layout08 .c-layout08_list > section:nth-of-type(n + 3) {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 768px) {
	.c-layout08 {
		padding-right: 15px;
		padding-left: 15px;
		margin-right: -15px;
		margin-left: -15px;
	}

	.c-layout08 .c-layout08_list {
		display: block;
		margin-top: 30px;
	}

	.c-layout08 .c-layout08_list > section:nth-of-type(6n) .c-layout08_cont,
	.c-layout08 .c-layout08_list > section:nth-of-type(6n-1) .c-layout08_cont,
	.c-layout08 .c-layout08_list > section:nth-of-type(6n-2) .c-layout08_cont {
		margin-left: 0;
	}

	.c-layout08 .c-layout08_list > section:nth-of-type(6n) .c-layout08_pic,
	.c-layout08 .c-layout08_list > section:nth-of-type(6n-1) .c-layout08_pic,
	.c-layout08 .c-layout08_list > section:nth-of-type(6n-2) .c-layout08_pic {
		text-align: center;
	}

	.c-layout08 .c-layout08_list > section:nth-of-type(n + 2) {
		margin-top: 30px;
	}

	.c-layout08 .c-layout08_pic {
		text-align: center;
	}

	.c-layout08 .c-layout08_cont {
		position: relative;
		width: 100%;
		margin-top: -30px;
		margin-left: 0;
	}

	.c-layout08 .c-layout08_btnlist {
		display: block;
	}

	.c-layout08 .c-layout08_btnlist > .c-layout08_btn {
		margin: 10px 0 0;
	}

	.c-layout08 .c-layout08_btn + .c-layout08_info {
		margin-top: 50px;
	}

	.c-layout08 .c-layout08_info {
		margin-top: 30px;
	}

	.c-layout08 .c-layout08_info th,
	.c-layout08 .c-layout08_info td {
		padding: 10px;
		font-size: 1.6rem;
		word-break: break-all;
	}

	.c-layout08 .c-layout08_info th {
		width: 80px;
		white-space: nowrap;
	}
}

/* ---------------------------------------------------------
 *	layout09
 *
 *  診療案内(/service/)
 *---------------------------------------------------------- */
.c-layout09 .c-layout09_list {
	margin-top: 50px;
}

.c-layout09 .c-layout09_list > section {
	background-color: #fff;
	border: 1px solid #e4e4e4;
}

.c-layout09 .c-layout09_list > section + section {
	margin-top: 50px;
}

.c-layout09 .c-layout09_ttl {
	padding: 20px;
	font-size: 2.4rem;
	line-height: 1.2;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
	background-color: #e4e4e4;
}

.c-layout09 .c-layout09_ttl.is-free {
	position: relative;
	padding: 20px 120px 20px 20px;
	color: #ff7d5c;
}

.c-layout09 .c-layout09_ttl.is-free span {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 5px 20px;
	font-size: 1.8rem;
	color: #fff;
	text-shadow: none;
	background-color: #ff7d5c;
}

.c-layout09 .c-layout09_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 30px;
}

.c-layout09 .c-layout09_pic {
	-ms-flex-preferred-size: 43%;
	flex-basis: 43%;
}

.c-layout09 .c-layout09_cont {
	-ms-flex-preferred-size: 57%;
	flex-basis: 57%;
	padding-left: 30px;
}

.c-layout09 .c-layout09_cmt {
	margin-top: 10px;
}

.c-layout09 .c-layout09_cmt li {
	position: relative;
	padding-left: 3rem;
	margin-top: 5px;
	font-size: 1.8rem;
}

.c-layout09 .c-layout09_cmt li::before {
	font-family: icomoon !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	speak: never;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 0.25em;
	left: 0;
	font-size: 2rem;
	color: #513d29;
	content: "\e905";
}

.c-layout09 .c-layout09_txt {
	margin-top: 20px;
	line-height: 2;
}

.c-layout09 .c-layout09_txt span.is-accent {
	font-weight: 700;
	color: #ff7d5c;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffebe6));
	background: linear-gradient(transparent 60%, #ffebe6 60%);
}

.c-layout09 .c-layout09_column {
	padding: 30px;
	margin: 30px;
	background-color: #f3f3f3;
}

.c-layout09 .c-layout09_column::after {
	display: block;
	clear: both;
	content: "";
}

.c-layout09 .c-layout09_column.is-sizeS .c-layout09_columnPic {
	float: right;
	width: 30%;
	margin: 0 0 30px 30px;
}

.c-layout09 .c-layout09_column.is-sizeM .c-layout09_columnPic {
	float: right;
	width: 50%;
	margin: 0 0 30px 30px;
}

.c-layout09 .c-layout09_column.is-sizeL .c-layout09_columnTtl {
	margin-top: 30px;
}

.c-layout09 .c-layout09_columnPic {
	text-align: center;
}

.c-layout09 .c-layout09_columnTtl {
	font-size: 2.4rem;
	font-weight: 700;
}

.c-layout09 .c-layout09_columnTtl::before {
	margin-right: 10px;
	content: "■";
}

.c-layout09 .c-layout09_btn {
	margin-top: 30px;
}

@media only screen and (max-width: 1023px) {
	.c-layout09 {
		padding-right: 30px;
		padding-left: 30px;
		margin-right: -30px;
		margin-left: -30px;
	}
}

@media only screen and (max-width: 768px) {
	.c-layout09 {
		padding-right: 15px;
		padding-left: 15px;
		margin-right: -15px;
		margin-left: -15px;
	}

	.c-layout09 .c-layout09_list {
		margin-top: 30px;
	}

	.c-layout09 .c-layout09_list > section + section {
		margin-top: 30px;
	}

	.c-layout09 .c-layout09_ttl {
		padding: 10px;
		font-size: 2rem;
	}

	.c-layout09 .c-layout09_ttl.is-free {
		position: relative;
		padding: 10px 95px 10px 10px;
	}

	.c-layout09 .c-layout09_ttl.is-free span {
		padding: 5px 10px;
		font-size: 1.6rem;
	}

	.c-layout09 .c-layout09_txt {
		line-height: 1.6;
	}

	.c-layout09 .c-layout09_inner {
		display: block;
		margin: 20px;
	}

	.c-layout09 .c-layout09_cont {
		padding-left: 0;
		margin-top: 20px;
	}

	.c-layout09 .c-layout09_column {
		padding: 20px;
		margin: 40px 20px 20px;
	}

	.c-layout09 .c-layout09_column.is-sizeS .c-layout09_columnPic,
	.c-layout09 .c-layout09_column.is-sizeM .c-layout09_columnPic {
		float: none;
		width: 100%;
		margin: 0;
	}

	.c-layout09 .c-layout09_column.is-sizeL .c-layout09_columnTtl {
		margin-top: 20px;
	}

	.c-layout09 .c-layout09_pic {
		text-align: center;
	}

	.c-layout09 .c-layout09_pic img {
		max-width: 300px;
	}

	.c-layout09 .c-layout09_columnTtl {
		margin-top: 10px;
		font-size: 2rem;
	}

	.c-layout09 .c-layout09_btn {
		margin-top: 20px;
	}

	.c-layout09 .c-layout09_btn a {
		min-width: 200px;
	}
}

/* ---------------------------------------------------------
 *	layout10
 *
 *  院長・スタッフ紹介(/staff/)
 *---------------------------------------------------------- */
.c-layout10 .c-layout10_list {
	margin-top: 50px;
}

.c-layout10 .c-layout10_list > section {
	margin-top: 100px;
}

.c-layout10 .c-layout10_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.c-layout10 .c-layout10_pic {
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
	text-align: center;
}

.c-layout10 .c-layout10_cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 66%;
	flex-basis: 66%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
}

.c-layout10 .c-layout10_cont > * {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.c-layout10 .c-layout10_ttl {
	font-size: 2.4rem;
	font-weight: 700;
}

.c-layout10 .c-layout10_txt {
	margin-top: 40px;
	font-size: 1.6rem;
}

.c-layout10 .c-layout10_name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 20px;
}

.c-layout10 .c-layout10_name table th,
.c-layout10 .c-layout10_name table td {
	padding: 0 5px;
	text-align: center;
	vertical-align: bottom;
}

.c-layout10 .c-layout10_name table th {
	font-size: 1.2rem;
}

.c-layout10 .c-layout10_name table th.is-head {
	font-size: 1.6rem;
	text-align: right;
}

.c-layout10 .c-layout10_name table td {
	font-size: 2.4rem;
}

.c-layout10 .c-layout10_option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
	background-color: #fff;
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
}

.c-layout10 .c-layout10_option > section {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 30px;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}

.c-layout10 .c-layout10_option.is-double > section {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}

.c-layout10 .c-layout10_option.is-double > section:nth-of-type(n + 3) {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

.c-layout10 .c-layout10_optionHead {
	font-size: 2.4rem;
	text-align: center;
}

.c-layout10 .c-layout10_optionList {
	-ms-flex-preferred-size: 48%;
	flex-basis: 48%;
	margin-top: 20px;
}

.c-layout10 .c-layout10_optionList > li {
	margin-top: 5px;
	font-size: 1.6rem;
}

.c-layout10 .c-layout10_optionList.is-history > li {
	position: relative;
}

.c-layout10 .c-layout10_optionList.is-history > li:not(.is-noyear) {
	padding-left: 120px;
}

.c-layout10 .c-layout10_optionList.is-history > li:not(.is-noyear) span {
	position: absolute;
	top: 0;
	left: 0;
}

.c-layout10 .c-layout10_optionList.is-dotted li {
	position: relative;
	padding-left: 1em;
}

.c-layout10 .c-layout10_optionList.is-dotted li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "・";
}

.c-layout10 .c-layout10_optionList.is-double {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.c-layout10 .c-layout10_optionList.is-double > li {
	-ms-flex-preferred-size: 48%;
	flex-basis: 48%;
}

.c-layout10 .c-layout10_optionList + .c-layout10_optionHead {
	margin-top: 20px;
}

@media only screen and (max-width: 1023px) {
	.c-layout10 {
		padding-right: 30px;
		padding-left: 30px;
		margin-right: -30px;
		margin-left: -30px;
	}

	.c-layout10 .c-layout10_inner {
		display: block;
	}

	.c-layout10 .c-layout10_pic {
		max-width: 70vw;
		margin-right: auto;
		margin-left: auto;
	}

	.c-layout10 .c-layout10_cont {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.c-layout10 {
		padding-right: 15px;
		padding-left: 15px;
		margin-right: -15px;
		margin-left: -15px;
	}

	.c-layout10 .c-layout10_list {
		margin-top: 30px;
	}

	.c-layout10 .c-layout10_list > section {
		margin-top: 50px;
	}

	.c-layout10 .c-layout10_pic img {
		width: 100%;
		max-width: 400px;
	}

	.c-layout10 .c-layout10_ttl {
		font-size: 2rem;
	}

	.c-layout10 .c-layout10_txt {
		margin-top: 30px;
		font-size: 1.6rem;
	}

	.c-layout10 .c-layout10_name table th.is-head {
		font-size: 1.6rem;
	}

	.c-layout10 .c-layout10_name table td {
		font-size: 2.2rem;
	}

	.c-layout10 .c-layout10_option > section {
		padding: 20px;
	}

	.c-layout10 .c-layout10_option.is-double {
		display: block;
	}

	.c-layout10 .c-layout10_option.is-double > section {
		max-width: none;
	}

	.c-layout10 .c-layout10_optionList {
		margin-top: 10px;
	}

	.c-layout10 .c-layout10_optionList > li {
		font-size: 1.6rem;
	}

	.c-layout10 .c-layout10_optionList.is-history > li:not(.is-noyear) {
		padding-left: 100px;
	}

	.c-layout10 .c-layout10_optionList.is-history > li:not(.is-noyear) span {
		font-size: 1.4rem;
	}

	.c-layout10 .c-layout10_optionList.is-double {
		display: block;
	}
}

/* ---------------------------------------------------------
 *	layout11
 *---------------------------------------------------------- */
.c-layout11 .c-layout11_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px;
}

.c-layout11 .c-layout11_list::after,
.c-layout11 .c-layout11_list::before {
	display: block;
	width: 31%;
	height: 0;
	content: "";
}

.c-layout11 .c-layout11_list::before {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.c-layout11 .c-layout11_list > section {
	-ms-flex-preferred-size: 31%;
	flex-basis: 31%;
}

.c-layout11 .c-layout11_list > section:nth-of-type(n + 4) {
	margin-top: 20px;
}

.c-layout11 .c-layout11_ttl {
	padding: 20px;
	font-size: 2rem;
	text-align: center;
	background-color: #fff;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}

.c-layout11 .c-layout11_txt {
	margin-top: 20px;
}

@media only screen and (max-width: 1023px) {
	.c-layout11 {
		padding-right: 30px;
		padding-left: 30px;
		margin-right: -30px;
		margin-left: -30px;
	}

	.c-layout11 .c-layout11_list {
		display: block;
	}

	.c-layout11 .c-layout11_list > section:nth-of-type(n + 2) {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.c-layout11 {
		padding-right: 15px;
		padding-left: 15px;
		margin-right: -15px;
		margin-left: -15px;
	}

	.c-layout11 .c-layout11_list {
		margin-top: 30px;
	}

	.c-layout11 .c-layout11_ttl {
		padding: 10px;
	}
}

/* ---------------------------------------------------------
 *	c-layoutNav
 *
 *  診療案内(/service/)  > 当院で行っている診療のメニュー
 *---------------------------------------------------------- */
.c-layoutNav .c-layoutNav_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px;
}

.c-layoutNav .c-layoutNav_list::after,
.c-layoutNav .c-layoutNav_list::before {
	display: block;
	width: 23%;
	height: 0;
	content: "";
}

.c-layoutNav .c-layoutNav_list::before {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.c-layoutNav .c-layoutNav_list > li {
	-ms-flex-preferred-size: 23%;
	flex-basis: 23%;
	margin-top: 0;
}

.c-layoutNav .c-layoutNav_list > li:nth-of-type(n + 5) {
	margin-top: 10px;
}

.c-layoutNav .c-layoutNav_list > li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 0;
	height: 100%;
}

@media only screen and (max-width: 1023px) {
	.c-layoutNav {
		padding-right: 30px;
		padding-left: 30px;
		margin-right: -30px;
		margin-left: -30px;
	}

	.c-layoutNav .c-layoutNav_list > li {
		-ms-flex-preferred-size: 32%;
		flex-basis: 32%;
		margin-top: 0;
	}

	.c-layoutNav .c-layoutNav_list > li:nth-of-type(n + 4) {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 768px) {
	.c-layoutNav {
		padding-right: 15px;
		padding-left: 15px;
		margin-right: -15px;
		margin-left: -15px;
	}

	.c-layoutNav .c-layoutNav_list {
		margin-top: 30px;
	}

	.c-layoutNav .c-layoutNav_list > li {
		-ms-flex-preferred-size: 49%;
		flex-basis: 49%;
		margin-top: 0;
	}

	.c-layoutNav .c-layoutNav_list > li:nth-of-type(n + 3) {
		margin-top: 10px;
	}
}

#main .c-layout_pattern {
	margin-top: 0 !important;
}

/* ---------------------------------------------------------
 *	wp-block-uagb-advanced-heading ※タイトル
 *---------------------------------------------------------- */
#main .c-layout_pattern .wp-block-uagb-advanced-heading {
	text-align: center;
}

/* ---------------------------------------------------------
 *	uagb-heading-text ※タイトル
 *---------------------------------------------------------- */
#main .c-layout_pattern h2.uagb-heading-text {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
	font-size: 3.2rem;
	line-height: 1.4;
}

@media only screen and (max-width: 768px) {
	#main .c-layout_pattern h2.uagb-heading-text {
		font-size: 7vw;
	}
}

/* ---------------------------------------------------------
 *	uagb-desc-text ※テキスト
 *---------------------------------------------------------- */
#main .c-layout_pattern .uagb-desc-text {
	margin-top: 50px;
	font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
	#main .c-layout_pattern .uagb-desc-text {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 480px) {
	#main .c-layout_pattern .uagb-desc-text {
		font-size: 1.4rem;
	}
}

/* ---------------------------------------------------------
 *	wp-block-buttons ※ボタンブロック
 *---------------------------------------------------------- */
#main .c-layout_pattern .wp-block-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: normal;
	-moz-column-gap: normal;
	column-gap: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px;
}

@media only screen and (max-width: 768px) {
	#main .c-layout_pattern .wp-block-buttons {
		margin-top: 30px;
		font-size: 3.8vw;
	}
}

/* ---------------------------------------------------------
 *	wp-block-button ※ボタン
 *---------------------------------------------------------- */
#main .c-layout_pattern .wp-block-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 23%;
	flex-basis: 23%;
	margin: 0 0 20px;
}

#main .c-layout_pattern .wp-block-button:not(:nth-of-type(4n-3)) {
	margin-left: 2.6%;
}

@media only screen and (max-width: 1023px) {
	#main .c-layout_pattern .wp-block-button {
		-ms-flex-preferred-size: 31%;
		flex-basis: 31%;
	}

	#main .c-layout_pattern .wp-block-button:not(:nth-of-type(4n-3)) {
		margin-left: 0%;
	}

	#main .c-layout_pattern .wp-block-button:not(:nth-of-type(3n-2)) {
		margin-left: 3.5%;
	}
}

@media only screen and (max-width: 768px) {
	#main .c-layout_pattern .wp-block-button {
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
		margin: 0 0 10px;
	}

	#main .c-layout_pattern .wp-block-button:not(:nth-of-type(3n-2)) {
		margin-left: 0%;
	}

	#main .c-layout_pattern .wp-block-button:nth-of-type(even) {
		margin-left: 3%;
	}
}

/* ---------------------------------------------------------
 *	wp-block-button__link ※ボタンリンク
 *---------------------------------------------------------- */
#main .c-layout_pattern .wp-block-button__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px 40px 15px 20px;
	font-size: 1.6rem;
	line-height: 1.4;
	color: #513d29;
	background-color: #fff;
	border: 1px solid #513d29;
	border-radius: 0 !important;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
}

#main .c-layout_pattern .wp-block-button__link:before {
	position: absolute;
	top: 50%;
	right: 20px;
	bottom: 50%;
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	content: "";
	background-color: transparent;
	border-top: solid 2px #513d29;
	border-right: solid 2px #513d29;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top: -0.9rem;
	margin-bottom: -0.3rem;
}

#main .c-layout_pattern .wp-block-button__link::before {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#main .c-layout_pattern .wp-block-button__link.is-hover,
#main .c-layout_pattern .wp-block-button__link:hover {
	background-color: #f3f3f3;
}

#main .c-layout_pattern .wp-block-button__link.is-hover::before,
#main .c-layout_pattern .wp-block-button__link:hover::before {
	top: 60%;
}

@media only screen and (max-width: 480px) {
	#main .c-layout_pattern .wp-block-button__link {
		font-size: 3.8vw;
	}
}

/* ---------------------------------------------------------
 *	wp-block-button__link ※ボタンリンク
 *---------------------------------------------------------- */
#main .c-layout_pattern .wp-block-button__link02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px 20px;
	font-size: 1.6rem;
	line-height: 1.4;
	color: #fff;
	border: 1px solid #513d29;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgba(138, 138, 138, 0.8);
}

#main .c-layout_pattern .wp-block-button__link02.is-hover,
#main .c-layout_pattern .wp-block-button__link02:hover {
	color: #513d29;
	background-color: white;
}

@media only screen and (max-width: 480px) {
	#main .c-layout_pattern .wp-block-button__link02 {
		font-size: 3.8vw;
	}
}

/* ---------------------------------------------------------
 *	.wp-block-uagb-section ※セクション
 *---------------------------------------------------------- */
#main .c-layout_pattern .wp-block-uagb-section {
	max-width: none;
	padding: 100px 0;
}

#main .c-layout_pattern .wp-block-uagb-section:nth-of-type(even) {
	position: relative;
	background-color: #f3f3f3;
}

@media only screen and (max-width: 1023px) {
	#main .c-layout_pattern .wp-block-uagb-section {
		margin-right: -30px;
		margin-left: -30px;
	}
}

@media only screen and (max-width: 768px) {
	#main .c-layout_pattern .wp-block-uagb-section {
		padding: 50px 15px;
		margin-right: -15px;
		margin-left: -15px;
	}
}

/* ---------------------------------------------------------
 *	.uagb-section__inner-wrap ※セクション 要素
 *---------------------------------------------------------- */
#main .c-layout_pattern .uagb-section__inner-wrap {
	z-index: 0;
	max-width: 1180px;
	margin-right: auto;
	margin-left: auto;
}

#main .c-layout_pattern .uagb-section__inner-wrap p,
#main .c-layout_pattern .uagb-section__inner-wrap figure {
	margin-top: 20px;
}

#main .c-layout_pattern .uagb-section__inner-wrap ul {
	margin-top: 20px;
}

#main .c-layout_pattern .uagb-section__inner-wrap ul li {
	position: relative;
	padding-left: 2rem;
	font-size: 1.8rem;
	font-weight: bold;
	color: #513d29;
}

#main .c-layout_pattern .uagb-section__inner-wrap ul li + li {
	margin-top: 10px;
}

#main .c-layout_pattern .uagb-section__inner-wrap ul li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "・";
}

@media only screen and (max-width: 768px) {
	#main .c-layout_pattern .uagb-section__inner-wrap p {
		text-align: left;
	}

	#main .c-layout_pattern .uagb-section__inner-wrap ul li {
		font-size: 1.6rem;
	}
}

/* ---------------------------------------------------------
 *	.wp-block-media-text ※メディアブロック
 *---------------------------------------------------------- */
#main .c-layout_pattern .wp-block-media-text {
	margin-top: 50px;
}

@media only screen and (max-width: 768px) {
	#main .c-layout_pattern .wp-block-media-text {
		margin-top: 20px;
	}
}

/* ---------------------------------------------------------
 *	.wp-block-media-text__content ※メディアブロック
 *---------------------------------------------------------- */
@media only screen and (max-width: 600px) {
	#main .c-layout_pattern .wp-block-media-text__content {
		padding: 0;
	}
}

/* ---------------------------------------------------------
 *	.uagb-separator-wrap ※セパレーター　枠
 *---------------------------------------------------------- */
#main .c-layout_pattern .uagb-separator-wrap {
	display: none;
}

#main .c-layout_pattern .uagb-separator-wrap + .uagb-desc-text {
	margin-top: 50px;
}

@media only screen and (max-width: 768px) {
	#main .c-layout_pattern .uagb-separator-wrap + .uagb-desc-text {
		margin-top: 40px;
	}
}

/* ---------------------------------------------------------
 *	.uagb-separator ※セパレーター　子
 *---------------------------------------------------------- */
#main .c-layout_pattern .uagb-separator {
	border-color: #513d29;
}

/* ---------------------------------------------------------
 *	.wp-block-uagb-icon-list ※アイコン付きリスト 枠
 *---------------------------------------------------------- */
#main .c-layout_pattern .wp-block-uagb-icon-list {
	margin-top: 30px;
}

#main .c-layout_pattern .uagb-icon-list__outer-wrap .uagb-icon-list__wrapper {
	display: block;
	margin-right: 0;
	margin-left: 0;
}

#main .c-layout_pattern .uagb-icon-list__outer-wrap .uagb-icon-list__wrap {
	display: block;
}

#main .c-layout_pattern .uagb-icon-list__outer-wrap .uagb-icon-list__wrap .uagb-icon-list__content-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* ---------------------------------------------------------
 *	.uagb-icon-list__wrapper ※アイコン付きリスト　枠2
 *---------------------------------------------------------- */
#main .c-layout_pattern .uagb-icon-list__outer-wrap .uagb-icon-list__source-icon svg {
	width: 20px;
}

#main .c-layout_pattern .uagb-icon-list__wrapper {
	margin-bottom: 0 !important;
	font-size: 1.8rem;
}

/* ---------------------------------------------------------
 *	.wp-block-uagb-icon-list-child ※アイコン付きリスト　子
 *---------------------------------------------------------- */
#main .c-layout_pattern .wp-block-uagb-icon-list-child {
	margin-bottom: 0 !important;
}

#main .c-layout_pattern .wp-block-uagb-icon-list-child + .wp-block-uagb-icon-list-child {
	margin-top: 10px;
}

/* ---------------------------------------------------------
 *	.uagb-icon-list__label ※アイコン付きリスト　子span
 *---------------------------------------------------------- */
#main .c-layout_pattern .uagb-icon-list__label {
	font-size: 1.8rem;
	font-weight: bold;
	color: #513d29;
}

/* ---------------------------------------------------------
 *	.wp-block-table ※アイコン付きリスト　子span
 *---------------------------------------------------------- */
#main .c-layout_pattern .wp-block-table table {
	table-layout: fixed;
	border-spacing: 10px 0;
	border-collapse: separate;
}

#main .c-layout_pattern .wp-block-table table tr:nth-child(odd) td,
#main .c-layout_pattern .wp-block-table table tr:nth-child(odd) th {
	background-color: rgba(138, 138, 138, 0.15);
}

#main .c-layout_pattern .wp-block-table table th {
	text-align: center;
}

#main .c-layout_pattern .wp-block-table table td,
#main .c-layout_pattern .wp-block-table table th {
	padding: 20px 10px;
}

@media only screen and (max-width: 768px) {
	#main .c-layout_pattern .wp-block-table table {
		border-spacing: 3px;
	}

	#main .c-layout_pattern .wp-block-table table td,
	#main .c-layout_pattern .wp-block-table table th {
		padding: 10px 5px;
		font-size: 1.2rem;
	}
}

/* ---------------------------------------------------------
 *	.p-flowchart ※フローチャート
 *---------------------------------------------------------- */
#main .c-layout_pattern .p-flowchart .wp-block-media-text {
	position: relative;
	z-index: 0;
	padding: 20px 20px 40px 200px;
	margin-top: 0;
	counter-increment: cnt;
}

#main .c-layout_pattern .p-flowchart .wp-block-media-text:nth-of-type(even) {
	background-color: rgba(138, 138, 138, 0.1);
}

#main .c-layout_pattern .p-flowchart .wp-block-media-text::before,
#main .c-layout_pattern .p-flowchart .wp-block-media-text::after {
	position: absolute;
	left: 40px;
	z-index: -1;
	color: #513d29;
}

#main .c-layout_pattern .p-flowchart .wp-block-media-text::before {
	top: 40px;
	padding-bottom: 10px;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 2px;
	content: "STEP";
	border-bottom: 2px solid #513d29;
}

#main .c-layout_pattern .p-flowchart .wp-block-media-text::after {
	top: 40px;
	padding-top: 30px;
	font-size: 6rem;
	letter-spacing: 4px;
	content: "0"counter(cnt);
}

@media only screen and (max-width: 1023px) {
	#main .c-layout_pattern .p-flowchart .wp-block-media-text {
		padding: 20px 20px 40px 120px;
	}

	#main .c-layout_pattern .p-flowchart .wp-block-media-text::before,
	#main .c-layout_pattern .p-flowchart .wp-block-media-text::after {
		left: 20px;
	}

	#main .c-layout_pattern .p-flowchart .wp-block-media-text::before {
		font-size: 1.2rem;
	}

	#main .c-layout_pattern .p-flowchart .wp-block-media-text::after {
		font-size: 4.6rem;
	}
}

@media only screen and (max-width: 768px) {
	#main .c-layout_pattern .p-flowchart .wp-block-media-text {
		display: block;
		padding: 90px 15px 40px;
		margin-right: -15px;
		margin-left: -15px;
	}

	#main .c-layout_pattern .p-flowchart .wp-block-media-text::before {
		padding-top: 20px;
		border-bottom: none;
	}

	#main .c-layout_pattern .p-flowchart .wp-block-media-text::after {
		padding-top: 0;
		padding-bottom: 10px;
		padding-left: 50px;
		font-size: 4rem;
		line-height: 1;
		border-bottom: 2px solid #513d29;
	}

	#main .c-layout_pattern .p-flowchart .wp-block-media-text__content {
		margin-top: 20px;
	}
}

/* ---------------------------------------------------------
 *	.p-verticalFlat ※フラットレイアウト　縦Ver
 *---------------------------------------------------------- */
#main .c-layout_pattern .p-verticalFlat .wp-block-media-text__content h3,
#main .c-layout_pattern .p-verticalFlat .wp-block-media-text__content h4 {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
	font-size: 2.4rem;
	color: #513d29;
}

#main .c-layout_pattern .p-verticalFlat .wp-block-media-text__content p {
	font-size: 1.6rem;
}

#main .c-layout_pattern .p-verticalFlat .wp-block-media-text {
	padding: 20px 40px 40px;
	margin-top: 0;
}

#main .c-layout_pattern .p-verticalFlat .wp-block-media-text:nth-of-type(odd) {
	background-color: rgba(138, 138, 138, 0.1);
}

@media only screen and (max-width: 768px) {
	#main .c-layout_pattern .p-verticalFlat .wp-block-media-text__content {
		margin-top: 20px;
	}

	#main .c-layout_pattern .p-verticalFlat .wp-block-media-text__content h3,
	#main .c-layout_pattern .p-verticalFlat .wp-block-media-text__content h4 {
		font-size: 2rem;
	}

	#main .c-layout_pattern .p-verticalFlat .wp-block-media-text {
		padding: 20px 15px 40px;
		margin-right: -15px;
		margin-left: -15px;
	}
}

/* ---------------------------------------------------------
 *	.p-horizontalFlat ※フラットレイアウト 横Ver
 *---------------------------------------------------------- */
#main .c-layout_pattern .p-horizontalFlat .wp-block-columns {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#main .c-layout_pattern .p-horizontalFlat .wp-block-columns::after {
	display: block;
	width: 31%;
	height: 0;
	content: "";
}

#main .c-layout_pattern .p-horizontalFlat .wp-block-column {
	-ms-flex-preferred-size: 31%;
	flex-basis: 31%;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin-bottom: 40px;
}

#main .c-layout_pattern .p-horizontalFlat .wp-block-column:not(:first-child) {
	margin-left: 0;
}

#main .c-layout_pattern .p-horizontalFlat .wp-block-column h3,
#main .c-layout_pattern .p-horizontalFlat .wp-block-column h4 {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 40px;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
	font-size: 2.6rem;
	color: #513d29;
}

#main .c-layout_pattern .p-horizontalFlat .wp-block-column h3::after,
#main .c-layout_pattern .p-horizontalFlat .wp-block-column h4::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 60px;
	content: "";
	border-top: 2px solid #513d29;
	opacity: 0.5;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#main .c-layout_pattern .p-horizontalFlat .wp-block-column p {
	font-size: 1.6rem;
}

#main .c-layout_pattern .p-horizontalFlat .wp-block-media-text:not(:last-of-type) {
	padding-bottom: 70px;
	border-bottom: 1px dashed #e4e4e4;
}

@media only screen and (max-width: 768px) {
	#main .c-layout_pattern .p-horizontalFlat .wp-block-column {
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
		margin-top: 20px;
	}

	#main .c-layout_pattern .p-horizontalFlat .wp-block-column h3,
	#main .c-layout_pattern .p-horizontalFlat .wp-block-column h4 {
		padding-bottom: 10px;
		margin-bottom: 20px;
		font-size: 2rem;
	}

	#main .c-layout_pattern .p-horizontalFlat .wp-block-media-text:not(:last-of-type) {
		padding-bottom: 40px;
	}
}

/* ---------------------------------------------------------
 *	mainvisual
 *---------------------------------------------------------- */
.c-mainvisual {
	position: relative;
	overflow: hidden;
}

.c-mainvisual.is-line {
	z-index: 0;
}

.c-mainvisual.is-line::after {
	position: absolute;
	top: 10%;
	left: 0;
	width: 200%;
	height: 200%;
	content: "";
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
}

.c-mainvisual.is-line::before {
	position: absolute;
	top: 100%;
	left: -80%;
	z-index: 1;
	width: 200%;
	height: 200%;
	content: "";
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}

.c-mainvisual .c-mainvisual_pic {
	height: 100%;
}

.c-mainvisual .c-mainvisual_pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	max-width: none;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.c-mainvisual .c-mainvisual_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: flex-end;
}

.c-mainvisual .c-mainvisual_catch {
	position: relative;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
	font-size: 2.7vw;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	color: #fff;
	line-height: 2;
	text-shadow: 0 0 10px #000;
	letter-spacing: 0.075em;
	padding-right: 180px;
}

.c-mainvisual .c-mainvisual_catch span:nth-child(2) {
	font-size: 2.86vw;
	font-family: "Imperial Script", cursive;
	font-weight: 400;
	letter-spacing: 0.01em;
	display: block;
}

@media only screen and (max-width: 1023px) {
	.c-mainvisual {
		margin-right: -30px;
		margin-left: -30px;
	}

	.c-mainvisual.is-line::after {
		top: 20%;
		left: 0;
	}

	.c-mainvisual.is-line::before {
		top: 100%;
		left: -30%;
	}

	.c-mainvisual .c-mainvisual_catch {
		font-size: 3.2rem;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.c-mainvisual {
		margin-right: -15px;
		margin-left: -15px;
		margin-bottom: 6.95vw;
	}

	.c-mainvisual .c-mainvisual_inner {
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.c-mainvisual .c-mainvisual_catch {
		font-size: 5.6vw;
	}

	.c-mainvisual .c-mainvisual_catch span:nth-child(2) {
		font-size: 5.86vw;
	}
}

/* ---------------------------------------------------------
 *	mainvisual slick
 *---------------------------------------------------------- */
.c-mainvisual .js-slider {
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.c-mainvisual .js-slider.slick-initialized {
	opacity: 1;
}

.c-mainvisual .slick-slide img {
	width: 100%;
}

/* ---------------------------------------------------------
 *	mainvisual-scd
 *---------------------------------------------------------- */
.c-mainvisual-scd {
	position: relative;
	overflow: hidden;
}

.c-mainvisual-scd .c-mainvisual-scd_pic {
	position: relative;
	width: 100%;
	height: 440px;
}

.c-mainvisual-scd .c-mainvisual-scd_pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	max-width: none;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.c-mainvisual-scd .c-mainvisual-scd_ttl {
	position: absolute;
	top: 50%;
	left: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 200px;
	height: 200px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.c-mainvisual-scd .c-mainvisual-scd_ttl > * {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.c-mainvisual-scd .c-mainvisual-scd_ttl .is-jp {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
	font-size: 2.8rem;
}

@media only screen and (max-width: 1023px) {
	.c-mainvisual-scd {
		margin-right: -30px;
		margin-left: -30px;
	}
}

@media only screen and (max-width: 768px) {
	.c-mainvisual-scd {
		margin-right: -15px;
		margin-left: -15px;
	}

	.c-mainvisual-scd .c-mainvisual-scd_pic {
		height: 70vw;
	}

	.c-mainvisual-scd .c-mainvisual-scd_ttl {
		min-width: 140px;
		height: 140px;
	}

	.c-mainvisual-scd .c-mainvisual-scd_ttl .is-jp {
		font-size: 2.4rem;
	}
}

/* ---------------------------------------------------------
 *	mwform
 *---------------------------------------------------------- */
#main .mw_wp_form {
	max-width: 800px;
	padding: 50px 0;
	margin: 0 auto;
	font-size: 1.6rem;
	text-align: left;
}

#main .mw_wp_form form > p {
	line-height: 1.8;
}

#main .mw_wp_form input[type="submit"] {
	display: inline-block;
	min-width: 220px;
	padding: 15px 20px;
	margin-top: 30px;
	font-size: 1.6rem;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background-color: #513d29;
	border: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#main .mw_wp_form input[type="submit"].is-hover,
#main .mw_wp_form input[type="submit"]:hover {
	background-color: #646464;
}

@media only screen and (max-width: 768px) {
	#main .mw_wp_form input[type="submit"] {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 480px) {
	#main .mw_wp_form input[type="submit"] {
		font-size: 3.8vw;
	}
}

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

	#main .mw_wp_form input[name*="postcode"],
	#main .mw_wp_form input[name*="tel"] {
		max-width: 26vw;
	}
}

#main .mw_wp_form .mwform-checkbox-field,
#main .mw_wp_form .mwform-radio-field {
	display: inline-block;
	margin-right: 20px;
}

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

	#main .mw_wp_form .mwform-checkbox-field,
	#main .mw_wp_form .mwform-radio-field {
		margin: 0 10px 0 0;
	}
}

#main .mw_wp_form form > p > input[type="text"],
#main .mw_wp_form form > p > input[type="email"],
#main .mw_wp_form textarea {
	width: 100%;
}

/* ---------------------------------------------------------
 *	reservation
 *---------------------------------------------------------- */
.c-reservation {
	text-align: center;
	padding: 135px 0;
}

.c-reservation:last-child {
	padding: 135px 0 0;
}

.c-reservation .m-inner {
	background: linear-gradient(55deg, #2b1e12 0%, #513d29 47%, #2b1e12 84%);
	position: relative;
}

.c-reservation .m-inner:before,
.c-reservation .m-inner:after {
	content: "";
	width: 15px;
	height: 100%;
	position: absolute;
	background: url(../images/deco_reservation_01.svg);
	background-size: 100% 100%;
	top: 0;
	z-index: 1;
}

.c-reservation .m-inner:before {
	left: 20px;
}

.c-reservation .m-inner:after {
	right: 20px;
	transform: rotate(180deg);
}

.c-reservation_deco {
	position: relative;
	padding: 80px;
}

.c-reservation_deco:before,
.c-reservation_deco:after {
	content: "";
	aspect-ratio: 267 / 322;
	height: 100%;
	position: absolute;
	background: url(../images/deco_reservation_02.png);
	background-size: 100% 100%;
	top: 0;
	mix-blend-mode: multiply;
}

.c-reservation_deco:before {
	left: 0;
}

.c-reservation_deco:after {
	right: 0;
	transform: rotate(180deg);
}

.c-reservation_ttl {
	line-height: 1;
}

.c-reservation_ttl strong {
	font-size: 13.8rem;
	font-family: "Imperial Script", cursive;
	font-weight: 400;
	letter-spacing: 0.025em;
	background: linear-gradient(90deg, #d3bf94, #eae275 30%, #967422);
	background: -webkit-linear-gradient(0deg, #d3bf94, #eae275 30%, #967422);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: block;
	opacity: 0.45;
}

.c-reservation_ttl span {
	color: #fff;
	font-size: 2.6rem;
	display: block;
}

.c-reservation_list {
	margin-top: 70px;
	position: relative;
	z-index: 2;
}

.c-reservation_list li {
	max-width: 1160px;
	background: #f9f6e4;
	padding: 40px;
}

.c-reservation_txt {
	color: #fff;
	font-size: 2.4rem;
	letter-spacing: 0.075em;
	width: 440px;
	height: 55px;
	line-height: 55px;
	border-radius: 27.5px;
	background: #967422;
	margin: 0 auto 30px;
	position: relative;
}

.c-reservation_txt:after {
	content: "";
	width: 43px;
	height: 15px;
	background: #967422;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	position: absolute;
	left: calc(50% - 21.5px);
	bottom: -15px;
}

.c-reservation_list li div {
	display: flex;
	gap: 30px;
	justify-content: center;
}

.c-reservation_tel,
.c-reservation_mp {
	color: #967422;
	font-size: 2.7rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 500;
	line-height: 1;
}

.c-reservation_tel a,
.c-reservation_mp a {
	color: #967422;
	font-size: 5.4rem;
	white-space: nowrap;
}

@media only screen and (max-width: 1260px) {
	.c-reservation {
		margin: 0 30px;
	}
}

@media only screen and (max-width: 1023px) {
	.c-reservation {
		margin: 0;
	}

	.c-reservation_list li div {
		flex-direction: column;
	}
}

@media only screen and (max-width: 768px) {
	.c-reservation {
		padding: 35px 0;
	}

	.c-reservation:last-child {
		padding: 65px 0 0;
	}

	.c-reservation .m-inner:before,
	.c-reservation .m-inner:after {
		width: 9px;
	}

	.c-reservation .m-inner:before {
		left: 12px;
	}

	.c-reservation .m-inner:after {
		right: 12px;
	}

	.c-reservation_deco {
		position: relative;
		padding: 40px;
	}

	.c-reservation_ttl strong {
		font-size: 5.2rem;
	}

	.c-reservation_ttl span {
		font-size: 0.9rem;
	}

	.c-reservation_list {
		margin-top: 30px;
	}

	.c-reservation_list li {
		padding: 20px;
	}

	.c-reservation_txt {
		font-size: 1.1rem;
		width: 204px;
		height: 26px;
		line-height: 26px;
		border-radius: 13px;
		margin: 0 auto 15px;
	}

	.c-reservation_txt:after {
		width: 20px;
		height: 7px;
		left: calc(50% - 10px);
		bottom: -7px;
	}

	.c-reservation_list li div {
		gap: 10px;
	}

	.c-reservation_tel,
	.c-reservation_mp {
		font-size: 1.3rem;
	}

	.c-reservation_tel a,
	.c-reservation_mp a {
		font-size: 2.5rem;
	}
}

/* ---------------------------------------------------------
 *	point
 *
 *  トップ(/)  > ポイント
 *---------------------------------------------------------- */
.c-point {
	margin-top: -170px;
	margin-bottom: -35px;
	position: relative;
}

.c-point_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 50px;
}

.c-point_list li {
	color: #967422;
	font-size: 2.8rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0;
	text-align: center;
	width: 248px;
	height: 248px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.c-point_list li:nth-child(odd) {
	color: #513d29;
	background: #f9f6e4;
}

.c-point_ico {
	height: 90px;
	display: flex;
	align-items: center;
}

.c-point_list li:nth-child(1) .c-point_ico img {
	width: 96px;
}

.c-point_list li:nth-child(2) .c-point_ico img {
	width: 121px;
}

.c-point_list li:nth-child(3) .c-point_ico img {
	width: 106px;
}

.c-point_list li:nth-child(4) .c-point_ico img {
	width: 63px;
}

@media only screen and (max-width: 1260px) {
	.c-point {
		margin-top: -13.49vw;
	}

	.c-point_list {
		gap: 3.96vw;
	}

	.c-point_list li {
		font-size: 2.22vw;
		width: 19.68vw;
		height: 19.68vw;
	}

	.c-point_ico {
		height: 7.14vw;
	}

	.c-point_list li:nth-child(1) .c-point_ico img {
		width: 7.61vw;
	}

	.c-point_list li:nth-child(2) .c-point_ico img {
		width: 9.6vw;
	}

	.c-point_list li:nth-child(3) .c-point_ico img {
		width: 8.41vw;
	}

	.c-point_list li:nth-child(4) .c-point_ico img {
		width: 5vw;
	}
}

@media only screen and (max-width: 768px) {
	.c-point {
		position: relative;
		top: -6.95vw;
		margin-top: -32.4vw;
		margin-bottom: 0;
	}

	.c-point_list {
		gap: 0;
		margin-right: -3.85vw;
	}

	.c-point_list li {
		font-size: 2.66vw;
		width: 25.47vw;
		height: 25.47vw;
		margin-left: -3.85vw;
	}

	.c-point_list li:nth-child(odd) {
		margin-top: -19.09vw;
	}

	.c-point_ico {
		height: 9.13vw;
	}

	.c-point_list li:nth-child(1) .c-point_ico img {
		width: 9.91vw;
	}

	.c-point_list li:nth-child(2) .c-point_ico img {
		width: 12.71w;
	}

	.c-point_list li:nth-child(3) .c-point_ico img {
		width: 11.44vw;
	}

	.c-point_list li:nth-child(4) .c-point_ico img {
		width: 6.45vw;
	}
}

/* ---------------------------------------------------------
 *	warried
 *
 *  トップ(/)  > お悩み
 *---------------------------------------------------------- */
.c-warried {
	margin-bottom: 60px;
}

.c-warried_ttl {
	font-size: 4.4rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	letter-spacing: 0.075em;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 40px;
}

.c-warried_ttl span {
	display: inline-block;
	position: relative;
}

.c-warried_ttl span:before,
.c-warried_ttl span:after {
	content: "";
	position: absolute;
	bottom: 50px;
	width: 160px;
	height: 1px;
	background: #513d29;
}

.c-warried_ttl span:before {
	left: -150px;
	transform: rotate(45deg);
}

.c-warried_ttl span:after {
	right: -150px;
	transform: rotate(-45deg);
}

.c-warried_ttl em {
	color: rgba(81, 61, 41, 0.42);
	font-size: 5.9rem;
	font-family: "Imperial Script", cursive;
	font-weight: 400;
	letter-spacing: 0.025em;
	display: block;
}

.c-warried_ttl strong {
	color: #967422;
	font-size: 5.9rem;
	font-weight: 400;
}

.c-warried_list {
	display: flex;
	flex-wrap: wrap;
	background: #dbce97;
	padding: 25px;
	gap: 20px;
}

.c-warried_list li {
	width: calc(50% - 20px);
	display: flex;
	gap: 10px;
}

.c-warried_ico {
	width: 32px;
	margin-top: 15px;
}

.c-warried_txt {
	font-size: 2.6rem;
	letter-spacing: 0.075em;
	width: calc(100% - 32px);
	border-bottom: 2px dotted #fff;
	padding: 5px;
}

.c-warried .m-lead01 {
	margin-top: 40px;
}

@media only screen and (max-width: 1260px) {
	.c-warried_list {
		margin: 0 30px;
	}
}

@media only screen and (max-width: 1023px) {
	.c-warried_list {
		flex-direction: column;
		margin: 0;
	}

	.c-warried_list li {
		width: 100%;
	}
}

@media only screen and (max-width: 960px) {
	.c-warried_ttl {
		font-size: 4.58vw;
		margin-bottom: 30px;
	}

	.c-warried_ttl span:before,
	.c-warried_ttl span:after {
		bottom: 5.2vw;
		width: 16.66vw;
	}

	.c-warried_ttl span:before {
		left: -15.62vw;
	}

	.c-warried_ttl span:after {
		right: -15.62vw;
	}

	.c-warried_ttl em {
		font-size: 6.14vw;
	}

	.c-warried_ttl strong {
		font-size: 6.14vw;
	}
}

@media only screen and (max-width: 768px) {
	.c-warried_list {
		padding: 20px;
		gap: 5px;
	}

	.c-warried_list li {
		gap: 5px;
	}

	.c-warried_ico {
		width: 20px;
		margin-top: 12px;
	}

	.c-warried_txt {
		font-size: 1.6rem;
		width: calc(100% - 20px);
	}

	.c-warried .m-lead01 {
		font-size: 1.6rem;
		text-align: left;
	}
}

/* ---------------------------------------------------------
 *	menu
 *
 *  トップ(/)  > 診療メニュー
 *---------------------------------------------------------- */
.c-menu {
	text-align: center;
	margin-bottom: 100px;
}

.c-menu_list {
	max-width: 849px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 51px;
}

.c-menu_list li {
	width: 249px;
	height: 249px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.c-menu_ico {
	height: 123px;
	display: flex;
	justify-content: center;
}

.c-menu_ico img {
	height: 100%;
}

.c-menu_list li:nth-child(1) .c-menu_ico img {
	width: 116px;
	height: auto;
}

.c-menu_txt {
	color: #fff;
	font-size: 2.4rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	white-space: nowrap;
	width: 224px;
	height: 44px;
	line-height: 44px;
	background: #727272;
	border-radius: 22px;
	margin-top: 20px;
}

@media only screen and (max-width: 768px) {
	.c-menu {
		margin: 0 -15px 90px;
	}
}

@media only screen and (max-width: 579px) {
	.c-menu_list {
		gap: 5vw;
	}

	.c-menu_list li {
		width: 43vw;
		height: 43vw;
	}

	.c-menu_ico {
		height: 21.24vw;
	}

	.c-menu_list li:nth-child(1) .c-menu_ico img {
		width: 20vw;
	}

	.c-menu_txt {
		font-size: 4.14vw;
		width: 38.68vw;
		height: 7.59vw;
		line-height: 7.59vw;
		border-radius: 3.79vw;
		margin-top: 3.45vw;
	}
}

/* ---------------------------------------------------------
 *	service
 *
 *  トップ(/)  > 診療案内
 *---------------------------------------------------------- */
.c-medical {
	background: url(../images/bg_03.jpg) no-repeat center top;
	background-size: cover;
	padding: 160px 0 180px;
}

.c-medical .m-title01 {
	margin-bottom: 120px;
}

.c-medical_list {
	display: flex;
	flex-direction: column;
	gap: 130px;
	margin-bottom: 195px;
}

.c-medical_list section {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.c-medical_main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.c-medical_pic {
	width: 50%;
}

.c-medical_cont {
	width: 39.11%;
	margin: 0 auto;
}

.c-medical_ttl {
	color: #fff;
	font-size: 3.4rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	letter-spacing: 0.075em;
	background: linear-gradient(to right, rgba(150, 116, 34, 1) 0%, rgba(150, 116, 34, 1) 63%, rgba(150, 116, 34, 0) 82%, rgba(150, 116, 34, 0) 100%);
	margin-bottom: 30px;
	padding: 0 0 0 45px;
	position: relative;
}

.c-medical_ttl:before,
.c-medical_ttl:after {
	content: "";
	height: 100%;
	background: #ede69a;
	position: absolute;
	top: 0;
}

.c-medical_ttl:before {
	width: 3px;
	left: 7px;
}

.c-medical_ttl:after {
	width: 1px;
	left: 15px;
}

.c-medical_txt {
	font-size: 1.8rem;
	line-height: 2;
}

.c-medical_column01 {
	font-size: 1.8rem;
	background: #efeae8;
	padding: 40px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.c-medical_column01 h4 {
	color: #967422;
	font-size: 2.8rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	letter-spacing: 0.075em;
	border-bottom: 1px solid #967422;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.c-medical_column01 h4 span {
	display: flex;
	align-items: center;
	gap: 10px;
}

.c-medical_column01 h4 span:before {
	content: "";
	width: 30px;
	height: 31px;
	background: url(../images/ico_service_01.svg);
	background-size: 100% 100%;
	display: inline-block;
}

.c-medical_column01 p {
	padding-left: 40px;
}

.c-medical_column01 p small {
	color: #967422;
	font-size: 1.6rem;
}

.c-medical_column01 ul {
	display: flex;
}

.c-medical_column01 li {
	width: 50%;
}

.c-medical_column01 li h5 {
	font-size: 2.2rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	letter-spacing: 0.075em;
	padding-left: 40px;
}

.c-medical_column01 li h5:before {
	content: "●";
	font-size: 1.8rem;
	margin-right: 0.5em;
}

.c-medical_column02 {
	max-width: 1200px;
	background: #fff;
	padding-top: 30px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	position: relative;
}

.c-medical_column02 h4 {
	color: #fff;
	font-size: 2.8rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	letter-spacing: 0.075em;
	line-height: 1.6;
	text-align: center;
	width: 1248px;
	background: #513d29;
	margin: 0 0 0 -24px;
	position: relative;
}

.c-medical_column02 h4:before,
.c-medical_column02 h4:after {
	content: "";
	position: absolute;
	bottom: -24px;
	width: 24px;
	height: 24px;
	background: #2b1e12;
	clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.c-medical_column02 h4:before {
	left: 0;
}

.c-medical_column02 h4:after {
	right: 0;
	transform: rotate(-90deg);
}

.c-medical_column02 h4 span {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	padding: 18px;
}

.c-medical_column02 h4 span:before,
.c-medical_column02 h4 span:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, #d3bf94 0%, #eae275 48%, #967422 100%);
}

.c-medical_column02 h4 span:before {
	top: 10px;
}

.c-medical_column02 h4 span:after {
	bottom: 10px;
}

.c-medical_column02 p {
	font-size: 1.8rem;
	line-height: 2;
	padding: 50px 290px 50px 50px;
}

.c-medical_column02 img {
	width: 281px;
	height: 281px;
	border-radius: 50%;
	position: absolute;
	right: -24px;
	bottom: -68px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1268px) {
	.c-medical_column02 {
		width: calc(100vw - 20px - 44px);
		margin: 0 auto;
	}

	.c-medical_column02 h4 {
		width: calc(100vw - 20px);
		position: relative;
	}
}

@media only screen and (max-width: 1023px) {
	.c-medical {
		margin: 0 -30px;
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.c-medical {
		padding: 70px 30px 110px;
	}

	.c-medical .m-title01 {
		margin-bottom: 60px;
	}

	.c-medical_list {
		margin-bottom: 100px;
	}

	.c-medical_main {
		flex-direction: column;
	}

	.c-medical_pic {
		width: 100%;
		margin-bottom: 30px;
	}

	.c-medical_pic img {
		width: 100%;
	}

	.c-medical_cont {
		width: 100%;
	}

	.c-medical_ttl {
		font-size: 2.2rem;
		background: linear-gradient(to right, rgba(150, 116, 34, 1) 0%, rgba(150, 116, 34, 1) 63%, rgba(150, 116, 34, 0) 100%);
		margin-bottom: 20px;
		padding: 0 0 0 30px
	}

	.c-medical_txt {
		font-size: 1.6rem;
	}

	.c-medical_column01 {
		font-size: 1.6rem;
		padding: 20px;
		gap: 30px;
	}

	.c-medical_column01 h4 {
		font-size: 1.8rem;
	}

	.c-medical_column01 h4 span:before {
		width: 20px;
		height: 20px;
	}

	.c-medical_column01 p {
		font-size: 1.6rem;
		padding-left: 0;
	}

	.c-medical_column01 p small {
		font-size: 1.rem;
	}

	.c-medical_column01 ul {
		flex-direction: column;
		gap: 20px;
	}

	.c-medical_column01 li {
		width: 100%;
	}

	.c-medical_column01 li h5 {
		font-size: 1.7rem;
		padding-left: 0;
	}

	.c-medical_column01 li h5:before {
		font-size: 1.4rem;
	}

	.c-medical_column02 h4 {
		font-size: 2.2rem;
	}

	.c-medical_column02 p {
		font-size: 1.6rem;
		padding: 20px 20px 35.41vw 20px;
	}

	.c-medical_column02 img {
		width: 41.86vw;
		height: 41.86vw;
		right: -30px;
		bottom: -6.46vw;
	}
}

/* ---------------------------------------------------------
 *	treatment
 *
 *  トップ(/)  > 治療メニュー
 *---------------------------------------------------------- */
.c-treatment {
	text-align: center;
}

.c-treatment .m-title02 {
	margin-bottom: 115px;
}

.c-treatment_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 22px;
}

.c-treatment_list li {
	color: #fff;
	font-size: 2.5rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	letter-spacing: 0.075em;
	line-height: 1.6;
	width: 222px;
	height: 222px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to bottom, #513d29 0%, #000000 100%);
	position: relative;
}

.c-treatment_list li:before,
.c-treatment_list li:after {
	content: "";
	width: calc(100% - 40px);
	height: 1px;
	background: #dbce97;
	position: absolute;
	left: 20px;
}

.c-treatment_list li:before {
	top: 20px;
}

.c-treatment_list li:after {
	bottom: 20px;
}

.c-treatment_list li small {
	font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
	.c-treatment .m-title02 {
		margin-bottom: 40px;
	}

	.c-treatment_list:after {
		content: "";
		width: 222px;
	}
}

@media only screen and (max-width: 526px) {
	.c-treatment_list {
		gap: 4.18vw;
	}

	.c-treatment_list li {
		font-size: 4.75vw;
		width: 42.2vw;
		height: 42.2vw;
	}

	.c-treatment_list li:before,
	.c-treatment_list li:after {
		width: calc(100% - 7.6vw);
		left: 3.8vw;
	}

	.c-treatment_list li:before {
		top: 3.8vw;
	}

	.c-treatment_list li:after {
		bottom: 3.8vw;
	}

	.c-treatment_list li small {
		font-size: 3.04vw;
	}

	.c-treatment_list:after {
		width: 42.2vw;
	}
}

/* ---------------------------------------------------------
 *	flow
 *
 *  トップ(/)  > 治療の流れ
 *---------------------------------------------------------- */
.c-flow {
	background: url(../images/bg_04.jpg) no-repeat center top;
	background-size: cover;
	padding: 160px 0 120px 30px;
}

.c-flow .m-title01 {
	margin-bottom: 150px;
}

.c-flow_list {
	display: flex;
	flex-direction: column;
	gap: 60px;
	position: relative;
}

.c-flow_list:before {
	content: "";
	width: 2px;
	height: 100%;
	background: #513d29;
	position: absolute;
	left: 49px;
	top: 0;
}

.c-flow_list section {
	display: flex;
	justify-content: space-between;
	counter-increment: cnt;
	position: relative;
}

.c-flow_list section:before {
	color: #fff;
	font-size: 6.2rem;
	font-family: "Imperial Script", cursive;
	font-weight: 400;
	letter-spacing: 0;
	text-align: center;
	content: "0"counter(cnt);
	width: 98px;
	height: 98px;
	line-height: 98px;
	background: #513d29;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}

.c-flow_pic {
	width: 50%;
	order: 2;
	position: relative;
}

.c-flow_pic:before,
.c-flow_pic:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
}

.c-flow_pic:before {
	top: 10px;
}

.c-flow_pic:after {
	bottom: 10px;
}

.c-flow_cont {
	width: 45%;
	padding-left: 135px;
}

.c-flow_ttl {
	font-size: 4rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	margin-bottom: 60px;
}

.c-flow_txt {
	font-size: 1.8rem;
	letter-spacing: 0;
}

@media only screen and (max-width: 1023px) {
	.c-flow {
		margin: 0 -30px;
	}
}

@media only screen and (max-width: 768px) {
	.c-flow {
		margin: 0 -15px;
		padding: 70px 0 80px 15px;
	}

	.c-flow .m-title01 {
		margin-bottom: 60px;
	}

	.c-flow_list:before {
		left: 22px;
	}

	.c-flow_list section {
		flex-direction: column;
	}

	.c-flow_list section:before {
		font-size: 2.8rem;
		width: 44px;
		height: 44px;
		line-height: 44px;
	}

	.c-flow_pic {
		width: 100%;
		margin-bottom: 20px;
		padding-left: 59px;
	}

	.c-flow_pic:before,
	.c-flow_pic:after {
		left: 59px;
	}

	.c-flow_pic:before {
		top: 5px;
	}

	.c-flow_pic:after {
		bottom: 5px;
	}

	.c-flow_pic img {
		width: 100%;
	}

	.c-flow_cont {
		width: 100%;
		padding-left: 59px;
		order: 2;
	}

	.c-flow_ttl {
		font-size: 2.2rem;
		margin-bottom: 10px;
	}

	.c-flow_txt {
		font-size: 1.6rem;
	}
}

/* ---------------------------------------------------------
 *	qa
 *
 *  トップ(/)  > よくある質問
 *---------------------------------------------------------- */
.c-qa {
	background: #8c7d6c;
	padding: 135px 0;
}

.c-qa .m-title01 {
	margin-bottom: 90px;
}

.c-qa .m-title01 span {
	color: #fff;
	text-shadow: none;
}

.c-qa .m-title01 strong {
	background: linear-gradient(90deg, #877963, #eadfb2 30%, #967422);
	background: -webkit-linear-gradient(0deg, #877963, #eadfb2 30%, #967422);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	mix-blend-mode: multiply;
}

.c-qa_list {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.c-qa_ttl,
.c-qa_txt {
	width: 100%;
	position: relative;
	margin: 0 20px 0 auto;
	padding: 10px 0 10px 90px;
}

.c-qa_ttl {
	font-size: 2.8rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 500;
	line-height: 1.4;
	background: #fefce6;
	min-height: 74px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.c-qa_txt {
	color: #fff;
	font-size: 1.8rem;
	margin-top: 30px;
	display: none;
}

.c-qa_ttl:before,
.c-qa_txt:before {
	font-size: 4.4rem;
	letter-spacing: 0.01em;
	text-align: center;
	width: 74px;
	height: 74px;
	line-height: 74px;
	border-radius: 50%;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
}

.c-qa_ttl:before {
	color: #fff;
	content: "Q";
	background: #513d29;
}

.c-qa_txt:before {
	color: #967422;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 500;
	content: "A";
	background: #fefce6;
}

.c-qa_ttl:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 11px solid transparent;
	border-left: 11px solid transparent;
	border-top: 13px solid #555555;
	border-bottom: 0;
	margin: 0 25px 0 auto;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-qa_ttl.active:after {
	transform: rotate(180deg);
}

.c-qa_ttl span {
	display: block;
}

.c-qa_ttl span:before {
	content: "";
	background: #8c7d6c;
	position: absolute;
	left: 0;
	top: 0;
	width: 37px;
	height: 100%;
}

@media only screen and (max-width: 1260px) {
	.c-qa {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media only screen and (max-width: 1023px) {
	.c-qa {
		margin: 0 -30px;
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.c-qa {
		padding: 70px 15px;
		margin: 0 -15px;
	}

	.c-qa .m-title01 {
		margin-bottom: 40px;
	}

	.c-qa_list {
		gap: 30px;
	}

	.c-qa_ttl {
		font-size: 1.6rem;
		min-height: 0;
	}

	.c-qa_ttl:after {
		border-right: 7px solid transparent;
		border-left: 7px solid transparent;
		border-top: 8px solid #555555;
		border-bottom: 0;
		margin: 0 10px 0 auto;
	}

	.c-qa_txt {
		font-size: 1.6rem;
		margin-top: 10px;
	}

	.c-qa_ttl,
	.c-qa_txt {
		position: relative;
		margin-right: 15px;
		padding: 10px 0 10px 44px;
	}

	.c-qa_ttl:before,
	.c-qa_txt:before {
		font-size: 2rem;
		width: 34px;
		height: 34px;
		line-height: 34px;
	}

	.c-qa_txt:before {
		top: 8px;
	}

	.c-qa_ttl span:before {
		width: 17px;
	}
}

/* ---------------------------------------------------------
 *	price
 *
 *  トップ(/)  > 料金表
 *---------------------------------------------------------- */
.c-price {
	background: url(../images/bg_05.jpg) no-repeat top center;
	background-size: cover;
	padding: 135px 30px;
}

.c-price .m-title01 {
	margin-bottom: 90px;
}

.c-price table {
	font-size: 2.8rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 12px;
}

.c-price table th {
	color: #fff;
	width: 385px;
	background: #967422;
	padding: 20px;
}

.c-price table td {
	text-align: right;
	background: #e5e1d1;
	padding: 20px;
}

.c-price table td small {
	font-size: 1.6rem;
}

@media only screen and (max-width: 1023px) {
	.c-price {
		margin: 0 -30px;
	}
}

@media only screen and (max-width: 768px) {
	.c-price {
		margin: 0 -15px;
		padding: 70px 15px 80px;
	}

	.c-price .m-title01 {
		margin-bottom: 20px;
	}

	.c-price table {
		font-size: 1.6rem;
		border-spacing: 0 20px;
	}

	.c-price table th,
	.c-price table td {
		text-align: center;
		width: 100%;
		display: block;
		padding: 8px;
	}
}

/* ---------------------------------------------------------
 *	facilities
 *
 *  トップ(/)  > 料金表
 *---------------------------------------------------------- */

.c-facilities_list,
.c-facilities_list ul {
	display: flex;
	gap: 60px;
}

.c-facilities_list {
	margin-bottom: 265px;
}

.c-facilities_list ul {
	animation: infinity-scroll-left 30s infinite linear 0.5s both;
}

.c-facilities_list li {
	width: calc(100vw / 4);
}

.c-facilities_list li > img {
	width: 100%;
}

@keyframes infinity-scroll-left {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

.c-facilities_nap {
	width: 561px;
	background: rgba(255, 255, 255, 0.82);
	margin-left: auto;
	padding: 30px;
}

.c-facilities_nap a {
	color: #513d29;
}

.c-facilities_nap table {
	width: 100%;
}

.c-facilities_nap th {
	width: 6em;
	text-align: left;
}

.c-facilities_nap tr:last-child th,
.c-facilities_nap tr:last-child td {
	border: none;
}

.c-facilities_nap td {
	text-align: left;
}

@media only screen and (max-width: 768px) {
	.c-facilities_list {
		margin-bottom: 60px;
	}

	.c-facilities_list li {
		width: calc(100vw / 1.5);
	}

	.c-facilities_nap {
		width: auto;
	}

	.c-facilities_nap table {
		font-size: 1.2rem;
	}
}

/* ---------------------------------------------------------
 *	c-slide01
 *
 *  院内設備(/clinic/)
 *---------------------------------------------------------- */
.c-slide01 {
	color: #646464;
}

.c-slide01 .c-slide01_for,
.c-slide01 .c-slide01_nav {
	max-width: 720px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.c-slide01 .c-slide01_for.slick-initialized,
.c-slide01 .c-slide01_nav.slick-initialized {
	opacity: 1;
}

.c-slide01 .c-slide01_for .slick-slide,
.c-slide01 .c-slide01_nav .slick-slide {
	padding: 0 20px;
	opacity: 0.3;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-slide01 .c-slide01_for .slick-slide.slick-center,
.c-slide01 .c-slide01_nav .slick-slide.slick-center {
	opacity: 1;
}

.c-slide01 .c-slide01_for .slick-slide img,
.c-slide01 .c-slide01_nav .slick-slide img {
	width: 100%;
	aspect-ratio: 34 / 23;
	-o-object-fit: cover;
	object-fit: cover;
}

.c-slide01 .c-slide01_ttl {
	margin-top: 20px;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
	font-size: 2.4rem;
	text-align: center;
}

.c-slide01 .c-slide01_txt {
	margin-top: 10px;
	font-size: 1.6rem;
	line-height: 2;
}

@media only screen and (max-width: 1023px) {
	.c-slide01 {
		padding-right: 30px;
		padding-left: 30px;
		margin-right: -30px;
		margin-left: -30px;
	}

	.c-slide01 .c-slide01_for .slick-slide,
	.c-slide01 .c-slide01_nav .slick-slide {
		padding: 0 5px;
	}
}

@media only screen and (max-width: 768px) {
	.c-slide01 {
		padding-right: 15px;
		padding-left: 15px;
		margin-right: -15px;
		margin-left: -15px;
	}

	.c-slide01 .c-slide01_for,
	.c-slide01 .c-slide01_nav {
		margin-top: 30px;
	}

	.c-slide01 .c-slide01_ttl {
		font-size: 2rem;
	}

	.c-slide01 .c-slide01_txt {
		font-size: 1.6rem;
	}
}

/* ---------------------------------------------------------
 *	c-snsTimeline
 *
 *  院内設備(/clinic/)
 *---------------------------------------------------------- */
.c-snsTimeline {
	display: none;
}

.c-snsTimeline .c-snsTimeline_inner {
	max-width: 1040px;
	margin-right: auto;
	margin-left: auto;
}

.c-snsTimeline .c-snsTimeline_ttl {
	margin-bottom: 20px;
}

.c-snsTimeline .c-snsTimeline_ttl span {
	display: inline-block;
	font-size: 2.8rem;
	font-weight: 700;
	color: #e4e4e4;
	letter-spacing: 2px;
}

.c-snsTimeline .c-snsTimeline_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px;
}

.c-snsTimeline .c-snsTimeline_list > article {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

.c-snsTimeline .c-snsTimeline_list > article:nth-of-type(-n + 2) {
	-ms-flex-preferred-size: 500px;
	flex-basis: 500px;
	max-width: 500px;
}

.c-snsTimeline .c-snsTimeline_list > article:nth-of-type(n + 3) {
	margin-top: 50px;
}

@media only screen and (max-width: 1023px) {
	.c-snsTimeline {
		padding-right: 30px;
		padding-left: 30px;
		margin-right: -30px;
		margin-left: -30px;
	}

	.c-snsTimeline .c-snsTimeline_list {
		display: block;
	}

	.c-snsTimeline .c-snsTimeline_list > article {
		text-align: center;
	}

	.c-snsTimeline .c-snsTimeline_list > article:nth-of-type(-n + 2) {
		max-width: none;
	}

	.c-snsTimeline .c-snsTimeline_list > article:nth-of-type(n + 2) {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 768px) {
	.c-snsTimeline {
		padding-right: 15px;
		padding-left: 15px;
		margin-right: -15px;
		margin-left: -15px;
	}

	.c-snsTimeline .c-snsTimeline_ttl {
		margin-bottom: 20px;
	}

	.c-snsTimeline .c-snsTimeline_ttl span {
		font-size: 2.4rem;
	}
}

/* ---------------------------------------------------------
 *	wpcf7
 *---------------------------------------------------------- */
.wpcf7 {
	max-width: 800px;
	margin: 0 auto;
}

.wpcf7-form {
	padding: 50px 0;
}

.wpcf7-header {
	font-size: 1.8rem;
	line-height: 2;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.wpcf7-header {
		font-size: 1.6rem;
		line-height: 1.6;
		text-align: left;
	}
}

.wpcf7-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.wpcf7-list-item {
	margin-right: 20px;
}

.wpcf7-block {
	margin-top: 30px;
}

.wpcf7-block label {
	display: block;
	font-weight: bold;
	text-align: left;
}

.wpcf7-response-output {
	color: #f00;
}

.wpcf7-form-control-wrap {
	display: block;
	margin-top: 10px;
}

.wpcf7-text,
.wpcf7-textarea {
	width: 100%;
	max-width: 100%;
}

.wpcf7-btn {
	margin-top: 30px;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.wpcf7-btn .ajax-loader {
		display: none;
	}
}

.wpcf7-submit,
.wpcf7-back,
.wpcf7-confirm {
	display: inline-block;
	min-width: 220px;
	padding: 15px 20px;
	margin: 0 10px;
	font-size: 1.6rem;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background-color: #513d29;
	border: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.wpcf7-submit.is-hover,
.wpcf7-submit:hover,
.wpcf7-back.is-hover,
.wpcf7-back:hover,
.wpcf7-confirm.is-hover,
.wpcf7-confirm:hover {
	background-color: #646464;
}

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

	.wpcf7-submit,
	.wpcf7-back,
	.wpcf7-confirm {
		min-width: 140px;
		margin-top: 20px;
	}
}

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

	.wpcf7-submit,
	.wpcf7-back,
	.wpcf7-confirm {
		font-size: 3.8vw;
	}
}

/* ---------------------------------------------------------
 *  ヘッダー
 *---------------------------------------------------------- */
#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6;
	width: 100%;
	height: 138px;
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#header .header_logo {
	width: 38.75vw;
}

#header .header_logo a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#header .header_logo a:hover,
#header .header_logo a.is-hover {
	opacity: 0.7;
}

#header .header_logo img {
	-webkit-filter: drop-shadow(0 0 5px #000);
	filter: drop-shadow(0 0 5px #000) drop-shadow(0 0 10px #000);
}

#header .header_inner {
	z-index: 4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 138px;
	margin-right: auto;
	margin-left: 1.56vw;
}

#header .header_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-left: 20px;
}

#header .header_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#header .header_menu > li {
	position: relative;
	margin-right: 1.56vw;
}

#header .header_menu > li > a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 1.04vw;
	text-align: center;
	white-space: nowrap;
	text-shadow: 0 0 5px #000, 0 0 10px #000;
}

#header .header_menu > li > a span {
	font-size: 0.72vw;
	font-family: "Libre Franklin", sans-serif;
	font-weight: 200;
	font-style: italic;
	display: block;
}

#header .header_menu > li:hover .header_scdmenu {
	width: auto;
	height: auto;
	padding: 10px 0;
	opacity: 1;
	content-visibility: visible;
}

#header .header_scdmenu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 0;
	padding: 0;
	overflow: hidden;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	content-visibility: hidden;
}

#header .header_scdmenu > li {
	white-space: nowrap;
}

#header .header_scdmenu > li > a {
	position: relative;
	display: block;
	padding: 8px 15px;
	font-size: 14px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #513d29;
}

#header .header_scdmenu > li > a::before {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	content: "";
	background-color: #513d29;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#header .header_scdmenu > li > a:hover {
	background-color: #f3f3f3;
}

#header .header_scdmenu > li > a:hover::before {
	width: 30px;
}

#header .header_btn {
	display: none;
	margin-top: 0;
}

#header .header_btn a {
	min-width: 180px;
	color: #fff;
	background-color: #513d29;
}

#header .header_btn a.is-hover,
#header .header_btn a:hover {
	background-color: #646464;
}

@media only screen and (max-width: 1023px) {
	#header.is-fixed .header_inner {
		height: 60px;
	}

	#header .header_nav {
		display: none;
	}

	#header #btnMenu,
	#header #btnMenu02,
	#header #btnMenu03 {
		position: absolute;
		top: 50%;
		right: 0;
		display: block;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	#header #btnMenu p,
	#header #btnMenu02 p,
	#header #btnMenu03 p {
		position: relative;
		width: 60px;
		height: 60px;
		color: #fff;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	#header #btnMenu p .icoMenu,
	#header #btnMenu02 p .icoMenu,
	#header #btnMenu03 p .icoMenu {
		position: absolute;
		bottom: 50%;
		margin-bottom: 1px;
		left: 50%;
		margin-left: -14px;
		bottom: 50%;
		left: 50%;
	}

	#header #btnMenu p .icoMenuInner,
	#header #btnMenu p .icoMenuInner::before,
	#header #btnMenu p .icoMenuInner::after,
	#header #btnMenu02 p .icoMenuInner,
	#header #btnMenu02 p .icoMenuInner::before,
	#header #btnMenu02 p .icoMenuInner::after,
	#header #btnMenu03 p .icoMenuInner,
	#header #btnMenu03 p .icoMenuInner::before,
	#header #btnMenu03 p .icoMenuInner::after {
		position: absolute;
		display: block;
		height: 2px;
		content: "";
		background: #fff;
		border-radius: 2px;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	#header #btnMenu p .icoMenuInner,
	#header #btnMenu02 p .icoMenuInner,
	#header #btnMenu03 p .icoMenuInner {
		width: 28px;
	}

	#header #btnMenu p .icoMenuInner::before,
	#header #btnMenu02 p .icoMenuInner::before,
	#header #btnMenu03 p .icoMenuInner::before {
		top: -8px;
		width: 28px;
	}

	#header #btnMenu p .icoMenuInner::after,
	#header #btnMenu02 p .icoMenuInner::after,
	#header #btnMenu03 p .icoMenuInner::after {
		bottom: -8px;
		width: 28px;
	}

	#header #btnMenu p.is-active .icoMenuInner,
	#header #btnMenu02 p.is-active .icoMenuInner,
	#header #btnMenu03 p.is-active .icoMenuInner {
		background-color: transparent;
	}

	#header #btnMenu p.is-active .icoMenuInner::before,
	#header #btnMenu p.is-active .icoMenuInner::after,
	#header #btnMenu02 p.is-active .icoMenuInner::before,
	#header #btnMenu02 p.is-active .icoMenuInner::after,
	#header #btnMenu03 p.is-active .icoMenuInner::before,
	#header #btnMenu03 p.is-active .icoMenuInner::after {
		top: 0;
		bottom: 0;
		width: 28px;
		background: #646464;
	}

	#header #btnMenu p.is-active .icoMenuInner::before,
	#header #btnMenu02 p.is-active .icoMenuInner::before,
	#header #btnMenu03 p.is-active .icoMenuInner::before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#header #btnMenu p.is-active .icoMenuInner::after,
	#header #btnMenu02 p.is-active .icoMenuInner::after,
	#header #btnMenu03 p.is-active .icoMenuInner::after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#header #btnMenu p.text-jp::before,
	#header #btnMenu p.text-en::before,
	#header #btnMenu02 p.text-jp::before,
	#header #btnMenu02 p.text-en::before,
	#header #btnMenu03 p.text-jp::before,
	#header #btnMenu03 p.text-en::before {
		position: absolute;
		bottom: 4px;
		left: 0;
		width: 100%;
		font-size: 1rem;
		text-align: center;
		letter-spacing: 1px;
	}

	#header #btnMenu p.text-jp .icoMenu,
	#header #btnMenu p.text-en .icoMenu,
	#header #btnMenu02 p.text-jp .icoMenu,
	#header #btnMenu02 p.text-en .icoMenu,
	#header #btnMenu03 p.text-jp .icoMenu,
	#header #btnMenu03 p.text-en .icoMenu {
		margin-bottom: 6px;
	}

	#header #btnMenu p.text-jp::before,
	#header #btnMenu02 p.text-jp::before,
	#header #btnMenu03 p.text-jp::before {
		content: "メニュー";
	}

	#header #btnMenu p.text-en::before,
	#header #btnMenu02 p.text-en::before,
	#header #btnMenu03 p.text-en::before {
		content: "menu";
	}
}

@media only screen and (max-width: 768px) {
	#header {
		height: 60px;
	}

	#header .header_inner {
		height: 60px;
		margin: 0;
		padding: 0 15px;
	}

	#header.is-menuOpen .header_inner {
		height: 60px;
	}

	#header .header_logo {
		width: 74.81vw;
		line-height: 1;
		text-align: left;
	}

	#header .header_logo img {
		max-height: 50px;
	}

	#header .header_btn {
		display: block;
	}
}

/* ---------------------------------------------------------
 *  animation
 *---------------------------------------------------------- */
@-webkit-keyframes slideDown {
	0% {
		top: -80px;
	}

	100% {
		top: 0;
	}
}

@keyframes slideDown {
	0% {
		top: -80px;
	}

	100% {
		top: 0;
	}
}

@keyframes slideDown {
	0% {
		top: -80px;
	}

	100% {
		top: 0;
	}
}

/* ---------------------------------------------------------
 *  drawerMenu, slideMenu, floatingMenu
 *---------------------------------------------------------- */
@media only screen and (max-width: 1023px) {

	#drawerMenu,
	#slideMenu,
	#floatingMenu {
		padding-bottom: 20px;
		background-color: #513d29;
		-webkit-transition: top 0.3s, opacity 0.3s;
		transition: top 0.3s, opacity 0.3s;
	}

	#drawerMenu .header_menu > li > a,
	#slideMenu .header_menu > li > a,
	#floatingMenu .header_menu > li > a {
		display: block;
		padding: 15px 20px;
		font-size: 1.6rem;
		color: #fff;
		border-bottom: 1px solid #e4e4e4;
	}

	#floatingMenu .header_menu > li > a span {
		font-size: 1.2rem;
		font-family: "Libre Franklin", sans-serif;
		font-weight: 200;
		font-style: italic;
		margin-left: 1em;
	}

	#drawerMenu .header_btn,
	#slideMenu .header_btn,
	#floatingMenu .header_btn {
		margin-top: 30px;
	}

	#drawerMenu .header_btn a,
	#slideMenu .header_btn a,
	#floatingMenu .header_btn a {
		background: #fff;
	}

	#drawerMenu .header_btn a span,
	#slideMenu .header_btn a span,
	#floatingMenu .header_btn a span {
		color: #513d29;
	}

	#drawerMenu .header_scdmenu > li > a,
	#slideMenu .header_scdmenu > li > a,
	#floatingMenu .header_scdmenu > li > a {
		display: block;
		padding: 10px 20px;
		font-size: 1.4rem;
		border-bottom: 1px dotted #513d29;
		color: #513d29;
		background-color: rgba(243, 243, 243, 0.8);
	}

	#drawerMenu .on-submenu > a,
	#slideMenu .on-submenu > a,
	#floatingMenu .on-submenu > a {
		position: relative;
		padding-right: 30px;
	}

	#drawerMenu .on-submenu > a::before,
	#drawerMenu .on-submenu > a::after,
	#slideMenu .on-submenu > a::before,
	#slideMenu .on-submenu > a::after,
	#floatingMenu .on-submenu > a::before,
	#floatingMenu .on-submenu > a::after {
		position: absolute;
		top: 50%;
		right: 15px;
		display: block;
		width: 20px;
		height: 3px;
		content: "";
		background-color: #fff;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	#drawerMenu .on-submenu > a::after,
	#slideMenu .on-submenu > a::after,
	#floatingMenu .on-submenu > a::after {
		-webkit-transform: translateY(-50%) rotate(90deg);
		transform: translateY(-50%) rotate(90deg);
	}

	#drawerMenu .on-submenu.is-show > a::after,
	#slideMenu .on-submenu.is-show > a::after,
	#floatingMenu .on-submenu.is-show > a::after {
		opacity: 0;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

#floatingMenu {
	padding-top: 60px;
}

#floatingMenu .header_menu {
	border-top: 1px solid #e4e4e4;
}

#floatingMenu .header_menu > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* ---------------------------------------------------------
 *  SP TEL/WEB button
 *---------------------------------------------------------- */
.fixedMenu {
	display: none;
}

@media only screen and (max-width: 768px) {
	.fixedMenu {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 3;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: calc(100% - 50px);
	}

	.fixedMenu.is-switch #telBtn {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 1;
		order: 1;
		position: relative;
	}

	.fixedMenu.is-switch #telBtn:before,
	.fixedMenu.is-switch #telBtn:after {
		content: "";
		width: calc(100% - 10px);
		height: 1px;
		background: #513d29;
		position: absolute;
		left: 5px;
		z-index: 1;
	}

	.fixedMenu.is-switch #telBtn:before {
		top: 5px;
	}

	.fixedMenu.is-switch #telBtn:after {
		bottom: 5px;
	}

	.fixedMenu.is-switch #telBtn .fixedMenu__text {
		font-size: 1.9rem;
	}

	.fixedMenu.is-switch #telBtn .fixedMenu__text:before {
		content: "TEL：";
		font-size: 0.97rem;
	}

	.fixedMenu.is-switch #telBtn a {
		background-color: #967422;
	}

	.fixedMenu.is-switch #webBtn {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 2;
		order: 2;
		position: relative;
	}

	.fixedMenu.is-switch #webBtn:before,
	.fixedMenu.is-switch #webBtn:after {
		content: "";
		width: calc(100% - 10px);
		height: 1px;
		background: linear-gradient(to right, #d3bf94 0%, #eae275 48%, #967422 100%);
		position: absolute;
		left: 5px;
		z-index: 1;
	}

	.fixedMenu.is-switch #webBtn:before {
		top: 5px;
	}

	.fixedMenu.is-switch #webBtn:after {
		bottom: 5px;
	}
}

@media only screen and (max-width: 768px) {
	.fixedMenu__button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

.fixedMenu__link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 0.4em;
	-moz-column-gap: 0.4em;
	column-gap: 0.4em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	background-color: #513d29;
}

.fixedMenu__link,
.fixedMenu__link:visited,
.fixedMenu__link:hover {
	color: #fff;
}

.fixedMenu__icon {
	width: 26px;
}

.fixedMenu__text {
	display: inline-block;
	font-size: 1.6rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 500;
}

@media only screen and (max-width: 480px) {
	.fixedMenu.is-switch #telBtn .fixedMenu__text {
		font-size: 3.95vw;
	}

	.fixedMenu.is-switch #telBtn .fixedMenu__text:before {
		font-size: 2.02vw;
	}

	.fixedMenu__icon {
		width: 5.41vw;
	}

	.fixedMenu__text {
		font-size: 3.33vw;
	}
}

/* ---------------------------------------------------------
 *	大枠
 *---------------------------------------------------------- */
#contents {
	overflow: hidden;
}

@media only screen and (max-width: 1023px) {
	#contents {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media only screen and (max-width: 768px) {
	#contents {
		padding-right: 15px;
		padding-left: 15px;
	}
}

/* ---------------------------------------------------------
 *	フッター
 *---------------------------------------------------------- */
#footer {}

#footer .footer_inner {
	max-width: 1052px;
	margin-right: auto;
	margin-left: auto;
}

@media only screen and (max-width: 768px) {
	#footer iframe {
		height: 700px
	}
}

/* ---------------------------------------------------------
 *	フッター contact
 *---------------------------------------------------------- */
#footer .footer_contact {
	padding: 130px 0 120px;
}

#footer .footer_contactHead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 360px;
	flex-basis: 360px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#footer .footer_contactHeadLogo img {
	width: 100%;
	max-width: 500px;
}

#footer .footer_contactHeadName {
	padding-left: 20px;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
	font-size: 2rem;
	border-left: 2px solid #e4e4e4;
}

#footer .footer_contactWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px;
}

#footer .footer_contactWrap > * {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 30px;
	background-color: #fff;
	border: 1px solid #e4e4e4;
}

#footer .footer_tel {
	min-width: 400px;
}

#footer .footer_telTtl,
#footer .footer_formTtl {
	padding-bottom: 10px;
	font-size: 2.2rem;
	line-height: 1.2;
	text-align: center;
	border-bottom: 1px solid #e4e4e4;
}

#footer .footer_telTtl span,
#footer .footer_formTtl span {
	font-size: 1.8rem;
}

#footer .footer_telNum {
	margin-top: 20px;
	text-align: center;
}

#footer .footer_telNum a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
	font-size: 3.6rem;
	line-height: 1;
	white-space: nowrap;
}

#footer .footer_telNum a > i {
	position: relative;
	display: inline-block;
	margin-right: 0.25em;
	font-size: 0.9em;
	color: #513d29;
	-webkit-transform: translateY(0.12em);
	transform: translateY(0.12em);
}

#footer .footer_telNum rt {
	font-size: 1rem;
}

#footer .footer_telAtt {
	text-align: center;
}

#footer .footer_form {
	margin-left: 2%;
	border-left: 1px solid #e4e4e4;
}

#footer .footer_formTxt {
	margin-top: 10px;
	text-align: center;
}

#footer .footer_formList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
}

#footer .footer_formList > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#footer .footer_formList > li:nth-of-type(2) {
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #e4e4e4;
}

#footer .footer_formPic {
	-ms-flex-preferred-size: 100px;
	flex-basis: 100px;
	padding-left: 10px;
}

#footer .footer_formBtn {
	margin-top: 20px;
}

#footer .footer_formBtn a {
	min-width: 180px;
}

@media only screen and (max-width: 1215px) {
	#footer .footer_contact {
		padding: 80px 30px 50px;
	}

	#footer .footer_formList > li {
		display: block;
	}

	#footer .footer_formPic {
		padding-left: 0;
		margin-top: 10px;
		text-align: center;
	}

	#footer .footer_formPic img {
		max-width: 90px;
	}

	#footer .footer_formBtn {
		margin-top: 0;
	}
}

@media only screen and (max-width: 1023px) {
	#footer .footer_contactHead {
		display: block;
		text-align: center;
	}

	#footer .footer_contactHeadLogo {
		padding-right: 0;
	}

	#footer .footer_contactHeadName {
		padding-left: 0;
		margin-top: 10px;
		font-size: 1.6rem;
		border-right: none;
	}

	#footer .footer_contactWrap {
		display: block;
	}

	#footer .footer_form {
		margin-top: 20px;
		margin-left: 0;
	}

	#footer .footer_tel {
		min-width: auto;
	}

	#footer .footer_telNum {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 768px) {
	#footer .footer_contact {
		padding: 70px 15px 60px;
	}

	#footer .footer_contactHeadLogo img {
		max-width: 240px;
	}

	#footer .footer_contactWrap {
		margin-top: 30px;
	}

	#footer .footer_contactWrap > * {
		padding: 20px;
	}

	#footer .footer_formTtl,
	#footer .footer_telTtl {
		font-size: 1.6rem;
	}

	#footer .footer_telNum a {
		padding-left: 8vw;
		font-size: 7vw;
	}

	#footer .footer_telNum a::before {
		font-size: 6.2vw;
	}

	#footer .footer_formList > li:nth-of-type(2) {
		padding-left: 5px;
		margin-left: 5px;
		border-left: none;
	}

	#footer .footer_formPic {
		display: none;
	}

	#footer .footer_formBtn a {
		width: 100%;
		min-width: 0;
		padding: 10px;
	}
}

/* ---------------------------------------------------------
 *	フッター copyright
 *---------------------------------------------------------- */
#footer .footer_copy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 98px;
	padding-right: 60px;
	font-size: 1.6rem;
	color: #fff;
	letter-spacing: 0;
	background-color: #513d29;
}

@media only screen and (max-width: 1215px) {
	#footer .footer_copy {
		height: 50px;
		padding-right: 50px;
	}
}

@media only screen and (max-width: 768px) {
	#footer .footer_copy {
		min-height: 100px;
		padding: 0 50px 50px 15px;
	}
}

/* ---------------------------------------------------------
 *	フッター totop
 *---------------------------------------------------------- */
#footer .footer_totop {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#footer .footer_totop.is-hide {
	bottom: -60px;
	opacity: 0;
}

#footer .footer_totop a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	font-size: 0;
	background-color: #967422;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
}

#footer .footer_totop a:before {
	position: absolute;
	top: 50%;
	right: 50%;
	bottom: 50%;
	left: 50%;
	display: block;
	width: 16px;
	height: 16px;
	content: "";
	background-color: transparent;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-right: -8px;
	margin-left: -8px;
	margin-top: -4px;
	margin-bottom: -12px;
}

@media only screen and (max-width: 1215px) {
	#footer .footer_totop a {
		width: 50px;
		height: 50px;
	}
}

/* ---------------------------------------------------------
 *	フッター access
 *---------------------------------------------------------- */

/*!
 *Animate.css - http://daneden.me/animate
 *Licensed under the MIT license
 *
 *Copyright (c) 2013 Daniel Eden
 *
 *Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
 *
 *The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
 *
 *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
}

@-webkit-keyframes flash {

	0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

@keyframes flash {

	0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	30% {
		-webkit-transform: scaleX(1.25) scaleY(0.75);
		transform: scaleX(1.25) scaleY(0.75);
	}

	40% {
		-webkit-transform: scaleX(0.75) scaleY(1.25);
		transform: scaleX(0.75) scaleY(1.25);
	}

	60% {
		-webkit-transform: scaleX(1.15) scaleY(0.85);
		transform: scaleX(1.15) scaleY(0.85);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	30% {
		-webkit-transform: scaleX(1.25) scaleY(0.75);
		transform: scaleX(1.25) scaleY(0.75);
	}

	40% {
		-webkit-transform: scaleX(0.75) scaleY(1.25);
		transform: scaleX(0.75) scaleY(1.25);
	}

	60% {
		-webkit-transform: scaleX(1.15) scaleY(0.85);
		transform: scaleX(1.15) scaleY(0.85);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shake {

	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@keyframes shake {

	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

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

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

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

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	10%,
	20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}

	100% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	10%,
	20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}

	100% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg);
	}

	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg);
	}

	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg);
	}

	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg);
	}

	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg);
	}

	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg);
	}

	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg);
	}

	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg);
	}

	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg);
	}

	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg);
	}

	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}

	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}

	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}

	80% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}

	80% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
	}

	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
	}

	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	80% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	80% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	25% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
	}
}

@keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	25% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

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

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

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

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

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

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

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

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

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

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

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

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

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}

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

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}

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

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
		transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
		transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

@-webkit-keyframes slideInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}

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

@keyframes slideInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}

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

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
	}

	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateY(-2000px);
		transform: scale(0.1) translateY(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateY(60px);
		transform: scale(0.475) translateY(60px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateY(-2000px);
		transform: scale(0.1) translateY(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateY(60px);
		transform: scale(0.475) translateY(60px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateX(-2000px);
		transform: scale(0.1) translateX(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateX(48px);
		transform: scale(0.475) translateX(48px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateX(-2000px);
		transform: scale(0.1) translateX(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateX(48px);
		transform: scale(0.475) translateX(48px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateX(2000px);
		transform: scale(0.1) translateX(2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateX(-48px);
		transform: scale(0.475) translateX(-48px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateX(2000px);
		transform: scale(0.1) translateX(2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateX(-48px);
		transform: scale(0.475) translateX(-48px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateY(2000px);
		transform: scale(0.1) translateY(2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateY(-60px);
		transform: scale(0.475) translateY(-60px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateY(2000px);
		transform: scale(0.1) translateY(2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateY(-60px);
		transform: scale(0.475) translateY(-60px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
	}

	100% {
		opacity: 0;
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
	}

	100% {
		opacity: 0;
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateY(-60px);
		transform: scale(0.475) translateY(-60px);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateY(2000px);
		transform: scale(0.1) translateY(2000px);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateY(-60px);
		transform: scale(0.475) translateY(-60px);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateY(2000px);
		transform: scale(0.1) translateY(2000px);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateX(42px);
		transform: scale(0.475) translateX(42px);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateX(-2000px);
		transform: scale(0.1) translateX(-2000px);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateX(42px);
		transform: scale(0.475) translateX(42px);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateX(-2000px);
		transform: scale(0.1) translateX(-2000px);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateX(-42px);
		transform: scale(0.475) translateX(-42px);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateX(2000px);
		transform: scale(0.1) translateX(2000px);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateX(-42px);
		transform: scale(0.475) translateX(-42px);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateX(2000px);
		transform: scale(0.1) translateX(2000px);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateY(60px);
		transform: scale(0.475) translateY(60px);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateY(-2000px);
		transform: scale(0.1) translateY(-2000px);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateY(60px);
		transform: scale(0.475) translateY(60px);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateY(-2000px);
		transform: scale(0.1) translateY(-2000px);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 17px solid #fff;
	margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 17px solid #fff;
	margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

	/**
   *   * Remove all paddings around the image on small screen */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

/* Rtl support */
[data-simplebar] {
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.simplebar-wrapper {
	overflow: hidden;
	width: inherit;
	height: inherit;
	max-width: inherit;
	max-height: inherit;
}

.simplebar-mask {
	direction: inherit;
	position: absolute;
	overflow: hidden;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: auto !important;
	height: auto !important;
	z-index: 0;
}

.simplebar-offset {
	direction: inherit !important;
	-webkit-box-sizing: inherit !important;
	box-sizing: inherit !important;
	resize: none !important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	-webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
	direction: inherit;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	position: relative;
	display: block;
	height: 100%;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

.simplebar-hide-scrollbar {
	position: fixed;
	left: 0;
	visibility: hidden;
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.simplebar-hide-scrollbar::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

.simplebar-content:before {
	content: " ";
	display: table;
}

.simplebar-content:after {
	content: " ";
	display: table;
}

.simplebar-placeholder {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
	-webkit-box-sizing: inherit !important;
	box-sizing: inherit !important;
	height: 100%;
	width: 100%;
	max-width: 1px;
	position: relative;
	float: left;
	max-height: 1px;
	overflow: hidden;
	z-index: -1;
	padding: 0;
	margin: 0;
	pointer-events: none;
	-webkit-box-flex: inherit;
	-ms-flex-positive: inherit;
	flex-grow: inherit;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
}

.simplebar-height-auto-observer {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 1000%;
	width: 1000%;
	min-height: 1px;
	min-width: 1px;
	overflow: hidden;
	pointer-events: none;
	z-index: -1;
}

.simplebar-track {
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
	overflow: hidden;
}

[data-simplebar].simplebar-dragging {
	pointer-events: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
	pointer-events: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
	pointer-events: all;
}

.simplebar-scrollbar {
	position: absolute;
	left: 0;
	right: 0;
	min-height: 10px;
}

.simplebar-scrollbar:before {
	position: absolute;
	content: "";
	background: black;
	border-radius: 7px;
	left: 2px;
	right: 2px;
	opacity: 0;
	-webkit-transition: opacity 0.2s 0.5s linear;
	transition: opacity 0.2s 0.5s linear;
	top: 2px;
	bottom: 2px;
	left: 2px;
	right: 2px;
}

.simplebar-scrollbar.simplebar-visible:before {
	opacity: 0.5;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
	top: 0;
	width: 11px;
}

.simplebar-track.simplebar-horizontal {
	left: 0;
	height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	right: auto;
	left: 0;
	top: 0;
	bottom: 0;
	min-height: 0;
	min-width: 10px;
	width: auto;
}

[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
	right: auto;
	left: 0;
}

.simplebar-dummy-scrollbar-size {
	direction: rtl;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	height: 500px;
	width: 500px;
	overflow-y: hidden;
	overflow-x: scroll;
	-ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
	width: 200%;
	height: 200%;
	margin: 10px 0;
}

/* Slider */
.slick-loading .slick-list {
	background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
	font-family: "slick";
	src: url("../common/font/slick.eot");
	src: url("../common/font/slick.eot?#iefix") format("embedded-opentype"), url("../common/font/slick.woff") format("woff"), url("../common/font/slick.ttf") format("truetype"), url("../common/font/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 40px;
	width: 40px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, calc(-50% - 20px));
	transform: translate(0, calc(-50% - 20px));
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 40px;
	line-height: 1;
	color: #513d29;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: 0;
	z-index: 1;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: 0;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
	padding-bottom: 50px;
}

.slick-dots {
	position: absolute;
	bottom: 20px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 10px;
}

.slick-dots li {
	margin: 0 5px;
	display: inline-block;
	vertical-align: top;
	width: 25px;
	height: 10px;
}

.slick-dots li button {
	vertical-align: top;
	border: none;
	width: 25px;
	height: 10px;
	padding: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border: 2px solid #fff;
	background-color: #ccc;
	font-size: 0;
	cursor: pointer;
}

.slick-dots li.slick-active button {
	background-color: #513d29;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}
