@charset "UTF-8";



/*診療一覧
---------------------------------------------------------*/
.menu_detail {
	margin-bottom: 100px;
}
.menu_detail:last-of-type {
	margin-bottom: 0;
}

.m_list .menu_list > li {
	cursor: pointer;
}

.menu_list {
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.menu_list li {
	width: 48%;
	margin-bottom: 40px;
}
.menu_list li:last-child,
.menu_list li:nth-last-child(2) {
	margin-bottom: 0;
}
.menu_list li > p {
	font-size: 140%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding-bottom: .2em;
	padding-left: 1.5em;
	border-bottom: solid 1px #baab96;
	position: relative;
	margin-bottom: 20px;
}
.menu_list li > p a {
	color: #555;
}
.menu_list li > p small {
	font-size: 80%;
}
.menu_list li > p::before {
	font-family: 'fontello';
	content: '\e801';
	color: #b7a875;
	font-size: 110%;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: .05em;
}
.menu_list li dt {
	float: right;
	width: 38%;
	max-width: 126px;
	text-align: center;
}
.menu_list li dd {
	float: left;
	width: 60%;
}
.menu_list li dt img {
	display: block;
	margin: auto;
}
.menu_list li dt span,
.menu_list li dt a {
	display: block;
	margin-top: 10px;
	background: #f3f3f3;
	padding: .4em .2em;
	letter-spacing: .05em;
	line-height: 1.6em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.menu_detail {
	margin-bottom: 8%;
}

.menu_list li {
	margin-bottom: 4%;
}
.menu_list li > p {
	font-size: 120%;
	letter-spacing: .05em;
	margin-bottom: 10px;
}
.menu_list li dd {
	font-size: 95%;
	line-height: 1.6em;
}
.menu_list li dt span,
.menu_list li dt a {
	font-size: 1.6vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.menu_detail {
	margin-bottom: 14%;
}

.menu_list {
	display: block;
}
.menu_list li,
.menu_list li:nth-last-child(2) {
	width: 100%;
	margin-bottom: 8%;
}
.menu_list li > p {
	font-size: 130%;
	margin-bottom: .5em;
}
.menu_list li dt {
	width: 35%;
	max-width: 100%;
}
.menu_list li dd {
	width: 63%;
}
}



/*診療系共通
---------------------------------------------------------*/
/* 導入 */
.men_lead {
	overflow: hidden;
	/*margin-bottom: 100px;*/
}
.men_lead .lead_img {
	width: 45%;
	max-width: 266px;
}
.men_lead .lead_img.small{
	width: 45%;
	max-width: 150px;
}
.men_lead .lead_img.flt_l {
	margin-right: 4%;
	margin-bottom: 1.0em;
}
.men_lead .lead_img.flt_r {
	margin-left: 4%;
	margin-bottom: 1.0em;
}
.menu_c_txt{
	text-align: center;
}
/*.com_tbl_price td:last-child{
	width: 23%;
}*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* 導入 */
.men_lead {
	/*margin-bottom: 10%;*/
}
/*.com_tbl_price td:last-child{
	width: 25%;
}*/
.men_lead .lead_img_bg{
	width:70%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* 導入 */
.men_lead {
	/*margin-bottom: 14%;*/
}
.men_lead .lead_img {
	float: none;
	width: 60%;
	margin: 0 auto 1em !important;
}
.men_lead .lead_img.small{
	width: 60%;
}
.menu_c_txt{
	text-align: left;
}
/*.com_tbl_price td:last-child{
	width: 27%;
}*/
}




/*　menu_imglist：2列のイメージ
---------------------------------------------------------*/
.menu_imglist {
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/* 幅が広すぎる場合は適宜「max-width」を付ける */
}
.menu_imglist li{
	width: 48%;
	/* 幅が広すぎる場合は適宜「max-width」を付ける */
	margin-bottom: 40px;
}
.menu_imglist li:last-child,
.menu_imglist li:nth-last-child(2){
	margin-bottom: 0;
}
.menu_imglist li p{
	margin-top: 10px;
}
.menu_imglist li p span{
	color: #CF4933;
}
.menu_imglist li dl {
	margin-top: 10px;
}
.menu_imglist li dt {
	color: #CF4933;
	font-weight: bold;
	font-size: 110%;
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.menu_imglist li{
	margin-bottom: 6%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.menu_imglist {
	display: block;
	max-width: 100% !important;
}
.menu_imglist li,
.menu_imglist li:nth-last-child(2){
	width: 100%;
	max-width: 100% !important;
	margin-bottom: 7%;
}
}



/*　menu_flt
---------------------------------------------------------*/
.menu_flt .img_r{
	float: right;
	width: 37%;
	margin-left: 4%;
	margin-bottom: 1.0em;
}
.menu_flt .img_r.smallimg{
	width: 18%;
}
.menu_flt .txt_l p span{
	color: #CF4933;
}
/*.menu_flt .img_l{
	float: left;
	width: 14%;
	margin-right: 4%;
	margin-bottom: 1.0em;
}*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.menu_flt .img_r{
	float: none;
	width: 60%;
	margin: 0 auto 1.5em !important;
	text-align: center;
}
.menu_flt .img_r.smallimg{
	width: 30%!important;
	margin-bottom: 0.5em!important;
}
}



/*　menu_bigimg
---------------------------------------------------------*/
.menu_bigimg{
	text-align: center;
}
.menu_bigimg_sp{
	text-align: center;
}
.menu_bigimg video {
	display: block;
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.menu_mediumimg{
	text-align: center;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.menu_smallimg{
	text-align: center;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.menu_bigimg_sp{
	width: 65%;
	margin: 0 auto;
}	
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.menu_bigimg_sp{
	width: 70%;
	margin: 0 auto;
}
.menu_mediumimg{
	width: 80%;
}
.menu_smallimg{
	width: 60%;
}
}




/*　menu_steplist
---------------------------------------------------------*/
.menu_steplist > li{
	position: relative;
	box-sizing: border-box;
	border-left: #A78B62 solid 1px;
	padding-left: 8%;
	margin-left: 6%;
	padding-top: 23px;
	padding-bottom: 40px;
}
.menu_steplist > li:last-child{
	padding-bottom: 20px;
	border-left: none;
}
.menu_steplist > li p.title{
	color: #997D55;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.6em;
}
.menu_steplist .abs_no{
	position: absolute;
	left: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
	width: 12%;
	text-align: center;
	height: auto;
}

.menu_steplist > li.txt_btm{
	padding-top: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.menu_steplist > li{
	padding-top: 3%;
	padding-bottom: 5%;
}
.menu_steplist > li:last-child{
	padding-bottom: 3%;
}
.menu_steplist > li p{
	font-size: 115%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.menu_steplist > li{
	padding-left: 10%;
	margin-left: 8%;
	padding-top: .8em;
	min-height: 5.0em;
	padding-bottom: 1.0em;
}
.menu_steplist > li:last-child{
	padding-bottom: 0;
	min-height: 4.0em;
}
.menu_steplist > li p{
	font-size: 115%;
}
.menu_steplist .abs_no{
	width: 16%;
}
}



/*　menu_ank_btn
---------------------------------------------------------*/
.menu_ank_btn li{
	float: left;
	width: 49.25%;
	border: solid #E7DECD 3px;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.menu_ank_btn li:nth-child(odd){
	margin-right: 1.5%;
}
.menu_ank_btn li dl{
	display: table;
}
.menu_ank_btn li dt,
.menu_ank_btn li dd{
	display: table-cell;
	vertical-align: middle;
}
.menu_ank_btn li dt{
	width: 32%;
}
.menu_ank_btn li dd{
	font-size:20px;
	letter-spacing: .05em;
	line-height: 1.4em;
	padding-left: .6em;
}
.menu_ank_btn li dd a{
	padding-left: -1em;
  	text-indent: 1em;
}
.menu_ank_btn li dd p{
	position: relative;
	padding-left: 1.6em;
}
.menu_ank_btn li dd p::before {
	position: absolute;
	font-family: 'fontello';
	content: '\e801';
	color: #B8A975;
	font-size: 105%;
	font-weight: normal;
	left: 0;
	top: 0.055em;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.menu_ank_btn li dd{
	font-size:1.8vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.menu_ank_btn li{
	border-width:2px;
	padding: 1%;
	margin-bottom: 2%;
}
.menu_ank_btn li dt{
	width: 25%;
}
.menu_ank_btn li dd{
	font-size:2.0vw;
	letter-spacing: normal;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.menu_ank_btn li{
	float: none;
	width: 100%;
	padding: 1.5%;
	margin-bottom: 1.5%;
	border-width: 2px;
}
.menu_ank_btn li:nth-child(odd){
	margin-right: 0;
}
.menu_ank_btn li dt{
	width: 15%;
}
.menu_ank_btn li dd{
	width: 85%;
	padding-left:4%;
	font-size:110%;
	letter-spacing: .05em;
	padding-left: .5em;
}
.menu_ank_btn li dd p{
	padding-left: 1.3em;
}
}





/* menu_pointbox
---------------------------------------------------------*/
.menu_pointbox{
	background: #F8F5F0;
	padding: 30px 28px 18px;
	margin-top: 20px;
}
.menu_pointbox dt{
	color:#826741;
	font-weight: bold;
	font-size: 145%;
	margin-bottom: 1.5em;
}
.menu_pointbox dd {
	position: relative;
	padding-left: 1.5em;
	font-size: 110%;
	margin-bottom: 0.8em;
}
.menu_pointbox dd::before{
	position: absolute;
	display: block;
	content: "";
	background:url(../images/check@2x.png)no-repeat left top;
	background-size:95% auto;
	width: 24px;
	height: 22px;
	left: 0;
	top: 0.2em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.menu_pointbox{
	padding: 4% 5% 2%;
}
.menu_pointbox dt{
	font-size: 120%;
	margin-bottom: 1em;
}
.menu_pointbox dd {
	padding-left: 1.4em;
	font-size: 100%;
}
.menu_pointbox dd::before{
	background-size: 75% auto;
	top: 0.3em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.menu_pointbox{
	padding: 5% 4% 2%;
	margin-top: 5%;
}
.menu_pointbox dt{
	font-size: 4.5vw;
	margin-bottom: 0.8em;
}
.menu_pointbox dd {
	font-size: 100%;
	padding-left: 1.3em;
}
.menu_pointbox dd::before{
	background-size: 80% auto;
	top: 0.4em;
}
}



/* menu_linetit
---------------------------------------------------------*/
.menu_linetit dt{
	position: relative;
	color:#a88e6d;
	font-size: 135%;
	font-weight: bold;
	letter-spacing: 0.15em;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.menu_linetit dt::before{
	position: absolute;
	display: block;
	content: "";
	background: -moz-linear-gradient(left,  rgba(167,139,98,1) 0%, rgba(205,182,133,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(167,139,98,1) 0%,rgba(205,182,133,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(167,139,98,1) 0%,rgba(205,182,133,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a78b62', endColorstr='#00cdb685',GradientType=1 ); /* IE6-9 */
	background-size:100 auto;
	width: 100%;
	height: 1px;
	bottom:0;
	left: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.menu_linetit dt{
	font-size:120%;
	letter-spacing: 0.1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.menu_linetit dt{
	font-size: 115%;
	letter-spacing: 0.08em;
	padding-bottom: 0.1em;
	margin-bottom: 0.5em;
}
}




/*　menu_title
---------------------------------------------------------*/
.menu_title{
	font-size:145%;
	font-weight: bold;
	color:#826741;
	line-height: 1.5em;
	margin-bottom: 22px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.menu_title{
	font-size:125%;
	line-height: 1.5em;
	margin-bottom: 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.menu_title{
	font-size: 115%;
	letter-spacing: 0.08em;
	line-height: 1.6em;
	margin-bottom: 5%;
}
}



/*　.menu_graybox
---------------------------------------------------------*/
.menu_graybox{
	overflow: hidden;
	border: solid 2px #929292; 
	outline: solid 1px #929292; 
	outline-offset: 3px;   
	padding: 20px 25px;
}
.menu_graybox .lead_img {
	width: 45%;
	max-width: 266px;
}
.menu_graybox .lead_img.flt_l {
	margin-right: 4%;
	margin-bottom: 1.0em;
}
.menu_graybox .lead_img.flt_r {
	margin-left: 4%;
	margin-bottom: 1.0em;
}
.menu_graybox dt{
	font-size:130%;
	line-height: 1.5em;
	font-weight: bold;
	color: #826741;
	margin-bottom: 0.8em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.menu_graybox{  
	padding: 15px 20px;
}
.menu_graybox .lead_img {
	width: 40%;
}
.menu_graybox dt{
	font-size:120%;
	margin-bottom: 0.5em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.menu_graybox{
	padding: 5% 4%;
}
.menu_graybox dt{
	font-size:120%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin-bottom: 0.3em;
}
.menu_graybox .lead_img {
	float: none;
	width: 60%;
	margin: 0 auto 1.5em !important;
}
}



/*　menu_movie
---------------------------------------------------------*/
.menu_movie iframe{
	width: 100%;
	height: 500px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.menu_movie iframe{
	width: 100%;
	height: 300px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.menu_movie iframe{
	width: 100%;
	height: 220px;
}
}



/*　menu_tbl_color
---------------------------------------------------------*/
.menu_tbl_color {
	width: 100%;
	border-collapse: collapse;
	border-right: solid 1px #c5c5c5;
	border-top: solid 1px #c5c5c5;
	font-size: 95%;
	table-layout: fixed;
}
.menu_tbl_color th,
.menu_tbl_color td {
	border-left: solid 1px #c5c5c5;
	border-bottom: solid 1px #c5c5c5;
	padding: .6em 1.5%;
	line-height: 1.5em;
	text-align: center;
}
.menu_tbl_color thead {
	font-weight: bold;
	letter-spacing: .1em;
	text-align: center;
}
.menu_tbl_color thead th,
.menu_tbl_color thead td {
	padding: 1em;
}
.menu_tbl_color tbody th {
	width: 8em;
	vertical-align: middle;
	font-size:110%;
	font-weight: bold;
	letter-spacing: .1em;
	background: #f6f3ef;
	color: #555;
}
.menu_tbl_color tbody td {
	vertical-align: top;
}
.menu_tbl_color td.t2{
	width: 50%;
}
.menu_tbl_color td.t2_1{
	width: 30%;
}
.menu_tbl_color td.t2_2{
	width: 20%;
}
.menu_tbl_color td.t3{
	width: 20%;
}
.menu_tbl_color thead th {
	background: #f6f3ef;
}
.menu_tbl_color th.pick_color,
.menu_tbl_color td.pick_color {
	background: #fffcf8;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.menu_tbl_color{
	font-size: 90%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.menu_tbl_color {
	font-size: 80%;
}
.menu_tbl_color th,
.menu_tbl_color td {
	padding: 1.0em 1.5%;
}
.menu_tbl_color th{
	letter-spacing: .05em;
}
}



/* 症例（枠レイアウト：タトゥー）
---------------------------------------------------------*/
.menu_case {
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
	text-align: center;
	padding: 15px 3%;
}
.menu_case dt {
	color: #997D55;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.6em;
	margin-bottom: 1.0em;
}
.menu_case dd {
	width: 100%;
	max-width: 518px;
	margin: 0 auto 20px;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.menu_case dd:last-of-type {
	margin-bottom: 0;
}
.menu_case dd > div {
	width: 100%;
}
.menu_case dd .ft_europa {
	width: 45%;
	font-size: 115%;
	font-weight: bold;
	color:#826741;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.menu_case {
	padding: 3%;
}
.menu_case dt {
	font-size: 120%;
}
.menu_case dd {
	margin-bottom: 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.menu_case {
	padding: 3%;
}
.menu_case dt {
	font-size: 110%;
}
.menu_case dd {
	margin-bottom: 3%;
}
.menu_case dd .ft_europa {
	font-size: 100%;
}
}



/*　症例（リストレイアウト：XERF）
---------------------------------------------------------*/
.men_cae_list {
	width: 100%;
	max-width: 620px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.men_cae_list > li {
	margin-bottom: 20px;
}
.men_cae_list .img_box {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.men_cae_list .img_box div {
	width: 100%;
}
.men_cae_list .img_box p {
	width: 47%;
	font-size: 110%;
	font-weight: bold;
	color:#826741;
	margin-bottom: .5em;
}
.men_cae_list .img_copyright {
	text-align: right;
	color: #666;
	font-size: 75%;
	letter-spacing: .05em;
	line-height: 1.4em;
	margin-top: .5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.men_cae_list > li {
	margin-bottom: 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.men_cae_list > li {
	margin-bottom: 5%;
}
.men_cae_list .img_box p {
	font-size: 100%;
	margin-bottom: .3em;
}
.men_cae_list .img_copyright {
	font-size: 70%;
	margin-top: .3em;
}
}





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

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}