@charset "UTF-8";
/* CSS Document */

#mv {
	padding-bottom: 80px;
}

.mv_long {
	padding-bottom: 30px!important;
}


/*クリニックについて*/
#clinic01 {
	padding: 80px 20px 60px;
}

#clinic01 div {
	width: calc(100% - 2px);
	border-left: 1px solid #9b7b3b;
	border-right: 1px solid #9b7b3b;
	border-bottom: 1px solid #9b7b3b;
}

#clinic01 div:first-of-type {
	margin-top: 80px;
	border-top: 1px solid #9b7b3b;
}

#clinic01 div h3 {
	background-color: #9b7b3b;
	padding: 20px 20px;
	font-weight: 500;
	color: #fff;
}

#clinic01 div p {
	padding: 20px 20px;
}

#clinic01 div p a {
    color: #252525;
}

#clinic02 {
	padding: 80px 20px 60px;
}

#clinic02 ul {
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines:multiple;
    -moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
	flex-wrap:wrap;
    justify-content: space-between;
    padding-top: 80px;
}

#clinic02 ul li {
    padding-bottom: 15px;
    width: 48%;
}

#clinic02 iframe {
	width: 100%;
	height: 350px;
}

#clinic03 {
	padding: 80px 20px 60px;
}

#clinic03 .box01 {
    padding: 80px 0 45px;
}

#clinic03 .box01 p.t01 {
    font-size: 5.6vw;
    font-weight: bold;
    padding-bottom: 35px;
}

#clinic03 > ul {
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines:multiple;
    -moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
	flex-wrap:wrap;
    justify-content: center;
    padding-bottom: 50px;
}

#clinic03 > ul li {
    width: 48%;
    text-align: center;
    padding-bottom: 15px;
}

#clinic03 > ul li:nth-child(even) {
    padding-left: 4%;
}

#clinic03 > ul li p {
    font-size: 15px;
    padding-top: 15px;
}

#clinic03 iframe {
    width: 100%;
	height: 350px;
}


/*院長紹介*/
#profile01 {
	padding: 80px 20px 60px;
}

#profile01 div.box01 {
/*	padding-top: 80px;*/
}

#profile01 .box01 > div:nth-of-type(2) {
    padding-top: 30px;
}

#profile01 .box01 > div:nth-of-type(2) p.t01 {
    padding-bottom: 35px;
}

#profile01 .box01 > div:nth-of-type(2) p.name {
	text-align: right;
}

#profile01 .box01 > div:nth-of-type(2) p span {
    display: block;
    padding-bottom: 10px;
	font-size: 15px;
	font-family: 'Noto Serif JP', sans-serif;
}

#profile01 .box01 > div:nth-of-type(2) p.name img {
    width: 167px;
}

#profile01 .box02 {
	padding-top: 60px;
}

#profile01 .box02 dl {
    padding-bottom: 35px;
}

#profile01 .box02 dl:last-child {
	padding-bottom: 0;
}

#profile01 .box02 dl dt {
    font-weight: bold;
    line-height: 1em;
    padding-bottom: 25px;
}

#profile01 .box02 dl dd ul li {
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    line-height: 1.8em;
}

#profile01 .box02 dl dd ul li span:first-child {
    width: 80px;
}

#profile01 > ul {
	padding-top: 60px;
}

#profile01 > ul li {
	padding-bottom: 25px;
}

#profile01 > ul li:last-child {
	padding-bottom: 0;
}


/*当院のこだわり*/
#system01 {
	padding: 80px 20px 60px;
}

#system01 > p {
	padding-bottom: 60px;
}

#system01 div.box01 {
	padding-top: 80px;
	padding-bottom: 100px;
}

#system01 div.box01:last-of-type {
	padding-bottom: 0;
}

#system01 .box01 div {
	padding-top: 30px;
}


/*プライバシーポリシー*/
#privacy01 {
	padding: 80px 20px 60px;
}

#privacy01 p.t01 {   
    padding-bottom: 100px;
}

#privacy01 p.t02 {
    padding: 80px 0 100px;
}

#privacy01 p.t03 {
    padding: 80px 0 1.8em;
}

#privacy01 p.t04 {
    padding: 80px 0 0;
}

#privacy01 ul {
    padding: 0 0 100px;
}

#privacy01 ul li {
    display: table;
    line-height: 1.8em;
}

#privacy01 ul li span {
    display: table-cell;
}

#privacy01 ul li span:first-child {
    width: 1.5em;
}


/*初めての方へ*/
#flow p.flow_read {
	padding: 80px 20px 0;
}

#flow #flow01 {
	padding: 80px 20px 60px;
}

#flow #flow01 h2 {
	margin-bottom: 80px;
}

#flow #flow01 p.t01 {
	padding-top: 25px;
	padding-bottom: 60px;
}

#flow #flow01 ul.contact_btn {
	padding-bottom: 80px;
}

#flow #flow01 ul.contact_btn li {
	padding-bottom: 60px;
}

#flow #flow01 ul.contact_btn li:last-child {
	padding-bottom: 0;
}

#flow #flow01 ul.contact_btn li div {
	padding-top: 25px;
	text-align: center;
}

#flow #flow01 ul.contact_btn li p {
	padding-top: 25px;
}

#flow #flow01 ul.cal {
	padding-top: 35px;
	padding-bottom: 80px;
}

#flow #flow01 ul.cal li {
	text-align: center;
}

#flow #flow01 ul.cal li:first-child {
	padding-bottom: 40px;
}

#flow #flow01 ul.cal li img {
	width: 80%;
	height: auto;
}

#flow #flow01 div.box01 {
	padding-top: 25px;
	padding-bottom: 100px;
}

#flow #flow01 div.box01:last-of-type {
	padding-bottom: 0;
}

#flow #flow01 .box01 p a {
	color: #252525;
}

#flow #flow01 .box01 div {
	padding-top: 30px;
}

#flow #flow02 {
	padding: 80px 20px 60px;
}

#flow #flow02 > p {
	padding: 80px 0 60px;
}

#flow #flow02 ul li {
	padding-bottom: 60px;
}

#flow #flow02 ul li:last-of-type {
	padding-bottom: 0;
}

#flow #flow02 ul li p {
	padding-top: 25px;
}

#flow #flow02 ul li div {
	padding-top: 25px;
	text-align: center;
}

#flow #flow03 {
	padding: 80px 20px 60px;
}

#flow #flow03 > p {
	padding: 80px 0 60px;
}

#flow #flow03 div {
	text-align: center;
}


/*sitemap*/
#sitemap #sitemap01,#sitemap #sitemap02 {
	padding: 80px 20px 60px;
}

#sitemap #sitemap01 ul {
	padding-top: 80px;
}

#sitemap #sitemap02 .box {
	padding-top: 80px;
}

#sitemap #sitemap02 .box h3 {
	margin-bottom: 30px;
}

#sitemap #sitemap02 .box ul {
	padding-top: 25px;
	padding-bottom: 60px;
}

#sitemap #sitemap02 .box ul:last-of-type {
	padding-bottom: 0;
}

#sitemap ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines:multiple;
    -moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
}

#sitemap ul li {
	border: 1px solid #bea06e;
	margin-bottom: 8px;
	width: calc(49% - 2px);
	font-size: 3.8vw;
}

#sitemap ul li a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: calc(100% - 10px);
	padding: 5px 0;
	text-decoration: none;
	color: #222;
	line-height: 2em;
}

#sitemap ul li a:hover {
	background-color: #bea06e;
	color: #fff;
}


/*料金表*/
#fee .price_menu {
	padding: 80px 20px 60px;
}

#fee .price_menu .price_box {
	padding-bottom: 60px;
}

#fee .price_menu .price_box:first-of-type {
	padding-top: 80px;
}

#fee .price_menu .price_box:last-of-type {
	padding-bottom: 0;
}

#fee .price_menu .price_box h3 {
	margin-bottom: 25px;
}

#fee .price_menu .price_box h3 a {
	color: #252525;
	text-decoration: none;
	padding-left: 1.5em;
	position: relative;
}

#fee .price_menu .price_box h3 a::before {
	content: "＞＞";
	transform: scale(0.4, 1);
	position: absolute;
	left: -4px;
	top: 4px;
}

#fee #fee_how {
	padding: 0 20px 60px;
}

#fee #fee_how h2 {
	text-align: center;
	font-size: 26px;
	color: #333;
	line-height: 1em;
	font-family: 'Noto Serif JP', sans-serif;
}

#fee #fee_how > div {
	border: 1px solid #baae8c;
	background-color: #f9f9f9;
	padding: 70px 20px 50px;
	position: relative;
}

#fee #fee_how > div > p {
	position: absolute;
	top: 15px;
	right: 28px;
	font-family: 'Noto Serif JP', sans-serif;
	line-height: 1em;
	font-size: 15px;
	color: #333;
	padding-left: 24px;
	cursor: pointer;
}

#fee #fee_how > div > p::before {
	content: "+";
	color: #fff;
	font-size: 12px;
	background-color: #4b4b4b;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	text-align: center;
	line-height: 20px;
	position: absolute;
	left: 0;
	top: -2px;
}

#fee #fee_how > div > p.op {
	font-size: 0;
	right: 20px;
}

#fee #fee_how > div > p.op::before {
	content: "×";
	position: absolute;
	left: -50px;
}

#fee #fee_how > div > p.op::after {
    content: "CLOSE";
	font-family: 'Noto Serif JP', sans-serif;
	line-height: 1em;
	font-size: 15px;
	color: #333;
    position: absolute;
    top: 0;
	left: -25px;
}

#fee #fee_how > div > div > p {
	padding: 60px 0;
}

#fee #fee_how ul li {
	padding-bottom: 60px;
}

#fee #fee_how ul li:last-of-type {
	padding-bottom: 0;
}

#fee #fee_how ul li p {
	padding-top: 25px;
}

#fee #fee_how ul li div {
	padding-top: 25px;
	text-align: center;
}


/*採用情報*/
#recruit #mv p.t03 {
	text-align: center;
	font-size:min(4.3vw,18px);
	color: #d35081;
	font-weight: 500;
	padding-top: 30px;
}

#recruit #recruit01 {
	padding: 80px 20px 60px;
}

#recruit #recruit01 > p {
	padding-top: 80px;
	padding-bottom: 60px;
}

#recruit #recruit01 .box {
	padding-top: 25px;
}

#recruit #recruit01 .box p {
	padding-top: 30px;
}

#recruit #recruit02 {
	padding: 80px 20px 60px;
}

#recruit #recruit02 table {
	width: 100%;
	margin-top: 80px;
}

#recruit #recruit02 table td {
	border: 1px solid #9b7b3b;
	padding: 30px 20px;
}

#recruit #recruit02 table td.w01 {
	background-color: #9b7b3b;
	font-weight: 500;
	color: #fff;
	border-bottom: 1px solid #fff;
	width: 30%;
}

#recruit #recruit02 table tr:last-child td.w01 {
	border-bottom: 1px solid #9b7b3b;
}

#recruit #recruit02 table td.w02 {
	width: 25%;
}

#recruit #recruit02 > ul {
	padding-top: 15px;
}

#recruit #recruit02 > ul li {
	display: table;
	line-height: 1.8em;
}

#recruit #recruit02 > ul li span {
	display: table-cell;
}

#recruit #recruit02 > ul li span:first-child {
	width: 1em;
}

#recruit #recruit02 > ul li:first-child span:first-child {
	width: 3em;
}

#recruit #recruit03 {
	padding: 80px 20px 60px;
}


/*診察アプリ*/
#app #app01 {
	padding: 80px 20px 60px;
}

#app #app01 > div > div {
	padding-top: 30px;
}

#app #app02 {
	padding: 80px 20px 60px;
}

#app #app02 h2 {
	margin-bottom: 80px;
}

#app #app02 > p {
	padding: 25px 0 30px;
}

#app #app02 ul.app_link {
	padding-bottom: 60px;
}

#app #app02 ul.app_link li {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	text-align: center;
	background-color: #f4f1e9;
}

#app #app02 ul.app_link li:last-child {
	margin-bottom: 0;
}

#app #app02 ul.app_link li h4 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1em;
}

#app #app02 ul.app_link li div {
	padding-top: 20px;
}

#app #app02 ul.app_link li div img {
	height: 60px;
}

#app #app02 ul.app_flow li {
	padding-bottom: 60px;
}

#app #app02 ul.app_flow li h3 {
	margin-bottom: 25px;
}

#app #app02 ul.app_flow li div {
	text-align: center;
}

#app #app02 ul.app_flow li div img {
	width: 80%;
	height: auto;
}

#app #app02 ul.app_flow li p {
	padding-top: 25px;
}


/*肌活コース*/
#course .course_list {
	padding: 80px 20px 60px;
}

#course .course_list:nth-child(odd) {
	background-color: #f7f2e9;
}

#course .course_list .course_box {
	padding: 80px 0 0;
}

#course .course_list .course_box .box {
	padding: 35px 0 50px;
}

#course .course_list .course_box .box > div:first-of-type {
	padding-bottom: 40px;
}

#course .course_list .course_box .box > div:first-of-type div {
	text-align: right;
}

#course .course_list .course_box .box > div:first-of-type div img {
	width: 94%;
}

#course .course_list .course_box .box > div:first-of-type p {
	padding: 25px 0 0;
}

#course .course_list .course_box .box > div:nth-of-type(2) h4 {
	background-color: #ede0c9;
	font-size: 18px;
	padding: 10px 20px;
}

#course .course_list .course_box .box > div:nth-of-type(2) h4:not(:first-of-type) {
	margin-top: 30px;
}

#course .course_list .course_box .box > div:nth-of-type(2) > ul {
	padding: 20px 0 15px 10px;
}

#course .course_list .course_box .box > div:nth-of-type(2) > ul > li {
	margin-bottom: 15px;
}

#course .course_list .course_box .box > div:nth-of-type(2) > ul > li:last-child {
	margin-bottom: 0;
}

#course .course_list .course_box .box > div:nth-of-type(2) > ul > li h5 {
	font-weight: bold;
	padding-bottom: 15px;
}

#course .course_list .course_box .box > div:nth-of-type(2) > ul > li > ul li {
	line-height: 1.3em;
	padding-bottom: 15px;
	padding-left: 25px;
	position: relative;
}

#course .course_list .course_box .box > div:nth-of-type(2) > ul > li > ul li::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

#course .course_list .course_box .box > div:nth-of-type(2) > ul > li > ul li a {
	color: #252525;
}

#course .course_list .course_box .box > div:nth-of-type(2) > table {
	width: 100%;
}

#course .course_list .course_box .box > div:nth-of-type(2) > table td:first-child {
	padding: 10px 15px 10px 10px;
	width: 28%;
}

#course .course_list .course_box .box > div:nth-of-type(2) > table td:last-child {
	padding: 10px 20px;
	text-align: right;
}

#course .course_list:nth-child(odd) .course_box .box > div:nth-of-type(2) > table td {
	background-color: #fff;
	border: 2px solid #f7f2e9;
}

#course .course_list:nth-child(even) .course_box .box > div:nth-of-type(2) > table td {
	background-color: #f7f2e9;
	border: 2px solid #fff;
}

#course .course_list .course_box .box > div:nth-of-type(2) > table td span.t01 {
	display: block;
	font-size: 13px;
	font-weight: bold;
}

#course .course_list .course_box .box > div:nth-of-type(2) > table td span.t02 {
	font-size: 12px;
	font-weight: bold;
	padding-right: 1em;
}

#course .course_list .course_box .box > div:nth-of-type(2) > table td span.t03 {
	font-size: 24px;
	font-weight: bold;
}

#course .course_list .course_box .box > div:nth-of-type(2) > table td span.t04 {
	font-size: 15px;
	font-weight: bold;
}

#course .course_list .course_box .box > div:nth-of-type(2) > table td span.cl span.t03 {
	font-size: 28px;
	color: #a8284e;
}

#course .course_list .course_box .box > div:nth-of-type(2) > table td span.cl span.t04 {
	color: #a8284e;
}

#course .course_list .course_box .box > div:nth-of-type(2) > p {
	text-align: right;
	font-size: 14px;
	padding-top: 10px;
}

#course .course_list.andmore h2 {
	text-align: center;
	padding-bottom: 20px;
}

#course .course_list.andmore h2 img {
	width: 80%;
	max-width: 300px;
	height: auto;
}

#course .andmore .andmore_box {
	border-bottom: 10px solid #ede0c9;
	border-top: 10px solid #ede0c9;
	border-left: 8px solid #ede0c9;
	border-right: 8px solid #ede0c9;
	margin: 0 0 40px;
	background-color: #fff;
	padding: 35px 15px 40px;
}

#course .andmore .andmore_box p.t01 {
	text-align: center;
	font-size: 24px;
	line-height: 1.3em;
	padding-bottom: 35px;
}

#course #course .andmore .andmore_box p.t01 span {
	font-size: 18px;
}

.andmore .andmore_box .box p {
	padding-top: 15px;
}

#course .course_list ul.course_btn {
	width: 96%;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

#course .course_list ul.course_btn li {
	width: 31%;
	border-radius: 5px;
}

#course .course_list ul.course_btn li:first-child {
	background-color: #9e4848;
}

#course .course_list ul.course_btn li:nth-child(2) {
	background-color: #bea16f;
}

#course .course_list ul.course_btn li:nth-child(3) {
	background-color: #569e48;
}

#course .course_list ul.course_btn li a {
	width: 100%;
	height: 100%;
	color: #fff;
	font-size:min(4.3vw,15px);
	text-decoration: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

#course .course_list ul.course_btn li a:hover {
	opacity: .8;
}

#course .course_list ul.course_btn li img {
	width: 100%;
	max-width: 80px;
	height: auto;
}