@charset "utf-8";
/*
Theme Name: floren
Theme URI: null
Description: Description
Author: 81bridge - ghh
Version: 1.0
*/

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a,
a:link {
	color: #000;
	text-decoration: none;
	transition: .3s;
	-webkit-transition: .3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
@font-face {
	font-family: 'SophiaChristie';
	src: url("fonts/SophiaChristie.eot?") format('eot'),
	url("fonts/SophiaChristie.woff") format('woff'),
	url("fonts/SophiaChristie.otf")  format('opentype');
	font-weight: normal;
	font-style: normal;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {content: "";display: block;clear: both;}
/* flex */
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 1.3rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	padding-top: 130px;
	text-align: left;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 1024px) {
	.sp {
		display: none !important;
	}
	.menuBox {
		display: none !important;
	}
	.fixedUl {
		display: none !important;
	}
}
@media all and (max-width: 1023px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		padding-top: 102px;
		overflow: hidden;
	}
}
@media all and (min-width: 768px) and (max-width: 1023px) {
	#container {
		padding-top: 174px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
	transition: .3s;
	-webkit-transition: .3s;
	background: #fff;
}
#gHeader.hide {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
#gHeader .hBox {
	padding: 0 0 0 48px;
	position: relative;
	z-index: 101;
}
#gHeader .hBox:before {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #ddd;
	content: "";
	transition-delay: 1.8s;
}
#gHeader h1 {
	padding: 18px 0 0 0;
}
#gHeader h1 .white {
	display: none;
}
#gHeader .logo .white {
	display: none;
}
#gHeader .linkList {
	display: flex;
	justify-content: flex-start;
}
#gHeader .linkList li {
	border-left: 1px solid #ddd;
}
#gHeader .linkList li a {
	display: block;
	padding: 17px 48px 15px;
	letter-spacing: 0.2em;
	font-family: "ivymode",sans-serif;
	font-size: 1.2rem;
	font-weight: 300;
}
#gHeader .linkList li a:hover {
	opacity: 0.5;
}
#gHeader .linkList li img {
	width: 13px;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 10px 0 0;
}
#gHeader .linkList li .white {
	display: none;
}
#gHeader .hInner {
	padding: 30px 22px 10px 52px;
	z-index: 101;
}
#gHeader .hInner:before {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #ddd;
	content: "";
	transition-delay: 2s;
	z-index: 101;
}
#gHeader .logo {
	margin-top: -22px;
	position: relative;
	z-index: 101;
}
#gNavi {
	z-index: 101;
}
#gNavi li {
	margin-right: 38px;
	display: inline-block;
	vertical-align: top;
	font-size: 1.1rem;
	font-family: "ivymode",sans-serif;
	letter-spacing: 0.3em;
	font-weight: 300;
}
#gNavi li a {
	position: relative;
	z-index: 101;
}
#gNavi > .hov > a {
    opacity: 0.5;
}
#gNavi .has-sub:hover > a {
    opacity: 1;
}
#gNavi li .white {
	display: none;
}
#gNavi li a:hover {
	opacity: 1;
}
#gNavi li .infoMenu {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 135px;
	width: 100%;
	opacity: 0;
	z-index: 100;
	background-color: rgba(255, 255, 255, 0.7);
	transform: translateY(-100%);
	-webkit-transition: all 0.36s cubic-bezier(.25,1,.5,1);
	-moz-transition: all 0.36s cubic-bezier(.25,1,.5,1);
	-ms-transition: all 0.36s cubic-bezier(.25,1,.5,1);
	-o-transition: all 0.36s cubic-bezier(.25,1,.5,1);
	transition: all 0.36s cubic-bezier(.25,1,.5,1);
}
#gNavi li.has-sub:hover .infoMenu {
	opacity: 1;
	transform: translateY(0%);
}
#gNavi li .infoMenu .menuList {
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #ddd;
}
#gNavi li .infoMenu .menuList li {
	margin: 0;
	font-size: 1.2rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
	letter-spacing: 0.1em;
}
#gNavi li .infoMenu .menuList li a {
	display: block;
	padding: 13px 12px;
	opacity: 1;
}
#gNavi li .infoMenu .menuList .hov a {
    opacity: 0.5;
}
@media all and (min-width: 1024px) and (max-width: 1200px) {
	#gHeader .linkList li a {
		padding: 17px 33px 15px;
	}
    #gNavi li .infoMenu .menuList li a {
        padding: 13px 6px;
    }
}
@media all and (max-width: 1023px) {
	#gHeader {
		position: absolute;
	}
	#gHeader .hBox {
		display: none;
	}
	#gHeader .hInner {
		position: relative;
		padding: 8px 30px 7px 27px;
		z-index: inherit;
	}
	#gHeader .hInner .infoBox {
		display: block;
	}
	#gHeader .logo {
		position: inherit;
		margin: 0;
		width: 116px;
		z-index: inherit;
	}
	#gHeader .logo img {
		width: 116px;
	}
	#gHeader .logo .white {
		display: none;
	}
	#gHeader .spList {
		position: absolute;
		right: 12px;
		top: 20px;
		width: 124px;
	}
	#gHeader .spList li {
		padding: 3px 0 0 20px;
		float: left;
	}
	#gHeader .spList li .white {
		display: none;
	}
	nav {
		display: none;
	}
	#gNavi {
		display: none;
	}
	.menu {
		margin-left: -3px;
		padding: 0 !important;
		display: block;
		width: 60px;
		height: 30px;
		z-index: 1100;
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		right: 18px;
		width: 20px;
		height: 1px;
		background-color: #918b8a;
	}
	.menu span:nth-of-type(1) {
		top: 7px;
	}
	.menu span:nth-of-type(2) {
		top: 13px;
	}
	.menu.on {
		display: none;
	}
	.menu.on span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.menu.on span:nth-of-type(2) {
		-webkit-transform: translateY(3px) rotate(45deg);
		transform: translateY(3px) rotate(45deg);
	}
	.menuBox {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,0.9);
		overflow-y: auto;
		z-index: 1010;
	}
	.menuBox .close {
		position: absolute;
		right: 32px;
		top: 23px;
		width: 14px;
	}
	.menuBox .logoImg {
		padding: 8px 0 6px 27px;
		width: 116px;
	}
	.menuBox .topTxt {
		margin-bottom: 18px;
		padding: 6px 30px;
		font-size: 1.15rem;
		letter-spacing: 0.15em;
		border-top: 1px solid #eaeaea;
		border-bottom: 1px solid #eaeaea;
	}
	.menuBox .spNavi {
		margin: 0 30px;
	}
	.menuBox .spNavi > li > a {
		padding: 12px 33px 12px 6px;
		display: block;
		position: relative;
		font-size: 1.9rem;
		font-family: "ivymode",sans-serif;
		letter-spacing: 0.3em;
		border-bottom: 1px solid #eaeaea;
	}
	.menuBox .spNavi > li > a:before {
		margin-top: -1px;
		position: absolute;
		right: 7px;
		top: 50%;
		width: 12px;
		height: 3px;
		background: url("img/common/sp_icon07.png") no-repeat left top;
		background-size: 12px auto;
		content: "";
	}
	.menuBox .spNavi > .liStyle > a:before {
		margin-top: -6px;
		width: 11px;
		height: 11px;
		background: url("img/common/sp_icon08.png") no-repeat left top;
		background-size: 11px auto;
	}
	.menuBox .spNavi > .liStyle > a.on:before {
		background: url("img/common/sp_icon08_over.png") no-repeat left top;
		background-size: 11px auto;
	}
	.menuBox .spNavi > li .infoMenu {
		display: none;
		padding: 10px 0;
	}
	.menuBox .spNavi > li .infoMenu li a {
		display: block;
		padding: 8px 0;
		font-size: 1.4rem;
		position: relative;
	}
	.menuBox .spNavi > li .infoMenu li a:before {
		margin-top: -1.5px;
		position: absolute;
		right: 7px;
		top: 50%;
		width: 12px;
		height: 3px;
		background: url("img/common/sp_icon07.png") no-repeat left top;
		background-size: 12px auto;
		content: "";
	}
	.menuBox .tel {
		width: 264px;
		margin: 28px auto 22px;
		text-align: center;
		border-bottom: 1px solid #b4a999;
	}
	.menuBox .tel .top {
		color: #92826A;
		display: block;
		font-size: 1.1rem;
		letter-spacing: 0.1em;
	}
	.menuBox .tel .telSpan {
		padding-left: 20px;
		display: block;
		color: #92826A;
		font-size: 3rem;
		line-height: 1.4;
		background: url("img/common/sp_icon09.png") no-repeat left center;
		background-size: 19px auto;
		letter-spacing: 0.1em;
	}
	.menuBox .linkList {
		width: 264px;
		margin: 0 auto 40px;
	}
	.menuBox .linkList li {
		width: 118px;
		font-size: 1.5rem;
		text-align: center;
		border-bottom: 1px solid #b4a999;
	}
	.menuBox .linkList li a {
		padding: 0 5px 6px;
		display: block;
		color: #92826A;
		letter-spacing: 0.15em;
	}
	.menuBox .linkList li img {
		margin: -5px 6px 0 0;
		display: inline-block;
		vertical-align: middle;
	}
	.menuBox .btmBox {
		margin-bottom: 70px;
		padding: 16px 30px 16px 27px;
		position: relative;
		border-top: 1px solid #ececec;
	}
	.menuBox .btmBox .linkTxt a {
		font-size: 1.1rem;
		color: #333;
		font-family: "ivymode",sans-serif;
		font-weight: 300;
		letter-spacing: 0.2em;
		text-decoration: underline;
	}
	.menuBox .btmBox .caseLink a {
		font-family: "ivymode",sans-serif;
		font-weight: 300;
		font-size: 1rem;
		color: #333;
		padding: 3px 23px 3px 0;
		letter-spacing: 0.2em;
		background: url("img/common/sp_icon12.png") no-repeat right center;
		background-size: 18px auto;
	}
	.fixedUl {
		opacity: 0;
		visibility: hidden;
		position: fixed;
		left: 5px;
		top: 5px;
		right: 5px;
		z-index: 1001;
	}
	.fixedUl.on {
		opacity: 1;
		visibility: visible;
	}
	.fixedUl li {
		padding-right: 1px;
		width: 30%;
		box-sizing: border-box;
	}
	.fixedUl li:nth-child(3) {
		padding: 0;
	}
	.fixedUl li a {
		height: 52px;
		display: flex;
		font-size: 1rem;
		align-items: center;
		justify-content: center;
		background: rgba(255,255,255,0.7);
	}
	.fixedUl li:first-child a {
		font-size: 1.19rem;
	}
	.fixedUl li .small {
		font-size: 1rem;
	}
	.fixedUl li img {
		margin: -3px 4px 0 0;
		height: 16px;
		display: inline-block;
		vertical-align: middle;
	}
	.fixedUl .menu {
		margin: 0;
		width: 10%;
		height: 52px;
		background: rgba(255,255,255,0.7);
	}
	.fixedUl .menu span {
		right: 10px;
		background: #918b8a;
	}
	.fixedUl .menu span:first-child {
		top: 22px;
	}
	.fixedUl .menu span:nth-of-type(2) {
		top: 28px;
	}
}
@media all and (min-width: 768px) and (max-width: 1023px) {
	#gHeader .hInner {
		padding: 20px 50px 17px 65px;
		position: relative;
	}
	#gHeader .logo {
		width: 274px;
	}
	#gHeader .logo img {
		width: 274px;
	}
	#gHeader .spList {
		width: 275px;
		top: 50px;
		right: 52px;
	}
	#gHeader .spList li {
		padding-left: 55px;
	}
	#gHeader .spList li img {
		width: 28px;
	}
	#gHeader .spList li:nth-child(2) img {
		width: 35px;
	}
	#gHeader .spList .menu {
		height: 60px;
		margin-left: 20px;
	}
	.menu span:nth-child(1) {
		top: 15px;
	}
	.menu span:nth-child(2) {
		top: 30px;
	}
	.menu span {
		width: 45px;
	}
	.fixedUl {
		left: 10px;
		top: 10px;
		right: 10px;
	}
	.fixedUl li a {
		height: 125px;
		font-size: 2.39rem;
		letter-spacing: 0.1em;
	}
	.fixedUl li:first-child a {
		font-size: 2.5rem;
	}
	.fixedUl li .small {
		font-size: 2.1rem;
	}
	.fixedUl .menu {
		height: 125px;
	}
	.fixedUl .menu span {
		right: 25px;
		width: 48px;
	}
	.fixedUl .menu span:nth-child(1) {
		top: 55px;
	}
	.fixedUl .menu span:nth-child(2) {
		top: 70px;
	}
	.fixedUl li img {
		margin: -3px 12px 0 0;
		height: 36px;
	}
	.menuBox .logoImg {
		padding: 15px 0 10px 37px;
		width: 274px;
	}
	.menuBox .close {
		width: 28px;
		right: 80px;
		top: 55px;
	}
	.menuBox .topTxt {
		padding: 15px 30px;
		font-size: 1.6rem;
	}
	.menuBox .spNavi > li > a {
		font-size: 2rem;
	}
	.menuBox .spNavi > li > a::before {
		margin-top: -3px;
		width: 23px;
		height: 5px;
		background-size: 23px auto;
	}
	.menuBox .spNavi > .liStyle > a::before {
		width: 22px;
		height: 22px;
		margin-top: -11px;
		background-size: 22px auto;
	}
	.menuBox .spNavi > .liStyle > a.on::before {
		width: 22px;
		height: 22px;
		margin-top: -11px;
		background-size: 22px auto;
	}
	.menuBox .spNavi > li .infoMenu li a {
		font-size: 1.5rem;
	}
	.menuBox .spNavi > li .infoMenu li a::before {
		margin-top: -3px;
		width: 23px;
		height: 5px;
		background-size: 23px auto;
	}
	.menuBox .tel {
		width: 375px;
	}
	.menuBox .tel .top {
		font-size: 1.8rem;
	}
	.menuBox .tel .telSpan {
		font-size: 4rem;
		background-size: 38px auto;
	}
	.menuBox .linkList {
		width: 375px;
	}
	.menuBox .linkList li {
		width: 178px;
		font-size: 2rem;
	}
	.menuBox .linkList li img {
		width: auto;
		margin: -7px 10px 0 0;
	}
	.menuBox .btmBox {
		padding-right: 75px;
	}
	.menuBox .btmBox .linkTxt a {
		font-size: 1.5rem;
	}
	.menuBox .btmBox .caseLink a {
		font-size: 1.5rem;
	}
	.menuBox .btmBox .ins {
		top: 14px;
	}
	.menuBox .btmBox .ins img {
		width: 30px;
	}
}
/*------------------------------------------------------------
    pagePath
------------------------------------------------------------*/
#pagePath {
	padding: 25px 15px 39px;
	max-width: 1268px;
	font-family: "ivymode",sans-serif;
	margin: 0 auto;
}
#pagePath li {
	padding-right: 40px;
	display: inline;
	font-size: 1rem;
	font-weight: 300;
	color: #BBB;
	position: relative;
	letter-spacing: 0.25em;
}
#pagePath li:before {
	position: absolute;
	right: 6px;
	top: 7px;
	width: 24px;
	height: 1px;
	content: "";
	background: #BBB;
}
#pagePath li:last-child:before {
	display: none;
}
#pagePath li a {
	color: #BBB;
}
#pagePath li a:hover {
	opacity: 0.5;
}
@media all and (max-width: 1023px) {
	#pagePath {
		display: none;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 87px;
	color: #231815;
	font-weight: normal;
	text-align: center;
}
.headLine01 .jp {
	margin-bottom: 6px;
	display: block;
	font-size: 3.8rem;
	letter-spacing: 0.1em;
}
.headLine01 .en {
	display: block;
	font-family: 'SophiaChristie';
	font-size: 0.65rem;
}
@media all and (max-width: 1023px) {
	.headLine01 {
		margin-bottom: 50px;
	}
	.headLine01 .jp {
		margin: 0 -17px 7px;
		font-size: 2.4rem;
		letter-spacing: 0.2em;
	}
	.headLine01 .en {
		font-size: 0.5rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 60px;
	font-weight: normal;
	font-size: 3.6rem;
	text-align: center;
	letter-spacing: 0.15em;
}
@media all and (max-width: 1023px) {
	.headLine02 {
		margin-bottom: 30px;
		font-size: 2.6rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 30px;
	position: relative;
	padding: 0 15px 31px 124px;
}
.headLine03 .en {
	color: #A4A4A4;
	display: block;
	font-family: "ivymode",sans-serif;
	font-size: 0.9rem;
	font-weight: 300;
	letter-spacing: 0.2em;
}
.headLine03 .jp {
	margin-bottom: 11px;
	display: block;
	font-size: 4rem;
	font-weight: normal;
	line-height: 1.45;
	letter-spacing: 0.1em;
}
.headLine03:before {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #dedede;
	content: "";
}
@media all and (max-width: 1023px) {
	.headLine03 {
		margin-bottom: 23px;
		padding: 15px 25px 20px;
	}
	.headLine03 .en {
		font-size: 0.65rem;
		padding-left: 4px;
	}
	.headLine03 .jp {
		margin-bottom: 8px;
		font-size: 2.5rem;
		line-height: 1.45;
	}
	.headLine03:before {
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		height: 1px;
		background: #dedede;
		content: "";
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 69px;
	color: #90816C;
	font-family: "ivymode",sans-serif;
	font-size: 1.1rem;
	font-weight: 300;
	letter-spacing: 0.2em;
}
@media all and (max-width: 1023px) {
	.headLine04 {
		margin-bottom: 40px;
		font-size: 1rem;
	}
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin-bottom: 30px;
	color: #8A806B;
	font-weight: normal;
	font-size: 2.6rem;
	text-align: center;
	letter-spacing: 0.1em;
}
@media all and (max-width: 1023px) {
	.headLine05 {
		margin-bottom: 20px;
		font-size: 2rem;
	}
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	padding: 0 15px;
	max-width: 1090px;
	margin: 0 auto;
}
@media all and (max-width: 1023px) {
	.content {
		padding: 0 30px;
	}
}
/*------------------------------------------------------------
	comTitle
------------------------------------------------------------*/
.comTitle {
	margin-bottom: 25px;
	padding: 32px 15px 12px 124px;
	position: relative;
	color: #93836A;
	font-family: "ivymode",sans-serif;
	font-size: 1.1rem;
	font-weight: 300;
	letter-spacing: 0.22em;
}
.comTitle:before {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #dedede;
	content: "";
}
@media all and (max-width: 1023px) {
	.comTitle {
		margin-bottom: 8px;
		padding: 0 30px;
	}
	.comTitle:before {
		display: none;
	}
}
/*------------------------------------------------------------
	comMore
------------------------------------------------------------*/
.comMore a {
	position: relative;
	font-weight: 300;
	font-family: "ivymode",sans-serif;
	letter-spacing: 0.15em;
}
.comMore a:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #333;
	content: "";
	transform-origin: left;
	transform: scaleX(1);
	transition: transform 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
}
@media all and (min-width: 1024px) {
	.comMore a:hover:before {
		transform-origin: right;
		transform: scaleX(0);
		transition: transform 0.6s cubic-bezier(0.45, 0.12, 0.04, 0.96);
	}
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	transition: transform 2.5s, opacity 2.5s;
}
.fadeInUp.on {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
/*------------------------------------------------------------
	comLine
------------------------------------------------------------*/
.comLine:before {
	left: -100%;
	transition: all 1.8s cubic-bezier(.5,0,0,1);
	transition-delay: .15s;
}
.comLine.on:before {
	left: 0;
}
/*------------------------------------------------------------
	comImg
------------------------------------------------------------*/
.comImg img {
	filter: blur(10px);
	opacity: 0;
	transition: 1s;
	-webkit-transition: 1s;
}
.comImg.on img {
	filter: none;
	opacity: 1;
}
/*------------------------------------------------------------
	comFont
------------------------------------------------------------*/
.comFont > span {
	display: inline-block;
	-webkit-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
	-webkit-transform: perspective(100px) rotateY(-45deg);
	-ms-transform: perspective(100px) rotateY(-45deg);
	transform: perspective(100px) rotateY(-45deg);
	opacity: 0;
}
.comFont.on > span {
	-webkit-transform: perspective(100px) rotateY(0);
	-ms-transform: perspective(100px) rotateY(0);
	transform: perspective(100px) rotateY(0);
	opacity: 1;
}
.comFont > span:nth-child(2) {
	transition-delay: .1s!important;
}
.comFont > span:nth-child(3) {
	transition-delay: .2s!important;
}
.comFont > span:nth-child(4) {
	transition-delay: .3s!important;
}
.comFont > span:nth-child(5) {
	transition-delay: .4s!important;
}
.comFont > span:nth-child(6) {
	transition-delay: .5s!important;
}
.comFont > span:nth-child(7) {
	transition-delay: .6s!important;
}
.comFont > span:nth-child(8) {
	transition-delay: .7s!important;
}
.comFont > span:nth-child(9) {
	transition-delay: .8s!important;
}
.comFont > span:nth-child(10) {
	transition-delay: .9s!important;
}
.comFont > span:nth-child(11) {
	transition-delay: 1s!important;
}
.comFont > span:nth-child(12) {
	transition-delay: 1.1s!important;
}
.comFont > span:nth-child(13) {
	transition-delay: 1.2s!important;
}
.comFont > span:nth-child(14) {
	transition-delay: 1.3s!important;
}
.comFont > span:nth-child(15) {
	transition-delay: 1.4s!important;
}
.comFont > span:nth-child(16) {
	transition-delay: 1.5s!important;
}
.comFont > span:nth-child(17) {
	transition-delay: 1.6s!important;
}
.comFont > span:nth-child(18) {
	transition-delay: 1.7s!important;
}
.comFont > span:nth-child(19) {
	transition-delay: 1.8s!important;
}
.comFont > span:nth-child(20) {
	transition-delay: 1.9s!important;
}
.comFont > span:nth-child(21) {
	transition-delay: 2s!important;
}
.comFont > span:nth-child(22) {
	transition-delay: 2.1s!important;
}
.comFont > span:nth-child(23) {
	transition-delay: 2.2s!important;
}
.comFont > span:nth-child(24) {
	transition-delay: 2.3s!important;
}
.comFont > span:nth-child(25) {
	transition-delay: 2.4s!important;
}
.comFont > span:nth-child(26) {
	transition-delay: 2.5s!important;
}
.comFont > span:nth-child(27) {
	transition-delay: 2.6s!important;
}
.comFont > span:nth-child(28) {
	transition-delay: 2.7s!important;
}
.comFont > span:nth-child(29) {
	transition-delay: 2.8s!important;
}
.comFont > span:nth-child(30) {
	transition-delay: 2.9s!important;
}
.comFont > span:nth-child(31) {
	transition-delay: 3s!important;
}
.comFont > span:nth-child(32) {
	transition-delay: 3.1s!important;
}
.comFont > span:nth-child(33) {
	transition-delay: 3.2s!important;
}
.comFont > span:nth-child(34) {
	transition-delay: 3.3s!important;
}
.comFont > span:nth-child(35) {
	transition-delay: 3.4s!important;
}
.comFont > span:nth-child(36) {
	transition-delay: 3.5s!important;
}
.comFont > span:nth-child(37) {
	transition-delay: 3.6s!important;
}
.comFont > span:nth-child(38) {
	transition-delay: 3.7s!important;
}
.comFont > span:nth-child(39) {
	transition-delay: 3.8s!important;
}
.comFont > span:nth-child(40) {
	transition-delay: 3.9s!important;
}
.comFont > span:nth-child(41) {
	transition-delay: 4s!important;
}
/*------------------------------------------------------------
	svgBox
------------------------------------------------------------*/
.loading {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	background: #fff;
}
.svgBox {
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 0;
	width: 130px;
	height: 130px;
}
.svgBox.on {
	opacity: 1;
}
@media all and (max-width: 1023px) {
	.svgBox {
		padding: 0 15px;
		box-sizing: border-box;
        width: 140px;
        height: 140px;
	}
}
@media all and (min-width: 768px) and (max-width: 1023px) {
	.svgBox {
		width: 140px;
		height: 140px;
	}
}
/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
	margin-top: 100px;
	position: relative;
}
.comBox:before {
	position: absolute;
	top: 0;
	width: 100%;
	height: 1px;
	background: #ddd;
	content: "";
}
.comBox .lBox {
	padding: 23px 25px 90px;
	width: 45.6%;
	box-sizing: border-box;
	border-right: 1px solid #ddd;
}
.comBox .rBox {
	padding: 23px 25px;
	width: 54.4%;
	box-sizing: border-box;
}
.comBox .infoBox {
	max-width: 410px;
	margin: 0 auto;
}
.comBox .lBox .ttl {
	padding-bottom: 10px;
	margin: 0 -10px 20px 0;
	color: #90816C;
	font-size: 2.1rem;
	border-bottom: 1px solid #ddd;
}
.comBox .lBox .ttl .topSpan {
	margin-bottom: 5px;
	color: #333;
	display: block;
	letter-spacing: 0.16em;
	font-size: 1.4rem;
}
.comBox .lBox .txtDl {
	letter-spacing: 0.1em;
	line-height: 1.8;
}
.comBox .lBox .txtDl dt {
	float: left;
}
.comBox .lBox .txtDl dd {
	padding: 0 0 18px 5.7em;
}
.comBox .lBox .txtDl dd a {
	display: inline-block;
	text-decoration: underline;
	margin-left: 11px;
	font-size: 1rem;
	opacity: 0.5;
}
.comBox .lBox .txtDl dd a:hover {
	opacity: 1;
}
.comBox .rBox .infoBox {
	max-width: 540px;
}
.comBox .rBox .headLine04 {
	margin-bottom: 52px;
}
.comBox .rBox .tabBox {
	margin-bottom: 10px;
}
.comBox .rBox table {
	width: 100%;
	border-collapse: collapse;
	word-break: break-all;
}
.comBox .rBox table thead th {
	width: 11%;
}
.comBox .rBox table tr th:last-child {
	border-right: none;
}
.comBox .rBox table tr td:last-child {
	border-right: none;
}
.comBox .rBox table tbody tr:last-child th,
.comBox .rBox table tbody tr:last-child td {
	border-bottom: none;
}
.comBox .rBox table thead th:first-child {
	width: 23%;
}
.comBox .rBox table td,
.comBox .rBox table th {
	padding: 20px 10px;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	letter-spacing: 0.16em;
}
.comBox .rBox table td {
	padding: 27px 10px;
	color: #90816C;
}
.comBox .rBox table td .ico {
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.comBox .rBox .notes {
	font-size: 1.2rem;
}
@media all and (max-width: 1023px) {
	.comBox {
		margin: 55px auto 75px;
		display: block;
	}
	.comBox:before {
		position: absolute;
		top: 0;
		width: 100%;
		height: 1px;
		background: #ddd;
		content: "";
	}
	.comBox .lBox {
		padding: 26px 29px 34px;
		width: 100%;
		border-right: none;
	}
	.comBox .rBox {
		padding: 23px 25px;
		width: 100%;
		position: relative;
		box-sizing: border-box;
	}
	.comBox .rBox:before {
		position: absolute;
		top: 0;
		width: 100%;
		left: 0;
		height: 1px;
		background: #ddd;
		content: "";
	}
	.comBox .infoBox {
		max-width: inherit;
		margin: 0 auto;
	}
	.comBox .lBox .ttl {
		padding-bottom: 10px;
		margin: 0 0 27px 0;
		font-size: 1.9rem;
		border-bottom: 1px solid #ddd;
	}
	.comBox .lBox .ttl .topSpan {
		margin-bottom: 8px;
		letter-spacing: 0.1em;
		font-size: 1.1rem;
	}
	.comBox .lBox .txtDl {
		letter-spacing: 0.1em;
		line-height: 1.9;
	}
	.comBox .lBox .txtDl dt {
		float: none;
	}
	.comBox .lBox .txtDl dd {
		padding: 0 0 22px;
	}
	.comBox .lBox .txtDl dd a {
		margin-left: 0;
		font-size: 1.2rem;
	}
	.comBox .lBox .txtDl dd a:hover {
		opacity: 0.5 !important;
	}
	.comBox .rBox {
		padding: 26px 30px 0;
	}
	.comBox .rBox .infoBox {
		max-width: inherit;
	}
	.comBox .rBox .headLine04 {
		margin-bottom: 36px;
	}

	.comBox .rBox .tabBox {
		margin-bottom: 16px;
	}
	.comBox .rBox table thead th {
		width: 10%;
	}
	.comBox .rBox table thead th:first-child {
		width: 30%;
	}
	.comBox .rBox table td,
	.comBox .rBox table th {
		padding: 12px 5px;
		font-size: 1.2rem;
		letter-spacing: 0.1em;
	}
	.comBox .rBox table td {
		padding: 17px 5px;
		font-size: 1.1rem;
	}
	.comBox .rBox .notes {
		font-size: 1.1rem;
	}
}
@media all and (max-width: 374px) {
	.comBox .rBox {
		padding: 26px 20px 0;
	}
	.comBox .rBox table td, .comBox .rBox table th {
		padding: 12px 2px;
	}
}
/*------------------------------------------------------------
	comReserve
------------------------------------------------------------*/
.comReserve {
	padding: 69px 0 23px;
	background: url("img/common/com_reserve_bg.jpg") no-repeat center center;
	background-size: cover;
}
.comReserve .infoRes {
	transition-delay: 0.3s;
}
.comReserve .title {
	margin-bottom: 50px;
	color: #E0D0B9;
	font-size: 2.2rem;
	text-align: center;
}
.comReserve .title .info {
	padding: 2px 16px 0;
	display: inline-block;
	background: #3e3633;
	letter-spacing: 0.2em;
}
.comReserve .listUl {
	max-width: 960px;
	margin: 0 auto 62px;
	color: #fff;
}
.comReserve .listUl li {
	position: relative;
	width: 33.333%;
	text-align: center;
	box-sizing: border-box;
}
.comReserve .listUl li a {
	display: block;
	color: #fff;
}
.comReserve .listUl li a:hover {
	opacity: 0.5;
}
.comReserve .listUl li:before {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 10px;
	width: 1px;
	background: #9a9997;
	content: "";
}
.comReserve .listUl li:first-child:before {
	display: none;
}
.comReserve .listUl li .top {
	margin-bottom: 22px;
	padding: 10px 0 0;
	font-size: 1.6rem;
	letter-spacing: 0.16em;
}
.comReserve .listUl li .txtP .info {
	padding-top: 63px;
	color: #fff;
	display: inline-block;
	font-size: 1.9rem;
	background: url("img/common/icon07.png") no-repeat center top;
	background-size: 36px auto;
	text-decoration: underline;
	letter-spacing: 0.06em;
}
.comReserve .listUl li .txtP02 .info {
	background: url("img/common/icon08.png") no-repeat center top;
	background-size: 37px auto;
}
.comReserve .listUl li .tel .info {
	padding-top: 56px;
	font-size: 3rem;
	text-decoration: none;
	background: url("img/common/icon06.png") no-repeat center top;
	background-size: 34px auto;
}
.comReserve .ulBox {
	padding: 22px 15px 0;
	position: relative;
}
.comReserve .ulBox:before {
	position: absolute;
	top: 0;
	width: 100%;
	height: 1px;
	background: #9a9997;
	content: "";
}
.comReserve .ulBox .notesList {
	color: #fff;
	max-width: 854px;
	margin: 0 auto;
}
.comReserve .ulBox .notesList li {
	margin-bottom: 4px;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
.comReserve .ulBox .notesList li:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 1023px) {
	.comReserve {
		padding: 53px 30px 31px;
		background: url("img/common/sp_com_reserve_bg.jpg") no-repeat center center;
		background-size: cover;
	}
	.comReserve .title {
		margin-bottom: 50px;
		font-size: 2rem;
	}
	.comReserve .title .info {
		padding: 2px 12px 0;
	}
	.comReserve .listUl {
		max-width: inherit;
		display: block;
		margin: 0 auto;
		overflow: hidden;
	}
	.comReserve .listUl li {
		position: relative;
		width: 100%;
		text-align: left;
		overflow: hidden;
	}
	.comReserve .listUl li a {
		display: flex;
		height: 136px;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column;
	}
    .comReserve .listUl .liStyle {
		display: flex;
		height: 136px;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column;
    }
	.comReserve .listUl li:before {
		left: -100%;
		position: absolute;
		top: 0;
		width: 100%;
		height: 1px;
		background: #9a9997;
		content: "";
	}
	.comReserve .listUl li.on:before {
		left: 0;
	}
	.comReserve .listUl li:last-child {
		border-right: none;
	}
	.comReserve .listUl li:first-child:before {
		display: block;
	}
	.comReserve .listUl li .top {
		margin-bottom: 0;
		padding: 10px 0 0;
		font-size: 1.6rem;
		letter-spacing: 0.16em;
		text-decoration: underline;
	}
	.comReserve .listUl li .infoTel {
		padding: 5px 0 5px 60px;
		background: url("img/common/sp_icon04.png") no-repeat left center;
		background-size: 32px auto;
	}
	.comReserve .listUl li .infoTel .top {
		font-size: 1.2rem;
		text-decoration: none;
	}
	.comReserve .listUl li:nth-child(2) .top {
		padding: 5px 40px 5px 60px;
		background: url("img/common/sp_icon05.png") no-repeat left center;
		background-size: 33px auto;
	}
	.comReserve .listUl li:nth-child(3) .top {
		padding: 5px 40px 5px 60px;
		background: url("img/common/sp_icon06.png") no-repeat left center;
		background-size: 32px auto;
	}
    .comReserve .listUl .liStyle .top {
        padding: 5px 85px 5px 60px !important;
    }
	.comReserve .listUl li .txtP {
		display: none;
	}
	.comReserve .listUl li .tel {
		display: block;
	}
	.comReserve .listUl li .tel .info {
		font-size: 2.7rem;
		background: none;
		padding: 0;
		text-decoration: underline;
	}
	.comReserve .ulBox {
		padding: 30px 0 0;
	}
	.comReserve .ulBox .notesList {
		max-width: inherit;
	}
	.comReserve .ulBox .notesList li {
		margin: 0 0 10px 1em;
		font-size: 1.1rem;
		line-height: 1.5;
		text-indent: -1em;
	}
	.comReserve .ulBox .notesList li .info {
		display: block;
		margin-top: 10px;
	}
	.comReserve .ulBox .notesList li:last-child {
		margin-bottom: 0;
	}
}
@media all and (max-width: 374px) {
	.comReserve .listUl li:nth-child(2) .top {
		padding-right: 20px;
	}
	.comReserve .listUl li:nth-child(3) .top {
		padding-right: 20px;
	}
    .comReserve .listUl .liStyle .top {
        padding: 5px 65px 5px 60px !important;
    }
}
@media all and (-ms-high-contrast:none){
	.comReserve .title .info {
		padding-top: 6px;
	}
}
/*------------------------------------------------------------
	comingsoon
------------------------------------------------------------*/
.comingsoon {
	margin: -42px 0 6px;
	color: #92826A;
	font-family: "ivymode",sans-serif;
	font-weight: 300;
	font-size: 5.8rem;
	text-align: center;
	letter-spacing: 0.15em;
}
@media all and (max-width: 1023px) {
	.comingsoon {
		font-size: 3.6rem;
	}
}
@media all and (max-width: 374px) {
	.comingsoon {
		font-size: 3rem;
	}
}
/*------------------------------------------------------------
	comTxt
------------------------------------------------------------*/
.comTxt {
	margin-bottom: 72px;
	line-height: 1.9;
	letter-spacing: 0.1em;
	text-align: center;
}
@media all and (max-width: 1023px) {
	.comTxt {
		margin-bottom: 35px;
		line-height: 1.8;
	}
}
/*------------------------------------------------------------
	comSec
------------------------------------------------------------*/
.comSec .inner {
	max-width: 1366px;
	margin: 0 auto 152px;
}
.comSec .inner .photoBox {
	width: 49.5%;
}
.comSec .inner .textBox {
	margin-top: -6px;
	width: 50.5%;
}
.comSec .inner .textBox .infoBox {
	max-width: 400px;
	padding-right: 15px;
	margin: 0 0 0 94px;
	overflow: hidden;
}
.comSec .inner .textBox .comTitle {
	margin-bottom: 10px;
	padding: 0 0 14px;
}
.comSec .inner .textBox .imgBox {
	margin: 0 0 10px;
}
.comSec .inner .textBox .txt {
	padding-top: 24px;
	position: relative;
	line-height: 2.3;
	letter-spacing: 0.1em;
}
.comSec .inner .textBox .txt:before {
	position: absolute;
	top: 0;
	width: 100%;
	height: 1px;
	background: #dedede;
	content: "";
}
.comSec .innerBox {
	margin: 0 3px 120px 0;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.comSec .innerBox .photoBox {
	width: 50.5%;
}
.comSec .innerBox .textBox {
	margin-left: 6.5%;
	width: 37.5%;
	overflow: hidden;
}
.comSec .innerBox .textBox .comTitle {
	margin-bottom: 21px;
	padding: 0 0 13px;
}
.comSec .innerBox .textBox .headLine03 {
	margin-bottom: 24px;
	padding: 0 0 31px;
}
.comSec .innerBox .textBox .headLine03 .jp {
	font-size: 3.6rem;
}
.comSec .innerBox .textBox .headLine03 .jp.new {
    font-size: 3rem;
}
.comSec .innerBox .textBox .h3Ttl .jp {
	font-size: 3.4rem;
	letter-spacing: 0.07em;
}
.comSec .innerBox .textBox .txt {
	line-height: 2.2;
	letter-spacing: 0.16em;
}
.comSec .priceSec {
	padding-top: 80px;
	position: relative;
}
.comSec .priceSec:before {
	position: absolute;
	top: 0;
	width: 100%;
	height: 1px;
	background: #dedede;
	content: "";
}
.comSec .priceSec .headLine02 {
	margin-bottom: 75px;
	letter-spacing: 0.2em;
}
.comSec .priceSec .txtInner {
	position: relative;
	margin: 0 30px;
	padding-bottom: 1px;
	overflow: hidden;
}
.comSec .priceSec .txtInner:before {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #dedede;
	content: "";
}
.comSec .priceSec .txtInner:last-of-type:after {
	position: absolute;
	left: -100%;
	width: 100%;
	height: 1px;
	background: #dedede;
	content: "";
	transition: all 3s cubic-bezier(.5,0,0,1);
	transition-delay: .25s;
}
.comSec .priceSec .txtInner:last-of-type.on:after {
	left: 0;
}
.comSec .priceSec .infoTxt {
	padding: 20px 10px 20px 40px;
	align-items: center;
}
.comSec .priceSec .infoTxt .lBox {
	padding: 24px 30px 24px 0;
	width: 71%;
	box-sizing: border-box;
	border-right: 1px solid #e9e9e9;
}
.comSec .priceSec .infoTxt .lBox .title {
	margin-bottom: 15px;
	color: #90816C;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	font-weight: normal!important;
}
.comSec .priceSec .infoTxt .lBox .txt {
	line-height: 1.9;
	letter-spacing: 0.1em;
	font-size: 1.6rem;
}
.comSec .priceSec .infoTxt .rBox {
	width: 27%;
	box-sizing: border-box;
}
.comSec .priceSec .infoTxt .rBox .listUl li {
	letter-spacing: 0.1em;
	padding-bottom: 7px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.comSec .priceSec .infoTxt .rBox .listUl li:last-child {
	padding-bottom: 0;
}
.comSec .priceSec .infoTxt .rBox .listUl li .lTxt {
	font-size: 1.6rem;
	min-width: 104px;
    padding-bottom: 4px;
}
.comSec .priceSec .infoTxt .rBox .listUl li .price {
	letter-spacing: 0.16em;
	font-size: 2.4rem;
    width: calc(100% - 104px);
    text-align: right;
}
.comSec .priceSec .infoTxt .rBox .listUl li .price01 {
    width: 100%;
}
.comSec .priceSec .infoTxt .rBox .listUl li .price.small {
    font-size: 1.44rem;
}
.comSec .priceSec .notes {
	margin: 10px 30px 0 0;
	text-align: right;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
@media all and (max-width: 1023px) {
	.comSec .headLine01 .jp {
		margin: 0 0 7px;
	}
	.comSec .inner {
		max-width: inherit;
		margin: 0 auto 70px;
		display: block;
	}
	.comSec .inner .photoBox {
		width: 92%;
	}
	.comSec .inner .photoBox img {
		width: 100%;
	}
	.comSec .inner .textBox {
		margin-top: 27px;
		width: 100%;
	}
	.comSec .inner .textBox .infoBox {
		max-width: inherit;
		padding: 0 30px;
		margin: 0;
	}
	.comSec .inner .textBox .comTitle {
		margin-bottom: 10px;
		padding: 0 0 7px;
		font-size: 1rem;
	}
	.comSec .inner .textBox .comTitle:before {
		display: block;
	}
	.comSec .inner .textBox .imgBox {
		margin: 0 auto 8px;
		width: 81%;
		padding-left: 10px;
	}
	.comSec .inner .textBox .txt {
		padding-top: 18px;
		line-height: 2;
	}
	.comSec .innerBox {
		display: block;
		margin: 0 3px 78px 0;
	}
	.comSec .innerBox .photoBox {
		width: 100%;
	}
	.comSec .innerBox .photoBox img {
		width: 100%;
	}
	.comSec .innerBox .textBox {
		padding: 23px 0 0 0;
		width: 100%;
		margin-left: 0;
		box-sizing: border-box;
	}
	.comSec .innerBox .textBox .comTitle {
		margin-bottom: 2px;
		font-size: 1rem;
		padding: 0 0 9px;
	}
	.comSec .innerBox .textBox .comTitle:before {
		display: block;
	}
	.comSec .innerBox .textBox .headLine03 {
		margin-bottom: 15px;
		padding: 15px 0 22px 0;
	}
	.comSec .innerBox .textBox .headLine03 .jp {
		margin-bottom: 6px;
		font-size: 2.5rem;
		letter-spacing: 0.22em;
	}
	.comSec .innerBox .textBox .headLine03 .jp.new {
		font-size: 2rem;
	}
	.comSec .innerBox .textBox .h3Ttl .jp {
		font-size: 2.3rem;
	}
	.comSec .innerBox .textBox .txt {
		line-height: 2.1;
		letter-spacing: 0.16em;
	}
	.comSec .priceSec {
		padding-top: 53px;
	}
	.comSec .priceSec .headLine02 {
		margin-bottom: 45px;
		font-size: 2.1rem;
		letter-spacing: 0.15em;
	}
	.comSec .priceSec .txtInner {
		margin: 0;
		display: block;
	}
	.comSec .priceSec .infoTxt {
		padding: 0 0 30px;
		display: block;
	}
	.comSec .priceSec .infoTxt .lBox {
		padding: 26px 0 0;
		width: 100%;
		box-sizing: border-box;
		border-right: none;
	}
	.comSec .priceSec .infoTxt .lBox .title {
		margin-bottom: 17px;
		font-size: 1.8rem;
	}
	.comSec .priceSec .infoTxt .lBox .txt {
		margin-bottom: 15px;
		letter-spacing: 0.15em;
		font-size: 1.3rem;
	}
	.comSec .priceSec .infoTxt .rBox {
		padding-left: 10px;
		width: 100%;
		position: relative;
	}
	.comSec .priceSec .infoTxt .rBox:before {
		position: absolute;
		left: 0;
		top: 7px;
		bottom: 7px;
		width: 1px;
		background: #ededed;
		content: "";
	}
	.comSec .priceSec .infoTxt .rBox .listUl li {
		padding-bottom: 0;
	}
	.comSec .priceSec .infoTxt .rBox .listUl li .lTxt {
		font-size: 1.3rem;
		min-width: 90px;
	}
	.comSec .priceSec .infoTxt .rBox .listUl li .price {
		font-size: 1.8rem;
		letter-spacing: 0.1em;
        width: calc(100% - 90px);
	}
    .comSec .priceSec .infoTxt .rBox .listUl li .price01 {
        width: 100%;
    }
	.comSec .priceSec .notes {
		margin: 10px 0 0 0;
		font-size: 1.1rem;
	}
}
/*------------------------------------------------------------
	comTop
------------------------------------------------------------*/
.comTop {
	text-align: center;
}
.comTop a {
	position: relative;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
.comTop a:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #333;
	content: "";
	transform-origin: left;
	transform: scaleX(1);
	transition: transform 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
}
@media all and (min-width: 1024px) {
	.comTop a:hover:before {
		transform-origin: right;
		transform: scaleX(0);
		transition: transform 0.6s cubic-bezier(0.45, 0.12, 0.04, 0.96);
	}
}
@media all and (max-width: 1023px) {
	.comTop a {
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	padding: 0 100px;
	position: relative;
	font-size: 0;
	clear: both;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 1.3rem;
	display: inline-block;
	text-decoration: none;
	margin: 0 23px;
	letter-spacing: 0.25em;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	color: #91816B;
	text-decoration: underline;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .previouspostslink {
	margin: 0;
	padding-left: 38px;
	position: absolute;
	left: 0;
	top: 0;
	text-decoration: none !important;
	background: url("img/common/icon13.png") no-repeat left center;
	background-size: 6px auto;
}
.wp-pagenavi .nextpostslink {
	padding: 0 32px 0 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none !important;
	background: url("img/common/icon14.png") no-repeat right center;
	background-size: 6px auto;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .previouspostslink:hover {
	opacity: 0.5;
	color: #333;
}
.wp-pagenavi .middle {
	font-size: 1.6rem;
	text-decoration: underline;
	letter-spacing: 0.1em;
}
.wp-pagenavi .middle:hover {
	color: #91816B;
}
@media all and (max-width: 1023px) {
	.wp-pagenavi {
		padding: 0 62px;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		font-size: 1.2rem;
		margin: 0 10px;
		letter-spacing: 0.1em;
	}
	.wp-pagenavi a:hover {
		color: #333;
		text-decoration: none;
	}
	.wp-pagenavi .previouspostslink {
		padding-left: 23px;
	}
	.wp-pagenavi .nextpostslink {
		padding: 0 23px 0 0;
	}
	.wp-pagenavi .previouspostslink:hover,
	.wp-pagenavi .previouspostslink:hover {
		opacity: 1;
	}
	.wp-pagenavi .middle {
		font-size: 1.3rem;
		margin: -1px 0 0;
	}
	.wp-pagenavi .middle:hover {
		color: #333;
		text-decoration: underline;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 100px 0;
}
.pageTop {
    display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 500;
	width: 26px;
}
.pageTop a:hover {
	opacity: 0.3;
}
#gFooter .infoBox {
	padding: 0 33px;
}
#gFooter .subBox {
	width: 36.8%;
}
#gFooter .subBox .fLogo {
	margin: 8px -10px 124px 0;
}
#gFooter .subBox .banner {
	margin-bottom: 18px;
    height: 86px;
}
#gFooter .subBox .banner img {
    display: none;
}
#gFooter .subBox .banner a:hover {
	opacity: 0.5;
}
#gFooter .subBox address {
	font-style: normal;
	font-size: 0.7rem;
	font-weight: 300;
	line-height: 2.55;
	letter-spacing: 0.15em;
}
#gFooter .naviBox {
	padding-top: 28px;
	width: 45%;
}
#gFooter .naviBox .fNavi > li {
	width: 42%;
}
#gFooter .naviBox .fNavi > li a {
	color: #363636;
}
#gFooter .naviBox .fNavi > li a:hover {
	opacity: 0.3;
}
#gFooter .naviBox .fNavi > li:nth-child(2n) {
	width: 58%;
}
#gFooter .naviBox .fNavi > li > ul > li {
	padding-bottom: 15px;
	font-size: 1.4rem;
	font-family: "ivymode",sans-serif;
	font-weight: 300;
	letter-spacing: 0.28em;
}
#gFooter .naviBox .fNavi > li > ul > li .infoMenu {
	padding: 17px 0 0;
}
#gFooter .naviBox .fNavi > li > ul > li .infoMenu li {
	font-size: 1.1rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-bottom: 10px;
	letter-spacing: 0.14em;
}
#gFooter .naviBox .fNavi > li > ul > li .infoMenu li a {
	position: relative;
	display: block;
	padding-left: 12px;
}
#gFooter .naviBox .fNavi > li > ul > li .infoMenu li a:before {
	position: absolute;
	left: 0;
	top: 9px;
	width: 4px;
	height: 1px;
	background: #363636;
	content: "";
}
#gFooter .ulBox {
	padding-top: 30px;
	width: 18.2%;
}
#gFooter .ulBox .linkList {
	padding-left: 6px;
}
#gFooter .ulBox .linkList li {
	margin-bottom: 30px;
}
#gFooter .ulBox .linkList li:nth-child(2) {
	margin-bottom: 84px;
}
#gFooter .ulBox .linkList li a {
	padding: 0 3px 10px 4px;
	display: block;
	position: relative;
	font-size: 1.4rem;
	color: #90816C;
	letter-spacing: 0.1em;
}
#gFooter .ulBox .linkList li a:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #c7c1b5;
	content: "";
	transform-origin: left;
	transform: scaleX(1);
	transition: transform 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
}
@media all and (min-width: 1024px) {
	#gFooter .ulBox .linkList li a:hover:before {
		transform-origin: right;
		transform: scaleX(0);
		transition: transform 0.6s cubic-bezier(0.45, 0.12, 0.04, 0.96);
	}
}
#gFooter .ulBox .linkList li img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 12px 0 0;
}
#gFooter .ulBox .linkList li:last-child a {
	color: #363636;
	font-family: "ivymode",sans-serif;
	font-size: 1.3rem;
	font-weight: 300;
	letter-spacing: 0.25em;
}
@media all and (max-width: 1023px) {
	.pageTop {
		right: 30px;
		width: 53px;
		bottom: 50px;
	}
	#gFooter {
		padding: 40px 0 13px;
	}
	#gFooter .spBanner {
        display: none;
		padding: 0 55px 34px;
		margin-bottom: 16px;
		border-bottom: 1px solid #ddd;
	}
	#gFooter .subBox .banner {
		display: none;
	}
	#gFooter .infoBox {
		display: block;
		padding: 0;
	}
	#gFooter .subBox {
		width: 100%;
	}
	#gFooter .subBox .fLogo {
		margin: 0 0 13px;
	}
	#gFooter .subBox .fLogo img {
		width: 145px;
	}
	#gFooter .subBox address {
		font-size: 0.65rem;
		line-height: 2;
        letter-spacing: 0.12em;
	}
	#gFooter .naviBox {
		display: none;
	}
	#gFooter .ulBox {
		display: none;
	}
}
/*------------------------------------------------------------
	access
------------------------------------------------------------*/
.access .topSec {
	margin-bottom: 73px;
	padding-bottom: 82px;
	position: relative;
}
.access .topSec:before {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #ddd;
	content: "";
}
.access .topSec .inner {
	max-width: 1366px;
	margin: 0 auto;
	align-items: center;
}
.access .topSec .inner .map {
	width: 50%;
	height: 480px;
}
.access .topSec .inner .map iframe {
	width: 100%;
	height: 100%;
}
.access .topSec .inner .textBox {
	width: 50%;
}
.access .topSec .inner .textBox .infoBox {
	max-width: 420px;
	margin-left: 70px;
}
.access .topSec .inner .textBox .title {
	padding-bottom: 15px;
	margin-bottom: 20px;
	color: #8B806B;
	overflow: hidden;
	position: relative;
	font-size: 2.6rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.access .topSec .inner .textBox .title:before {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #dcdcdc;
	content: "";
}
.access .topSec .inner .textBox .title .topSpan {
	margin-bottom: 12px;
	display: block;
	font-size: 1.5rem;
	color: #363636;
	letter-spacing: 0.16em;
}
.access .topSec .inner .textBox .txtDl {
	color: #363636;
	line-height: 1.9;
	letter-spacing: 0.1em;
}
.access .topSec .inner .textBox .txtDl dt {
	float: left;
}
.access .topSec .inner .textBox .txtDl dd {
	padding: 0 0 16px 6em;
}
.access .topSec .inner .textBox .txtDl dd a {
	margin-left: 11px;
	text-decoration: underline;
	font-size: 1rem;
	opacity: 0.5;
}
.access .topSec .inner .textBox .txtDl dd a:hover {
	opacity: 1;
}
.access .mapSec .mapInner {
	align-items: center;
}
.access .mapSec .mapInner .textBox {
	width: 44%;
	text-align: center;
}
.access .mapSec .mapInner .textBox .infoBox {
	max-width: 400px;
	margin: 0 0 0 auto;
}
.access .mapSec .mapInner .textBox .title {
	margin-bottom: 23px;
	font-size: 2.5rem;
	color: #91816A;
	overflow: hidden;
	position: relative;
	padding-bottom: 15px;
}
.access .mapSec .mapInner .textBox .title:before {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #dedede;
	content: "";
}
.access .mapSec .mapInner .textBox .txt {
	line-height: 2.3;
	position: relative;
	padding-bottom: 23px;
	overflow: hidden;
	letter-spacing: 0.1em;
}
.access .mapSec .mapInner .textBox .txt:before {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #dedede;
	content: "";
}
.access .mapSec .mapInner .textBox .txt .font {
	font-size: 1.8rem;
}
.access .mapSec .mapInner .map {
	width: 50%;
}
.access .mapSec .mapInner .map img {
	width: 100%;
}
@media all and (max-width: 1023px) {
	.access .topSec {
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
	.access .topSec .inner {
		max-width: inherit;
		display: block;
	}
	.access .topSec .inner .map {
		width: 100%;
		position: relative;
		height: 0;
		padding-bottom: 75%;
		overflow: hidden;
	}
	.access .topSec .inner .map iframe {
		position: absolute;
		left: 0;
		top: 0;
	}
	.access .topSec .inner .textBox {
		width: 100%;
		margin: 20px auto 0;
	}
	.access .topSec .inner .textBox .infoBox {
		max-width: inherit;
		margin: 0 30px;
	}
	.access .topSec .inner .textBox .title {
		font-size: 1.8rem;
	}
	.access .topSec .inner .textBox .title .topSpan {
		font-size: 1.3rem;
	}
	.access .topSec .inner .textBox .txtDl {
		line-height: 1.7;
	}
	.access .topSec .inner .textBox .txtDl dd {
		padding: 0 0 10px 6em;
	}
	.access .topSec .inner .textBox .txtDl dd a {
		margin-left: 10px;
	}
	.access .topSec .inner .textBox .txtDl dd a:hover {
		opacity: 0.5 !important;
	}
	.access .mapSec .mapInner {
		display: block;
	}
	.access .mapSec .mapInner .textBox {
		width: 100%;
		margin-bottom: 20px;
	}
	.access .mapSec .mapInner .textBox .infoBox {
		max-width: inherit;
		margin: 0;
	}
	.access .mapSec .mapInner .textBox .title {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	.access .mapSec .mapInner .textBox .txt {
		line-height: 2;
		padding-bottom: 20px;
	}
	.access .mapSec .mapInner .textBox .txt .font {
		font-size: 1.5rem;
	}
	.access .mapSec .mapInner .map {
		width: 100%;
	}
}
/*------------------------------------------------------------
	doctor
------------------------------------------------------------*/
.doctor .inner {
	margin: 0 auto 126px;
	max-width: 1366px;
}
.doctor .inner .photoBox {
	width: 49.5%;
}
.doctor .inner .textBox {
	margin-top: -7px;
	width: 50.5%;
}
.doctor .inner .textBox .infoBox {
	max-width: 396px;
	padding-right: 15px;
	margin: 0 0 0 96px;
}
.doctor .inner .textBox h3 {
	margin-bottom: 35px;
}
.doctor .inner .textBox h3 .en {
	margin-bottom: 19px;
	font-size: 1.5rem;
	display: block;
	color: #92826A;
	font-family: "ivymode",sans-serif;
	font-weight: 200;
	letter-spacing: 0.2em;
}
.doctor .inner .textBox h3 .jp {
	display: block;
	color: #1A1A1A;
	font-weight: normal;
	font-size: 2.8rem;
	letter-spacing: 0.38em;
}
.doctor .inner .textBox .title {
	margin-bottom: 17px;
	padding: 0 0 9px 3px;
	position: relative;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	overflow: hidden;
}
.doctor .inner .textBox .title:before {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #dedede;
	content: "";
}
.doctor .inner .textBox .txt {
	padding-left: 2px;
	margin-bottom: 37px;
	line-height: 2;
	letter-spacing: 0.1em;
}
.doctor .inner .textBox .txt:last-child {
	margin-bottom: 0;
}
.doctor .photoList {
	margin: -67px 33px 0;
}
.doctor .photoList li {
	width: 29.5%;
	margin: 77px 5.75% 0 0;
}
.doctor .photoList li:nth-child(3n) {
	margin-right: 0;
}
.doctor .photoList li span {
	display: block;
}
.doctor .photoList li .pho {
	margin-bottom: 16px;
}
.doctor .photoList li .title {
	margin-bottom: 15px;
	padding: 0 0 15px 6px;
	position: relative;
	letter-spacing: 0.2em;
	overflow: hidden;
}
.doctor .photoList li .title:before {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #dedede;
	content: "";
}
.doctor .photoList li .title .topSpan {
	margin-bottom: 6px;
	display: block;
	font-size: 1.4rem;
	color: #92826A;
}
.doctor .photoList li .title .name {
	font-size: 2.4rem;
	color: #1A1A1A;
	letter-spacing: 0.38em;
}
.doctor .photoList li .ttl {
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	margin: 0 0 7px 5px;
}
.doctor .photoList li .txtSpan {
	margin-left: 5px;
	line-height: 2;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
@media all and (max-width: 1023px) {
	.doctor .inner {
		margin: 0 auto 60px;
		max-width: inherit;
	}
	.doctor .inner .photoBox {
		width: 100%;
	}
	.doctor .inner .photoBox img {
		width: 100%;
	}
	.doctor .inner .textBox {
		margin-top: 20px;
		width: 100%;
	}
	.doctor .inner .textBox .infoBox {
		max-width: inherit;
		padding: 0 30px;
		margin: 0;
	}
	.doctor .inner .textBox h3 {
		margin-bottom: 20px;
	}
	.doctor .inner .textBox h3 .en {
		margin-bottom: 10px;
		font-size: 1.3rem;
	}
	.doctor .inner .textBox h3 .jp {
		font-size: 2rem;
		letter-spacing: 0.2em;
	}
	.doctor .inner .textBox .title {
		margin-bottom: 15px;
		padding: 0 0 6px 3px;
		font-size: 1.3rem;
	}
	.doctor .inner .textBox .txt {
		padding-left: 0;
		margin-bottom: 20px;
		line-height: 1.7;
	}
	.doctor .inner .textBox .txt:last-child {
		margin-bottom: 0;
	}
	.doctor .photoList {
		margin: 0;
		display: block;
	}
	.doctor .photoList li {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.doctor .photoList li:last-child {
		margin: 0;
	}
	.doctor .photoList li .pho {
		margin-bottom: 12px;
	}
	.doctor .photoList li .pho img {
		width: 100%;
	}
	.doctor .photoList li .title {
		margin-bottom: 12px;
		padding: 0 0 12px 6px;
	}
	.doctor .photoList li .title .topSpan {
		margin-bottom: 4px;
		font-size: 1.3rem;
	}
	.doctor .photoList li .title .name {
		font-size: 1.8rem;
		letter-spacing: 0.2em;
	}
	.doctor .photoList li .ttl {
		font-size: 1.3rem;
		letter-spacing: 0.1em;
	}
	.doctor .photoList li .txtSpan {
		line-height: 1.7;
		font-size: 1.1rem;
	}
}
/*------------------------------------------------------------
	privacy_policy
------------------------------------------------------------*/
.privacyPolicy .content {
	max-width: 737px;
}
.privacyPolicy .headLine01 {
	margin-bottom: 79px;
}
.privacyPolicy p {
	margin-bottom: 53px;
	line-height: 1.75;
	letter-spacing: 0.1em;
	text-align: justify;
	text-justify:inter-ideograph;
}
.privacyPolicy .topTxt {
	margin-bottom: 75px;
	line-height: 2;
}
.privacyPolicy h4 {
	margin-bottom: 14px;
	padding-bottom: 8px;
	position: relative;
	font-size: 1.8rem;
	color: #8A806B;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.privacyPolicy .h4Ttl {
	padding-bottom: 0;
	margin-bottom: 8px;
}
.privacyPolicy h4:before {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 1px;
	background: #ddd;
	content: "";
}
.privacyPolicy .h4Ttl:before {
	display: none;
}
.privacyPolicy .txt01 {
	margin-bottom: 15px;
}
.privacyPolicy .grapBox {
	margin-bottom: 30px;
	padding: 23px 30px;
	background: #f5f5f5;
}
.privacyPolicy .grapBox p {
	margin-bottom: 0;
	line-height: 2;
}
.privacyPolicy .right {
	margin-bottom: 0;
	text-align: right;
}
@media all and (max-width: 1023px) {
	.privacyPolicy .content {
		max-width: inherit;
	}
	.privacyPolicy .headLine01 {
		margin-bottom: 40px;
	}
	.privacyPolicy p {
		margin-bottom: 30px;
		line-height: 1.6;
		letter-spacing: 0.1em;
	}
	.privacyPolicy .topTxt {
		margin-bottom: 40px;
		line-height: 1.8;
	}
	.privacyPolicy h4 {
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	.privacyPolicy .h4Ttl {
		margin-bottom: 6px;
	}
	.privacyPolicy .grapBox {
		margin-bottom: 20px;
		padding: 15px;
	}
	.privacyPolicy .grapBox p {
		line-height: 1.8;
	}
}
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
.newsPage .content {
	max-width: 948px;
}
.newsPage .subBox {
	margin-bottom: 0;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.newsPage .subBox .subCatList {
	border-top: 1px solid #ddd;
	padding: 20px 0 30px;
}
.newsPage .subBox .categoryList li {
	margin-right: 50px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0.1em;
}
.newsPage .subBox .categoryList li a {
	padding-bottom: 8px;
	position: relative;
	display: inline-block;
}
.newsPage .subBox .categoryList li:hover {
	color: #91816B;
}
.newsPage .subBox .selectBox {
	position: absolute;
	right: 0;
	top: 0;
}
.newsPage .subBox .selectBox .ttl a {
	padding-right: 24px;
	display: block;
	letter-spacing: 0.15em;
	background: url("img/common/icon12.png") no-repeat right 8px center;
	background-size: 8px auto;
}
.newsPage .subBox .selectBox .ttl .on {
	background: url("img/common/icon11.png") no-repeat right 8px center;
	background-size: 8px auto;
}
.newsPage .subBox .selectBox .ttl .on:hover {
	background: url("img/common/icon11_over.png") no-repeat right 8px center;
	background-size: 8px auto;
}
.newsPage .subBox .selectBox .yearList {
	display: none;
	position: absolute;
	right: 2px;
	top: 37px;
	width: 122px;
	padding: 0 16px;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #ddd;
	z-index: 100;
	background: #fff;
}
.newsPage .subBox .selectBox .yearList li a {
	display: block;
	padding: 8px;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #ddd;
}
.newsPage .subBox .selectBox .yearList li:last-child a {
	border-bottom: none;
}
.newsPage .subBox .selectBox .yearList li a:hover {
	opacity: 0.5;
}
.newsPage .newsList {
	margin-bottom: 120px;
}
.newsPage .newsList li {
	overflow: hidden;
}
.newsPage .newsList li a {
	padding: 28px 110px 28px 0;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.newsPage .newsList li a:hover .pho,
.newsPage .newsList li a:hover .txtBox {
	opacity: 0.5;
    transition: .3s;
    -webkit-transition: .3s;
}
.newsPage .newsList li a:before {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #ddd;
	content: "";
}
.newsPage .newsList li a:after {
	margin-top: -2px;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 21px;
	height: 5px;
	background: url("img/common/icon10.png") no-repeat left center;
	background-size: 21px auto;
	content: "";
	transition: .3s;
	-webkit-transition: .3s;
}
.newsPage .newsList li .pho {
	width: 201px;
}
.newsPage .newsList li .txtBox {
	padding-top: 20px;
	width: calc(100% - 245px);
}
.newsPage .newsList li .topBox {
	display: flex;
	margin-bottom: 12px;
	justify-content: flex-start;
	letter-spacing: 0.05em;
}
.newsPage .newsList li .topBox .date {
	font-size: 1.2rem;
	color: #91816B;
	margin-right: 30px;
	position: relative;
}
.newsPage .newsList li .topBox .date:before {
	position: absolute;
	right: -13px;
	top: 4px;
	bottom: 4px;
	width: 1px;
	background: #c9bfb6;
	content: "";
}
.newsPage .newsList li .topBox .category {
	font-size: 1.2rem;
	color: #91816B;
	margin-right: 10px;
}
.newsPage .newsList li .txtSpan {
	display: block;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}
@media all and (min-width: 1024px) {
	.newsPage .subBox .categoryList .current-cat a,
	.newsPage .subBox .categoryList li a:hover {
		color: #91816B;
	}
	.newsPage .subBox .categoryList .current-cat a:before,
	.newsPage .subBox .categoryList li a:hover:before {
		position: absolute;
		left: 0;
		right: 0;
		bottom: -1px;
		height: 1px;
		background: #91816a;
		content: "";
	}
	.newsPage .subBox .subCatList .current-cat a:before,
	.newsPage .subBox .subCatList li a:hover:before {
		display: none;
	}
	.newsPage .subBox .selectBox .ttl a:hover {
		color: #91816B;
		background: url("img/common/icon12_over.png") no-repeat right 8px center;
		background-size: 8px auto;
	}
    .newsPage .newsList li a:hover:after {
        right: 15px;
    }
}
@media all and (max-width: 1023px) {
	.newsPage .content {
		max-width: inherit;
	}
	.newsPage .subBox {
		margin-bottom: 20px;
	}
	.newsPage .subBox .selectBox .ttl .on:hover {
		background: url("img/common/icon11.png") no-repeat right 8px center;
		background-size: 8px auto;
	}
	.newsPage .subBox .subCatList {
		margin-top: -16px;
		padding:10px 0;
	}

	.newsPage .subBox .categoryList li {
		margin: 0 20px 15px 0;
	}
	.newsPage .subBox .categoryList li a {
		padding-bottom: 4px;
		position: relative;
		display: inline-block;
	}
	.newsPage .subBox .categoryList li:hover {
		color: #333;
	}
	.newsPage .subBox .categoryList .current-cat a {
		color: #91816B;
	}
	.newsPage .subBox .categoryList .current-cat a:before {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 1px;
		background: #91816a;
		content: "";
	}
	.newsPage .subBox .subCatList .current-cat a:before {
		display: none;
	}
	.newsPage .subBox .selectBox {
		position: static;
		right: 0;
		top: 0;
      padding-bottom: 5px;
		padding-top: 25px;
		margin-top: -16px;
 		border-bottom: 1px solid #ddd;
		border-top: 1px solid #ddd;
	}
	.newsPage .subBox .selectBox .yearList {
		right: 0;
		top: 99.999%;
		width: 100%;
		padding: 0 15px;
	}
	.newsPage .newsList {
		margin-bottom: 120px;
	}
	.newsPage .newsList li a {
		padding: 18px 0;
		display: block;
	}
	.newsPage .newsList li a:after {
        display: none;
	}
	.newsPage .newsList li .pho {
		width: 100%;
		display: block;
	}
	.newsPage .newsList li .pho img {
		width: 100%;
	}
	.newsPage .newsList li .txtBox {
		padding: 20px 0 0;
		width: 100%;
		display: block;
	}
	.newsPage .newsList li .txtSpan {
		font-size: 1.5rem;
	}
    .newsPage .newsList li a:hover .pho, .newsPage .newsList li a:hover .txtBox {
        opacity: 1;
    }
}
/*------------------------------------------------------------
	news/detail
------------------------------------------------------------*/
.newsDetail .content {
	max-width: 954px;
}
.newsDetail .infoBox {
	max-width: 736px;
	margin: 0 auto;
}
.newsDetail .infoBox .title {
	margin-bottom: 27px;
	padding-bottom: 19px;
	line-height: 1.5;
	border-bottom: 1px solid #dbdbdb;
}
.newsDetail .infoBox .title .topSpan {
	margin-bottom: 18px;
	display: block;
	color: #8B806B;
	font-size: 1.2rem;
	letter-spacing: 0.12em;
}
.newsDetail .infoBox .title .date {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 20px;
}
.newsDetail .infoBox .title .date:before {
	position: absolute;
	right: -11px;
	top: 3px;
	bottom: 3px;
	width: 1px;
	background: #e3e0db;
	content: "";
}
.newsDetail .infoBox .title .category {
	display: inline-block;
	vertical-align: top;
	color: #8B806B;
	margin-right: 10px;
}
.newsDetail .infoBox .title .ttl {
	display: block;
	font-size: 2.4rem;
	line-height: 1.6;
	letter-spacing: 0.2em;
}
.newsDetail .infoBox .topPho {
	margin-bottom: 39px;
	text-align: center;
}
.newsDetail .infoBox p {
	margin-bottom: 74px;
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 0.15em;
}
.newsDetail .infoBox p a {
	text-decoration: underline;
}
.newsDetail .infoBox p a:hover {
	opacity: 0.5;
}
.newsDetail .infoBox h1 {
	margin-bottom: 30px;
	padding-left: 14px;
	font-size: 2.6rem;
	font-weight: normal;
	letter-spacing: 0.12em;
	line-height: 1.1;
	border-left: 5px solid #938369;
}
.newsDetail .infoBox h2 {
	margin-bottom: 60px;
	padding: 5px 15px;
	color: #fff;
	font-size: 2.2rem;
	font-weight: normal;
	background: #adadad;
	letter-spacing: 0.1em;
}
.newsDetail .infoBox h3 {
	padding-bottom: 20px;
	margin-bottom: 47px;
	font-size: 2rem;
	font-weight: normal;
	border-bottom: 1px solid #b7b7b7;
	letter-spacing: 0.12em;
}
.newsDetail .infoBox .wp-block-columns {
	margin-bottom: 0;
}
.newsDetail .infoBox .wp-block-image {
	margin: 0;
}
.newsDetail .infoBox h4 {
	display: inline;
	font-size: 1.6rem;
	font-weight: normal;
	background: #f4f4f4;
	line-height: 2;
}
.newsDetail .infoBox h5 {
	margin: 57px 0 16px;
	padding-left: 20px;
	position: relative;
	font-size: 1.5rem;
	font-weight: normal;
	letter-spacing: 0.12em;
}
.newsDetail .infoBox h5:before {
	position: absolute;
	left: 0;
	top: 4px;
	width: 14px;
	height: 14px;
	background: #333;
	content: "";
}

.newsDetail .infoBox ul {
	margin-bottom: 58px;
}
.newsDetail .infoBox blockquote {
	margin: 55px 0 70px;
	padding: 26px 34px;
	border: 2px solid #f0f0f0;
	text-align: left;
}
.newsDetail .infoBox blockquote p {
	margin-bottom: 16px;
	line-height: 1.6;
}
.newsDetail .infoBox blockquote cite {
	font-style: normal;
	font-size: 1.5rem;
}
.newsDetail .infoBox blockquote cite a {
	text-decoration: underline;
}
.newsDetail .infoBox blockquote cite a:hover {
	opacity: 0.5;
}
.newsDetail .infoBox ul {
	margin-bottom: 58px;
}
.newsDetail .infoBox ul li {
	font-size: 1.5rem;
	line-height: 1.8;
	position: relative;
	padding: 0 0 14px 16px;
}
.newsDetail .infoBox ul li:last-child {
	padding-bottom: 0;
}
.newsDetail .infoBox ul li:before {
	position: absolute;
	left: 5px;
	top: 14px;
	width: 3px;
	height: 3px;
	background: #938169;
	border-radius: 50%;
	content: "";
}
.newsDetail .infoBox ol {
	margin-bottom: 126px;
}
.newsDetail .infoBox ol li {
	font-size: 1.5rem;
	line-height: 1.8;
	padding: 0 0 14px 26px;
    list-style: none;
    position: relative;
    counter-increment: num;
}
.newsDetail .infoBox ol li:before {
	position: absolute;
	top: 0;
    left: 3px;
	color: #93836A;
	content: counter(num)".";
	overflow: hidden;
}
.newsDetail .infoBox ol li:last-child {
	padding-bottom: 0;
}
@media all and (max-width: 1023px) {
	.newsDetail .content {
		max-width: inherit;
	}
	.newsDetail .infoBox {
		max-width: inherit;
		margin: 0 auto;
	}
	.newsDetail .infoBox .title {
		margin-bottom: 17px;
		padding-bottom: 12px;
	}
	.newsDetail .infoBox .title .topSpan {
		margin-bottom: 15px;
	}
	.newsDetail .infoBox .title .ttl {
		font-size: 1.8rem;
		line-height: 1.5;
		letter-spacing: 0.1em;
	}
	.newsDetail .infoBox .topPho {
		margin-bottom: 25px;
	}
	.newsDetail .infoBox p {
		margin-bottom: 35px;
		font-size: 1.3rem;
		line-height: 1.7;
	}
	.newsDetail .infoBox h1 {
		margin-bottom: 20px;
		padding-left: 10px;
		font-size: 1.8rem;
		border-left: 3px solid #938369;
	}
	.newsDetail .infoBox h2 {
		margin-bottom: 30px;
		padding: 5px 10px;
		font-size: 1.6rem;
	}
	.newsDetail .infoBox h3 {
		margin-bottom: 30px;
		font-size: 1.5rem;
	}
	.newsDetail .infoBox .wp-block-columns {
		display: block;
	}
    .newsDetail .infoBox .wp-block-columns img {
        width: 100%;
    }
	.newsDetail .infoBox .wp-block-column:last-child {
		margin: 20px 0 0;
	}
	.newsDetail .infoBox h4 {
		font-size: 1.4rem;
		line-height: 1.7;
	}
	.newsDetail .infoBox h5 {
		margin: 30px 0 13px;
		padding-left: 16px;
		font-size: 1.3rem;
	}
	.newsDetail .infoBox h5:before {
		width: 10px;
		height: 10px;
		top: 4px;
	}
	.newsDetail .infoBox blockquote {
		margin: 30px 0 35px;
		padding: 10px 15px;
		border: 1px solid #f0f0f0;
	}
	.newsDetail .infoBox blockquote p {
		margin-bottom: 15px;
		line-height: 1.5;
	}
	.newsDetail .infoBox blockquote cite {
		font-size: 1.3rem;
	}
	.newsDetail .infoBox ul {
		margin-bottom: 30px;
	}
	.newsDetail .infoBox ul li {
		font-size: 1.3rem;
		line-height: 1.6;
		padding: 0 0 10px 16px;
	}
	.newsDetail .infoBox ul li:before {
		top: 8px;
	}
	.newsDetail .infoBox ul li:last-child {
		padding-bottom: 0;
	}
	.newsDetail .infoBox ol {
		margin-bottom: 60px;
	}
	.newsDetail .infoBox ol li {
		font-size: 1.3rem;
		line-height: 1.6;
		padding: 0 0 10px 16px;
	}
	.newsDetail .infoBox ol li:last-child {
		padding-bottom: 0;
	}
}
/*------------------------------------------------------------
	about
------------------------------------------------------------*/
.about {
	margin-bottom: 171px;
}
.about .sec01 {
	margin-bottom: 194px;
}
.about .sec01 .content {
	max-width: 946px;
}
.about .sec01 .headLine01 {
	margin-bottom: 71px;
}
.about .sec01 .headLine01 .jp {
	letter-spacing: 0.18em;
}
.about .sec01 .headLine05 {
	margin-bottom: 24px;
	font-size: 2.8rem;
	line-height: 1.64;
}
.about .sec01 .pTop {
	margin-bottom: 85px;
	color: #303030;
	font-size: 1.4rem;
	text-align: center;
	line-height: 2.57;
	letter-spacing: 0.1em;
}
.about .sec01 .imgBox {
	margin-bottom: 58px;
	padding: 69px 13% 0;
	position: relative;
	overflow: hidden;
}
.about .sec01 .imgBox:last-child {
	margin-bottom: 0;
}
.about .sec01 .imgBox::before {
	position: absolute;
	top: 0;
	width: 100%;
	height: 1px;
	background: #dedede;
	content: "";
}
.about .sec01 .imgBox .photoBox {
	width: 49.7%;
}
.about .sec01 .imgBox .textBox {
	margin-top: 16px;
	width: 40.6%;
}
.about .sec01 .imgBox .textBox .comTitle {
	margin-bottom: 20px;
	padding: 32px 15px 6px 0;
	font-size: 1.5rem;
	overflow: hidden;
}
.about .sec01 .imgBox .textBox .text {
	margin: 0 5px;
	line-height: 2.3;
	letter-spacing: 0.1em;
}
.about .sec02 {
	padding-top: 78px;
	position: relative;
}
.about .sec02::before {
	position: absolute;
	top: 0;
	width: 100%;
	height: 1px;
	background: #dedede;
	content: "";
}
.about .sec02 .headLine02 {
	margin-bottom: 91px;
}
.about .sec02 .slideList {
	margin-bottom: 128px;
}
.about .sec02 .slideList li {
	float: left;
	border-right: 1px solid #FFF;
}
.about .sec02 .content {
	max-width: 1024px;
}
.about .sec02 .photoList {
	margin-top: -63px;
}
.about .sec02 .photoList li {
	margin: 63px 6.8% 0 0;
	width: 28.8%;
}
.about .sec02 .photoList li:nth-child(3n) {
	margin-right: 0;
}

.reasonOl li .num,
.about .sec02 .photoList li .num {
	margin-bottom: 15px;
	position: relative;
	color: #928269;
	font-size: 1.1rem;
	font-family: "ivymode",sans-serif;
	letter-spacing: 0.22em;
}

.reasonOl li .num:before,
.about .sec02 .photoList li .num::before {
	position: absolute;
	right: 0;
	top: 8px;
	width: 90%;
	height: 1px;
	background: #dedede;
	content: "";
}
.about .sec02 .photoList li .pho {
	margin-bottom: 18px;
}
.about .sec02 .photoList li .text {
	margin-left: 3px;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.12em;
}
@media all and (max-width: 1023px) {
	.about {
		margin-bottom: 80px;
	}
	.about .sec01 {
		margin-bottom: 80px;
	}
	.about .sec01 .headLine01 {
		margin-bottom: 40px;
	}
	.about .sec01 .headLine05 {
		margin-bottom: 15px;
		font-size: 1.9rem;
	}
	.about .sec01 .pTop {
		margin-bottom: 40px;
		font-size: 1.3rem;
		line-height: 1.8;
	}
	.about .sec01 .imgBox {
		margin: 0 0 40px;
		padding: 40px 0 0;
		display: block;
	}
	.about .sec01 .imgBox .photoBox {
		width: inherit;
		text-align: center;
	}
	.about .sec01 .imgBox .textBox {
		margin-top: 0;
		width: inherit;
	}
	.about .sec01 .imgBox .textBox .comTitle {
		margin-bottom: 10px;
		padding-top: 15px;
	}
	.about .sec01 .imgBox .textBox .comTitle:before {
		display: block;
	}
	.about .sec01 .imgBox .textBox .text {
		margin: 0;
		line-height: 2;
	}
	.about .sec02 {
		padding-top: 40px;
	}
	.about .sec02 .headLine02 {
		margin-bottom: 40px;
		font-size: 2.8rem;
	}
	.about .sec02 .slideList {
		margin-bottom: 40px;
	}
	.about .sec02 .slideList li {
		width: inherit;
		float: none;
	}
	.about .sec02 .slideList li:nth-child(2n) {
		width: inherit;
	}
	.about .sec02 .photoList {
		margin: -30px -6% 0 0;
	}
	.about .sec02 .photoList li {
		margin: 30px 6% 0 0;
		width: 44%;
	}
	.about .sec02 .photoList li:nth-child(3n) {
		margin-right: 6%;
	}
	
	.reasonOl li .num:before,
	.about .sec02 .photoList li .num::before {
		width: 87%;
	}
	.about .sec02 .photoList li .pho {
		margin-bottom: 10px;
	}
	.about .sec02 .photoList li .text {
		margin-left: 0;
		font-size: 1.2rem;
		line-height: 1.5;
	}
}
@media all and (max-width: 374px) {
	.about .sec02 .photoList li {
		width: 42%;
	}
	.about .sec02 .photoList li .text {
		font-size: 1rem;
	}
	
	.reasonOl li .num:before,
	.about .sec02 .photoList li .num::before {
		width: 80%;
	}
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contact .content {
	max-width: 1028px;
}
.contact .topTxt {
	margin: -6px 0 66px;
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: 0.1em;
}
.contact .topTxt .topSpan {
	margin-bottom: 5px;
	display: block;
	color: #93836A;
	font-size: 1.8rem;
	text-decoration: underline;
}
.contact .listUl {
	max-width: 960px;
	margin: 0 auto 59px;
}
.contact .listUl li {
	position: relative;
	width: 33.333%;
	text-align: center;
	box-sizing: border-box;
}
.contact .listUl li a {
	display: block;
}
.contact .listUl li a:hover {
	opacity: 0.5;
}
.contact .listUl li:before {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1px;
	background: #ddd;
	content: "";
}
.contact .listUl li:first-child:before {
	display: none;
}
.contact .listUl li .top {
	margin-bottom: 22px;
	padding: 2px 0 0;
	font-size: 1.6rem;
	display: block;
	letter-spacing: 0.16em;
}
.contact .listUl li .txtP .info {
	padding-top: 63px;
	display: inline-block;
	font-size: 1.9rem;
	background: url("img/common/icon16.png") no-repeat center top;
	background-size: 36px auto;
	text-decoration: underline;
	letter-spacing: 0.06em;
}
.contact .listUl li .txtP02 .info {
	background: url("img/common/icon17.png") no-repeat center top;
	background-size: 37px auto;
}
.contact .listUl li .tel .info {
	padding-top: 56px;
	font-size: 3rem;
	text-decoration: none;
	background: url("img/common/icon15.png") no-repeat center top;
	background-size: 34px auto;
}
.contact .grapBox {
	max-width: 950px;
	padding: 16px 100px;
	margin: 0 auto 108px;
	box-sizing: border-box;
	background: #f5f5f5;
}
.contact .grapBox p {
	color: #93836A;
	line-height: 1.55;
	letter-spacing: 0.1em;
}
.contact .grapBox01 {
	margin-bottom: 82px;
	padding: 16px 120px 16px 165px;
}
.contact .grapBox01 p {
	padding-left: 1em;
	text-indent: -1em;
}
.contact .formSec {
	padding-top: 100px;
	position: relative;
}
.contact .formSec:before {
	position: absolute;
	top: 0;
	width: 100%;
	height: 1px;
	background: #ddd;
	content: "";
}
.contact .formSec .headLine02 {
	margin-bottom: 14px;
	letter-spacing: 0;
}
.contact .formSec .txtP {
	margin-bottom: 28px;
	font-size: 1.4rem;
	text-align: center;
	line-height: 2;
	letter-spacing: 0.1em;
}
.contact .formSec .txt {
	margin: 0 0 10px 40px;
	letter-spacing: 0.1em;
}
.contact .formSec .ico {
	color: #93836A;
}
.contact .formSec table {
	margin-bottom: 95px;
	width: 100%;
	border-collapse: collapse;
	word-break: break-all;
	border-bottom: 1px solid #dedede;
}
.contact .formSec th,
.contact .formSec td {
	padding: 39px 10px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.1em;
	border-top: 1px solid #dedede;
}
.contact .formSec th {
	padding: 51px 10px 10px 42px;
	width: 21.2%;
}
.contact .formSec .typelist {
    padding-top: 39px;
}
.contact .formSec .mw_wp_form_confirm th {
    padding-top: 39px;
}
.contact .formSec td:before {
	position: absolute;
	top: 10px;
	left: 0;
	bottom: 10px;
	width: 1px;
	background: #dedede;
	content: "";
}
.contact .formSec td {
	padding-left: 56px;
	position: relative;
}
.contact .formSec td .mwform-radio-field {
	display: inline-block;
	width: 155px;
	margin: 0;
}
.contact .formSec td input[type="radio"] {
	display: none;
}
.contact .formSec td input[type="radio"] + span {
	background: url("img/contact/radio_bg01.png") no-repeat left center;
	background-size: 12px auto;
	display: block;
	padding: 2px 0 2px 18px;
}
.contact .formSec td input[type="radio"]:checked + span {
	background: url("img/contact/radio_bg02.png") no-repeat left center;
	background-size: 12px auto;
}
.contact .formSec td input[type="text"],
.contact .formSec td input[type="tel"],
.contact .formSec td input[type="email"],
.contact .formSec td textarea {
	width: 93.6%;
	font-size: 1.3rem;
	padding: 5px 10px;
	height: 43px;
	border: none;
	background: #f5f5f5;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 0;
}
.contact .formSec td textarea {
	resize: vertical;
	height: 217px;
}
.contact .formSec .submit {
	text-align: center;
}
.contact .formSec .submit li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}
.contact .formSec .submit li input {
	width: 186px;
	cursor: pointer;
	font-size: 1.7rem;
	border: none;
	padding: 0 0 11px 10px;
	letter-spacing: 0.12em;
	background: url("img/common/icon18.png") no-repeat right 10px top 10px;
	background-size: 14px auto;
	text-align: left;
	-webkit-appearance: none;
	border-radius: 0;
	box-sizing: border-box;
	border-bottom: 1px solid #e9e9e9;
}
.contact .formSec .submit li input:hover {
	opacity: 0.7;
}
.contact .thanksTxt {
	margin-bottom: 30px;
	font-size: 1.5rem;
	text-align: center;
	line-height: 2;
}
.contact .thanksLink {
	font-size: 1.5rem;
	text-align: center;
}
.contact .thanksLink a {
	text-decoration: underline;
}
.contact .thanksLink a:hover {
	opacity: 0.7;
}
.mw_wp_form_input .list01{
	display: none !important;
}
@media all and (max-width: 1023px) {
	.contact .content {
		max-width: inherit;
	}
	.contact .topTxt {
		margin: 0 0 30px;
		font-size: 1.3rem;
	}
	.contact .topTxt .topSpan {
		font-size: 1.5rem;
	}
	.contact .listUl {
		max-width: inherit;
		display: block;
		margin: 0 auto 30px;
		overflow: hidden;
		position: relative;
	}
	.contact .listUl:before {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 1px;
		background: #9a9997;
		content: "";
	}
	.contact .listUl li {
		position: relative;
		width: 100%;
		text-align: left;
		overflow: hidden;
	}
	.contact .listUl li a {
		display: flex;
		height: 136px;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column;
	}
    .contact .listUl .liStyle {
		display: flex;
		height: 136px;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column;
    }
	.contact .listUl li:before {
		left: -100%;
		position: absolute;
		top: 0;
		width: 100%;
		height: 1px;
		background: #9a9997;
		content: "";
	}
	.contact .listUl li.on:before {
		left: 0;
	}
	.contact .listUl li:last-child {
		border-right: none;
	}
	.contact .listUl li:first-child:before {
		display: block;
	}
	.contact .listUl li .top {
		margin-bottom: 0;
		padding: 10px 0 0;
		font-size: 1.6rem;
		letter-spacing: 0.16em;
		text-decoration: underline;
	}
	.contact .listUl li .infoTel {
		padding: 5px 0 5px 60px;
		background: url("img/common/icon15.png") no-repeat left center;
		background-size: 34px auto;
	}
	.contact .listUl li .infoTel .top {
		font-size: 1.2rem;
		text-decoration: none;
	}
	.contact .listUl li:nth-child(2) .top {
		padding: 8px 40px 8px 60px;
		background: url("img/common/icon16.png") no-repeat left center;
		background-size: 36px auto;
	}
	.contact .listUl li:nth-child(3) .top {
		padding: 8px 40px 8px 60px;
		background: url("img/common/icon17.png") no-repeat left center;
		background-size: 37px auto;
	}
    .contact .listUl .liStyle .top {
        padding: 5px 85px 5px 60px !important;
    }
	.contact .listUl li .txtP {
		display: none;
	}
	.contact .listUl li .tel {
		display: block;
	}
	.contact .listUl li .tel .info {
		font-size: 2.7rem;
		background: none;
		padding: 0;
		text-decoration: underline;
	}
	.contact .grapBox {
		max-width: inherit;
		padding: 10px 20px;
		margin: 0 auto 50px;
	}
	.contact .grapBox01 {
		margin-bottom: 40px;
		padding: 10px 20px;
	}
	.contact .formSec {
		padding-top: 50px;
	}
	.contact .formSec .headLine02 {
		margin-bottom: 10px;
	}
	.contact .formSec .txtP {
		margin-bottom: 20px;
		font-size: 1.3rem;
		line-height: 1.7;
	}
	.contact .formSec .txt {
		margin: 0 0 10px;
	}
	.contact .formSec table {
		margin-bottom: 50px;
		border-top: 1px solid #dedede;
        border-bottom: none;
	}
	.contact .formSec th,
	.contact .formSec td {
		padding: 10px 10px 0 0;
		float: left;
		width: 100%;
		border: none;
		box-sizing: border-box;
	}
	.contact .formSec th {
		padding: 10px 10px 10px 0;
		width: 100%;
	}
    .contact .formSec .typelist {
        padding-top: 10px;
    }
    .contact .formSec .mw_wp_form_confirm th {
        padding-top: 10px;
    }
	.contact .formSec td:before {
		display: none;
	}
	.contact .formSec td {
		padding: 0 10px 10px 0;
		border-bottom: 1px solid #dedede;
	}
	.contact .formSec td .mwform-radio-field {
		display: block;
		width: 100%;
	}
	.contact .formSec td input[type="text"],
	.contact .formSec td input[type="tel"],
	.contact .formSec td input[type="email"],
	.contact .formSec td textarea {
		width: 100%;
		font-size: 1.2rem;
		height: 40px;
	}
	.contact .formSec td textarea {
		height: 180px;
	}
	.contact .formSec .submit li {
		display: block;
		margin: 0 0 10px;
	}
	.contact .formSec .submit li:last-child {
		margin-bottom: 0;
	}
	.contact .formSec .submit li input {
		width: 180px;
		font-size: 1.4rem;
	}
	.contact .formSec .submit li input:hover {
		opacity: 1;
	}
	.contact .thanksTxt {
		font-size: 1.3rem;
	}
	.contact .thanksLink {
		font-size: 1.3rem;
	}
}
@media all and (max-width: 374px) {
    .contact .listUl li:nth-child(2) .top {
		padding-right: 20px;
	}
	.contact .listUl li:nth-child(3) .top {
		padding-right: 20px;
	}
    .contact .listUl .liStyle .top {
        padding: 5px 65px 5px 60px !important;
    }
}
@media all and (-ms-high-contrast:none){
	.wp-pagenavi .previouspostslink {
		padding-top: 5px;
	}
	.wp-pagenavi .nextpostslink {
		padding-top: 5px;
	}
	.newsPage .subBox .selectBox .ttl a {
		padding-top: 5px;
	}
	.newsPage .subBox .selectBox .yearList li a {
		padding-top: 12px;
	}
	.newsDetail .infoBox h1 {
		padding-top: 7px;
	}
	.newsDetail .infoBox h2 {
		padding: 10px 15px 3px;
	}
	.newsDetail .infoBox h5::before {
		top: 2px;
	}
	.newsDetail .infoBox ul li::before {
		top: 10px;
	}
	.contact .formSec td input[type='radio'] + span {
		padding-top: 7px;
	}
	.contact .formSec td input[type='text'], .contact .formSec td input[type='tel'], .contact .formSec td input[type='email'], .contact .formSec td textarea {
		padding-top: 10px;
	}
	.contact .formSec .submit li input {
		background-position: right 10px top 7px;
	}
}
/* ホワイトニング図追加 */
.comSec .innerBox.new{
	margin-bottom:80px;
}
.whitening-new{
	text-align: center;
	margin-bottom:80px;
}
.whitening-zu{
	padding-bottom:40px;
	padding-left:40px;
}
@media all and (max-width: 640px){
	.comSec .innerBox.new{
		margin-bottom:40px;
	}
	.whitening-new{
		margin-bottom:40px;
	}
	.whitening-zu{
		padding-bottom:30px;
		padding-left:0;
	}
}
/* 220407メニュー改修
----------------------- */
.comSec .priceSec .headLine02.new{
    margin-bottom: 30px;
    letter-spacing: 0.2em;
}
.headLine02-cap-new{
	line-height: 1.9;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
	text-align: center;
	margin-bottom:50px;
}


/*------------------------------------------------------------

2023.08.31

------------------------------------------------------------*/

/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06{
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 3.6rem;
	text-align: center;
	letter-spacing: 0.15em;
}
@media all and (max-width: 1023px) {
	.headLine06 {
		margin-bottom: 30px;
		font-size: 2.6rem;
	}
}
/*------------------------------------------------------------
	summary01
------------------------------------------------------------*/
.summary01{
	margin-bottom: 75px;
	font-weight: normal;
	font-size: 2rem;
	text-align: center;
	letter-spacing: 0.1em;
}
@media all and (max-width: 1023px) {
	.about .sec01 .summary01 {
		margin-bottom: 30px;
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	about sec01
------------------------------------------------------------*/
.about .sec01 {
	margin-bottom: 75px;
}
.about .sec01 .image {
	margin-bottom: 15px;
}
.about .sec01 .text {
	font-size: 1.6rem;
	line-height: 2;
	margin-bottom: 75px;
}

@media all and (max-width: 1023px) {
	.about .sec01 {
		margin-bottom: 45px;
	}
	.about .sec01 .image {
		margin-bottom: 15px;
	}
	.about .sec01 .text {
		font-size: 1.5rem;
		margin-bottom: 45px;
	}
}
/*------------------------------------------------------------
	about sec02
------------------------------------------------------------*/
.about .sec02 {
	margin-bottom: 75px;
}
.about .sec02 .photoList li h3 {
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 0.12em;
}
.about .sec02 .photoList li p {
	font-size: 1.3rem;
	letter-spacing: 0.12em;
}
@media all and (max-width: 1023px) {
	.about .sec02 {
		margin-bottom: 40px;
	}
	.about .sec02 .photoList li h3 {
		font-size: 1.4rem;
		line-height: 2;
		letter-spacing: 0.12em;
	}
	.about .sec02 .photoList li p {
		font-size: 1.3rem;
		letter-spacing: 0.12em;
	}
}
/*------------------------------------------------------------
	about sec03、sec04
------------------------------------------------------------*/
.about .sec03 .photoList li,
.about .sec04 .photoList li {
	width: 47%;
	margin-right: 6%;
	margin-bottom: 6%;
	display:flex;
	flex-direction: column;
}
.about .sec03 .photoList li:nth-child(2n),
.about .sec04 .photoList li:nth-child(2n) {
	margin-right: 0;
}
.about .sec03 .photoList li img,
.about .sec04 .photoList li img {
	width: 100%;
}
.about .sec03 .photoList li h3,
.about .sec04 .photoList li h3 {
	color: #93836A;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	font-weight: normal;
	/*flex: 1;*/
}
.about .sec03 .photoList li p,
.about .sec04 .photoList li p {
	font-size: 1.5rem;
	margin-bottom: 15px;
	/*flex: 2;*/
}

.about .sec03 .photoList li .pho,
.about .sec04 .photoList li .pho {
	margin-bottom: 10px;
	/*
	padding-top: 40px;
	border-top: 1px solid #dedede;
	*/
}

.about .sec03,
.about .sec04 {
	padding-top: 78px;
	position: relative;
	margin-bottom: 75px;
}
.about .sec03:before,
.about .sec04:before {
	position: absolute;
	top: 0;
	width: 100%;
	height: 1px;
	background: #dedede;
	content: "";
}

.about .sec03 .content,
.about .sec04 .content {
	max-width: 1024px;
}
@media all and (max-width: 1023px) {

	.about .sec01 .summary01 {
		margin-bottom: 20px;
		font-size: 1.3rem;
		line-height: 1.8;
	}

	.about .sec01 .text {
		font-size: 1.3rem;
		line-height: 1.8;
	}

	.about .sec02 .summary01 {
		margin-bottom: 20px;
		font-size: 1.3rem;
		line-height: 1.8;
	}
	.about .sec02 .photoList li p {
		font-size: 1.2rem;
		margin-bottom: 5px;
	}
	.about .sec02 .text {
		font-size: 1.3rem;
		margin-bottom: 5px;
	}
	.about .sec03 .summary01,
	.about .sec04 .summary01 {
		margin-bottom: 20px;
		font-size: 1.3rem;
		line-height: 1.8;
	}
	.about .sec03 .photoList li,
	.about .sec04 .photoList li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.about .sec03 .photoList li .pho,
	.about .sec04 .photoList li .pho {
		/*
		padding-top: 20px;
		*/
	}
	.about .sec03 .photoList li:nth-child(2n),
	.about .sec04 .photoList li:nth-child(2n) {
		margin-right: 0;
	}
	.about .sec03 .photoList li h3,
	.about .sec04 .photoList li h3 {
		font-size: 1.4rem;
		margin-bottom: 5px;
	}
	.about .sec03 .photoList li p,
	.about .sec04 .photoList li p {
		font-size: 1.2rem;
		margin-bottom: 15px;
	}

	.about .sec03,
	.about .sec04 {
		padding-top: 39px;
		position: relative;
		margin-bottom: 45px;
	}
}

/*------------------------------------------------------------

2024.01.23

------------------------------------------------------------*/

/*------------------------------------------------------------
	小児歯科
------------------------------------------------------------*/

.menuDatSec .mv {
	margin-bottom: 30px;
}
.menuDatSec .text {
	font-size: 1.6rem;
	line-height: 2;
	margin-bottom: 30px;
}
.menuDatSec {
	margin-bottom: 30px;
	max-width: 1030px;
} 
.comSec.menuDatSec .innerBox .textBox {
	width: 44%;
	margin-left: 0;
}
.menuDatSec .txt {
	letter-spacing: 0!important;
	margin-bottom: 45px!important;
	line-height: 1.85!important;
}

.comSec.menuDatSec .innerBox .textBox.textBoxOne {
	width: 100%;
	margin-left: 0;
}
.pl0 {
	padding-left: 0;
}

.comSec.menuDatSec .hdr {
	font-size: 2rem;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	font-weight: normal;
	color: #93836A;
}

.comSec.menuDatSec .txt {
	margin-bottom: 30px;
	letter-spacing: 0;
	line-height: 2;
}
 .txt a {
	text-decoration: underline;
}
.mb0 {
	margin-bottom: 0!important;
}
.menuDatSec .txt:last-child {
	margin-bottom: 0!important;
}
.qa {
	border-top: 1px solid #dedede;
	padding-top: 30px;
	margin-top: 30px;
}
.qa:first-of-type {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}
.qa .hdr:before {
	content: "Q.";
}
.qa .txt:before {
	content: "A.";
}
@media (max-width: 1023px) {
	.comTitle {
		margin-bottom: 2px!important;
		font-size: 1rem!important;
		padding: 0 0 9px!important;
	}
	.comTitle:before {
		display: block!important;
		position: absolute!important;
		bottom: 0!important;
		width: 100%!important;
		height: 1px!important;
		content: "";
		background: #dedede;
	}
	.menuDatSec {
		margin-bottom: 60px;
	}

	.comSec.menuDatSec .innerBox.flexB {
		display: flex!important;
		flex-direction: row;
	}
	.comSec.menuDatSec .innerBox .photoBox {
		width: 100%;
		margin-left: 0;
		order: 1;
	}
	.comSec.menuDatSec .innerBox .textBox {
		width: 100%;
		margin-left: 0;
		order: 2;
	}
	.menuDatSec .txt {
		margin-bottom: 30px!important;
		font-size: 1.3rem;
	}
}

/*------------------------------------------------------------

2024.03.19

------------------------------------------------------------*/

/*------------------------------------------------------------
	歯周病治療
------------------------------------------------------------*/

.lst {
	list-style: disc;
	margin: 0 20px 45px;
	font-size: 1.6rem;
}
.mb30 {
	margin: 0 3px 30px 0!important;
}
.mb45 {
	margin: 0 3px 45px 0!important;
}
.mfl {
	margin: 0 3px 45px 0!important;
}
.lst.srt,
	.menuDatSec .txt.srt {
	margin-bottom: 20px!important;
}
.qa .txt.t:before {
	display: none!important;
}
.qaLst {
	list-style: none!important;
}
.qaLst li {
	margin: 0 15px 15px;
}
.qaLst li h4 {
	margin-left: -15px;
	margin-bottom: 5px;
}
@media (min-width: 1024px) {
	.wid  {
		border-bottom: 1px solid #dedede!important;    	
		margin: 0 0 30px!important;
		padding: 0 0 30px!important;
	}
	.rsk {
		margin: 0 0 30px;
	}
}
@media (max-width: 1023px) {
	.mb45 {
	margin: 0 3px 0px 0!important;
	}
	.lst.min {
		margin: 0 20px 20px;
	}
	.wid .textBox {
		border-bottom: 1px solid #dedede!important;    	
		padding: 30px 0 0 0;
	}
	.wid .lst {
		margin: 0 20px 30px!important;
	}
	.mfl {
		margin: 0 3px 20px 0!important;
	}
}

.comSec.menuDatSec .hdr {
	color: #93836A;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
}
.menuDatSec .txt {
	font-size: 1.6rem;
	line-height: 2;
}
@media (max-width: 1023px) {
	.comSec.menuDatSec .hdr {
		font-size: 1.8rem;
	}
	.menuDatSec .txt {
		font-size: 1.3rem;
	}
	.lst {
		font-size: 1.3rem;
	}
}

.whiteningList {
	border: 1px solid #e9e9e9;
	box-sizing: border-box;
	list-style: none;
	display: flex;
	margin-bottom: 15px;
}
.whiteningList li {
	text-align: center;
	box-sizing: border-box;
	width: 33.3%;
	padding: 30px;
	border-right: 1px solid #e9e9e9;
	position: relative;
}
.whiteningList li:before {
	content: '';
	position: absolute;
	background: url(/wp/wp-content/themes/floren/img/menu/whitening/arrow.png);
	top: 50%;
	right: 0;
	display: block;
	width: 14px;
	height: 23px;
	margin: -11px -7px 0 0;
	background-size: cover;
}
.whiteningList li:nth-child(3n){
	margin-right: 0;
	border-right: none;
	width: 33.4%;
}
.whiteningList li:nth-child(3n):before {
	display: none;
}
.whiteningList li .num {
	background: #fff;
	font-size: 1.1rem;
	display: block;
	padding: 0 10px;
	margin: -40px auto 10px;
	width: 100px;
	letter-spacing: 2px;
	color: #90816C;
}
.whiteningList li .num span {
	font-size: 1.3rem;
}
.whiteningList li .title {
	font-size: 1.7rem;
	margin-bottom: 20px;
	font-weight: normal;
	color: #90816C;
}
.whiteningList li .titleIn {
	font-size: 1.7rem;
	margin: 0 auto 20px;
	font-weight: normal;
	color: #90816C;
	display: table;
}
.whiteningList li .titleIn span {
	display: table-cell;
	vertical-align: middle;
	height: 60px;
}

.whiteningList li img {
	width: 120px;
	margin-bottom: 20px;
}
.whiteningList li .text {
	font-size: 1.3rem;
	text-align: left;
}
.whiteningRepletion {
	color: #666;
	font-size: 1rem;
}
.whiteningRepletion li:before {
	content: '※';
}
@media (max-width: 1023px){
	.whiteningList {
		display: block;
	}
	.whiteningList li {
		width: 100%;
		padding: 20px;
		border-bottom: 1px solid #e9e9e9;
	}
	.whiteningList li:before {
		top: auto;
		bottom: 0;
		right: 50%;
		transform:rotate(90deg);
		width: 14px;
		height: 23px;
		margin: 0 -7px -11px 0;
	}
	.whiteningList li:nth-child(3n){
		margin-bottom: 0;
		border-bottom: none;
		width: 100%;
	}
	.whiteningList li .num {
		margin: 0px auto 10px;
	}
	.whiteningList li .titleIn span {
		height: auto;
	}
}

/*------------------------------------------------------------

2024.06.06

------------------------------------------------------------*/

/*------------------------------------------------------------
	審美歯科（セラミック治療）
------------------------------------------------------------*/

.comSec .inner .textBox .txt {
	font-size: 1.6rem;
}
.comSec .innerBox .textBox .txt {
	font-size: 1.6rem;
}
.sbsInner {
	margin-bottom: 60px!important;
}
.sbsInnerBox {
	max-width: 1030px;
	margin: 0 0 45px!important;
}
.sbsInnerBox .textBox {
	margin-left: 0!important;
	width: 44%!important;
}
.flexSrt {
	display: flex;
	padding-top: 45px;
}
.flexSrt .l {
	width: calc(50% - 20px);
	margin-right: 20px;
}
.flexSrt .r {
	width: calc(50% - 20px);
	margin-left: 20px;
}
.pricesTable {
	font-size: 1.6rem;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-collapse: collapse;
	width: 100%;
}
.pricesTable th {
	background: #f2ede5;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	vertical-align: middle;
}
.pricesTable th.blk {
	background: #93836A;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
}
.pricesTable td {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	vertical-align: middle;
	width: 230px;
}
.tight {
	letter-spacing: 1px!important;
}
@media (min-width: 1024px) {
	.spbr {
		display: none;
	}
}
@media (max-width: 1023px) {
	.pcbr {
		display: none;
	}
	.comSec .inner .textBox .txt {
		font-size: 1.3rem;
	}
	.comSec .innerBox .textBox .txt {
		font-size: 1.3rem;
	}
	.sbsInner {
		margin-bottom: 0px!important;
	}
	.sbsInnerBox {
		max-width: 1030px;
		margin: 0 0 30px!important;
	}
	.sbsInnerBoxWrap {
		margin-bottom: 30px!important;
	}
	.sbsInnerBox .textBox {
		margin-left: 0!important;
		width: 100%!important;
	}
	.flexSrt.mt30 {
		margin-top: 30px;
	}
	.flexSrt {
		display: block;
		padding-top: 0;
	}
	.flexSrt .l {
		width: 100%;
		margin: 0 0 20px;
	}
	.flexSrt .r {
		width: 100%;
		margin: 0;
	}
	.pricesTable {
		font-size: 1.5rem;
	}
	.pricesTable th.blk {
		font-size: 1.6rem;
	}
	.pricesTable th {
		width: 100%;
		box-sizing: border-box;
		display: block;
	}
	.pricesTable td {
		width: 100%;
		box-sizing: border-box;
		display: block;
	}
}

/*------------------------------------------------------------

2024.07.04

------------------------------------------------------------*/

/*------------------------------------------------------------
	ナビ
------------------------------------------------------------*/

@media (min-width: 1024px) {
    #lower #container {
        padding-top: 60px;
    }

    #lower #main {
        margin-top: 130px;
    }
}

#gHeader .linkList li a {
    color: #fff;
}

@media (max-width: 1023px) {
    .mainVisual {
        background-position: top center;
        max-height: 700px;
    }
    .mainVisual .title {
        left: auto;
        top: auto;
        bottom: auto;
        position: relative;
    }
    .mainVisual .title.pc {
        display: none;
    }    
    .mainVisual .title .en {
        font-size: 3.6rem;
    }
    .mainVisual .title .jp {
        margin-left: 7px;
        font-size: 1.2rem;
    }
}

/*. ヘッダー
----------------------------------------------*/
#gHeader {
    position: relative;
    top: auto;
    left: auto;
    z-index: 900;
}
#gHeader h1 {
    padding-top: 21px;
}
#gHeader .hBox {
    background:rgba(62,54,51,.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 2000;
}

#home #gHeader .hInner {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 2;
    box-sizing: border-box;
}

#lower #gHeader .hInner {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

#gHeader .infoBox {
    height: 60px;
}
#gHeader .hBox::before {
    display: none;
}
#gHeader .hInner::before {
    display: none;
}
#gHeader .linkList li {
    border-left: none;
    display: table;
    height: 60px;
    padding-right: 30px;
}
#gHeader .linkList li a {
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

#gHeader .sTitle {
    padding-top: 21px!important;
}

#gNavi li .infoMenu {
    padding-top: 65px;
}

@media (max-width: 1023px) {
	#gHeader {
		position: fixed;
		top: 0;
		left: 0;
	}
	#gHeader .logo {
	    width: 116px!important;
	}
	#gHeader .hBox {
		background: rgba(33,33,33,0.7);
		background:rgba(62,54,51,.7);
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		box-sizing: border-box;
		z-index: 20;
	}
	
	#home #gHeader .hInner {
	    top: 0;    
	}
	
	 #gHeader .logo img {
	     margin-top: 3px;
	 }

	#gHeader .hInner {
		position: absolute;
		top: 0px;
		left: 0;
		width: 100%;
		z-index: 2;
		box-sizing: border-box;
        background:rgba(62,54,51,.7);
        padding: 8px 30px 7px 27px;
	}
	#gHeader .spList li img {
	    width: 15px;
	}
    #gHeader .spList li:nth-child(2) img {
	    width: 22px;       
    }
    #gHeader .spList {
        position: absolute;
        right: 12px;
        top: 20px;
        width: auto;
    }
    #gHeader .spList li {
        padding:6px 10px 0 10px;   
    }
    #gHeader .spList .menu {
        width: 50px;
        margin-left: 5px;
    }
    .menu span {
        width: 30px;
        background: #fff;
    }
    .menu span:nth-of-type(1){
        top: 9px;
    }
    .menu span:nth-of-type(2){
        top: 23px;
    }
    .pageTop {
        bottom: 80px;
        right: 15px;
    }
}

/* 電話ボタン
----------------------------------------------*/
#gHeader .linkList li.linkTel {
    padding: 0;
}
#gHeader .linkList li.linkTel a {
    background:rgba(147,131,106,.7);
    padding: 5px 15px;
    text-align: center;
}
#gHeader .linkList li.linkTel img {
    width: 17px;
    margin: -4px 5px 0 0;
}
#gHeader .linkList li.linkTel a .ttl {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 100px;
    letter-spacing: 0;
    background: #422709;
    font-size: 1rem;
}
#gHeader .linkList li.linkTel a .num {
    font-size: 20px;
    font-weight: bold;
    display: block;
    font-family: "ivymode",sans-serif;
    letter-spacing: 3px;
}

/*. 予約ボタン
----------------------------------------------*/
#gHeader .linkList li.linkReserve {
    padding: 0;
}
#gHeader .linkList li.linkReserve a {
    /*background:rgba(197,14,70,0.7);*/
    background:rgba(137,20,60,0.7);
    padding: 5px 15px;
    text-align: center;
}
#gHeader .linkList li.linkReserve img {
    width: 20px;
    margin: -4px 5px 0 0;
}
#gHeader .linkList li.linkReserve a .ttl {
    display: inline-block;
    padding: 2px 10px;
    letter-spacing: 0;
    font-size: 1rem;
    color: #fff;
}
#gHeader .linkList li.linkReserve a .num {
    font-size: 17px;
    font-weight: bold;
    display: block;
    letter-spacing: 3px;
    color: #ffed99;
}

/* スケジュール
----------------------------------------------*/

.scheduleBox {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 2;
    background: rgba(255,255,255,0.9);
    padding: 20px;
}
.scheduleBox table {
    width: 100%;
    border-collapse: collapse;
    word-break: break-all;
    width: 540px;
}
.scheduleBox table th {
    padding: 20px 10px;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    letter-spacing: 0.16em;
}
.scheduleBox table thead th:first-child {
    width: 23%;   
}
.scheduleBox table thead th:last-child { 
    border-right: none;
}
.scheduleBox table td {
    padding: 27px 10px;
    color: #90816C;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    letter-spacing: 0.16em;
}
.scheduleBox table tr td:last-child {
    border-right: none;
}
.scheduleBox table tbody tr:last-child td {
    border-bottom: none;
}.scheduleBox table tbody tr:last-child th {
    border-bottom: none;
}
.scheduleBox .copy {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 20px;
    color: #90816C;
}
.scheduleBox .notes {
    font-size: 1.2rem;
    margin-top: 20px;
}

@media (max-width: 1023px) {
	.scheduleBox {
        left: auto;
        top: auto;
        bottom: auto;
        right: 0;
        position: relative;  
		z-index: 2;
		background: rgba(255,255,255,0.9);
		padding: 13px;
		box-sizing: border-box;
	}
    .spBox {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
    }	
    .spBox .title {
        padding: 0 0 23px 23px;
    }
	.scheduleBox table {
		width: 100%;
		border-collapse: collapse;
		word-break: break-all;
	}
	.scheduleBox table th {
        padding: 12px 5px;
        font-size: 1rem;
        letter-spacing: 0.1em;
	}
	.scheduleBox table thead th:first-child {
	}
	.scheduleBox table thead th { 
		width: 10%;
	}
	.scheduleBox table tbody th { 	
        padding: 12px 5px;
        font-size: 1rem;
        letter-spacing: 0.1em;	
	}
	
	.scheduleBox table td {
    padding: 17px 5px;
        font-size: 1rem;
	}
	.scheduleBox table tr td:last-child {
		border-right: none;
	}
	.scheduleBox table tbody tr:last-child td {
		border-bottom: none;
	}.scheduleBox table tbody tr:last-child th {
		border-bottom: none;
	}
	.scheduleBox .copy {
		font-size: 2rem;
		text-align: center;
		margin-bottom: 13px;
		color: #90816C;
	}
	.scheduleBox .notes {
		font-size: 1rem;
		margin-top: 10px;
	}
}

/* ニュース
----------------------------------------------*/

#main .newsBox {
    padding: 60px 0 30px;
}

#main .newsBox .inner .textBox {
  width: 94%!important;
  overflow: hidden;
}

#main .newsBox .inner {
    margin-bottom: 0;
}


#main .newsBox .inner .comMore {
    max-width: 100%;
}
#main .newsBox .inner .newsList dt {
  float: left;
  width: 100px;
  letter-spacing: 0.16em;
}
#main .newsBox .inner .newsList dd {
  padding: 0 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1023px) {
    #main .newsBox {
        padding: 30px 0 20px;
    }    
    #main .newsBox .newsList {
     margin-top: 20px!important;
    }
}

/* SP追従バナー
----------------------------------------------*/

@media (max-width: 1023px) {
    body {
        padding-bottom: 70px;
    }
    .fixedBanner {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 200;
    }
    .fixedBanner .inner {
        width: 100%;
        display: table;
        height: 50px;
    }
    .bar {
        text-align: center;
        color: #fff;
        padding: 5px;
        height: 20px;
        background: rgba(62,54,51,.9);
        box-sizing: border-box;
        font-size: 10px;
        line-height: 10px;
    }
    /*電話*/
	.fixedBanner  .linkTel {
		padding: 0;
		width: 50%;
        display: table-cell;
        vertical-align: middle;
    	background:rgba(147,131,106,.9);
		padding: 5px;
		text-align: center;
		box-sizing: border-box;
		color: #fff;
	}
	.fixedBanner .linkTel img {
		width: 14px;
		margin: 4px 3px 0 0;
	}
	.fixedBanner .linkTel .ttl {
		display: inline-block;
		padding: 2px 10px;
		border-radius: 100px;
		letter-spacing: 0;
		background: #422709;
		font-size: 1rem;
	}
	.fixedBanner .linkTel .num {
		font-size: 14px;
		font-weight: bold;
		display: block;
		font-family: "ivymode",sans-serif;
		letter-spacing: 3px;
	}
    /*予約*/
	.fixedBanner .linkReserve {
		width: 50%;
        display: table-cell;
        vertical-align: middle;
		/*background:rgba(197,14,70,0.9);*/
		background:rgba(137,20,60,0.85);
		padding: 5px;
		text-align: center;
		box-sizing: border-box;
	}
	.fixedBanner .linkReserve img {
		width: 16px;
		margin: 3px 5px 0 0;
	}
	.fixedBanner .linkReserve .ttl {
		display: inline-block;
		padding: 2px 5px;
		border-radius: 100px;
		letter-spacing: 0;
		font-size: 1rem;
		color: #fff;
	}
	.fixedBanner .linkReserve .num {
		font-size: 14px;
		font-weight: bold;
		display: block;
		/*font-family: "ivymode",sans-serif;*/
		letter-spacing: 3px;
		color: #ffed99;
	}
}

.price {
	position: relative;
	padding: 78px 20px 0;
}
.price .inner {
	margin: 0 auto 50px;
	max-width: 1024px;
	font-size: 1.6rem;
}
.price .photoBox {
	margin: 0 auto 50px;

}
.price .infoBox {
	font-size: 1.6rem;
	line-height: 2;
}
.price h2 {
	margin-top: 75px
}

.price h3 {
	color: #93836A;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	font-weight: normal;
}
.price .section {
	margin-bottom: 25px;
}
.price .section:last-child {
	margin-bottom: 0;
}
.price .section p {
	font-size: 1.6rem;
}
.price:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #dedede;
	content: "";
}
.price {
	padding-top: 0;
}
.price:before {
	display: none;
}

.price .textBoxL {
	width:calc(57% - 30px);
	padding-right: 30px;
}

.price .textBoxR {
	width: 43%;
}

.price table {
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin-bottom: 30px;
	width: 100%;
}

.price table th {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px 15px;
	/*
	background: #93836A;
	color: #fff;
	*/
	background: #f2ede5;
}

.price table th span {
	font-size: 1.4rem;
}

.price table td {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px 15px;
	background: #f7f5f1;
	letter-spacing: -2px;
	padding: 5px 10px;
}

.price .textBoxL table {
	margin-bottom: 5px;
}

.price table td.tdP {
	width: 115px;
	background: #fff;
	white-space: nowrap;
	letter-spacing: 0;
}
.price table td.tdP span {
	font-size: 13px;
}

.price03 .photoBox {
	width:calc(50% - 50px);
	padding-right: 50px;
}

.price03 .infoBox {
	width: 50%;
}

.red {
	color: #c00;
}

.price03 .p01 {
	margin-bottom: 20px;
}

.price03 .p02 {
	margin-bottom: 10px;
}

.caution {
	font-size: 1.4rem;
	color: #c00;
	margin-bottom: 20px;
}

@media (max-width: 1023px) {
	.price {
		padding: 40px 30px 0;
	}
	.price .inner {
		margin: 0 auto 20px;
	}
	.price01 .inner .photoBox {
		width: 100%;
		display: block;
		padding: 0;
		margin-bottom: -10px;
	}
	.price .inner .textBox {
		width: 100%;
		display: block;
		padding: 0 0 20px;
		font-size: 1.3rem;
		line-height: 1.8;
	}
	.price .headLine02 {
		font-size: 2.1rem;
		margin-top: 45px;
	}

	.price .textBoxL {
		width: 100%;
		display: block;
		padding: 0;
		margin-bottom: 30px;
	}
	.price .textBoxL table {
		margin-bottom: 5px;
	}

	.price .textBoxR {
		width: 100%;
		display: block;
		padding: 0;
	}
	.price .textBoxR table:last-child {
		margin-bottom: 0;
	}

	.price h3 {
		color: #93836A;
		font-size: 1.8rem;
		margin-bottom: 5px;
	}
	.price .section {
		margin-bottom: 25px;
	}
	.price .section:last-child {
		margin-bottom: 0;
	}
	.price p {
		font-size: 1.3rem;
	}
	.price {
		padding-top: 0;
	}
	.price03 .photoBox {

		width: 100%;
		display: block;
		padding: 0;
		margin-bottom: 30px;
	}

	.price03 .infoBox {
		width: 100%;
		display: block;
		padding: 0;
	}

	.price table th {
		font-size: 1.3rem;
		padding: 4px 10px;
	}

	.price table th span {
		font-size: 1.2rem;
	}

	.price table td {
		font-size: 1.3rem;
		padding: 4px 10px;
	}
}


/*------------------------------------------------------------

2024.09.25

------------------------------------------------------------*/

/*------------------------------------------------------------
	医師・スタッフ紹介
------------------------------------------------------------*/

.doctor .inner .photoBox {
	width: 450px;
	margin-bottom: 37px;
}
.doctor .inner .textBox {
	width: calc(100% - 450px);
}
.doctor .inner .textBox .infoBox {
	max-width: 100%;
	padding-right: 0;
	margin-left: 50px;
}
.doctor .profile {
	padding: 0 20px;
}

.doctor .inner .textBox.flexL {
	width: 47%;
	margin-right: 3%;
}

.doctor .inner .textBox.flexR {
	width: 47%;
	margin-left: 3%;
}

.doctor .inner .textBox.flexCen {
	width: 100%;
}

.doctor .profile .inner:first-child {
	margin-bottom: 20px;
}
.doctor .profile .inner:last-child {
	margin-bottom: 75px;
}
.doctor .inner .textBox .title {
	font-size: 1.8rem;
}
.doctor .inner .textBox .txt {
	font-size: 1.6rem;
}
.doctor .inner .textBox .txt:last-child {
	margin-bottom: 37px;
}
@media (max-width: 1023px) {
	.doctor .inner .photoBox {
		width: 100%;
		margin-bottom: 15px;
	}
	.doctor .inner .textBox {
		width: 100%;
	}
	.doctor .inner .textBox .infoBox {
		max-width: 100%;
		padding: 0;
		margin-left: 0;
	}
	.doctor .profile {
		padding: 0 20px;
	}

	.doctor .inner .textBox.flexL,
	.doctor .inner .textBox.flexR,
	.doctor .inner .textBox.flexCen {
		width: 100%;
		margin: 0 0 10px;
	}
	.doctor .inner .textBox .title {
		font-size: 1.6rem;
	}
	.doctor .inner .textBox .txt {
		font-size: 1.3rem;
	}

	.doctor .profile .inner:first-child {
		margin-bottom: 10px;
	}
	.doctor .profile .inner:last-child {
		margin-bottom: 30px;
	}
	.doctor .inner .textBox .txt:last-child {
		margin-bottom: 20px;
	}
}

/*------------------------------------------------------------
	施設基準届出事項
------------------------------------------------------------*/

.facilityStandards h2 {
	text-align: left;
}
.facilityStandards .wpTxt {
	font-size: 1.6rem;
	margin-bottom: 53px;
	line-height: 1.75;
	letter-spacing: 0.1em;
	text-align: justify;
}
.facilityStandards .content {
	max-width: 950px;
}
.facilityStandards a {
	text-decoration: underline;
}
.facilityStandards .grapBox {
	margin-top: -23px;
	margin-bottom: 53px;
	padding: 23px 30px;
	background: #f5f5f5;
}
.facilityStandards .grapBox .wpTxt {
	margin-bottom: 0;
}
.topTxtBox {
	background: #f5f5f5;
	padding: 30px;
	margin-bottom: 53px;
	text-align: center;
}
.topTxt01 {
	font-size: 2.2rem;
	letter-spacing: 0.15em;
	margin-bottom: 20px;
}
.topTxt02 {
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.topTxt03 {
	font-size: 1.6rem;
}
@media (max-width: 1023px) {
	.facilityStandards h2 {
		margin-bottom: 15px!important;       font-size: 1.8rem;
	}
	.facilityStandards .wpTxt {
		font-size: 1.3rem;
		margin-bottom: 30px;    
		line-height: 1.8;
	}
	.facilityStandards .grapBox {
		margin-top: -13px;
		margin-bottom: 30px;
		padding: 15px;
	}
	.facilityStandards .grapBox .wpTxt {
		margin-bottom: 0;    
		line-height: 1.6;
		letter-spacing: 0.1em;
	}
	.topTxtBox {
		padding: 20px;
		margin-bottom: 30px;
	}
	.topTxt01 {
		font-size: 1.8rem;
	}
	.topTxt02 {
		font-size: 1.4rem;
		margin-bottom: 20px;
	}
	.topTxt03 {
		font-size: 1.3rem;
		text-align: left;
	}
}

/*------------------------------------------------------------

2025.01.15

------------------------------------------------------------*/

/*------------------------------------------------------------
ドクタースケジュール
------------------------------------------------------------*/

.docschedule {
    position: static;
    left: 30px;
    bottom: 30px;
    z-index: 2;
    background: rgba(255,255,255,0.9);
    padding: 20px;
	line-height: 3rem;
}

.docschedule p {
	font-size:5rem;
    line-height: 1.6;
	margin-bottom:3rem;
}

.docschedule table {
    width: 100%;
    border-collapse: collapse;
    word-break: break-all;
    width: 540px;
}

.docschedule table th {
    padding: 20px 10px;
	color: #90816C;
    font-size: 1.4rem;
    font-weight:normal;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ddd;
	background: rgba(255,255,255,0.9);
    letter-spacing: 0.16em;
}

.docschedule table td {
    padding: 27px 10px;
    color: #90816C;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
	border: 1px solid #ddd;
    letter-spacing: 0.16em;
}

.pr0 {
	padding-right: 0;
}
.btx01.comSec .innerBox .photoBox {
	width: 30%;
}
.btx01.comSec .innerBox .textBox {
	width: 65%;
}
.btx02.comSec .innerBox .photoBox {
	width: 45%;
}
.btx02.comSec .innerBox .textBox {
	width: 50%;
}

@media (max-width: 1023px) {
	.btx01.comSec .innerBox .photoBox {
		width: 100%;
	}
	.btx01.comSec .innerBox .textBox {
		width: 100%;
	}
	.btx02.comSec .innerBox .photoBox {
		width: 100%;
	}
	.btx02.comSec .innerBox .textBox {
		width: 100%;
	}
}

.chkLst {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	margin: 0 0 20px;
}

.chkLst li{
	width: calc(33% - 20px);
	margin-right: calc(0.5% + 30px);
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1.7rem;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding-left: 35px;
	position: relative;
}

.chkLst li:nth-child(3n){
	margin-right: 0;
}

.chkLst li:before {
	content: "";
	display: inline-block;
	background: url(https://floren.dental/wp/wp-content/themes/floren/img/common/icon_check.png);
	width: 24px;
	height: 24px;
	background-size: cover;
	margin-right: 10px;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 0;
}

@media (max-width: 1023px) {

	.chkLst {
		display: block
	}

	.chkLst li{
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 1.7rem;
		display: block;
		padding-left: 35px;
		border-top: 1px dotted #ccc;
		padding-top: 15px;
	}

	.chkLst li:first-child {
		border-top: none;
	}

	.chkLst li:before {
		margin-top: -4px;
	}

}

.reasonOl {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 30px -20px 0;
}
.reasonOl li {
	width: 50%;
	box-sizing: border-box;
	padding: 20px;
}
.reasonOl li h3 br {
	display: none;
}

.reasonOl li:nth-child(5) {
	width: 100%;
}
.reasonOl li .num {
	font-size: 1.4rem;
}

@media (max-width: 1023px) {

	.reasonOl {
		display: block;
		margin: 0px -20px 0;
	}
	.reasonOl li {
		width: 100%;
		padding: 20px;
	}

}

.btmPrice.price {
	padding-left: 0;
	padding-right: 0;
}

.btmPrice.price table {
	font-size: 1.6rem;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 20px;
}

.plusTax {
	margin-bottom: 45px;
	text-align: right;
}

.btmPrice.price table  th {
	width: 250px!important;
	padding: 10px;
}

.btmPrice.price table td.tdP {
	width: auto!important;
	padding: 10px;
}

.abtTtl {
	margin-bottom: 45px;
}

.comTitle {
	padding-left: 0;
}

.headLine03 {
	padding-left: 0;
}

@media (max-width: 767px) {
	.btmPrice.price table  th {
		width: auto!important;
		padding: 10px;
	}	
}

/*------------------------------------------------------------

2025.04.01

------------------------------------------------------------*/

.lisSec .innerBox {
	border-top: 1px solid #dedede;
	padding: 60px 0;
	margin: 0;
}
.lisSec .innerBox:nth-child(odd) .textBox {
	order: 2;
}
.lisSec .innerBox:nth-child(odd) .photoBox {
	order: 1;
}
.lisSec .innerBox:nth-child(even) .textBox {
	order: 1;
}
.lisSec .innerBox:nth-child(even) .photoBox {
	order: 2;
}
.lisSec.menuDatSec a:hover {
	opacity: 0.5;
}
.lisSec.menuDatSec .hdr {
	margin-bottom: 30px;
}
.lisSec.menuDatSec .txt {
	margin-bottom: 0!important;
	line-height: 2.2!important;
}
.csmHdr .txt:before {
	display: none;
}
.csmHdr .txt {
	padding-top: 0!important;
}
.comSec .inner.csmHdr {
	margin-bottom: 80px;
}
@media (max-width: 1023px) {
	.comSec .inner.csmHdr {
		margin-bottom: 40px;
	}
	.lisSec .innerBox {
		padding: 30px 0;
		margin: 0;
	}
	.lisSec .innerBox:nth-child(odd) .photoBox,
	.lisSec .innerBox:nth-child(even) .photoBox {
		order: 1;
	}
	.lisSec .innerBox:nth-child(odd) .textBox,
	.lisSec .innerBox:nth-child(even) .textBox {
		order: 2;
	}
}

.flowList li {
	border-bottom: 1px solid #e9e9e9;
	padding: 30px 0;
}
.flowList li:first-child {
	padding-top: 0;
}
.flowList li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.flowList li .num {
	background: #fff;
	font-size: 1.1rem;
	display: block;
	width: 100px;
	letter-spacing: 2px;
	color: #90816C;
}
.flowList li .num span {
	font-size: 1.3rem;
}

	.comSec .innerBox.fit01 {
		margin-bottom: 45px;
	}
	.fit01 .photoBox {
		width: 32%!important;
	}
	.fit01 .textBox {
		width: 63%!important;
	}
	
    .homemain .headLine03 {
        padding-left: 124px;
    }
    .homemain .comTitle {
        padding-left: 124px;
    }
    @media (max-width: 1023px) {
        .homemain .headLine03 {
            padding-left: 0;
        }
        .homemain .comTitle {
            padding: 0 30px 20px 0!important;
            margin-bottom: 30px;
        }    
        .homemain .sec01 .comTitle {
            padding: 0 30px 20px 30px!important;
        } 
        .homemain .sec01 .photoBox {
            margin-top: 30px;
        }
        .homemain .sec01 .headLine03.comLine {
            padding-left: 30px;
        }
    }

.btyBtn a {
	position: relative;
	display: inline-block;
	border: 1px solid #ababab;
	border-radius: 7px;
	padding: 17px 40px 17px 17px;
	text-decoration: none;
	line-height: 1;
}

.btyBtn a:before {
	content: "";
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(https://floren.dental/wp/wp-content/themes/floren/img/common/pln_arw.png);
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -12px;
}
.chkLstBtm {
	padding-bottom: 20px!important;
}
@media (max-width: 1023px) {
	.btyBtn a {
		padding: 15px 38px 15px 15px;
		font-size: 1.1rem;
	}

	.btyBtn a:before {
		width: 20px;
		height: 20px;
		top: 50%;
		right: 10px;
		margin-top: -10px;
	}
	.chkLstBtm {
		padding-bottom: 10px!important;
	}
}

.localLink {
	/*border-top: 1px solid #ddd;*/
}
.localLinkNav {
	display: flex;
	max-width: 1030px;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0 0;
	border-top: 1px solid #ddd;
	justify-content: center;
	align-items: center;
}
.localLinkNav li {
	display: inline-block;
}
.localLinkNav li:after {
	content: "　｜　";
}
.localLinkNav li:last-child:after {
	display: none;
}
@media (max-width: 1023px) {
	.localLink {
		text-align: center;
		border-top: 1px solid #ddd;
		padding: 26px 24px 0;
	}
	.localLinkNav {
		border-top: none;
		flex-wrap:wrap;
	}	
	.localLinkNav li {
		display: block;
		width: calc(50% - 10px);
		margin: 0 5px 10px;
	}	
	.localLinkNav li:after {
		display: none;
	}
	.localLinkNav li a {
		display: block;
		padding: 5px;
		border: 1px solid #ddd;
		border-radius: 4px;
	}
}


/*------------------------------------------------------------

2025.06.28

------------------------------------------------------------*/

.beautyDoctor {
	padding: 0;
}

.doctor .profile {
	padding: 0;!important	
}

.doctor .profile .inner:first-child {
  margin-bottom: 20px;
}

.doctor .textBox {
	margin-bottom: 0px;
}

.doctor .flexC {
	margin: 0 0 60px;
	width: 100%!important;
}

.doctor .flexC .title {
	display: block;
	text-align: left;
	width: 100%;
}

.doctor .infoBox {
	padding-top: 30px;
}

.doctor .job {
	display: inline-block!important;
	margin-right:20px;
	font-size: 18px;
	font-weight: 600!important;
	color: #93836A;
}
.doctor .jp {
	display: inline-block!important;
}
.doctor .flexB {
	display: flex;
}

.doctor .flex1 {
	width: 40%!important;
}

.doctor .flex2 {
	margin-left: 2%;
	width: 28%!important;
}

.doctor .flex3 {
	margin-left: 2%;
	width: 28%!important;
}

.qaInnerBox {
	margin-bottom: 50px!important;	
}

@media (max-width: 1023px) {

	.beautyDoctor {
		padding: 0 30px;
	}

	.doctor .profile .inner:first-child {
	  margin-bottom: 20px;
	}

	.doctor .textBox {
		margin-bottom: 30px;
	}

	.doctor .flexC {
		margin: 0 0 30px;
		width: 100%!important;
	}

	.doctor .flexC .title {
		display: block;
		text-align: left;
		width: 100%;
	}

	.doctor .infoBox {
		padding-top: 30px;
	}

	.doctor .job {
		display: inline-block!important;
		margin-right:20px;
		font-size: 18px;
		font-weight: 600!important;
		color: #93836A;
	}
	.doctor .jp {
		display: inline-block!important;
	}
	.doctor .flexB {
		display: block;
	}

	.doctor .flex1 {
		width: 100%!important;
	}

	.doctor .flex2 {
		margin-left: 0%;
		width: 100%!important;
	}

	.doctor .flex3 {
		margin-left: 0%;
		width: 100%!important;
	}

	.qaInnerBox {
		margin-bottom: 30px!important;	
	}
	
}