@charset "utf-8";

/*
Theme Name: genova_tpl
Theme URI: http://genova.co.jp/
*/


/* =====================================
BASE
===================================== */

body {
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Hiragino Sans, 'Osaka', 'MS PGothic', -apple-system, BlinkMacSystemFont, arial, helvetica, sans-serif;
	color: #2F2A24;
	font-size: 1.6rem;
	letter-spacing: 0px;
	line-height: 1.9;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: normal;
	background: #F7F5F2;
}

body#body_frontpage .elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

a {
	text-decoration: underline;
	color: #2F2A24;
}

.wpcf7 form.sent .wpcf7-response-output {
	display: none !important;
}

@media screen and (max-width: 767px) {
	html {
		font-size: 2.4vw;
	}
}

.blog_con_in .post-content h3 {
	background: #e9dea0;
	font-size: 2rem;
	padding: 30px;
	border-top: 5px solid #c18a5a;
	margin-bottom: 40px;
	margin-top: 30px;
	line-height: 1.5;
	font-family: "秀英明朝 M", serif;
}

.blog_con_in .post-content h4 {
	font-size: 1.8rem;
	border-bottom: 5px solid #c18a5a;
	padding-bottom: 20px;
	line-height: 1.4;
	margin-bottom: 30px;
	margin-top: 30px;
	font-family: "秀英明朝 M", serif;
}

@media screen and (max-width: 767px) {
	.blog_con_in .post-content h3 {
		font-size: 1.8rem !important;
		margin-bottom: 5vw;
		margin-top: 5vw;
		padding: 3vw;
	}
	.blog_con_in .post-content h4 {
		font-size: 1.8rem !important;
		margin-bottom: 5vw;
		margin-top: 5vw;
		padding-bottom: 3vw;
	}
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
	display: block !important;
}

.elementor-widget-wrap {
	flex-wrap: inherit !important;
	-ms-flex-line-pack: inherit !important;
	align-content: inherit !important;
}

.elementor-element .elementor-icon-list-icon i:before {
	color: #C18A5A !important;
}

.kome {
	padding-left: 1em;
	text-indent: -1em
}

.hosoku {
	font-size: 1.3rem !important;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #ccc;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
}

::placeholder {
	/* Others */
	color: #ccc
}


/* =====================================
Layout
===================================== */


/*--------------------------------------
header
--------------------------------------*/

#header {
	transition: 0.5s ease;
}

#header .wrap,
.gnav,
.gnav .menu > li {
	height: 134px;
}

.post-header {}

@media screen and (max-width: 960px) {
	.post-header,
	.mainimage_wrap {
		margin-top: 0;
	}
}


/* logo */

#header .logo {
	width: 30.7%;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	justify-content: space-between;
}

#header .logo img {
	width: 100%;
	max-width: 271px;
}


/* header right box */

#header .right .right_left,
#header .right .right_right {
	width: 180px;
}

#header .right .right_right p + p {
	margin-top: 1px;
}

#header .right img {
	width: 180px;
	max-width: 100%;
	display: block;
}

#header .right .right_left {
	float: left;
}


/* gnav */

.gnav {
	position: absolute;
	right: 20px;
	top: 0;
}

.gnav .menu {
	font-size: .8em;
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.gnav .menu > li {
	position: relative;
	z-index: 2;
	float: left;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	letter-spacing: 0.1em;
}

.gnav .menu > li + li:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 1px;
	height: 30px;
	top: 50%;
	left: 0%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	z-index: 10;
}

.gnav .menu > li > a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 1.7rem;
	text-decoration: none;
	padding: 0px 30px;
	transition: 0.5s ease;
	cursor: pointer;
	line-height: 1.5;
	letter-spacing: 0.02em;
	position: relative;
	color: #fff;
}

.gnav .menu li a {
	font-family: "秀英明朝 M", serif;
}

.gnav .menu > li > a > span {
	color: #fff;
	line-height: 1.4;
	font-size: 1rem;
	padding-top: 3px;
	/* position: absolute; */
	/* bottom: 10px; */
	/* left: 0; */
	width: 100%;
	letter-spacing: 0.06em;
}

#menu-g_nav .sub-menu li {
	width: 100%;
	border-top: 1px solid #ffffff;
	text-align: left;
}

#menu-g_nav .sub-menu li a {
	padding: 12px 10px 14px 29px;
	text-decoration: none;
	color: #fff;
	/* font-weight: 700; */
}

#menu-g_nav .sub-menu li:first-child {
	border: none;
	/* border-radius: 10px 10px 0 0; */
	overflow: hidden;
}

#menu-g_nav .sub-menu li:last-child {
	/* border-radius: 0 0 10px 10px; */
	overflow: hidden;
}

.gnav .in_logo {
	width: 100%;
	padding: 0 70px 0 0vw;
	height: 70px;
	box-sizing: border-box;
	position: relative;
}

.gnav .in_logo img {
	display: block;
	max-width: 141.6px;
}

.gnav_bottom {
	background: #66CC99;
	padding: 6vw 6vw 8vw 5vw;
	color: #fff;
	letter-spacing: 0.1em;
	text-align: center;
	font-size: 2rem;
	position: relative;
	box-sizing: border-box;
}

.gnav_bottom:before {
	background: url(../../uploads/fix_bg.jpg) center top no-repeat;
	width: 100%;
	height: 22vw;
	background-size: cover;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
}

.gnav_bottom * {
	position: relative;
}

.gnav_bottom .btn {
	margin-top: 11vw;
}

.gnav_bottom .btn img {
	width: 100%;
}

@media screen and (min-width: 961px) {
	.gnav_bottom .txt {
		font-family: "秀英明朝 L", Shuei Mincho L, serif;
	}
	.gnav_bottom .txt02 {
		font-size: 1.6rem;
	}
	.gnav_bottom ul {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: space-between;
	}
	.gnav_bottom li {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: space-between;
		width: 33%;
	}
	.gnav_bottom img {
		width: 100%;
	}
	.gnav .menu > li > a {
		text-shadow: 0px 3px 6px rgba(70, 55, 32, 0.49);
	}
	.gnav .menu > li:first-child > a {
		/* color: #749168; */
		/* line-height: 1.4; */
		/* font-size: 1rem; */
		/* position: absolute; */
		/* bottom: 10px; */
		/* left: 0; */
		/* width: 100%; */
		/* letter-spacing: 1px; */
		/* padding-top: 25px; */
	}
	.gnav .menu > li:first-child > a:before {
		/* background: url(../../uploads/h_home.svg) center center no-repeat; */
		/* position: absolute; */
		/* content: ""; */
		/* width: 18px; */
		/* height: 19px; */
		/* top: 27px; */
		/* left: 50%; */
		/* -webkit-transform: translate(-50%, 0%); */
		/* transform: translate(-50%, 0%); */
	}
	.gnav .menu > li > a:after {
		position: absolute;
		bottom: 0;
		width: 100%;
		background: #ffffff;
		height: 60px;
		content: "";
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		left: 50%;
		opacity: 0;
		transition: 0.5s ease;
	}
	.gnav .menu > li > a:hover:after {
		opacity: 0.2;
		transition: 0.5s ease;
	}
	#menu-g_nav .sub-menu {
		position: absolute;
		left: 50%;
		-webkit-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
		z-index: 1;
		width: 250px;
		background: #84765F;
		list-style: none;
		padding: 0;
		-webkit-transition-duration: .7s;
		-ms-transition-duration: .7s;
		-o-transition-duration: .7s;
		transition-duration: .7s;
		opacity: 0;
		filter: alpha(opacity=0);
		-ms-filter: "alpha( opacity=0 )";
		/* border-radius: 10px; */
		-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
		box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
		top: 100%;
		margin-top: -20px;
	}
	#menu-g_nav .sub-menu li a {
		position: relative;
		font-size: 1.4rem;
		line-height: 1.5;
		transition: 0.5s ease;
		letter-spacing: 0;
	}
	#menu-g_nav .sub-menu li a:before {
		position: absolute;
		top: 50%;
		left: 17px;
		-webkit-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
		display: block;
		font-family: 'icomoon';
		speak: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\e910";
		color: #fff;
		font-size: 10px;
	}
	#menu-g_nav .sub-menu li a:hover {
		background: #776547;
		transition: 0.5s ease;
	}
	#menu-g_nav .sub-menu:before {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 10px 10px 10px;
		border-color: transparent transparent #84765f transparent;
		position: absolute;
		content: "";
		top: -10px;
		left: 50%;
		-webkit-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
		z-index: 99;
	}
}

@media screen and (max-width: 960px) {
	#header .toggleMenu.active:before {
		content: "CLOSE";
	}
}

.toggleMenu {
	width: 34px;
	height: 26px;
	text-align: center;
	color: #fff;
	margin-right: 6vw;
	transition: 0.5s ease;
}

.js_scroll_mv_over .toggleMenu:not(.active) {
	background: rgba(70, 55, 32, 0.7);
	transition: 0.5s ease;
}

.menu-trigger {
	position: relative;
	width: 25px;
	height: 13px;
	margin: -13px auto 0 auto;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 11px;
	display: none;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.toggleMenu.active .menu-trigger span:nth-of-type(1) {
	top: -7px;
}

.toggleMenu.active .menu-trigger span:nth-of-type(3) {
	bottom: 0px;
}

@media screen and (max-width: 767px) {
	#header {
		z-index: 9999;
		width: 100%;
		position: absolute;
	}
	#header .logo {
		min-width: inherit;
		width: 100%;
		margin-left: 0;
		float: none;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	#header .logo img {
		max-width: 141.6px;
	}
	#header .toggleMenu:before {
		margin-top: 17px;
	}
	.gnav .menu {
		margin: 9vw 6vw;
	}
	.gnav_bottom .txt {
		font-size: 2.6rem;
	}
	.gnav_bottom .txt02 {
		font-size: 1.6rem;
		margin-top: 2vw;
	}
	.h_contact_box {
		margin-top: 5vw;
	}
	.h_contact_box {}
}

@media screen and (max-width: 960px) {
	.gnav {
		background: #463720;
	}
	#header .toggleMenu:before {
		position: absolute;
		content: "MENU";
		color: #fff;
		font-size: 12px;
		bottom: 11px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	#header .wrap {
		margin: 0 auto;
		height: 70px;
	}
	.gnav .menu > li:first-child > a {
		background: no-repeat;
		/* font-size: 2.1rem; */
		line-height: 1.4;
	}
	.gnav .menu {
		height: inherit;
		background: #ffffff;
		margin: auto;
		margin: 5vw 5vw 10vw;
		border-radius: 0;
		overflow: hidden;
		/* border-bottom: 1px solid #220201; */
	}
	.gnav .menu > li.menu-item-has-children > a:after {
		width: 2vw;
		height: 2vw;
		border-right: 2px solid #463720;
		border-bottom: 2px solid #463720;
		position: absolute;
		content: "";
		right: 4vw;
		top: 50%;
		-webkit-transform: translate(-50%, -50%) rotate(45deg);
		transform: translate(-50%, -50%) rotate(45deg);
		transition: 0.5s;
	}
	.gnav .menu > li > a {
		display: block;
		font-size: 4.3vw;
		padding: 5vw 10vw 5vw 4vw !important;
		width: 100%;
		text-align: left;
		line-height: 1.4;
		min-height: inherit;
		background: none !important;
		color: #463720;
	}
	.gnav .menu > li > a > span {
		display: none;
	}
	.gnav .menu > li:first-child > a em {
		display: block;
	}
	.gnav .menu > li:not(:last-child) {
		border-bottom: 2px solid #463720;
	}
	#menu-g_nav > li .sub-menu {
		position: relative;
		left: inherit;
		width: 100%;
		top: 0;
		opacity: 1;
		transition: none;
		background: #DD8D2D;
	}
	#menu-g_nav .sub-menu {
		width: 100%;
		position: relative;
		top: inherit;
		left: inherit;
		font-size: 1.7rem;
	}
	#menu-g_nav .sub-menu li {
		text-align: left;
		border-top: 1px solid #463720 !important;
	}
	#menu-g_nav .sub-menu li a {
		padding: 4vw 5vw 4vw 10vw;
		text-align: left;
		/* padding-left: 10vw; */
		font-size: 4.3vw;
		position: relative;
		color: #fff;
	}
	#menu-g_nav .sub-menu li a:before {
		width: 1.4vw;
		height: 1.4vw;
		border-right: 2px solid #076f4b;
		border-bottom: 2px solid #076f4b;
		position: absolute;
		content: "";
		left: 5vw;
		top: 50%;
		-webkit-transform: translate(-50%, -50%) rotate(-45deg);
		transform: translate(-50%, -50%) rotate(-45deg);
		display: none;
	}
	.h_contact_box img {
		display: block;
	}
	.h_contact_box {
		margin-top: 5vw;
	}
	.h_contact_box img {
		margin-left: auto;
		margin-right: auto;
	}
	.post-header {
		margin-top: 0 !important;
	}
}

@media screen and (min-width: 961px) {
	#header.js_scroll_mv_over {
		background: rgba(70, 55, 32, 0.7);
		transition: 0.5s ease;
	}
}

@media screen and (max-width: 960px) and (min-width: 768px) {
	#header {
		/* background: #ffffff; */
		position: absolute;
		left: 0;
		z-index: 9999;
		width: 100%;
		height: 80px;
	}
	#header .logo {
		min-width: inherit;
		width: 70%;
		width: -webkit-calc(100% - 90px);
		width: calc(100% - 90px);
		margin-left: 5vw;
		float: none;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	#header .wrap {
		height: 100px;
	}
	.gnav .menu > li > a {
		padding: 14px 40px 14px 20px !important;
		font-size: 2rem !important;
	}
	.gnav .menu > li.menu-item-has-children > a:after {
		width: 10px;
		height: 10px;
		right: 15px;
		margin-top: -3px;
	}
	.gnav_bottom {
		padding: 40px 20px 10px 20px;
	}
	.gnav_bottom:before {
		height: 110px;
	}
	.gnav .in_logo {
		height: 100px;
		padding: 0;
		position: relative;
	}
	.gnav .in_logo a {
		top: 50%;
		left: 0;
		-webkit-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
		display: block;
		position: absolute;
	}
	.gnav_in {
		margin: 0;
	}
	.gnav .in_logo img,
	#header .logo img {
		width: 202.3px;
		max-width: inherit;
	}
	#menu-g_nav .sub-menu li a {
		font-size: 2rem !important;
		padding: 10px 40px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1120px) {
	#menu-g_nav .sub-menu li a:before {
		left: 20px;
	}
}

@media screen and (max-width: 1270px) and (min-width: 768px) {
	#header .right .right_left,
	#header .right .right_right {
		margin-right: 10px;
		flex-direction: column;
		width: 120px;
	}
	.gnav {}
	.gnav .menu > li > a {
		font-size: 1.3rem;
		padding-left: 15px;
		padding-right: 15px;
		/* letter-spacing: 0.1em; */
	}
	#header .logo {
		margin-left: 0;
	}
	#menu-g_nav .sub-menu {
		width: 180px;
	}
	#menu-g_nav .sub-menu li a {}
}


/*--------------------------------------
Mainimage
--------------------------------------*/

#mainimage {
	/* background: #4E1E05; */
	margin-bottom: -1px;
}

#mainimage:before {
	/* position: absolute; */
	/* content: ""; */
	/* background: url(../../uploads/mv_txt_pc.png) center center no-repeat; */
	/* width: 606px; */
	/* height: 90%; */
	/* z-index: 100; */
	/* background-size: contain; */
	/* left: 45%; */
	/* left: -webkit-calc(50% - 66px); */
	/* left: calc(50% - 66px); */
	/* top: 50%; */
	/* -webkit-transform: translate(0%, -50%); */
	/* transform: translate(0%, -50%); */
}

#mainimage .bx-pager-item a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	height: 8px;
	width: 8px;
	background: #fff;
	border-radius: 50%;
	line-height: 1;
}

#mainimage .bx-pager.bx-default-pager {
	z-index: 100;
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

#mainimage .bx-pager-item {
	padding: 0 4px;
}

#mainimage a.bx-pager-link.active {
	background: #000;
}

@media screen and (max-width: 767px) {
	#mainimage {
		margin-top: 0;
		padding-left: 0;
		margin-bottom: 0vw !important;
		padding-bottom: 0 !important;
	}
	#mainimage:before {
		width: 87vw;
	}
	#mainimage .bx-pager.bx-default-pager {
		bottom: 74vw;
	}
}

@media screen and (max-width: 960px) and (min-width: 768px) {
	#mainimage {
		margin-top: 0;
	}
}


/*--------------------------------------
Breadcrumb
--------------------------------------*/

#breadcrumb {
	padding: 15px 10px;
	/* background: #F2F2F2; */
}

#breadcrumb .breadcrumb_list .breadcrumb_item span,
#breadcrumb .breadcrumb_list .breadcrumb_item a {
	color: #77716C;
	text-decoration: none;
}

#breadcrumb .breadcrumb_list .breadcrumb_item a,
#breadcrumb .breadcrumb_list .breadcrumb_item a span {
	color: #77716C !important;
}

#breadcrumb .breadcrumb_list .breadcrumb_item a {
	/* color: #000000; */
}


/*--------------------------------------
POSTS
--------------------------------------*/


/* navigation */

.navigation .prev a,
.navigation .next a {
	display: block;
	width: 100px;
	height: 40px;
	font-size: 16px;
	background: #BFBEBD;
	color: #373431;
	line-height: 40px;
	letter-spacing: 0;
	border-radius: 5px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	text-decoration: none !important;
	padding-left: 8px;
	font-weight: bold;
}

.navigation .prev a span:before {
	display: block;
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}

.navigation .next a {
	padding-left: inherit;
	padding-right: 8px;
}

.navigation .next a span:before {
	display: block;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}


/*--------------------------------------
FOOTER
--------------------------------------*/

#footer {
	/* margin-top: 60px; */
	/* font-size: 1rem; */
}

#wpfront-scroll-top-container img {
	/* -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.11); */
	/*-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.11);*/
	/* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.11); */
	/* border-radius: 50%; */
}

@media screen and (max-width: 767px) {
	#wpfront-scroll-top-container {
		display: none !important;
	}
}


/* =====================================
ASSETS(Unders)
===================================== */


/*--------------------------------------
テーブル_2列
--------------------------------------*/

.column2_table {
	width: 100%;
}

.column2_table th,
.column2_table td {
	line-height: 1.6;
	vertical-align: top;
}

.column2_table tr:first-child th {
	/* border-top: 1px solid #070707; */
}

.column2_table tr:first-child td {
	/* border-top: 1px solid #B2ADAD; */
}

.column2_table th {
	width: 30%;
	padding: 13px 14px 10px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #c18a5a;
}

.column2_table thead th {
	background: #ffedee;
	padding-left: 20px;
	padding-right: 20px;
}

.column2_table td {
	padding: 13px 0px 10px 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #CBCAC9;
}

@media screen and (max-width: 767px) {
	.column2_table th,
	.column2_table td {
		font-size: 1.4rem;
	}
	.column2_table th {
		padding: 13px 0px 10px 0;
	}
}


/*--------------------------------------
リスト_ミニ
--------------------------------------*/

.list_mini.elementor-widget .elementor-icon-list-icon i:before {
	font-size: 1rem;
}

.list_mini.elementor-widget .elementor-icon-list-icon {
	margin-top: -2px !important;
}


/*--------------------------------------
リスト_余白
--------------------------------------*/

.elementor-widget.li_mt .elementor-icon-list-item + .elementor-icon-list-item,
.li_mt .elementor-icon-list-item + .elementor-icon-list-item {
	margin-top: 1em;
}


/*--------------------------------------
リスト_チェック
--------------------------------------*/

#main .check_list .elementor-icon-list-items li {
	position: relative;
	padding: 2px 0 2px 35px;
}

#main .check_list .elementor-icon-list-items li:before {
	content: "";
	display: block;
	height: 21px;
	width: 21px;
	position: absolute;
	left: 0;
	top: 9px;
	box-sizing: border-box;
	background: #E9DEA0;
	/* border-radius: 50%; */
}

#main .check_list .elementor-icon-list-items li:after {
	content: "";
	display: block;
	width: 12px;
	height: 17px;
	border-color: #C18A5A;
	border-style: solid;
	border-width: 0 4px 4px 0;
	position: absolute;
	left: 9px;
	top: 7px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	#main .check_list .elementor-icon-list-items li {
		padding-left: 9vw;
	}
	#main .check_list .elementor-icon-list-items li:before {
		top: 1.6vw;
		width: 6vw;
		height: 6vw;
	}
	#main .check_list .elementor-icon-list-items li:after {
		top: 1.4vw;
		width: 3vw;
		height: 4vw;
		left: 2.7vw;
	}
}


/*--------------------------------------
リスト_番号
--------------------------------------*/

.num_list .elementor-icon-list-items li {
	margin-bottom: 15px;
	padding-left: 35px;
}

.num_list .elementor-icon-list-items li:before {
	background: #f9b02b;
	color: #fff;
	font-size: 1.6rem;
	width: 24px;
	height: 24px;
	line-height: 24px;
	top: 6px;
	letter-spacing: 0;
	border-radius: 6px;
}

@media screen and (max-width: 767px) {
	.num_list .elementor-icon-list-items li:before {
		top: 2.2vw;
		width: 5vw;
		height: 5vw;
		line-height: 5vw;
	}
	.num_list .elementor-icon-list-items li {
		padding-left: 8vw;
	}
}


/*--------------------------------------
リスト_アンカーリンク
--------------------------------------*/

.anchorlinks {
	background: #f6faf1;
	padding: 30px 70px;
	list-style: none;
	font-size: 1.8rem;
	/* border: 3px solid #84D8D0; */
	border-radius: 10px;
}

.anchorlinks .elementor-icon-list-items li {
	position: relative;
	width: auto;
	display: inline-block;
	padding-left: 16px;
	margin: 5px 30px 5px 0;
	line-height: 1.6;
}

.anchorlinks .elementor-icon-list-items li a:before {
	color: #9BCB69;
	font-size: 1.5rem;
}

.anchorlinks .elementor-icon-list-items li a:hover:before {
	margin-top: -6px;
}

.anchorlinks .elementor-icon-list-items li a:hover {
	color: #534541;
}

@media screen and (max-width: 767px) {
	.anchorlinks {
		padding: 3vw 5vw;
	}
	.anchorlinks .elementor-icon-list-items li a:before {
		font-size: 1rem;
		margin-top: 0.1vw;
	}
}


/*--------------------------------------
ビフォーアフター
--------------------------------------*/

.before_after:before {
	display: block;
	content: "";
	border-left: 14px solid #ee8fae;
	border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
	margin-top: -20px;
	margin-left: -7px;
}

.before_after .elementor-widget.elementor-widget-heading {
	margin-bottom: 10px !important;
}

.before_after > div > div > div {
	width: 48% !important;
}

.before_after > div > div {
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.before_after > div > div > div {
		width: 100% !important;
	}
	.before_after > div > div > div + div {
		margin-top: 10vw;
	}
	.before_after:before {
		border-left: 20px solid transparent;
		border-top: 14px solid #ee8fae;
		border-right: 20px solid transparent;
		border-bottom: none;
		margin-top: -6vw;
		margin-left: -20px;
	}
	.before_after .elementor-icon-list-items li {
		margin-top: 50px;
	}
}


/*--------------------------------------
ボーター_枠囲
--------------------------------------*/

.border_box,
.beta_box,
.border_box_in > div > div,
.beta_box_in > div > div {
	border: 2px solid #E28855;
	padding: 40px 55px 40px 55px;
	border-radius: 20px;
	background: #fff;
}

.border_box_in > div > div,
.beta_box_in > div > div {
	padding-bottom: 10px;
}

.post-content.upage .border_box h2,
.post-content.upage .border_box h3,
.post-content.upage .border_box h4,
.post-content.upage .border_box h5,
.post-content.upage .border_box h6,
.post-content.upage .beta_box h2,
.post-content.upage .beta_box h3,
.post-content.upage .beta_box h4,
.post-content.upage .beta_box h5,
.post-content.upage .beta_box h6,
.post-content.upage .border_box_in h2,
.post-content.upage .border_box_in h3,
.post-content.upage .border_box_in h4,
.post-content.upage .border_box_in h5,
.post-content.upage .border_box_in h6,
.post-content.upage .beta_box_in h2,
.post-content.upage .beta_box_in h3,
.post-content.upage .beta_box_in h4,
.post-content.upage .beta_box_in h5,
.post-content.upage .beta_box_in h6 {
	text-align: left !important;
	padding: 0 !important;
	font-size: 2.1rem !important;
	letter-spacing: 0.1em !important;
	margin-bottom: 20px !important;
	padding-left: 31px !important;
	color: #453d38 !important;
	border: none !important;
	margin-top: 0;
	font-family: "秀英明朝 M", serif;
	background: none;
	border-bottom: 1px solid #E28855 !important;
	padding-bottom: 20px !important;
	line-height: 1.4 !important;
}

.post-content.upage .border_box h2:before,
.post-content.upage .border_box h3:before,
.post-content.upage .border_box h4:before,
.post-content.upage .border_box h5:before,
.post-content.upage .border_box h6:before,
.post-content.upage .beta_box h2:before,
.post-content.upage .beta_box h3:before,
.post-content.upage .beta_box h4:before,
.post-content.upage .beta_box h5:before,
.post-content.upage .beta_box h6:before,
.post-content.upage .border_box_in h2:before,
.post-content.upage .border_box_in h3:before,
.post-content.upage .border_box_in h4:before,
.post-content.upage .border_box_in h5:before,
.post-content.upage .border_box_in h6:before,
.post-content.upage .beta_box_in h2:before,
.post-content.upage .beta_box_in h3:before,
.post-content.upage .beta_box_in h4:before,
.post-content.upage .beta_box_in h5:before,
.post-content.upage .beta_box_in h6:before {
	position: absolute;
	content: "";
	background-image: none !important;
	background: #c18a5a !important;
	width: 15px !important;
	height: 15px !important;
	border-radius: 0;
	top: 10px !important;
	left: 0 !important;
	border: none;
	bottom: inherit !important;
	margin-top: 0;
	-webkit-transform: inherit;
	transform: inherit;
}

.post-content.upage .border_box .no_icon h2,
.post-content.upage .border_box .no_icon h3,
.post-content.upage .border_box .no_icon h4,
.post-content.upage .border_box .no_icon h5,
.post-content.upage .border_box .no_icon h6,
.post-content.upage .beta_box .no_icon h2,
.post-content.upage .beta_box .no_icon h3,
.post-content.upage .beta_box .no_icon h4,
.post-content.upage .beta_box .no_icon h5,
.post-content.upage .beta_box h6,
.post-content.upage .border_box_in .no_icon h2,
.post-content.upage .border_box_in .no_icon h3,
.post-content.upage .border_box_in .no_icon h4,
.post-content.upage .border_box_in .no_icon h5,
.post-content.upage .border_box_in .no_icon h6,
.post-content.upage .beta_box_in .no_icon h2,
.post-content.upage .beta_box_in .no_icon h3,
.post-content.upage .beta_box_in .no_icon h4,
.post-content.upage .beta_box_in .no_icon h5,
.post-content.upage .beta_box_in .no_icon h6 {
	padding-left: 0 !important;
}

.post-content.upage .border_box .no_icon h2:before,
.post-content.upage .border_box .no_icon h3:before,
.post-content.upage .border_box .no_icon h4:before,
.post-content.upage .border_box .no_icon h5:before,
.post-content.upage .border_box .no_icon h6:before,
.post-content.upage .beta_box .no_icon h2:before,
.post-content.upage .beta_box .no_icon h3:before,
.post-content.upage .beta_box .no_icon h4:before,
.post-content.upage .beta_box .no_icon h5:before,
.post-content.upage .beta_box h6:before,
.post-content.upage .border_box_in .no_icon h2:before,
.post-content.upage .border_box_in .no_icon h3:before,
.post-content.upage .border_box_in .no_icon h4:before,
.post-content.upage .border_box_in .no_icon h5:before,
.post-content.upage .border_box_in .no_icon h6:before,
.post-content.upage .beta_box_in .no_icon h2:before,
.post-content.upage .beta_box_in .no_icon h3:before,
.post-content.upage .beta_box_in .no_icon h4:before,
.post-content.upage .beta_box_in .no_icon h5:before,
.post-content.upage .beta_box_in .no_icon h6:before {
	display: none;
}

.beta_box,
.beta_box_in > div > div {
	border: none;
	background: #FBF8E5;
}

.post-content.upage .border_box.no_border h2,
.post-content.upage .border_box.no_border h3,
.post-content.upage .border_box.no_border h4,
.post-content.upage .border_box.no_border h5,
.post-content.upage .border_box.no_border h6,
.post-content.upage .beta_box.no_border h2,
.post-content.upage .beta_box.no_border h3,
.post-content.upage .beta_box.no_border h4,
.post-content.upage .beta_box.no_border h5,
.post-content.upage .beta_box.no_border h6 {
	padding-bottom: 0 !important;
	border: none !important;
}

@media screen and (max-width: 767px) {
	.post-content.upage .border_box h2,
	.post-content.upage .border_box h3,
	.post-content.upage .border_box h4,
	.post-content.upage .border_box h5,
	.post-content.upage .border_box h6,
	.post-content.upage .beta_box h2,
	.post-content.upage .beta_box h3,
	.post-content.upage .beta_box h4,
	.post-content.upage .beta_box h5,
	.post-content.upage .beta_box h6,
	.post-content.upage .border_box_in h2,
	.post-content.upage .border_box_in h3,
	.post-content.upage .border_box_in h4,
	.post-content.upage .border_box_in h5,
	.post-content.upage .border_box_in h6,
	.post-content.upage .beta_box_in h2,
	.post-content.upage .beta_box_in h3,
	.post-content.upage .beta_box_in h4,
	.post-content.upage .beta_box_in h5,
	.post-content.upage .beta_box_in h6 {
		/* padding: 0 0 0 6vw !important; */
		margin-bottom: 3vw !important;
		padding-left: 6vw !important;
		font-size: 2rem !important;
	}
	.post-content.upage .border_box h2:before,
	.post-content.upage .border_box h3:before,
	.post-content.upage .border_box h4:before,
	.post-content.upage .border_box h5:before,
	.post-content.upage .border_box h6:before,
	.post-content.upage .beta_box h2:before,
	.post-content.upage .beta_box h3:before,
	.post-content.upage .beta_box h4:before,
	.post-content.upage .beta_box h5:before,
	.post-content.upage .beta_box h6:before,
	.post-content.upage .border_box_in h2:before,
	.post-content.upage .border_box_in h3:before,
	.post-content.upage .border_box_in h4:before,
	.post-content.upage .border_box_in h5:before,
	.post-content.upage .border_box_in h6:before,
	.post-content.upage .beta_box_in h2:before,
	.post-content.upage .beta_box_in h3:before,
	.post-content.upage .beta_box_in h4:before,
	.post-content.upage .beta_box_in h5:before,
	.post-content.upage .beta_box_in h6:before {
		width: 4vw !important;
		height: 4vw !important;
		top: 1.4vw !important;
		/* -webkit-transform: inherit !important; */
		/* transform: inherit !important; */
		/* right: inherit !important; */
		/* left: 0 !important; */
		/* bottom: inherit !important; */
	}
	.post-content.upage .border_box.no_border h2,
	.post-content.upage .border_box.no_border h3,
	.post-content.upage .border_box.no_border h4,
	.post-content.upage .border_box.no_border h5,
	.post-content.upage .border_box.no_border h6,
	.post-content.upage .beta_box.no_border h2,
	.post-content.upage .beta_box.no_border h3,
	.post-content.upage .beta_box.no_border h4,
	.post-content.upage .beta_box.no_border h5,
	.post-content.upage .beta_box.no_border h6 {
		margin-bottom: 0 !important;
	}
}


/*--------------------------------------
QA
--------------------------------------*/

.qa_list dt,
.qa_list dd {
	/* margin-bottom: 30px; */
	display: table;
	border-left: 4px solid #FC8B96;
	width: 100%;
}

.qa_list > dd {
	border-color: #72706E;
	color: #72706E;
	font-weight: normal;
	margin-top: 30px;
}

.qa_list .num {
	display: table-cell;
	padding-right: 20px;
	vertical-align: top;
}

.qa_list dt .num span {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: right;
	color: #FC8B96;
	letter-spacing: 0;
	font-size: 3.1rem;
	font-weight: bold;
}

.qa_list dd .num span {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: right;
	color: #72706E;
	letter-spacing: 0;
	font-size: 3.1rem;
	font-weight: bold;
}

.qa_list .txt {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.qa_list dt .txt {
	font-size: 18px;
	font-size: 2.4rem;
	line-height: 1.7;
	letter-spacing: 0.1em;
	font-family: "秀英丸ゴシック B";
}

.qa_with_img dd .txt {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.qa_with_img .img_box {
	width: 38.6%;
	border: none;
	margin-left: 50px;
}


/*
QA .qa_list.qa_list02
*/

.qa_list.qa_list02 .num {
	width: 56px;
	height: 56px;
	position: absolute;
	top: 0px;
	left: 0;
}

.qa_list.qa_list02 dt,
.qa_list.qa_list02 dd {
	border: none;
	position: relative;
	padding-top: 8px;
}

.qa_list.qa_list02 dt .num span,
.qa_list.qa_list02 dd .num span {
	display: block;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	background: #7BC72E;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

.qa_list.qa_list02 dt .txt {
	padding-left: 70px;
	display: block;
}

.qa_list.qa_list02 .txt {
	padding-left: 70px;
}

.qa_list.qa_list02 dd .num span {
	background: #FFD15D;
	color: #ffffff;
}

@media screen and (max-width: 767px) {
	.qa_list .num {
		padding-right: 1em !important;
	}
	.qa_list.qa_list02 .num {}
	.qa_list.qa_list02 dt .txt,
	.qa_list.qa_list02 dd .txt {
		padding-left: 18vw;
	}
	.qa_list dt .num span,
	.qa_list dd .num span {
		width: 13vw !important;
		height: 13vw !important;
		line-height: 13vw !important;
	}
	.qa_list > dd .txt {
		padding-top: 1.5vw;
	}
}


/*--------------------------------------
流れ
--------------------------------------*/

.flow_section {
	background: #FAFAFA;
	margin-top: 70px;
}

.post-content.upage h2 {
	margin-top: 0;
}

.flowList > li {
	position: relative;
	margin-bottom: 40px;
	padding: 40px;
	border-radius: 0;
	background: #FBF8E5;
}

.flowList > li:after {
	position: absolute;
	bottom: -25px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	display: block;
	font-family: 'icomoon';
	speak: none;
	line-height: 1;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e904";
	text-align: center;
	color: #391500;
	font-size: 10px;
}

.flowList.flowList_step_sankaku > li:after {
	position: absolute;
	bottom: -25px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 25px 0 25px;
	border-color: #c18a5a transparent transparent transparent;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	display: block;
	color: #391500;
	font-size: 10px;
}

.flowList .flow_title {
	line-height: 1.4;
	overflow: hidden;
	font-size: 2rem;
	letter-spacing: 0.02em;
	padding-top: 4px;
	padding-bottom: 4px;
	position: relative;
	/* font-weight: 700; */
	font-family: "秀英明朝 M", serif;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.flowList .flow_title .stl {
	-webkit-flex: 1;
	flex: 1;
}

.flowList .flow_title + p {
	margin-top: 15px;
}

.flowList .flow_title.no_num {
	padding-left: 0;
}

.flowList .flow_title .num {
	vertical-align: top;
	background: #C18A5A;
	color: #fff;
	display: inline-block;
	width: 33px;
	height: 33px;
	text-align: center;
	line-height: 30px;
	font-size: 2rem;
	margin-right: 15px;
	letter-spacing: 0;
	position: relative;
	border-radius: 50%;
	margin-top: 0px;
}

.flowList.flowList_step .flow_title span {
	width: 100px;
}

.flowList.flowList_step .flow_title {
	padding-left: 120px;
}

.flowList.no_num .flow_title {
	padding-left: 0;
}

.flowList.step_img_mini figure {
	width: 125px;
	margin-left: 50px !important;
	margin-right: -20px !important;
}

.flowList .img_wrap figure {
	width: 32.2%;
	margin-left: 50px !important;
	/* border-radius: 10px; */
	overflow: hidden;
	float: right;
	margin-bottom: 10px !important;
}

.flowList.flowList_no_tl .flow_title {
	position: absolute;
	top: 35px;
	left: 40px;
}

.flowList.flowList_no_tl .flow_title + p {
	margin-top: 0 !important;
}

.flowList.flowList_no_tl > li {
	padding: 40px 40px 40px 90px;
}

@media screen and (max-width: 767px) {
	.flowList.flowList_step_sankaku > li:after {
		bottom: -4vw;
		border-width: 4vw 4vw 0 4vw;
	}
	.flowList .flow_title .num {
		height: 7vw;
		line-height: 7vw;
		/* position: relative; */
		/* left: inherit; */
		/* top: inherit; */
		/* display: block; */
		width: 7vw;
		margin-right: 3vw;
		margin-top: 0;
	}
	.flowList .flow_title {
		/* text-align: center; */
		margin-bottom: 0;
		padding-bottom: 0;
		padding-top: 0;
		font-size: 2rem;
	}
	.flowList.flowList_step .flow_title span {
		position: absolute;
		top: 0;
		left: 0;
	}
	.flowList.flowList_step .flow_title {
		padding-left: 0;
		padding-top: 10vw;
		padding-bottom: 0;
	}
	.flowList.flowList_no_tl .flow_title {
		top: 6vw;
		left: 5vw;
	}
	.flowList.flowList_no_tl > li {
		padding-left: 16vw !important;
	}
	.flowList.flowList_no_tl .flow_title + p {
		margin-top: 0px !important;
		-webkit-flex: 1;
		flex: 1;
	}
}

@media screen and (min-width:768px) and (max-width:1120px) {
	.flowList .flow_title .num {
		margin-top: -2px;
		line-height: 33px;
	}
}

/* -------------------------------------
flowList_tlver
------------------------------------- */

.flowList_tlver li .flow_title {
	background: #F3F3F3;
	font-family: "秀英明朝 M", serif;
	font-size: 2rem;
	position: relative;
	padding: 16px 10px 22px 70px;
	line-height: 1.6;
}

.flowList_tlver li .flow_title span {
	width: 33px;
	height: 33px;
	background: #62A1A2;
	color: #fff;
	line-height: 28px;
	display: block;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top: 18px;
	left: 20px;
}

.flowList_tlver li + li {
	margin-top: 80px;
}

.flowList_tlver li + li:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 25px 0 25px;
	border-color: #62a1a2 transparent transparent transparent;
	top: -60px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

.flowList_tlver li .img_wrap {
	margin-top: 30px;
}

.flowList_tlver li .img_wrap figure {
	width: 38%;
	margin-left: 50px !important;
	float: right;
}

@media screen and (max-width: 767px) {
	.flowList_tlver li .flow_title {
		padding: 3vw 5vw 3vw 14vw;
	}
	.flowList_tlver li + li:before {
		border-width: 4vw 4vw 0 4vw;
		top: -9vw;
	}
	.flowList_tlver li .flow_title span {
		top: 3.6vw;
		width: 6vw;
		height: 6vw;
		font-size: 2rem;
		line-height: 6vw;
	}
	.flowList_tlver li .img_wrap figure {
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: 6vw !important;
	}
	.flowList_tlver li .img_wrap {
		margin-top: 6vw;
	}
	.flowList_tlver li + li {
		margin-top: 12vw
	}
}

@media screen and (max-width: 1120px) and (min-width: 768px) {
	.flowList_tlver li .flow_title {
		padding: 20px 10px 22px 70px;
	}
	.flowList_tlver li .flow_title span {
		line-height: 33px;
	}
}


/* -------------------------------------
診療時間表
------------------------------------- */

.upage .timetable {
	margin-bottom: 16px;
}

.upage .timetable th,
.upage .timetable td {
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0;
	font-size: 1.6rem;
}

.upage .timetable th,
.upage .timetable td {}

.upage .timetable thead th {
	font-weight: normal;
	border-bottom: 1px solid #cbcac9;
	vertical-align: bottom;
	padding: 10px 0;
}

.upage .timetable thead th:not(:first-child) {
	width: 16%;
}

.upage .timetable thead th:first-child {
	width: auto;
	text-align: left;
	/* font-size: 1.4rem; */
	letter-spacing: 3px;
	color: #C18A5A;
	font-size: 1.8rem;
}

.upage .timetable thead th:first-child {
	/* font-size: 1.8rem; */
}

.upage .timetable th:first-child {}

th {}

.upage .timetable tbody tr:last-child > * {
	border-bottom: none;
}

.upage .timetable tbody th {
	word-break: keep-all;
	white-space: nowrap;
	text-align: left;
	letter-spacing: 0.1em;
	width: 34%;
}

.upage .timetable thead {
	/* background: #52DB74; */
}

.upage .timetable tbody {}

.upage .timetable tbody tr th,
.upage .timetable tbody tr td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.upage .timetable tbody tr:first-child th,
.upage .timetable tbody tr:first-child td {
	padding-top: 20px;
}

.upage .timetable tbody tr th,
.upage .timetable tbody tr td {
	/* background: #8ABBAA; */
}

.upage .timetable tbody tr:last-child th,
.upage .timetable tbody tr:last-child td {
	border-bottom: 1px solid #CBCAC9;
	padding-bottom: 20px;
}

.comments {
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.1em;
	margin-bottom: 26px;
	color: #333333;
}

.comments span {
	color: #F9CFDD;
}

@media screen and (max-width: 1120px) and (min-width: 768px) {
	.upage .timetable thead th:first-child {
		width: 38%;
	}
	.upage .timetable tbody th {
		letter-spacing: 0.1em;
		width: 38%;
	}
}

@media screen and (max-width: 480px) {
	.upage .timetable th,
	.upage .timetable td {
		font-size: 12px;
		letter-spacing: 0;
	}
	.upage .timetable thead th:first-child {
		font-size: 2rem;
	}
	.upage .timetable tbody th {
		letter-spacing: 0.05em;
	}
	.upage .comments {
		font-size: 12px;
		margin-bottom: 20px;
	}
}


/*timetable02*/

.upage .timetable.timetable02 {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	margin-bottom: 15px;
}

.upage .timetable.timetable02 th,
.upage .timetable.timetable02 td {
	text-align: center;
	vertical-align: middle;
	line-height: 1.2;
	letter-spacing: 0;
	padding: 11px 0 12px;
	font-size: 1.5rem;
	color: #333333;
}

.upage .timetable.timetable02 thead th {
	background: #DAF1FF;
	font-weight: normal;
	/* border-bottom: 1px solid #F894A1; */
	padding: 10px 0 10px;
	vertical-align: middle;
}

.upage .timetable.timetable02 thead th:first-child {
	width: 34%;
	color: #154696;
	font-weight: bold !important;
	letter-spacing: 3px;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align: center;
	font-size: 2rem !important;
}

.upage .timetable.timetable02 thead th:last-child,
.upage .timetable.timetable02 tbody td:last-child {
	width: 17%;
	padding-right: 2%;
	box-sizing: border-box;
}

.upage .timetable.timetable02 tbody th {
	word-break: keep-all;
	white-space: nowrap;
	text-align: center;
	letter-spacing: 0.1em;
	width: 34%;
}

.upage .timetable.timetable02 tbody tr:first-child th,
.upage .timetable.timetable02 tbody tr:first-child td {
	padding-top: 20px;
}

.upage .timetable.timetable02 tbody tr th,
.upage .timetable.timetable02 tbody tr td {
	border-bottom: 1px solid #BFBEBD;
	padding: 20px 10px 20px 10px !important;
}

.txt_color {
	color: #DD8D2D;
}

.txt_color02 {
	color: #FD9858;
}

.upage .txt_color {
	color: #C18A5A;
}

.upage .timetable02 thead th,
.upage .timetable02 thead th:first-child {
	background: #353662;
	color: #fff !important;
	vertical-align: middle;
	padding: 20px;
}

.upage .timetable.timetable02 thead th:not(:first-child) {
	width: 17%;
	text-align: center;
}

.upage .timetable.timetable02 tbody tr > * {
	border-bottom: 1px solid #BFBEBD !important;
	vertical-align: middle;
	padding: 20px !important;
}

.upage .timetable.timetable02 tbody th {
	font-weight: bold;
}

.upage .timetable.timetable02 tbody td {
	text-align: center;
}

.upage .timetable.timetable02 tbody td span {
	color: #353662;
}

.upage .timetable thead th {
	/* color: #fff; */
	font-weight: normal;
	vertical-align: middle;
}

.upage .timetable thead th:not(:first-child) {
	width: 11%;
}

.upage .timetable_8 thead th:not(:first-child),
.upage .timetable_8 thead th:last-child {
	width: 10%;
}

.upage .timetable thead th:last-child,
.upage .timetable tbody td:last-child {
	width: 12%;
	/* padding-right: 2%; */
	/* box-sizing: border-box; */
}

.upage .timetable.u_timetable02 thead th {
	border: none;
	vertical-align: middle;
}

.upage .timetable.u_timetable02 thead th:first-child,
.upage .timetable.u_timetable02 tbody th {
	padding-left: 20px !important;
}

.upage .timetable.u_timetable02 thead th {
	font-family: 'Noto Serif JP', serif;
}

.upage .timetable.u_timetable02 tbody td span {
	/* color: #926760; */
}

.upage .timetable.u_timetable02 tbody th,
.upage .timetable.u_timetable02 tbody td {
	border-bottom: 1px solid #bfbebd !important;
}

.upage .timetable.u_timetable02 tbody th,
.upage .timetable.u_timetable02 tbody td {
	padding: 18px 5px 18px 20px !important;
}

@media screen and (max-width: 1120px) and (min-width: 768px) {
	.upage .timetable thead th:first-child {
		width: 38%;
	}
	.upage .timetable tbody th {
		letter-spacing: 0.1em;
		width: 38%;
	}
	.upage .timetable thead th:last-child,
	.upage .timetable tbody td:last-child {
		width: 17%;
	}
}

@media screen and (max-width: 767px) {
	.upage .timetable02 tr > * {
		padding: 5px !important;
		font-size: 1.3rem !important;
	}
	.upage .timetable02 thead th:not(:first-child) {
		width: 9%;
	}
	.upage .timetable02 thead th:last-child {
		width: 15%;
	}
	.upage .timetable02 tbody tr > * {
		padding: 10px 0px !important;
	}
	.upage .timetable th,
	.upage .timetable td {
		font-size: 1.5rem !important;
		letter-spacing: 0;
		padding: 3px 3px 10px 3px !important;
	}
	.upage .timetable tbody tr:last-child th,
	.upage .timetable tbody tr:last-child td {
		padding-bottom: 5vw !important;
	}
	.upage .timetable thead th {
		padding: 3vw 0.5vw !important;
	}
	.upage .timetable tbody th {
		letter-spacing: 0.05em;
	}
	.upage .timetable tbody tr:first-child th,
	.upage .timetable tbody tr:first-child td {
		padding-top: 5vw !important;
	}
	.comments {
		font-size: 12px;
		margin-bottom: 20px;
	}
	.upage .timetable th,
	.upage .timetable td {
		font-size: 1.3rem !important;
	}
	.upage .timetable tbody tr:first-child th,
	.upage .timetable tbody tr:first-child td {
		padding-top: 5vw !important;
	}
	.upage .timetable tbody tr:last-child th,
	.upage .timetable tbody tr:last-child td {
		padding-bottom: 5vw !important;
	}
	.upage .timetable_8 thead th:not(:first-child) {
		width: 8%;
	}
	.upage .timetable_8 thead th:not(:first-child),
	.upage .timetable_8 thead th:last-child {
		width: 8.4%;
	}
	.upage .timetable thead th {
		padding-top: 3vw !important;
	}
	.upage .timetable tbody th,
	.upage .timetable thead th:first-child {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.upage .timetable.u_timetable02 tbody th {
		padding-left: 0 !important;
	}
	.upage .timetable.u_timetable02 tbody th,
	.upage .timetable.u_timetable02 tbody td {
		padding: 5vw 0 !important;
	}
	.upage .timetable.u_timetable02 thead th:first-child {
		letter-spacing: 0;
		padding-left: 2px !important;
		padding-right: 2px !important;
		text-align: center;
	}
	.upage .timetable thead th:not(:first-child) {
		width: 8%;
	}
	.upage .timetable thead th:last-child,
	.upage .timetable tbody td:last-child {
		width: 17%;
	}
}

@media screen and (max-width: 960px) and (min-width: 768px) {
	.timetable th,
	.timetable td {
		font-size: 1.2rem !important;
	}
	.timetable + p {
		font-size: 1.4rem;
	}
}


/* =====================================
■ブログ
===================================== */

.post .category a,
.posts_list .category a,
.pagination a:hover,
.pagination ul li span.current {
	background: #c18a5a;
	/* color: #fff; */
}

.pagination a:hover,
.pagination ul li span.current {
	background: #C18A5A;
	color: #fff;
}

.post .date,
.posts_list .date,
.posts_list .date span a,
.post .date span:before,
.posts_list .date span:before,
.blogside .searchBox .icon-search:before,
.archiveBox ul li p.acv_open,
.archiveBox ul li p:hover,
.archiveBox ul li a:hover,
.archiveBox ul li a:active,
.date_tag .tag,
.date_tag .tag a {
	color: #c18a5a !important;
}

.blogside .searchBox .icon-search:before {
	color: #c18a5a !important;
}


/*--------------------------------------
POSTS
--------------------------------------*/

.upage {
	padding-bottom: 50px;
}


/*　blogList　*/

.posts_list .txt_block a {
	text-decoration: none !important;
	color: #686868;
}

.posts_list li {
	border-bottom: 1px solid #EBE9E7;
}

.posts_list h3 a {
	color: #686868;
}

.posts_list .excerpt {
	color: #72706E;
}


/*　blogDetail　*/

#blogDetail .post {
	color: #0F0E0E;
}


/* pagination */

.pagination {
	border-top: 1px solid #72706E;
}

@media screen and (max-width: 767px) {
	.upage {
		padding-bottom: 15vw;
	}
}


/*--------------------------------------
BLOGSIDE
--------------------------------------*/

.blogside h2 {
	color: #22201E;
	border-bottom: 2px solid #686868;
}

.blogside h2 span {
	color: #22201E;
}

.blogside .searchBox #s {
	background: #E9DEA0;
	color: #000000 !important;
}

.blogside .searchBox #s::placeholder {
	color: #bbbbbb !important;
}

.blogside .categoryBox ul li {
	border-bottom: 1px solid #BFBEBD;
	color: #000;
}

.blogside .categoryBox ul li a {
	color: #22201E;
}

.blogside .categoryBox ul li a span {
	color: #22201E;
}

.blogside .categoryBox ul li a:hover,
.blogside .categoryBox ul li a:hover span {
	color: #686868;
}

.blogside .recentBox li {
	border-bottom: 1px solid #BFBEBD;
}

.blogside .recentBox li h2 a {
	color: #373431;
}

.blogside .recentBox li h2 a:hover {
	color: #353662;
}

.blogside .recent_date {
	color: #22201E;
}

.blogside .recentBox li a {
	color: #22201E;
}

.blogside .tagBox a {
	color: #72706E;
	border: 1px solid #72706E;
}

.blogside .tagBox a:hover {
	color: #fff;
	background: #72706E;
}

.archiveBox ul li p:visited {
	color: #F894A1;
}

.archiveBox ul li p:before {
	border-right: 1px solid #c18a5a;
	border-bottom: 1px solid #C18A5A;
}

@media screen and (max-width: 767px) {
	.blogside {
		border-top: 1px solid #000000;
	}
}


/* =====================================
■TOP新着情報
===================================== */

.top_news.container_in .elementor-container {
	max-width: 840px !important;
}

.top_news {
	padding-top: 50px;
	padding-bottom: 50px;
}

.top_news .top_news_tl {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #84D8D0;
	padding-bottom: 20px;
}

.top_news .top_news_tl span {
	font-size: 1.4rem;
	color: #84D8D0;
	padding-left: 0.5em;
}

.top_news .neww_list_link {
	position: absolute;
	top: -9px;
	right: 0;
}

.top_news .neww_list_link a {
	color: #84D8D0;
	font-size: 1.5rem;
}

.top_news .line_bnr a {
	background: #fff;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.11);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.11);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-family: 'Noto Serif JP', serif;
	text-decoration: none !important;
	letter-spacing: 0.1em;
	padding: 25px 10px;
}

.top_news .line_bnr a img {
	width: 150px;
	margin-left: 15px;
}

.top_news .line_bnr .tl {
	position: relative;
	padding-right: 115px;
}

.top_news .line_bnr .tl span {
	color: #84D8D0;
	padding-left: 10px;
}

.top_news .line_bnr .tl:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 0%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	width: 100px;
	height: 1px;
	background: #84D8D0;
}

.top_news .line_bnr .con {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-left: 20px;
}

.top_news .top_news.container_in .elementor-container {
	max-width: 840px !important;
}


/*--------------------------------------
ブロック
--------------------------------------*/

.container,
.elementor-top-section.elementor-section-boxed > .elementor-container,
.container_in .elementor-container,
.post-header > *,
#footer .f_bottom .elementor-section-boxed {
	max-width: 1120px !important;
}

.elementor-section .elementor-container .elementor-container {
	padding: 0;
}


/*--------------------------------------
テキスト
--------------------------------------*/

.big_mark {
	font-size: 700;
	font-size: 160%;
}

.sent p + p,
.upage .elementor-text-editor p + p,
.upage .elementor-image-box-content p + p,
.upage .elementor-widget-container p + p {
	margin-top: 2rem;
}

.txtf {
	color: #578817;
	font-weight: bold;
}

.txtb {
	font-size: 110%;
}


/*--------------------------------------
画像
--------------------------------------*/

.float_r figure {
	width: 38.566% !important;
}

.elementor-image-box-wrapper {
	display: block !important;
}

.elementor-image-box-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.elementor-image-box-wrapper figure {
	float: right;
	margin-bottom: 10px !important;
}

.elementor-position-left.elementor-widget-image-box figure {
	float: left;
}

@media screen and (max-width: 767px) {
	.elementor-image-box-wrapper figure {
		float: none !important;
	}
}


/*--------------------------------------
タイトル
--------------------------------------*/

.top_tl {
	text-align: center;
	padding-top: 60px !important;
	margin-bottom: 40px !important;
}

.top_tl .elementor-heading-title {
	font-size: 2.8rem;
	letter-spacing: 0.12em;
	text-align: center;
	/* padding-top: 70px !important; */
	/* margin-bottom: 40px !important; */
	font-family: "秀英明朝 M", serif;
	line-height: 1.8 !important;
	/* border-bottom: 3px solid #8ABBAA; */
	/* display: inline; */
	position: relative;
	/* background: linear-gradient(transparent 97%, #8ABBAA 0%); */
	/* display: inline; */
	padding: 0;
	color: #463720;
	padding-bottom: 17px;
}

.top_tl .elementor-heading-title:before,
.top_tl .elementor-heading-title:after {
	background: #463720;
	position: absolute;
	content: "";
	bottom: 0%;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	width: 14px;
	height: 1px;
}

.top_tl .elementor-heading-title:before {
	bottom: 7px;
}

.top_tl .elementor-heading-title span {
	font-size: 1.6rem;
	display: block;
	margin-bottom: auto;
	letter-spacing: 0.12em;
	line-height: 1.4 !important;
	/* position: absolute; */
	/* top: 0%; */
	/* left: 50%; */
	/* -webkit-transform: translate(-50%, 0%); */
	/* transform: translate(-50%, 0%); */
}

.top_tl .elementor-heading-title em {
	display: block;
	color: #94C726;
}

.post-header {
	margin-bottom: 0;
	background: url(../../uploads/umv_pc.jpg) center center no-repeat #d9be93;
	background-size: cover;
	text-align: center;
	height: 335px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 100px;
	box-sizing: border-box;
}

.post-header h1 {
	color: #ffffff;
	font-size: 3.4rem;
	letter-spacing: 0.2em;
	font-family: "秀英明朝 M", serif;
}

.post-header h1 span {
	display: block;
	font-size: 60%;
}

.post-content.upage h2 {
	background: #E28855;
	color: #fff;
	font-size: 3.2rem;
	letter-spacing: 0.2em;
	padding: 23px 40px 33px 40px !important;
	line-height: 1.4 !important;
	margin-bottom: 50px !important;
	text-align: left;
	position: relative;
	font-family: "秀英明朝 M", serif;
	margin-top: 70px;
}

.post-content.upage h2:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%;
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	height: 90%;
	height: -webkit-calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid #C47025;
	pointer-events: none;
}

.post-content.upage h3 {
	font-size: 2.8rem;
	letter-spacing: 0.1em;
	line-height: 1.4 !important;
	border-bottom: 4px solid #CBCAC9;
	padding: 7px 0px 22px 0px !important;
	margin-bottom: 40px !important;
	text-align: left;
	position: relative;
	font-family: "秀英明朝 M", serif;
	margin-top: 50px;
}

.post-content.upage h3:before {
	position: absolute;
	content: "";
	font-size: 2.4rem;
	background: #E28855;
	height: 4px;
	bottom: -4px;
	width: 100px;
	left: 0;
}

.post-content.upage h4 {
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	line-height: 1.4 !important;
	padding: 5px 0px 15px 35px !important;
	margin-bottom: 30px !important;
	text-align: left;
	position: relative;
	font-family: "秀英明朝 M", serif;
	margin-top: 50px;
}

.post-content.upage h4:before {
	position: absolute;
	content: "";
	width: 9px;
	height: 100%;
	left: 0;
	top: 0;
	background: #C18A5A;
}

.post-content.upage h4:after {
	position: absolute;
	content: "";
	width: 9px;
	height: 50%;
	left: 0;
	bottom: 0;
	background: #E28855;
}

.post-content.upage h5 {
	letter-spacing: .1em;
	line-height: 1.4!important;
	font-size: 2rem;
	margin-bottom: 30px!important;
	text-align: left;
	font-family: "秀英明朝 M", serif;
	margin-top: 30px;
	padding-left: 30px;
}

.post-content.upage h5:before {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	left: 0;
	top: 9px;
	background: #E28855;
	border-radius: 50%;
}

.post-content.upage h6 {
	letter-spacing: 0.2em;
	line-height: 1.4 !important;
	font-size: 2rem;
	margin-bottom: 30px !important;
	text-align: left;
	margin-top: 30px;
	font-family: "秀英明朝 M", serif;
}

.post-content.upage .tl_li .elementor-heading-title {
	font-size: 2.4rem;
	padding: 0 0 0 0 !important;
	border: none;
	line-height: 1.8 !important;
	font-weight: 700;
	font-family: "秀英明朝 M", serif;
	margin-top: -20px !important;
	color: #C18A5A;
	background: none;
	letter-spacing: 0.1em;
}

.post-content.upage .tl_li {
	margin-top: -10px
}

.post-content.upage .tl_li + * {
	margin-top: -30px;
}

.post-content.upage .tl_li .elementor-heading-title:before {
	display: none;
}

.post-content.upage .tl_li .elementor-heading-title:after {
	display: none;
}

p.elementor-heading-title,
p.elementor-image-box-title {
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	padding: 1em 0 !important;
	line-height: 1.7 !important;
	padding-top: 0 !important;
	font-family: "秀英明朝 M", serif;
	color: #C18A5A;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.txt_pagecopy {
	letter-spacing: 0.2em;
	line-height: 1.8 !important;
	color: #84D8D0;
	font-size: 2.6rem;
	margin-bottom: 50px !important;
	text-align: left;
	font-family: "秀英角ゴシック金 M", "Shuei KakuGo Kin M";
	margin-top: 50px;
}

.txt_catchcopy {
	align-items: center !important;
	font-size: 2.6rem;
	color: #9bcb69;
	letter-spacing: 0.1em;
	line-height: 1.7;
}

.post-content.upage .tl_tac .elementor-heading-title {
	text-align: center !important;
}

@media screen and (max-width: 767px) {
	.top_tl {
		margin-bottom: 6vw !important;
		padding-top: 8vw !important;
	}
	.top_tl .elementor-heading-title {
		font-size: 2.8rem;
		line-height: 1.6 !important;
		letter-spacing: 0.05em;
	}
	.top_tl .elementor-heading-title span {
		letter-spacing: 0.2rem;
	}
	.top_tl .elementor-heading-title:before,
	.top_tl .elementor-heading-title:after {}
	.top_tl .elementor-heading-title:after {}
	.txt_catchcopy {
		font-size: 2.3rem;
	}
	.post-header {
		height: 230px;
		background-image: url(../../uploads/umv_sp.jpg);
		padding-top: 70px;
	}
	.post-header h1 {
		font-size: 2.5rem;
		letter-spacing: 0.1em;
		padding: 2vw 2vw 2vw 3vw;
	}
	.post-content.upage h2 {
		padding: 6vw 6vw 6.5vw 6vw !important;
		margin-bottom: 6vw !important;
		margin-top: 10vw;
		font-size: 2rem;
	}
	.post-content.upage h2:before {
		width: 90%;
		width: -webkit-calc(100% - 4vw);
		width: calc(100% - 4vw);
		height: 90%;
		height: -webkit-calc(100% - 4vw);
		height: calc(100% - 4vw);
	}
	.post-content.upage h3 {
		padding: 0 0vw 3vw 0vw !important;
		margin-bottom: 6vw !important;
		font-size: 2rem;
		margin-top: 10vw;
	}
	.post-content.upage h3:before {
		width: 16vw;
	}
	.post-content.upage h4 {
		padding: 2vw 0 2vw 6vw !important;
		margin-bottom: 5vw !important;
		font-size: 2rem;
		margin-top: 6vw;
	}
	.post-content.upage h5 {
		margin-bottom: 5vw!important;
		font-size: 2rem;
		margin-top: 6vw;
		padding-left: 7vw;
	}
	.post-content.upage h5:before {
		width: 4vw!important;
		height: 4vw!important;
		top: 1.4vw;
	}
	.post-content.upage h6 {
		margin-bottom: 5vw !important;
		font-size: 2rem;
		margin-top: 6vw;
	}
	.post-content.upage .tl_li .elementor-heading-title:before {
		width: 4vw;
		height: 4vw;
		top: 1.9vw;
	}
	.post-content.upage .tl_li .elementor-heading-title {
		padding-left: 0 !important;
		margin-top: -3vw !important;
		font-size: 2rem
	}
	.post-content.upage .tl_li {
		margin-top: 7vw;
	}
	.post-content.upage .tl_li + * {
		margin-top: -4vw;
	}
	.txt_pagecopy {
		font-size: 2.2rem;
		margin-top: 5vw;
	}
	p.elementor-heading-title,
	p.elementor-image-box-title {
		font-size: 1.7rem !important;
	}
}

@media screen and (max-width: 960px) and (min-width: 768px) {
	.post-header {
		margin-top: 0px !important;
	}
}

@media screen and (max-width: 1120px) and (min-width: 768px) {
	.post-content.upage h2 {
		padding-bottom: 30px !important;
	}
}


/*--------------------------------------
ボタン
--------------------------------------*/

.elementor-button {
	border-radius: 0px !important;
	font-size: 1.8rem !important;
	padding: 0 60px 15px 0px !important;
	display: inline-block !important;
	line-height: 1.3 !important;
	text-align: left !important;
	letter-spacing: 0.12em !important;
	/* margin-top: 30px !important; */
	font-family: "秀英明朝 M", serif;
	background: none !important;
	background-size: 100% !important;
	color: #463720 !important;
	border-radius: 0px !important;
}

.elementor-button:before {
	position: absolute;
	content: "";
	background: #DD8D2D;
	width: 40px;
	height: 1px;
	bottom: 0;
	left: 0;
}

.elementor-button em {
	display: block;
	font-size: 1.2rem;
	margin-top: 3px;
	letter-spacing: 0;
}

.elementor-button.elementor-size-sm {
	min-width: 180px;
}

.elementor-button:after {
	position: absolute !important;
	right: 0;
	top: 50% !important;
	background: url(../../uploads/btn.png) right center no-repeat;
	width: 34px;
	height: 34px;
	background-size: contain;
	content: "";
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.elementor-button .elementor-button-text {
	display: inline-block;
	line-height: 1.2;
}

@media screen and (max-width: 767px) {
	.elementor-button {
		padding: 1vw 15vw 6vw 0vw !important;
		width: auto;
		display: inline-block !important;
		margin: auto;
		margin-right: auto;
		font-size: 2.4rem !important;
		padding-bottom: 5vw !important;
	}
	.upage .elementor-button {
		width: 90% !important;
	}
	.elementor-button:after {
		width: 10vw;
		height: 10vw;
	}
}


/*--------------------------------------
table
--------------------------------------*/

.table_color tr > * {
	border: 1px solid #CBCAC9;
	padding: 10px 11px;
	line-height: 1.4;
	background: #fff;
}

.table_color tr > * p + p {
	margin-top: 5px;
}

.table_color th {
	background: #C18A5A;
	color: #fff;
}

.table_color thead th {
	background: #F0F5EF;
	color: #fff;
}

.table_color tbody th {
	width: 30%;
}

.table_price tr > *,
.table_price.table_color tbody th {
	width: 50%;
	text-align: center;
	padding: 10px 5px;
}

@media screen and (max-width: 767px) {
	.table_price.table_price04 th,
	.table_price.table_price04 td,
	.table_price.table_price03 th,
	.table_price.table_price03 td {
		font-size: 1.2rem;
	}
	.table_col03 th,
	.table_col03 td {
		padding: 5px;
	}
}


/*--------------------------------------
sitemappage_sitemap
--------------------------------------*/

.sitemappage_sitemap li a:before {
	background: #C18A5A;
}

@media screen and (min-width: 1121px) {
	.sitemappage_sitemap li a:before {
		margin-top: -2px
	}
}


/* =====================================
■お問い合わせ
===================================== */

.step_list li {
	color: #BFBEBD;
}

.step_list li span {
	background: #BFBEBD;
	color: #fff;
}

.step_list li span:after {
	background: #BFBEBD;
}

.step_list li.current {
	color: #373431;
}

.step_list li.current span {
	background: #9BCB69;
}

.step_list li span.current:after {
	background: #9BCB69;
}

.inquiryFormTable {
	border-top: 1px solid #707070;
}

.inquiryFormTable dt {
	color: #2C2F30;
}

.inquiryFormTable input,
.inquiryFormTable textarea,
.inquiryFormTable select {
	border: 1px solid #BFBEBD;
}

.inquiryFormTable input.wpcf7-not-valid {
	border: 1px solid #D93636 !important;
	background: #FDD2D2 !important;
}

.inquiryFormTable .comment {
	color: #63696A;
}

.inquiryFormTable .required {
	background: #F48628;
	color: #fff;
}

.inquiryFormTable .optional {
	color: #fff;
	background: #63696A;
}

.inquiryFormTable .btBox input[type="submit"] {
	background-color: #F48628 !important;
}

.inquiryFormTable .btBox input[type="submit"].disabled {
	background-color: #72706E !important;
	color: #BFBEBD;
}

.inquiryFormTable .btBox input[type="submit"].abled {
	background: #F89D10;
}

.inquiryFormTable .wpcf7-back {
	color: #fff;
	background-color: #72706E !important;
	font-weight: bold;
}

.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid) + .verify_icon:before {
	color: #F48628;
}

.inquiryFormTable .wpcf7-not-valid-tip {
	color: #DE5050;
}

.file_btn {
	background: #807B7B;
	color: #fff;
}


/*______________________________________________________________________________
ラジオボタン

*/

.radio_style span:before {
	border: 1px solid #dedede;
	background: #fff;
}

.radio_style input:checked + .radio_txt:after {
	background: #ce6f6f;
}


/*______________________________________________________________________________
チェックボックス
*/

.checkbox_style span:before {
	border: 1px solid #dedede;
	background: #fff;
}

.checkbox_style input:checked + .checkbox_txt:after {
	border-bottom: 3px solid #353662;
	border-right: 3px solid #353662;
}


/* =====================================
■step_narabi
===================================== */

.step_narabi > li:not(:first-child):before {
	border-left: 14px solid #353662;
}


/* =====================================
■管理画面調整
===================================== */

.frontpage > .news_dl_wrap,
.frontpage > .widget_recent_entries {
	display: none;
}


/*--------------------------------------
fixed_box
--------------------------------------*/

#footer .fixed_box {
	position: fixed;
	right: 30px;
	width: 284px;
	z-index: 999;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	bottom: 0;
	padding-bottom: 30px;
}

#footer .fixed_box ul li {}

#footer .fixed_box li img {
	width: 100%;
	margin: auto;
}

#page_top {
	width: 40px;
	background: #fff;
}

@media screen and (max-width: 767px) {
	#footer .fixed_box {
		right: 0;
		width: 100vw;
		box-sizing: border-box;
		position: fixed;
		z-index: 999;
		-moz-transition-duration: 0.7s;
		-o-transition-duration: 0.7s;
		-webkit-transition-duration: 0.7s;
		transition-duration: 0.7s;
		display: flex !important;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		padding-bottom: 0;
	}
	#footer .fixed_box .pagetop {
		width: 10.6vw;
		height: 10.6vw;
		border-radius: .;
		background: #D9D6D1;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: center;
	}
	#footer .fixed_box .pagetop a {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	#footer .fixed_box .pagetop img {
		width: 3vw;
	}
	#footer .fixed_box ul:after {
		display: none;
	}
	#footer .fixed_box ul {
		width: 86vw;
		background: #DD8D2D;
		border-radius: 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		overflow: hidden;
		justify-content: space-between;
	}
	#footer .fixed_box li {
		width: 100% !important;
		position: relative;
	}
	#footer .fixed_box li + li:before {
		background: #fff;
		position: absolute;
		content: "";
		height: 150%;
		width: 2px;
		top: 50%;
		left: 0%;
		-webkit-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
	}
	#footer .fixed_box li img {
		width: 89%;
	}
	#footer .fixed_box li a {
		height: 10.6vw;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin-right: 1px;
		text-align: center;
	}
	#footer .fixed_box li:last-child a {}
	#footer .fixed_box li:nth-child(1) a {}
	#footer .fixed_box li:nth-child(2) a {
		padding-right: 2vw;
	}
	#footer .fixed_box li:nth-child(3) a {}
	.f_bottom {
		padding: 8vw 0 32vw;
	}
	#footer .fixed_box a:hover {
		opacity: 1
	}
}

@media screen and (min-width: 768px) {
	#footer .fixed_box ul li {
		line-height: 1;
		width: 234px;
	}
	#footer .fixed_box ul {
		width: 234px;
		background: #fff;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	#footer .fixed_box ul li:nth-child(2) {
		width: 49px;
	}
	#footer .fixed_box ul li:nth-child(3) {
		width: 50px;
	}
	#footer .fixed_box ul li:nth-child(4) {
		width: 50px;
	}
	#footer .fixed_box ul li a,
	#footer .fixed_box ul li img:not(.sp) {
		display: block;
	}
}


/* =====================================
■ top_about
===================================== */

.top_about {
	padding-top: 120px !important;
}

.top_about:before {
	width: 90%;
	width: -webkit-calc(50% + 410px);
	width: calc(50% + 410px);
	background: #fff;
	margin-left: auto;
	overflow: hidden;
	padding-top: 120px;
	-webkit-box-shadow: 0 5px 6px rgb(132 118 95 / 15%);
	-moz-box-shadow: 0 5px 6px rgba(132, 118, 95, 0.15);
	box-shadow: 0 5px 6px rgb(132 118 95 / 15%);
	position: absolute;
	content: "";
	height: 98%;
	height: -webkit-calc(100% - 130px);
	height: calc(100% - 130px);
	top: 120px;
	left: 0;
}

.top_about > div > div {
	padding-right: 200px;
}

.top_about .top_access_tl > div {
	position: absolute;
	top: 0;
	right: -200px;
	font-size: 3rem;
	letter-spacing: 0.1em;
}

.top_access_tl {
	margin-bottom: 0 !important;
}

.top_about .top_access_tl h2.elementor-heading-title.elementor-size-default {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: inline;
	letter-spacing: 0.2em;
	border-left: 3px solid #fe824b;
	line-height: 1.2;
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
	padding-left: 15px;
}

.top_about_column {
	position: relative;
	padding-right: 210px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}

.top_about .elementor-widget-google_maps {
	overflow: hidden;
}

.about_half_wrap {
	padding-bottom: 50px;
}

.about_half_wrap .elementor-col-50 {
	background: #fff;
	width: 47.3% !important;
}

.about_half_wrap > div > div {
	justify-content: space-between !important;
}

.about_half_wrap .col_inner {}

.about_half .col_inner + .col_inner {
	padding-top: 20px;
}

.top_timetable {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	margin-bottom: 18px;
}

.top_timetable th,
.top_timetable td {
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0;
	padding: 10px 0;
	border-bottom: 1px solid #B7AC9A;
}

.top_timetable td {}

.top_timetable thead th {
	font-weight: normal;
	padding: 4px 0;
	vertical-align: top;
	background: #84765F;
	color: #fff;
}

.top_timetable thead th:first-child {
	padding-left: 10px;
	text-align: left;
	letter-spacing: 0.12em;
}

.top_timetable thead th:not(:first-child) {
	width: 8%;
}

.top_timetable thead th:last-child,
.top_timetable tbody td:last-child {
	width: 16%;
}

.top_timetable tbody th {
	word-break: keep-all;
	white-space: nowrap;
	text-align: right;
	letter-spacing: 0.1em;
	width: 34%;
	padding-right: 4%;
}

.top_timetable tbody tr:first-child th,
.top_timetable tbody tr:first-child td {
	padding-top: 15px;
}

.top_timetable tbody tr:last-child th,
.top_timetable tbody tr:last-child td {}

.about_half .lead {
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
	line-height: 1.7;
	letter-spacing: 0.1em;
}

.about_half .txt01 {
	letter-spacing: 0.12em;
}

.about_half .txt02 {
	margin-top: 0 !important;
	font-size: 1.2rem;
	color: #361B00;
}

.about_half .top_about_txt td {
	/* font-size: 1.4rem; */
}

.about_half .top_about_txt th {
	width: 8em;
	/* font-weight: 700; */
	vertical-align: top;
	/* font-size: 1.4rem; */
}

.about_half .top_about_txt th,
.about_half .top_about_txt td {
	padding: 5px 0;
	line-height: 1.5;
	letter-spacing: 0.12em;
}

.about_half .top_about_txt tbdy tr:first-child th,
.about_half .top_about_txt tbdy tr:first-child td {
	padding: 0px 0 10px 0;
}

.news_link_top .top_news_tl {
	padding: 0;
	margin-bottom: 15px !important;
}

.news_link_top .top_news_tl .elementor-heading-title {
	padding-top: 0 !important;
	margin-top: 0 !important;
	border-bottom: 1px solid #b7ac9a;
	margin-bottom: 0 !important;
	line-height: 1.2 !important;
	width: auto;
	text-align: left;
	color: #DD8D2D;
	letter-spacing: 0.12em;
	padding-bottom: 17px;
}

.news_link_top .neww_list_link {
	right: 0;
	top: -7px;
	position: absolute;
	margin-bottom: 0 !important;
	text-align: right;
}

.news_link_top .neww_list_link a {
	color: #463720;
}

.news_link_top .col_inner {
	padding-top: 0 !important;
	overflow-y: scroll;
	max-height: 380px;
	/* border-bottom: 1px solid #707070; */
	padding-bottom: 0;
}

.news_link_top .news_dl_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}

.news_link_top .news_dl_wrap + .news_dl_wrap {
	border-top: 1px dashed #CBCAC9;
}

.news_link_top .news_dl_wrap dl {
	width: auto;
	position: relative;
	padding: 30px 0;
}

.news_link_top .news_dl_wrap dt {
	font-size: 1.2rem;
	width: 12em;
	letter-spacing: 2px;
	text-align: left;
	position: relative;
	margin-bottom: 3px;
}

.news_link_top .news_dl_wrap a {
	text-decoration: none !important;
	width: 100%;
}

.news_link_top .news_dl_wrap dd {
	text-align: left;
	font-size: 1.4rem;
	letter-spacing: 2px;
	display: table-cell;
	line-height: 1.6;
}

.news_link_top .news_dl_wrap .entry-icon-new {
	background: #dd8d2d;
	color: #fff;
	line-height: 1;
	padding: 3px 0 2px 2px;
	font-size: 1rem;
	margin-left: 10px;
	border-radius: 7px;
	top: 3px;
	right: 0;
	position: absolute;
	text-align: center;
	width: 4em;
}

.news_link_top .news_shortcode .news_dl_wrap:first-child a dl {
	padding-top: 10px !important;
}

@media screen\0 {
	.news_link_top .news_dl_wrap .entry-icon-new {
		padding: 4px 0 0 2px;
		top: 3px
	}
}

@media screen and (max-width: 767px) {
	.top_about {
		padding-top: 12vw !important;
	}
	.top_about > div > div {
		padding-right: 6vw;
	}
	.top_about:before {
		top: 36vw;
		right: 6vw;
		width: 94vw;
		height: 98%;
		height: -webkit-calc(100% - 36vw);
		height: calc(100% - 36vw);
	}
	.top_about:before {
		width: 100%;
		height: 80%;
		height: -webkit-calc(100% - 40vw);
		height: calc(100% - 40vw);
		top: 40vw;
		border-radius: 0;
	}
	.top_about_column {
		padding: 0;
	}
	.top_about .top_access_tl > div {
		position: relative;
		text-align: center;
		top: inherit;
		right: inherit;
	}
	.top_about > div > div > div > div > div:before {
		height: 90%;
		height: -webkit-calc(100% - 70vw);
		height: calc(100% - 70vw);
		right: -6vw;
		width: 100vw;
	}
	.about_half_wrap .elementor-col-50 {
		width: 100% !important;
		/* padding: 3vw 0; */
	}
	.about_half {}
	.about_half_wrap .elementor-col-50 + .elementor-col-50 {
		margin-top: 10vw;
	}
	.about_half_wrap .col_inner {}
	.news_link_top .col_inner {
		max-height: 80vw;
	}
	.about_half .col_inner + .col_inner {
		padding-top: 5vw;
		padding-bottom: 5vw;
	}
	.about_half_wrap {
		padding-bottom: 10vw;
	}
	.about_half .lead {
		font-size: 1.5rem;
		text-align: center;
	}
	.about_half .txt01 {
		font-size: 1.6rem;
	}
	.top_timetable th,
	.top_timetable td {
		font-size: 1.3rem;
		padding: 3vw 0;
	}
	.top_timetable tbody tr:last-child th,
	.top_timetable tbody tr:last-child td {}
	.top_timetable {
		margin-bottom: 5vw;
	}
	.top_timetable tbody tr:first-child th,
	.top_timetable tbody tr:first-child td {
		padding-top: 3vw;
		letter-spacing: 0;
	}
	.top_timetable thead th:not(:first-child) {
		width: 7.6%;
	}
	.top_timetable thead th {
		padding: 2vw 0;
	}
	.top_timetable thead th:first-child {
		letter-spacing: 0.2em;
	}
	.top_timetable thead th:last-child,
	.top_timetable tbody td:last-child {
		width: 15%;
	}
	.top_about_txt tr,
	.top_about_txt th,
	.top_about_txt td {
		/* display: block; */
	}
	.about_half .top_about_txt th {
		width: 6em;
	}
	.about_half .top_about_txt th,
	.about_half .top_about_txt td {
		font-size: 1.4rem;
		padding: 2vw 0;
	}
	.about_half .top_about_txt td {}
	.about_half .top_about_txt tr + tr {}
	.news_link_top .top_news_tl .elementor-heading-title {
		font-size: 2.2rem !important;
	}
	.news_link_top .news_dl_wrap dt {
		width: 14.3em;
		margin-bottom: 1vw;
	}
	.news_link_top .news_dl_wrap .entry-icon-new {
		top: 0.8vw;
		font-size: 1rem;
		width: 13vw;
	}
	.news_link_top .neww_list_link {
		top: -0.7vw;
	}
	.news_link_top .top_news_tl {
		padding: 0vw 0vw 0;
	}
	.news_link_top .news_dl_wrap dl {
		padding: 7vw 0;
	}
}

@media screen and (max-width: 1120px) and (min-width: 768px) {
	.top_about_column {
		padding-right: 90px;
	}
	.top_timetable thead th:not(:first-child) {
		width: 7.7%;
	}
	.top_timetable thead th:last-child,
	.top_timetable tbody td:last-child {
		width: 17%;
	}
	.top_about {
		padding-top: 60px !important;
	}
	.top_about:before {
		top: 60px;
		height: 98%;
		height: -webkit-calc(100% - 70px);
		height: calc(100% - 70px);
		width: 90%;
		width: -webkit-calc(100% - 120px);
		width: calc(100% - 120px);
	}
	.top_about > div > div {
		padding-right: 120px;
	}
	.top_timetable th,
	.top_timetable td {
		font-size: 1.3rem;
	}
	.about_half .txt01 {
		font-size: 1.4rem;
	}
	.about_half .top_about_txt th,
	.about_half .top_about_txt td {
		font-size: 1.4rem;
	}
	.about_half .top_about_txt th {
		width: 6em;
	}
}

@media screen and (min-width: 768px) {
	.news_link_top .news_dl_wrap dl {
		padding-right: 10px;
	}
}


/*--------------------------------------
map_detaillink
--------------------------------------*/

.map_detaillink {
	padding-bottom: 120px;
}

.map_detaillink a {
	font-size: 1.3rem;
	color: #463720;
	letter-spacing: 0.12em;
	text-decoration: none !important;
}

@media screen and (max-width: 767px) {
	.map_detaillink {
		padding-bottom: 0;
	}
}

@media screen and (max-width: 1120px) and (min-width: 768px) {
	.map_detaillink {
		padding-bottom: 60px;
	}
}


/*--------------------------------------
contact_area
--------------------------------------*/

.contact_area {
	margin-top: 80px;
	margin-bottom: -145px;
	position: relative;
	z-index: 10;
}

.contact_area_in {
	-webkit-box-shadow: 0 5px 6px rgb(132 118 95 / 15%);
	-moz-box-shadow: 0 5px 6px rgba(132, 118, 95, 0.15);
	box-shadow: 0 5px 6px rgb(132 118 95 / 15%);
	background: #fff;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	padding: 60px 0;
}

.contact_area .container:after {
	display: none;
}

.contact_area #front_con {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.contact_area .titleHome {
	font-size: 3.8rem;
	letter-spacing: 0.12em;
	text-align: center;
	font-family: "秀英明朝 M", serif;
	line-height: 1.3 !important;
	position: relative;
	padding: 0;
	color: #463720;
	padding-bottom: 26px;
}

.contact_area .titleHome:before,
.contact_area .titleHome:after {
	background: #463720;
	position: absolute;
	content: "";
	bottom: 0%;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	width: 14px;
	height: 1px;
}

.contact_area .titleHome:before {
	bottom: 7px;
}

.contact_area .titleHome span {
	display: block;
	color: #DD8D2D;
	font-size: 2rem;
	letter-spacing: 0.12em;
}

.contact_area .txt {
	margin-top: 24px;
	line-height: 1.9;
	letter-spacing: 0.12em;
}

.contact_area .txt span {
	display: inline-block;
}

.contact_area .contact_box p {
	display: block;
	max-width: 450px;
}

.contact_area .contact_box img {
	display: block;
}

.contact_area .contact_left {
	width: 50%;
	text-align: left;
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.contact_area .contact_right {
	width: 50%;
	position: relative;
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

#footer .contact_area .contact_right img {
	max-width: 344px !important;
	width: 100%;
}

.contact_area .contact_right:before {
	background: #463720;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	position: absolute;
	content: "";
}

.contact_area .contact_right .contact_box img {
	display: block;
}

.contact_area .contact_box p + p {
	margin-top: 3px;
}

.contact_area .contact_section > div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.contact_area .contact_section .tl {
	position: relative;
}

.contact_area .f_link a {
	color: #fff;
	text-decoration: none;
	font-size: 1.2rem;
}

.contact_area .f_link {
	width: 100%;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.contact_area {
		margin-top: 12vw;
		margin-bottom: -10vw;
	}
	.contact_area_in {
		padding: 6vw 6vw;
	}
	.contact_area .contact_box p:first-child {
		max-width: inherit;
	}
	.contact_area .contact_left {
		width: 100%;
	}
	.contact_area .titleHome {
		font-size: 2.5rem;
		margin-bottom: 4vw;
		text-align: center;
		width: 100%;
	}
	.contact_area .txt {
		margin-top: 0;
		font-size: 1.5rem;
		line-height: 2.1;
		width: 100%;
		text-align: center;
		padding-bottom: 0vw;
	}
	.contact_area .contact_right {
		max-width: inherit;
		width: 100%;
		margin-top: 20vw;
		padding: 0;
	}
	.contact_area .contact_right .contact_box img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.contact_area .f_link {
		text-align: center;
	}
	.contact_area small {
		text-align: center;
		width: 100%;
	}
	.contact_area .contact_right:before {
		height: 11vw;
		top: -16vw;
		left: 50%;
		-webkit-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
	}
}

@media screen and (max-width: 1120px) and (min-width: 768px) {
	.contact_area {
		margin-top: 60px;
		margin-bottom: -130px;
	}
	.contact_area_in {
		padding: 40px 0;
	}
	.contact_area .titleHome {}
	.contact_area .txt {}
	.contact_area .contact_right {}
	.contact_area .contact_left {}
	.contact_area .f_link {
		text-align: center;
	}
	.contact_area small {
		width: 100%;
		text-align: center;
	}
}


/*--------------------------------------
info_footer
--------------------------------------*/

.f_bnr img {
	display: block;
}

.info-footer {
	padding: 240px 0 90px 0;
	background: #B7AC9A;
}

.info-footer > div {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.info-footer > div:after {
	display: none !important;
}

.info-footer .container + .container {
	margin-top: 30px;
}

.info-footer .footer_left {
	width: 42%;
}

.info-footer .fooger_logo {
	width: 100%;
	max-width: 231px;
}

.info-footer .f_ad_box {
	width: 36%;
	padding-left: 10px;
	font-size: 1rem;
	box-sizing: border-box;
}

.info-footer .f_ad_box a {
	text-decoration: none !important;
}

.info-footer .sitemap_box {
	margin-top: 15px;
}

.info-footer .sitemap_box p {
	font-size: 1.3rem;
	letter-spacing: 0.12em;
}

.info-footer .sitemap_box p a {
	text-decoration: none !important;
	color: #fff;
}

.info-footer .footer_right {
	width: 56%;
	/* max-width: 350px; */
	text-align: right;
}

.info-footer .footer_right p img {
	display: block;
	margin-left: auto;
	margin-right: 0;
}

.info-footer .text-footer {
	font-size: 1.3rem;
	color: #fff;
	letter-spacing: 0.12em;
}

.info-footer .f_bnr {
	width: 38.5%;
	max-width: 400px;
}

.info-footer .f_bnr a {
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	display: block;
}

#footer_widget small {
	color: #fff;
	font-size: 1.1rem;
	display: block;
	letter-spacing: 0.12em;
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
	.info-footer {
		padding: 20vw 0 19vw 0;
	}
	.info-footer .footer_left {
		width: 100%;
	}
	.info-footer .fooger_logo {
		width: 70%;
		max-width: inherit;
		margin: 0 auto 3vw;
	}
	.info-footer .f_bnr {
		width: 100%;
		margin: 5vw auto 0;
	}
	small.sp {
		display: block;
		text-align: center;
		width: 100%;
		font-size: 1rem;
	}
	.info-footer .footer_right {
		width: 100%;
		max-width: inherit;
		margin-top: 5vw;
	}
	#footer_widget small {
		/* padding: 3vw 3vw 20vw; */
	}
	.info-footer .text-footer {
		text-align: center;
	}
	.info-footer .container + .container {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		margin-top: 5vw;
	}
	.info-footer .container + .container > div {
		width: 38%;
	}
	.info-footer .container + .container > div + div {
		width: 62%;
		margin-top: 0;
	}
	.info-footer .sitemap_box p {
		text-align: center;
	}
	#footer_widget small {
		text-align: center;
		font-size: 1rem;
	}
}

@media screen and (max-width: 1120px) and (min-width: 768px) {
	.info-footer {
		padding: 180px 0 120px 0;
	}
}


/* =====================================
■ 追加
===================================== */

.top_tl_tate .elementor-heading-title.elementor-size-default {
	font-family: "秀英明朝 M", serif;
	font-size: 3.8rem;
	letter-spacing: 0.12em;
}

.top_tl_tate .elementor-heading-title.elementor-size-default span {
	display: block;
	font-size: 2rem;
	letter-spacing: 0.04em;
	padding-left: 15px;
}

.top_about .top_tl_tate .elementor-heading-title.elementor-size-default {
	margin-left: auto;
}

.top_pick_area {
	background: #84765F;
	padding-top: 120px !important;
	padding-bottom: 120px !important;
}

.top_pick_area .top_tl_tate .elementor-heading-title.elementor-size-default {
	color: #fff;
}

.top_pick {
	width: 90%;
	width: -webkit-calc(50% + 410px);
	width: calc(50% + 410px);
	background: #fff;
	margin-left: auto;
	overflow: hidden;
	padding-top: 120px;
	-webkit-box-shadow: 0 5px 6px rgb(70 55 32 / 33%);
	-moz-box-shadow: 0 5px 6px rgba(70, 55, 32, 0.33);
	box-shadow: 0 5px 6px rgb(70 50 32 / 33%);
}

.top_pick_con {
	width: 825px;
	margin-left: 125px;
}

.top_pick_con_area .box {
	position: relative;
}

.top_pick_con_area .box:before {
	border: 1px solid #84765F;
	position: absolute;
	content: "";
	height: 100%;
	width: 795px;
	top: 0;
	left: -1px;
	z-index: 1;
}

.top_pick_con_area .box + .box {
	margin-top: 60px;
}

.top_pick_con {
	position: relative;
	z-index: 10;
	padding: 60px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.top_pick_con figure {
	width: 54%;
	max-width: 445px;
	overflow: hidden;
	border-radius: 40px 0 40px 0;
}

.top_pick_con_area .box:nth-child(2n+1) .top_pick_con {
	flex-direction: row-reverse;
}

.top_pick_con .txt_block {
	width: 31%;
}

.top_pick_con .stl {
	font-family: "秀英明朝 M", serif;
	color: #463720;
	font-size: 2.8rem;
	letter-spacing: 0.12em;
	margin-bottom: 15px;
}

.top_pick_con .stl span {
	color: #DD8D2D;
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	display: block;
	padding-bottom: 5px;
}

.top_pick_li li {
	padding-left: 30px;
	position: relative;
}

.top_pick_li li:before {
	position: absolute;
	content: "";
	background: #DD8D2D;
	width: 12px;
	height: 12px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: 9px;
	left: 2px;
}

.top_pick_li li + li {
	margin-top: 7px;
}

.top_pick_con .btn {
	margin-top: 25px;
}

.top_pick_con_area .box:nth-child(2n):before {
	left: inherit;
	right: -1px;
	width: 80%;
	width: -webkit-calc(100% - 245px);
	width: calc(100% - 245px);
}

.top_pick_con_area .box:nth-child(2n+1) .top_pick_con .txt_block {
	width: 41%;
}

.top_pick_area .merit_tl {
	font-family: "秀英明朝 M", serif;
	color: #463720;
	font-size: 2.8rem;
	letter-spacing: 0.12em;
	margin-bottom: 50px;
	line-height: 1.8;
	text-align: center;
}

.top_pick_area .merit_tl span {
	color: #DD8D2D;
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	display: block;
	padding-bottom: 0;
}

.top_merit_wrap {
	max-width: 756px;
	margin: 120px auto;
}

.top_merit_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.top_merit_box figure {
	width: 58.4%;
	max-width: 441px;
	overflow: hidden;
	border-radius: 40px 0 40px 0;
}

.top_pick_area .merit_txt_block {
	width: 245px;
}

.top_merit_li {
	font-family: "秀英明朝 M", serif;
	color: #463720;
	font-size: 2rem;
	letter-spacing: 0.12em;
}

.top_merit_li li + li {
	margin-top: 5px;
}

.top_merit_li li {
	padding-left: 40px;
	position: relative;
}

.top_merit_li li:before {
	position: absolute;
	content: "";
	background: url(../../uploads/top_check.png) left top no-repeat;
	width: 27px;
	height: 22px;
	background-size: contain;
	left: 0;
	top: 11px;
}

.top_merit_box .btn {
	margin-top: 50px;
}

.top_greeting {
	padding-top: 30px;
	position: relative;
	padding-right: 40.4%;
}

.top_greeting:before {
	position: absolute;
	content: "";
	background: url(../../uploads/top_doctor.png) right bottom no-repeat;
	background-size: contain;
	width: 395px;
	height: 539px;
	right: 0;
	bottom: 0;
}

.top_greeting .txt {
	letter-spacing: 0.05em;
	line-height: 2;
}

.top_greeting .btn {
	text-align: center;
	margin-top: 40px;
}

.top_movie_area {
	margin-top: 110px;
}

.top_movie_con {
	width: 51.3% !important;
}

.top_movie_con + .top_movie_con {
	width: 41% !important;
}

.top_movie_area > div > div {
	justify-content: space-between;
}

.top_movie_con .top_tl {
	padding-top: 20px !important;
}

.top_movie_con .txt {
	letter-spacing: 0.06em;
	line-height: 2;
}

.top_lymph_area {
	margin-top: 120px;
	background: url(../../uploads/top_lymph_bg_pc.jpg) center center no-repeat;
	background-size: cover;
	border-radius: 110px 0 110px 0;
	-webkit-box-shadow: 0 5px 6px rgb(132 118 95 / 15%);
	-moz-box-shadow: 0 5px 6px rgba(132, 118, 95, 0.15);
	box-shadow: 0 5px 6px rgb(132 118 95 / 15%);
	padding: 0 20px;
	margin-bottom: 50px !important;
}

.top_lymph {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
}

.top_lymph .txt {
	letter-spacing: 0.06em;
	line-height: 2;
}

.top_lymph .btn {
	margin-top: 60px;
	text-align: center;
}

.f_bnr_area p {
	max-width: 344px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0 5px 6px rgb(132 118 95 / 15%);
	-moz-box-shadow: 0 5px 6px rgba(132, 118, 95, 0.15);
	box-shadow: 0 5px 6px rgb(132 118 95 / 15%);
}

.f_bnr_area {
	margin-top: 70px;
}

.f_bnr_area p img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.top_tl_tate {
		position: absolute !important;
		top: 0;
		right: -200px;
		width: 130px !important;
	}
	.top_tl_tate .elementor-heading-title.elementor-size-default {
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		height: 500px;
	}
	.top_pick_area .top_tl_tate {
		position: absolute;
		top: 0;
		right: 90%;
		right: -webkit-calc(50% + 410px);
		right: calc(50% + 410px);
		width: 130px !important;
	}
	.top_about .top_tl_tate .elementor-heading-title.elementor-size-default {
		position: absolute;
		top: 0;
		right: 0;
	}
}

@media screen and (max-width: 767px) {
	.top_tl_tate {
		margin-bottom: 10vw !important;
	}
	.top_tl_tate .elementor-heading-title.elementor-size-default {
		line-height: 1.3;
	}
	.top_pick_area {
		padding: 12vw 0 12vw 6vw !important;
	}
	.top_pick {
		width: 94vw;
		padding-right: 0;
		padding-left: 0;
		padding-top: 0;
	}
	.top_pick_con_area .box:before {
		display: none;
	}
	.top_pick_con {
		width: 100%;
		margin: 0;
		flex-direction: column !important;
		padding: 0;
	}
	.top_pick_con .tl_block {
		width: 100%;
	}
	.top_pick_con .stl {
		padding-top: 6vw;
		padding-left: 6vw;
		margin-right: 6vw;
		border-bottom: 1px solid #84765F;
		padding-bottom: 3vw;
		line-height: 1.6;
		margin-bottom: 5vw;
	}
	.top_pick_con .stl span {
		padding-bottom: 0;
	}
	.top_pick_con figure {
		max-width: inherit;
		width: 76vw;
		margin-bottom: 5vw !important;
	}
	.top_pick_con figure img {
		width: 100%;
	}
	.top_pick_con .txt_block {
		width: 76vw !important;
	}
	.top_pick_li li {
		padding-left: 8vw;
	}
	.top_pick_li li:before {
		width: 3vw;
		height: 3vw;
		top: 2.1vw;
	}
	.top_pick_li li + li {
		margin-top: 2vw;
	}
	.top_pick_con .btn {
		margin-top: 4vw;
	}
	.top_pick_con_area .box + .box {
		margin-top: 5vw;
	}
	.top_pick_con_area .box:nth-child(2n) .top_pick_con .stl {
		text-align: right;
		padding-left: 0;
		padding-right: 6vw;
		margin-left: 6vw;
		margin-right: 0;
	}
	.top_merit_wrap {
		margin-top: 10vw;
		max-width: inherit;
		width: 76vw;
		margin-bottom: 10vw;
	}
	.top_pick_area .merit_tl {
		font-size: 2.5rem;
		margin-bottom: 5vw;
	}
	.top_merit_box figure {
		width: 100%;
		max-width: inherit;
		margin-bottom: 5vw;
	}
	.top_merit_box figure img {
		width: 100%;
	}
	.top_merit_li {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	.top_merit_li li,
	.top_merit_li li + li {
		width: 50%;
		padding-left: 8vw;
		font-size: 1.6rem;
		margin-top: 5vw;
	}
	.top_merit_li li:before {
		width: 6vw;
		height: 6vw;
		top: 1.8vw;
	}
	.top_pick_area .merit_txt_block {
		width: 100%;
	}
	.top_merit_box .btn {
		margin-top: 5vw;
	}
	.top_greeting {
		padding-top: 0;
		padding-right: 0;
	}
	.top_greeting:before {
		width: 82vw;
		background-position: center top;
		background-size: cover;
		height: 93vw;
		right: 6vw;
		bottom: 17vw;
	}
	.top_greeting .txt {
		padding-bottom: 91vw;
	}
	.top_movie_area {
		margin-top: 0;
	}
	.top_movie_con,
	.top_movie_con + .top_movie_con {
		width: 100% !important;
	}
	.top_movie_area .top_movie_con:first-child {
		position: absolute;
		top: 35vw;
		left: 0;
	}
	.top_movie_con + .top_movie_con {
		pointer-events: none;
	}
	.top_movie_con .top_tl {
		padding-top: 8vw !important;
		padding-bottom: 52vw;
	}
	.top_lymph_area {
		margin-top: 10vw;
		width: 82vw !important;
		border-radius: 0 0 20vw 0;
		margin-bottom: 0vw !important;
	}
	.top_lymph .btn {
		margin-top: 5vw;
	}
	.top_lymph {
		max-width: inherit;
		padding-bottom: 7vw;
	}
	.f_bnr_area {
		margin-top: 12vw;
	}
}

@media screen and (max-width: 1120px) and (min-width: 768px) {
	.top_tl_tate {
		width: 100px !important;
	}
	.top_pick_area {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	.top_pick {
		width: 90%;
		width: -webkit-calc(100% - 120px);
		width: calc(100% - 120px);
		padding-top: 60px;
	}
	.top_pick_area .top_tl_tate {
		right: inherit;
		left: 20px;
	}
	.top_pick_con {
		margin-right: 20px;
		width: auto;
		margin-left: 0;
		padding: 20px;
	}
	.top_pick_con_area .box:before {
		width: 80% !IMPORTANT;
	}
	.top_pick_con .txt_block {
		width: 53% !important;
	}
	.top_pick_con figure {
		width: 40%;
	}
	.top_pick_con_area .box + .box {
		margin-top: 30px;
	}
	.top_pick_con .stl {
		font-size: 2.6rem;
	}
	.top_merit_wrap {
		margin: 60px 20px;
	}
	.top_about .top_tl_tate {
		right: -120px;
	}
	.top_greeting {
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 450px;
	}
	.top_greeting:before {
		width: 80%;
		background-position: center top;
		background-size: auto 670px;
		height: 420px;
		right: 10%;
	}
	.top_movie_area {
		margin-top: 60px;
	}
	.top_movie_con + .top_movie_con {
		width: 45% !important;
	}
	.top_lymph_area {
		margin-top: 60px;
		margin-bottom: 0 !important;
	}
	.f_bnr_area {
		margin-top: 60px;
	}
}