@charset "UTF-8";
/*--------------------    デフォルトスタイル    --------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:1.4rem;
  vertical-align:baseline;
  background:transparent;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Serif JP', serif;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}
ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    color: #3a3724;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}
ins {
    text-decoration:none;
}
del {
    text-decoration: line-through;
}
mark {
    background-color:#ff9;
    color:#3a3724;
    font-weight:bold;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    /* border-collapse:collapse; */
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  }

/*------------------------------------------------------------
    レイアウト
------------------------------------------------------------*/
body {
  position: relative;
	color: #3a3724;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2.1;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
a {
	transition: all .3s;
}
a:hover {
	opacity: .6;
}
section{
	overflow: hidden;
	padding-top: 114px;
}

@media all and (min-width: 835px) {
	.sp {display: none !important;}
}
@media all and (max-width: 834px) {
	body {min-width: inherit;}
	body.open {overflow: hidden;}
	a:hover, a:hover img {opacity: 1 !important;}
	.pc {display: none !important;}
	a[href^="tel:"] {cursor: pointer;pointer-events: auto;}
	section{padding-top: 64px;}
}


/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
/* 読み込み時 フェードイン */
.start {
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 300;
}

#gHeader {
  position: fixed;
  top: 0;
  left: 0;
	z-index: 100;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
	transition: all .3s;
	background: #fff;
	border-bottom: 0.5px solid #afafac;
}
#gHeader .headBox {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  background: transparent;
	padding: 5px 0 15px;
}
#gHeader .headBox .logo {
	padding: 23px 0 0 1%;
}
#gHeader .headBox #gNav {
	padding-right: 3%;
}
#gHeader .headBox #gNav .navUl {
	display: flex;
	padding-top: 65px;
}
#gHeader .headBox #gNav .navUl li a,
#gHeader .headBox #gNav .navUl li .dBtn {
	font-size: 1.4rem;
	letter-spacing: 0;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 600;
	margin: 0 3px;
	padding: 8px 6px 20px;
	border-radius: 7px 7px 0 0;
	cursor: pointer;
	white-space: nowrap;
	letter-spacing: -0.02rem;
}
#gHeader .headBox #gNav .navUl .snav a:hover {
	opacity: 1;
}
#gHeader .headBox #gNav .navUl li.active a {
	background: #FBFAF1;
}
#gHeader .headBox #gNav .navUl li:last-child a {
	margin-right: 0;
	padding-right: 0;
}
#gHeader .headBox .telBox {
	position: absolute;
	top: 15px;
	right: 3%;
	display: flex;
	align-items: center;
}
#gHeader .headBox .telBox .address {
	font-family: 'Zen Old Mincho', serif;
	font-weight: 600;
	font-size: 1.3rem;
	border: 0.5px solid #afafac;
	letter-spacing: 1px;
	padding: 0 22px;
	margin-right: 15px;
	line-height: 1.5;
}
#gHeader .headBox .telBox .tel {
	border-right: 0.5px solid #afafac;
	padding: 0 16px;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 600;
	line-height: 1.4;
	margin-top: -3px;
}
#gHeader .headBox .telBox .tel .small {
	font-size: 1.1rem;
}
#gHeader .headBox .telBox .tel .min {
	font-size: 1.5rem;
	margin-right: 7px;
}
#gHeader .headBox .telBox .tel .number {
	font-size: 1.7rem;
}
#gHeader .headBox .telBox a {
	border-right: 0.5px solid #afafac;
	padding: 0 13px;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 600;
	display: flex;
	align-items: center;
}
#gHeader .headBox .telBox a:last-child {
	border-right: 0;
	padding-right: 0;
}
#gHeader .headBox .telBox a img {
	vertical-align: middle;
	padding: 0 8px 0 0;
}

/* プルダウンメニュー */
.dropBox {
	position: absolute;
	left: 0;
	top: 114px;
	width: 100%;
	display: block;
	overflow: visible;
	background: #FBFAF1;
	box-shadow: 0px 4px 4px 0px rgba(191,191,191,0.2);
}
.dropBox .flexBox {
	justify-content: center;
	align-items: flex-start;
	padding: 20px 0 35px;
}
.dropBox .flexBox .imgBox {
	margin-right: 40px;
	padding-top: 20px;
}
.dropBox .flexBox .imgBox img {
	border-radius: 7px;
}
.dropBox .flexBox .dropUl ul {
	display: flex;
}
.dropBox .flexBox .dropUl .lBtn a {
	letter-spacing: 0;
	width: 200px;
	height: 55px;
	margin: 0 20px 0!important;
	padding: 0 0 16px!important;
	background: transparent;
	line-height: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.dropBox .flexBox .dropUl .lBtn a:hover {
	opacity: 0.7!important;
}
.dropBox .flexBox .dropUl .last .lBtn a {
	margin-bottom: 14px!important;
}
.dropBox .flexBox .dropUl .lBtn a:before {
	width: 15px;
	height: 3px;
	right: 10px;
	bottom: 21px;
}
.dropBox .flexBox .dropUl .lBtn a:after {
	bottom: 0;
}
.dropBox .flexBox .dropUl .lBtn a .sTxt {
	font-size: 1.2rem;
	margin-bottom: -8px;
}

@media all and (max-width: 834px) {
	#gHeader .headBox {
		padding: 0;
	}
	#gHeader .headBox .logo {
		padding: 15px 0 0 4%;
	}
	#gHeader .headBox .logo a img {
		width: 176px;
	}
	#gHeader .headBox .btnflex {
		display: flex;
	}
	#gHeader .headBox .btnflex .txt {
		font-size: 1rem;
		letter-spacing: 1px;
		font-family: 'Noto sans JP', sans-serif;
	}
	#gHeader .headBox .btnflex .txt02 {
		display: none;
	}
	#gHeader .headBox .btnflex .tihBtn {
		height: 63px;
		width: 60px;
		text-align: center;
		box-sizing: border-box;
		padding: 0 0 5px;
		border-left: 1px solid rgba(175,175,172,0.6);
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	#gHeader .headBox .btnflex .tihBtn img {
		display: block;
		margin: 0 auto 3px;
	}
	#gHeader .headBox .btnflex .menuBtn {
		height: 63px;
		width: 60px;
		text-align: center;
		box-sizing: border-box;
		padding: 0 0 5px;
		border-left: 1px solid rgba(175,175,172,0.6);
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	#gHeader .headBox .btnflex .menuBtn .bar {
		display: block;
		width: 25px;
		height: 1px;
		background: #3A3724;
		margin: 3px auto;
		transition: all .3s;
	}
	#gHeader .headBox .btnflex .menuBtn .bar.bar03 {
		margin-bottom: 4px;
	}
	#gHeader .headBox .btnflex .menuBtn.close {
		padding-top: 17px;
	}
	#gHeader .headBox .btnflex .menuBtn.close .bar.bar01 {
		transform: rotate(45deg);
		margin-bottom: -4px;
	}
	#gHeader .headBox .btnflex .menuBtn.close .bar.bar02 {
		transform: rotate(-45deg);
		margin-bottom: 12px;
	}
	#gHeader .headBox .btnflex .menuBtn.close .bar.bar03 {
		display: none;
	}
	#gHeader .headBox .btnflex .menuBtn.close .txt.txt01 {
		display: none;
	}
	#gHeader .headBox .btnflex .menuBtn.close .txt.txt02 {
		display:block;
	}
	#gHeader .headBox .btnflex .tihBtn.close img {
		display: none;
	}
	#gHeader .headBox .btnflex .tihBtn.close .bar {
		display: block;
		width: 25px;
		height: 1px;
		background: #3A3724;
		margin: 3px auto;
	}
	#gHeader .headBox .btnflex .tihBtn.close .bar.bar01 {
		transform: rotate(45deg);
		margin-bottom: -4px;
	}
	#gHeader .headBox .btnflex .tihBtn.close .bar.bar02 {
		transform: rotate(-45deg);
		margin-bottom: 12px;
	}
	#gHeader .headBox .btnflex .tihBtn.close .txt.txt01 {
		display: none;
	}
	#gHeader .headBox .btnflex .tihBtn.close .txt.txt02 {
		display:block;
	}

	.tm_nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-top: 65px;
		overflow-y: auto;
		box-sizing: border-box;
		z-index: 90;
		background: #FBFAF1;
	}
	.tm_nav .tableBox {
		background: #fff;
		padding: 40px 0 30px;
	}
	.tm_nav .tableBox .timeTable {
		width: 90%;
		margin: 0 auto 20px;
	}
	.tm_nav .tableBox .timeTable tr th {
		line-height: 1;
		border-bottom: 1px solid rgba(175,175,172,0.7);
		padding: 8px 6px 15px;
		box-sizing: border-box;
	}
	.tm_nav .tableBox .timeTable tr td {
		border-bottom: 1px solid rgba(175,175,172,0.7);
		padding: 15px 6px;
		text-align: center;
		box-sizing: border-box;
		vertical-align: middle;
	}
	.tm_nav .tableBox .timeTable tr td img {
		display: block;
		margin: 0 auto;
	}
	.tm_nav .tableBox .timeTable tr th.first {
		width: 97px;
		padding: 5px 0 14px 8px;
		letter-spacing: 1px;
		font-size: 1.4rem;
		border-right: 1px solid rgba(175,175,172,0.7);
		text-align: left;
	}
	.tm_nav .tableBox .timeTable tr th.time {
		border-right: 1px solid rgba(175,175,172,0.7);
		text-align: left;
		padding: 15px 0 14px 8px;
	}
	.tm_nav .tableBox .timeTable tr .mon {
		padding-left: 13px;
		padding-right: 2px;
	}
	.tm_nav .tableBox .timeTable tr th.sun {
		padding: 8px 4px 8px 0;
	}
	.tm_nav .tableBox .timeTable tr td.sun {
		padding-left: 0;
	}
	.tm_nav .grayTxt {
		font-size: 1.3rem;
		line-height: 1.9;
		color: #808080;
		font-weight: 600;
		padding-left: 26px;
	}

	.tm_nav .bgBox {
		padding-top: 50px;
		text-align: center;
	}
	.tm_nav .bgBox .tel {
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-bottom: 30px;
	}
	.tm_nav .bgBox .tel .sTxt {
		font-size: 1.5rem;
		letter-spacing: 1px;
		line-height: 1;
		margin-bottom: 8px;
	}
	.tm_nav .bgBox .tel .num {
		font-size: 3.3rem;
		line-height: 1;
		font-family: 'Zen Old Mincho', serif;
		font-weight: 600;
	}
	.tm_nav .bgBox .tel .num .sTxt {
		font-size: 1.8rem;
		margin-right: 4px;
		margin-left: -6px;
	}
	.tm_nav .bgBox .sqBtn a {
		display: block;
		width: 80%;
		margin: 0 auto;
		border: 1px solid #3A3724;
		font-size: 1.6rem;
		letter-spacing: 1px;
		padding: 12px 0;
		position: relative;
	}
	.tm_nav .bgBox .sqBtn a:before {
		position: absolute;
		content: "";
		width: 24px;
		height: 5px;
		border-bottom: 1px solid #3A3724;
		border-right: 1px solid #3A3724;
		transform: skewX(55deg);
		right: 30px;
		top: 42%;
	}

	.hm_nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-top: 65px;
		overflow-y: auto;
		box-sizing: border-box;
		z-index: 90;
		background: #FBFAF1;
	}
	.spmUl {
		background: #fff;
	}
	.spmUl li {
		border-bottom: 1px solid rgba(175,175,172,0.6);
	}
	.spmUl .achNav {
		font-family: 'Zen Old Mincho', serif;
		font-weight: 600;
		font-size: 1.7rem;
		padding: 12px 0 12px 26px;
		box-sizing: border-box;
		position: relative;
	}
	.spmUl .achNav:before {
		position: absolute;
		content: "";
		width: 17px;
		height: 1px;
		background: #3A3724;
		right: 28px;
		top: 48%;
	}
	.spmUl .achNav:after {
		position: absolute;
		content: "";
		height: 17px;
		width: 1px;
		background: #3A3724;
		right: 36px;
		top: 34%;
	}
	.spmUl .achNav.open:after {
		display: none;
	}
	.spmUl .achUl a {
		display: block;
		padding: 12px 0 12px 34px;
		font-size: 1.5rem;
		position: relative;
	}
	.spmUl .achUl a:before {
		position: absolute;
		content: "";
		width: 18px;
		height: 4px;
		border-bottom: 1px solid #AFAFAC;
		border-right: 1px solid #AFAFAC;
		transform: skewX(55deg);
		right: 30px;
		top: 47%;
	}

	.spmUl .acli a {
		font-family: 'Zen Old Mincho', serif;
		font-weight: 600;
		font-size: 1.7rem;
		display: block;
		padding: 12px 0 12px 26px;
		box-sizing: border-box;
		position: relative;
	}
	.spmUl .acli a:before {
		position: absolute;
		content: "";
		width: 22px;
		height: 5px;
		border-bottom: 1px solid #3A3724;
		border-right: 1px solid #3A3724;
		transform: skewX(55deg);
		right: 29px;
		top: 47%;
	}

	.btmNav {
		box-sizing: border-box;
		padding: 24px 0 30px 26px;
		background: #fff;
		font-family: 'Zen Old Mincho', serif;
		font-weight: 600;
	}
	.btmNav a {
		display: block;
		line-height: 2.3;
	}

	.hm_nav .bgBox .flexBox {
		flex-direction: row;
		justify-content: center;
		padding-top: 30px;
	}
	.hm_nav .bgBox .flexBox .btn a {
		height: 65px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
		font-size: 1.2rem;
		padding: 0 7vw;
	}
	.hm_nav .bgBox .flexBox .btn:nth-child(2) a {
		border: 1px solid rgba(175,175,172,0.6);
		border-top: none;
		border-bottom: none;
	}
	.hm_nav .bgBox .flexBox .btn:nth-child(1) a img {
		margin-bottom: 8px;
	}
	.hm_nav .bgBox .flexBox .btn:nth-child(2) a img {
		margin-bottom: 9px;
	}
	.hm_nav .bgBox .flexBox .btn:nth-child(3) a img {
		margin-bottom: 5px;
		mix-blend-mode: multiply;
	}
}

@media all and (max-width: 374px) {
}

/*------------------------------------------------------------
    予約・診療時間　ボタン
------------------------------------------------------------*/
.sideBtn .webresBtn a {
	position: fixed;
	top: 220px;
	left: 0;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 224px;
	width: 54px;
	box-shadow: 0 0 4px rgba(191,191,191,0.7);
	background: #FFF159;
}
.sideBtn .webresBtn a:hover {
	opacity: 1;
	background: #FFF992;
}
.sideBtn .webresBtn a img {
	margin: -5px 2px 15px 0;
}
.sideBtn .webresBtn a p {
	writing-mode: vertical-rl;
	font-size: 1.8rem;
	letter-spacing: 4px;
	font-family: 'Zen Old Mincho', serif;
  font-weight: 600;
}
.sideBtn .webresBtn a p span {
	display: inline-block;
	font-size: 1.8rem;
	letter-spacing: 2px;
	margin-bottom: 7px;
}
.sideBtn .timeBtn {
	position: fixed;
	top: 460px;
	left: 0;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 224px;
	width: 54px;
	box-shadow: 0 0 4px rgba(191,191,191,0.7);
	background: #FFF159;
	background: #D9CEBB;
	cursor: pointer;
	transition: all .5s;
}
.sideBtn .timeBtn:hover {
	background: #E5DDD1;
}
.sideBtn .timeBtn.close {
	left: 466px;
}
.sideBtn .timeBtn img {
	margin: -5px 0 16px 0;
}
.sideBtn .timeBtn p {
	writing-mode: vertical-rl;
	font-size: 1.8rem;
	letter-spacing: 4px;
	font-family: 'Zen Old Mincho', serif;
  font-weight: 600;
}

.htBox {
	position: fixed;
	top: 460px;
	width: 466px;
	background: #fff;
	box-shadow: 0 0 4px rgba(191,191,191,0.7);
	box-sizing: border-box;
	padding: 15px 0 18px 50px;
	transform: translateX(-466px);
  transition: all .5s;
	z-index: 50;
}
.htBox.open {
	transform: translateX(0);
}
.htBox .ccTable tr th {
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 1px;
	font-weight: 500;
	border-bottom: 1px solid rgba(175,175,172,0.7);
}
.htBox .ccTable tr .first {
	text-align: left;
	padding: 10px 10px 10px;
	border-right: 1px solid rgba(175,175,172,0.7);
}
.htBox .ccTable tr .time {
	text-align: left;
	letter-spacing: 1px;
	padding: 13px 18px;
	border-right: 1px solid rgba(175,175,172,0.7);
}
.htBox .ccTable tr td {
	border-bottom: 1px solid rgba(175,175,172,0.7);
	padding: 6px 11px;
}
.htBox .ccTable tr .mon {
	padding-left: 15px;
}
.htBox .ccTable tr td.mon {
	padding-left: 18px;
}
.htBox .ccTable tr .sun {
	padding-right: 13px;
}
.htBox .ccTable tr td.sun {
	padding-right: 23px;
}
.htBox .ccTable tr td img {
	vertical-align: middle;
}
.htBox .grayTxt {
	color: #808080;
	font-size: 1.2rem;
	line-height: 1.6;
	margin-top: 12px;
}
.htBox .telBox {
	position: absolute;
	right: 26px;
	bottom: 15px;
}
.htBox .telBox .head {
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0;
}
.htBox .telBox .num {
	font-size: 2.2rem;
	letter-spacing: 1px;
} 

/* 統合医療センターのページでは非表示 */
.header-center {
	display: none!important;
}
/* 美容医療詳細ページでは非表示 */
.header-beauty .boreBox,
.header-beauty .sideBtn {
	display: none!important;
}

@media all and (max-width: 834px) {
	.boreBox {
		position: fixed;
		bottom: 0;
		left: 0;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		width: 94%;
		padding: 8px 3%;
		background: #fff;
		border-top: 1px solid rgba(175,175,172,0.6);
		z-index: 50;
	}
	.boreBox a {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 48%;
		padding: 12px 0;
		font-family: 'Zen Old Mincho', serif;
		font-weight: 600;
		line-height: 1;
		border-radius: 5px;
	}
	.boreBox a.btn01 {
		background: #FFF159;
	}
	.boreBox a.btn02 {
		background: #D9CEBB;
	}
	.boreBox a img {
		margin-right: 15px;
		margin-left: -5px;
	}
	.boreBox a.btn02 img {
		margin-right: 10px;
	}

	/* 美容医療詳細ページの予約ボタン */
	.b_boreBox {
		visibility: hidden; /* その他のページでは非表示 */
	}
	.header-beauty .b_boreBox {
		visibility: visible;
		position: fixed;
		bottom: 0;
		left: 0;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		width: 94%;
		padding: 8px 3%;
		background: #fff;
		border-top: 1px solid rgba(175,175,172,0.6);
		z-index: 50;
	}
	.b_boreBox a {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 48%;
		padding: 12px 0;
		font-family: 'Zen Old Mincho', serif;
		font-weight: 600;
		line-height: 1;
		border-radius: 5px;
	}
	.b_boreBox a.btn01 {
		background: #e5d7d6;
	}
	.b_boreBox a.btn02 {
		background: #f4f4f4;
	}
	.b_boreBox a img {
		margin-right: 15px;
		margin-left: -5px;
	}
	.b_boreBox a.btn02 img {
		margin-right: 10px;
	}
}

/*------------------------------------------------------------
    Footer
------------------------------------------------------------*/
#gFooter{
	background-color: #fff;
  padding: 80px 0 60px;
  border-top: 1px solid rgba(175,175,172,0.7);
}
#gFooter .flex_f{
  display: flex;
  max-width: 2000px;
  justify-content: center;
	margin: 0 auto;
}
#gFooter .flex_f .left {
	padding-right: 7%;
	padding-left: 5%;
	position: relative;
}
#gFooter .flex_f .left .logo {
	display: block;
	margin-bottom: 10px;
	margin-left: -20px;
}
#gFooter .flex_f .left p {
	font-size: 1.3rem;
	font-family: 'Zen Old Mincho', serif;
  font-weight: 600;
}
#gFooter .flex_f .left .telBox {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 600;
	margin-bottom: 10px;
}
#gFooter .flex_f .left .telBox .sTxt {
	font-size: 2.2rem;
	margin-right: 5px;
}
#gFooter .flex_f .left .telBox .number {
	font-size: 2.4rem;
}
#gFooter .flex_f .left .snsBtn {
	padding-left: 17px;
	margin-bottom: 26px;
}
#gFooter .flex_f .left .snsBtn a {
	font-size: 1.2rem;
}
#gFooter .flex_f .left .snsBtn a img {
	padding: 0 8px 4px 0;
	vertical-align: middle;
}
#gFooter .flex_f .left ul li a {
	font-family: 'Zen Old Mincho', serif;
  font-weight: 600;
}
#gFooter .flex_f .left .sqUl {
	margin-top: 30px;
}
#gFooter .flex_f .left .sqUl li a {
	display: block;
	width: 205px;
	text-align: center;
	padding: 8px 5px 8px 0;
	border: 1px solid rgba(175,175,172,0.7);
	margin-bottom: 10px;
	position: relative;
}
#gFooter .flex_f .left .sqUl li a:hover {
	opacity: 1;
}
#gFooter .flex_f .left .sqUl li a:before {
    position: absolute;
    content: "";
    background: url(img/common/icon_link.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 12px;
    right: 12px;
    top: 40%;
    z-index: 3;
    transition: all .5s;
}
#gFooter .flex_f .left .sqUl li a:hover:before {
    background: url(img/common/icon_link_h.svg);
    background-repeat: no-repeat;
}
#gFooter .flex_f .left .sqUl li a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #3A3724;
    width: 100%;
    height: 100%;
    transition: transform .5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: top;
}
#gFooter .flex_f .left .sqUl li a:hover:after {
    transform: scale(1, 1);
}
#gFooter .flex_f .left .sqUl li a span {
	position: relative;
	z-index: 3;
}
#gFooter .flex_f .left .sqUl li a:hover span {
	color: #fff;
}
#gFooter .flex_f .left .copy {
	font-size: 1rem;
	display: block;
	position: absolute;
	bottom: 10px;
}
#gFooter .flex_f .right a {
	font-family: 'Zen Old Mincho', serif;
  font-weight: 600;
	display: block;
	line-height: 1.5;
}
#gFooter .flex_f .right .flexBox {
	margin-bottom: 40px;
}
#gFooter .flex_f .right .flexBox .mUl {
	padding-right: 10%;
}
#gFooter .flex_f .right .flexBox .mUl li {
	margin-bottom: 20px;
}
#gFooter .flex_f .right .flexBox .mUl li .sUl li {
	margin: 6px 0;
	line-height: 1.7;
	padding-left: 14px;
}
#gFooter .flex_f .right .flexBox .mUl li .sUl li a {
	font-size: 1.3rem;
}
#gFooter .flex_f .right .f_menu .head {
	display: block;
	margin-bottom: 7px;
}
#gFooter .flex_f .right .f_menu ul li {
	display: inline-block;
	line-height: 1.3;
	text-indent: -19px;
	padding-left: 19px;
	width: 210px;
	margin-bottom: 8px;
	vertical-align: text-top;
}
#gFooter .flex_f .right .f_menu ul li a {
	font-size: 1.3rem;
}

@media all and (max-width: 834px) {
	#gFooter {
		padding: 45px 0 10px;
		text-align: center;
	}
	#gFooter .flex_f .left {
		padding: 0;
	}
	#gFooter .flex_f .left .logo {
		margin: 0;
	}
	#gFooter .flex_f .left .logo img {
		width: 76%;
	}
	#gFooter .flex_f .left .telBox {
		margin-bottom: -8px;
	}
	#gFooter .flex_f .left .telBox .number {
		font-size: 3rem;
	}
	#gFooter .flex_f .left .sqUl {
		margin: 30px 0 45px;
	}
	#gFooter .flex_f .left .sqUl li a {
		width: 62%;
		margin: 13px auto;
	}
	#gFooter .flex_f .left .copy {
		position: relative;
		width: 87%;
		margin: 30px auto 0;
		border-top: 1px solid rgba(175,175,172,0.6);
		padding-top: 10px;
	}
}

/*------------------------------------------------------------
    共通
------------------------------------------------------------*/
.flexBox {
	display: flex;
}
.headline01 {
	font-family: 'Zen Old Mincho', serif;
  font-weight: 600;
	letter-spacing: 3px;
	line-height: 1.4;
}
.enTxt {
	font-family: 'Noto sans JP', sans-srif;
	font-weight: 300;
	font-size: 1.3rem;
	letter-spacing: 2.5px;
	display: block;
}
.pTxt {
	text-align: justify;
}
.lBtn a {
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 1px;
	position: relative;
	padding-right: 70px;
	display: inline-block;
}
.lBtn a:before {
	position: absolute;
	content: "";
	width: 22px;
	height: 5px;
	border-bottom: 1px solid rgba(175,175,172,0.7);
	border-right: 1px solid rgba(175,175,172,0.7);
	transform: skewX(55deg);
	right: 20px;
	bottom: 13px;
	transition: all .3s;
}
.lBtn a:hover:before {
	right: 14px;
}
.lBtn a:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: rgba(175,175,172,0.7);
	left: -7px;
	bottom: -10px;
}
.lBtn a:hover:after {
	animation: btn_border_anim .3s linear;	
}
@keyframes btn_border_anim {
	0%{
		width: 0%;
		opacity: 0;
	}
	80% {
		opacity: 1;
	}
	100%{
		width: 100%;
	}
}

/* よくアクセスされるページ */
.popularBox {
	background: #FBFAF1;
	padding: 100px 0;
}
.popularBox .headline01 {
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: 2px;
	line-height: 1.8;
	margin-bottom: 55px;
}
.popularBox .pUl {
	width: 720px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.popularBox .pUl li a {
	width: 280px;
	margin: 0 40px 40px;
	box-sizing: border-box;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 1.7rem;
	line-height: 1;
	padding: 0 0 10px 10px;
}
.popularBox .pUl li a:before {
	top: 5px;
}
.popularBox .pUl li a img {
	vertical-align: middle;
	margin: -6px 20px 0 0;
}
.popularBox .pUl li:nth-child(1) a img {
	width: 24px;
}
.popularBox .pUl li:nth-child(2) a img {
	width: 17px;
}
.popularBox .pUl li:nth-child(3) a img {
	width: 25px;
}

/* TOPに戻るボタン */
.reBtn {
	position: absolute;
	right: 40px;
}
.reBtn a {
	writing-mode: vertical-rl;
	font-size: 1.5rem;
	font-family: 'Noto sans JP', sans-serif;
	letter-spacing: 3px;
	position: relative;
}
.reBtn a:before {
	position: absolute;
	content: "";
	height: 64px;
	width: 1px;
	background: rgba(175,175,172,0.7);
	top: -86px;
	left: 14px;
}
.reBtn a:after {
	position: absolute;
	content: "";
	height: 6.5px;
	width: 6.5px;
	border-radius: 10px;
	background: #3A3724;
	top: -90px;
	left: 11.5px;
}

@media all and (max-width: 834px) {
	.flexBox {
		flex-direction: column;
	}
	.headline01 {
		line-height: 1.6;
	}
	.enTxt {
		font-size: 1.2rem;
	}

	.lBtn a {
		font-size: 1.4rem;
		letter-spacing: 1px;
		padding-right: 60px;
	}
	.lBtn a:before {
		right: 15px;
	}

	.reBtn {
		right: 10%;
	}
	.reBtn a {
		font-size: 1.1rem;
		letter-spacing: 2px;
	}
	.reBtn a:before {
		height: 3.2rem;
		left: 10px;
		top: -50px;
	}
	.reBtn a:after {
		top: -57px;
		left: 7.5px;
	}
}

/*------------------------------------------------------------
    index
------------------------------------------------------------*/
.index .sliderBox {
	position: relative;
}
.index .sliderBox .topSlider li {
	position: relative;
}
.index .sliderBox .topSlider li img {
	width: 82%;
	margin: 0 0 0 auto;
}
.index .sliderBox .topSlider li .txtBox {
	position: absolute;
	top: 40%;
	left: 13%;
}
.index .sliderBox .topSlider .slide02 .txtBox {
	top: 50%;
}
.index .sliderBox .topSlider li .txtBox .lineTxt {
	font-family: 'Zen Old Mincho', serif;
  font-weight: 600;
	font-size: 3.5rem;
	letter-spacing: 4px;
	display: inline-block;
	background: #fff;
	line-height: 1;
	margin-bottom: 8px;
	padding: 3px 8px 6px;
}
.index .sliderBox .topSlider li .txtBox .line02 {
	padding: 3px 8px 6px 0;
	margin-left: -4px;
}
/* slide-dots */
.index .sliderBox .slick-dots {
	width: auto;
  bottom: 18px;
  left: 20.5%;
}
.index .sliderBox .slick-dots li {
	width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50px;
	margin: 0 3px;
}
.index .sliderBox .slick-dots li button:before {
	display: none;
}
.index .sliderBox .slick-dots .slick-active {
	background: #fff;
}
.index .sliderBox .scroll {
	position: absolute;
	left: 13.5%;
	bottom: 0;
}
.index .sliderBox .scroll:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 64px;
	background: #afafac;
	top: -76px;
	left: 11.5px;
	animation: border_anim 1.5s ease infinite;
}
@keyframes border_anim {
	0%{
		height: 0%;
		opacity: 0;
	}
	80% {
		opacity: 1;
	}
	100%{
		height: 100%;
		opacity: 0;
	}
}
.index .sliderBox .scroll span {
	writing-mode: vertical-rl;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 1.2rem;
	letter-spacing: 1px;
}
.index .sliderBox .cBox {
	position: absolute;
	bottom: 36px;
	right: 30px;
}
.index .sliderBox .cBox a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 146px;
	height: 146px;
	border-radius: 50%;
	background: #fff159;
	font-family: 'Zen Old Mincho', serif;
  font-weight: 600;
	font-size: 1.8rem;
	position: relative;
	padding-bottom: 10px;
	box-sizing: border-box;
	transition: all .3s;
	box-shadow: 0 0 5px rgba(128,128,128,0.7);
}
.index .sliderBox .cBox a:before {
	position: absolute;
	content: "";
	width: 22px;
	height: 5px;
	border-bottom: 1px solid #3a3724;
	border-right: 1px solid #3a3724;
	transform: skewX(50deg);
	bottom: 45px;
	left: 58px;
}
.index .sliderBox .cBox a:hover {
	opacity: 1;
	background: #efd620;
}

.index .newsBox {
	margin: 45px auto 108px;
	width: 680px;
}
.index .newsBox .flexBox {
	justify-content: space-between;
}
.index .newsBox .flexBox .headline01 {
	font-size: 1.8rem;
	letter-spacing: 3px;
	writing-mode: vertical-rl;
	margin-right: 30px;
}
.index .newsBox .flexBox .newsUl {
	margin: -15px 0 20px 0;
}
.index .newsBox .flexBox .newsUl li {
	border-bottom: 0.5px solid #afafac;
	width: 620px;
	box-sizing: border-box;
	padding: 12px 70px 12px 25px;
}
.index .newsBox .flexBox .newsUl li a {
	position: relative;
	display: block;
}
.index .newsBox .flexBox .newsUl li a:before {
	position: absolute;
	content: "";
	width: 22px;
	height: 4px;
	border-bottom: 1px solid #afafac;
	border-right: 1px solid #afafac;
	transform: skewX(60deg);
	right: -60px;
	top: 37%;
	transition: all .3s;
}
.index .newsBox .flexBox .newsUl li a:hover:before {
	right: -65px;
}
.index .newsBox .flexBox .newsUl li a .date {
	color: #808080;
	display: inline-block;
	width: 100px;
}
.index .newsBox .newsBtn {
	text-align: right;
}
.index .newsBox .newsBtn a {
	border-bottom: 0.5px solid #afafac;
	padding: 0 5px 7px;
}

.index .reserveBox {
	text-align: center;
}
.index .reserveBox .headline01 {
	font-size: 2.6rem;
	background: #fff;
	width: 350px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.index .reserveBox .inBox {
	width: 790px;
	margin: -36px auto 127px;
	padding: 78px 0 62px;
	border-radius: 14px;
	border: 1px solid #afafac;
}
.index .reserveBox .inBox .redTxt {
	color: #d90c0c;
	font-family: 'Zen Old Mincho', serif;
  font-weight: 600;
	font-size: 2.2rem;
	letter-spacing: 2px;
	position: relative;
	display: inline;
}
.index .reserveBox .inBox .redTxt:before {
	position: absolute;
	content: "";
	background: #d90c0c;
	width: 100%;
	height: 1px;
	bottom: -7px;
	left: -5px;
}
.index .reserveBox .inBox .pTxt {
	text-align:center; 
	margin: 25px 0;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 2.2;
}
.index .reserveBox .inBox .grayTxt {
	color: #808080;
	line-height: 1.9;
	margin-bottom: 40px;
}
.index .reserveBox .inBox .flexBox {
	justify-content: center;
	align-items: center;
}
.index .reserveBox .inBox .flexBox .tel {
	letter-spacing: 1px;
	margin: 0;
	width: auto;
}
.index .reserveBox .inBox .flexBox .tel .sTxt {
	font-size: 2.1rem;
	padding-right: 7px;
}
.index .reserveBox .inBox .flexBox .tel .number {
	font-size: 2.5rem;
}
.index .reserveBox .inBox .flexBox .webBtn {
	border-left: 1px solid #afafac;
	padding-left: 34px;
	margin-left: 30px;
}
.index .reserveBox .inBox .flexBox .webBtn .headline01 {
	display: block;
	width: 244px;
	background: #fff159;
	letter-spacing: 1px;
	padding: 15px 10px 15px 0;
	position: relative;
	box-sizing: border-box;
}
.index .reserveBox .inBox .flexBox .webBtn .headline01:hover {
	opacity: 1;
}
.index .reserveBox .inBox .flexBox .webBtn .headline01 span {
	font-size: 1.6rem;
	display: block;
	line-height: 1;
	position: relative;
	z-index: 3;
}
.index .reserveBox .inBox .flexBox .webBtn .headline01:hover span {
	color: #fff;
}
/* 矢印 */
.index .reserveBox .inBox .flexBox .webBtn .headline01:before {
	position: absolute;
	content: "";
	width: 18px;
	height: 3px;
	border-bottom: 1px solid #3a3724;
	border-right: 1px solid #3a3724;
	transform: skewX(60deg);
	right: 20px;
	top: 47%;
	z-index: 3;
}
.index .reserveBox .inBox .flexBox .webBtn .headline01:hover:before {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
/* hover 背景色 */
.index .reserveBox .inBox .flexBox .webBtn .headline01:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #3A3724;
	width: 100%;
	height: 100%;
    /*アニメーション*/
	transition: transform .5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: top;
}
.index .reserveBox .inBox .flexBox .webBtn .headline01:hover:after {
	transform:scale(1, 1);
}

.index .m_infoBox {
	background: #fbfaf1;
	padding: 95px 0 110px;
}
.index .m_infoBox .headline01 {
	text-align: center;
	font-size: 2.7rem;
	letter-spacing: 4px;
	margin-bottom: 55px;
}
.index .m_infoBox .inBox .flexBox {
	justify-content: center;
}
.index .m_infoBox .inBox .flexBox .conBox {
	width: 355px;
	margin: 0 13px 23px;
	box-shadow: 0 0 5px rgba(128,128,128,0.5);
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	position: relative;
}
.index .m_infoBox .inBox .flexBox .conBox:before {
	position: absolute;
	content: "";
	width: 58px;
	height: 8px;
	border-bottom: 1px solid #afafac;
	border-right: 1px solid #afafac;
	transform: skewX(60deg);
	right: 30px;
	bottom: 20px;
	transition: all .3s;
}
.index .m_infoBox .inBox .flexBox .conBox:hover:before {
	right: 22px;
}
.index .m_infoBox .inBox .flexBox .conBox .txtBox {
	padding: 32px 0 35px 42px;
	align-items: center;
	justify-content: flex-start;
}
.index .m_infoBox .inBox .flexBox .conBox .txtBox .headline01 {
	writing-mode: vertical-rl;
	font-size: 2.5rem;
	margin: 0 28px 0 0;
	border-right: 1px solid #3a3724;
	padding-right: 7px;
}
.index .m_infoBox .inBox .flexBox .conBox .txtBox p {
	font-size: 1.7rem;
	line-height: 1.6;
}
.index .m_infoBox .inBox .lastCon {
	width: 737px;
	margin: 15px auto 0;
	box-shadow: 0 0 5px rgba(128,128,128,0.5);
	border-radius: 8px;
	background: #fff;
	padding: 30px 0 25px;
	position: relative;
}
.index .m_infoBox .inBox .lastCon:before {
	position: absolute;
	content: "";
	width: 58px;
	height: 8px;
	border-bottom: 1px solid #afafac;
	border-right: 1px solid #afafac;
	transform: skewX(60deg);
	right: 30px;
	bottom: 20px;
	transition: all .3s;
}
.index .m_infoBox .inBox .lastCon:hover:before {
	right: 24px;
}
.index .m_infoBox .inBox .lastCon .headline01 {
	font-size: 2.2rem;
	margin-bottom: 3px;
}
.index .m_infoBox .inBox .lastCon p {
	font-size: 1.5rem;
	text-align: center;
}

.index .aboutBox {
	padding: 148px 0 185px;
}
.index .aboutBox .flexBox {
	justify-content: center;
}
.index .aboutBox .imgBox img {
	border-radius: 10px;
	display: block;
	margin: 0 auto;
}
.index .aboutBox .flexBox .headline01 {
	font-size: 2.4rem;
	margin-bottom: 26px;
}
.index .aboutBox .flexBox .pTxt {
	text-align: justify;
	margin-bottom: 25px;
}
.index .aboutBox .flexBox .lBtn a {
	margin: 45px 0 0 5px;
}

.index .aboutBox .box01 {
	margin: 70px 0 200px;
}
.index .aboutBox .box01 .headline01 {
	width: 415px;
	text-indent: -16px;
	line-height: 1.7;
}
.index .aboutBox .box01 .txtBox {
	width: 510px;
}

.index .aboutBox .box02 .txtBox,
.index .aboutBox .box03 .txtBox {
	width: 440px;
}
.index .aboutBox .box02 .imgBox,
.index .aboutBox .box03 .imgBox {
	position: relative;
	z-index: -2;
}
.index .aboutBox .box02 {
	margin-bottom: 110px;
}
.index .aboutBox .box02 .imgBox {
	margin: 0 80px 0 -190px;
}
.index .aboutBox .box02 .txtBox {
	padding-top: 25px;
	position: relative;
}
.index .aboutBox .box02 .txtBox:before {
	position: absolute;
	content: "";
	width: 307px;
	height: 234px;
	border-radius: 10px;
	border: 1px solid #E0E0E0;
	left: -240px;
	top: -80px;
	z-index: -1;
}
.index .aboutBox .box02 .lBtn {
	text-align: right;
}
.index .aboutBox .box02 .lBtn a {
	margin: 15px 0 0 0;
}
.index .aboutBox .box03 .imgBox {
	margin: 0 -210px 0 70px;
}
.index .aboutBox .box03 .txtBox {
	padding-top: 30px;
	position: relative;
	width: 418px;
}
.index .aboutBox .box03 .txtBox:before {
	position: absolute;
	content: "";
	width: 263px;
	height: 178px;
	border-radius: 10px;
	border: 1px solid #E0E0E0;
	right: -170px;
	bottom: -63px;
	z-index: -1;
}

.index .doctorBox {
	background: #fbfaf1;
	padding: 105px 0 95px;
}
.index .doctorBox .imgBox {
	text-align: center;
}
.index .doctorBox .imgBox img {
	border-radius: 10px;
}
.index .doctorBox .flexBox {
	width: 800px;
	margin: -60px auto 0;
	box-sizing: border-box;
	align-items: flex-end;
	justify-content: space-between;
}
.index .doctorBox .flexBox .txtBox .headline01 {
	font-size: 2.8rem;
	background: #fbfaf1;
	display: inline-block;
	padding: 20px 55px 5px 25px;
	border-top-right-radius: 8px;
}
.index .doctorBox .flexBox .txtBox .headline01 .enTxt {
	display: inline;
	margin-left: 10px;
}
.index .doctorBox .flexBox .txtBox .pTxt {
	width: 448px;
	margin: 40px 0 0 25px;
}
.index .doctorBox .flexBox .lBtn {
	padding-bottom: 10px;
}

.index .nurseBox {
	padding: 140px 0 175px;
	text-align: center;
}
.index .nurseBox .headline01 {
	font-size: 2.6rem;
	margin-bottom: 35px;
}
.index .nurseBox .headline01 .mTxt {
	font-size: 2.2rem;
}
.index .nurseBox .headline01 .enTxt {
	margin-top: 5px;
}
.index .nurseBox .pTxt {
	font-size: 1.5rem;
	line-height: 1.9;
	text-align: center;
}
.index .nurseBox .nUl {
	width: 960px;
	margin: 60px auto 0;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index .nurseBox .nUl li {
	width: 47.5%;
	border-bottom: 1px solid rgba(175,175,172,0.7);
}
.index .nurseBox .nUl li a {
	display: flex;
	position: relative;
	padding: 30px 0;
	align-items: flex-start;
}
.index .nurseBox .nUl li a:before {
	position: absolute;
	content: "";
	width: 22px;
	height: 5px;
	border-bottom: 1px solid rgba(175,175,172,0.7);
	border-right: 1px solid rgba(175,175,172,0.7);
	transform: skewX(55deg);
	right: 7px;
	top: 48%;
	transition: all .3s;
}
.index .nurseBox .nUl li a:hover:before {
	right: 0;
}
.index .nurseBox .nUl li a img {
	border-radius: 6px;
	margin-right: 32px;
}
.index .nurseBox .nUl li a .txtBox {
	text-align: left;
}
.index .nurseBox .nUl li a .txtBox p {
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 1px;
	margin-bottom: 12px;
	text-align: left;
}
.index .nurseBox .nUl li a .txtBox .head {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.6;
}
.index .nurseBox .nUl .noimg a {
	padding: 53px 0 45px;
	justify-content: center;
}

.index .nurseBox .lBtn {
	text-align: right;
	width: 975px;
	margin: 50px auto 0;
}
.index .nurseBox .lBtn a {
	padding-right: 100px;
}

.index .faciBox {
	text-align: center;
	padding-bottom: 267px;
}
.index .faciBox .headline01 {
	font-size: 2.2rem;
	margin-bottom: 52px;
	position: relative;
}
.index .faciBox .headline01:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 65px;
	background: rgba(175,175,172,0.7);
	left: 50%;
	top: -84px;
}
.index .faciBox .flexBox {
	justify-content: center;
}
.index .faciBox .flexBox .inBox {
	margin: 0 28px;
	width: 280px;
}
.index .faciBox .flexBox .inBox img {
	border-radius: 10px;
}
.index .faciBox .flexBox .inBox .pTxt {
	line-height: 1.7;
	margin: 20px 8px 15px;
	padding-bottom: 8px;
	border-bottom: 0.5px solid #3a3724;
	text-align: center;
}
.index .faciBox .flexBox .inBox .headline01 {
	font-size: 2.2rem;
	margin-bottom: 20px;
}
.index .faciBox .flexBox .inBox .headline01:before {
	display: none;
}
.index .faciBox .flexBox .inBox .headline01 .sTxt {
	font-size: 1.6rem;
	letter-spacing: 0.5px;
}
.index .faciBox .flexBox .inBox:last-child .pTxt {
	margin-top: 37px;
	padding-bottom: 15px;
}
.index .faciBox .flexBox .inBox .sqBtn a {
	border: 1px solid rgba(175,175,172,0.7);
	display: block;
	margin: 0 8px;
	padding: 13px 0;
	position: relative;
}
.index .faciBox .flexBox .inBox .sqBtn a:hover {
	opacity: 1;
}
.index .faciBox .flexBox .inBox .sqBtn a:before {
	position: absolute;
	content: "";
	background: url("img/common/icon_link.svg");
	background-repeat: no-repeat;
	width: 15px;
	height: 12px;
	right: 12px;
	top: 40%;
	z-index: 3;
	transition: all .5s;
}
.index .faciBox .flexBox .inBox .sqBtn a:hover:before {
	background: url("img/common/icon_link_h.svg");
	background-repeat: no-repeat;
}
/* hover 背景色 */
.index .faciBox .flexBox .inBox .sqBtn a span {
	position: relative;
	z-index: 3;
}
.index .faciBox .flexBox .inBox .sqBtn a:hover span {
	color: #fff;
}
.index .faciBox .flexBox .inBox .sqBtn a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #3A3724;
	width: 100%;
	height: 100%;
    /*アニメーション*/
	transition: transform .5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: top;
}
.index .faciBox .flexBox .inBox .sqBtn a:hover:after {
	transform:scale(1, 1);
}

.index .recBox {
	margin-bottom: 185px;
}
.index .recBox .flexBox {
	justify-content: center;
	position: relative;
}
.index .recBox .flexBox:before {
	position: absolute;
	content: "";
	width: 74vw;
	height: 416px;
	background: #FBFAF1;
	border-radius: 10px;
	z-index: -1;
	left: -20px;
	bottom: 60px;
}
.index .recBox .flexBox .txtBox {
	margin-right: 130px;
	padding-top: 20px;
}
.index .recBox .flexBox .txtBox .txt {
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 50px;
}
.index .recBox .flexBox .txtBox .txt .headline01,
.index .recBox .flexBox .txtBox .pTxt {
	writing-mode: vertical-rl;
}
.index .recBox .flexBox .txtBox .txt .headline01 {
	font-size: 3rem;
	line-height: 1.5;
	margin-left: 40px;
}
.index .recBox .flexBox .txtBox .txt .pTxt {
	font-size: 1.6rem;
}
.index .recBox .flexBox .txtBox .lBtn {
	margin-left: 10px;
}
.index .recBox .flexBox .imgBox {
	display: flex;
	flex-direction: column;
	margin-right: -200px;
}
.index .recBox .flexBox .imgBox .img01 {
	width: 524px;
	border-radius: 10px;
}
.index .recBox .flexBox .imgBox .img02 {
	width: 238px;
	border-radius: 10px;
	margin: -80px auto auto -150px;
}

.index .infoBox {
	width: 990px;
	margin: 0 auto 100px;
}
.index .infoBox .flexBox {
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
	box-sizing: border-box;
	padding: 0 12px;
}
.index .infoBox .flexBox .headline01 {
	font-size: 2.6rem;
}

/* カテゴリーごと タブ切り替え */
.index .infoBox .tab-wrap {
	display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
	margin-top: -90px;
}
.index .infoBox .tab-switch {
	display: none;
}
.index .infoBox .tab-label {
	order: -1;
	font-size: 1.5rem;
	padding: 0 14px 1px;
	position: relative;
	display: block;
	line-height: 1.5;
	cursor: pointer;
	transition: all .3s;
	margin: 0 14px;
}
.index .infoBox .tab-label:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 20px;
	background: #AFAFAC;
	top: 2px;
	right: -14px;
}
.index .infoBox .tab-label.last:before {
	display: none;
}
.index .infoBox .tab-switch:checked+.tab-label {
	font-weight: 700;
	background: #FFF159;
	border-radius: 10px;
}
.index .infoBox .tab-content {
	display: none;
	width: 100%;
	margin-top: 70px;
}
.index .infoBox .tab-switch:checked+.tab-label+.tab-content {
	display: block!important;
}
.index .infoBox .infoUl {
	display: flex;
}
.index .infoBox .infoUl li {
	margin: 0 12px;
	width: 226px;
}
.index .infoBox .infoUl li .imgBox {
	border-radius: 7px;
	overflow: hidden;
	height: 151px;
	position: relative;
	margin-bottom: 10px;
}
.index .infoBox .infoUl li .imgBox .cate {
	position: absolute;
	background: #FFF159;
	font-size: 1.1rem;
	font-weight: 700;
	padding: 0 10px;
	border-bottom-right-radius: 3px;
}
.index .infoBox .infoUl li .imgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index .infoBox .infoUl li .txtBox {
	box-sizing: border-box;
	padding: 0 7px;
}
.index .infoBox .infoUl li .txtBox .date {
	font-size: 1.3rem;
	color: #808080;
}
.index .infoBox .infoUl li .txtBox .title {
	font-size: 1.5rem;
	line-height: 1.6;
	font-weight: 600;
}
.index .infoBox .lBtn {
	text-align: right;
	margin: 50px 15px 0 0;
}
.index .column .flexBox {
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 40px;
}
.index .column .flexBox .pTxt {
	margin-left: 50px;
}

.index .clinicBox {
	border-top: 1px solid rgba(175,175,172,0.5);
	margin-top: 140px;
	padding: 88px 0 120px;
}
.index .clinicBox .flexBox {
	justify-content: center;
}
.index .clinicBox .flexBox .leftBox {
	margin-right: 57px;
	padding-top: 25px;
}
.index .clinicBox .flexBox .leftBox .logo {
	margin: 0 0 10px -20px;
}
.index .clinicBox .flexBox .leftBox .telBox {
	display: flex;
	margin: 20px 0 40px;
}
.index .clinicBox .flexBox .leftBox .telBox .tel {
	font-family: 'Zen Old Mincho', serif;
	font-size: 2.3rem;
	line-height: 1.1;
	text-indent: 7px;
	margin-left: -7px;
	margin-right: 32px;
	margin-top: -1px;
}
.index .clinicBox .flexBox .leftBox .telBox .tel .number {
	font-size: 2.5rem;
	letter-spacing: 0.5px;
	margin-left: 8px;
}
.index .clinicBox .flexBox .leftBox .telBox .tel .sTxt {
	font-size: 1.5rem;
}
.index .clinicBox .flexBox .leftBox .telBox .sqBtn a {
	display: block;
	width: 208px;
	border: 1px solid rgba(175,175,172,0.5);
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: 1px;
	padding: 6px 0;
	position: relative;
}
.index .clinicBox .flexBox .leftBox .telBox .sqBtn a:hover {
	opacity: 1;
	color: #fff;
}
/* 矢印 */
.index .clinicBox .flexBox .leftBox .telBox .sqBtn a:before {
	position: absolute;
	content: "";
	width: 22px;
	height: 5px;
	border-bottom: 1px solid rgba(175,175,172,0.7);
	border-right: 1px solid rgba(175,175,172,0.7);
	transform: skewX(55deg);
	right: 20px;
	bottom: 20px;
	z-index: 3;
}
.index .clinicBox .flexBox .leftBox .telBox .sqBtn a:hover:before {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
/* 背景色 */
.index .clinicBox .flexBox .leftBox .telBox .sqBtn a span {
	position: relative;
	z-index: 3;
}
.index .clinicBox .flexBox .leftBox .telBox .sqBtn a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #3A3724;
	width: 100%;
	height: 100%;
    /*アニメーション*/
	transition: transform .5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: top;
}
.index .clinicBox .flexBox .leftBox .telBox .sqBtn a:hover:after {
	transform:scale(1, 1);
}

.index .clinicBox .flexBox .leftBox .timeTable tr th {
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 3px;
	font-weight: 500;
	border-bottom: 1px solid rgba(175,175,172,0.7);
}
.index .clinicBox .flexBox .leftBox .timeTable tr .first {
	text-align: left;
	padding: 10px 20px 16px;
	border-right: 1px solid rgba(175,175,172,0.7);
}
.index .clinicBox .flexBox .leftBox .timeTable tr .time {
	text-align: left;
	letter-spacing: 1px;
	padding: 13px 18px;
	border-right: 1px solid rgba(175,175,172,0.7);
}
.index .clinicBox .flexBox .leftBox .timeTable tr td {
	border-bottom: 1px solid rgba(175,175,172,0.7);
	padding: 12px 14px;
}
.index .clinicBox .flexBox .leftBox .timeTable tr .mon {
	padding-left: 15px;
}
.index .clinicBox .flexBox .leftBox .timeTable tr td.mon {
	padding-left: 25px;
}
.index .clinicBox .flexBox .leftBox .timeTable tr .sun {
	padding-right: 13px;
}
.index .clinicBox .flexBox .leftBox .timeTable tr td.sun {
	padding-right: 23px;
}
.index .clinicBox .flexBox .leftBox .timeTable tr td img {
	vertical-align: middle;
}
.index .clinicBox .flexBox .leftBox .grayTxt {
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.8;
	color: #808080;
	margin-top: 20px;
	padding-left: 15px;
}
.index .clinicBox .flexBox .rightBox {
	margin-right: -50px;
}

@media all and (max-width: 834px) {
	.index .sliderBox .topSlider li img {
		width: 85%;
	}
	.index .sliderBox .topSlider li .txtBox {
		top: 6%;
		left: 11%;
	}
	.index .sliderBox .topSlider li .txtBox {
		writing-mode: vertical-rl;
	}
	.index .sliderBox .topSlider li .txtBox .lineTxt {
		font-size: 2.3rem;
		letter-spacing: 2px;
		margin: 0 3px 0;
		padding: 8px 5px 5px;
	}
	.index .sliderBox .topSlider li .txtBox .line02 {
		padding: 0 5px 8px;
	}
	.index .sliderBox .topSlider .slide02 .txtBox {
		top: 6%;
	}
	.index .sliderBox .slick-dots {
		left: auto;
		right: 4%;
	}
	.index .sliderBox .scroll {
		left: 5%;
		bottom: 92px;
	}
	.index .sliderBox .cBox {
		position: static;
	}
	.index .sliderBox .cBox a {
		width: 84vw;
		height: 62px;
		font-size: 1.5rem;
		border-radius: 5px;
		box-shadow: none;
		padding: 0;
		margin: 0 auto;
	}
	.index .sliderBox .cBox a:before {
		left: auto;
		right: 30px;
		bottom: 28px;
	}

	.index .newsBox {
		width: 84%;
		margin: 55px auto 100px;
	}
	.index .newsBox .flexBox .headline01 {
		writing-mode: horizontal-tb;
		font-size: 1.5rem;
		letter-spacing: 1px;
		border-bottom: 0.5px solid #afafac;
		margin: 0 0 16px;
		padding: 0 0 10px 10px;
	}
	.index .newsBox .flexBox .newsUl li {
		width: 100%;
		padding: 15px 45px 18px 10px;
	}
	.index .newsBox .flexBox .newsUl li a {
		line-height: 1.7;
	}
	.index .newsBox .flexBox .newsUl li a .date {
		display: block;
		font-size: 1.3rem;
		margin-bottom: 8px;
	}
	.index .newsBox .flexBox .newsUl li a:before {
		width: 19px;
		right: -35px;
	}
	.index .newsBox .newsBtn a {
		padding: 0 8px 8px;
	}

	.index .reserveBox .headline01 {
		font-size: 2.3rem;
		letter-spacing: 1px;
		width: 75%;
	}
	.index .reserveBox .inBox {
		width: 90%;
		padding: 65px 0 55px;
		margin-bottom: 80px;
	}
	.index .reserveBox .inBox .redTxt {
		font-size: 2rem;
		display: inline-block;
		text-align: left;
	}
	.index .reserveBox .inBox .redTxt:before {
		width: 180px;
		left: -8px;
		bottom: -1px;
	}
	.index .reserveBox .inBox .redTxt:after {
		position: absolute;
		content: "";
		background: #d90c0c;
		width: 180px;
		height: 1px;
		left: -8px;
		top: 40px;
	}
	.index .reserveBox .inBox .pTxt {
		text-align: justify;
		margin: 25px 9%;
		letter-spacing: 0;
		line-height: 2;
	}
	.index .reserveBox .inBox .grayTxt {
		text-align: justify;
		margin: 0 9% 30px;
		text-indent: -14px;
		padding-left: 14px;
	}
	.index .reserveBox .inBox .flexBox .webBtn {
		margin: 18px 0 0;
		padding: 23px 0 0;
		border-left: 0;
		border-top: 1px solid #afafac;
	}
	.index .reserveBox .inBox .flexBox .webBtn .headline01 {
		width: 70vw;
		padding: 20px 5px 20px 0;
	}
	.index .reserveBox .inBox .flexBox .webBtn .headline01 span {
		font-size: 1.5rem;
		letter-spacing: 1px;
	}

	.index .m_infoBox {
		padding: 80px 0;
	}
	.index .m_infoBox .headline01 {
		font-size: 2.3rem;
		letter-spacing: 2px;
		margin-bottom: 40px;
	}
	.index .m_infoBox .inBox .flexBox .conBox {
		width: 90%;
		margin: 0 auto 15px;
	}
	.index .m_infoBox .inBox .flexBox .conBox:before,
	.index .m_infoBox .inBox .lastCon:before {
		width: 34px;
		height: 6px;
		right: 18px;
		bottom: 13px;
	}
	.index .m_infoBox .inBox .flexBox .conBox a {
		display: flex;
	}
	.index .m_infoBox .inBox .flexBox .conBox a .imgBox {
		width: 40%;
	}
	.index .m_infoBox .inBox .flexBox .conBox .txtBox {
		padding: 22px 0 0 23px;
		align-items: flex-start;
	}
	.index .m_infoBox .inBox .flexBox .conBox .txtBox .headline01 {
		writing-mode: horizontal-tb;
		font-size: 1.8rem;
		margin: 0 0 10px;
		text-align: left;
		padding: 0;
		border-right: 0;
		border-bottom: 1px solid #3a3724;
	}
	.index .m_infoBox .inBox .flexBox .conBox .txtBox p {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	.index .m_infoBox .inBox .lastCon {
		width: 90%;
		margin: 0 auto;
		padding: 25px 0 22px;
	}
	.index .m_infoBox .inBox .lastCon .headline01 {
		font-size: 1.6rem;
		margin-bottom: 0;
	}
	.index .m_infoBox .inBox .lastCon p {
		font-size: 1.4rem;
	}

	.index .aboutBox {
		padding: 80px 0 0;
	}
	.index .aboutBox .imgBox img {
		border-radius: 5px;
	}
	.index .aboutBox .box01 {
		margin: 40px 7% 100px;
	}
	.index .aboutBox .box01 .headline01,
	.index .aboutBox .box01 .txtBox {
		width: 100%;
	}
	.index .aboutBox .box01 .headline01 {
		font-size: 2.1rem;
		letter-spacing: 2px;
	}
	.index .aboutBox .flexBox .lBtn {
		text-align: right;
	}
	.index .aboutBox .flexBox .lBtn a {
		margin: 20px -5px 0 auto;
	}
	.index .aboutBox .box02 {
		margin-bottom: 0;
	}
	.index .aboutBox .box02 .imgBox {
		margin: 0 auto 40px -7%;
		width: 84%;
	}
	.index .aboutBox .box02 .txtBox,
	.index .aboutBox .box03 .txtBox {
		width: 85%;
		margin: 0 auto 80px;
	}
	.index .aboutBox .box02 .txtBox:before {
		width: 156px;
		height: 112px;
		left: auto;
		right: 0;
		top: -130px;
		border-radius: 6px;
	}
	.index .aboutBox .flexBox .headline01 {
		font-size: 2.1rem;
	}
	.index .aboutBox .box02 .lBtn a {
		padding-right: 45px;
	}
	.index .aboutBox .box03 {
		flex-direction: column-reverse;
	}
	.index .aboutBox .box03 .imgBox {
		width: 84%;
		margin: 0 -7% 40px auto;
	}
	.index .aboutBox .box03 .txtBox:before {
		width: 156px;
		height: 112px;
		left: 0;
		right: auto;
		top: -120px;
		border-radius: 6px;
	}

	.index .doctorBox {
		padding: 0 0 30px;
	}
	.index .doctorBox .imgBox img {
		border-radius: 0;
	}
	.index .doctorBox .flexBox {
		width: 85%;
		margin: 40px auto;
		align-items: flex-start;
	}
	.index .doctorBox .flexBox .txtBox .headline01 {
		font-size: 2.4rem;
		padding: 0;
	}
	.index .doctorBox .flexBox .txtBox .pTxt {
		width: 100%;
		margin: 24px auto 34px;
		line-height: 1.9;
	}
	.index .doctorBox .flexBox .lBtn {
		padding: 0 0 0 6px;
	}

	.index .nurseBox {
		padding: 80px 0 180px;
	}
	.index .nurseBox .headline01 {
		font-size: 2.3rem;
		letter-spacing: 1px;
	}
	.index .nurseBox .headline01 .mTxt {
		font-size: 1.8rem;
		letter-spacing:0;
	}
	.index .nurseBox .pTxt {
		text-align: justify;
		font-size: 1.4rem;
		margin: 0 8%;
	}
	.index .nurseBox .nUl {
		width: 90%;
		margin: 40px auto 0;
	}
	.index .nurseBox .nUl li {
		width: 100%;
	}
	.index .nurseBox .nUl li a {
		align-items: flex-start;
		padding: 24px 0;
	}
	.index .nurseBox .nUl li a img {
		width: 32%;
		margin-right: 7%;
		border-radius: 4px;
	}
	.index .nurseBox .nUl li a .txtBox p {
		font-size: 1.3rem;
		letter-spacing: 0;
		margin: 0 0 7px;
	}
	.index .nurseBox .nUl li a .txtBox .head {
		font-size: 1.6rem;
		line-height: 1.4;
	}
	.index .nurseBox .nUl .noimg a {
		padding: 30px 0;
	}

	.index .faciBox {
		padding-bottom: 70px;
	}
	.index .faciBox .headline01 {
		margin-bottom: 40px;
	}
	.index .faciBox .flexBox .inBox {
		width: 75%;
		margin: 0 auto 66px;
	}
	.index .faciBox .flexBox .inBox img {
		border-radius: 6px;
	}
	.index .faciBox .flexBox .inBox .pTxt {
		font-size: 1.3rem;
		padding-bottom: 16px;
	}
	.index .faciBox .flexBox .inBox .headline01 {
		font-size: 2.1rem;
		letter-spacing: 1px;
		line-height: 1.5;
	}

	.index .recBox {
		margin-bottom: 130px;
	}
	.index .recBox .flexBox {
		flex-direction: column-reverse;
	}
	.index .recBox .flexBox:before {
		width: 75%;
		height: 390px;
		left: 0;
		bottom: 240px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.index .recBox .flexBox .imgBox {
		margin: 0 0 20px;
	}
	.index .recBox .flexBox .imgBox .img01 {
		width: 80%;
		border-radius: 6px;
		margin: 0 -3% 0 auto;
	}
	.index .recBox .flexBox .imgBox .img02 {
		width: 47%;
		margin: -40px auto auto 7%;
		border-radius: 6px;
	}
	.index .recBox .flexBox .txtBox {
		margin: 0 11%;
	}
	.index .recBox .flexBox .txtBox .txt {
		flex-direction: column;
	}
	.index .recBox .flexBox .txtBox .txt .headline01 {
		writing-mode: horizontal-tb;
		margin: 0 0 20px;
		font-size: 2.5rem;
	}
	.index .recBox .flexBox .txtBox .txt .headline01 .enTxt {
		display: inline;
		margin-left: 10px;
	}
	.index .recBox .flexBox .txtBox .pTxt {
		writing-mode: horizontal-tb;
		line-height: 1.8;
	}
	.index .recBox .flexBox .txtBox .lBtn {
		text-align: right;
	}
	.index .recBox .flexBox .txtBox .lBtn a {
		margin-right: -5px;
	}

	.index .infoBox {
		width: 100%;
		margin-bottom: 100px;
	}
	.index .infoBox .flexBox {
		padding: 0 5%;
		align-items: flex-start;
		margin-bottom: 10px;
	}
	.index .infoBox .flexBox .headline01 {
		font-size: 2.3rem;
		margin-bottom: 20px;
		margin-left: 3%;
	}
	.index .infoBox .flexBox .headline01 .enTxt {
		display: inline;
		margin-left: 10px;
	}
	.index .infoBox .flexBox .cateUl li {
		padding: 0 12px;
		margin-bottom: 5px;
	}
	.index .infoBox .flexBox .cateUl li a {
		font-size: 1.3rem;
		word-break: keep-all;
	}
	.index .infoBox .tab-wrap {
		margin: 0 0;
		justify-content: flex-start;
	}
	.index .infoBox .tab-label {
		font-size: 1.3rem;
		margin: 0 14px 15px;
		padding: 0 10px;
	}
	.index .infoBox .tab-content {
		margin: 30px auto 0;
	}
	.index .infoBox .infoUl {
		display: block;
	}
	.index .infoBox .infoUl li {
		margin: 0;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.index .infoBox .infoUl li .imgBox .cate {
		font-size: 1.2rem;
	}
	.index .infoBox .infoUl li .txtBox .title {
		font-size: 1.6rem;
	}
	.index .infoBox .lBtn {
		text-align: center;
		margin: 40px 0 0;
	}
	.index .infoBox .lBtn a {
		padding-right: 80px;
		margin-right: -10px;
	}
	.index .column .flexBox {
		margin-bottom: 35px;
	}
	.index .column .flexBox .pTxt {
		margin: 0 4% 10px;
		line-height: 1.9;
	}

	.index .clinicBox {
		margin-top: 100px;
		padding: 40px 0 0;
	}
	.index .clinicBox .flexBox .leftBox {
		padding: 0;
		margin: 0 8%;
	}
	.index .clinicBox .flexBox .leftBox .logo {
		width: 88%;
		margin: 0 0 10px -8px;
	}
	.index .clinicBox .flexBox .leftBox .telBox {
		flex-direction: column;
		margin: 15px 0 30px;
	}
	.index .clinicBox .flexBox .leftBox .telBox .tel {
		margin-bottom: 20px;
	}
	.index .clinicBox .flexBox .leftBox .telBox .sqBtn a {
		width: 70%;
	}
	.index .clinicBox .flexBox .leftBox .timeTable {
		width: 104%;
		margin-left: -2%;
	}
	.index .clinicBox .flexBox .leftBox .timeTable tr th {
		font-size: 1.2rem;
		letter-spacing: 0;
		padding: 8px 4px;
	}
	.index .clinicBox .flexBox .leftBox .timeTable tr th.first {
		width: 94px;
		padding: 8px 0 14px 8px;
		letter-spacing: 1px;
		font-size: 1.4rem;
	}
	.index .clinicBox .flexBox .leftBox .timeTable tr th.time {
		padding: 8px 0 8px 8px;
		letter-spacing: 0;
		font-size: 1.4rem;
	}
	.index .clinicBox .flexBox .leftBox .timeTable tr .mon {
		padding-left: 10px;
		padding-right: 2px;
	}
	.index .clinicBox .flexBox .leftBox .timeTable tr .sun {
		padding-right: 0;
		padding-left: 0;
		margin-left: -8px;
	}
	.index .clinicBox .flexBox .leftBox .timeTable tr td {
		padding: 8px 4px;
		text-align: center;
	}
	.index .clinicBox .flexBox .leftBox .timeTable tr td.mon {
		padding-left: 10px;
	}
	.index .clinicBox .flexBox .leftBox .timeTable tr td.sun {
		padding-right: 0;
	}
	.index .clinicBox .flexBox .leftBox .timeTable tr td img {
		padding-bottom: 3px;
	}
	.index .clinicBox .flexBox .leftBox .grayTxt {
		padding: 0;
		margin-bottom: 60px;
	}
	.index .clinicBox .flexBox .rightBox {
		margin: 0 0 -10px 0;
	}
	.index .clinicBox .flexBox .rightBox iframe {
		height: 230px;
		width: 100%;
	}

	.popularBox {
		padding: 90px 0 50px;
	}
	.popularBox .headline01 {
		font-size: 2.1rem;
		line-height: 1.4;
	}
	.popularBox .headline01 .enTxt {
		margin-top: 5px;
	}
	.popularBox .pUl {
		width: 70%;
	}
	.popularBox .pUl li {
		width: 100%;
		padding-left: 5px;
	}
	.popularBox .pUl li a {
		width: 100%;
		margin: 0 0 30px;
		font-size: 1.5rem;
		letter-spacing: 1px;
	}
	.popularBox .pUl li:nth-child(2) a img {
		margin-left: 3px;
		margin-right: 22px;
	}
	.popularBox .pUl li:nth-child(3) a img {
		margin-right: 19px;
	}
}

@media all and (max-width: 374px) {
	.index .reserveBox .headline01 {
		font-size: 2.1rem;
	}
	.index .m_infoBox .inBox .flexBox .conBox a {
		align-items: center;
		height: 120px;
	}
	.index .m_infoBox .inBox .flexBox .conBox a .imgBox {
		width: 30%;
		height: 100%;
	}
	.index .m_infoBox .inBox .flexBox .conBox a .imgBox img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.index .m_infoBox .inBox .flexBox .conBox .txtBox {
		padding-top: 0;
	}
	.index .m_infoBox .inBox .flexBox .conBox .txtBox .headline01 {
		font-size: 1.65rem;
	}
	.index .m_infoBox .inBox .flexBox .conBox .txtBox p {
		font-size: 1.35rem;
		line-height: 1.4;
	}
	.index .aboutBox .flexBox .headline01 {
		letter-spacing: 0;
		font-size: 2rem;
	}
	.index .aboutBox .box02 .lBtn a {
		letter-spacing: 0;
		padding-right: 40px;
	}
}

/*------------------------------------------------------------
    about
------------------------------------------------------------*/
.about img {
	border-radius: 12px;
}
.about .sec01 {
	background: #FBFAF1;
	text-align: center;
	padding: 83px 0 100px;
}
.about .sec01 .headline01 {
	font-size: 2.6rem;
	margin: 0 0 40px;
}
.about .sec01 .inBox {
	width: 755px;
	margin: 0 auto;
	background: #fff;
	border-radius: 17px;
	box-shadow: 0 0 4px rgba(204,204,204,0.8);
	padding: 30px 0 45px;
}
.about .sec01 .inBox img {
	width: 142px;
	display: block;
	margin: 0 auto 26px;
}
.about .sec01 .inBox .lineTxt {
	font-size: 2.2rem;
	position: relative;
	display: inline;
}
.about .sec01 .inBox .lineTxt:before {
	position: absolute;
	content: "";
	width: 24px;
	height: 1px;
	background: rgba(58,55,36,0.5);
	top: 50%;
	left: -40px;
}
.about .sec01 .inBox .lineTxt:after {
	position: absolute;
	content: "";
	width: 24px;
	height: 1px;
	background: rgba(58,55,36,0.5);
	top: 50%;
	right: -40px;
}
.about .sec01 .inBox .philo {
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 5px;
	line-height: 1.8;
	margin: 17px 0 0;
}
.about .sec02 .con01 {
	justify-content: center;
	align-items: flex-start;
	padding: 147px 0 0;
	position: relative;
}
.about .sec02 .con01:before {
	position: absolute;
	content: "";
	width: 243px;
	height: 163px;
	border: 1px solid #cacaca;
	border-radius: 10px;
	bottom: 28px;
	left: 50%;
	margin-left: -260px;
	z-index: 1;
}
.about .sec02 .con01 .img01 {
	width: 257px;
	margin: -175px 0 auto;
}
.about .sec02 .con01 .img02 {
	width: 551px;
	margin: 0 -50px 0 87px;
}
.about .sec02 .con02 {
	justify-content: center;
	align-items: flex-start;
	padding: 46px 0 100px;
}
.about .sec02 .con02 img {
	width: 420px;
	margin: 0 90px 0 -230px;
}
.about .sec02 .con02 .txtBox {
	width: 543px;
	padding-top: 60px;
}
.about .sec02 .con02 .txtBox .pTxt {
	margin-bottom: 30px;
	text-align: justify;
}
.about .sec03 {
	background: #FBFAF1;
	padding: 115px 0 60px;
}
.about .sec03 .content {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.about .sec03 .content .headline01 {
	font-size: 3rem;
	text-align: left;
	width: 485px;
	background: #fff;
	box-sizing: border-box;
	padding: 20px 0 20px 100px;
	border-top-right-radius: 30px;
}
.about .sec03 .content .headline01 .sTxt {
	font-size: 2.4rem;
}
.about .sec03 .content img {
	width: 1012px;
	margin: -160px -60px auto auto;
}
.about .sec04 {
	padding: 107px 0 120px;
}
.about .sec04 img {
	display: block;
	width: 984px;
	margin: 0 auto 80px;
}
.about .sec04 .flexBox {
	justify-content: center;
	align-items: flex-start;
}
.about .sec04 .flexBox .headline01 {
	display: inline-block;
	writing-mode: vertical-rl;
	font-size: 2.8rem;
	border-left: 1px solid rgba(58,55,36,0.5);
	border-right: 1px solid rgba(58,55,36,0.5);
	padding: 0 12px;
	margin-right: 90px;
}
.about .sec04 .flexBox .txtBox {
	width: 632px;
}
.about .sec04 .flexBox .txtBox .pTxt {
	margin-bottom: 24px;
}
.about .sec05 {
	background: #FBFAF1;
	padding: 60px 0 98px;
	text-align: center;
}
.about .sec05 img {
	mix-blend-mode: multiply;
	display: block;
	width: 174px;
	margin: 0 auto 30px;
}
.about .sec05 .brTxt {
	font-size: 3rem;
	line-height: 1;
	display: inline;
	position: relative;
}
.about .sec05 .brTxt:before {
	position: absolute;
	content: "";
	width: 9.5px;
	height: 24px;
	border: 1px solid #3A3724;
	border-right: 0;
	top: 27%;
	left: -40px;
}
.about .sec05 .brTxt:after {
	position: absolute;
	content: "";
	width: 9.5px;
	height: 24px;
	border: 1px solid #3A3724;
	border-left: 0;
	top: 27%;
	right: -40px;
}
.about .sec05 .inBox {
	width: 802px;
	margin: -18px auto auto;
	background: #fff;
	border-radius: 13px;
	padding: 64px 0 34px;
}
.about .sec05 .inBox .headline01 {
	font-size: 1.8rem;
	line-height: 1.8;
	letter-spacing: 1px;
	margin-bottom: 28px;
}
.about .sec06 {
	padding: 125px 0 160px;
}
.about .sec06 .headline01 {
	font-size: 2.4rem;
	letter-spacing: 2px;
	text-align: center;
}
.about .sec06 .tableBox {
	width: 645px;
	margin: 43px auto 0;
}
.about .sec06 .tableBox table {
	width: 100%;
	border-top: 1px solid rgba(181,174,164,0.5);
}
.about .sec06 .tableBox table tr th {
	font-weight: 500;
	letter-spacing: 1px;
	border-bottom: 1px solid rgba(181,174,164,0.5);
	background: #FBFAF1;
	padding: 18px 0;
	width: 177px;
}
.about .sec06 .tableBox table tr td {
	border-bottom: 1px solid rgba(181,174,164,0.5);
	font-size: 1.5rem;
	padding-left: 40px;
}

@media all and (max-width: 834px) {
	.about img {
		border-radius: 5px;
	}
	.about .sec01 {
		padding: 47px 0 93px;
	}
	.about .sec01 .headline01 {
		font-size: 1.8rem;
		letter-spacing: 1px;
		margin-bottom: 30px;
	}
	.about .sec01 .inBox {
		width: 90%;
		border-radius: 10px;
	}
	.about .sec01 .inBox img {
		width: 117px;
		padding-left: 6px;
	}
	.about .sec01 .inBox .lineTxt {
		font-size: 1.7rem;
	}
	.about .sec01 .inBox .lineTxt:before {
		left: -35px;
	}
	.about .sec01 .inBox .lineTxt:after {
		right: -35px;
	}
	.about .sec01 .inBox .philo {
		font-size: 1.8rem;
		letter-spacing: 0;
		text-align: justify;
		margin: 15px 9% 0;
	}
	.about .sec02 .con01 {
		padding-top: 145px;
	}
	.about .sec02 .con01:before {
		width: 150px;
		height: 100px;
		border-radius: 5px;
		bottom: 180px;
		left: -20px;
		margin: 0;
	}
	.about .sec02 .con01 .img01 {
		width: 50%;
		margin: -180px 0 35px 9%;
	}
	.about .sec02 .con01 .img02 {
		width: 100%;
		margin: 0;
		border-radius: 0;
	}
	.about .sec02 .con02 {
		flex-direction: column-reverse;
		padding: 0;
	}
	.about .sec02 .con02 .txtBox {
		width: 85%;
		margin: 0 auto;
	}
	.about .sec02 .con02 img {
		width: 85%;
		margin: 20px auto 90px -5%;
	}
	.about .sec03 {
		padding: 80px 0;
	}
	.about .sec03 .content .headline01 {
		font-size: 2.1rem;
		letter-spacing: 1px;
		line-height: 1.4;
		text-align: center;
		width: auto;
		background: transparent;
		padding: 0;
		position: relative;
		z-index: 2;
	}
	.about .sec03 .content .headline01:after {
		position: absolute;
		content: "";
		width: 90%;
		background: #fff;
		height: 80px;
		left: 0;
		top: -8px;
		border-top-right-radius: 14px;
		z-index: -1;
	}
	.about .sec03 .content .headline01 .sTxt {
		font-size: 1.8rem;
	}
	.about .sec03 .content img {
		width: 88%;
		margin: 45px auto 0;
	}
	.about .sec04 {
		padding: 0 0 60px;
	}
	.about .sec04 img {
		width: 100%;
		margin: 0 0 60px;
		border-radius: 0;
	}
	.about .sec04 .flexBox .headline01 {
		writing-mode: horizontal-tb;
		font-size: 2.1rem;
		letter-spacing: 1.5px;
		text-align: center;
		margin: 0 auto 35px;
		border: none;
		border-top: 1px solid rgba(58,55,36,0.5);
		border-bottom: 1px solid rgba(58,55,36,0.5);
		padding: 12px 20px;
	}
	.about .sec04 .flexBox .txtBox {
		width: 85%;
		margin: 0 auto;
	}
	.about .sec05 {
		padding: 40px 0 60px;
	}
	.about .sec05 img {
		width: 149px;
	}
	.about .sec05 .brTxt {
		font-size: 2.3rem;
		letter-spacing: 2px;
	}
	.about .sec05 .brTxt:before {
		height: 20px;
		width: 8px;
		left: -30px;
		top: 23%;
	}
	.about .sec05 .brTxt:after {
		height: 20px;
		width: 8px;
		right: -30px;
		top: 23%;
	}
	.about .sec05 .inBox {
		width: 93%;
		padding-top: 50px;
	}
	.about .sec05 .inBox .headline01 {
		font-size: 1.55rem;
		letter-spacing: 0;
		margin-bottom: 24px;
	}
	.about .sec06 {
		padding: 80px 0 170px;
	}
	.about .sec06 .headline01 {
		font-size: 2rem;
	}
	.about .sec06 .tableBox {
		width: 90%;
		margin: 30px auto 0;
	}
	.about .sec06 .tableBox table tr th {
		width: 120px;
		text-align: left;
		box-sizing: border-box;
		padding: 13px 0 13px 14px;
	}
	.about .sec06 .tableBox table tr td {
		font-size: 1.4rem;
		line-height: 1.4;
		box-sizing: border-box;
		padding: 13px 14px 14px 20px;
	}
}

/*------------------------------------------------------------
    publications
------------------------------------------------------------*/
.publications .sec01 {
	padding: 104px 0 82px;
}
.publications .sec01 .flexBox {
	justify-content: center;
	align-items: center;
}
.publications .sec01 .flexBox .txtBox {
	margin-right: 64px;
}
.publications .sec01 .flexBox .txtBox .headline01 {
	font-size: 3rem;
	position: relative;
	margin-bottom: 40px;
}
.publications .sec01 .flexBox .txtBox .headline01:before {
	position: absolute;
	content: "";
	width: 4px;
	height: 34px;
	background: #3A3724;
	top: 6px;
	left: -20px;
}
.publications .sec01 .flexBox .txtBox .headline01 .enTxt {
	display: inline;
	margin-left: 16px;
}
.publications .sec01 .flexBox .imgBox {
	margin-right: -100px;
}
.publications .sec01 .flexBox .imgBox img {
	width: 515px;
	border-radius: 6px;
}
.publications .sec02 {
	background: #FBFAF1;
	padding: 105px 0 130px;
	text-align: center;
}
.publications .sec02 .lineTxt {
	font-size: 2.4rem;
	position: relative;
	display: inline-block;
	margin-bottom: 100px;
}
.publications .sec02 .lineTxt:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 1px;
	background: rgba(58,55,36,0.5);
	top: 50%;
	left: -70px;
}
.publications .sec02 .lineTxt:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 1px;
	background: rgba(58,55,36,0.5);
	top: 50%;
	right: -70px;
}
.publications .sec02 .flexBox {
	flex-wrap: wrap;
	width: 1000px;
	margin: 0 auto;
}
.publications .sec02 .flexBox .inBox {
	width: 470px;
	margin: 0 12px 30px;
	background: #fff;
	border-radius: 12px;
	position: relative;
	box-sizing: border-box;
	padding: 50px 46px;
}
	.publications .sec02 .flexBox .inBox:nth-child(1) {
		margin-bottom: 70px;
	}
	.publications .sec02 .flexBox .inBox:nth-child(2) {
		margin-bottom: 70px;
	}
.publications .sec02 .flexBox .inBox .c01 {
	position: absolute;
	width: 114px;
	right: 130px;
	top: -60px;
}
.publications .sec02 .flexBox .inBox .c02 {
	position: absolute;
	width: 114px;
	right: 12px;
	top: -60px;
}

.publications .sec02 .flexBox .inBox .flexBox {
	align-items: center;
	margin-bottom: 25px;
}
.publications .sec02 .flexBox .inBox .flexBox img {
	width: 140px;
}
.publications .sec02 .flexBox .inBox .flexBox .title {
	text-align: left;
	font-size: 2.2rem;
	letter-spacing: 1px;
	margin-left: 30px;
}
.publications .sec02 .flexBox .inBox .flexBox .title .sTxt {
	font-size: 1.4rem;
	letter-spacing: 1px;
	line-height: 1.8;
	display: block;
	margin-top: 13px;
}
.publications .sec02 .flexBox .inBox .flexBox .title .mTxt {
	display: block;
	font-size: 1.8rem;
	margin-top: 6px;
}
.publications .sec02 .flexBox .inBox .txtBox p {
	text-align: justify;
}
.publications .sec02 .flexBox .inBox .txtBox a {
	position: relative;
	display: block;
	width: 291px;
	margin: 42px auto 0;
	padding: 18px 0 19px 7px;
	border: 0.75px solid #c4c3bb;
	text-align: center;
	line-height: 1;
}
.publications .sec02 .flexBox .inBox .txtBox a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 9px;
	width: 83px;
	height: 28px;
	background: url("img/publications/amazon.png")no-repeat top left;
	background-size: 100%;
	transform: translateY(-50%);
}
.publications .sec02 .flexBox .inBox .txtBox a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 22px;
	width: 15px;
	height: 12px;
	background: url("img/common/icon_link.svg")no-repeat top left;
	background-size: 100%;
	transform: translateY(-50%);
}
/*
.publications .sec02 .flexBox .inBox .txtBox span {
	display: block;
	font-weight: 700;
	margin: 30px 0 0 -7px;
	text-align: left;
}
.publications .sec02 .flexBox .inBox .txtBox a {
	display: block;
	text-align: left;
	text-decoration: underline;
}
*/

@media all and (max-width: 834px) {
	.publications .sec01 {
		padding: 42px 0 55px;
	}
	.publications .sec01 .flexBox {
		flex-direction: column-reverse;
		margin: 0 8%;
	}
	.publications .sec01 .flexBox .imgBox {
		margin: 0;
	}
	.publications .sec01 .flexBox .imgBox img {
		width: 100%;
	}
	.publications .sec01 .flexBox .txtBox {
		margin: 35px 0 0;
		width: 100%;
	}
	.publications .sec01 .flexBox .txtBox .headline01 {
		font-size: 2.5rem;
		letter-spacing: 2px;
		padding-left: 17px;
		line-height: 1;
		margin-bottom: 20px;
	}
	.publications .sec01 .flexBox .txtBox .headline01 .enTxt {
		margin-left: 3px;
	}
	.publications .sec01 .flexBox .txtBox .headline01:before {
		left: 0;
		top: 2px;
		height: 24px;
	}
	.publications .sec01 .flexBox .txtBox p {
		line-height: 2;
	}
	.publications .sec02 {
		padding: 70px 0;
	}
	.publications .sec02 .lineTxt {
		font-size: 2rem;
		margin-bottom: 70px;
	}
	.publications .sec02 .lineTxt:before {
		width: 35px;
		left: -55px;
	}
	.publications .sec02 .lineTxt:after {
		width: 35px;
		right: -55px;
	}
	.publications .sec02 .flexBox {
		width: 88%;
	}
	.publications .sec02 .flexBox .inBox {
		width: 100%;
		margin: 0 auto 20px;
		padding: 55px 9% 40px;
	}
	.publications .sec02 .flexBox .inBox:nth-child(1) {
		margin-bottom: 70px;
	}
	.publications .sec02 .flexBox .inBox:nth-child(2) {
		margin-bottom: 70px;
	}
	.publications .sec02 .flexBox .inBox .flexBox {
		flex-direction: row;
		flex-wrap: nowrap;
		width: 100%;
		margin: 0 0 24px;
	}
	.publications .sec02 .flexBox .inBox .flexBox img {
		width: 98px;
	}
	.publications .sec02 .flexBox .inBox .flexBox .title {
		margin-left: 20px;
		font-size: 1.8rem;
		letter-spacing: 0;
	}
	.publications .sec02 .flexBox .inBox .flexBox .title .sTxt {
		font-size: 1.3rem;
		line-height: 1.4;
	}
	.publications .sec02 .flexBox .inBox .flexBox .title .mTxt {
		font-size: 1.5rem;
	}
	.publications .sec02 .flexBox .inBox .txtBox a {
		width: 100%;
		margin: 42px auto 0;
		padding: 18px 0 19px 7px;
		border: 0.75px solid #c4c3bb;
		text-align: center;
		line-height: 1;
	}
	.publications .sec02 .flexBox .inBox .txtBox a:before {
		top: 50%;
		left: 9px;
		width: 27%;
		height: 100%;
		background: url("img/publications/amazon.png")no-repeat top 52% left;
		background-size: 100%;
	}
	.publications .sec02 .flexBox .inBox .txtBox a:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 22px;
		width: 15px;
		height: 12px;
		background: url("img/common/icon_link.svg")no-repeat top left;
		background-size: 100%;
		transform: translateY(-50%);
	}
/*
	.publications .sec02 .flexBox .inBox .txtBox p {
		line-height: 1.8;
	}
	.publications .sec02 .flexBox .inBox .txtBox span {
		margin: 26px 0 0 -5px;
		line-height: 1.3;
	}
*/
	.publications .sec02 .flexBox .inBox .c01 {
		width: 86px;
		top: -40px;
		right: 100px;
	}
	.publications .sec02 .flexBox .inBox .c02 {
		width: 86px;
		top: -40px;
	}
}

/*------------------------------------------------------------
    診療科目 共通
------------------------------------------------------------*/
.treatment .sec01 {
	padding: 85px 0;
}
.treatment .sec01 .imgBox {
	width: 75%;
	min-width: 920px;
	max-width: 1200px;
	margin: 0 auto 90px;
	text-align:center; 
}
.treatment .sec01 .imgBox img {
	border-radius: 14px;
	margin-bottom: -70px;
}
.treatment .sec01 .imgBox .headline01 {
	display: inline-block;
	text-align: center;
	font-size: 3.4rem;
	background: #fff;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	padding: 15px 70px 0;
}
.treatment .sec01 .flexBox {
	justify-content: center;
}
.treatment .sec01 .flexBox .headline01 {
	font-size: 2.4rem;
	letter-spacing: 2px;
	line-height: 1.8;
	width: 430px;
	margin-top: -6px;
	margin-left: -20px;
	font-feature-settings: "palt";
}
.treatment .sec01 .flexBox .txtBox {
	width: 470px;
}
.treatment .sec01 .flexBox .txtBox .pTxt {
	margin-bottom: 30px;
}

@media all and (max-width: 834px) {
	.treatment .sec01 {
		padding: 35px 0 80px;
	}
	.treatment .sec01 .imgBox {
		width: 90%;
		min-width: inherit;
		max-width: inherit;
		margin: 0 auto 60px;
	}
	.treatment .sec01 .imgBox img {
		border-radius: 6px;
		margin-bottom: -60px;
	}
	.treatment .sec01 .imgBox .headline01 {
		font-size: 2.5rem;
		border-radius: 5px;
		padding: 15px 11% 0;
	}
	.treatment .sec01 .flexBox {
		justify-content: center;
	}
	.treatment .sec01 .flexBox .headline01 {
		font-size: 2rem;
		width: 86%;
		margin: 0 auto 27px;
		line-height: 1.65;
	}
	.treatment .sec01 .flexBox .txtBox {
		width: 86%;
		margin: 0 auto;
	}
	.treatment .sec01 .flexBox .txtBox .pTxt {
		margin-bottom: 24px;
	}
	.treatment .sec01 .flexBox .txtBox .pTxt:last-child {
		margin-bottom: 0;
		margin-right: 0;
	}
}

/*------------------------------------------------------------
    kanpou
------------------------------------------------------------*/
.kanpou .sec02 {
	background: #FBFAF1;
	padding: 73px 0;
}
.kanpou .sec02 .inBox {
	width: 806px;
	background: #fff;
	margin: 0 auto;
	border-radius: 8px;
	box-shadow: 0 0 4px rgba(204,204,204,0.8);
	box-sizing: border-box;
	padding: 66px 0 48px;
	text-align: center;
}
.kanpou .sec02 .inBox .headline01 {
	font-size: 2.4rem;
	display: inline;
	border-bottom: 1px solid rgba(58,55,36,0.6);
	padding-bottom: 5px;
}
.kanpou .sec02 .inBox ul {
	margin: 45px 0 0;
	padding: 0 40px 0 60px;
}
.kanpou .sec02 .inBox ul li.headline01 {
	border: none;
	font-size: 1.7rem;
	letter-spacing: 1px;
	display: inline-block;
	width: 200px;
	text-align: left;
	margin-bottom: 12px;
}
.kanpou .sec02 .inBox ul li.second {
	margin-left: 30px;
	margin-right: -15px;
}
.kanpou .sec02 .inBox p.headline01 {
	font-size: 1.6rem;
	border: none;
	letter-spacing: 0;
	text-align: right;
	display: block;
	padding-right: 110px;
	margin-top: -34px;
}
.kanpou .sec02 .inBox .pTxt {
	font-size: 1.5rem;
	margin-top: 30px;
	text-align: center;
}
.kanpou .sec03 .con01 {
	padding: 160px 0 0;
	justify-content: center;
	position: relative;
}
.kanpou .sec03 .con01:before {
	position: absolute;
	content: "";
	width: 64vw;
	height: 432px;
	background: #FBFAF1;
	right: 0;
	bottom: -84px;
	z-index: -1;
}
.kanpou .sec03 .con01 .imgBox {
	width: 505px;
	margin: 0 83px 0 -100px;
}
.kanpou .sec03 .con01 .imgBox img {
	border-radius: 8px;
}
.kanpou .sec03 .con01 .txtBox {
	width: 432px;
	padding-top: 46px;
}
.kanpou .sec03 .con01 .txtBox .headline01 {
	font-size: 2.6rem;
	margin-bottom: 24px;
}
.kanpou .sec03 .con01 .txtBox .pTxt {
	margin-bottom: 15px;
}
.kanpou .sec03 .con01 .txtBox ul {
	margin-top: 20px;
}
.kanpou .sec03 .con01 .txtBox ul li {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 5px;
}
.kanpou .sec03 .con02 {
	padding: 236px 0 0;
	width: 808px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: flex-end;
}
.kanpou .sec03 .con02 .txtBox {
	width: 456px;
}
.kanpou .sec03 .con02 .txtBox .head {
	font-size: 3.4rem;
	letter-spacing: 8px;
	font-family: 'noto sans JP', sans-serif;
	font-weight: 300;
	display: block;
	margin-bottom: 30px;
}
.kanpou .sec03 .con02 .txtBox .pTxt {
	font-size: 1.5rem;
	margin-bottom: 26px;
}
.kanpou .sec03 .con02 .btn a {
	display: block;
	text-align: center;
	width: 265px;
	border: 1px solid rgba(175,175,172,0.6);
	box-sizing: border-box;
	padding: 5px 20px 5px 0;
	position: relative;
	margin-top: 45px;
}
.kanpou .sec03 .con02 .btn a:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 4px;
	border-bottom: 1px solid rgba(175,175,172,0.7);
	border-right: 1px solid rgba(175,175,172,0.7);
	transform: skewX(55deg);
	right: 17px;
	bottom: 17px;
	transition: all .3s;
}
.kanpou .sec03 .con02 .imgBox {
	width: 278px;
	margin-bottom: -20px;
}
.kanpou .sec03 .con02 .imgBox img {
	border-radius: 6px;
}
.kanpou .sec03 .con02 .imgBox .name {
	font-size: 1.6rem;
	text-align: right;
	margin: 8px 8px 0 0;
}
.kanpou .sec03 .con03 {
	padding: 190px 0 110px;
}
.kanpou .sec03 .con03 .headline01 {
	text-align: center;
	font-size: 2.6rem;
}
.kanpou .sec03 .con03 .ttBox {
	width: 756px;
	margin: 40px auto 0;
	border-radius: 8px;
	overflow: hidden;
}
.kanpou .sec03 .con03 .ttBox table {
	width: 100%;
}
.kanpou .sec03 .con03 .ttBox table tr th {
	font-size: 1.6rem;
	font-weight: 500;
	background: #FBFAF1;
	border-right: 7px solid #fff;
	border-bottom: 7px solid #fff;
	padding: 17px 0;
}
.kanpou .sec03 .con03 .ttBox table tr td {
	background: #FBFAF1;
	border-right: 7px solid #fff;
	border-bottom: 7px solid #fff;
	width: 80px;
	vertical-align: middle;
	text-align: center;
	padding: 10px 0 0;
}
.kanpou .sec03 .con03 .ttBox table tr th.last,
.kanpou .sec03 .con03 .ttBox table tr td.last {
	border-right: none;
}
.kanpou .sec03 .con03 .ttBox table tr th.bottom,
.kanpou .sec03 .con03 .ttBox table tr td.bottom {
	border-bottom: none;
}
.kanpou .sec03 .con03 .ttBox table tr.yellow th {
	background: #EDD32F;
	color: #fff;
	padding: 6px 0;
	letter-spacing: 1px;
	border-bottom: none;
}
.kanpou .sec03 .con03 .ttBox table tr th.first {
	width: 160px;
}
.kanpou .sec03 .con03 .ttBox table tr td.open img {
	width: 22px;
}
.kanpou .sec03 .con03 .ttBox table tr td.close img {
	width: 15px;
	padding-top: 3px;
}
.kanpou .sec03 .con03 p {
	width: 750px;
	margin: 15px auto 0;
	text-align: right;
}
.kanpou .sec04 {
	background: #FBFAF1;
	text-align: center;
	padding: 83px 0 120px;
}
.kanpou .sec04 .pTxt {
	font-size: 1.6rem;
	margin-bottom: 20px;
	text-align: center;
}
.kanpou .sec04 .flexBox {
	justify-content: center;
	align-items: center;
}
.kanpou .sec04 .flexBox img {
	width: 192px;
	mix-blend-mode: multiply;
	margin-right: 24px;
}
.kanpou .sec04 .flexBox .tel {
	font-size: 1.5rem;
	position: relative;
	padding-left: 30px;
	margin-top: -5px;
}
.kanpou .sec04 .flexBox .tel .number {
	font-size: 2.5rem;
}
.kanpou .sec04 .flexBox .tel:before {
	position: absolute;
	content: "";
	height: 34px;
	width: 1px;
	background: rgba(58,55,36,0.6);
	left: 0;
	top: 10px;
}

@media all and (max-width: 834px) {
	.kanpou .sec02 {
		padding: 44px 0 52px;
	}
	.kanpou .sec02 .inBox {
		width: 92%;
		border-radius: 3px;
		padding: 44px 0 50px;
	}
	.kanpou .sec02 .inBox .headline01 {
		font-size: 2.3rem;
		padding-bottom: 5px;
		line-height: 2.2;
	}
	.kanpou .sec02 .inBox ul {
		display: inline-block;
		margin: 32px 0 0;
		padding: 0;
		text-align: center;
	}
	.kanpou .sec02 .inBox ul li.headline01 {
		display: block;
		border: none;
		font-size: 1.8rem;
		text-indent: -1.8rem;
		width: 100%;
		margin-bottom: 14px;
		text-align: left;
		line-height: 1;
	}
	.kanpou .sec02 .inBox ul li.second {
		margin-left: 0;
		margin-right: 0;
	}
	.kanpou .sec02 .inBox ul li.endlist {
		display: none;
	}
	.kanpou .sec02 .inBox p.headline01 {
		font-size: 1.6rem;
		letter-spacing: 0;
		padding-right: 16%;
		margin-top: -44px;
	}
	.kanpou .sec02 .inBox .pTxt {
		font-size: 1.5rem;
		margin-top: 30px;
	}

	.kanpou .sec03 .con01 {
		padding: 76px 0 0;
		justify-content: center;
		position: relative;
	}
	.kanpou .sec03 .con01:before {
		position: absolute;
		content: "";
		width: 64vw;
		height: 620px;
		bottom: -40px;
	}
	.kanpou .sec03 .con01 .imgBox {
		width: 100%;
		margin: 0;
	}
	.kanpou .sec03 .con01 .imgBox img {
		border-radius: 7px;
		width: 90%;
		margin-left: -7%;
	}
	.kanpou .sec03 .con01 .txtBox {
		width: 86%;
		margin: 0 auto;
		padding-top: 48px;
	}
	.kanpou .sec03 .con01 .txtBox .headline01 {
		font-size: 2.1rem;
		margin-bottom: 22px;
	}
	.kanpou .sec03 .con01 .txtBox .pTxt {
		margin-bottom: 20px;
	}
	.kanpou .sec03 .con01 .txtBox ul {
		margin-top: 0;
	}
	.kanpou .sec03 .con01 .txtBox ul li {
		margin-bottom: 7px;
		padding-left: 1.5rem;
		text-indent: -1.5rem;
		line-height: 1.6;
	}
	.kanpou .sec03 .con02 {
		padding: 130px 0 0;
		width: 86%;
		margin: 0 auto;
		justify-content: center;
		align-items: center;
	}
	.kanpou .sec03 .con02 .txtBox {
		order: 2;
		width: 100%;
	}
	.kanpou .sec03 .con02 .head {
		text-align: center;
		font-size: 3rem;
		letter-spacing: 8px;
		font-weight: 300;
		display: block;
		margin-bottom: 30px;
	}
	.kanpou .sec03 .con02 .txtBox .pTxt {
		font-size: 1.4rem;
		margin-bottom: 26px;
		text-align: justify;
	}
	.kanpou .sec03 .con02 .btn a {
		display: block;
		text-align: center;
		width: 80%;
		margin: 40px auto 0;
		border: 1px solid rgba(175,175,172,0.6);
		box-sizing: border-box;
		padding: 5px 20px 5px 0;
		position: relative;
	}
	.kanpou .sec03 .con02 .btn a:before {
		position: absolute;
		content: "";
		width: 20px;
		height: 4px;
		border-bottom: 1px solid rgba(175,175,172,0.7);
		border-right: 1px solid rgba(175,175,172,0.7);
		transform: skewX(55deg);
		right: 17px;
		bottom: 17px;
		transition: all .3s;
	}
	.kanpou .sec03 .con02 .imgBox {
		order: 1;
		width: 70%;
		margin-bottom: 45px;
	}
	.kanpou .sec03 .con02 .imgBox img {
		border-radius: 6px;
	}
	.kanpou .sec03 .con02 .imgBox .head {
		font-size: 3.4rem;
		letter-spacing: 8px;
		font-family: 'noto sans JP', sans-serif;
		font-weight: 300;
		display: block;
		margin-bottom: 30px;
	}
	.kanpou .sec03 .con02 .imgBox .name {
		font-size: 1.7rem;
		text-align: center;
		margin: 15px 0 0;
		line-height: 1;
	}
	.kanpou .sec03 .con03 {
		padding: 115px 0 45px;
	}
	.kanpou .sec03 .con03 .headline01 {
		font-size: 2.3rem;
	}
	.kanpou .sec03 .con03 .ttBox {
		width: 90%;
		margin: 40px auto 0;
		border-radius: 4px;
	}
	.kanpou .sec03 .con03 .ttBox table {
		width: 100%;
	}
	.kanpou .sec03 .con03 .ttBox table tr th {
		font-size: 1.3rem;
		border-right: 3px solid #fff;
		border-bottom: 3px solid #fff;
		padding: 17px 0;
	}
	.kanpou .sec03 .con03 .ttBox table tr td {
		border-right: 3px solid #fff;
		border-bottom: 3px solid #fff;
		padding: 0;
		vertical-align: bottom;
	}
	.kanpou .sec03 .con03 .ttBox table tr th.last,
	.kanpou .sec03 .con03 .ttBox table tr td.last {
		border-right: none;
	}
	.kanpou .sec03 .con03 .ttBox table tr th.bottom,
	.kanpou .sec03 .con03 .ttBox table tr td.bottom {
		border-bottom: none;
	}
	.kanpou .sec03 .con03 .ttBox table tr.yellow th {
		background: #EDD32F;
		color: #fff;
		padding: 6px 0;
		letter-spacing: 1px;
		border-bottom: none;
		font-size: 1.2rem;
	}
	.kanpou .sec03 .con03 .ttBox table tr th.first {
		width: 97px;
		padding: 15px 3px;
		line-height: 1;
	}
	.kanpou .sec03 .con03 .ttBox table tr td.open img {
		width: 15px;
	}
	.kanpou .sec03 .con03 .ttBox table tr td.close img {
		width: 11px;
		padding-top: 2px;
	}
	.kanpou .sec03 .con03 p {
		width: 76%;
		margin: 15px auto 0;
		text-align: justify;
		text-indent: -2rem;
		padding-left: 2rem;
		line-height: 1.6;
	}
	.kanpou .sec04 {
		width: 90%;
		margin: 0 auto 137px;
		text-align: center;
		padding: 30px 0 32px;
	}
	.kanpou .sec04 .pTxt {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	.kanpou .sec04 .flexBox {
		justify-content: center;
		align-items: center;
	}
	.kanpou .sec04 .flexBox img {
		width: 56%;
		margin-right: 0;
		margin-bottom: 13px;
	}
	.kanpou .sec04 .flexBox .tel {
		font-size: 1.5rem;
		position: relative;
		padding-left: 0;
		margin-top: 0;
	}
	.kanpou .sec04 .flexBox .tel .number {
		font-size: 2.9rem;
	}
	.kanpou .sec04 .flexBox .tel:before {
		position: absolute;
		content: "";
		height: 0.5px;
		width: 100%;
		left: 0;
		top: 10px;
	}
}

/*------------------------------------------------------------
    column
------------------------------------------------------------*/
/*.column .topBox {
	background: #FBFAF1;
	padding: 70px 0 65px;
	text-align: center;
}
.column .topBox .headline01 {
	font-size: 2.6rem;
	margin-bottom: 30px;
}
.column .topBox .pTxt {
	text-align: center;
}
.column .flexBox {
	padding: 80px 0 150px;
	justify-content: center;
}
.column .flexBox .blogUl {
	width: 730px;
	display: flex;
	flex-wrap: wrap;
	margin-right: 50px;
}
.column .flexBox .blogUl li {
	width: 220px;
	margin: 0 10px 60px;
}
.column .flexBox .blogUl li a .imgBox {
	height: 148px;
	border-radius: 8px;
	overflow: hidden;
}
.column .flexBox .blogUl li a .imgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.column .flexBox .blogUl li a .txtBox {
	margin: 6px 5px 0;
}
.column .flexBox .blogUl li a .txtBox .date {
	color: #8F8F8F;
	font-size: 1.3rem;
}
.column .flexBox .blogUl li a .txtBox .title {
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 500;
	margin: 3px 0;
}
.column .flexBox .blogUl li a .txtBox .author {
	font-size: 1.3rem;
	display: block;
	text-indent: -5px;
}
.column .flexBox .pagenation {
	padding-right: 8%;
}
.column .flexBox .pagenation .wp-pagenavi {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}
.column .flexBox .pagenation .wp-pagenavi .page,
.column .flexBox .pagenation .wp-pagenavi .current {
	font-size: 1.8rem;
	margin: 0 11px;
}
.column .flexBox .pagenation .wp-pagenavi .current {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFF159;
	width: 32px;
	height:32px;
}
.column .flexBox .pagenation .wp-pagenavi .previouspostslink {
	position: relative;
}
.column .flexBox .pagenation .wp-pagenavi .previouspostslink:before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-bottom: 1px solid  #3A3724;
	border-left: 1px solid  #3A3724;
	transform: rotate(45deg);
	top: -2px;
	left: -16px;
	cursor: pointer;
}
.column .flexBox .pagenation .wp-pagenavi .nextpostslink {
	position: relative;
}
.column .flexBox .pagenation .wp-pagenavi .nextpostslink:before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid  #3A3724;
	border-right: 1px solid  #3A3724;
	transform: rotate(45deg);
	top: -2px;
	right: -26px;
	cursor: pointer;
}
.column .flexBox .sidebar {
	margin-right: -30px;
}
.column .flexBox .sidebar .head {
	font-size: 1.9rem;
	letter-spacing: 5px;
	display: block;
	width: 235px;
	border-bottom: 1.5px solid #3A3724;
	box-sizing: border-box;
	padding-left: 4px;
}
.column .flexBox .sidebar .selectBox {
	width: 225px;
	margin: 20px auto 0;
	border: 1px solid #BBB4AA;
	border-radius: 20px;
	padding: 5px 0;
}
.column .flexBox .sidebar .selectBox p {
	text-align: center;
	color: #BBB4AA;
	letter-spacing: 1px;
	font-weight: 600;
	position: relative;
	cursor: pointer;
}
.column .flexBox .sidebar .selectBox p:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-top: 1px solid #BBB4AA;
	border-left: 1px solid #BBB4AA;
	transform: rotate(45deg);
	right: 40px;
	top: 10px;
}
.column .flexBox .sidebar .selectBox p:after {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #BBB4AA;
	border-right: 1px solid #BBB4AA;
	transform: rotate(45deg);
	right: 40px;
	top: 13px;
}
.column .flexBox .sidebar .selectBox .dayList {
	padding: 10px 0 12px;
}
.column .flexBox .sidebar .selectBox .dayList li {
	text-align: center;
}*/
.column .topBox {
	background: #FBFAF1;
	padding: 70px 0 65px;
	text-align: center;
}
.column .topBox .headline01 {
	font-size: 2.6rem;
	margin-bottom: 30px;
}
.column .topBox .pTxt {
	text-align: center;
}
.column .flexBox {
	display: block;
	padding: 80px 0 150px;
	justify-content: center;
}

.column .flexBox .list_title {
	width: 730px;
	margin: 0 auto 39px;
	padding: 0 16px;
	background: #FBFAF1;
	font-size: 2.1rem;
}

.column .flexBox .blogUl {
	display: block;
	width: 730px;
	margin: 0 auto 74px;
}
.column .flexBox .blogUl li {
	width: auto;
	margin: 0 10px 53px;
}
.column .flexBox .blogUl li a .txtBox {
	display: flex;
	justify-content: space-between;
	margin: 6px 5px 0;
}
.column .flexBox .blogUl li a .txtBox .ttl {
	display: flex;
	justify-content: flex-start;
}
.column .flexBox .blogUl li a .txtBox .date {
	width: 110px;
	margin-right: 10px;
	color: #8F8F8F;
	font-size: 1.3rem;
}
.column .flexBox .blogUl li a .txtBox .title {
	width: 400px;
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 500;
	margin-right: 20px;
	text-align: justify;
}
.column .flexBox .blogUl li a .txtBox .author {
	font-size: 1.3rem;
	display: block;
	text-indent: -5px;
	text-align: right;
}

.f_btn {
	margin-top: 88px;
}
.f_btn a {
	position: relative;
	display: block;
	width: 410px;
	margin: 0 auto;
	padding: 25px 27px 25px 0;
	background: #FFF159;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	line-height: 1;
	box-sizing: border-box;
}
.f_btn a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 27px;
	width: 9px;
	height: 9px;
	border-bottom: 1px solid #3a3724;
	border-right: 1px solid #3a3724;
	transform: rotate(-45deg)translateY(-50%);
}

/* 記事 */
.article .flexBox {
	padding-bottom: 220px;
}
.article .conBox {
	width: 574px;
	margin: 0 auto;
}
.article .conBox .date {
	color: #8F8F8F;
	box-sizing: border-box;
	padding: 0 8px;
}
.article .conBox .title {
	font-size: 2.5rem;
	line-height: 1.6;
	letter-spacing: 1px;
	font-weight: 600;
	margin: 5px 0 0;
	box-sizing: border-box;
	padding: 0 8px;
}
.article .conBox .author {
	font-size: 1.8rem;
	font-weight: 600;
	box-sizing: border-box;
	padding: 0 8px;
}
.article .conBox .imgBox {
	height: 392px;
	border-radius: 12px;
	overflow: hidden;
	margin: 18px 0 60px;
}
.article .conBox .imgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.article .conBox .txtBox {
	box-sizing: border-box;
	padding: 0 20px 100px;
	border-bottom: 1px solid #BBB4AA;
	margin-bottom: 60px;
}
.article .conBox .txtBox p {
	text-align: justify;
	margin-bottom: 30px;
}
.article .conBox .txtBox h2 {
	font-size: 2.2rem;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.6;
	padding-bottom: 6px;
	border-bottom: 1px solid #3A3724;
	margin: 0 0 30px;
}
.article .conBox .pagenation {
	display: flex;
	justify-content: space-between;
	padding-right: 0;
}
.article .conBox .pagenation a {
	font-weight: 600;
}
.article .conBox .pagenation .prev a {
	position: relative;
	padding-left: 35px;
}
.article .conBox .pagenation .prev a:before {
	position: absolute;
	content: "";
	width: 19px;
	height: 4px;
	border-bottom: 1px solid rgba(175,175,172,0.7);
	border-left: 1px solid rgba(175,175,172,0.7);
	transform: skewX(-55deg);
	left: 3px;
	bottom: 9px;
}
.article .conBox .pagenation .next a {
	position: relative;
	padding-right: 35px;
}
.article .conBox .pagenation .next a:before {
	position: absolute;
	content: "";
	width: 19px;
	height: 4px;
	border-bottom: 1px solid rgba(175,175,172,0.7);
	border-right: 1px solid rgba(175,175,172,0.7);
	transform: skewX(55deg);
	right: 3px;
	bottom: 9px;
}
.article .conBox .backBtn a {
	display: block;
	width: 224px;
	margin: -40px auto;
	border: 1px solid rgba(58,56,53,0.7);
	color: #3A3724;
	font-weight: 600;
	text-align: center;
	padding: 8px 0;
}
.article .flexBox .sidebar {
	margin-right: -120px;
	padding-top: 100px;
}

@media all and (max-width: 834px) {
/*	.column .topBox .headline01 {
		font-size: 2.1rem;
	}
	.column .topBox .pTxt {
		text-align: justify;
		margin: 0 7%;
	}
	.column .topBox {
		padding: 60px 0 50px;
	}
	
	.column .flexBox {
		padding: 50px 0 120px;
	}
	.column .flexBox .blogUl {
		flex-direction: column;
		width: 100%;
	}
	.column .flexBox .blogUl li {
		width: 85%;
		margin: 0 auto 40px;
		border-bottom: 1px solid #ccc;
		padding-bottom: 25px;
	}
	.column .flexBox .blogUl li a .imgBox {
		height: 210px;
	}
	.column .flexBox .blogUl li a .txtBox {
		margin: 18px 3% 0;
	}
	.column .flexBox .blogUl li a .txtBox .title {
		font-size: 1.7rem;
	}
	.column .flexBox .blogUl li a .txtBox .date,
	.column .flexBox .blogUl li a .txtBox .author {
		font-size: 1.4rem;
	}
	.column .flexBox .pagenation .wp-pagenavi {
		margin-top: 10px;
	}
	.column .flexBox .sidebar {
		margin: 90px 0 0;
	}
	.column .flexBox .sidebar .head {
		width: 85%;
		margin: 0 auto;
	}
	.column .flexBox .sidebar .selectBox {
		width: 70%;
		padding: 10px 0;
		border-radius: 40px;
	}*/
	.column .flexBox .blogUl li {
		width: 100%;
		margin: 0 auto 35px;
	}
	.column .topBox .headline01 {
		font-size: 2.1rem;
	}
	.column .topBox .pTxt {
		text-align: justify;
		margin: 0 7%;
	}
	.column .topBox {
		padding: 60px 0 50px;
	}
	.column .flexBox {
		padding: 50px 0 120px;
	}
	.column .flexBox .list_title {
		width: 90%;
	}
	.column .flexBox .blogUl {
		width: 90%;
		margin: 0 auto 57px;
	}
	.column .flexBox .blogUl li a .txtBox {
		flex-flow: column;
	}
	.column .flexBox .blogUl li a .txtBox .ttl {
		flex-flow: column;
	}
	.column .flexBox .blogUl li a .txtBox .title {
		width: 100%;
		margin-bottom: 9px;
	}

	.f_btn {
		margin-top: 62px;
	}
	.f_btn a {
		width: 80%;
		padding: 23px 4.5% 23px 0;
		font-size: 1.5rem;
	}
	.f_btn a:before {
		right: 4.5%;
		width: 7px;
		height: 7px;
	}

	/* 記事 */
	.article .flexBox {
		padding: 30px 0 120px;
	}
	.article .conBox {
		width: 88%;
		margin: 0 auto;
	}
	.article .conBox .title {
		font-size: 2rem;
	}
	.article .conBox .author {
		font-size: 1.5rem;
	}
	.article .conBox .imgBox {
		height: 210px;
		margin-bottom: 40px;
	}
	.article .conBox .txtBox {
		padding: 0 4% 80px;
		margin-bottom: 30px;
		line-height: 1.9;
	}
	.article .conBox .backBtn a {
		margin: 30px auto;
	}
	.article .flexBox .sidebar {
		padding-top: 0;
	}
}

/*------------------------------------------------------------
    information
------------------------------------------------------------*/
.info .topBox {
	background: #fff;
	padding-bottom: 0;
}
.info .flexBox {
	padding: 50px 0 150px;
}
.info .flexBox .blogUl li a .imgBox {
	position: relative;
}
.info .flexBox .blogUl li a .imgBox .cate {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1.3rem;
	font-weight: 700;
	background: #FFF159;
	border-bottom-right-radius: 8px;
	padding: 0 8px 0 12px;
}
.info .flexBox .sidebar .cateList {
	padding: 6px 0 80px;
}
.info .flexBox .sidebar .cateList li a {
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 1;
	display: block;
	box-sizing: border-box;
	padding: 22px 0 20px 12px;
	border-bottom: 1px solid rgba(187,180,170,0.5);
	position: relative;
}
.info .flexBox .sidebar .cateList li a:before {
	position: absolute;
	content: "";
	width: 19px;
	height: 4px;
	border-bottom: 1px solid rgba(175,175,172,0.7);
	border-right: 1px solid rgba(175,175,172,0.7);
	transform: skewX(55deg);
	right: 7px;
	bottom: 26px;
}
/* 記事 */
.info.article .flexBox .conBox .imgBox {
	margin-top: 30px;
}
.info.article .flexBox .conBox .cate {
	font-size: 1.3rem;
	font-weight: 700;
	background: #FFF159;
	padding: 1px 10px 2px;
	margin-left: 10px;
}
@media all and (max-width: 834px) {
	.info .topBox .headline01 {
		margin-bottom: -20px;
	}
	.info .flexBox .sidebar .cateList {
		width: 80%;
		margin: 0 auto;
	}
	.info .flexBox .conBox .imgBox {
		margin-top: 20px;
	}
}

/*------------------------------------------------------------
    clinic
------------------------------------------------------------*/
.clinic {
	padding-top: 180px;
}
.clinic .topBox .headline01 {
	text-align: center;
	font-size: 2.7rem;
}
.clinic .content {
	width: 620px;
	margin: 50px auto 180px;
	border-bottom: 1px solid #BBB4AA;
}
.clinic .content table tr th,
.clinic .content table tr td {
	border-top: 1px solid #BBB4AA;
}
.clinic .content table tr th {
	background: #FBFAF1;
	width: 165px;
	text-align: left;
	font-size: 1.5rem;
	font-weight: 400;
	box-sizing: border-box;
	padding: 28px 0 28px 35px;
}
.clinic .content table tr td {
	line-height: 1.7;
	box-sizing: border-box;
	padding: 28px 35px;
}
.clinic .content table tr td a {
	display: block;
	text-decoration: underline;
	line-height: 2;
}

@media all and (max-width: 834px) {
	.clinic {
		padding-top: 110px;
	}
	.clinic .topBox .headline01 {
		font-size: 2.2rem;
	}
	.clinic .content {
		width: 85%;
		margin: 40px auto 120px;
	}
	.clinic .content table tr th {
		width: 100px;
		padding: 18px 0 18px 20px;
	}
	.clinic .content table tr td {
		padding: 18px 20px;
	}
	.clinic .content table tr td a {
		line-height: 1.5;
		margin-bottom: 10px;
	}
}

/*------------------------------------------------------------
    privacy
------------------------------------------------------------*/
.privacy {
	padding-top: 180px;
}
.privacy .topBox .headline01 {
	text-align: center;
	font-size: 2.7rem;
}
.privacy .content {
	width: 620px;
	margin: 60px auto 120px;
}
.privacy .content .head {
	font-weight: 700;
	display: block;
	margin: 30px 0 4px;
}
.privacy .content p {
	line-height: 1.8;
	text-align: justify;
}
.privacy .content .first {
	margin-bottom: 60px;
}
.privacy .content .first .head {
	font-size: 1.8rem;
	letter-spacing: 1px;
}

@media all and (max-width: 834px) {
	.privacy {
		padding-top: 110px;
	}
	.privacy .topBox .headline01 {
		font-size: 2.2rem;
	}
	.privacy .content {
		width: 85%;
		margin: 40px auto 180px;
	}
}
	
/*------------------------------------------------------------
    contact
------------------------------------------------------------*/
/* contact01 */
.contact {
	padding: 180px 0 0;
}
.contact .topBox .headline01 {
	text-align: center;
	font-size: 2.7rem;
}
.contact .topBox .pTxt {
	text-align: center;
	font-size: 1.5rem;
	margin: 30px 0;
}
.contact .tab-wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.contact .tab-label {
	order: -1;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 1px;
	width: 283px;
	height: 61px;
	box-sizing: border-box;
	border: 1px solid rgba(187,180,170,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 13px 70px;
	transition: all .3s;
}
.contact .tab-label:hover {
	opacity: .6;
}
.contact .tab-label img {
	width: 20px;
	margin-right: 14px;
}
.contact .tab-label.sw02 img {
	display: block;
	margin-bottom: -2px;
}
.contact .tab-switch:checked+.tab-label {
	background: #3A3725;
	color: #fff;
}
.contact .tab-switch:checked+.tab-label .img01 {
	display: none;
}
.contact .tab-switch:checked+.tab-label .img02 {
	display: block!important;
}
.contact .tab-switch:checked+.tab-label+.tab-content {
	display: block!important;
}
.contact .tab-switch {
  display: none;
}
.contact .tab-content {
	width: 100%;
	display: none;
	background: #FBFAF1;
	padding-bottom: 80px;
}
.contact .tab-content .inBox {
	width: 905px;
	margin: 70px auto 100px;
	background: #fff;
	box-sizing: border-box;
	padding: 80px 60px;
}
.contact .tab-content .inBox .headBox {
	text-align: center;
}
.contact .tab-content .inBox .headBox .headline01 {
	font-size: 2.6rem;
}
.contact .tab-content .inBox .headBox .pTxt {
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.8;
	margin: 25px 0 0;
	border-bottom: 1px solid rgba(187,180,170,0.5);
	padding-bottom: 35px;
}
.contact .tab-content .inBox .conBox {
	box-sizing: border-box;
	padding: 40px 60px 35px;
	border-top: 1px solid rgba(187,180,170,0.5);
	border-bottom: 1px solid rgba(187,180,170,0.5);
	margin-top: 40px;
}
.contact .tab-content .inBox .conBox .headline01 {
	font-size: 2.4rem;
	line-height: 1;
	margin-right: 50px;
}
.contact .tab-content .inBox .conBox .tel {
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 10px;
}
.contact .tab-content .inBox .conBox .tel .number {
	font-size: 2.4rem;
	font-weight: 700;
	margin: 0 3px 0 6px;
}
.contact .tab-content .inBox .conBox .tel .sTxt {
	font-size: 1.4rem;
}
.contact .tab-content .inBox .con_flex {
	flex-wrap: wrap;
}
.contact .tab-content .inBox .con_flex .con {
	width: 50%;
	box-sizing: border-box;
	padding: 40px 60px 35px;
	border-bottom: 1px solid rgba(187,180,170,0.5);
}
.contact .tab-content .inBox .con_flex .con .headline01 {
	font-size: 1.8rem;
	letter-spacing: 0;
	margin-bottom: 5px;
}
.contact .tab-content .inBox .con_flex .con .tel .number {
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0 3px 0 6px;
}
.contact .tab-content .inBox .con_flex .con.left {
	position: relative;
}
.contact .tab-content .inBox .con_flex .con.left:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 133px;
	background: rgba(187,180,170,0.5);
	right: 0;
	top: 20px;
}
.contact .tab-content .inBox .con_flex .con.care {
	padding: 25px 60px 15px;
}
.contact .inBox .headBox {
	text-align: center;
}
.contact .inBox .headBox .headline01 {
	margin-bottom: 30px;
	font-size: 2.6rem;
}
.contact .inBox .headBox .pTxt {
	border-bottom: 0!important;
	padding: 0!important;
	margin: 0 0 10px!important;
	text-align: center;
}
.contact .step {
	justify-content: center;
	margin: 40px 0 20px;
}
.contact .step .sCon {
	width: 68px;
	height: 68px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid rgba(187,180,170,0.5);
	border-radius: 50%;
	margin: 0 33px;
}
.contact .step .sCon p {
	color: #BBB4AA;
	font-size: 1.6rem;
	letter-spacing: 1px;
}
.contact .step .sCon.on {
	background: #EDD32F;
	border: 1px solid #EDD32F;
}
.contact .step .sCon.on p {
	color: #fff;
	font-weight: 700;
}
.contact .step .sCon.second {
	position: relative;
}
.contact .step .sCon.second:before {
	position: absolute;
	content: "";
	width: 43px;
	height: 1px;
	background: rgba(187,180,170,0.5);
	left: -55px;
}
.contact .step .sCon.second:after {
	position: absolute;
	content: "";
	width: 43px;
	height: 1px;
	background: rgba(187,180,170,0.5);
	right: -55px;
}
.contact .formBox {
	width: 614px;
	margin: 0 auto;
}
.contact .formBox .con_form {
	width: 100%;
	margin-bottom: 40px;
}
.contact .formBox .con_form tr th,
.contact .formBox .con_form tr td {
	display: block;
}
.contact .formBox .con_form tr th {
	text-align: left;
	font-weight: 400;
	padding: 30px 10px 5px;
}
.contact .formBox .con_form tr th span {
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1;
	border: 1px solid #3A3724;
	padding: 2px 10px;
	margin-left: 15px;
}
.contact .formBox .con_form tr td input {
	width: 100%;
	height: 52px;
	background: #F9F9F9;
	border: none;
	box-sizing: border-box;
	padding: 0 15px;
}
.contact .formBox .con_form tr td input::placeholder {
	color: #9FA0A0;
}
.contact .formBox .con_form tr.ymd td {
	display: flex;
	align-items: flex-end;
}
.contact .formBox .con_form tr.ymd td input {
	width: 72px;
}
.contact .formBox .con_form tr.ymd td input.year {
	width: 105px;
}
.contact .formBox .con_form tr.ymd td span {
	display: inline-block;
	margin: 0 10px;
}
.contact .formBox .con_form tr td textarea {
	width: 100%;
	height: 230px;
	background: #F9F9F9;
	border: none;
	box-sizing: border-box;
	padding: 15px;
}
.contact .formBox .checkBtn {
	text-align: center;
}
.contact .formBox .checkBtn input {
	margin: 0 10px 3px 0;
}
.contact .submitbtn {
	width: 309px;
	padding: 13px 0 15px;
	margin: 30px auto 0;
	border: 1px solid rgba(187,180,170,0.5);
	position: relative;
	cursor: pointer;
}
.contact .submitbtn:hover {
	opacity: .6;
}
.contact .submitbtn input {
	width: 100%;
	background: transparent;
	border: none;
	text-align: center;
	font-size: 1.5rem;
	color: #3a3724;
	cursor: pointer;
}
.contact .submitbtn:before {
	position: absolute;
	content: "";
	width: 22px;
	height: 5px;
	border-bottom: 1px solid rgba(175,175,172,0.7);
	border-right: 1px solid rgba(175,175,172,0.7);
	transform: skewX(55deg);
	right: 20px;
	top: 26px;
	transition: all .3s;
}
.contact .submitbtn:before:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: rgba(175,175,172,0.7);
	left: -7px;
	bottom: -10px;
}
/* contact02 */
.conf {
	background: #FBFAF1;
}
.conf .inBox {
	width: 905px;
	margin: 0 auto 100px;
	background: #fff;
	box-sizing: border-box;
	padding: 80px 60px;
}
.conf .inBox .step .sCon.second:before {
	background: #EDD32F;
}
.conf .inBox .formBox {
	width: 708px;
	border-top: 1px solid rgba(175,175,172,0.7);
	border-bottom: 1px solid rgba(175,175,172,0.7);
	margin: 60px auto 40px;
	box-sizing: border-box;
	padding: 60px 0 20px 84px;
}
.conf .inBox .formBox .con_form tr th,
.conf .inBox .formBox .con_form tr td {
	display: inline-block;
	vertical-align: top;
}
.conf .inBox .formBox .con_form tr th {
	width: 204px;
	padding: 0 0 55px;
	font-weight: 700;
	letter-spacing: 1px;
}
.conf .formBox .con_form tr th span {
	display: none;
}
.conf .inBox .formBox .con_form tr td {
	width: 398px;
	padding: 0;
}
.conf .inBox .backbtn {
	text-align: center;
	margin-top: 20px;
}
.conf .inBox .backbtn button {
	border: none;
	background: none;
	text-decoration: underline;
	cursor: pointer;
	font-family: 'Noto Serif JP', serif;
	color: #3a3724;
}
.conf .inBox .backbtn button:hover {
	opacity: .7;
}
.conf .inBox .checkBtn {
	display: none;
}
/* contact03 */
.comp .inBox .step .sCon.second:before,
.comp .inBox .step .sCon.second:after {
	background: #EDD32F;
}
.comp .inBox .submitbtn {
	text-align: center;
	margin-top: 60px;
}
.comp .inBox .submitbtn a {
	font-size: 1.5rem;
}

@media all and (max-width: 834px) {
	/* contact01 */
	.contact {
		padding: 110px 0 0;
	}
	.contact .topBox .headline01 {
		font-size: 2.2rem;
	}
	.contact .topBox .pTxt {
		font-size: 1.4rem;
		margin: 25px 0 30px;
	}
	.contact .tab-label {
		width: 80%;
		height: 64px;
		margin: 0 auto 15px;
	}
	.contact .tab-content {
		margin-top: 30px;
	}
	.contact .tab-content .inBox {
		width: 92%;
		margin: 50px auto 40px;
		padding: 60px 4%;
	}
	.contact .tab-content .inBox .headBox .headline01 {
		font-size: 2.1rem;
		letter-spacing: 2px;
	}
	.contact .tab-content .inBox .headBox .pTxt {
		font-size: 1.5rem;
		text-align: justify;
		margin: 0 4%!important;
	}
	.contact .tab-content .inBox .conBox {
		padding: 30px 0;
		text-align: center;
	}
	.contact .tab-content .inBox .conBox .headline01 {
		font-size: 2rem;
		letter-spacing: 1px;
		margin: 0 0 20px;
	}
	.contact .tab-content .inBox .conBox .tel {
		font-size: 1.5rem;
		letter-spacing: 1px;
		margin-bottom: 20px;
	}
	.contact .tab-content .inBox .conBox .tel .number {
		font-size: 2rem;
	}
	.contact .tab-content .inBox .conBox .tel .sTxt {
		display: block;
		margin-top: 6px;
	}
	.contact .tab-content .inBox .con_flex .con,
	.contact .tab-content .inBox .con_flex .con.care {
		width: 100%;
		padding: 30px 0;
		text-align: center;
	}
	.contact .tab-content .inBox .con_flex .con .headline01 {
		font-size: 1.9rem;
		letter-spacing: 1px;
		margin: 0 0 20px;
	}
	.contact .tab-content .inBox .con_flex .con .tel {
		line-height: 1;
		margin-bottom: 20px;
	}
	.contact .tab-content .inBox .con_flex .con .tel .number {
		font-size: 2rem;
	}
	.contact .tab-content .inBox .con_flex .con .tel .sTxt {
		display: block;
		margin-top: 6px;
	}
	.contact .tab-content .inBox .con_flex .con.left:before {
		display: none;
	}
	.contact .step {
		flex-direction: row;
		justify-content: space-between;
		width: 270px;
		margin: 30px auto;
	}
	.contact .step .sCon {
		width: 65px;
		height: 65px;
		margin: 0;
	}
	.contact .step .sCon.second:before {
		width: 23px;
		left: -30px;
	}
	.contact .step .sCon.second:after {
		width: 23px;
		right: -30px;
	}
	.contact .formBox {
		width: 100%;
	}
	.contact .formBox .con_form {
		margin-bottom: 30px;
	}
	.contact .formBox .con_form tr.ymd td input.year {
		width: 70px;
	}
	.contact .formBox .con_form tr.ymd td input {
		width: 50px;
	}
	.contact .submitbtn {
		width: 90%;
	}
	/* contact02 */
	.conf .inBox {
		width: 90%;
		padding: 60px 4%;
	}
	.conf .inBox .headBox .pTxt {
		text-align: justify;
		margin: 0 4%!important;
	}
	.conf .inBox .formBox {
		width: 96%;
		margin: 40px auto 40px;
		padding: 30px 8% 0;
	}
	.contact .inBox .headBox .headline01 {
		font-size: 2.1rem;
	}
	.conf .inBox .formBox .con_form {
		margin-bottom: 0;
	}
	.conf .inBox .formBox .con_form tr th,
	.conf .inBox .formBox .con_form tr td {
		display: block;
		width: 100%;
	}
	.conf .inBox .formBox .con_form tr th {
		padding: 0 0 5px;
	}
	.conf .inBox .formBox .con_form tr td {
		padding: 0 0 40px 14px;
	}
}

/*------------------------------------------------------------
    recruit
------------------------------------------------------------*/
.recruit .sec01 {
	padding: 130px 0 100px;
}
.recruit .sec01 .flexBox {
	justify-content: center;
	align-items: center;
}
.recruit .sec01 .flexBox .headline01 {
	font-size: 1.7rem;
	letter-spacing: 1px;
	line-height: 2.2;
	margin-bottom: 35px;
}
.recruit .sec01 .flexBox .headline01 .sTxt {
	display: block;
	line-height: 1.6;
	text-indent: -10px;
	padding-left: 5px;
	margin-top: 10px;
}
.recruit .sec01 .con01 .imgBox {
	margin-right: 60px;
	margin-top: -80px;
	padding-left: 50px;
}
.recruit .sec01 .con02 {
	margin: 110px 0 130px;
	align-items: flex-start;
	position: relative;
}
.recruit .sec01 .con02:before {
	position: absolute;
	content: "";
	width: 68vw;
	height: 426px;
	background: #FBFAF1;
	z-index: -1;
	left: 0;
	top: 64px;
}
.recruit .sec01 .con02 .txtBox {
	margin: -30px 90px auto 0;
}
.recruit .sec01 .con02 .imgBox {
	display: flex;
	flex-direction: column;
	margin-right: -200px;
}
.recruit .sec01 .con02 .imgBox .img01 {
	width: 514px;
	border-radius: 8px;
}
.recruit .sec01 .con02 .imgBox .img02 {
	width: 365px;
	border-radius: 8px;
	margin: 40px auto 0 -140px;
}
.recruit .sec01 .con03 {
	text-align: center;
}
.recruit .sec01 .con03 .headline01 {
	font-size: 2.4rem;
	text-align: center;
	position: relative;
	display: inline-block;
	margin-bottom: 45px;
}
.recruit .sec01 .con03 .headline01:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 1px;
	background: #3A3724;
	left: -70px;
	top: 17px;
}
.recruit .sec01 .con03 .headline01:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 1px;
	background: #3A3724;
	right: -70px;
	top: 17px;
}
.recruit .sec01 .con03 .inBox {
	width: 840px;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.recruit .sec01 .con03 .inBox .sqBox label {
	display: block;
	width: 183px;
	height: 170px;
	margin: 0 10px 22px;
	box-shadow: 0 0 6px rgba(175,175,172,0.5);
	box-sizing: border-box;
	border-radius: 10px;
	padding: 20px 0 0;
	position: relative;
	font-family: 'Midashi Go MB31', sans-serif;
	transition: .3s;
}
.recruit .sec01 .con03 .inBox .sqBox label:hover {
	opacity: .6;
}
.recruit .sec01 .con03 .inBox .sqBox label:before {
	position: absolute;
	content: "";
	width: 17px;
	height: 10px;
	background: url("img/recruit/arrow.svg")100% no-repeat;
	bottom: 20px;
	left: 50%;
	margin-left: -9px;
}
.recruit .sec01 .con03 .inBox .sqBox label img {
	width: 53px;
	height: auto;
	margin-bottom: 20px;
}
.recruit .sec01 .con03 .inBox .sqBox:nth-child(5) label img {
	margin: 10px 0 22px;
	width: 41px;
}
.recruit .sec01 .con03 .inBox .sqBox:nth-child(6) label img {
	margin: 12px 0 26px;
	width: 46px;
}
.recruit .sec01 .con03 .inBox .sqBox label p {
	font-size: 2rem;
	letter-spacing: 2px;
	font-weight: 700;
	line-height: 1.1;
}
.recruit .sec02 {
	background: #FBFAF1;
	padding: 102px 0 90px;
	text-align: center;
}
.recruit .sec02 .headline01 {
	text-align: center;
	font-size: 2.6rem;
	background: #FBFAF1;
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0 30px;
}
.recruit .sec02 .inBox {
	width: 838px;
	border: 1px solid rgba(175,175,172,0.6);
	border-radius: 20px;
	margin: -20px auto 0;
	display: flex;
	justify-content: center;
	padding: 70px 0 40px;
	position: relative;
}
.recruit .sec02 .inBox:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 388px;
	border: 1px solid rgba(175,175,172,0.6);
	border-radius: 20px;
	top: 10px;
	left: 10px;
}
.recruit .sec02 .inBox ul {
	width: 306px;
}
.recruit .sec02 .inBox .list01 {
	margin-right: 50px;
}
.recruit .sec02 .inBox .list02 {
	margin-right: -20px;
}
.recruit .sec02 .inBox ul li {
	font-family: 'Zen Old Mincho', serif;
	font-weight: 600;
	font-size: 1.7rem;
	line-height: 1.5;
	margin-bottom: 20px;
	text-align: left;
	padding-left: 30px;
	position: relative;
}
.recruit .sec02 .inBox ul li:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	background: #EDD32F;
	top: 6px;
	left: 3px;
}
.recruit .sec03 {
	padding: 103px 0 50px;
}
.recruit .sec03 .flexBox {
	justify-content: flex-end;
	align-items: flex-end;
	margin-bottom: 120px;
}
.recruit .sec03 .flexBox .headline01 {
	font-size: 2.4rem;
	letter-spacing: 2px;
	background: #fff;
	margin-right: -356px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding: 45px 70px 0 0;
	border-radius: 0 24px 0 0;
}
.recruit .sec03 .flexBox .headline01 .mTxt {
	font-size: 3.2rem;
}
.recruit .sec03 .flexBox .headline01 .big {
	font-size: 4.6rem;
}
.recruit .sec03 .flexBox .imgBox {
	width: 68%;
	border-radius: 30px 0 0 0;
	overflow: hidden;
	object-fit: cover;
	max-height: 420px;
}
.recruit .sec03 .flexBox .imgBox img {
	width: 100%;
	height: 100%;
}
.recruit .sec03 .pointCon {
	width: 700px;
	margin: 0 auto 90px;
}
.recruit .sec03 .pointCon .headline01 {
	font-size: 2.2rem;
	letter-spacing: 1px;
	position: relative;
	padding-left: 70px;
	margin-bottom: 24px;
}
.recruit .sec03 .pointCon .headline01:before {
	position: absolute;
	content: "";
	width: 150px;
	height: 150px;
	border-radius: 100px;
	background: #FBFAF1;
	z-index: -1;
	left: -50px;
	top: -55px;
}
.recruit .sec03 .pointCon .headline01 img {
	position: absolute;
	height: 40px;
	margin-right: 30px;
	left: 0;
	top: -5px;
}
.recruit .sec03 .pointCon .pTxt {
	box-sizing: border-box;
	padding-left: 72px;
	text-align: justify;
	line-height: 1.8;
}
.recruit .sec03 .pointCon.last .pTxt {
	margin-bottom: 20px;
}
.recruit .sec03 .pointCon.last .pTxt.line01 {
	margin-bottom: 28px;
}
.recruit .sec03 .pointCon.last .pTxt span {
	display: block;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 1.5rem;
}
.recruit .sec04 {
	background: #FBFAF1;
	padding: 90px 0 80px;
}
.recruit .sec04 .enTxt {
	font-size: 3.8rem;
	letter-spacing: 8px;
	text-align: center;
	margin-bottom: 40px;
}
.recruit .sec04 .flexBox {
	justify-content: center;
}
.recruit .sec04 .flexBox .imgBox {
	width: 187px;
	margin-right: 65px;
}
.recruit .sec04 .flexBox .imgBox .name {
	font-weight: 700;
	font-size: 1.6rem;
	text-align: center;
	margin-top: 15px;
}
.recruit .sec04 .flexBox .imgBox .name .sTxt {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7;
	display: block;
}
.recruit .sec04 .flexBox .txtBox {
	width: 500px;
}
.recruit .sec04 .flexBox .txtBox .headline01 {
	font-size: 2.5rem;
	line-height: 1.8;
	margin-bottom: 30px;
}
.recruit .sec04 .flexBox .txtBox .pTxt {
	text-align: justify;
	margin-bottom: 24px;
}
.recruit .sec05 {
	padding: 110px 0;
}
.recruit .sec05 .headline01 {
	font-size: 2rem;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 25px;
}
.recruit .sec05 .pTxt {
	text-align: center;
	margin-bottom: 10px;
}
.recruit .sec05 ul {
	display: flex;
	width: 750px;
	margin: 0 auto;
	flex-wrap: wrap;
}
.recruit .sec05 ul li a {
	display: block;
	width: 312px;
	box-sizing: border-box;
	margin: 0 28px;
	font-size: 1.6rem;
	line-height: 1.4;
	padding: 40px 0 5px;
}
.recruit .sec06 .btnBox {
	background: #E0DCD5;
	text-align: center;
	padding: 65px 0 0;
}
.recruit .sec06 .btnBox .headline01 {
	font-size: 2.8rem;
}
.recruit .sec06 .btnBox .pTxt {
	line-height: 1.7;
	margin: 26px 0 36px;
	text-align: center;
}
.recruit .sec06 .tab-wrap {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 850px;
	margin: 0 auto;
}
.recruit .sec06 .tab-label {
	order: -1;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 1px;
	width: 196px;
	height: 62px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 7px 10px;
	transition: all .3s;
	position: relative;
	font-family: 'Midashi Go MB31', sans-serif;
}
.recruit .sec06 .tab-label:before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #B0B0B0;
	border-right: 1px solid #B0B0B0;
	transform: rotate(45deg);
	z-index: 1;
	right: 17px;
	top: 40%;
}
.recruit .sec06 .tab-label:hover {
	opacity: .7;
}
.recruit .sec06 .tab-switch:checked+.tab-label {
	background: #3A3725;
	color: #fff;
}
.recruit .sec06 .tab-switch:checked+.tab-label:before {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.recruit .sec06 .tab-switch:checked+.tab-label+.tab-content {
	display: block;
}
.recruit .sec06 .tab-switch {
  display: none;
}
.recruit .sec06 .tab-content {
	width: 100vw;
	display: none;
	background: #FBFAF1;
	padding: 102px 0 40px;
	margin: 40px calc(50% - 50vw) 0;
	position: relative;
}
.recruit .sec06 .tab-content:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  border-top: 40px solid #E0DCD5;
  top: -5px;
  left: 50%;
  margin-left: -90px;
}
.recruit .sec06 .tab-content .bTxt {
	font-size: 2.4rem;
	position: relative;
	display: inline-block;
	margin-bottom: 48px;
}
.recruit .sec06 .tab-content .bTxt:before {
	position: absolute;
	content: "";
	width: 8px;
	height: 25px;
	border: 1px solid #3A3725;
	border-right: none;
	top: 4px;
	left: -60px;
}
.recruit .sec06 .tab-content .bTxt:after {
	position: absolute;
	content: "";
	width: 8px;
	height: 25px;
	border: 1px solid #3A3725;
	border-left: none;
	top: 4px;
	right: -60px;
}
.recruit .sec06 .tab-content .inBox {
	width: 834px;
	margin: 0 auto 40px;
	background: #fff;
	box-shadow: 0 0 4px rgba(175,175,172,0.6);
	border-radius: 14px;
	box-sizing: border-box;
	padding: 70px 80px;
}
.recruit .sec06 .tab-content .inBox .headline01 {
	font-size: 2.4rem;
	text-align: left;
	letter-spacing: 1px;
	border-bottom: 1px solid rgba(175,175,172,0.6);
	padding-left: 6px;
	padding-bottom: 25px;
	margin-bottom: 35px;
}
.recruit .sec06 .tab-content .inBox .headline01 .address {
	margin-left: 20px;
	letter-spacing: 1px;
}
.recruit .sec06 .tab-content .inBox .tableBox {
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}
.recruit .sec06 .tab-content .inBox .tableBox table {
	width: 100%;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 600;
}
.recruit .sec06 .tab-content .inBox .tableBox table tr th,
.recruit .sec06 .tab-content .inBox .tableBox table tr td {
	padding: 20px 0;
	border-bottom: 7px solid #fff;
}
.recruit .sec06 .tab-content .inBox .tableBox table tr.last th,
.recruit .sec06 .tab-content .inBox .tableBox table tr.last td {
	border-bottom: none;
}
.recruit .sec06 .tab-content .inBox .tableBox table tr th {
	width: 174px;
	background: #EDD32F;
	color: #fff;
	font-size: 1.6rem;
	border-right: 7px solid #fff;
}
.recruit .sec06 .tab-content .inBox .tableBox table tr td {
	font-size: 1.5rem;
	background: #FBFAF1;
	text-align: left;
	box-sizing: border-box;
	padding-left: 40px;
	line-height: 1.4;
}
.recruit .sec06 .tab-content .inBox .tableBox table tr td .flexBox p {
	width: 50%;
}
.recruit .sec06 .tab-content .inBox .border {
	width: 100%;
	height: 1px;
	border-top: 1px dashed rgba(175,175,172,0.5);
	margin: 40px 0;
}
.recruit .sec06 .btnflex {
	background: #FBFAF1;
	padding-bottom: 105px;
}
.recruit .sec06 .btnflex .flexBox {
	justify-content: center;
	margin-bottom: 30px;
}
.recruit .sec06 .btnflex .flexBox .btn a {
	display: block;
	width: 336px;
	border-radius: 7px;
	border: 2px solid #fff;
	margin: 0 15px;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 600;
	font-size: 2rem;
	text-align: center;
	padding: 15px 0 13px;
	position: relative;
}
.recruit .sec06 .btnflex .flexBox .btn a:before {
	position: absolute;
  content: "";
  width: 22px;
  height: 5px;
  border-bottom: 1px solid rgba(58,55,36,0.7);
  border-right: 1px solid rgba(58,55,36,0.7);
  transform: skewX(55deg);
  right: 30px;
  bottom: 30px;
}
.recruit .sec06 .btnflex .flexBox .btn.left a {
	background: #D9CEBB;
}
.recruit .sec06 .btnflex .flexBox .btn.right a {
	background: #FFF159;
}
.recruit .sec06 .btnflex .headline01 {
	text-align: center;
	letter-spacing: 0;
	font-size: 1.5rem;
}

@media all and (max-width: 834px) {
	.recruit .sec01 {
		padding: 60px 0;
	}
	.recruit .sec01 .con01 .imgBox {
		margin: 0 auto 24px;
		padding: 0;
	}
	.recruit .sec01 .con01 .imgBox img {
		width: 185px;
	}
	.recruit .sec01 .con01 .txtBox {
		margin: 0 8%;
	}
	.recruit .sec01 .flexBox .headline01 {
		font-size: 1.6rem;
		letter-spacing: 0;
		line-height: 2;
		margin-bottom: 24px;
		text-align: justify;
	}
	.recruit .sec01 .flexBox .headline01 .sTxt {
		font-size: 1.3rem;
	}
	.recruit .sec01 .con02 {
		flex-direction: column-reverse;
		margin: 40px 0;
	}
	.recruit .sec01 .con02:before {
		width: 75%;
		right: 0;
		top: 120px;
		left: auto;
		height: 590px;
	}
	.recruit .sec01 .con02 .imgBox {
		margin: 0;
	}
	.recruit .sec01 .con02 .imgBox .img01 {
		width: 85vw;
		margin: 0 0 0 auto;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.recruit .sec01 .con02 .imgBox .img02 {
		width: 68%;
		margin: 46px auto 0 -4%;
	}
	.recruit .sec01 .con02 .txtBox {
		margin: 50px 8%;
	}
	.recruit .sec01 .con03 .headline01 {
		font-size: 2rem;
		letter-spacing: 2px;
		margin-bottom: 35px;
	}
	.recruit .sec01 .con03 .headline01:before {
		width: 35px;
		top: 15px;
		left: -50px;
	}
	.recruit .sec01 .con03 .headline01:after {
		width: 35px;
		top: 15px;
		right: -50px;
	}
	.recruit .sec01 .con03 .inBox {
		width: 87%;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.recruit .sec01 .con03 .inBox .sqBox {
		width: 47%;
	}
	.recruit .sec01 .con03 .inBox .sqBox label {
		width: 100%;
		height: 140px;
		margin: 0 0 20px;
		padding: 15px 0 0;
	}
	.recruit .sec01 .con03 .inBox .sqBox label:before {
		bottom: 16px;
	}
	.recruit .sec01 .con03 .inBox .sqBox label img {
		width: 42px;
		margin-bottom: 14px;
	}
	.recruit .sec01 .con03 .inBox .sqBox:nth-child(3) label img {
		margin: 5px 0 14px;
	}
	.recruit .sec01 .con03 .inBox .sqBox:nth-child(4) label img {
		margin: 2px 0 17px;
	}
	.recruit .sec01 .con03 .inBox .sqBox:nth-child(5) label img {
		margin: 5px 0 14px;
	}
	.recruit .sec01 .con03 .inBox .sqBox:nth-child(6) label img {
		margin: 10px 0 16px;
	}
	.recruit .sec01 .con03 .inBox .sqBox label p {
		font-size: 1.7rem;
	}
	.recruit .sec02 {
		padding: 70px 0 100px;
	}
	.recruit .sec02 .headline01 {
		font-size: 2.3rem;
		padding: 0 15px;
	}
	.recruit .sec02 .inBox {
		width: 90%;
		border-radius: 12px;
		margin: -40px auto 0;
		flex-direction: column;
	}
	.recruit .sec02 .inBox:before {
		height: 100%;
		border-radius: 12px;
		top: 6px;
		left: 6px;
	}
	.recruit .sec02 .inBox ul {
		width: 80%;
		margin: 0 auto!important;
	}
	.recruit .sec02 .inBox ul li {
		font-size: 1.6rem;
	}
	.recruit .sec03 {
		padding: 0 0 30px;
	}
	.recruit .sec03 .flexBox {
		flex-direction: column-reverse;
		margin-bottom: 60px;
	}
	.recruit .sec03 .flexBox .imgBox {
		width: 100%;
		max-height: none;
		border-radius: 0;
	}
	.recruit .sec03 .flexBox .headline01 {
		text-align: center;
		box-sizing: border-box;
		margin: 55px auto 20px;
		padding: 20px 2% 15px;
		font-size: 1.8rem;
		letter-spacing: 0.5px;
		border-top: 1px solid #3a3724;
		border-bottom: 1px solid #3a3724;
		border-radius: 0;
	}
	.recruit .sec03 .flexBox .headline01 .mTxt {
		font-size: 2.5rem;
	}
	.recruit .sec03 .flexBox .headline01 .big {
		font-size: 3.1rem;
	}
	.recruit .sec03 .pointCon {
		width: 85%;
		margin-bottom: 70px;
	}
	.recruit .sec03 .pointCon .headline01 {
		font-size: 2rem;
		letter-spacing: 0;
		padding-left: 50px;
	}
	.recruit .sec03 .pointCon .headline01:before {
		width: 88px;
		height: 88px;
		left: -20px;
		top: -33px;
	}
	.recruit .sec03 .pointCon .headline01 img {
		height: 25px;
		top: 0;
		margin-right: 14px;
	}
	.recruit .sec03 .pointCon .pTxt {
		padding-left: 0;
		line-height: 2;
	}
	.recruit .sec03 .pointCon .pTxt.list {
		line-height: 1.8;
	}
	.recruit .sec04 {
		padding: 60px 0 40px;
	}
	.recruit .sec04 .enTxt {
		font-size: 3.2rem;
		letter-spacing: 6px;
		margin-bottom: 30px;
	}
	.recruit .sec04 .flexBox .imgBox {
		width: 100%;
		margin-bottom: 40px;
	}
	.recruit .sec04 .flexBox .imgBox img {
		display: block;
		width: 50%;
		margin: 0 auto 20px;
	}
	.recruit .sec04 .flexBox .imgBox .name {
		font-size: 1.8rem;
	}
	.recruit .sec04 .flexBox .imgBox .name .sTxt {
		font-size: 1.5rem;
	}
	.recruit .sec04 .flexBox .txtBox {
		width: 85%;
		margin: 0 auto;
	}
	.recruit .sec04 .flexBox .txtBox .headline01 {
		font-size: 2.2rem;
		letter-spacing: 0;
		margin-bottom: 20px;
	}
	.recruit .sec05 {
		padding: 70px 0 90px;
	}
	.recruit .sec05 .headline01 {
		font-size: 2.1rem;
	}
	.recruit .sec05 .pTxt {
		text-align: justify;
		margin: 0 7%;
	}
	.recruit .sec05 ul {
		width: 86%;
	}
	.recruit .sec05 ul li {
		width: 100%;
	}
	.recruit .sec05 ul li a {
		width: 100%;
		margin: 0;
		padding-left: 5px;
	}
	.recruit .sec05 ul li a:after {
		left: 0;
	}
	.recruit .sec06 .btnBox .headline01 {
		font-size: 2.5rem;
	}
	.recruit .sec06 .btnBox .pTxt {
		text-align: justify;
		margin: 30px 10% 40px;
	}
	.recruit .sec06 .tab-wrap {
		width: 95%;
	}
	.recruit .sec06 .tab-label {
		width: 47%;
		height: 47px;
		margin: 0 5px 11px;
		font-size: 1.5rem;
		border-radius: 4px;
	}
	.recruit .sec06 .tab-label:before {
		right: 12px;
	}
	.recruit .sec06 .tab-content {
		margin: 30px calc(50% - 50vw) 0;
		padding: 70px 0 30px;
	}
	.recruit .sec06 .tab-content:before {
		border-left: 60px solid transparent;
		border-right: 60px solid transparent;
		border-top: 30px solid #E0DCD5;
		margin-left: -60px;
	}
	.recruit .sec06 .tab-content .bTxt {
		font-size: 2.2rem;
		margin-bottom: 36px;
		letter-spacing: 1px;
	}
	.recruit .sec06 .tab-content .bTxt:before {
		height: 22px;
		width: 6px;
		left: -45px;
	}
	.recruit .sec06 .tab-content .bTxt:after {
		height: 22px;
		width: 6px;
		right: -45px;
	}
	.recruit .sec06 .tab-content .inBox {
		width: 92%;
		padding: 40px 5%;
		border-radius: 8px;
		margin-bottom: 25px;
	}
	.recruit .sec06 .tab-content .inBox .headline01 {
		font-size: 1.9rem;
		padding-left: 10px;
		padding-bottom: 20px;
		margin-bottom: 26px;
	}
	.recruit .sec06 .tab-content .inBox .headline01 .address {
		display: block;
		margin: 5px 0 0;
	}
	.recruit .sec06 .tab-content .inBox .tableBox table tr th {
		width: 90px;
		font-size: 1.4rem;
		padding: 16px 0;
	}
	.recruit .sec06 .tab-content .inBox .tableBox table tr td {
		font-size: 1.4rem;
		padding: 16px 20px;
	}
	.recruit .sec06 .btnflex .flexBox {
		margin-bottom: 10px;
	}
	.recruit .sec06 .btnflex .flexBox .btn a {
		width: 80%;
		margin: 0 auto 13px;
		font-size: 1.6rem;
	}
	.recruit .sec06 .btnflex .headline01 {
		line-height: 1.8;
	}
	.recruit .sec06 .tab-content .inBox .tableBox table tr td .flexBox p {
		width: 100%;
	}
}

/*------------------------------------------------------------
    facilities
------------------------------------------------------------*/
.facilities .head {
	text-align: center;
	font-size: 2.6rem;
	margin: 80px 0 50px;
}
.facilities .content {
	background: #FBFAF1;
	padding: 75px 0 140px;
}
.facilities .content .inBox {
	width: 860px;
	margin: 0 auto 32px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 0 4px rgba(175,175,172,0.6);
	box-sizing: border-box;
	padding: 50px 65px 40px 50px;
	align-items: flex-start;
}
.facilities .content .inBox img {
	width: 280px;
	border-radius: 8px;
	margin-right: 64px;
}
.facilities .content .inBox .txtBox {
	text-align: right;
	padding-top: 15px;
}
.facilities .content .inBox .txtBox .headline01 {
	font-size: 2rem;
	letter-spacing: 2px;
	text-align: left;
}
.facilities .content .inBox .txtBox .headline01 .big {
	font-size: 2.3rem;
	margin-left: 8px;
}
.facilities .content .inBox .txtBox .address {
	font-size: 1.4rem;
	margin: 5px 0 22px;
	text-align: left;
}
.facilities .content .inBox .txtBox .pTxt {
	font-size: 1.5rem;
	line-height: 2;
	margin-bottom: 35px;
	text-align: left;
}
.facilities .content .inBox .txtBox a {
	text-decoration: underline;
	font-size: 1.5rem;
}

@media all and (max-width: 834px) {
	.facilities .head {
		font-size: 2.2rem;
		margin: 45px 0 35px;
	}
	.facilities .content {
		padding: 50px 0 70px;
	}
	.facilities .content .inBox {
		width: 88%;
		padding: 40px 11% 30px;
		margin-bottom: 25px;
	}
	.facilities .content .inBox img {
		width: 100%;
		margin: 0 0 12px;
	}
	.facilities .content .inBox .txtBox .headline01 {
		font-size: 1.5rem;
		letter-spacing: 0.5px;
		text-align: center;
		width: 120%;
		margin-left: -10%;
	}
	.facilities .content .inBox .txtBox .headline01 .big {
		font-size: 2.1rem;
	}
	.facilities .content .inBox .txtBox .address {
		font-size: 1.3rem;
		text-align: center;
		border-bottom: 1px solid rgba(175,175,172,0.6);
		padding-bottom: 10px;
		margin: 0 0 18px;
	}
	.facilities .content .inBox .txtBox .pTxt {
		font-size: 1.4rem;
		line-height: 1.7;
		text-align: justify;
		margin-bottom: 20px;
	}
	.facilities .content .inBox .txtBox a {
		font-size: 1.4rem;
	}
}

/*------------------------------------------------------------
   special
------------------------------------------------------------*/
.special .sec01 .flexBox .headline01 {
	width: 332px;
}
.special .sec01 .flexBox .txtBox {
	width: 509px;
	margin-right: -50px;
}
.special .sec02 {
	background: #FBFAF1;
	text-align: center;
	padding: 120px 0 10px;
}
.special .sec02 .brTxt {
	font-size: 2.6rem;
	text-align:center;
	position: relative;
	display: inline-block;
	margin-bottom: 88px;
}
.special .sec02 .brTxt:before {
	position: absolute;
	content: "";
	width: 9.5px;
	height: 24px;
	border: 1px solid #3A3724;
	border-right: 0;
	top: 22%;
	left: -60px;
}
.special .sec02 .brTxt:after {
	position: absolute;
	content: "";
	width: 9.5px;
	height: 24px;
	border: 1px solid #3A3724;
	border-left: 0;
	top: 22%;
	right: -60px;
}
.special .sec02 .conBox {
	justify-content: center;
	margin-bottom: 135px;
}
.special .sec02 .conBox .leftBox {
	width: 170px;
	text-align: left;
	margin-right: 98px;
	padding-top: 8px;
}
.special .sec02 .conBox .leftBox .headline01 {
	font-size: 2.6rem;
	margin-bottom: 30px;
	width: 110%;
	margin-right: -10%;
}
.special .sec02 .conBox .leftBox img {
	border-radius: 8px;
}
.special .sec02 .conBox .leftBox .name {
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
	font-size: 1.5rem;
}
.special .sec02 .conBox .rightBox {
	width: 593px;
	border-left: 1px solid rgba(175,175,172,0.6);
	box-sizing: border-box;
	padding: 5px 0 24px 50px;
}
.special .sec02 .conBox .rightBox .headline01 {
	font-size: 2.2rem;
	line-height: 1.8;
	letter-spacing: 0.1rem;
	text-align: left;
	margin-bottom: 20px;
	font-feature-settings: "palt";
}
.special .sec02 .conBox .rightBox .headline01 .en {
	padding-left: 2px;
	font-size: 2.2rem;
	letter-spacing: 0.3rem;
}
.special .sec02 .conBox .rightBox p {
	padding: 0 20px 40px 0;
	text-align: left;
}
.special .sec02 .conBox .rightBox .tableBox {
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}
.special .sec02 .conBox .rightBox .tableBox table {
	width: 100%;
}
.special .sec02 .conBox .rightBox .tableBox table tr th {
	background: #EDD32F;
	color: #fff;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 600;
	font-size: 1.7rem;
	width: 148px;
	padding: 24px 0;
}
.special .sec02 .conBox .rightBox .tableBox table tr td {
	background: #fff;
	font-size: 1.5rem;
	line-height: 1.6;
	box-sizing: border-box;
	padding: 24px 0 24px 40px;
	text-align: left;
}
.special .sec02 .conBox .rightBox .tableBox table tr th,
.special .sec02 .conBox .rightBox .tableBox table tr td {
	border-bottom: 7px solid #FBFAF1;;
}
.special .sec02 .conBox .rightBox .tableBox table tr.last th,
.special .sec02 .conBox .rightBox .tableBox table tr.last td {
	border-bottom: none;
}


.special .sec02 .conBox .rightBox .reserveBox {
	margin-top: 50px;
	padding-top: 40px;
	border-top: 1px dashed rgba(193,193,193,0.6);
}
.special .sec02 .conBox .rightBox .reserveBox .headline01 {
	letter-spacing: 3px;
}
.special .sec02 .conBox .rightBox .reserveBox .pTxt {
	margin-bottom: 22px;
	padding: 0;
	text-indent: -14px;
	padding-left: 14px;
}
.special .sec02 .conBox .rightBox .reserveBox .pTxt .tel {
	font-size: 1.7rem;
	letter-spacing: 1px;
	border-bottom: none;
	margin-top: 3px;
	padding-left: 5px;
}
.special .sec02 .conBox .rightBox .reserveBox .pTxt .tel .num {
	font-size: 2.1rem;
}
.special .sec02 .conBox .rightBox .reserveBox .flexBox {
	margin-top: -20px;
}
.special .sec02 .conBox .rightBox .reserveBox .flexBox .fax {
	font-size: 1.7rem;
	letter-spacing: 1px;
	text-align: left;
	padding-top: 15px;
	padding-left: 15px;
	box-sizing: border-box;
}
.special .sec02 .conBox .rightBox .reserveBox .flexBox .fax .num {
	font-size: 2.1rem;
}
.special .sec02 .conBox .rightBox .reserveBox .flexBox .mailBox {
	border-left: 1px dashed rgba(175,175,172,0.5);
	padding-left: 30px;
	margin-left: 10px;
	margin-right: -50px;
	padding-top: 8px;
}
.special .sec02 .conBox .rightBox .reserveBox .flexBox .mailBox .mailBtn {
	margin-bottom: 20px;
}
.special .sec02 .conBox .rightBox .reserveBox .flexBox .mailBox .mailBtn .headline01 {
	display: block;
	width: 244px;
	background: #fff159;
	letter-spacing: 1px;
	padding: 15px 10px 15px 0;
	position: relative;
	box-sizing: border-box;
	text-align: center;
}
.special .sec02 .conBox .rightBox .reserveBox .flexBox .mailBox .mailBtn .headline01:hover {
	opacity: 1;
}
.special .sec02 .conBox .rightBox .reserveBox .flexBox .mailBox .mailBtn .headline01 span {
	font-size: 1.6rem;
	display: block;
	line-height: 1;
	position: relative;
	z-index: 3;
}
.special .sec02 .conBox .rightBox .reserveBox .flexBox .mailBox .mailBtn .headline01:hover span {
	color: #fff;
}
/* 矢印 */
.special .sec02 .conBox .rightBox .reserveBox .flexBox .mailBox .mailBtn .headline01:before {
	position: absolute;
	content: "";
	width: 18px;
	height: 3px;
	border-bottom: 1px solid #3a3724;
	border-right: 1px solid #3a3724;
	transform: skewX(60deg);
	right: 20px;
	top: 47%;
	z-index: 3;
}
.special .sec02 .conBox .rightBox .reserveBox .flexBox .mailBox .mailBtn .headline01:hover:before {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
/* hover 背景色 */
.special .sec02 .conBox .rightBox .reserveBox .flexBox .mailBox .mailBtn .headline01:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #3A3724;
	width: 100%;
	height: 100%;
	transition: transform .5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: top;
}
.special .sec02 .conBox .rightBox .reserveBox .flexBox .mailBox .mailBtn .headline01:hover:after {
	transform:scale(1, 1);
}
.special .sec02 .conBox .rightBox .reserveBox .flexBox .mailBox ul li {
	text-align: left;
	text-indent: -14px;
	line-height: 1.4;
	margin-bottom: 10px;
	padding-left: 20px;
}



/*.special .sec03 {
	padding: 85px 0 100px;
	text-align: center;
}
.special .sec03 .head {
	font-size: 2.6rem;
	width: 564px;
	margin: 0 auto;
	border-bottom: 1px solid rgba(175,175,172,0.6);
	padding-bottom: 15px;
	margin-bottom: 35px;
}
.special .sec03 .pTxt {
	width: 500px;
	margin: 0 auto 15px;
	text-align: left;
	text-indent: -14px;
}
.special .sec03 .pTxt .tel {
	font-size: 1.7rem;
	letter-spacing: 1px;
	border-bottom: none;
	display: block;
	margin-top: 5px;
	padding-left: 15px;
}
.special .sec03 .pTxt .tel .num {
	font-size: 2.1rem;
}
.special .sec03 .flexBox {
	justify-content: center;
}
.special .sec03 .flexBox .fax {
	font-size: 1.7rem;
	letter-spacing: 1px;
	text-align: left;
	padding-top: 15px;
}
.special .sec03 .flexBox .fax .num {
	font-size: 2.1rem;
}
.special .sec03 .flexBox .mailBox {
	border-left: 1px dashed rgba(175,175,172,0.5);
	padding-left: 30px;
	margin-left: 30px;
	margin-right: -50px;
	padding-top: 8px;
}
.special .sec03 .flexBox .mailBox .mailBtn {
	margin-bottom: 20px;
}
.special .sec03 .flexBox .mailBox .mailBtn .headline01 {
	display: block;
	width: 244px;
	background: #fff159;
	letter-spacing: 1px;
	padding: 15px 10px 15px 0;
	position: relative;
	box-sizing: border-box;
}
.special .sec03 .flexBox .mailBox .mailBtn .headline01:hover {
	opacity: 1;
}
.special .sec03 .flexBox .mailBox .mailBtn .headline01 span {
	font-size: 1.6rem;
	display: block;
	line-height: 1;
	position: relative;
	z-index: 3;
}
.special .sec03 .flexBox .mailBox .mailBtn .headline01:hover span {
	color: #fff;
}
/* 矢印
.special .sec03 .flexBox .mailBox .mailBtn .headline01:before {
	position: absolute;
	content: "";
	width: 18px;
	height: 3px;
	border-bottom: 1px solid #3a3724;
	border-right: 1px solid #3a3724;
	transform: skewX(60deg);
	right: 20px;
	top: 47%;
	z-index: 3;
}
.special .sec03 .flexBox .mailBox .mailBtn .headline01:hover:before {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
/* hover 背景色
.special .sec03 .flexBox .mailBox .mailBtn .headline01:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #3A3724;
	width: 100%;
	height: 100%;
	transition: transform .5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: top;
}
.special .sec03 .flexBox .mailBox .mailBtn .headline01:hover:after {
	transform:scale(1, 1);
}
.special .sec03 .flexBox .mailBox ul li {
	text-align: left;
	text-indent: -14px;
	line-height: 1.4;
	margin-bottom: 10px;
	padding-left: 20px;
}*/

@media all and (max-width: 834px) {
	.special .sec01 {
		padding-bottom: 70px;
	}
	.special .sec01 .imgBox {
		margin-bottom: 50px;
	}
	.special .sec01 .imgBox img {
		margin-bottom: -70px;
	}
	.special .sec01 .imgBox .headline01 {
		padding: 15px 8% 0;
	}
	.special .sec01 .imgBox .headline01 .enTxt {
		letter-spacing: 1.5px;
	}
	.special .sec01 .flexBox .headline01 {
		width: 85%;
		margin: 0 auto;
	}
	.special .sec01 .flexBox .txtBox {
		width: 85%;
		margin: 25px auto 0;
	}
	.special .sec02 {
		padding: 70px 0 80px;
	}
	.special .sec02 .brTxt {
		font-size: 2.3rem;
		margin-bottom: 46px;
	}
	.special .sec02 .brTxt:before {
		width: 7px;
		height: 20px;
		top: 23.5%;
		left: -45px;
	}
	.special .sec02 .brTxt:after {
		width: 7px;
		height: 20px;
		top: 23.5%;
		right: -45px;
	}
	.special .sec02 .conBox {
		margin-bottom: 105px;
	}
	.special .sec02 .conBox:last-child {
		margin-bottom: 0;
	}
	.special .sec02 .conBox .leftBox {
		width: 90%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px solid rgba(175,175,172,0.6);
		box-sizing: border-box;
		padding: 0 3% 28px 7%;
	}
	.special .sec02 .conBox .leftBox .headline01 {
		font-size: 2.1rem;
		letter-spacing: 2px;
		width: auto;
		margin: 0;
	}
	.special .sec02 .conBox .leftBox .name {
		font-size: 1.4rem;
		font-family: 'Noto Serif JP', serif;
		letter-spacing: 1px;
	}
	.special .sec02 .conBox .leftBox img {
		width: 44%;
		border-radius: 4px;
	}
	.special .sec02 .conBox .rightBox {
		width: 88%;
		margin: 0 auto;
		padding: 30px 0 0;
		border: none;
	}
	.special .sec02 .conBox .rightBox .headline01 {
		font-size: 2rem;
		letter-spacing: 1px;
		margin: 0 3% 14px;
	}
	.special .sec02 .conBox .rightBox p {
		padding: 0;
		margin: 0 3% 40px;
		line-height: 2;
	}
	.special .sec02 .conBox .rightBox .tableBox table tr th {
		width: 90px;
		font-size: 1.4rem;
		padding: 16px 0;
	}
	.special .sec02 .conBox .rightBox .tableBox table tr td {
		font-size: 1.4rem;
		padding: 16px 18px;
	}
	
	.special .sec02 .conBox .rightBox .reserveBox .pTxt .tel {
		display: block;
	}
	.special .sec02 .conBox .rightBox .reserveBox .pTxt .tel .num,
	.special .sec02 .conBox .rightBox .reserveBox .flexBox .fax .num {
		font-size: 2.4rem;
	}
	.special .sec02 .conBox .rightBox .reserveBox .flexBox .fax {
		margin-bottom: 20px;
	}
	.special .sec02 .conBox .rightBox .reserveBox .flexBox .mailBox {
		padding: 30px 15px 0;
		border-left: 0;
		border-top: 1px dashed rgba(175,175,172,0.5);
		margin: 0;
	}
	
	/*.special .sec03 {
		padding: 70px 0 100px;
	}
	.special .sec03 .head {
		width: 88%;
		font-size: 2.3rem;
		letter-spacing: 2px;
		margin-bottom: 20px;
	}
	.special .sec03 .pTxt {
		width: 80%;
		box-sizing: border-box;
		padding-left: 4%;
	}
	.special .sec03 .flexBox .fax {
		text-align: center;
		margin-bottom: 20px;
		padding-top: 0;
	}
	.special .sec03 .flexBox .mailBox {
		border-left: none;
		border-top: 1px dashed rgba(175,175,172,0.5);
		width: 80%;
		margin: 0 auto;
		padding: 30px 0 0;
	}
	.special .sec03 .flexBox .mailBox .mailBtn .headline01 {
		width: 100%;
		padding: 23px 0;
		margin-bottom: 25px;
	}
	.special .sec03 .flexBox .mailBox ul li {
		margin: 0 5% 15px;
		padding-left: 14px;
	}*/
}

/*------------------------------------------------------------
    holistic
------------------------------------------------------------*/
.holistic .head {
	text-align: center;
	font-size: 2.8rem;
	margin: 80px 0 50px;
}
.holistic .head .sTxt {
	font-size: 2.3rem;
}
.holistic .head .enTxt {
	margin-top: 5px;
}
.holistic .sec01 {
	background: #FBFAF1;
	padding: 75px 0 30px;
}
.holistic .sec01 .imgBox {
	width: 752px;
	margin: 0 auto 90px;
}
.holistic .sec01 .imgBox img {
	border-radius: 10px;
}
.holistic .sec01 .imgBox .nameBox {
	background: #FBFAF1;
	margin: -80px 0 auto auto;
	position: relative;
	z-index: 1;
	width: 434px;
	box-sizing: border-box;
	padding: 20px 20px 0 0;
	border-top-left-radius: 10px;
	text-align: right;
}
.holistic .sec01 .imgBox .nameBox p {
	font-size: 1.7rem;
	letter-spacing: 1px;
	margin-bottom: 8px;
}
.holistic .sec01 .inBox {
	width: 711px;
	margin: 0 auto 80px;
}
.holistic .sec01 .inBox .headline01 {
	font-size: 2.4rem;
	letter-spacing: 1px;
	line-height: 1.7;
	border-bottom: 1px solid rgba(175,175,172,0.6);
	box-sizing: border-box;
	padding: 0 0 15px 10px;
	margin-bottom: 26px;
}
.holistic .sec01 .inBox .txtBox {
	margin: 0 10px;
	text-align: justify;
}
.holistic .sec01 .inBox .txtBox .pTxt {
	margin-bottom: 24px;
}
.holistic .sec01 .inBox .txtBox ul {
	background: #fff;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	padding: 35px 0;
	margin-bottom: 40px;
}
.holistic .sec01 .inBox .txtBox ul li {
	font-size: 1.7rem;
	border-bottom: none;
	padding: 0;
	letter-spacing: 0;
	margin: 0 20px;
}
.holistic .sec02 {
	padding: 120px 0 150px;
}
.holistic .sec02 .headline01 {
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.8;
	margin-bottom: 40px;
}
.holistic .sec02 .txtBox {
	width: 680px;
	margin: 0 auto;
}
.holistic .sec02 .txtBox .pTxt {
	margin-bottom: 24px;
}
.holistic .sec02 .txtBox table {
	border-top: 1px solid rgba(175,175,172,0.6);
	margin: 40px 0 100px;
}
.holistic .sec02 .txtBox table tr th {
	width: 200px;
	background: #FBFAF1;
	font-weight: 700;
	font-size: 1.5rem;
	text-align: center;
	border-bottom: 1px solid rgba(175,175,172,0.6);
}
.holistic .sec02 .txtBox table tr td {
	border-bottom: 1px solid rgba(175,175,172,0.6);
	line-height: 1.8;
	box-sizing: border-box;
	padding: 28px 30px;
}
.holistic .sec02 .imgBox {
	text-align: center;
}
.holistic .sec02 .imgBox img {
	margin-bottom: 50px;
}
.holistic .sec02 .imgBox .pTxt {
	text-align: center;
}
.holistic .sec03 {
	background: #FBFAF1;
	padding: 95px 0 104px;
}
.holistic .sec03 .flexBox {
	align-items: center;
}
.holistic .sec03 .flexBox .imgBox {
	flex-direction: column;
	width: 38%;
	min-width: 444px;
	margin-right: 7%;
	margin-left: -24px;
}
.holistic .sec03 .flexBox .imgBox .img {
	overflow: hidden;
	max-height: 320px;
	object-fit: cover;
}
.holistic .sec03 .flexBox .imgBox .img01 {
	border-top-right-radius: 40px;
	margin-bottom: 24px;
}
.holistic .sec03 .flexBox .imgBox .img02 {
	border-bottom-right-radius: 40px;
}
.holistic .sec03 .flexBox .imgBox .img img {
	width: 100%;
	height: 100%;
}
.holistic .sec03 .flexBox .txtBox {
	width: 545px;
}
.holistic .sec03 .flexBox .txtBox .headline01 {
	font-size: 2.4rem;
	line-height: 1.8;
	text-indent: -12px;
	margin-bottom: 36px;
}
.holistic .sec03 .flexBox .txtBox .pTxt {
	margin-bottom: 30px;
	text-align: justify;
}
.holistic .sec03 .flexBox .txtBox .pTxt:last-child {
	margin-bottom: 0;
}

@media all and (max-width: 834px) {
	.holistic .head {
		font-size: 2.3rem;
		letter-spacing: 2px;
		margin: 45px 0 40px;
	}
	.holistic .head .sTxt {
		font-size: 1.9rem;
	}
	.holistic .sec01 {
		padding: 0 0 10px;
	}
	.holistic .sec01 .imgBox {
		width: 100%;
		margin: 0 0 60px;
	}
	.holistic .sec01 .imgBox img {
		border-radius: 0;
	}
	.holistic .sec01 .imgBox .nameBox {
		margin: -60px 0 auto auto;
		width: 300px;
		padding: 17px 24px 0 0;
	}
	.holistic .sec01 .imgBox .nameBox p {
		font-size: 1.3rem;
		letter-spacing: 0;
	}
	.holistic .sec01 .imgBox .nameBox img {
		width: 150px;
	}
	.holistic .sec01 .inBox {
		width: 92%;
	}
	.holistic .sec01 .inBox .headline01 {
		font-size: 2.2rem;
		padding: 0 4% 16px;
		text-align: justify;
		line-height: 1.6;
	}
	.holistic .sec01 .inBox .txtBox {
		margin: 0 4%;
	}
	.holistic .sec01 .inBox .txtBox ul {
		flex-direction: column;
		box-sizing: border-box;
		padding: 30px 40px 24px;
	}
	.holistic .sec01 .inBox .txtBox ul li {
		margin: 0 0 8px;
	}
	.holistic .sec02 {
		padding: 70px 0 90px;
	}
	.holistic .sec02 .headline01 {
		font-size: 2.2rem;
		line-height: 1.7;
		letter-spacing: 0;
		text-align: justify;
		margin: 0 8% 24px;
	}
	.holistic .sec02 .txtBox {
		width: 90%;
	}
	.holistic .sec02 .txtBox .pTxt {
		margin: 0 4% 20px;
	}
	.holistic .sec02 .txtBox table tr th {
		display: block;
		width: 100%;
		border-bottom: none;
		padding: 8px 0;
	}
	.holistic .sec02 .txtBox table tr td {
		display: block;
		padding: 24px 4% 30px;
		line-height: 1.9;
	}
	.holistic .sec02 .imgBox img {
		margin-bottom: 40px;
	}
	.holistic .sec02 .imgBox .pTxt {
		text-align: justify;
		margin: 0 10%;
	}
	.holistic .sec03 {
		padding: 50px 0 140px;
	}
	.holistic .sec03 .flexBox .imgBox {
		width: 100%;
		margin-bottom: 50px;
	}
	.holistic .sec03 .flexBox .imgBox .img01 {
		width: 78%;
		border-top-right-radius: 20px;
	}
	.holistic .sec03 .flexBox .imgBox .img02 {
		width: 60%;
		margin: 0 0 0 auto;
		border-radius: 0;
		border-bottom-left-radius: 20px;
	}
	.holistic .sec03 .flexBox .txtBox {
		width: 85%;
	}
	.holistic .sec03 .flexBox .txtBox .headline01 {
		font-size: 2.2rem;
		letter-spacing: 0;
		text-align: justify;
		margin-bottom: 20px;
	}
}

/*------------------------------------------------------------
   dock
------------------------------------------------------------*/
.dock .sec01 .imgBox {
	margin-bottom: 60px;
}
.dock .sec01 .balloon p {
	font-weight: 900;
	font-size: 2rem;
	letter-spacing: 1px;
	line-height: 1.5;
	background: url("img/dock/balloon.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 478px;
	height: 118px;
	margin: 0 auto 50px;
	text-align: center;
	padding-top: 16px;
}
.dock .sec02 {
	background: #FBFAF1;
	padding: 110px 0;
}
.dock .sec02 .headline01 {
	text-align: center;
	font-size: 2.6rem;
	margin-bottom: 60px;
}
.dock .sec02 .conBox {
	justify-content: center;
}
.dock .sec02 .conBox .inBox {
	width: 400px;
	height: 214px;
	margin: 0 25px;
}
.dock .sec02 .conBox.con02 .inBox {
	height: 274px;
}
.dock .sec02 .conBox.con03 .inBox {
	height: 244px;
}
.dock .sec02 .conBox .inBox .flexBox {
	font-family: 'Zen Old Mincho', serif;
	font-weight: 600;
	justify-content: space-between;
	margin-bottom: 20px;
	height: 70px;
}
.dock .sec02 .conBox .inBox .flexBox .course {
	width: 165px;
	background: #EDD32F;
	border-top-left-radius: 8px;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.3;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.dock .sec02 .conBox .inBox .flexBox .course .sTxt {
	font-size: 1.6rem;
}
.dock .sec02 .conBox .inBox .flexBox .price {
	background: #fff;
	width: 228px;
	border-top-right-radius: 8px;
	font-size: 2rem;
	text-align: center;
	padding-top: 14px;
}
.dock .sec02 .conBox .inBox .flexBox .price .sTxt {
	font-size: 1.4rem;
	margin-right: -10px;
}
.dock .sec02 .conBox .inBox .pTxt {
	margin: 0 15px;
	line-height: 1.8;
}
.dock .sec02 .conBox .inBox .pTxt .red {
	color: #D90000;
	font-weight: 600;
	line-height: 2.4;
	display: block;
}
.dock .sec02 .conBox .inBox.last {
	background: rgba(225,224,216,0.7);
	border-radius: 5px;
	box-sizing: border-box;
	padding: 80px 60px 0 70px;
}
.dock .sec02 .conBox .inBox.last .pTxt {
	font-size: 1.5rem;
	line-height: 1.9;
	text-indent: -15px;
}

/*----------- 2024/09/10追加 */
.dock .sec02 .conBox.con04 {
}
.dock .sec02 .conBox.con04 .inBox {
    width: 750px;
    height: auto;
    margin: 58px auto 0;
}
.dock .sec02 .conBox.con04 .headWrap {
    padding: 15px 0;
    background: #edd32f;
    border-radius: 7px 7px 0 0;
    line-height: 1.6;
}
.dock .sec02 .conBox.con04 .headWrap .title {
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
}
.dock .sec02 .conBox.con04 .textWrap {
    margin-top: 6px;
    padding: 26px 38px 28px;
    background: #fff;
    border-radius: 0 0 7px 7px;
}
.dock .sec02 .conBox.con04 .textWrap .ttlWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #edd32f;
}
.dock .sec02 .conBox.con04 .textWrap .ttlWrap .name {
    font-size: 1.8rem;
}
.dock .sec02 .conBox.con04 .textWrap .ttlWrap .price {
    font-size: 2rem;
}
.dock .sec02 .conBox.con04 .textWrap .ttlWrap .price .min {
    font-size: 1.4rem;
}
.dock .sec02 .conBox.con04 .textWrap .listBox {
    display: flex;
    justify-content: space-between;
    padding: 22px 0 0;
}
.dock .sec02 .conBox.con04 .textWrap .listBox ul {
    width: 50%;
    padding: 0 15px;
}
.dock .sec02 .conBox.con04 .textWrap .listBox ul li {
    font-size: 1.4rem;
    text-indent: -1.9rem;
    padding-left: 1.9rem;
}
.dock .sec02 .conBox.con04 .textWrap .listBox ul li .color {
    padding-right: 5px;
    color: #edd32f;
}

.dock .sec02 .conBox.con04 .inBox.in02 {
}
.dock .sec02 .conBox.con04 .inBox.in02 .ttl01 {
}
.dock .sec02 .conBox.con04 .inBox.in02 .ttl02 {
    margin-top: 48px;
}
.dock .sec02 .conBox.con04 .inBox.in02 .ttl03 {
    margin-top: 48px;
}
.dock .sec02 .conBox.con04 .inBox.in02 .list03 .ul01 {
    width: 100%;
    margin-bottom: 30px;
}


.dock .sec03 {
	padding: 130px 0;
}
.dock .sec03 .headline01 {
	font-size: 2.6rem;
	text-align: center;
	margin-bottom: 30px;
}
.dock .sec03 p {
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 45px;
}
.dock .sec03 .tableBox {
	width: 810px;
	margin: 0 auto;
	border-radius: 7px;
	overflow: hidden;
}
.dock .sec03 .tableBox table {
	font-family: 'Zen Old Mincho', serif;
	font-weight: 600;
	font-size: 1.5rem;
	width: 100%;
}
.dock .sec03 .tableBox table tr th {
	background: #EDD32F;
	color: #fff;
	font-size: 1.7rem;
	text-align: center;
	vertical-align: middle;
	border-right: 7px solid #fff;
}
.dock .sec03 .tableBox table tr th.first {
	height: 104px;
	width: 252px;
}
.dock .sec03 .tableBox table tr th.bottom {
	border-bottom: 7px solid #fff;
}
.dock .sec03 .tableBox table tr td {
	background: #FBFAF1;
	border-bottom: 7px solid #fff;
	border-right: 7px solid #fff;
	box-sizing: border-box;
	padding: 16px 25px;
	font-size: 1.5rem;
	line-height: 1.4;
	word-wrap: break-word;
	vertical-align: middle;
}
.dock .sec03 .tableBox table tr.last_b td {
	border-bottom: none;
}
.dock .sec03 .tableBox table tr td.rl {
	writing-mode: vertical-rl;
	width: 1rem;
	padding: 0 13px;
	text-align: center;
	letter-spacing: 4px;
}
.dock .sec03 .tableBox table tr td.img_cell {
	padding: 0 15px;
	vertical-align: middle;
}
.dock .sec03 .tableBox table tr td img {
	display: block;
	margin: 0 auto;
}
.dock .sec03 .tableBox table tr th.last_r,
.dock .sec03 .tableBox table tr td.last_r {
	border-right: none;
}
.dock .sec03 ul {
	width: 722px;
	margin: 40px auto 150px;
}
.dock .sec03 ul li {
	text-indent: -14px;
	padding-left: 14px;
}
.dock .sec03 .tableBox.table02 table tr th.first {
	height: 64px;
	width: 332px;
}
.dock .sec03 .tableBox.table02 table tr th.last_r {
	width: 148px;
	box-sizing: border-box;
	padding-left: 10px;
}
.dock .sec03 .tableBox.table02 table tr td.last_r {
	text-align: right;
}
.dock .sec03 ul.ul02 {
	margin: 30px auto 0;
}
/* すべて見る アコーディオン */
.dock .sec03 .boxclose {
	max-height: 700px;
	overflow: hidden;
	position: relative;
}
.dock .sec03 .boxopen {
	max-height: 9999px;
	transition: all 4s ease-in-out;
}
.dock .sec03 .acBtn {
	margin: 40px auto 0;
	position: relative;
	transition: all .3s;
}
.dock .sec03 .acBtn:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 166px;
	background: linear-gradient(rgba(255,255,255,0) 20%, rgba(255,255,255,0.9) 80%);
	bottom: 60px;
}
.dock .sec03 .acBtn span {
	font-size: 1.5rem;
	font-weight: 700;
	display: block;
	width: 320px;
	margin: 0 auto;
	border: 1px solid rgba(58,55,36,0.6);
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
	transition: all .3s;
	position: relative;
}
.dock .sec03 .acBtn span:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 15px;
	background: #3A3724;
	right: 25px;
	top: 36%;
}
.dock .sec03 .acBtn span:after {
	position: absolute;
	content: "";
	width: 15px;
	height: 1px;
	background: #3A3724;
	right: 18px;
	top: 49%;
}
.dock .sec03 .acBtn span:hover {
	opacity: .6;
}
.dock .sec03 .openBtn {
	display: none;
}
.dock .sec04 {
	background: #FBFAF1;
	padding: 110px 0 140px;
}
.dock .sec04 .flexBox {
	justify-content: center;
}
.dock .sec04 .flexBox .inBox {
	width: 430px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 4px rgba(175,175,172,0.7);
	margin: 0 15px;
	box-sizing: border-box;
	padding: 60px 45px 50px;
}
.dock .sec04 .flexBox .inBox .headline01 {
	text-align: center;
	font-size: 2.6rem;
	border-bottom: 1px solid rgba(175,175,172,0.6);
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.dock .sec04 .flexBox .inBox .pTxt {
	line-height: 1.5;
	letter-spacing: 0;
}
.dock .sec04 .flexBox .inBox ul {
	padding-left: 15px;
}
.dock .sec04 .flexBox .inBox ul li {
	text-indent: -17px;
	line-height: 1.5;
	margin-bottom: 15px;
	padding-left: 14px;
}

@media all and (max-width: 834px) {
	.dock .sec01 .imgBox {
		margin-bottom: 45px;
	}
	.dock .sec01 .imgBox .headline01 {
		padding: 10px 16% 0;
	}
	.dock .sec01 .balloon p {
		width: 307px;
		height: 88px;
		background: url(img/dock/sp_balloon.png);
		background-size: 100%;
		background-repeat: no-repeat;
		font-size: 1.5rem;
		line-height: 1.5;
		padding-top: 13px;
		margin-bottom: 24px;
	}
	.dock .sec02 {
		padding: 80px 0 30px;
	}
	.dock .sec02 .headline01 {
		font-size: 2.3rem;
		line-height: 1.4;
		margin-bottom: 40px;
	}
	.dock .sec02 .conBox .inBox {
		width: 90%;
		height: auto!important;
		margin: 0 auto 50px;
	}
	.dock .sec02 .conBox .inBox .flexBox {
		flex-direction: row;
		height: 57px;
	}
	.dock .sec02 .conBox .inBox .flexBox .course {
		font-size: 1.7rem;
		width: 120px;
	}
	.dock .sec02 .conBox .inBox .flexBox .price {
		width: calc(100% - 125px);
		font-size: 1.8rem;
		padding-top: 10px;
	}
	.dock .sec02 .conBox .inBox .pTxt {
		margin: 0 20px;
	}
	.dock .sec02 .conBox .inBox .pTxt .red {
		line-height: 1.6;
		margin-bottom: 6px;
	}
	.dock .sec02 .conBox .inBox.last {
		padding: 30px 20px 30px 27px;
	}
	.dock .sec02 .conBox .inBox.last .pTxt {
		line-height: 1.6;
	}
	.dock .sec03 {
		padding: 80px 0;
	}
	.dock .sec03 .headline01 {
		font-size: 2.3rem;
		letter-spacing: 2px;
		margin-bottom: 20px;
	}
    

    /*----------- 2024/09/10追加 */
    .dock .sec02 .conBox.con04 .inBox {
        width: 90%;
        margin: 0 auto 50px;
    }
    .dock .sec02 .conBox.con04 .headWrap {
        padding: 13px 0;
    }
    .dock .sec02 .conBox.con04 .headWrap .title {
        font-size: 1.7rem;
    }
    .dock .sec02 .conBox.con04 .textWrap {
        margin-top: 6px;
        padding: 19px 5% 23px;
    }
    .dock .sec02 .conBox.con04 .textWrap .ttlWrap {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    .dock .sec02 .conBox.con04 .textWrap .ttlWrap .name {
        font-size: 1.7rem;
    }
    .dock .sec02 .conBox.con04 .textWrap .ttlWrap .price {
        font-size: 1.8rem;
    }
    .dock .sec02 .conBox.con04 .textWrap .ttlWrap .price .min {
        font-size: 1.4rem;
    }
    .dock .sec02 .conBox.con04 .textWrap .listBox {
        display: block;
        padding: 18px 0 0;
    }
    .dock .sec02 .conBox.con04 .textWrap .listBox ul {
        width: 100%;
        padding: 0 15px;
    }
    .dock .sec02 .conBox.con04 .textWrap .listBox ul li {
        font-size: 1.4rem;
        text-indent: -1.9rem;
        padding-left: 1.9rem;
    }
    .dock .sec02 .conBox.con04 .textWrap .listBox ul li .color {
        padding-right: 5px;
        color: #edd32f;
    }

    .dock .sec02 .conBox.con04 .inBox.in02 {
    }
    .dock .sec02 .conBox.con04 .inBox.in02 .ttl01 {
    }
    .dock .sec02 .conBox.con04 .inBox.in02 .ttl02 {
        margin-top: 48px;
    }
    .dock .sec02 .conBox.con04 .inBox.in02 .ttl03 {
        margin-top: 48px;
    }
    .dock .sec02 .conBox.con04 .inBox.in02 .list03 .ul01 {
        width: 100%;
        margin-bottom: 30px;
    }
    
    
    
	.dock .sec03 p {
		margin-bottom: 35px;
	}
	.dock .sec03 .tableBox {
		width: 94%;
	}
	.dock .sec03 .tableBox table tr th {
		font-size: 1.4rem;
		line-height: 1.4;
		border-right: 4px solid #fff;
	}
	.dock .sec03 .tableBox table tr th.first {
		height: 72px;
		width: 102px;
		box-sizing: border-box;
	}
	.dock .sec03 .tableBox table tr th.bottom {
		border-bottom: 4px solid #fff;
	}
	.dock .sec03 .tableBox table tr td {
		border-bottom: 4px solid #fff;
		border-right: 4px solid #fff;
		font-size: 1.3rem;
		padding: 14px 12px;
	}
	.dock .sec03 .tableBox table tr td.rl {
		padding: 0 3px 0 4px;
	}
	.dock .sec03 .tableBox table tr td.img_cell {
		padding: 0;
		width: 36px;
	}
	.dock .sec03 .tableBox table tr td img {
		width: 17px;
	}
	.dock .sec03 ul {
		width: 85%;
		margin: 25px auto 0;
	}

	/* すべて見る アコーディオン */
	.dock .sec03 .boxclose01 {
		max-height: 415px;
		overflow: hidden;
		position: relative;
	}
	.dock .sec03 .boxopen01 {
		max-height: 9999px;
		transition: all 4s ease-in-out;
	}
	.dock .sec03 .acBtn01 {
		margin: 40px auto 0;
		position: relative;
		transition: all .3s;
	}
	.dock .sec03 .acBtn01:before {
		position: absolute;
		content: "";
		width: 100%;
		height: 166px;
		background: linear-gradient(rgba(255,255,255,0) 20%, rgba(255,255,255,0.9) 80%);
		bottom: 60px;
	}
	.dock .sec03 .acBtn01 span {
		font-size: 1.5rem;
		font-weight: 700;
		display: block;
		width: 70%;
		margin: 0 auto;
		border: 1px solid rgba(58,55,36,0.6);
		text-align: center;
		padding: 10px 0;
		cursor: pointer;
		transition: all .3s;
		position: relative;
	}
	.dock .sec03 .acBtn01 span:before {
		position: absolute;
		content: "";
		width: 1px;
		height: 15px;
		background: #3A3724;
		right: 25px;
		top: 36%;
	}
	.dock .sec03 .acBtn01 span:after {
		position: absolute;
		content: "";
		width: 15px;
		height: 1px;
		background: #3A3724;
		right: 18px;
		top: 49%;
	}
	.dock .sec03 .acBtn01 span:hover {
		opacity: .6;
	}
	.dock .sec03 .openBtn01 {
		display: none;
	}
	.dock .sec03 .head02 {
		margin-top: 120px;
	}
	.dock .sec03 .boxclose {
		max-height: 500px;
	}
	.dock .sec03 .boxopen {
		max-height: 9999px;
	}
	.dock .sec03 .tableBox.table02 table tr th.first {
		width: 140px;
	}
	.dock .sec03 .tableBox.table02 table tr th.last_r {
		width: 92px;
		padding-left: 0;
	}
	.dock .sec03 .acBtn span {
		width: 70%;
	}
	.dock .sec04 {
		padding: 65px 0 150px;
	}
	.dock .sec04 .flexBox .inBox {
		width: 85%;
		margin: 0 auto 25px;
		padding: 35px 7%;
	}
	.dock .sec04 .flexBox .inBox .headline01 {
		font-size: 2.1rem;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.dock .sec04 .flexBox .inBox p {
		margin: 0 3%;
	}
	.dock .sec04 .flexBox .inBox ul {
		padding: 0 5% 0;
	}
}

/*------------------------------------------------------------
   meal_therapy
------------------------------------------------------------*/
.meal_therapy .sec01 .flexBox .headline01 {
	width: 446px;
}
.meal_therapy .sec01 .flexBox .txtBox {
	width: 438px;
}
.meal_therapy .bgBox {
	background: #FBFAF1;
	padding: 90px 0 273px;
}
.meal_therapy .sec02 .headline01 {
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.7;
	margin-bottom: 30px;
}
.meal_therapy .sec02 .pTxt {
	width: 626px;
	margin: 0 auto 80px;
}
.meal_therapy .sec03 {
	padding: 0 20px 82px 0;
}
.meal_therapy .sec03 .headline01 {
	font-size: 2.6rem;
	text-align: center;
	line-height: 1.5;
	margin: 0 auto -45px;
	background: #FBFAF1;
	position: relative;
	z-index: 1;
	width: 306px;
}
.meal_therapy .sec03 .headline01 .eTxt {
	font-size: 1.6rem;
}
.meal_therapy .sec03 .inBox {
	width: 697px;
	margin: 0 auto;
	border: 1px solid rgba(175,175,172,0.6);
	border-radius: 15px;
	box-sizing: border-box;
	padding: 80px 88px 45px;
	position: relative;
}
.meal_therapy .sec03 .inBox:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 248px;
	border: 1px solid rgba(175,175,172,0.6);
	border-radius: 15px;
	left: 7.5px;
	top: 7.5px;
}
.meal_therapy .sec03 .inBox .pTxt {
	line-height: 2.2;
}
.meal_therapy .sec03_02 .flexBox {
	justify-content: center;
	text-align: center;
}
.meal_therapy .sec03_02 .flexBox .head {
	font-family: 'Zen Old Mincho', serif;
    font-weight: 600;
	font-size: 2.2rem;
	letter-spacing: 3px;
	line-height: 1;
	background: #fff;
	padding: 4px 18px;
	display: inline-block;
	margin-bottom: 25px;
}
.meal_therapy .sec03_02 .flexBox .leftBox {
	border-right: 1px solid rgba(175,175,173,0.6);
	padding-right: 54px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.meal_therapy .sec03_02 .flexBox .leftBox .time {
	border-bottom: 1px dashed rgba(175,175,173,0.6);
	padding: 45px 50px 53px;
	margin-bottom: 50px;
}
.meal_therapy .sec03_02 .flexBox .leftBox .time p {
	font-size: 1.7rem;
	letter-spacing: 1px;
}
.meal_therapy .sec03_02 .flexBox .leftBox .contact {
	padding: 0 0 53px;
}
.meal_therapy .sec03_02 .flexBox .leftBox .contact .head {
	margin-bottom: 22px;
}
.meal_therapy .sec03_02 .flexBox .leftBox .contact p {
	font-size: 2.1rem;
	letter-spacing: 1px;
}
.meal_therapy .sec03_02 .flexBox .leftBox .contact p .sTxt {
	font-size: 1.7rem;
	margin-right: 5px;
}
.meal_therapy .sec03_02 .flexBox .rightBox {
	padding: 45px 10px 0 76px;
}
.meal_therapy .sec03_02 .flexBox .rightBox ul li {
	width: 286px;
	font-size: 1.3rem;
	text-indent: -13px;
	padding-left: 13px;
	text-align: left;
	line-height: 1.9;
}
.meal_therapy .sec03_02 .flexBox .rightBox .head {
	margin-bottom: 30px;
	margin-left: -30px;
}
.meal_therapy .sec03_02 .flexBox .rightBox table {
	font-family: 'Zen Old Mincho', serif;
    font-weight: 600;
	margin: 0 0 20px 30px;
}
.meal_therapy .sec03_02 .flexBox .rightBox table th {
	width: 140px;
	text-align: left;
	font-size: 1.7rem;
	padding-bottom: 6px;
}
.meal_therapy .sec03_02 .flexBox .rightBox table td {
	text-align: right;
	font-size: 1.7rem;
}
.meal_therapy .imgCon {
	margin-top: -100px;
	padding-bottom: 147px;
}
.meal_therapy .imgCon .img01 {
	width: 45%;
	margin: 0 0 0 4%;
}
.meal_therapy .imgCon .img02 {
	width: 31%;
	margin: -36% 5% auto auto;
}
.meal_therapy .imgCon .img03 {
	width: 22%;
	margin: 6% 20% auto auto;
}
.meal_therapy .txt_flex {
	justify-content: center;
	padding-bottom: 145px;
}
.meal_therapy .txt_flex .headline01 {
	font-size: 2.5rem;
	line-height: 1.8;
	width: 377px;
	padding-top: 5px;
}
.meal_therapy .txt_flex .txtBox {
	width: 496px;
	border-left: 1px solid rgba(175,175,172,0.6);
	box-sizing: border-box;
	padding-left: 48px;
	padding-top: 10px;
}
.meal_therapy .txt_flex .txtBox .pTxt {
	margin-bottom: 28px;
}
.meal_therapy .menuBox {
	padding-bottom: 250px;
}
.meal_therapy .menuBox .headline01 {
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 30px;
}
.meal_therapy .menuBox .pTxt {
	text-align: center;
	margin-bottom: 70px;
}
.meal_therapy .menuBox .flexBox {
	justify-content: center;
}
.meal_therapy .menuBox .flexBox .inBox {
	width: 321px;
	margin: 0 12px;
	border-radius: 10px;
	background: #FBFAF1;
	box-sizing: border-box;
	padding: 0 30px 45px;
}
.meal_therapy .menuBox .flexBox .inBox .enTxt {
	font-size: 2.7rem;
	letter-spacing: 5px;
	text-align: center;
	margin: -30px 0 30px;
}
.meal_therapy .menuBox .flexBox .inBox table {
	border-bottom: 1px solid rgba(176,175,172,0.6);
	padding-bottom: 20px;
}
.meal_therapy .menuBox .flexBox .inBox table tr th {
	width: 70px;
	text-align: left;
}
.meal_therapy .menuBox .flexBox .inBox table tr td {
	line-height: 1.5;
	padding-bottom: 10px;
}
.meal_therapy .menuBox .flexBox .inBox ul {
	padding: 20px 0 0 6px;
	line-height: 1.8;
}
.meal_therapy .villaBox {
	padding-bottom: 230px;
}
.meal_therapy .villaBox .flexBox {
	justify-content: center;
	position: relative;
}
.meal_therapy .villaBox .flexBox:before {
	position: absolute;
	content: "";
	width: 70%;
	height: 550px;
	background: #fbfaf1;
	top: 115px;
	right: 0;
	z-index: -1;
}
.meal_therapy .villaBox .flexBox .imgBox {
	width: 406px;
	margin: -67px 88px auto -80px;
}
.meal_therapy .villaBox .flexBox .imgBox img {
	border-radius: 8px;
}
.meal_therapy .villaBox .flexBox .txtBox {
	width: 493px;
}
.meal_therapy .villaBox .flexBox .txtBox .headline01 {
	font-size: 2.4rem;
	line-height: 1.9;
	margin-bottom: 40px;
}
.meal_therapy .villaBox .flexBox .txtBox .pTxt {
	margin-bottom: 34px;
}
.meal_therapy .villaBox .flexBox .txtBox .sqBtn  a {
	display: block;
	width: 350px;
	border: 1px solid rgba(175,175,172,0.6);
	padding: 20px 0;
	text-align: center;
	letter-spacing: 1px;
	position: relative;
}
.meal_therapy .villaBox .flexBox .txtBox .sqBtn  a:after {
	position: absolute;
	content: "";
	width: 15px;
	height: 12px;
	background: url("img/common/icon_link.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	right: 20px;
	top: 40%;
	z-index: 3;
	transition: all .3s;
}
.meal_therapy .villaBox .flexBox .txtBox .sqBtn  a:hover {
	opacity: 1;
}
.meal_therapy .villaBox .flexBox .txtBox .sqBtn  a:hover:after {
	background: url("img/common/icon_link_h.svg");
	background-repeat: no-repeat;
}
/* hover 背景色 */
.meal_therapy .villaBox .flexBox .txtBox .sqBtn  a span {
	position: relative;
	z-index: 3;
	font-size: 1.4rem;
	display: block;
	line-height: 1;
}
.meal_therapy .villaBox .flexBox .txtBox .sqBtn  a:hover span {
	color: #fff;
}
.meal_therapy .villaBox .flexBox .txtBox .sqBtn  a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #3A3724;
	width: 100%;
	height: 100%;
    /*アニメーション*/
	transition: transform .5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: top;
}
.meal_therapy .villaBox .flexBox .txtBox .sqBtn  a:hover:before {
	transform:scale(1, 1);
}
.meal_therapy .instaBox .head {
	font-size: 3.2rem;
	letter-spacing: 5px;
	text-align: center;
	margin-bottom: 60px;
}
.meal_therapy .instaBox .inBox {
	width: 890px;
	margin: 0 auto;
}
.meal_therapy .instaBox .inBox .headline01 {
	font-size: 2rem;
	margin: 0 0 24px 5px;
	position: relative;
}
.meal_therapy .instaBox .inBox .headline01:after {
	position: absolute;
	content: "";
	width: 131px;
	height: 1px;
	background: rgba(175,175,172,0.6);
	top: 47%;
	left: 160px;
}
.meal_therapy .instaBox .inBox .head02:after {
	left: 180px;
}
.meal_therapy .instaBox .inBox ul {
	display: flex;
	justify-content: center;
}
.meal_therapy .instaBox .inBox ul li {
	box-sizing: border-box;
	padding: 0 5px;
}
.meal_therapy .instaBox .inBox .lBtn {
	margin: 35px 0 82px;
	text-align: right;
}
.meal_therapy .fbBox {
	text-align: center;
	padding: 50px 0 160px;
}
.meal_therapy .fbBox .headline01 {
	text-align: center;
	font-size: 3.2rem;
	letter-spacing: 5px;
	margin-bottom: 55px;
}
.meal_therapy .fbBox .flexBox {
	justify-content: center;
}
.meal_therapy .fbBox .flexBox .sqBtn a {
	display: block;
	width: 310px;
	border: 1px solid rgba(175,175,172,0.6);
	padding: 30px 0;
	text-align: center;
	letter-spacing: 2px;
	margin: 0 15px;
	position: relative;
}
.meal_therapy .fbBox .flexBox .sqBtn a:after {
	position: absolute;
	content: "";
	width: 20px;
	height: 15px;
	background: url("img/common/icon_link.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	right: 30px;
	top: 40%;
	z-index: 3;
	transition: all .3s;
}
.meal_therapy .fbBox .flexBox .sqBtn a:hover {
	opacity: 1;
}
.meal_therapy .fbBox .flexBox .sqBtn a:hover:after {
	background: url("img/common/icon_link_h.svg");
	background-repeat: no-repeat;
}
/* hover 背景色 */
.meal_therapy .fbBox .flexBox .sqBtn a span {
	position: relative;
	z-index: 3;
	font-size: 1.8rem;
	display: block;
	line-height: 1;
}
.meal_therapy .fbBox .flexBox .sqBtn a:hover span {
	color: #fff;
}
.meal_therapy .fbBox .flexBox .sqBtn a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #3A3724;
	width: 100%;
	height: 100%;
  /*アニメーション*/
	transition: transform .5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: top;
}
.meal_therapy .fbBox .flexBox .sqBtn a:hover:before {
	transform:scale(1, 1);
}

@media all and (max-width: 834px) {
	.meal_therapy .sec01 .imgBox .headline01 {
		padding: 12px 16% 0;
	}
	.meal_therapy .sec01 .flexBox .headline01 {
		width: 85%;
	}
	.meal_therapy .sec01 .flexBox .txtBox {
		width: 85%;
		margin: 0 auto;
	}
	.meal_therapy .bgBox {
		padding: 0 0 182px;
	}
	.meal_therapy .sec02 {
		padding: 60px 0 10px;
		margin-bottom: 0;
	}
	.meal_therapy .sec02 .headline01 {
		font-size: 2.1rem;
		letter-spacing: 1px;
		margin: 0 7% 24px;
		text-align: justify;
	}
	.meal_therapy .sec02 .pTxt {
		width: 85%;
		margin-bottom: 70px;
	}
	.meal_therapy .sec03 {
		padding: 0 0 90px;
	}
	.meal_therapy .sec03 .headline01 {
		font-size: 2.3rem;
		letter-spacing: 1px;
		width: 232px;
		margin: 0 auto -40px;
	}
	.meal_therapy .sec03 .inBox {
		width: auto;
		margin: 0 7% 0 5%;
		padding: 80px 8% 50px 10%;
	}
	.meal_therapy .sec03 .inBox:after {
		height: 100%;
		left: 8px;
		top: 8px;
	}
	.meal_therapy .sec03 .inBox .pTxt {
		line-height: 2;
	}
	.meal_therapy .sec03_02 .flexBox {
		width: 80%;
		margin: 0 auto;
		border-top: 1px solid rgba(175,175,173,0.6);
		border-bottom: 1px solid rgba(175,175,173,0.6);
	}
	.meal_therapy .sec03_02 .flexBox .head {
		font-size: 1.9rem;
	}
	.meal_therapy .sec03_02 .flexBox .leftBox {
		padding: 0;
		border-right: none;
		border-bottom: 1px solid rgba(175,175,173,0.6);
	}
	.meal_therapy .sec03_02 .flexBox .leftBox .time {
		padding: 40px 0 35px;
		width: 100%;
		margin-bottom: 40px;
	}
	.meal_therapy .sec03_02 .flexBox .leftBox .time p {
		font-size: 1.5rem;
	}
	.meal_therapy .sec03_02 .flexBox .leftBox .contact {
		padding-bottom: 40px;
	}
	.meal_therapy .sec03_02 .flexBox .leftBox .contact p {
		font-size: 1.9rem;
	}
	.meal_therapy .sec03_02 .flexBox .leftBox .contact p .sTxt {
		font-size: 1.4rem;
	}
	.meal_therapy .sec03_02 .flexBox .rightBox {
		padding: 40px 0;
	}
	.meal_therapy .sec03_02 .flexBox .rightBox .head {
		margin-left: 0;
	}
	.meal_therapy .sec03_02 .flexBox .rightBox table {
		margin: 0 auto 20px;
	}
	.meal_therapy .sec03_02 .flexBox .rightBox table th {
		width: 120px;
	}
	.meal_therapy .sec03_02 .flexBox .rightBox table th,
	.meal_therapy .sec03_02 .flexBox .rightBox table td {
		font-size: 1.5rem;
	}
	.meal_therapy .sec03_02 .flexBox .rightBox ul li {
		width: 80%;
		margin: 0 auto;
	}
	.meal_therapy .imgCon {
		padding-bottom: 80px;
	}
	.meal_therapy .imgCon .img01 {
		width: 85%;
		margin: 0 0 0 -10%;
	}
	.meal_therapy .imgCon .img01:before {
		top: 20px;
		left: 20px;
	}
	.meal_therapy .imgCon .img02 {
		width: 58%;
		margin: 16% 0 0 auto;
	}
	.meal_therapy .imgCon .img03 {
		width: 46%;
		margin: -8% auto 0 8%;
	}
	.meal_therapy .txt_flex {
		padding-bottom: 85px;
	}
	.meal_therapy .txt_flex .headline01 {
		width: 88%;
		margin: 0 auto;
		border-bottom: 1px solid rgba(175,175,173,0.6);
		text-align: center;
		font-size: 2.3rem;
		line-height: 1.6;
		letter-spacing: 2px;
		padding-bottom: 20px;
	}
	.meal_therapy .txt_flex .txtBox {
		width: 82%;
		padding: 0;
		border-left: none;
		margin: 30px auto 0;
	}
	.meal_therapy .menuBox {
		padding-bottom: 120px;
	}
	.meal_therapy .menuBox .headline01 {
		font-size: 2.4rem;
		letter-spacing: 0;
	}
	.meal_therapy .menuBox .pTxt {
		text-align: justify;
		margin: 0 8% 60px;
	}
	.meal_therapy .menuBox .slick-track {
		display: flex;
	}
	.meal_therapy .menuBox .slick-slide {
		height: auto!important;
	}
	.meal_therapy .menuBox .slick-list {
		overflow: visible;
	}
	.meal_therapy .menuBox .slick-slide div {
		box-sizing: border-box;
		padding: 0 7px;
		height: 100%;
	}
	.meal_therapy .menuBox .flexBox .inBox {
		margin: 0;
	}
	.meal_therapy .menuBox .slick-arrow {
		z-index: 1;
		background: #EDD32F;
		width: 37px;
		height: 40px;
		border-radius: 8px;
	}
	.meal_therapy .menuBox .slick-arrow:before {
		position: absolute;
		content: "";
		font-size: 0;
		width: 8px;
		height: 10px;
		background: url("img/nursing_care_service/reha_amane/s_arrow.svg")100% no-repeat;
		opacity: 1;
		left: 14px;
		top: 16px;
	}
	.meal_therapy .menuBox .slick-next {
		right: 2%;
	}
	.meal_therapy .menuBox .slick-prev {
		left: 2%;
	}
	.meal_therapy .menuBox .slick-next:before {
		transform: rotate(180deg);
	}
	.meal_therapy .villaBox {
		padding-bottom: 100px;
	}
	.meal_therapy .villaBox .flexBox:before {
		display: none;
	}
	.meal_therapy .villaBox .flexBox .imgBox {
		width: 100%;
		margin: 0;
	}
	.meal_therapy .villaBox .flexBox .imgBox img {
		border-radius: 0;
	}
	.meal_therapy .villaBox .flexBox .txtBox {
		width: 100%;
		margin: 0 auto;
		background: #fbfaf1;
		box-sizing: border-box;
		padding: 50px 7% 70px;
	}
	.meal_therapy .villaBox .flexBox .txtBox .headline01 {
		font-size: 2.1rem;
		letter-spacing: 2px;
		line-height: 1.7;
		margin-bottom: 25px;
	}
	.meal_therapy .villaBox .flexBox .txtBox .sqBtn a {
		width: 90%;
		margin: 50px auto 0;
		padding: 15px 0;
	}
	.meal_therapy .villaBox .flexBox .txtBox .sqBtn a span {
		line-height: 1.3;
	}
	.meal_therapy .instaBox .head {
		font-size: 2.7rem;
		margin-bottom: 35px;
	}
	.meal_therapy .instaBox .inBox {
		width: 100%;
	}
	.meal_therapy .instaBox .inBox .headline01 {
		text-align: center;
		font-size: 1.6rem;
		margin: 0 0 24px;
	}
	.meal_therapy .instaBox .inBox .headline01:after {
		display: none;
	}
	.meal_therapy .instaBox .inBox #sbi_images {
		padding: 0!important;
	}
	.meal_therapy .instaBox .inBox #sbi_images .slick-slide {
		box-sizing: border-box;
		padding: 0 5px;
	}
	.meal_therapy .instaBox .inBox .lBtn {
		text-align: center;
		margin: 40px 0 90px;
	}
	.meal_therapy .instaBox .inBox .lBtn a {
		padding-right: 90px;
		margin-right: -20px;
	}
	.meal_therapy .fbBox .headline01 {
		font-size: 2.7rem;
		margin-bottom: 40px;
	}
	.meal_therapy .fbBox .flexBox .sqBtn a {
		width: 74%;
		margin: 0 auto 20px;
		font-size: 1.5rem;
		padding: 22px 0;
	}
	.meal_therapy .fbBox .flexBox .sqBtn a:after {
		right: 24px;
	}
}

/*------------------------------------------------------------
    links
------------------------------------------------------------*/
.links .sec01 {
	text-align: center;
	padding: 90px 0 70px;
}
.links .sec01 .headline01 {
	font-size: 2.7rem;
	margin-bottom: 60px;
}
.links .sec01 .flexBox {
	justify-content: center;
	flex-wrap: wrap;
	width: 1000px;
	margin: 0 auto;
}
.links .sec01 .flexBox .boxBtn a {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.4;
	font-size: 1.6rem;
	letter-spacing: 1px;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 600;
	width: 273px;
	height: 76px;
	box-shadow: 0 0 5px rgba(200,200,200,0.7);
	border-radius: 6px;
	margin: 0 15px 27px;
	position: relative;
}
.links .sec01 .flexBox .boxBtn a:before {
	position: absolute;
	content: "";
	width: 18px;
	height: 13px;
	background: url("img/common/icon_link.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	right: 20px;
}
.links .sec02 {
	padding: 90px 0 140px;
	background: #fbfaf1;
}
.links .sec02 .headline01 {
	text-align: center;
	font-size: 2.4rem;
	margin-bottom: 30px;
}
.links .sec02 ul {
	width: 580px;
	margin: 0 auto;
}
.links .sec02 ul li {
	padding: 24px 0 20px 40px;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(173,173,173,0.6);
}
.links .sec02 ul li span {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 1px;
	display: inline-block;
	width: 228px;
}
.links .sec02 ul li a {
	text-decoration: underline;
}

@media all and (max-width: 834px) {
	.links .sec01 {
		padding: 50px 0;
	}
	.links .sec01 .headline01 {
		font-size: 2.2rem;
		margin-bottom: 40px;
	}
	.links .sec01 .flexBox {
		width: 80%;
	}
	.links .sec01 .flexBox .boxBtn a {
		width: 100%;
		margin: 0 0 24px;
	}
	.links .sec02 {
		padding: 75px 0 80px;
	}
	.links .sec02 .headline01 {
		font-size: 2.2rem;
		letter-spacing: 1px;
	}
	.links .sec02 ul {
		width: 80%;
	}
	.links .sec02 ul li {
		padding: 20px 0 20px 4%;
	}
	.links .sec02 ul li span {
		width: 100%;
	}
}

/*------------------------------------------------------------
   aesthetic
------------------------------------------------------------*/
.aesthetic .sec01 .flexBox .headline01 {
	width: 384px;
	line-height: 2;
	padding-left: 34px;
}
.aesthetic .sec01 .flexBox .txtBox {
	width: 475px;
}
.aesthetic .sec02 {
	position: relative;
	margin-top: 130px;
}
.aesthetic .sec02:after {
	position: absolute;
	content: "";
	background: #fbfaf1;
	height: 626px;
	width: 73%;
	left: 0;
	top: -23%;
	z-index: -1;
}
.aesthetic .sec02 .flexBox {
	justify-content: center;
	align-items: center;
}
.aesthetic .sec02 .flexBox .txtBox {
	margin-right: -120px;
	position: relative;
	z-index: 1;
}
.aesthetic .sec02 .flexBox .txtBox .enTxt {
	color: #fff;
	font-weight: 300;
	font-size: 12rem;
	line-height: 1;
	letter-spacing: 10px;
	margin: -80px 0 -50px -40%;
}
.aesthetic .sec02 .flexBox .txtBox .headline01 {
	font-size: 3rem;
	line-height: 1.6;
	margin-bottom: 45px;
}
.aesthetic .sec02 .flexBox .txtBox .headline01 .sTxt {
	font-size: 2.6rem;
}
.aesthetic .sec02 .flexBox .txtBox ul {
	padding-left: 30px;
}
.aesthetic .sec02 .flexBox .txtBox ul li {
	display: flex;
	margin-bottom: 30px;
}
.aesthetic .sec02 .flexBox .txtBox ul li img {
	height: 44px;
	margin-right: 26px;
}
.aesthetic .sec02 .flexBox .txtBox ul li:first-child img {
	height: 47px;
	margin-right: 32px;
}
.aesthetic .sec02 .flexBox .txtBox ul li p {
	font-family: 'Zen Old Mincho', serif;
  font-weight: 800;
	font-size: 1.9rem;
	letter-spacing: 1px;
	border-bottom: 1px solid #3a3724;
}
.aesthetic .sec02 .flexBox .imgBox {
	width: 572px;
	margin-right: -230px;
}
.aesthetic .sqBtn {
	padding-top: 200px;
}
.aesthetic .sqBtn a {
	display: block;
	width: 412px;
	border: 1px solid rgba(175,175,172,0.3);
	box-shadow: 0 0 6px rgba(175,175,172,0.6);
	border-radius: 4px;
	margin: 0 auto 150px;
	text-align: center;
	font-family: 'Zen Old Mincho', serif;
  font-weight: 600;
	font-size: 1.8rem;
	padding: 18px 0;
	position: relative;
}
.aesthetic .sqBtn a:after {
	position: absolute;
	content: "";
	width: 13px;
	height: 13px;
	border-top: 1px solid rgba(175,175,172,0.6);
	border-right: 1px solid rgba(175,175,172,0.6);
	transform: rotate(45deg);
	right: 35px;
	top: 41%;
}

@media all and (max-width: 834px) {
	.aesthetic .sec01 .flexBox .headline01 {
		width: 85%;
		padding: 0;
	}
	.aesthetic .sec01 .flexBox .txtBox {
		width: 85%;
	}
	.aesthetic .sec02 {
		margin-top: 30px;
	}
	.aesthetic .sec02:after {
		top: 24%;
		height: 624px;
		width: 88%;
	}
	.aesthetic .sec02 .flexBox {
		flex-direction: column-reverse;
	}
	.aesthetic .sec02 .flexBox .imgBox {
		width: 86%;
		margin: 0 0 30px auto;
	}
	.aesthetic .sec02 .flexBox .txtBox {
		margin: 0;
		width: 100%;
	}
	.aesthetic .sec02 .flexBox .txtBox .enTxt {
		font-size: 6.6rem;
		letter-spacing: 5px;
		margin: 0 0 -30px -15px;
	}
	.aesthetic .sec02 .flexBox .txtBox .headline01 {
		font-size: 2.6rem;
		margin-left: 8%;
	}
	.aesthetic .sec02 .flexBox .txtBox .headline01 .sTxt {
		font-size: 2.4rem;
	}
	.aesthetic .sec02 .flexBox .txtBox ul {
		padding: 0;
		margin: 0 8%;
	}
	.aesthetic .sec02 .flexBox .txtBox ul li {
		width: 100%;
		border-bottom: 1px solid #3a3724;
		box-sizing: border-box;
		padding: 0 0 22px 8px;
	}
	.aesthetic .sec02 .flexBox .txtBox ul li img {
		height: 33px;
	}
	.aesthetic .sec02 .flexBox .txtBox ul li:first-child img {
		height: 35px;
	}
	.aesthetic .sec02 .flexBox .txtBox ul li p {
		font-size: 1.8rem;
		border-bottom: none;
		line-height: 1.7;
	}
	.aesthetic .sqBtn {
		padding-top: 80px;
	}
	.aesthetic .sqBtn a {
		width: 76%;
		font-size: 1.55rem;
	}
	.aesthetic .sqBtn a:after {
		width: 9px;
		height: 9px;
		right: 25px;
		top: 44%;
	}
}

/*------------------------------------------------------------
   self_pay
------------------------------------------------------------*/
.self_pay .sec01 .flexBox .headline01 {
	width: 388px;
}
.self_pay .btnBox {
	background: #c4b6a1;
	padding: 35px 0;
}
.self_pay .btnBox .flexBox {
	justify-content: center;
}
.self_pay .btnBox .flexBox .btn a {
	display: flex;
	align-items: center;
	height: 33px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	border-right: 1px solid #fff;
	padding: 0 50px 0 40px;
	position: relative;
}
.self_pay .btnBox .flexBox .btn a:before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	right: 20px;
	top: 10px;
}
.self_pay .sec02 {
	background: #fbfaf1;
	padding: 105px 0;
}
.self_pay .sec02 .con01 {
	padding-bottom: 125px;
}
.self_pay .sec02 .con01 .headline01 {
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 40px;
}
.self_pay .sec02 .con01 .pTxt {
	width: 628px;
	margin: 0 auto 25px;
}
.self_pay .sec02 .con01 .inBox {
	background: #fff;
	border-radius: 10px;
	width: 663px;
	margin: 60px auto 40px;
	padding: 47px 88px 38px;
	box-sizing: border-box;
}
.self_pay .sec02 .con01 .inBox .headline01 {
	font-size: 2rem;
	line-height: 1.6;
	border-bottom: 1px solid #3a3724;
	padding-bottom: 15px;
	margin-bottom: 28px;
}
.self_pay .sec02 .con01 .inBox ul li {
	padding-left: 25px;
	margin-bottom: 10px;
}
.self_pay .sec02 .con01 .inBox ul li .big {
	font-family: 'Zen Old Mincho', serif;
	font-weight: 600;
	font-size: 1.7rem;
	letter-spacing: 2px;
	margin-right: 20px;
}
.self_pay .sec02 .con02 .flexBox {
	justify-content: center;
	align-items: center;
}
.self_pay .sec02 .con02 .flexBox .txtBox {
	width: 480px;
}
.self_pay .sec02 .con02 .flexBox .txtBox .pTxt {
	margin-bottom: 25px;
}
.self_pay .sec02 .con02 .flexBox .txtBox .pTxt:last-child {
	margin-bottom: 0;
}
.self_pay .sec02 .con02 .flexBox .imgBox {
	width: 530px;
	border-radius: 10px;
	overflow: hidden;
}
.self_pay .sec02 .con02 .flexBox.flex01 {
	margin-bottom: 116px;
}
.self_pay .sec02 .con02 .flexBox.flex01 .txtBox {
	margin-right: 82px;
}
.self_pay .sec02 .con02 .flexBox.flex01 .imgBox {
	margin-right: -220px;
}
.self_pay .sec02 .con02 .flexBox.flex02 .txtBox {
	margin-left: 82px;
}
.self_pay .sec02 .con02 .flexBox.flex02 .imgBox {
	margin-left: -220px;
}
.self_pay .sec03 {
	padding: 140px 0 0;
}
.self_pay .sec03 .head {
	text-align: center;
	font-size: 2.6rem;
	margin-bottom: 64px;
}
.self_pay .sec03 .conBox {
	width: 807px;
	margin: 0 auto 140px;
}
.self_pay .sec03 .conBox .headline01 {
	font-size: 2.4rem;
	border-bottom: 1px solid rgba(58,55,36,0.6);
	padding: 0 0 14px 20px;
	margin-bottom: 36px;
	display: flex;
	align-items: center;
}
.self_pay .sec03 .conBox .headline01 .bgyTxt {
	margin-left: 20px;
	letter-spacing: 1px;
	margin-bottom: -2px;
}
.self_pay .sec03 .conBox .inBox {
	border-radius: 16px;
	box-shadow: 0 0 7px rgba(175,175,173,0.6);
	display: flex;
	box-sizing: border-box;
	padding: 43px 60px 30px 42px;
	margin-bottom: 30px;
}
.self_pay .sec03 .conBox .inBox .imgBox {
	width: 208px;
}
.self_pay .sec03 .conBox .inBox .txtBox {
	width: 450px;
	margin-left: 44px;
}
.self_pay .sec03 .conBox .inBox .txtBox .t_name {
	font-size: 2rem;
	letter-spacing: 1px;
	font-family: 'Noto sans JP', sans-serif;
	margin-bottom: 3px;
}
.self_pay .sec03 .conBox .inBox .txtBox .t_name .sTxt {
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 2px;
}
.self_pay .sec03 .conBox .bgyTxt {
	font-family: 'Noto sans JP', sans-serif;
	font-weight: 600;
	color: #fff;
	background: #edd32f;
	padding: 2px 12px;
	letter-spacing: 1px;
}
.self_pay .sec03 .conBox .bgbTxt {
	font-family: 'Noto sans JP', sans-serif;
	font-weight: 600;
	color: #fff;
	background: #d9cebb;
	padding: 2px 12px;
	letter-spacing: 1px;
}
.self_pay .sec03 .conBox .inBox .txtBox .pTxt {
	margin-top: 18px;
	line-height: 1.9;
	margin-bottom: 17px;
}
.self_pay .sec03 .conBox .inBox .txtBox .btn {
	text-align: right;
}
.self_pay .sec03 .conBox .inBox .txtBox .btn span {
	text-decoration: underline;
}
.self_pay .sec04 {
	background: #fbfaf1;
	padding: 95px 0 70px;
}
.self_pay .sec04 .head {
	text-align: center;
	font-size: 2.6rem;
	line-height: 1.2;
	margin-bottom: 40px;
}
.self_pay .sec04 .pTxt {
	width: 682px;
	margin: 0 auto 25px;
}
.self_pay .sec04 .inBox {
	background: #fff;
	border-radius: 7px;
	box-shadow: 0 0 5px rgba(175,175,173,0.6);
	width: 806px;
	margin: 50px auto;
	box-sizing: border-box;
	padding: 50px 60px;
}
.self_pay .sec04 .inBox .head02 {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 35px;
}
.self_pay .sec04 .inBox .flexBox {
	justify-content: space-between;
}
.self_pay .sec04 .inBox .flexBox .left {
	position: relative;
}
.self_pay .sec04 .inBox .flexBox .left:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 4px;
	background: #edd32f;
	border-radius: 10px;
	right: -45px;
	top: 105px;
}
.self_pay .sec04 .inBox .flexBox .left:after {
	position: absolute;
	content: "";
	height: 30px;
	width: 4px;
	background: #edd32f;
	border-radius: 10px;
	right: -32px;
	top: 92px;
}
.self_pay .sec04 .inBox .flexBox .left ul {
	width: 370px;
	background: #fff159;
	box-sizing: border-box;
	padding: 42px 0 22px 34px;
}
.self_pay .sec04 .inBox .flexBox .left ul li {
	font-size: 1.7rem;
	line-height: 1.2;
	margin-bottom: 25px;
}
.self_pay .sec04 .inBox .flexBox .left ul li .sTxt {
	font-size: 1.3rem;
	letter-spacing: 1px;
}
.self_pay .sec04 .inBox .flexBox .right {
	width: 255px;
}
.self_pay .sec04 .inBox .flexBox .right ul li {
	font-size: 1.5rem;
	letter-spacing: 1px;
	background: #d9cebb;
	box-sizing: border-box;
	padding: 14px 0 14px 20px;
	margin-bottom: 8px;
}
.self_pay .sec05 {
	padding: 108px 0 0;
}
.self_pay .sec05 .head {
	text-align: center;
	font-size: 2.6rem;
}
.self_pay .sec05 .redTxt {
	text-align: center;
	margin: 20px 0 60px;
}
.self_pay .sec05 .redTxt span {
	color: #cf0000;
	font-size: 1.8rem;
	letter-spacing: 2px;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 600;
	border-bottom: 1px solid rgba(207,0,0,0.6);
	padding: 0 7px 7px;
}
.self_pay .sec05 .content {
	width: 756px;
	margin: 0 auto 145px;
}
.self_pay .sec05 .content .headline01 {
	font-size: 2rem;
	letter-spacing: 1px;
	padding-left: 40px;
}
.self_pay .sec05 .content .pTxt {
	padding: 15px 0 25px 40px;
}
.self_pay .sec05 .content .tableBox {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.self_pay .sec05 .content .tableBox table {
	width: 100%;
}
.self_pay .sec05 .content .tableBox table tr th {
	background: #edd32f;
	color: #fff;
	font-size: 1.6rem;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 700;
	padding: 16px 0;
	border-right: 7px solid #fff;
}
.self_pay .sec05 .content .tableBox table tr th.right {
	border-right: none;
}
.self_pay .sec05 .content .tableBox table tr td {
	font-family: 'Zen Old Mincho', serif;
	font-weight: 600;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.4;
	background: #fbfaf1;
	border-right: 7px solid #fff;
	border-bottom: 7px solid #fff;
	vertical-align: middle;
}
.self_pay .sec05 .content .tableBox table tr td.right {
	border-right: none;
}
.self_pay .sec05 .content .tableBox table tr.bottom td {
	border-bottom: none;
}
.self_pay .sec05 .content.con01 .tableBox table tr td {
	height: 78px;
}
.self_pay .sec05 .content.con01 .tableBox table tr td.none {
	position: relative;
}
.self_pay .sec05 .content.con01 .tableBox table tr td.none:before {
	position: absolute;
	content: "";
	width: 22px;
	height: 1px;
	background: #3a3724;
	left: 50%;
	margin-left: -11px;
}
.self_pay .sec05 .content.con02 .inBox {
	margin: 20px 0 100px;
}
.self_pay .sec05 .content.con02 .inBox .flexBox {
	align-items: stretch;
	justify-content: space-between;
	margin: 30px 0;
}
.self_pay .sec05 .content.con02 .inBox .flexBox .left {
	background: #fff159;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 80px;
}
.self_pay .sec05 .content.con02 .inBox .flexBox .left .headline01 {
	writing-mode: vertical-rl;
	font-size: 1.7rem;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}
.self_pay .sec05 .content.con02 .inBox .flexBox .left:before {
	position: absolute;
	content: "";
	width: 24px;
	height: 3px;
	background: #edd32f;
	border-radius: 10px;
	right: -32px;
	top: 206px;
}
.self_pay .sec05 .content.con02 .inBox .flexBox .left:after {
	position: absolute;
	content: "";
	height: 24px;
	width: 3px;
	background: #edd32f;
	border-radius: 10px;
	right: -22px;
	top: 196px;
}
.self_pay .sec05 .content.con02 .inBox .flexBox .left .headline01 span {
	writing-mode: horizontal-tb;
	margin: 5px 0;
}
.self_pay .sec05 .content.con02 .inBox .flexBox .tableBox {
	width: 636px;
}
.self_pay .sec05 .content.con02 .inBox .flexBox .tableBox table tr th {
	line-height: 1.4;
	vertical-align: middle;
	padding: 16px 20px;
}
.self_pay .sec05 .content.con02 .inBox .flexBox .tableBox table tr th.right {
	padding: 16px 7px;
}
.self_pay .sec05 .content.con02 .inBox .flexBox .tableBox table tr td {
	padding: 22px 0;
}
.self_pay .sec05 .content.con02 .inBox ul li {
	text-indent: -14px;
	line-height: 1.8;
	padding-left: 60px;
}

@media all and (max-width: 834px) {
	.self_pay .sec01 .flexBox .headline01 {
		width: 86%;
	}
	.self_pay .btnBox {
		padding: 30px 0 50px;
	}
	.self_pay .btnBox .flexBox .btn a {
		display: block;
		font-size: 1.5rem;
		width: 82%;
		margin: 0 auto;
		border-right: none;
		border-bottom: 1px solid #fff;
		box-sizing: border-box;
		padding: 18px 5px 18px 0;
		height: auto;
	}
	.self_pay .btnBox .flexBox .btn a:before {
		right: 10px;
		top: 21px;
	}
	.self_pay .sec02 {
		padding: 80px 0 30px;
	}
	.self_pay .sec02 .con01 {
		padding-bottom: 50px;
	}
	.self_pay .sec02 .con01 .headline01 {
		font-size: 2.2rem;
		margin-bottom: 30px;
	}
	.self_pay .sec02 .con01 .pTxt {
		width: 80%;
	}
	.self_pay .sec02 .con01 .inBox {
		width: 93%;
		margin: 45px auto;
		border-radius: 6px;
		padding: 44px 8% 34px;
	}
	.self_pay .sec02 .con01 .inBox .headline01 {
		letter-spacing: 1px;
	}
	.self_pay .sec02 .con01 .inBox ul li {
		padding: 0 10px 0 30px;
		text-indent: -10px;
		line-height: 1.6;
		margin-bottom: 22px;
	}
	.self_pay .sec02 .con01 .inBox ul li .big {
		font-size: 1.9rem;
		display: inline-block;
		margin-bottom: 5px;
	}
	.self_pay .sec02 .con02 .flexBox .imgBox {
		width: 93%;
	}
	.self_pay .sec02 .con02 .flexBox .txtBox {
		width: 80%;
		margin: 50px auto!important;
	}
	.self_pay .sec02 .con02 .flexBox.flex01 {
		flex-direction: column-reverse;
		margin-bottom: 20px;
	}
	.self_pay .sec02 .con02 .flexBox.flex01 .imgBox {
		margin: 0 0 0 auto;
		border-radius: 6px 0 0 6px;
	}
	.self_pay .sec02 .con02 .flexBox.flex02 .imgBox {
		margin: 0 auto 0 0;
		border-radius: 0 6px 6px 0;
	}
	.self_pay .sec03 {
		padding: 80px 0 0;
	}
	.self_pay .sec03 .head {
		font-size: 2.2rem;
		margin-bottom: 50px;
	}
	.self_pay .sec03 .conBox {
		width: 92%;
		margin-bottom: 80px;
	}
	.self_pay .sec03 .conBox .headline01 {
		font-size: 2rem;
		margin-bottom: 20px;
		padding: 0 0 10px 14px;
	}
	.self_pay .sec03 .conBox .head02 {
		flex-direction: column;
		align-items: flex-start;
	}
	.self_pay .sec03 .conBox .head02 .bgyTxt {
		margin: 5px 0 3px 0;
	}
	.self_pay .sec03 .conBox .inBox {
		border-radius: 8px;
		box-shadow: 0 0 4px rgba(175,175,173,0.6);
		flex-direction: column;
		padding: 34px 7% 20px;
		margin-bottom: 20px;
	}
	.self_pay .sec03 .conBox .inBox .imgBox {
		display: flex;
		align-items: center;
		width: 100%;
		margin-bottom: 20px;
	}
	.self_pay .sec03 .conBox .inBox .imgBox img {
		width: 113px;
		margin-right: 20px;
	}
	.self_pay .sec03 .conBox .inBox .imgBox .t_name {
		font-family: 'Noto sans JP', sans-serif;
		font-size: 1.7rem;
		line-height: 1.5;
	}
	.self_pay .sec03 .conBox .inBox .imgBox .t_name .sTxt {
		font-weight: 400;
	}
	.self_pay .sec03 .conBox .inBox .txtBox {
		width: 100%;
		margin: 0;
	}
	.self_pay .sec03 .conBox .bgyTxt {
		font-size: 1.3rem;
	}
	.self_pay .sec03 .conBox .inBox .txtBox .pTxt {
		margin: 13px 0 14px;
	}
	.self_pay .sec04 {
		padding: 80px 0;
	}
	.self_pay .sec04 .head {
		font-size: 2.3rem;
	}
	.self_pay .sec04 .head .sTxt {
		letter-spacing: 1px;
	}
	.self_pay .sec04 .pTxt {
		width: 83%;
	}
	.self_pay .sec04 .inBox {
		width: 92%;
		padding: 45px 10%;
	}
	.self_pay .sec04 .inBox .head02 {
		letter-spacing: 1px;
		line-height: 1.4;
	}
	.self_pay .sec04 .inBox .flexBox .left ul {
		width: 100%;
		margin-bottom: 70px;
		padding: 32px 8% 15px 20px;
	}
	.self_pay .sec04 .inBox .flexBox .left ul li span {
		display: block;
		padding-left: 14px;
		padding-top: 5px;
	}
	.self_pay .sec04 .inBox .flexBox .right {
		width: 100%;
	}
	.self_pay .sec04 .inBox .flexBox .right ul li {
		font-size: 1.7rem;
	}
	.self_pay .sec04 .inBox .flexBox .left:before {
		width: 33px;
		left: 50%;
		margin-left: -16px;
		bottom: 35px;
		top: auto;
	}
	.self_pay .sec04 .inBox .flexBox .left:after {
		height: 33px;
		left: 50%;
		top: auto;
		bottom: 20px;
		margin-left: -2px;
	}
	.self_pay .sec05 {
		padding: 80px 0;
	}
	.self_pay .sec05 .head {
		font-size: 2.3rem;
	}
	.self_pay .sec05 .redTxt {
		margin: 16px 0 50px;
	}
	.self_pay .sec05 .redTxt span {
		font-size: 1.6rem;
	}
	.self_pay .sec05 .content {
		width: 100%;
		margin: 0 auto 90px;
	}
	.self_pay .sec05 .content .headline01 {
		padding: 0;
		margin: 0 7%;
	}
	.self_pay .sec05 .content .pTxt {
		padding: 0;
		margin: 18px 7% 34px;
		line-height: 1.8;
	}
	.self_pay .sec05 .content .tableBox {
		width: 565px;
		margin: 0 4% 20px;
		box-sizing: border-box;
		padding-right: 5%;
	}
	.self_pay .sec05 .content.con01 .tableBox table tr th {
		line-height: 1.3;
		vertical-align: middle;
	}
	.self_pay .sec05 .content.con01 .tableBox table tr th.th01 {
		width: 150px;
	}
	.self_pay .sec05 .content.con01 .tableBox table tr th.th02,
	.self_pay .sec05 .content.con01 .tableBox table tr th.th03 {
		width: 120px;
	}
	.self_pay .sec05 .content.con01 .tableBox table tr th.th04 {
		width: 172px;
		border-top-right-radius: 10px;
	}
	.self_pay .sec05 .content.con01 .tableBox table tr td {
		height: auto;
		padding: 20px 0;
		font-size: 1.4rem;
	}
	.self_pay .sec05 .content.con02 .inBox {
		margin: 35px 0 70px;
	}
	.self_pay .sec05 .content.con02 .inBox .headline01 {
		text-indent: -2rem;
		padding-left: 2rem;
		margin-bottom: 25px;
	}
	.self_pay .sec05 .content.con02 .inBox .flexBox {
		flex-direction: row;
		width: 676px;
		margin: 0 3% 20px;
	}
	.self_pay .sec05 .content.con02 .inBox .flexBox .left {
		width: 55px;
	}
	.self_pay .sec05 .content.con02 .inBox .flexBox .left .headline01 {
		margin-bottom: 0;
		height: max-content;
	}
	.self_pay .sec05 .content.con02 .inBox .flexBox .left .headline01 span {
		font-size: 1.7rem;
		display: block;
		margin: 10px 0 26px 20px;
	}
	.self_pay .sec05 .content.con02 .inBox .flexBox .tableBox {
		margin: 0;
		width: 578px;
	}
	.self_pay .sec05 .content.con02 .inBox .flexBox .tableBox table tr th {
		padding: 16px 15px;
	}
	.self_pay .sec05 .content.con02 .inBox .flexBox .tableBox table tr th:nth-child(5) {
		border-top-right-radius: 10px;
	}
	.self_pay .sec05 .content.con02 .inBox ul {
		margin: 24px 7%;
	}
	.self_pay .sec05 .content.con02 .inBox ul li {
		padding-left: 14px;
		text-indent: -14px;
	}
}

/*------------------------------------------------------------
   i_m_center
------------------------------------------------------------*/
.i_m_center .topBox {
	text-align: center;
	padding: 80px 0 70px;
}

.i_m_center .tab-wrap {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
}
.i_m_center .tab-label {
	order: -1;
	font-size: 1.8rem;
	color: #a09180;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 3px;
	width: 290px;
	height: 58px;
	box-sizing: border-box;
	border: 3px solid #a09180;
	border-bottom: none;
	border-radius: 14px 14px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 13px;
	cursor: pointer;
}
.i_m_center .tab-label:hover {
	opacity: .6;
}
.i_m_center .tab-switch:checked+.tab-label {
	background: #a09180;
	color: #fff;
	font-size: 2.2rem;
	height: 78px;
}
.i_m_center .tab-switch:checked+.tab-label+.tab-content {
	display: block;
}
.i_m_center .tab-switch {
    display: none;
}
.i_m_center .tab-content {
	width: 100%;
	display: none;
	border-top: 6px solid #a09180;
}
.i_m_center .tab-content .sec01 {
	padding: 67px 0 90px;
}
.i_m_center .tab-content .sec01 .head {
	font-size: 2.6rem;
	text-align: center;
	margin-bottom: 40px;
}
.i_m_center .tab-content .sec01 .pTxt {
	width: 698px;
	margin: 0 auto 45px;
	line-height: 2.4;
}

/* 代替療法 */
.i_m_center .tab-content.therapy {
	background: #fbfaf1;
	padding-bottom: 130px;
}
.i_m_center .tab-content.therapy .sec01 {
	padding-bottom: 30px;
}
.i_m_center .tab-content.therapy .sec01 .head {
	background: #fff;
	width: 207px;
	margin: 0 auto 35px;
}
.i_m_center .tab-content.therapy .sec02 .th_tab-wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
}
.i_m_center .tab-content.therapy .sec02 .th_tab-wrap .th_tab-label {
	order: -1;
	font-size: 1.8rem;
	line-height: 1.2;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 600;
	text-align: center;
	width: 206px;
	height: 67px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 9px 9px 0 0;
	margin: 0 10px;
	cursor: pointer;
	transition: all .3s;
}
.i_m_center .tab-content.therapy .sec02 .th_tab-wrap .th_tab-label:hover {
	opacity: .6;
}
.i_m_center .tab-content.therapy .sec02 .th_tab-wrap .tab-switch:checked+.th_tab-label+.th_tab-content {
	display: block;
}
.i_m_center .tab-content.therapy .sec02 .th_tab-wrap .tab-switch:checked+.th_tab-label {
	background: #edd32f;
}
.i_m_center .tab-content.therapy .sec02 .th_tab-content {
	display: none;
	width: 1005px;
	background: #fff;
	border-top: 6px solid #edd32f;
	padding: 70px 0 20px;
	text-align: center;
}
.i_m_center .tab-content.therapy .sec02 .th_tab-content .lineTxt {
	font-size: 2.4rem;
	text-align: center;
	border: 1px solid rgba(58,55,36,0.6);
	display: inline-block;
	padding: 3px 100px;
	margin-bottom: 60px;
}
.i_m_center .tab-content.therapy .sec02 .th_tab-content .btn_flex {
	display: flex;
	justify-content: center;
	margin-bottom: 24px;
}
.i_m_center .tab-content.therapy .sec02 .th_tab-content .btn_flex.flex02 {
	margin-bottom: 78px;
}
.i_m_center .tab-content.therapy .sec02 .th_tab-content .btn_flex .btn a {
	display: block;
	width: 332px;
	margin: 0 14px;
	box-shadow: 0 0 5px rgba(176,176,176,0.7);
	border-radius: 6px;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 600;
	font-size: 1.8rem;
	padding: 16px 0;
	position: relative;
}
.i_m_center .tab-content.therapy .sec02 .th_tab-content .btn_flex .btn a:before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-right: 1px solid #3a3724;
	border-bottom: 1px solid #3a3724;
	transform: rotate(45deg);
	right: 40px;
	top: 28px;
}
.i_m_center .tab-content.therapy .sec02 .th_tab-content .conBox .head {
	width: 795px;
	margin: 0 auto 64px;
	text-align: left;
	font-size: 2.2rem;
	background: #d9cebb;
	border-radius: 9px 9px 0 0;
	box-sizing: border-box;
	padding: 10px 0 10px 20px;
}
.i_m_center .tab-content.therapy .sec02 .th_tab-content .conBox .therapyUl li .flexBox {
	justify-content: center;
	margin-bottom: 90px;
}
.i_m_center .tab-content.therapy .sec02 .th_tab-content .conBox .therapyUl li .flexBox .m_name {
	width: 226px;
	text-align: left;
	font-size: 2.2rem;
	letter-spacing: 1px;
	line-height: 1.7;
}
.i_m_center .tab-content.therapy .sec02 .th_tab-content .conBox .therapyUl li .flexBox .txtBox {
	width: 530px;
	border-left: 1px solid rgba(176,176,176,0.5);
	box-sizing: border-box;
	padding-left: 30px;
}
.i_m_center .tab-content.therapy .sec02 .th_tab-content .conBox .therapyUl li .flexBox .txtBox .price {
	background: #fbfaf1;
	border-radius: 9px;
	box-sizing: border-box;
	padding: 30px 40px;
	margin: 34px 0;
}
.i_m_center .tab-content.therapy .sec02 .th_tab-content .conBox .therapyUl li .flexBox .txtBox .price .headline01 {
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.9;
}
.i_m_center .tab-content.therapy .sec02 .th_tab-content .conBox .therapyUl li .flexBox .txtBox .btn {
	text-align: right;
}
.i_m_center .tab-content.therapy .sec02 .th_tab-content .conBox .therapyUl li .flexBox .txtBox .btn a {
	text-decoration: underline;
}

/* 美容医療 */
.i_m_center .tab-content.beauty .sec01 .btn_flex {
	display: flex;
	justify-content: center;
}
.i_m_center .tab-content.beauty .sec01 .btn_flex .btn a {
	display: block;
	text-align: center;
	width: 330px;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 600;
	font-size: 1.8rem;
	letter-spacing: 1px;
	box-shadow: 0 0 5px rgba(175,175,172,0.6);
	border-radius: 6px;
	padding: 14px 0 15px;
	margin: 0 16px;
	position: relative;
}
.i_m_center .tab-content.beauty .sec01 .btn_flex .btn a:before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #3a3724;
	border-right: 1px solid #3a3724;
	transform: rotate(45deg);
	right: 34px;
	top: 26px;
}
.i_m_center .tab-content.beauty .sec02 {
	background: #e5d7d6;
	text-align: center;
	padding: 80px 0 20px;
}
.i_m_center .tab-content.beauty .sec02 .brTxt {
	font-size: 2.4rem;
	letter-spacing: 2px;
	position: relative;
	display: inline-block;
	margin-bottom: 70px;
}
.i_m_center .tab-content.beauty .sec02 .brTxt:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 33px;
	border: 1px solid #3A3724;
	border-right: 0;
	top: 10%;
	left: -60px;
	z-index: 1;
}
.i_m_center .tab-content.beauty .sec02 .brTxt:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 33px;
	border: 1px solid #3A3724;
	border-left: 0;
	top: 10%;
	right: -60px;
	z-index: 1;
}
.i_m_center .tab-content.beauty .sec02 .cate {
	justify-content: center;
	margin-bottom: 70px;
}
.i_m_center .tab-content.beauty .sec02 .cate .left {
	font-size: 1.8rem;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 600;
	writing-mode: vertical-rl;
	border-left: 1px solid rgba(58,55,36,0.5);
	border-right: 1px solid rgba(58,55,36,0.5);
	padding: 0 10px;
	margin-right: 35px;
}
.i_m_center .tab-content.beauty .sec02 .cate .cateUl {
	width: 900px;
	display: flex;
	flex-wrap: wrap;
	margin-right: -50px;
}
.i_m_center .tab-content.beauty .sec02 .cate .cateUl li label {
	display: inline-block;
	background: #fff;
	width: 196px;
	margin: 0 10px;
	border-radius: 5px;
	padding: 14px 0;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 600;
	font-size: 1.6rem;
	transition: all .3s;
}
.i_m_center .tab-content.beauty .sec02 .cate .cateUl li label:hover {
	color: #fff;
	background: #3a3724;
}
.i_m_center .tab-content.beauty .sec02 .cate .cateUl li:nth-child(5) label,
.i_m_center .tab-content.beauty .sec02 .cate .cateUl li:nth-child(6) label,
.i_m_center .tab-content.beauty .sec02 .cate .cateUl li:nth-child(7) label {
	margin-top: 16px;
}
.i_m_center .tab-content.beauty .sec03 .pro_tab-switch,
.i_m_center .tab-content.beauty .sec03 .pro_tab-label {
	display: none;
}
.i_m_center .tab-content.beauty .sec03 .pro_tab-switch:checked+.pro_tab-label+.pro_tab-content {
	display: block;
}
.i_m_center .tab-content.beauty .sec03 .pro_tab-content {
	width: 100%;
	display: none;
	background: #f4f4f4;
	padding: 83px 0;
}
.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox {
	width: 978px;
	margin: 0 auto;
	background: #fff;
	padding: 80px 0 10px;
	text-align: center;
}
.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .lineTxt {
	font-size: 2.4rem;
	border: 1px solid #3a3724;
	display: inline-block;
	padding: 0 60px;
	text-align: center;
	margin: 0 auto 75px;
}
.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .menuUl li .flexBox {
	justify-content: center;
	margin-bottom: 120px;
}
.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .menuUl li .flexBox .left {
	width: 300px;
	border-right: 1px solid rgba(175,175,172,0.6);
	text-align: left;
}
.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .menuUl li .flexBox .left .headline01 {
	font-size: 2.2rem;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .menuUl li .flexBox .left .imgBox {
	width: 251px;
	height: 170px;
}
.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .menuUl li .flexBox .left .imgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .menuUl li .flexBox .right {
	width: 458px;
	box-sizing: border-box;
	padding-left: 36px;
}
.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .menuUl li .flexBox .right .price {
	background: #f4f4f4;
	margin: 40px 0 30px;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 34px 30px;
	text-align: justify;
}
.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .menuUl li .flexBox .right .price p {
	font-size: 1.5rem;
	letter-spacing: 1px;
}
.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .menuUl li .flexBox .right .Btn {
	text-align: right;
}
.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .menuUl li .flexBox .right .Btn a {
	text-decoration: underline;
}
.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .product {
	width: 758px;
	margin: -40px auto 0;
	border-top: 1px dashed #afafac;
	text-align: center;
	padding: 70px 0 50px;
}
.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .product .brTxt {
	font-size: 2.5rem;
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}
.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .product .note {
	font-size: 1.5rem;
	line-height: 1.8;
	margin-bottom: 30px;
}
.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .product .red {
	font-size: 1.5rem;
	font-weight: 600;
	color: #d90c0c;
}
.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .product .brTxt:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 33px;
	border: 1px solid #3A3724;
	border-right: 0;
	top: 10%;
	left: -60px;
	z-index: 1;
}
.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .product .brTxt:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 33px;
	border: 1px solid #3A3724;
	border-left: 0;
	top: 10%;
	right: -60px;
	z-index: 1;
}
.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .product .proUl li .flexBox {
	justify-content: center;
	margin-bottom: 120px;
}
.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .product .proUl li .flexBox  .imgBox {
	width: 250px;
	object-fit: cover;
}
.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .product .proUl li .flexBox  .imgBox img {
	width: 100%;
	height: 100%;
}
.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .product .proUl li .flexBox .txtBox {
	width: 458px;
	box-sizing: border-box;
	padding: 8px 0 10px 36px;
	margin-left: 48px;
	border-left: 1px solid rgba(175,175,172,0.6);
	text-align: left;
}
.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .product .proUl li .flexBox .txtBox .headline01 {
	font-size: 2.2rem;
}
.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .product .proUl li .flexBox .txtBox .headline01 .price {
	font-size: 1.6rem;
	display: block;
	letter-spacing: 1px;
	margin: 8px 0 20px;
}
.i_m_center .tab-content.beauty .sec04 {
	margin-top: 14px;
	background: #efeded;
	padding: 105px 0 50px;
	text-align: center;
}
.i_m_center .tab-content.beauty .sec04 .brTxt {
	font-size: 2.4rem;
	letter-spacing: 3px;
	position: relative;
	display: inline-block;
	margin-bottom: 50px;
}
.i_m_center .tab-content.beauty .sec04 .brTxt:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 33px;
	border: 1px solid #3A3724;
	border-right: 0;
	top: 9%;
	left: -60px;
	z-index: 1;
}
.i_m_center .tab-content.beauty .sec04 .brTxt:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 33px;
	border: 1px solid #3A3724;
	border-left: 0;
	top: 9%;
	right: -60px;
	z-index: 1;
}
.i_m_center .tab-content.beauty .sec04 .conBox {
	width: 968px;
	margin: 0 auto 110px;
}
.i_m_center .tab-content.beauty .sec04 .conBox .head {
	text-align: left;
	font-size: 2.6rem;
	border-bottom: 1px solid rgba(58,55,35,0.6);
	margin: 0 14px 36px;
	box-sizing: border-box;
	padding: 0 0 13px 20px;
}
.i_m_center .tab-content.beauty .sec04 .conBox .nameUl {
	display: flex;
	flex-wrap: wrap;
}
.i_m_center .tab-content.beauty .sec04 .conBox .nameUl li a {
	display: block;
	width: 297px;
	height: 260px;
	background: #fff;
	border-radius: 6px;
	margin: 0 12px 24px;
	box-sizing: border-box;
	padding-top: 32px;
	position: relative;
}
.i_m_center .tab-content.beauty .sec04 .conBox .nameUl li a:before {
	position: absolute;
	content: "";
	width: 44px;
	height: 8px;
	border-bottom: 1px solid rgba(175,175,172,1);
	border-right: 1px solid rgba(175,175,172,1);
	transform: skewX(55deg);
	right: 30px;
	bottom: 20px;
	transition: all .3s;
}
.i_m_center .tab-content.beauty .sec04 .conBox .nameUl li a:hover:before {
	right: 22px;
}
.i_m_center .tab-content.beauty .sec04 .conBox .nameUl li a .imgBox {
	width: 185px;
	height: 126px;
	margin: 0 auto;
}
.i_m_center .tab-content.beauty .sec04 .conBox .nameUl li a .imgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.i_m_center .tab-content.beauty .sec04 .conBox .nameUl li a .m_name {
	font-size: 2rem;
	letter-spacing: 2px;
	line-height: 1.3;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media all and (max-width: 834px) {
	.i_m_center .topBox {
		padding: 45px 0 40px;
	}
	.i_m_center .tab-label {
		width: 42%;
		height: 37px;
		margin: 0 2%;
		font-size: 1.4rem;
		letter-spacing: 2px;
		border-radius: 10px 10px 0 0;
	}
	.i_m_center .tab-switch:checked+.tab-label {
		height: 47px;
		font-size: 1.6rem;
	}
	.i_m_center .tab-content {
		border-top: 4px solid #a09180;
	}
	.i_m_center .tab-content .sec01 {
		padding: 45px 0 40px;
	}
	.i_m_center .tab-content .sec01 .head {
		font-size: 2.3rem;
		margin-bottom: 25px;
	}
	.i_m_center .tab-content .sec01 .pTxt {
		width: 80%;
		line-height: 2;
	}
	/* 代替療法 */
	.i_m_center .tab-content.therapy {
		padding-bottom: 0;
	}
	.i_m_center .tab-content.therapy .sec01 {
		padding-bottom: 10px;
	}
	.i_m_center .tab-content.therapy .sec02 .th_tab-wrap .th_tab-label {
		width: 80%;
		border-radius: 5px;
		margin-bottom: 14px;
		font-size: 1.7rem;
		position: relative;
	}
	.i_m_center .tab-content.therapy .sec02 .th_tab-wrap .th_tab-label:before {
		position: absolute;
		content: "";
		width: 8px;
		height: 8px;
		border-right: 1px solid #3a3724;
		border-bottom: 1px solid #3a3724;
		transform: rotate(45deg);
		right: 36px;
		top: 27px;
	}
	.i_m_center .tab-content.therapy .sec02 .th_tab-content {
		margin-top: 30px;
		width: 100%;
		padding: 50px 0 140px;
	}
	.i_m_center .tab-content.therapy .sec02 .th_tab-content .lineTxt {
		font-size: 2.1rem;
		letter-spacing: 1px;
		line-height: 1.2;
		padding: 8px 60px 10px;
		margin-bottom: 45px;
	}
	.i_m_center .tab-content.therapy .sec02 .th_tab-content .btn_flex {
		flex-direction: column;
		margin-bottom: 0;
	}
	.i_m_center .tab-content.therapy .sec02 .th_tab-content .btn_flex.flex02 {
		margin-bottom: -40px;
	}
	.i_m_center .tab-content.therapy .sec02 .th_tab-content .btn_flex .btn a {
		width: 80%;
		margin: 0 auto 18px;
		font-size: 1.6rem;
	}
	.i_m_center .tab-content.therapy .sec02 .th_tab-content .btn_flex .btn a:before {
		top: 26px;
		right: 10%;
	}
	.i_m_center .tab-content.therapy .sec02 .th_tab-content .conBox .head {
		width: 90%;
		font-size: 2rem;
		letter-spacing: 1px;
		margin: 90px auto 40px;
		padding-left: 5%;
	}
	.i_m_center .tab-content.therapy .sec02 .th_tab-content .conBox .therapyUl li .flexBox {
		margin-bottom: 40px;
	}
	.i_m_center .tab-content.therapy .sec02 .th_tab-content .conBox .therapyUl li .flexBox .m_name {
		width: 80%;
		margin: 0 auto;
		font-size: 1.9rem;
		text-align: center;
	}
	.i_m_center .tab-content.therapy .sec02 .th_tab-content .conBox .therapyUl li .flexBox .txtBox {
		width: 85%;
		padding: 24px 3% 36px;
		margin: 0 auto;
		border-left: none;
		border-top: none;
		border-bottom: 1px solid rgba(176,176,176,0.5);
	}
	.i_m_center .tab-content.therapy .sec02 .th_tab-content .conBox .therapyUl li .flexBox .txtBox .pTxt {
		line-height: 1.9;
	}
	.i_m_center .tab-content.therapy .sec02 .th_tab-content .conBox .therapyUl li .flexBox .txtBox .price {
		width: 106%;
		margin-left: -3%;
		padding: 30px 8%;
	}
	/* 美容医療 */
	.i_m_center .tab-content.beauty .sec01 .btn_flex {
		flex-direction: column;
	}
	.i_m_center .tab-content.beauty .sec01 .btn_flex .btn a {
		width: 80%;
		margin: 0 auto 20px;
		font-size: 1.5rem;
	}
	.i_m_center .tab-content.beauty .sec01 .btn_flex .btn a:before {
		right: 24px;
		top: 23px;
	}
	.i_m_center .tab-content.beauty .sec02 {
		padding: 60px 0 10px;
	}
	.i_m_center .tab-content.beauty .sec02 .brTxt {
		font-size: 1.9rem;
		margin-bottom: 40px;
	}
	.i_m_center .tab-content.beauty .sec02 .brTxt:before {
		left: -40px;
		top: 3%;
		height: 28px;
		width: 8px;
	}
	.i_m_center .tab-content.beauty .sec02 .brTxt:after {
		right: -40px;
		top: 3%;
		height: 28px;
		width: 8px;
	}
	.i_m_center .tab-content.beauty .sec02 .cate {
		margin-bottom: 40px;
	}
	.i_m_center .tab-content.beauty .sec02 .cate .left {
		writing-mode: horizontal-tb;
		display: block;
		width: 85%;
		margin: 0 auto 25px;
		padding: 2px 0;
		border: none;
		border-top: 1px solid rgba(58,55,36,0.5);
		border-bottom: 1px solid rgba(58,55,36,0.5);
	}
	.i_m_center .tab-content.beauty .sec02 .cate .cateUl {
		width: 90%;
		margin: 0 auto;
	}
	.i_m_center .tab-content.beauty .sec02 .cate .cateUl li label {
		width: 41.5vw;
		margin: 0 1.5vw 12px;
		font-size: 1.4rem;
		padding: 10px 0;
		border-radius: 5px;
	}
	.i_m_center .tab-content.beauty .sec02 .cate .cateUl li:nth-child(5) label, .i_m_center .tab-content.beauty .sec02 .cate .cateUl li:nth-child(6) label,
	.i_m_center .tab-content.beauty .sec02 .cate .cateUl li:nth-child(7) label {
		margin-top: 0;
	}
	.i_m_center .tab-content.beauty .sec03 .pro_tab-content {
		padding: 56px 0;
	}
	.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox {
		width: 92%;
		box-sizing: border-box;
		padding: 55px 7% 1px;
	}
	.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .lineTxt {
		font-size: 2.1rem;
		letter-spacing: 1px;
		padding: 0;
		margin-bottom: 53px;
		width: 85%;
	}
	.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .menuUl li .flexBox {
		padding-bottom: 35px;
		margin-bottom: 35px;
		border-bottom: 1px solid rgba(175,175,172,0.6);
	}
	.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .menuUl li:last-child .flexBox {
		border-bottom: none;
	}
	.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .menuUl li .flexBox .left {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: flex-end;
		border: none;
		margin-bottom: 30px;
	}
	.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .menuUl li .flexBox .left .headline01 {
		font-size: 1.7rem;
		line-height: 1.4;
		margin: 0;
	}
	.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .menuUl li .flexBox .left .imgBox {
		width: 46%;
		height: 85px;
		margin-right: 6%;
	}
	.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .menuUl li .flexBox .right {
		width: 100%;
		padding: 0;
	}
	.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .menuUl li .flexBox .right .pTxt {
		line-height: 1.9;
	}
	.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .menuUl li .flexBox .right .price {
		margin: 30px 0;
		padding: 24px 8%;
	}
	.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .menuUl li .flexBox .right .price p {
		font-size: 1.4rem;
	}
	.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .product {
		width: 100%;
		margin-top: 20px;
		padding-top: 55px;
	}
	.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .product .brTxt {
		font-size: 2.1rem;
		line-height: 1.3;
	}
	.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .product .brTxt:before {
		height: 48px;
		left: -45px;
		top: 3px;
	}
	.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .product .brTxt:after {
		height: 48px;
		right: -45px;
		top: 3px;
	}
	.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .product .note {
		font-size: 1.4rem;
		margin-bottom: 25px;
	}
	.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .product .proUl li .flexBox {
		margin-bottom: 80px;
	}
	.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .product .proUl li .flexBox .imgBox {
		width: 80%;
		margin: 0 auto 25px;
	}
	.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .product .proUl li .flexBox .txtBox {
		width: 100%;
		margin: 0;
		padding: 0;
		border: none;
	}
	.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .product .proUl li .flexBox .txtBox .headline01 {
		text-align: center;
		font-size: 1.8rem;
		letter-spacing: 0;
		border-bottom: 1px solid rgba(175,175,172,0.5);
	}
	.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .product .proUl li .flexBox .txtBox .headline01 .price {
		font-size: 1.5rem;
		margin: 5px 0 18px;
	}
	.i_m_center .tab-content.beauty .sec03 .pro_tab-content .inBox .product .proUl li .flexBox .txtBox .pTxt {
		padding: 24px 5% 0;
		line-height: 1.9;
	}
	.i_m_center .tab-content.beauty .sec04 {
		padding: 60px 0 100px;
	}
	.i_m_center .tab-content.beauty .sec04 .brTxt {
		font-size: 1.9rem;
		margin-bottom: 40px;
	}
	.i_m_center .tab-content.beauty .sec04 .brTxt:before {
		left: -40px;
		top: 3%;
		height: 28px;
		width: 8px;
	}
	.i_m_center .tab-content.beauty .sec04 .brTxt:after {
		right: -40px;
		top: 3%;
		height: 28px;
		width: 8px;
	}
	.i_m_center .tab-content.beauty .sec04 .conBox {
		width: 84%;
		margin-bottom: 60px;
	}
	.i_m_center .tab-content.beauty .sec04 .conBox .head {
		font-size: 1.8rem;
		margin: 0 0 24px;
		padding: 0 0 10px 16px;
	}
	.i_m_center .tab-content.beauty .sec04 .conBox .nameUl li {
		width: 100%;
	}
	.i_m_center .tab-content.beauty .sec04 .conBox .nameUl li a {
		width: 100%;
		height: auto;
		margin: 0 0 13px;
		display: flex;
		align-items: center;
		justify-content:flex-start;
		box-sizing: border-box;
		padding: 25px 3% 30px 7%;
	}
	.i_m_center .tab-content.beauty .sec04 .conBox .nameUl li a .imgBox {
		width: 40%;
		height: 76px;
		margin: 0 7% 0 0;
	}
	.i_m_center .tab-content.beauty .sec04 .conBox .nameUl li a .m_name {
		height: auto;
		display: block;
		font-size: 1.7rem;
		text-align: left;
		letter-spacing: 0;
	}
	.i_m_center .tab-content.beauty .sec04 .conBox .nameUl li a:before {
		right: 23px;
		bottom: 16px;
	}
}

/*------------------------------------------------------------
   beauty_arc
------------------------------------------------------------*/
.beauty_arc .b_content {
	display: flex;
	justify-content: center;
	padding: 86px 0 180px;
}
.beauty_arc .b_content .conBox {
	width: 556px;
}
.beauty_arc .b_content .conBox .cateUl {
	margin-bottom: 25px;
}
.beauty_arc .b_content .conBox .cateUl li {
	display: inline-block;
	background: #a09180;
	color: #fff;
	font-weight: 900;
	letter-spacing: 1px;
	padding: 2px 14px 3px;
	margin-right: 7px;
}
.beauty_arc .b_content .conBox .name {
	margin-bottom: 28px;
}
.beauty_arc .b_content .conBox .name .title {
	font-size: 3rem;
	line-height: 1.4;
	margin-bottom: 14px;
	box-sizing: border-box;
	padding: 0 24px;
	letter-spacing: 1px;
	position: relative;
}
.beauty_arc .b_content .conBox .name .title:before {
	position: absolute;
	content: "";
	width: 4px;
	height: 28px;
	background: #3a3724;
	left: 3px;
	top: 8px;
}
.beauty_arc .b_content .conBox .name .price {
	font-size: 1.8rem;
	letter-spacing: 1.5px;
	margin: 0 24px;
}
.beauty_arc .b_content .conBox .thum {
	width: 100%;
	margin-bottom: 100px;
}
.beauty_arc .b_content .conBox .thum img {
	width: 100%;
}
.beauty_arc .b_content .conBox .txtBox h2 {
	font-size: 2.4rem;
	letter-spacing: 2px;
	text-align: justify;
	line-height: 1.5;
	box-sizing: border-box;
	padding: 0 10px 18px;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 600;
	border-bottom: 1px solid rgba(176,176,176,0.6);
	margin-bottom: 30px;
}
.beauty_arc .b_content .conBox .txtBox p {
	box-sizing: border-box;
	padding: 0 10px;
}

/* 予約について */
.beauty_arc .reserve {
	margin: 130px 0 70px;
	background: #f4f4f4;
	border-radius: 10px;
	text-align: center;
	box-sizing: border-box;
	padding: 40px;
}
.beauty_arc .reserve .head {
	font-size: 2rem;
	border-bottom: 1px solid rgba(58,55,36,0.7);
	padding-bottom: 13px;
	margin-bottom: 23px;
}
.beauty_arc .reserve .pTxt {
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: 1px;
}
.beauty_arc .reserve .flexBox {
	justify-content: space-between;
	align-items: center;
}
.beauty_arc .reserve .flexBox .tel {
	text-align: left;
}
.beauty_arc .reserve .flexBox .tel .txt {
	font-weight: 600;
	margin-top: -5px;
}
.beauty_arc .reserve .flexBox .tel .number {
	letter-spacing: 2px;
}
.beauty_arc .reserve .flexBox .tel .number .big {
	font-size: 2.2rem;
}
.beauty_arc .reserve .flexBox .line {
	border-left: 1px dashed rgba(176,176,176,0.7);
	box-sizing: border-box;
	padding-left: 27px;
}
.beauty_arc .reserve .flexBox .line a {
	display: block;
	width: 216px;
	font-size: 1.5rem;
	border: 1px solid rgba(58,55,36,0.7);
	text-align: center;
	border-radius: 3px;
	padding: 14px 0;
	position: relative;
}
.beauty_arc .reserve .flexBox .line a:before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-right: 1px solid rgba(58,55,36,0.6);
	border-top: 1px solid rgba(58,55,36,0.6);
	transform: rotate(45deg);
	right: 24px;
	top: 21px;
}
.beauty_arc .b_content .backBtn {
	border-top: 1px solid rgba(176,176,176,0.6);
	padding-top: 50px;
}
.beauty_arc .b_content .backBtn a {
	display: block;
	width: 290px;
	margin: 0 auto;
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: 1px;
	border: 1px solid rgba(58,55,36,0.6);
	padding: 18px 0;
	position: relative;
}
.beauty_arc .b_content .backBtn a:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-bottom: 1px solid rgba(58,55,36,0.6);
	border-left: 1px solid rgba(58,55,36,0.6);
	transform: rotate(45deg);
	left: 27px;
	top: 24px;
}
/* サイドバー ご予約について */
.beauty_arc .b_content .side .reserve {
	width: 300px;
	margin: 163px -86px 0 70px;
	padding: 40px 27px;
}
.beauty_arc .b_content .side .reserve .pTxt {
	line-height: 1.8;
	margin-bottom: 40px;
}
.beauty_arc .b_content .side .reserve .flexBox {
	flex-direction: column;
}
.beauty_arc .b_content .side .reserve .flexBox .tel .number {
	font-size: 1.6rem;
}
.beauty_arc .b_content .side .reserve .flexBox .tel .number .big {
	font-size: 2.4rem;
	letter-spacing: 1px;
}
.beauty_arc .b_content .side .reserve .flexBox .line {
	padding: 26px 0 0;
	margin-top: 20px;
	border-left: none;
	border-top: 1px dashed rgba(176,176,176,0.7);
}

@media all and (max-width: 834px) {
	.beauty_arc .b_content {
		padding: 40px 0 130px;
	}
	.beauty_arc .b_content .conBox {
		width: 100%;
	}
	.beauty_arc .b_content .conBox .cateUl {
		margin: 0 7% 20px;
	}
	.beauty_arc .b_content .conBox .cateUl li {
		font-size: 1.3rem;
		letter-spacing: 0;
		padding: 2px 10px 3px;
		margin-right: 3px;
	}
	.beauty_arc .b_content .conBox .name {
		margin: 0 7% 30px;
	}
	.beauty_arc .b_content .conBox .name .title {
		font-size: 2.4rem;
		padding: 0 5%;
	}
	.beauty_arc .b_content .conBox .name .title:before {
		height: 24px;
		width: 4px;
		left: 0;
		top: 6px;
	}
	.beauty_arc .b_content .conBox .name .price {
		font-size: 1.6rem;
		line-height: 1.8;
		margin: 0 7%;
		word-break: break-all;
	}
	.beauty_arc .b_content .conBox .thum {
		width: 85%;
		margin: 0 auto 70px;
	}
	.beauty_arc .b_content .conBox .txtBox {
		width: 85%;
		margin: 0 auto;
	}
	.beauty_arc .b_content .conBox .txtBox h2 {
		font-size: 2.2rem;
		padding: 0 3% 15px;
	}
	.beauty_arc .b_content .conBox .txtBox p {
		padding: 0 3%;
	}
	/* ご予約について */
	.beauty_arc .reserve {
		width: 86%;
		margin: 90px auto 60px;
		padding: 30px 8% 40px;
	}
	.beauty_arc .reserve .head {
		font-size: 1.8rem;
		letter-spacing: 1px;
	}
	.beauty_arc .reserve .pTxt {
		text-align: justify;
		letter-spacing: 0;
		margin: 0 10px 30px;
	}
	.beauty_arc .reserve .flexBox .tel {
		text-align: center;
	}
	.beauty_arc .reserve .flexBox .line {
		border-left: none;
		border-top: 1px dashed rgba(176,176,176,0.7);
		padding: 24px 0 0;
		width: 90%;
		margin-top: 20px;
	}
	.beauty_arc .reserve .flexBox .line a {
		width: 100%;
		margin: 0 auto;
	}
	.beauty_arc .b_content .backBtn {
		width: 85%;
		margin: 0 auto;
		padding-top: 35px;
	}
	.beauty_arc .b_content .backBtn a {
		width: 80%;
	}
	.beauty_arc .b_content .backBtn a:before {
		top: 25px;
	}	
}

/*----- 診療時間css */
.hoursTable {
  margin: 0 auto;
  border-radius: 7px;
  overflow: hidden;
}
.hoursTable th, .hoursTable td {
  padding: 27px 0 24px;
  background: #FBFAF1;
  border-left: 7px solid #fff;
  border-bottom: 7px solid #fff;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}
.hoursTable .t_head th {
  width: 78px;
  padding: 15px 0 14px;
  background: #EDD32F;
  color: #fff;
  border-bottom: none;
  font-size: 1.7rem;
}
.hoursTable .time {
  width: 153px;
  border-left: none;
	font-size: 1.6rem;
}
.hoursTable .bottom th, .hoursTable .bottom td {
  border-bottom: none;
}
.hoursTable .t_head th.sun {
	padding-left: 1px;
	letter-spacing: 0.6rem;
}
.btmTxt {
  max-width: 700px;
  margin: 23px auto 0;
  color: #808080;
}

@media all and (max-width: 834px) {
  .hoursTable {
    width: 90%;
    border-radius: 3px;
  }
  .hoursTable th,
  .hoursTable td {
    padding: 15px 0 15px;
    background: #FBFAF1;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
  }
  .hoursTable .t_head th {
    width: 78px;
    padding: 15px 0 14px;
    font-size: 1.5rem;
  }
  .hoursTable .time {
    width: 180px;
		font-size: 1.6rem;
    border-left: none;
  }
  .hoursTable td img {
    width: 17px;
  }
  .btmTxt {
    max-width: 700px;
    margin: 23px auto 0;
    color: #808080;
  }
}

/*----- 完全予約制css */
.lower-page .reserveBox {
  padding: 64px 0 66px;
  background: #FBFAF1;
  text-align: center;
}
.lower-page .reserveBox .headline01 {
  border-bottom: 1px solid #D30000;
  color: #D30000;
  font-size: 1.9rem;
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 4px;
}
.lower-page .reserveBox .pTxt {
  margin-bottom: 30px;
  line-height: 1.9;
	text-align: center;
}
.lower-page .reserveBox .flexBox {
  justify-content: center;
  align-items: center;
}
.lower-page .reserveBox .aTxt a {
  font-size: 2.5rem;
}
.lower-page .reserveBox .aTxt a .min {
  font-size: 2rem;
}
.lower-page .reserveBox .btn {
  margin-left: 26px;
  padding-left: 35px;
  border-left: 1px solid #AFAFAC;
}
.lower-page .reserveBox .btn a {
  position: relative;
  display: block;
  width: 244px;
  padding: 13px 0;
  background: #FFF159;
  font-family: 'Zen Old Mincho', serif;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
}
.lower-page .reserveBox .btn a img {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 22px;
  transform: translateY(-50%);
}

@media all and (max-width: 834px) {
	.lower-page .reserveBox {
		padding: 64px 0 66px;
	}
	.lower-page .reserveBox .headline01 {
		border-bottom: 1px solid #D30000;
		color: #D30000;
		font-size: 1.9rem;
		display: inline-block;
		margin-bottom: 30px;
		padding-bottom: 4px;
	}
	.lower-page .reserveBox .pTxt {
		width: 86%;
		margin: 0 auto 30px;
	}
	.lower-page .reserveBox .flexBox {
		justify-content: center;
		align-items: center;
	}
	.lower-page .reserveBox .aTxt a {
		font-size: 2.5rem;
	}
	.lower-page .reserveBox .aTxt a .min {
		font-size: 2rem;
	}
	.lower-page .reserveBox .btn {
		position: relative;
		margin-left: 0;
		padding-left: 0;
		border-left: none;
	}
	.lower-page .reserveBox .btn:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background: #AFAFAC;
	}
	.lower-page .reserveBox .btn a {
		position: relative;
		display: block;
		width: 244px;
		padding: 13px 0;
		background: #FFF159;
		font-family: 'Zen Old Mincho', serif;
		font-size: 1.6rem;
		text-align: center;
		line-height: 1;
	}
	.lower-page .reserveBox .btn a img {
		position: absolute;
		top: 50%;
		right: 20px;
		width: 22px;
		transform: translateY(-50%);
	}
}

/*----- 医師紹介css */
.doctorBox .docUl {
  width: 745px;
  margin: 0 auto;
}
.doctorBox .docList .docUl li.doc_det {
  margin-bottom: 135px;
}
.doctorBox .docList .docUl li.doc_det:last-child {
  margin-bottom: 0;
}
.doctorBox .docList .docUl li .msgBox {
  display: flex;
  justify-content: space-between;
}
.doctorBox .docList .docUl li .msgBox .imgBox {
  width: 217px;
}
.doctorBox .docList .docUl li .msgBox .imgBox img {
  width: 217px;
  height: 297px;
  border-radius: 7px;
  object-fit: cover;
}
.doctorBox .docList .docUl li .msgBox .txtBox {
  width: 470px;
}
.doctorBox .docList .docUl li .msgBox .txtBox .nameBox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 475px;
  margin-bottom: 34px;
}
.doctorBox .docList .docUl li .msgBox .txtBox .nameBox .name_wrap {
  font-family: 'Zen Old Mincho', serif;
}
.doctorBox .docList .docUl li .msgBox .txtBox .nameBox .name {
  display: block;
  margin-right: 28px;
  font-size: 2.7rem;
  line-height: 1;
	letter-spacing: 0.5rem;
}
.doctorBox .docList .docUl li .msgBox .txtBox .nameBox .ruby {
  display: block;
  font-size: 1.2rem;
}
.doctorBox .docList .docUl li .msgBox .txtBox .nameBox .cateUl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
	width: 330px;
	margin-right: -30px;
}
.doctorBox .docList .docUl li .msgBox .txtBox .nameBox .cateUl li {
  padding: 4px 11px;
  background: #EDD32F;
  border-radius: 2px;
  font-size: 1.4rem;
  line-height: 1;
	margin: 4px 10px 7px 0;
}
.doctorBox .docList .docUl li .msgBox .txtBox .nameBox .cateUl li.color02 {
	background: #CEBFAA;
}
.doctorBox .docList .docUl li .msgBox .txtBox .nameBox .cateUl li.nonelist {
	display: none;
}
.doctorBox .docList .docUl li .msgBox .msg_wrap {
}
.doctorBox .docList .docUl li .msgBox .msg_wrap .title {
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
  font-family: 'Zen Old Mincho', serif;
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: 0.4rem;
}
.doctorBox .docList .docUl li .msgBox .msg_wrap .title:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -135px;
  width: 112px;
  height: 1px;
  background: #3A3724;
  transform: translateY(-50%);
}
.doctorBox .docList .docUl li .msgBox .msg_wrap .pTxt {
  line-height: 1.9;
}
.doctorBox .docList .docUl li .detBox {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding: 33px 50px;
  background: #FBFAF1;
  border-radius: 7px;
}
.doctorBox .docList .docUl li .detBox .det_wrap {
  width: 293px;
	text-align: justify;
}
.doctorBox .docList .docUl li .detBox .det_wrap h4 {
	text-indent: -0.7rem;
}
.doctorBox .docList .docUl li .detBox .det_wrap .bioList li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.doctorBox .docList .docUl li .detBox .det_wrap .bioList li .year {
  margin-right: 10px;
}
.doctorBox .docList .docUl li .detBox .det_wrap .hobList:nth-child(1) {
	margin-bottom: 15px;
}

@media all and (max-width: 834px) {
  .doctorBox .docUl {
    width: 86%;
  }
  .doctorBox .docList .docUl li.doc_det {
    margin-bottom: 90px;
  }
  .doctorBox .docList .docUl li.doc_det:last-child {
    margin-bottom: 0;
  }
  .doctorBox .docList .docUl li .msgBox {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .doctorBox .docList .docUl li .msgBox .imgBox {
    width: 47%;
  }
  .doctorBox .docList .docUl li .msgBox .imgBox img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
  }
  .doctorBox .docList .docUl li .msgBox .txtBox {
    width: 47%;
  }
  .doctorBox .docList .docUl li .msgBox .txtBox .nameBox {
    display: block;
    width: 100%;
  }
  .doctorBox .docList .docUl li .msgBox .txtBox .nameBox .name {
    display: block;
    margin-right: 28px;
    font-size: 2.2rem;
    line-height: 1;
  }
  .doctorBox .docList .docUl li .msgBox .txtBox .nameBox .ruby {
    display: block;
    font-size: 1.2rem;
  }
  .doctorBox .docList .docUl li .cateBox .cateUl {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		width: auto;
		margin-bottom: 36px;
	}
  .doctorBox .docList .docUl li .cateBox .cateUl li {
		padding: 4px 11px;
		background: #EDD32F;
		border-radius: 2px;
		font-size: 1.3rem;
		line-height: 1;
		margin-right: 7px;
		margin-bottom: 8px;
	}
  .doctorBox .docList .docUl li .cateBox .cateUl li.color02 {
		background: #CEBFAA;
	}
  .doctorBox .docList .docUl li  .msg_wrap .title {
    position: relative;
    display: inline-block;
    margin-bottom: 24px;
    font-family: 'Zen Old Mincho', serif;
    font-size: 2.3rem;
    line-height: 1;
    letter-spacing: 0.14rem;
  }
  .doctorBox .docList .docUl li .msg_wrap .title:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -135px;
    width: 112px;
    height: 1px;
    background: #3A3724;
    transform: translateY(-50%);
  }
  .doctorBox .docList .docUl li .msg_wrap .pTxt {
    line-height: 1.9;
  }
  .doctorBox .docList .docUl li .detBox {
    display: block;
    margin-top: 36px;
    padding: 28px 9%;
    border-radius: 8px;
  }
  .doctorBox .docList .docUl li .detBox .det_wrap {
    width: 100%;
  }
  .doctorBox .docList .docUl li .detBox .det_wrap .bioList li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .doctorBox .docList .docUl li .detBox .det_wrap .bioList li .year {
    margin-right: 10px;
  }
	.doctorBox .docList .docUl li .detBox .det_wrap .hobList:nth-child(1) {
		margin-bottom: 0;
	}
  .doctorBox .docList .docUl li .detBox .det_wrap:nth-child(1) {
		margin-bottom: 15px;
  }
  .doctorBox .docList .docUl li .detBox .det_wrap:nth-child(2) {
		margin-bottom: 15px;
  }
}

/*------ first_visit 初めての方へ */
.first_visit {
  padding-bottom: 100px;
}
.first_visit .sec01 {
  padding-top: 82px;
}
.first_visit .sec01 .headline01 {
  padding-bottom: 62px;
  font-size: 2.6rem;
  text-align: center;
}
.first_visit .sec01 .headline01 .enTxt {
  font-size: 1.3rem;
}
.first_visit .sec01 .inBox {
  padding: 78px 0 102px;
  background: #FBFAF1;
}
.first_visit .sec01 .flexBox {
  justify-content: center;
  align-items: flex-end;
}
.first_visit .sec01 .imgBox {
  position: relative;
  width: 360px;
}
.first_visit .sec01 .imgBox:before {
  content: "";
  position: absolute;
  bottom: -46px;
  left: -42px;
  width: 84%;
  height: 83%;
  border: 1px solid #D1D1D1;
  border-radius: 11px;
  z-index: -1;
}
.first_visit .sec01 .imgBox img {
  border-radius: 11px;
}
.first_visit .sec01 .txtBox {
  margin-left: 88px;
}
.first_visit .sec01 .txtBox .title {
  margin-bottom: 45px;
  font-family: 'Zen Old Mincho', serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  line-height: 1.95;
}
.first_visit .sec01 .txtBox .pTxt {
  line-height: 2.7;
}
.first_visit .sec01 .pointUl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 166px;
}
.first_visit .sec01 .pointUl li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 290px;
  height: 270px;
  margin: 0 17px;
  padding-top: 20px;
  background: #fff;
  border-radius: 200px;
  font-family: 'Zen Old Mincho', serif;
  font-size: 2.2rem;
  line-height: 1.6;
  text-align: center;
  box-shadow: 0 0 4px rgba(191,191,191,0.7);
  letter-spacing: 0.04rem;
}
.first_visit .sec01 .pointUl li .min {
  font-size: 1.5rem;
}
.first_visit .sec01 .pointUl li .big {
  font-size: 2.4rem;
}
.first_visit .sec01 .pointUl li .point {
  position: absolute;
  top: -18px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 95px;
  height: 95px;
  background: #EDD32F;
  border-radius: 100px;
  color: #fff;
  font-family: 'noto sans JP', sans-serif;
  letter-spacing: 0.2rem;
  line-height: 1;
}
.first_visit .sec01 .pointUl li .point .no {
  margin-top: 4px;
  font-size: 2.2rem;
  letter-spacing: 0.14rem;
}
.first_visit .sec02 {
  padding: 123px 0;
}
.first_visit .sec02 .headline01 {
  margin-bottom: 64px;
  font-size: 3rem;
  text-align: center;
}
.first_visit .sec02 .diagnUl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 886px;
  margin: 0 auto;
}
.first_visit .sec02 .diagnUl li {
  margin-bottom: 32px;
}
.first_visit .sec02 .diagnUl li:nth-child(2n) {
  margin-left: 24px;
}
.first_visit .sec02 .diagnUl li a {
  display: block;
  max-width: 350px;
  height: auto;
  padding: 42px 40px 27px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 0 4px rgba(191,191,191,0.7);
}
.first_visit .sec02 .diagnUl li a .flexBox {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
.first_visit .sec02 .diagnUl li a .imgBox {
  width: 170px;
}
.first_visit .sec02 .diagnUl li a .title {
  margin-left: 30px;
  font-family: 'Zen Old Mincho', serif;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.13rem;
  line-height: 1.5;
}
.first_visit .sec02 .diagnUl li a .title .min {
  display: block;
}
.first_visit .sec02 .diagnUl li a .contents .sub_title {
  margin-bottom: 20px;
  font-family: 'Zen Old Mincho', serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.55;
}
.first_visit .sec02 .diagnUl li a .contents .pTxt {
  line-height: 2;
  text-align: justify;
}
.first_visit .sec02 .diagnUl li a .aTxt {
  margin-top: 16px;
  text-align: right;
  text-decoration: underline;
}
.first_visit .sec03 .inBox {
  padding: 105px 0 104px;
  background: #FBFAF1;
}
.first_visit .sec03 .flexBox {
  justify-content: center;
  align-items: flex-start;
}
.first_visit .sec03 .title {
  position: relative;
  font-family: 'Zen Old Mincho', serif;
  font-size: 2.7rem;
  font-weight: 500;
  letter-spacing: 0.12rem;
  line-height: 1.9;
}
.first_visit .sec03 .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #3A3724;
}
.first_visit .sec03 .title:after {
  content: "";
  position: absolute;
  bottom: 52px;
  left: 0;
  width: 90%;
  height: 1px;
  background: #3A3724;
}
.first_visit .sec03 .valueUl {
  margin-left: 112px;
}
.first_visit .sec03 .valueUl li {
  margin-bottom: 28px;
  font-family: 'Zen Old Mincho', serif;
  font-size: 1.8rem;
  text-indent: -1.8rem;
  line-height: 1.55;
}
.first_visit .sec03 .valueUl li .color {
  color: #EDD32F;
}
.first_visit .sec03 .imgBox {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 342px;
}
.first_visit .sec03 .imgBox .img01 {
  position: absolute;
  top: -151px;
  left: -17px;
  width: 460px;
  border-radius: 13px;
}
.first_visit .sec03 .imgBox .img02 {
  position: absolute;
  bottom: 0;
  right: 376px;
  width: 307px;
  border-radius: 11px;
}
.first_visit .sec03 .imgBox .img03 {
  position: absolute;
  top: -36px;
  right: -22px;
  width: 360px;
  border-radius: 11px;
}
.first_visit .sec03 .imgBox .borderBox {
  position: absolute;
  bottom: 102px;
  right: 260px;
  display: block;
  width: 214px;
  height: 146px;
  border: 1px solid #D1D1D1;
  border-radius: 11px;
  z-index: 1;
}
.first_visit .sec04 {
  margin: 0;
}
.first_visit .sec04 .reserveBox {
	width: 922px;
	margin: 0 auto;
	border-radius: 22px;
}
.first_visit .sec04 .reserveBox .headline01 {
  color: #3A3724;
  font-size: 2.4rem;
  border-bottom: none;
}
.first_visit .sec04 .reserveBox .headline01 .enTxt {
  padding-top: 10px;
}
.first_visit .sec04 .reserveBox .title {
  color: #D00000;
  margin-bottom: 30px;
  line-height: 2.2;
}
.first_visit .sec04 .reserveBox .title .border {
  padding-bottom: 4px;
  border-bottom: 1px solid #D00000;
	font-family: 'Noto sans JP', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.06rem;
}
.first_visit .sec04 .reserveBox .flexBox {
  margin-bottom: 42px;
	font-family: 'Zen Old Mincho', serif;
	letter-spacing: 0.1rem;
}
.first_visit .sec04 .reserveBox .flexBox .txt {
  font-size: 1.7rem;
}
.first_visit .sec04 .reserveBox .flexBox .aTxt {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #3A3724;
  line-height: 1;
}
.first_visit .sec04 .reserveBox .bTxt {
  font-size: 1.5rem;
  line-height: 1.75;
}
.first_visit .sec05 {
  padding: 165px 0;
}
.first_visit .sec05 .headline01 {
  margin-bottom: 70px;
  font-size: 3rem;
  text-align: center;
}
.first_visit .sec05 .headline01 .par {
  padding: 6px 57px 0 0;
}
.first_visit .sec05 .headline01 .right_pa {
  padding-top: 0;
  padding-bottom: 6px;
  transform: rotate(180deg);
}
.first_visit .sec05 .stepUl {
  position: relative;
  width: 845px;
  margin: 0 auto;
}
.first_visit .sec05 .stepUl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 47px;
  width: 8px;
  height: 94%;
  background: #D9CEBB;
  z-index: -1;
}
.first_visit .sec05 .stepUl li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 66px;
}
.first_visit .sec05 .stepUl li .sTxt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 100px;
  height: 100px;
  margin-right: 45px;
  background: #fff;
  border: 1px solid #3A3724;
  border-radius: 100px;
  font-family: 'Noto sans JP', sans-srif;
  letter-spacing: 0.2rem;
  line-height: 1;
}
.first_visit .sec05 .stepUl li .li_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.first_visit .sec05 .stepUl li .sTxt .no {
  margin-top: 4px;
  font-size: 2.2rem;
  letter-spacing: 0.14rem;
}
.first_visit .sec05 .stepUl li .title {
  width: 200px;
  font-family: 'Zen Old Mincho', serif;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.06rem;
  line-height: 1.3;
}
.first_visit .sec05 .stepUl li .pTxt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 88px;
  padding-left: 30px;
  border-left: 1px solid #3A3724;
}
.first_visit .sec05 .centerTxt {
	text-align: center;
}
.first_visit .sec06 {
  padding: 98px 0 85px;
  background: #FBFAF1;
}
.first_visit .sec06 .headline01 {
  margin-bottom: 45px;
  font-size: 2.6rem;
  text-align: center;
}
.first_visit .sec06 .hoursTable th,
.first_visit .sec06 .hoursTable td {
  background: #fff;
  border-left: 7px solid #FBFAF1;
  border-bottom: 7px solid #FBFAF1;
	font-size: 1.6rem;
}
.first_visit .sec06 .hoursTable .t_head th {
	background: #EDD32F;
	border-bottom: none;
	font-size: 1.7rem;
	letter-spacing: 0.1rem;
}
.first_visit .sec06 .hoursTable .bottom th,
.first_visit .sec06 .hoursTable .bottom td {
	border-bottom: 0;
}
.first_visit .sec06 .hoursTable th.time {
	border-left: none;
}
.first_visit .sec06 .btmTxt {
  color: #808080;
  line-height: 1.75;
}
.first_visit .sec07 {
  padding: 113px 0 0;
}
.first_visit .sec07 .headline01 {
  margin-bottom: 58px;
  font-size: 2.6rem;
  text-align: center;
}
.first_visit .sec07 .googleMap {
  width: 847px;
  margin: 0 auto;
}
.first_visit .sec07 .flexBox {
  justify-content: space-between;
  width: 840px;
  margin: 48px auto 0;
}
.first_visit .sec07 .flexBox .infoTxt {
  margin-bottom: 50px;
}
.first_visit .sec07 .flexBox .infoTxt .title {
  margin-bottom: 23px;
  padding-bottom: 18px;
  font-family: 'Zen Old Mincho', serif;
  font-size: 2rem;
  font-weight: 500;
  border-bottom: 1px solid #3A3724;
  line-height: 1;
}
.first_visit .sec07 .flexBox .infoTxt .pTxt {
  font-size: 1.5rem;
}
.first_visit .sec07 .flexBox .leftBox {
  width: 394px;
}
.first_visit .sec07 .flexBox .rightBox {
  width: 394px;
}

@media all and (max-width: 834px) {
  .first_visit {
    padding-bottom: 100px;
  }
  .first_visit .sec01 {
    padding-top: 43px;
  }
  .first_visit .sec01 .headline01 {
    padding-bottom: 27px;
    font-size: 2.2rem;
  }
  .first_visit .sec01 .inBox {
    padding: 0 0 72px;
  }
  .first_visit .sec01 .flexBox {
    display: block;
  }
  .first_visit .sec01 .imgBox {
    width: 100%;
  }
  .first_visit .sec01 .imgBox:before {
    display: none;
  }
  .first_visit .sec01 .imgBox img {
    border-radius: 0;
  }
  .first_visit .sec01 .txtBox {
    width: 86%;
    margin: 0 auto;
    padding: 48px 0 49px;
  }
  .first_visit .sec01 .txtBox .title {
    margin-bottom: 30px;
    font-size: 2rem;
    line-height: 1.55;
		letter-spacing: 0.1rem;
		text-align: justify;
  }
  .first_visit .sec01 .txtBox .pTxt {
    line-height: 2.1;
  }
  .first_visit .sec01 .pointUl {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .first_visit .sec01 .pointUl li {
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 157px;
    height: 157px;
    margin: 0;
    padding-top: 0;
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: 0;
  }
  .first_visit .sec01 .pointUl li:first-child {
    margin: 0 20% 23px;
  }
  .first_visit .sec01 .pointUl li:last-child {
    margin: 0 0 0 5%;
  }
  .first_visit .sec01 .pointUl li .min {
    font-size: 1.3rem;
  }
  .first_visit .sec01 .pointUl li .big {
    font-size: 1.6rem;
  }
  .first_visit .sec01 .pointUl li .point {
    top: -18px;
    left: 0;
    width: 60px;
    height: 60px;
    font-size: 1rem;
  }
  .first_visit .sec01 .pointUl li .point .no {
    font-size: 1.6rem;
  }
  .first_visit .sec02 {
    padding: 65px 0;
  }
  .first_visit .sec02 .headline01 {
    margin-bottom: 33px;
    font-size: 2.4rem;
  }
  .first_visit .sec02 .diagnUl {
    display: block;
    max-width: 86%;
  }
  .first_visit .sec02 .diagnUl li {
    margin-bottom: 22px;
  }
  .first_visit .sec02 .diagnUl li:nth-child(2n) {
    margin-left: 0;
  }
  .first_visit .sec02 .diagnUl li a {
    max-width: 100%;
    padding: 30px 8% 25px;
  }
  .first_visit .sec02 .diagnUl li a .flexBox {
    flex-flow: initial;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
  }
  .first_visit .sec02 .diagnUl li a .imgBox {
    width: 48%;
  }
  .first_visit .sec02 .diagnUl li a .title {
    margin-left: 5%;
    font-size: 2rem;
  }
  .first_visit .sec02 .diagnUl li a .contents .sub_title {
    margin-bottom: 18px;
    font-size: 1.6rem;
  }
  .first_visit .sec02 .diagnUl li a .contents .pTxt {
    line-height: 1.85;
    text-align: justify;
  }
  .first_visit .sec03 .inBox {
    padding: 75px 0 154px;
  }
  .first_visit .sec03 .flexBox {
    display: block;
    justify-content: center;
    align-items: flex-start;
  }
  .first_visit .sec03 .title {
    margin-bottom: 40px;
    font-size: 2.2rem;
    letter-spacing: 0.12rem;
    line-height: 1.9;
    text-align: center;
  }
  .first_visit .sec03 .title:before {
    bottom: 0;
    left: 50%;
    width: 216px;
    height: 1px;
    transform: translate(-50%);
  }
  .first_visit .sec03 .title:after {
    bottom: 41px;
    left: 50%;
    width: 200px;
    height: 1px;
    transform: translate(-50%);
  }
  .first_visit .sec03 .valueUl {
    width: 86%;
    margin: 0 auto;
  }
  .first_visit .sec03 .valueUl li {
		margin-bottom: 19px;
		padding-left: 1.6rem;
		font-size: 1.6rem;
		text-indent: -1.6rem;
		line-height: 1.6;
		letter-spacing: 0.05rem;
  }
  .first_visit .sec03 .imgBox {
		width: 100%;
    margin: -120px auto 0;
    padding: 0;
  }
  .first_visit .sec03 .imgBox .img01 {
		position: relative;
		top: 0;
		left: -3%;
		width: 88%;
		border-radius: 13px;
  }
  .first_visit .sec03 .imgBox .img02 {
    position: relative;
    bottom: 0;
    right: 0;
    width: 0;
    border-radius: 5px;
  }
  .first_visit .sec03 .imgBox .img03 {
		position: relative;
		top: 0;
		display: block;
		margin-top: 43px;
		margin-left: auto;
		right: -3%;
		width: 70%;
		border-radius: 5px;
  }
  .first_visit .sec03 .imgBox .borderBox {
		bottom: -50px;
		left: 20%;
		width: 40%;
		height: 23%;
		border-radius: 5px;
  }
  .first_visit .sec04 {
    margin: 113px 0 0;
  }
	.first_visit .sec04 .reserveBox {
		width: 90%;
		border-radius: 14px;
		padding: 64px 0 47px;
	}
  .first_visit .sec04 .reserveBox .headline01 {
    font-size: 2.2rem;
  }
  .first_visit .sec04 .reserveBox .headline01 .enTxt {
    padding-top: 10px;
  }
  .first_visit .sec04 .reserveBox .title {
    margin-bottom: 20px;
  }
  .first_visit .sec04 .reserveBox .title .border {
    padding-bottom: 4px;
    font-size: 1.9rem;
  }
  .first_visit .sec04 .reserveBox .flexBox {
    margin-bottom: 28px;
  }
  .first_visit .sec04 .reserveBox .flexBox .txt {
    font-size: 1.5rem;
		font-weight: 700;
		margin-bottom: 4px;
  }
  .first_visit .sec04 .reserveBox .flexBox .aTxt {
    margin-left: 0;
    padding-left: 0;
		border: none;
  }
  .first_visit .sec04 .reserveBox .flexBox .aTxt a {
    font-size: 2.6rem;
  }
  .first_visit .sec04 .reserveBox .flexBox .aTxt a .min {
    font-size: 1.6rem;
  }
  .first_visit .sec04 .reserveBox .bTxt {
    font-size: 1.4rem;
  }
  .first_visit .sec05 {
    padding: 75px 0 80px;
  }
  .first_visit .sec05 .headline01 {
    margin-bottom: 35px;
    font-size:  2.2rem;
  }
  .first_visit .sec05 .headline01 .par {
		width: 8px;
    padding: 8px 30px 0 0;
  }
  .first_visit .sec05 .headline01 .right_pa {
    padding-top: 0;
    padding-bottom: 8px;
    transform: rotate(180deg);
  }
  .first_visit .sec05 .stepUl {
    width: 86%;
  }
  .first_visit .sec05 .stepUl:before {
    content: "";
    position: absolute;
    top: 0;
		left: 27px;
    width: 8px;
    height: 87%;
    z-index: -1;
  }
  .first_visit .sec05 .stepUl li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 66px;
  }
  .first_visit .sec05 .stepUl li:last-child {
    margin-bottom: 0;
  }
  .first_visit .sec05 .stepUl li .sTxt {
    width: 67px;
    height: 67px;
		margin: -3% 6% 0 -1%;
		font-size: 1.1rem;
    letter-spacing: 0.2rem;
  }
  .first_visit .sec05 .stepUl li .li_flex {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 73%;
  }
  .first_visit .sec05 .stepUl li .sTxt .no {
    margin-top: 4px;
    font-size: 1.7rem;
    letter-spacing: 0.14rem;
  }
  .first_visit .sec05 .stepUl li .title {
    width: auto;
    font-size: 2rem;
  }
  .first_visit .sec05 .stepUl li .pTxt {
    min-height: 88px;
    margin-top: 10px;
    padding-top: 20px;
    padding-left: 0;
    border-top: 1px solid #3A3724;
    border-left: none;
		line-height: 1.8;
  }
	.first_visit .sec05 .centerTxt {
		text-align: justify;
		width: 82%;
		margin: 58px auto 0;
		text-indent: -1.3rem;
		padding-left: 1.3rem;
	}
  .first_visit .sec06 {
    padding: 75px 0 60px;
  }
  .first_visit .sec06 .headline01 {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
  .first_visit .sec06 .hoursTable th,
  .first_visit .sec06 .hoursTable td {
    background: #fff;
    border-left: 3px solid #FBFAF1;
    border-bottom: 3px solid #FBFAF1;
		font-size: 1.2rem;
  }
  .first_visit .sec06 .hoursTable .t_head th {
		padding: 10px 2px 11px;
		background: #EDD32F;
		font-size: 1.3rem;
  }
  .first_visit .sec06 .btmTxt {
    color: #808080;
    line-height: 1.75;
  }
	.first_visit .sec06 .hoursTable .time {
		width: auto;
		padding: 0 1%;
	}
	.first_visit .sec06 .hoursTable td img {
		width: 15px;
	}
	.first_visit .sec06 .hoursTable .t_head th.sun {
		width: 13%;
	}
	.first_visit .sec06 .btmTxt {
		width: 70%;
		margin: 20px auto 0;
		text-align: justify;
		text-indent: -1.4rem;
		padding-left: 1.4rem;
	}
	.first_visit .sec06 .btmTxt.bottomtxt {
		margin: 0 auto 0;
	}
  .first_visit .sec07 {
    padding: 75px 0 0;
  }
  .first_visit .sec07 .headline01 {
    margin-bottom: 28px;
    font-size: 2.2rem;
  }
  .first_visit .sec07 .googleMap {
    width: 100%;
  }
  .first_visit .sec07 .googleMap iframe {
    width: 100%;
		height: 250px;
  }
  .first_visit .sec07 .flexBox {
    width: 84%;
    margin: 34px auto 0;
  }
  .first_visit .sec07 .flexBox .infoTxt {
    margin-bottom: 50px;
  }
  .first_visit .sec07 .flexBox .infoTxt .title {
    margin-bottom: 23px;
    padding-bottom: 18px;
    font-size: 2rem;
    font-weight: 500;
    border-bottom: 1px solid #3A3724;
    line-height: 1;
  }
  .first_visit .sec07 .flexBox .infoTxt .infoUl li {
		text-indent: -1.4rem;
		padding-left: 1.4rem;
	}
  .first_visit .sec07 .flexBox .infoTxt .pTxt {
    font-size: 1.5rem;
  }
  .first_visit .sec07 .flexBox .leftBox {
    width: 100%;
  }
  .first_visit .sec07 .flexBox .rightBox {
    width: 100%;
  }
}

@media all and (max-width: 880px) {
  .first_visit .sec02 .diagnUl li:nth-child(2n) {
    margin-left: 0;
  }
}

/*------ medical-treatment 外来診療 */
.medical-treatment .sec01 .flexBox .headline01 {
	width: 410px;
	margin-left: 37px;
	text-indent: -1.2rem;
}
.medical-treatment .sec01 .flexBox .txtBox .pTxt {
	margin-right: 22px;
}
.medical-treatment .sec02 {
  padding: 80px 0;
  background: #FBFAF1;
}
.medical-treatment .sec02 .headline01 {
  margin-bottom: 38px;
  font-size: 2.6rem;
  text-align: center;
}
.medical-treatment .sec02 .subjectBox {
  width: 918px;
  margin: 0 auto;
  padding: 50px 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(191,191,191,0.7);
}
.medical-treatment .sec02 .subjectBox .subjectUl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 82px 17px;
  padding-bottom: 17px;
  border-bottom: 1px solid #C9C9C9;
}
.medical-treatment .sec02 .subjectBox .subjectUl:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.medical-treatment .sec02 .subjectBox .subjectUl li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 188px;
  padding-left: 15px;
}
.medical-treatment .sec02 .subjectBox .subjectUl li p {
  font-size: 1.7rem;
  letter-spacing: 0.12rem;
	line-height: 1.3;
}
.medical-treatment .sec02 .subjectBox .subjectUl li.long {
  width: 300px;
}
.medical-treatment .sec02 .subjectBox .subjectUl li.pad-none {
	padding: 0;
}
.medical-treatment .sec02 .subjectBox .subjectUl li img {
  margin-right: 10px;
}
.medical-treatment .sec03 {
  padding: 120px 0 70px;
}
.medical-treatment .sec03 .headline01 {
  margin-bottom: 32px;
  font-size: 2.6rem;
  text-align: center;
}
.medical-treatment .sec04 .reserveBox .aTxt a {
	font-family: 'Zen Old Mincho', serif;
	letter-spacing: 0.14rem;
}
.medical-treatment .sec05 {
  padding: 105px 0 110px;
}
.medical-treatment .sec05 .scheduleBox {
  width: 740px;
  margin: 0 auto;
  padding: 53px 0 59px;
  border-top: 1px solid #AFAFAC;
  border-bottom: 1px solid #AFAFAC;
  text-align: center;
}
.medical-treatment .sec05 .scheduleBox .title {
  margin-bottom: 30px;
  font-family: 'Zen Old Mincho', serif;
  font-size: 2.2rem;
	letter-spacing: 1.5px;
}
.medical-treatment .sec05 .scheduleBox .pTxt {
  margin-bottom: 37px;
	text-align: center;
}
.medical-treatment .sec05 .scheduleBox .flexBox {
  justify-content: center;
}
.medical-treatment .sec05 .scheduleBox .flexBox .btn {
  margin: 0 8px;
}
.medical-treatment .sec05 .scheduleBox .flexBox .btn a {
  display: block;
  width: 296px;
  padding: 21px 0 19px;
  background: #fff;
  font-size: 1.5rem;
  border-radius: 5px;
  line-height: 1;
  box-shadow: 0 0 4px rgba(191,191,191,0.7);
}
.medical-treatment .sec05 .scheduleBox .flexBox .btn a img {
  width: 19px;
	margin-top: -5px;
  margin-right: 20px;
  vertical-align: middle;
}
.medical-treatment .sec06 .aff-hosBox {
  padding: 84px 0 70px;
  background: #FBFAF1;
}
.medical-treatment .sec06 .aff-hosBox .headline01 {
  margin-bottom: 27px;
  font-size: 2.6rem;
  text-align: center;
}
.medical-treatment .sec06 .aff-hosBox .pTxt {
  margin-bottom: 42px;
  text-align: center;
}
.medical-treatment .sec06 .aff-hosBox .whiteBox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 648px;
  margin: 0 auto;
  padding: 58px 0 60px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(191,191,191,0.7);
}
.medical-treatment .sec06 .aff-hosBox .whiteBox .hosUl:first-child {
  margin-right: 64px;
}
.medical-treatment .sec06 .aff-hosBox .whiteBox .hosUl li {
  margin-bottom: 24px;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.08rem;
}
.medical-treatment .sec06 .aff-hosBox .whiteBox .hosUl li:last-child {
  margin-bottom: 0;
}
.medical-treatment .sec07 {
  padding: 144px 0 130px;
}
.medical-treatment .sec07 .headline01 {
  margin-bottom: 85px;
  font-size: 2.6rem;
  text-align: center;
}
.medical-treatment .sec07 .headline01 .par {
  padding: 3px 57px 0 0;
}
.medical-treatment .sec07 .headline01 .right_pa {
  padding-top: 0;
  padding-bottom: 3px;
  transform: rotate(180deg);
}

@media all and (max-width: 834px) {
	.medical-treatment .sec01 .flexBox .headline01 {
		width: 86%;
		margin-left: auto;
	}
  .medical-treatment .sec02 {
    padding: 70px 0;
  }
  .medical-treatment .sec02 .headline01 {
    margin-bottom: 27px;
    font-size: 2.2rem;
  }
  .medical-treatment .sec02 .subjectBox {
    width: 90%;
    padding: 29px 0;
    border-radius: 6px;
  }
  .medical-treatment .sec02 .subjectBox .subjectUl {
    display: flex;
    flex-wrap: wrap;
    margin: 0 5%;
    padding-bottom: 0;
    border-bottom: none;
  }
  .medical-treatment .sec02 .subjectBox .subjectUl:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .medical-treatment .sec02 .subjectBox .subjectUl:last-child li:nth-child(3),
	.medical-treatment .sec02 .subjectBox .subjectUl:last-child li:nth-child(4) {
    border-bottom: none;
  }
  .medical-treatment .sec02 .subjectBox .subjectUl li {
    display: flex;
    width: 50%;
    height: 65px;
    padding-left: 0;
    border-bottom: 1px solid #C9C9C9;
  }
  .medical-treatment .sec02 .subjectBox .subjectUl li p {
    font-size: 1.4rem;
  }
  .medical-treatment .sec02 .subjectBox .subjectUl li.long {
    width: 100%;
  }
  .medical-treatment .sec02 .subjectBox .subjectUl li img {
    margin-right: 10px;
  }
  .medical-treatment .sec03 {
    padding: 82px 0 59px;
  }
  .medical-treatment .sec03 .headline01 {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
  .medical-treatment .sec03 .btmTxt {
		width: 75%;
  }
	.medical-treatment .sec03 .hoursTable th,
  .medical-treatment .sec03 .hoursTable td {
		font-size: 1.2rem;
  }
  .medical-treatment .sec03 .hoursTable .t_head th {
		padding: 10px 2px 11px;
		background: #EDD32F;
		font-size: 1.3rem;
  }
  .medical-treatment .sec03 .btmTxt {
    color: #808080;
    line-height: 1.75;
  }
  .medical-treatment .sec03 .hoursTable .time {
		width: 190px;
		padding: 0 1%;
		border-left: none;
	}
  .medical-treatment .sec03 .hoursTable td img {
		width: 15px;
	}
  .medical-treatment .sec03 .hoursTable .t_head th.sun {
		width: 13%;
		letter-spacing: 0.01rem;
	}
  .medical-treatment .sec03 .btmTxt {
		width: 70%;
		margin: 20px auto 0;
		text-align: justify;
		text-indent: -1.4rem;
		padding-left: 1.4rem;
	}
  .medical-treatment .sec03 .btmTxt.bottomtxt {
		margin: 0 auto 0;
	}
	.medical-treatment .sec04 .reserveBox .headline01 {
		border: none;
	}
	.medical-treatment .sec04 .reserveBox .headline01 .border {
		border-bottom: 1px solid #D30000;
		color: #D30000;
		font-size: 1.9rem;
		display: inline-block;
		padding-bottom: 3px;
		padding-left: 10px;
		margin-bottom: 5px;
	}
	.medical-treatment .sec04 .reserveBox .pTxt {
		width: 84%;
		text-align: justify;
	}
	.medical-treatment .sec04 .reserveBox .aTxt a {
		font-family: 'Zen Old Mincho', serif;
		letter-spacing: 0.14rem;
	}
	.medical-treatment .sec04 .reserveBox .btn {
		display: block;
		width: 75%;
		margin-top: 13px;
		padding-top: 26px;
	}
	.medical-treatment .sec04 .reserveBox .btn a {
		width: 100%;
		padding: 20px 0;
		font-size: 1.5rem;
	}
  .medical-treatment .sec05 {
    padding: 60px 0 65px;
  }
  .medical-treatment .sec05 .scheduleBox {
    width: 80%;
    padding: 38px 3% 45px;
  }
  .medical-treatment .sec05 .scheduleBox .title {
    margin-bottom: 28px;
    font-size: 1.8rem;
  }
  .medical-treatment .sec05 .scheduleBox .pTxt {
    margin-bottom: 37px;
    text-align: justify;
  }
  .medical-treatment .sec05 .scheduleBox .flexBox .btn {
    margin: 0 0 16px;
  }
  .medical-treatment .sec05 .scheduleBox .flexBox .btn:last-child {
    margin: 0;
  }
  .medical-treatment .sec05 .scheduleBox .flexBox .btn a {
    width: 100%;
    padding: 18px 0;
  }
  .medical-treatment .sec05 .scheduleBox .flexBox .btn a img {
    width: 19px;
    margin-right: 20px;
    vertical-align: middle;
  }
  .medical-treatment .sec06 .aff-hosBox {
    padding: 68px 0 55px;
  }
  .medical-treatment .sec06 .aff-hosBox .headline01 {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
  .medical-treatment .sec06 .aff-hosBox .pTxt {
    width: 86%;
    margin: 0 auto 31px;
    text-align: justify;
  }
  .medical-treatment .sec06 .aff-hosBox .whiteBox {
    display: block;
    width: 70%;
    padding: 35px 8% 25px;
    border-radius: 4px;
  }
  .medical-treatment .sec06 .aff-hosBox .whiteBox .hosUl:first-child {
    margin-right: 0;
  }
  .medical-treatment .sec06 .aff-hosBox .whiteBox .hosUl li {
    margin-bottom: 20px;
  }
  .medical-treatment .sec06 .aff-hosBox .whiteBox .hosUl li:last-child {
    margin-bottom: 20px;
  }
  .medical-treatment .sec07 {
    padding: 65px 0 90px;
  }
  .medical-treatment .sec07 .headline01 {
    margin-bottom: 80px;
    font-size: 2rem;
  }
  .medical-treatment .sec07 .headline01 .par {
		width: 10px;
    padding: 4px 30px 0 0;
  }
  .medical-treatment .sec07 .headline01 .right_pa {
    padding-top: 0;
    padding-bottom: 4px;
    transform: rotate(180deg);
  }
}

.zaitaku .sec01 .flexBox .headline01 {
	width: 395px;
	margin-left: 0;
}
.zaitaku .sec01 .flexBox .headline01 .indent {
	display: inline-block;
	font-size: 2.4rem;
	text-indent: -0.31rem;
}

.zaitaku .sec02 {
  background: #FBFAF1;
}
.zaitaku .sec02 .flexBox {
  justify-content: space-between;
  align-items: stretch;
  width: 911px;
  margin: 0 auto;
  padding: 103px 0 98px;
}
.zaitaku .sec02 .flexBox .flex_wrap {
  width: 328px;
  padding: 47px 50px 44px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 0 4px rgba(191,191,191,0.7);
}
.zaitaku .sec02 .flexBox .flex_wrap .title {
	font-family: 'Zen Old Mincho', serif;
	font-weight: 600;
  border-bottom: 0.5px solid #3A3724;
  font-size: 2.6rem;
  text-align: center;
	letter-spacing: 0.5rem;
}
.zaitaku .sec02 .flexBox .flex_wrap .zUl {
  margin-top: 40px;
	padding: 0 16px;
}
.zaitaku .sec02 .flexBox .flex_wrap .zUl li {
  margin-bottom: 25px;
	padding-left: 1.8rem;
  font-size: 1.8rem;
	letter-spacing: 0.04rem;
	text-indent: -1.8rem;
}
.zaitaku .sec02 .flexBox .flex-02 .t-txt {
	margin: 30px 0 25px;
	text-align: justify;
}
.zaitaku .sec02 .flexBox .flex-02 .pTxt {
}
.zaitaku .sec02 .flexBox .flex-02 .pTxt.txt01 {
	margin-bottom: 20px;
}
.zaitaku .sec02 .flexBox .flex-02 .pTxt .sub {
	display: block;
	margin-bottom: 7px;
	font-weight: 700;
	line-height: 1;
}
.zaitaku .sec03 {
  padding: 145px 0 133px;
}
.zaitaku .sec03 .flexBox {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 91px;
}
.zaitaku .sec03 .flexBox:last-child {
  margin-bottom: 0;
}
.zaitaku .sec03 .flexBox .headline01 {
  width: 317px;
  padding: 11px 0;
  font-size: 2.8rem;
}
.zaitaku .sec03 .flexBox .pTxt {
  width: 481px;
  padding: 11px 0;
  padding-left: 51px;
  border-left: 1px solid #C4C3BB;
}
.zaitaku .sec03 .flexBox .pTxt .sub {
	display: block;
	margin-top: 30px;
	font-weight: 700;
}
.zaitaku .sec04 {
	background: #FBFAF1;
	text-align: center;
	padding: 83px 0 90px;
}
.zaitaku .sec04 .pTxt {
	font-family: 'Zen Old Mincho', serif;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
	letter-spacing: 0.3rem;
}
.zaitaku .sec04 .flexBox {
	justify-content: center;
	align-items: center;
}
.zaitaku .sec04 .flexBox img {
	width: 192px;
	mix-blend-mode: multiply;
	margin-right: 24px;
}
.zaitaku .sec04 .flexBox .tel {
	font-size: 1.5rem;
	position: relative;
	padding-left: 30px;
	text-align: left;
	line-height: 1.6;
}
.zaitaku .sec04 .flexBox .tel .min {
	font-size: 1.4rem;
}
.zaitaku .sec04 .flexBox .tel .number {
	font-size: 2.5rem;
}
.zaitaku .sec04 .flexBox .tel:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 1px;
	background: rgba(58,55,36,0.6);
	left: 0;
	top: 0;
}
.zaitaku .sec05 {
  padding: 144px 0 123px;
}
.zaitaku .sec05 .headline01 {
  margin-bottom: 85px;
  font-size: 2.4rem;
  text-align: center;
}
.zaitaku .sec05 .headline01 .par {
  padding: 3px 57px 0 0;
}
.zaitaku .sec05 .headline01 .right_pa {
  padding-top: 0;
  padding-bottom: 3px;
  transform: rotate(180deg);
}

@media all and (max-width: 834px) {
	.zaitaku .sec01 .flexBox .headline01 {
		width: 86%;
		margin: 0 auto 27px;
	}
	.zaitaku .sec01 .flexBox .headline01 .indent {
		font-size: 2rem;
		text-indent: -0.3rem;
	}
  .zaitaku .sec02 .flexBox {
    display: block;
    width: 90%;
    padding: 61px 0 65px;
  }
  .zaitaku .sec02 .flexBox .flex_wrap {
    width: 86%;
    margin-bottom: 20px;
    padding: 47px 7% 44px;
    border-radius: 3px;
  }
  .zaitaku .sec02 .flexBox .flex_wrap .title {
		padding-bottom: 10px;
    font-size: 2.2rem;
		letter-spacing: 0.2rem;
  }
  .zaitaku .sec02 .flexBox .flex_wrap .zUl {
    margin-top: 28px;
    padding: 0 1%;
  }
  .zaitaku .sec02 .flexBox .flex_wrap .zUl li {
    margin-bottom: 15px;
    padding-left: 1.7rem;
    font-size: 1.7rem;
    text-indent: -1.7rem;
    line-height: 1.8;
  }
  .zaitaku .sec03 {
    padding: 85px 0 82px;
  }
  .zaitaku .sec03 .flexBox {
    display: block;
    width: 86%;
    margin: 0 auto 65px;
  }
  .zaitaku .sec03 .flexBox:last-child {
    margin-bottom: 0;
  }
  .zaitaku .sec03 .flexBox .headline01 {
    width: 100%;
    padding: 0;
    font-size: 2.1rem;
    text-align: center;
  }
  .zaitaku .sec03 .flexBox .pTxt {
    width: 90%;
    margin-top: 18px;
    padding: 20px 5% 0;
    border-top: 1px solid #C4C3BB;
    border-left: none;
    text-align: justify;
  }
  .zaitaku .sec04 {
  	padding: 50px 0 50px;
  }
  .zaitaku .sec04 .pTxt {
  	font-size: 1.6rem;
  	margin-bottom: 20px;
  }
  .zaitaku .sec04 .flexBox {
  	justify-content: center;
  	align-items: center;
  }
  .zaitaku .sec04 .flexBox img {
  	width: 56%;
  	margin-right: 0;
  }
  .zaitaku .sec04 .flexBox .tel {
  	font-size: 1.5rem;
  	padding-left: 0;
		text-align: center;
		margin-top: 11px;
		padding-top: 20px;
  }
  .zaitaku .sec04 .flexBox .tel .number {
  	font-size: 2.5rem;
  }
  .zaitaku .sec04 .flexBox .tel:before {
  	position: absolute;
  	content: "";
  	height: 1px;
  	width: 100%;
  	background: rgba(58,55,36,0.6);
  	left: 0;
  	top: 0;
  }
	.zaitaku .sec04 .flexBox .tel .min {
		font-size: 1.4rem;
	}
  .zaitaku .sec05 {
    padding: 75px 0 90px;
  }
  .zaitaku .sec05 .headline01 {
    margin-bottom: 50px;
    font-size: 2rem;
    text-align: center;
  }
  .zaitaku .sec05 .headline01 .par {
		width: 10px;
    padding: 4px 30px 0 0;
  }
  .zaitaku .sec05 .headline01 .right_pa {
    padding-top: 0;
    padding-bottom: 4px;
    transform: rotate(180deg);
  }
}

/*------ doctor 医師紹介 */
.doctor .sec01 {
	padding: 104px 0 81px;
}
.doctor .sec01 .inBox {
	display: flex;
	justify-content: center;
	align-items: center;
}
.doctor .sec01 .headline01 {
	position: relative;
	display: inline-block;
	margin-right: 86px;
	padding-left: 17px;
	font-size: 3rem;
	line-height: 1;
}
.doctor .sec01 .headline01:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: #3A3724;
}
.doctor .sec01 .headline01 .en {
	margin-left: 20px;
	font-family: 'Noto Sans JP';
	font-size: 1.6rem;
	font-weight: 300;
}
.doctor .sec01 .imgBox {
	width: 515px;
}
.doctor .sec01 .imgBox img {
	border-radius: 10px;
}
.doctor .sec02 {
	padding: 127px 0 112px;
	background: #FBFAF1;
}
.doctor .sec02 .doctorBox .docList .docUl li .detBox {
	background: #fff;
}

@media all and (max-width: 834px) {
	.doctor .sec01 {
		padding: 41px 0 42px;
	}
	.doctor .sec01 .inBox {
		display: flex;
		flex-flow: column;
		justify-content: flex-start;
		align-items: flex-start;
		width: 86%;
		margin: 0 auto;
	}
	.doctor .sec01 .headline01 {
		order: 2;
		margin-right: 0;
		padding-left: 17px;
		font-size: 2.5rem;
	}
	.doctor .sec01 .headline01:before {
		width: 3px;
		height: 3.2rem;
	}
	.doctor .sec01 .headline01 .en {
		display: block;
		margin-top: 7px;
		margin-left: 0;
		font-size: 1.2rem;
	}
	.doctor .sec01 .imgBox {
		order: 1;
		width: 100%;
		margin-bottom: 40px;
	}
	.doctor .sec01 .imgBox img {
		border-radius: 10px;
	}
	.doctor .sec02 {
		padding: 58px 0 74px;
	}
}


/*------------------------------------------------------------
    リクルートエントリーフォーム
------------------------------------------------------------*/
/* rec-entry */
.rec-entry {
	padding: 180px 0 123px;
	background: #FBFAF1;
}
.rec-entry .inBox .headBox {
	text-align: center;
}
.rec-entry .inBox {
	width: 904px;
	margin: 0 auto;
	padding: 72px 0 100px;
	background: #fff;
}
.rec-entry .inBox .headBox .headline01 {
	margin-bottom: 30px;
	font-size: 2.6rem;
}
.rec-entry .inBox .headBox .pTxt {
	border-bottom: 0!important;
	padding: 0!important;
	margin: 0 0 10px!important;
	text-align: center;
}
.rec-entry .step {
	justify-content: center;
	margin: 40px 0 20px;
}
.rec-entry .step .sCon {
	width: 68px;
	height: 68px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid rgba(187,180,170,0.5);
	border-radius: 50%;
	margin: 0 33px;
}
.rec-entry .step .sCon p {
	color: #BBB4AA;
	font-size: 1.6rem;
	letter-spacing: 1px;
}
.rec-entry .step .sCon.on {
	background: #EDD32F;
	border: 1px solid #EDD32F;
}
.rec-entry .step .sCon.on p {
	color: #fff;
	font-weight: 700;
}
.rec-entry .step .sCon.second {
	position: relative;
}
.rec-entry .step .sCon.second:before {
	position: absolute;
	content: "";
	width: 43px;
	height: 1px;
	background: rgba(187,180,170,0.5);
	left: -55px;
}
.rec-entry .step .sCon.second:after {
	position: absolute;
	content: "";
	width: 43px;
	height: 1px;
	background: rgba(187,180,170,0.5);
	right: -55px;
}
.rec-entry .formBox {
	width: 614px;
	margin: 0 auto;
}
.rec-entry .formBox .con_form {
	width: 100%;
	margin-bottom: 40px;
}
.rec-entry .formBox .con_form tr th, .rec-entry .formBox .con_form tr td {
	display: block;
}
.rec-entry .formBox .con_form tr th {
	text-align: left;
	font-weight: 400;
	padding: 30px 10px 5px;
}
.rec-entry .formBox .con_form tr th span {
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1;
	border: 1px solid #3A3724;
	padding: 2px 10px;
	margin-left: 15px;
}
.rec-entry .formBox .con_form tr td input {
	width: 100%;
	height: 52px;
	background: #F9F9F9;
	border: none;
	box-sizing: border-box;
	padding: 0 15px;
}
.rec-entry .formBox .con_form tr td input::placeholder {
	color: #9FA0A0;
}
.rec-entry .formBox .con_form .radioBox {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.rec-entry .formBox .con_form .radioBox .mwform-radio-field.horizontal-item {
	margin-right: 0;
	margin-left: 10px;
}
.rec-entry .formBox .con_form .radioBox  label {
	display: flex;
	align-items: center;
	width: auto;
}
.rec-entry .formBox .con_form tr td input[type="radio"] {
	display: inline-block;
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0 5px;
	border: 1px solid #9FA0A0;
	box-shadow: none;
}
.rec-entry .formBox .con_form tr td .radio {
	margin-right: 30px;
}
.rec-entry .formBox .con_form tr.ymd td {
	display: flex;
	align-items: flex-end;
}
.rec-entry .formBox .con_form tr.ymd td input {
	width: 72px;
}
.rec-entry .formBox .con_form tr.ymd td input.year {
	width: 105px;
}
.rec-entry .formBox .con_form tr.ymd td span {
	display: inline-block;
	margin: 0 10px;
}
.rec-entry .formBox .con_form tr td textarea {
	width: 100%;
	height: 230px;
	background: #F9F9F9;
	border: none;
	box-sizing: border-box;
	padding: 15px;
}
.rec-entry .formBox .checkBtn {
	text-align: center;
}
.rec-entry .formBox .checkBtn input {
	margin: 0 10px 3px 0;
}
.rec-entry .submitbtn {
	width: 309px;
	padding: 13px 0 15px;
	margin: 30px auto 0;
	border: 1px solid rgba(187,180,170,0.5);
	position: relative;
	cursor: pointer;
}
.rec-entry .submitbtn:hover {
	opacity: .6;
}
.rec-entry .submitbtn input {
	width: 100%;
	background: transparent;
	border: none;
	text-align: center;
	font-size: 1.5rem;
	color: #3a3724;
	cursor: pointer;
}
.rec-entry .submitbtn:before {
	position: absolute;
	content: "";
	width: 22px;
	height: 5px;
	border-bottom: 1px solid rgba(175,175,172,0.7);
	border-right: 1px solid rgba(175,175,172,0.7);
	transform: skewX(55deg);
	right: 20px;
	top: 26px;
	transition: all .3s;
}
.rec-entry .submitbtn:before:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: rgba(175,175,172,0.7);
	left: -7px;
	bottom: -10px;
}
/* contact02 */
.recf {
	background: #FBFAF1;
}
.recf .inBox {
	width: 905px;
	margin: 0 auto 100px;
	background: #fff;
	box-sizing: border-box;
	padding: 80px 60px;
}
.recf .inBox .step .sCon.second:before {
	background: #EDD32F;
}
.recf .inBox .formBox {
	width: 708px;
	border-top: 1px solid rgba(175,175,172,0.7);
	border-bottom: 1px solid rgba(175,175,172,0.7);
	margin: 60px auto 40px;
	box-sizing: border-box;
	padding: 60px 0 20px 84px;
}
.recf .inBox .formBox .con_form tr th, .recf .inBox .formBox .con_form tr td {
	display: inline-block;
	vertical-align: top;
}
.recf .inBox .formBox .con_form tr th {
	width: 204px;
	padding: 0 0 55px;
	font-weight: 700;
	letter-spacing: 1px;
}
.recf .formBox .con_form tr th span {
	display: none;
}
.recf .inBox .formBox .con_form tr td {
	width: 398px;
	padding: 0;
}
.recf .inBox .backbtn {
	text-align: center;
	margin-top: 20px;
}
.recf .inBox .backbtn button {
	border: none;
	background: none;
	text-decoration: underline;
	cursor: pointer;
	font-family: 'Noto Serif JP', serif;
	color: #3a3724;
}
.recf .inBox .backbtn button:hover {
	opacity: .7;
}
.recf .inBox .checkBtn {
	display: none;
}
/* contact03 */
.recp .inBox .step .sCon.second:before,
.recp .inBox .step .sCon.second:after {
	background: #EDD32F;
}
.recp .inBox .submitbtn {
	text-align: center;
	margin-top: 60px;
}
.recp .inBox .submitbtn a {
	font-size: 1.5rem;
}

@media all and (max-width: 834px) {
	/* contact01 */
	.rec-entry {
		padding: 110px 0 97px;
	}
	.rec-entry .inBox {
		width: 80%;
    padding: 50px 5% 40px;
	}
	.rec-entry .topBox .headline01 {
		font-size: 2.2rem;
	}
	.rec-entry .topBox .pTxt {
		font-size: 1.4rem;
		margin: 25px 0 30px;
	}
	.rec-entry .tab-label {
		width: 80%;
		height: 64px;
		margin: 0 auto 15px;
	}
	.rec-entry .tab-content {
		margin-top: 30px;
	}
	.rec-entry .tab-content .inBox {
		width: 92%;
		margin: 50px auto 40px;
		padding: 60px 4%;
	}
	.rec-entry .tab-content .inBox .headBox .headline01 {
		font-size: 2.1rem;
		letter-spacing: 2px;
	}
	.rec-entry .tab-content .inBox .headBox .pTxt {
		font-size: 1.5rem;
		text-align: justify;
		margin: 0 4%!important;
	}
	.rec-entry .tab-content .inBox .conBox {
		padding: 30px 0;
		text-align: center;
	}
	.rec-entry .tab-content .inBox .conBox .headline01 {
		font-size: 2rem;
		letter-spacing: 1px;
		margin: 0 0 20px;
	}
	.rec-entry .tab-content .inBox .conBox .tel {
		font-size: 1.5rem;
		letter-spacing: 1px;
		margin-bottom: 20px;
	}
	.rec-entry .tab-content .inBox .conBox .tel .number {
		font-size: 2rem;
	}
	.rec-entry .tab-content .inBox .conBox .tel .sTxt {
		display: block;
		margin-top: 6px;
	}
	.rec-entry .tab-content .inBox .con_flex .con,
	.rec-entry.tab-content .inBox .con_flex .con.care {
		width: 100%;
		padding: 30px 0;
		text-align: center;
	}
	.rec-entry .tab-content .inBox .con_flex .con .headline01 {
		font-size: 1.9rem;
		letter-spacing: 1px;
		margin: 0 0 20px;
	}
	.rec-entry .tab-content .inBox .con_flex .con .tel {
		line-height: 1;
		margin-bottom: 20px;
	}
	.rec-entry .tab-content .inBox .con_flex .con .tel .number {
		font-size: 2rem;
	}
	.rec-entry .tab-content .inBox .con_flex .con .tel .sTxt {
		display: block;
		margin-top: 6px;
	}
	.rec-entry .tab-content .inBox .con_flex .con.left:before {
		display: none;
	}
	.rec-entry .step {
		flex-direction: row;
		justify-content: space-between;
		width: 270px;
		margin: 30px auto;
	}
	.rec-entry .step .sCon {
		width: 65px;
		height: 65px;
		margin: 0;
	}
	.rec-entry .step .sCon.second:before {
		width: 23px;
		left: -30px;
	}
	.rec-entry .step .sCon.second:after {
		width: 23px;
		right: -30px;
	}
	.rec-entry .formBox {
		width: 100%;
	}
	.rec-entry .formBox .con_form {
		margin-bottom: 30px;
	}
	.rec-entry .formBox .con_form tr.ymd td input.year {
		width: 70px;
	}
	.rec-entry .formBox .con_form tr.ymd td input {
		width: 50px;
	}
	.rec-entry .submitbtn {
		width: 90%;
	}
	/* contact02 */
	.recf .inBox {
		width: 90%;
		padding: 60px 4%;
	}
	.recf .inBox .headBox .pTxt {
		text-align: justify;
		margin: 0 4%!important;
	}
	.recf .inBox .formBox {
		width: 96%;
		margin: 40px auto 40px;
		padding: 30px 8% 0;
	}
	.recf .inBox .formBox .con_form {
		margin-bottom: 0;
	}
	.recf .inBox .formBox .con_form tr th,
	.recf .inBox .formBox .con_form tr td {
		display: block;
		width: 100%;
	}
	.recf .inBox .formBox .con_form tr th {
		padding: 0 0 5px;
	}
	.recf .inBox .formBox .con_form tr td {
		padding: 0 0 40px 14px;
	}
}

/*----- フェードイン -----*//*  slide-top show をHTMLのクラスにつける */
/* 上からフェードイン */
.slide-top {
	opacity: 0;
	transform: translate(0, -20px);
	transition: all 1s ease-out;
 }

/* 下からフェードイン */
.slide-bottom {
	opacity: 0;
	transform: translate(0, 20px);
	transition: all 1s ease-out;
 }
.slide-bottom02 {
	opacity: 0;
	transform: translate(0, 20px);
	transition: all 1.5s ease-out;
 }
.slide-bottom03 {
	opacity: 0;
	transform: translate(0, 20px);
	transition: all 2s ease-out;
 }
.slide-bottom04 {
	opacity: 0;
	transform: translate(0, 20px);
	transition: all 2.2s ease-out;
 }
.slide-bottom05 {
	opacity: 0;
	transform: translate(0, 20px);
	transition: all 2.5s ease-out;
 }


 /* 左からフェードイン */
.slide-left {
	opacity: 0;
	transform: translate(-50px, 0);
	transition: all 1s ease-out;
 }

/* 右からフェードイン */
.slide-right {
	opacity: 0;
	transform: translate(50px, 0);
	transition: all 1s ease-out;
 }