h1,h2,h3,h4,h5,p,ul,li,dl,dt,dd,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{
	margin:0;
	padding:0;
	list-style-type:none;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;

}

body{
	margin:0;
	padding:0;
	font-family:'Lucida Grande',Meiryo,sans-serif;
	color:#333;
}

a:link,a:visited{
	color:#CC0000;
}

a:hover,a:active{
	color: #CC9900;
}

a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

img{border:none; vertical-align:top;}

br{letter-spacing:0;}

/*--- layout ---*/


.wrapper{
	width:100%;
	text-align:left;
}

.container{
	width:980px;
	height:100%;
	text-align:left;
	margin:0 auto;
}


/* header
--------------------------------*/
#header{
	width: 980px;
	margin: 0 auto;
}

#header h1{
	width: 400px;
	float: left;
	margin: 20px 0 0 0;
}

#header ul{
	float: right;
	margin: 12px 0 0 0;
}

#header ul li{
	float: left;
	margin: 0 0 10px 10px;
}

/*---- main ------*/



#main{
	width: 100%;
	height: 530px;
	padding: 0 auto;
	text-align: center;
	background-color: #fff;
}

#main_dr{
	background-image: url(../images/main_dr_bg.jpg);
	background-repeat: repeat-x;
	padding: 0 auto;
	text-align: center;
}

/* contents
------------------------------*/

.w900{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.w910{
	width: 910px;
	margin-left: auto;
	margin-right: auto;
}

.w940{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

.w980{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}



/* bg
------------------------------*/

.bg-pink {
	background-color: #fff0f3;
	width: 980px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.read-box {
	background-color: #fffde0;
	padding: 30px;
	box-sizing: border-box;
	font-size: 24px;
	line-height: 1.3;
}

.bb {
	border-top: 3px #8E836A dotted;
}

/* sub-tit
------------------------------*/

.sub-tit {
	border: 4px #f1caeb solid;
	border-radius: 20px;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
}

.f-bold{
	font-weight: 700;
}

.f-20{
	font-size: 24px;
}

.f-24{
	font-size: 24px;
	font-weight: 700;
}

/* dermapen-box
------------------------------*/

.dermapen-box h2{
	background-color: #ae5da1;
	color: #FFFFFF;
	text-align: center;
	font-size: 36px;
	padding: 20px 0;
}

.dermapen-box p{
	float: left;
	width: 620px;
	margin-top: 20px;
	margin-right: 20px;
}

.dermapen-box img{
	float: left;
	width: 340px;
	margin-top: 20px;
}


/* dermapen-box2
------------------------------*/

.dermapen-box2 img{
	float: left;
	width: 340px;
	margin-top: 20px;
}

.dermapen-box2 p{
	float: left;
	width: 620px;
	margin-top: 20px;
	margin-left: 20px;
}


/* mechanism
------------------------------*/

.mechanism ul{
	margin-top: 10px;
}

.mechanism li:first-child{
	margin-left: 42px;
}

.mechanism li{
	float: left;
	width: 250px;
}

.mechanism li:nth-child(2){
	margin-left: 77px;
	margin-right: 80px;
}

/* component-box
------------------------------*/
.component-box h3{
	background-color: #fe9ec9;
	font-size: 20px;
	padding: 10px;
	box-sizing: border-box;
}

.component-box ul{
	background-color: #fff2f2;
	padding: 20px;
	box-sizing: border-box;
	width: 980px;
}

.component-box li:first-child{
	float: left;
	width: 140px;
	margin-right: 20px;
}

.component-box li:last-child{
	float: left;
	width: 700px;
}

/* flow-tit
------------------------------*/

.flow-tit li:first-child{
	float: left;
	width: 150px;
	margin-right: 10px;
}

.flow-tit li:last-child{
	float: left;
	width: 800px;
	font-size: 30px;
	font-weight: 700;
}

.flow-detail li:first-child{
	float: left;
	width: 180px;
	margin-right: 20px;
}

.flow-detail li:last-child{
	float: left;
	width: 760px;
}


/* counseling-point
------------------------------*/

.counseling-point {
	background-color: #fffdde;
	margin-top: 20px;
	padding: 20px;
	box-sizing: border-box;
}

.counseling-point li:first-child{
	font-weight: 700;

}

.counseling-point li:nth-child(2){
	color: #FF3063;
	font-weight: 700;
}

.counseling-point li:nth-child(4){
	color: #FF3063;
	font-weight: 700;
}

.counseling-point li:last-child{
	color: #FF3063;
}



/* detail-box
------------------------------*/

.detail-box table {
	width: 910px;
	border: 1px #c4a281 solid;
	border-collapse: collapse;
}

.detail-box td {
	border: 1px #c4a281 solid;
	padding: 15px 15px;
	text-align: left;
	vertical-align: middle;
}

.detail-box th {
	border: 1px #c4a281 solid;
	background-color: #fdf1f6;
	padding: 15px 15px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	width: 180px;
}


/* characteristic
------------------------------*/

.characteristic li:first-child{
	float: left;
	width: 150px;
	margin-right: 10px;
}

.characteristic li:nth-child(2){
	font-weight: 700;
	font-size: 30px;
	height: 50px;
	padding-top: 3px;
}

.characteristic li:last-child{

}


/* characteristic2
------------------------------*/

.characteristic2 li:first-child{
	float: left;
	width: 150px;
	margin-right: 10px;
}

.characteristic2 li:nth-child(2){
	font-weight: 700;
	font-size: 30px;
	height: 50px;
	padding-top: 3px;
	color: #ae5da1;
}

.characteristic2 li:nth-child(3){
	font-weight: 700;
	font-size: 23px;
	padding-top: 3px;
}



/* �A�R�[�f�B�I��
--------------------------------*/

/*�{�b�N�X�S��*/
.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 980px;/*�ő啝*/
}

/*���x��*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 13px 12px;
    color: #FFFFFF;
    font-weight: bold;
	font-size: 1.6rem;
    background: #ff7bad;
    cursor :pointer;
    transition: all 0.5s;
}

/*�A�C�R����\��*/
.accbox label:before {
    content: '\f107';
    font-family: 'FontAwesome';
    padding-right: 20px;
	color: #FFED00;
	font-size: 1.6em;
}

/*���x���z�o�[��*/
.accbox label:hover {
    background :#ff79ac;
}

/*�`�F�b�N�͉B��*/
.accbox input {
    display: none;
}

/*���g���\���ɂ��Ă���*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*�N���b�N�Œ��g�\��*/
.cssacc:checked + label + .accshow {
    height: auto;
    opacity: 1;
}

.accbox .accshow p {
	margin-top: 15px;
}

/*�A�C�R�������ւ���*/
.cssacc:checked + label:before {
    content: '\f106';
}

/*���j���[�̒��g*/
.accshow h3{
	font-size: 24px;
	background-color: #ffd0e2;
	padding: 10px;
	width: 960px;
	text-align: center;
}

.menu-list li{
	float: left;
	width: 470px;
	font-size: 14px;
}

.menu-list li:last-child{
	margin-left: 30px;
}


/* menu01-qa
------------------------------*/

.menu01-qa li:first-child {
	background-image: url(../images/dp-img14.gif);
	background-repeat: no-repeat;
	padding: 12px 10px 10px 65px;
	margin-top: 10px;
	font-weight: 700;
	color: #ae66a6;
	font-size: 20px;
}

.menu01-qa li:nth-child(2) {
	background-image: url(../images/dp-img15.gif);
	background-repeat: no-repeat;
	padding: 12px 10px 10px 65px;
	margin-top: 10px;
	border-bottom: 3px #d1c0a5 dotted;
	min-height: 40px;
}

/* counseling-box
------------------------------*/

.counseling-box h3{
	font-weight: 700;
	color: #ae5da1;
	font-size: 24px;
}

.counseling-box h3 img{
	margin-right: 10px;
}

.counseling-box li:first-child{
	float: left;
	width: 640px;
	margin-right: 30px;
}

.counseling-box li:last-child{
	float: left;
	width: 310px;
}

/* qa-box
------------------------------*/

.qa-tit {
	text-align: center;
	background-color: #ffe7f1;
	font-weight: 300;
	font-size: 32px;
	padding: 20px 0;
	margin-bottom: 10px;
}

.qa-box li:first-child{
	background-image: url(../images/qa-img01.gif);
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-top: 10px;
	color: #0b2b6a;
	font-weight: 700;
	font-size: 20px;
	height: 47px;
}

.qa-box li:last-child{
	background-image: url(../images/qa-img02.gif);
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-top: 10px;
	min-height: 40px;
}


/* �A�R�[�f�B�I��
--------------------------------*/

/*�{�b�N�X�S��*/
.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 980px;/*�ő啝*/
}

/*���x��*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 13px 12px;
    color: #ae5da1;
    font-weight: bold;
	font-size: 2.0rem;
    background: #e9c3e3;
    cursor :pointer;
    transition: all 0.5s;
}

/*�A�C�R����\��*/
.accbox label:before {
    content: '\f107';
    font-family: 'FontAwesome';
    padding-right: 20px;
	color: #ae5da1;
	font-size: 1.6em;
}

/*���x���z�o�[��*/
.accbox label:hover {
    background :#f5dbf1;
}

/*�`�F�b�N�͉B��*/
.accbox input {
    display: none;
}

/*���g���\���ɂ��Ă���*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*�N���b�N�Œ��g�\��*/
.cssacc:checked + label + .accshow {
    height: auto;
    opacity: 1;
}

.accbox .accshow p {
	margin-top: 15px;
	margin-bottom: 15px;
}

/*�A�C�R�������ւ���*/
.cssacc:checked + label:before {
    content: '\f106';
}

/*���j���[�̒��g*/
.accshow h3{
	font-size: 32px;
	background-color: #fffece;
	padding: 10px;
	width: 960px;
	margin-top: 70px;
}

/* component
--------------------------------*/

.component li:first-child{
	color: #a00029;
	font-weight: 700;
	font-size: 24px;
}

.component li:nth-child(2){
	float: left;
	width: 160px;
	margin-right: 30px;
	margin-top: 10px;
}

.component li:last-child{
	float: left;
	width: 740px;
	margin-top: 10px;
}

/* menu01-point
--------------------------------*/

.menu01-point li:first-child{
	padding-left: 220px;
	background-image: url(../images/menu01-img02.jpg);
	background-repeat: no-repeat;
	height: 130px;
}

.menu01-point li:nth-child(2){
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}


.menu01-point li:nth-child(3){
	padding-left: 220px;
	background-image: url(../images/menu01-img03.jpg);
	background-repeat: no-repeat;
	height: 130px;
}

.menu01-point li:nth-child(4){
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}



.menu01-point li:last-child{
	padding-left: 220px;
	background-image: url(../images/menu01-img04.jpg);
	background-repeat: no-repeat;
	height: 130px;
}

.txt_red2 {
	color: #ff4978;
	font-weight: 700;
	font-size: 24px;
}

/* menu-box
--------------------------------*/

.menu-box01 {
	background-image: url(../images/snow-img09.gif) ;
	padding-bottom: 30px;
}

.menu-price {
	background-color: #FFFFFF;
	padding: 20px;
	box-sizing: border-box;
}


.menu-box02 {
	background-image: url(../images/snow-img10.gif) ;
	padding-top: 20px;
	padding-bottom: 30px;
}

/* menu01-details
--------------------------------*/

.menu01-details {
	background-color: #FFFFFF;
	padding: 20px;
	box-sizing: border-box;
	margin-left: 20px;
}

.menu01-details p{
	float: left;
	width: 520px;
	margin-right: 20px;
}

.menu01-details img{
	float: left;
	width: 356px;
}

.menu_01 h5{
	background-color: #c490bf;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	font-size: 24px;
}

/* component
--------------------------------*/

.component table{
	border-collapse: collapse ;
	margin-top: 10px;
}

.component th{
	background-color: #fffcd0;
	border: 1px #8E8E8E solid;
	padding: 20px;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 1.3;
}

.component td{
	background-color: #FFFFFF;
	border-left: 1px #8E8E8E solid;
	border-bottom: 1px #8E8E8E solid;
	border-right: 1px #8E8E8E solid;
	padding: 20px;
	box-sizing: border-box;
}

/* chelation
--------------------------------*/

.chelation {
	background-color: #FFFFFF;
	padding: 20px;
	box-sizing: border-box;
	border-top: 15px #e5004f solid;
	border-left: 1px #8E8E8E solid;
	border-right: 1px #8E8E8E solid;
	border-bottom: 1px #8E8E8E solid;
}

.chelation h6{
	text-align: center;
	font-size: 22px;

}

/* point_box
--------------------------------*/
/*
.point_box {
	border: 1px #959595 solid;
	box-sizing: border-box;

}

.point_box h2{
	background-color: #f9ffc6;
	padding: 20px ;
	font-size: 28px;
	font-weight: 500;
	border-bottom: 1px #959595 solid;
}

.point_box h2 span{
	font-size: 22px;
	margin-left: 10px;
}

.point_box ul{
	padding: 22px;
	box-sizing: border-box;
}

.point_box li:first-child{
	float: left;
	width: 749px;
}

.point_box li:last-child{
	float: left;
	margin-left: 20px;
}

.point_box p{
	padding: 22px;
	box-sizing: border-box;
	background-color: #FFF2F2;
	font-weight: 700;
}
*/

/* point2_box
--------------------------------*/

.point2_box li:first-child{
	float: left;
	width: 680px;
	margin-right: 40px;
}

.point2_box li:last-child{
	float: left;
	width: 240px;
}

/* flow-box
--------------------------------*/

.flow-box h2{
	float: left;
	width: 200px;
}

.flow-box h3{
	float: left;
	width: 750px;
	margin-left: 20px;
}

.flow-box span{
	font-weight: 700;
	font-size: 28px;
	color: #0b2b6a;
	padding-left: 20px;
}

.flow-box p{
	float: left;
	width: 750px;
	margin-left: 20px;
	margin-top: 10px;
}


/* menu01-hikaku
--------------------------------*/

.menu01-hikaku {
  border-collapse: collapse;
  border-spacing: 0;
}

.menu01-hikaku th:first-child{
	background-color: #e7e7e7;
	font-size: 22px;
	border: 1px #8B8B8B solid;
	width: 50%;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	width: 470px;
}

.menu01-hikaku th:last-child{
	background-color: #efd9ed;
	font-size: 22px;
	border: 1px #8B8B8B solid;
	width: 50%;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	width: 470px;
}

.menu01-hikaku td{
	background-color: #FFFFFF;
	border: 1px #8B8B8B solid;
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
	width: 470px;
}

.hikaku-b1{
	font-weight: 700;
	font-size: 22px;
}


.hikaku-b2{
	font-weight: 700;
	color: #FF1F7A;
	font-size: 22px;
}

/* list_box
--------------------------------*/

.list_box h2{
	background-color: #FFCCDF;
	text-align: center;
	font-size: 30px;
	padding: 20px;
	box-sizing: border-box;
}

.list_box h3{
	border: 2px #ff3b9c solid;
	box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding: 20px;
	border-radius: 20px;
}

.font_b {
	font-weight: 700;
	font-size: 28px;
}

.list_box li:first-child{
	float: left;
	width: 310px;
}

.list_box li:nth-child(2){
	float: left;
	width: 310px;
	margin-left: 25px;
	margin-right: 25px;
}

.list_box li:last-child{
	float: left;
	width: 310px;
}


/* price-box
--------------------------------*/

.price-box h2{
	background-color: #FFCCDF;
	text-align: center;
	font-size: 30px;
	padding: 20px;
	box-sizing: border-box;
}

.price-box table{
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 10px;
}

.price-box th{
	text-align: center;
	font-size: 24px;
	border: #c4a281 1px solid;
	background-color: #ffe7f1;
	font-weight: 400;
	padding: 10px;
	box-sizing: border-box;
}

.price-box td:first-child{
	text-align: center;
	border: #c4a281 1px solid;
	padding: 10px;
	box-sizing: border-box;
}

.price-box td:last-child{
	text-align: right;
	border: #c4a281 1px solid;
	padding: 10px;
	box-sizing: border-box;
	color: #ff2788;
	font-weight: 700;
}

.fs-40 {
	font-size: 40px;
}

/* promise_box
--------------------------------*/

#promise_box {
	width: 980px;
	margin: 30px auto;
}

#promise_box li{
	float: left;
	width: 288px;
	background-color: #FFFFFF;
	height: 630px;
	margin: 20px 6px 20px 8px;
	padding: 10px;
	border: #DFF0FF 2px solid;
	border-radius: 10px;
	font-size: 18px;
	text-align: left;
}

#promise_box img{
	margin: 15px 0;
}

h2#tit01{
	width: 100%;
	background-color: #0584E1;
	height: 150px;
	text-align: center;
	padding: 0 auto;
	margin: 50px 0 0 0;
}

#bg01{
	width: 100%;
}

#bg01 h3{
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 980px;
}

#bg01 .txt01{
	width: 920px;
	margin: 40px auto 0;
	text-align: left;
	color: #2D97FF;
	font-size: 20px;
	line-height: 1.4;
}

#bg01 .box01{
	width: 940px;
	margin: 40px auto;
	border: 4px solid #9BCDFF;
	border-radius: 10px;        /* CSS3���� */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome�p */
    -moz-border-radius: 10px;   /* Firefox�p */
	background-color: #fff;
	padding: 16px;
}

#bg02{
	width: 100%;
	padding: 0 auto;
	text-align: center;
	background-color: #6FB7FF;
	border-top: 1px solid #6FB7FF;
	border-bottom: 1px solid #6FB7FF;
	margin: 50px 0;
}

#bg02 h2{
	width: 980px;
	text-align: center;
	margin: 10px auto 20px;
}

#bg02 .txt01{
	width: 980px;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
	text-align: left;
	line-height: 1;
}

#bg02 ul{
	width: 980px;
	margin: 10px auto 30px;
}

#bg02 ul li{
	width: 940px;
	background-color: #fff;
	border-radius: 6px;        /* CSS3���� */
    -webkit-border-radius: 6px;    /* Safari,Google Chrome�p */
    -moz-border-radius: 6px;   /* Firefox�p */
	padding: 20px 20px 30px 20px;
	text-align: left;
	font-size: 18px;
	line-height: 140%;
	margin: 0 0 10px 0;
}

#bg02 ul li h4{
	margin: 0 0 15px 0;
}

#bg02 ul li:last-child{
	background-image: url(../images/img12.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	min-height: 350px;
}

#bg02 ul li h5{
	margin: 50px 0 10px 0;
}

#bg02 ul li .txt02{
	width: 820px;
}

#bg03{
	width: 100%;
	padding: 0 auto;
	text-align: center;
	background-color: #FFFED2;
	border-bottom: 1px solid #FFFED2;
	margin: 50px 0;
}

#hikaku_box{
	width: 978px;
	margin: 0 auto;
	border: 1px solid #BFBFBF;
	background-color: #fff;
}

#hikaku_box ul{
	width: 978px;
	margin: 20px 0 20px 18px;
}

#hikaku_box ul li{
	width: 290px;
	float: left;
	background-image: url(../images/border01.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	text-align: left;
	padding: 0 15px 0 10px;
	margin: 0 5px 0 0;

}

#hikaku_box ul li:last-child{
	background-image: none;
}

#hikaku_box ul li h3{
	font-size: 26px;
	color: #EB738C;
	font-weight: normal;
	line-height: 1;
}

#hikaku_box ul li dl{
	margin: 20px 0 0 0;
}

#hikaku_box ul li dl dt{
	margin: 0 0 8px 0;
	line-height: 100%;
}

#hikaku_box ul li dl dd{
	line-height: 140%;
	margin: 0 0 20px 0;
}

#tit04{
	width: 100%;
	height: 250px;
	background-image: url(../images/tit04_bg.jpg);
	background-repeat: repeat-x;
	margin: 50px 0 0 0;
	padding: 0 auto;
	text-align: center;
}

#result{
	width: 980px;
	margin: 30px auto;
	text-align: left;
	line-height: 160%;
}

#result .font_pink_b{
	font-size: 24px;
	color: #F06;
}

#result .txt_s{
	font-size: 12px;
}

#tit05{
	width: 100%;
	height: 190px;
	background-image: url(../images/tit05_bg.jpg);
	background-repeat: repeat-x;
	margin: 50px 0 0 0;
	padding: 0 auto;
	text-align: center;
}



#tit06{
	width: 100%;
	height: 240px;
	background-image: url(../images/tit06_bg.jpg);
	background-repeat: repeat-x;
	margin: 50px 0 0 0;
	padding: 0 auto;
	text-align: center;
}

#bust_design{
	width: 100%;
	padding: 0 auto;
	background-color: #6FB7FF;
	border-top: 1px solid #6FB7FF;
	border-bottom: 1px solid #6FB7FF;
	text-align: center;

}

#bust_design p{
	width: 980px;
	margin: 30px auto;
	text-align: left;
	color: #fff;
	font-size: 22px;
	line-height: 160%;
}

#bust_design img{
	margin: 0 auto 40px;
}

#qa_tit{
	width: 100%;
	text-align: center;
	background-color: #ffe5f0;
}

#qa_tit h2 img{
	padding: 35px 0 10px 0;
}

#qa_tit p{
	line-height: 140%;
	font-size: 22px;
	padding-bottom: 30px;
}

qa_dl {
	margin: 0 0 50px 0;
}

#qa_dl dt{
	background-color: #ec6397;
	background-image: url(../images/img--question.png);
	background-position: 14px 7px;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 20px;
	line-height: 120%;
	padding: 25px 15px 15px 83px;
	text-align: left;
}

#qa_dl dd{
	line-height: 140%;
	text-align: left;
	margin: 10px 0 40px;
	background-image: url(../images/img--answer.png);
	background-position: 14px 0px;
	background-repeat: no-repeat;
	padding: 25px 0 0 83px;
}



.content--cv{
	background: url(../images/btn--cv--back.jpg) no-repeat center;
	height: 360px;
	margin-top: 20px;
}

.content--cv img{
	margin-top: 170px;
	}

/* contact_box
------------------------------*/
.contact_box{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.cv_btn_bg{
	background-image: url(../images/cv_bg.jpg);
	background-repeat: repeat-y;
	height: 146px;
}

/* title--activities
--------------------------------*/
.title--activities{
	text-align: center;
}


/* activities_box
--------------------------------*/

#activities_box{
	width: 100%;
	margin: 0;
	padding: 0 auto;
}

#activities_box h3{
	width: 980px;
	margin: 20px 0 15px 40px;
	color: #ff3c6a;
	font-size: 24px;
	text-align: left;
}

#activities_box div{
	width: 980px;
	margin: 0 auto 0 auto;
}

#activities_box p{
	width: 520px;
	font-size: 18px;
	line-height: 180%;
	float: left;
	margin: 0 0 0 20px;
	text-align: left;
}

#activities_box img{
	float: left;
	margin: 0 0 50px 30px;
}

/*---- footer ------*/

.footer{
	width:100%;
	background:url(../images/bg_footer.jpg) repeat-x right bottom;
	text-align:center;
}
.footer p{
	font-size:13px;
	color:#FFF;
	line-height:1.6;
	padding-top:30px;
	text-align:center;
}

.footer address{
	font-size:13px;
	margin-top:15px;
	padding-bottom:15px;
	color:#FFFFFF;
	font-style:normal;
}




/* clinic_box
--------------------------------*/
h2#clinic_tit{
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: #ec6397;
	font-size: 42px;
	line-height: 80px;
	font-weight: normal;
	margin: 40px 0 0 0;
}

#clinic_box{
	width: 980px;
	margin: 40px auto 80px auto;
}

.border_t{
	border-top: 2px solid #ec6397;
}

/*--- clinic_desc_block ---*/

.clinic_desc_block{
	background:#F0F0F0;
	padding:20px 0px 20px 25px;
	border:solid 1px #E4CDEB;
	overflow:hidden;
}

.clinic_desc_block dl{
	width:430px;
	padding:10px;
	background:#FFF;
	border:solid 1px #DDD;
	-moz-box-shadow: 1px 1px 3px #ccc;
	-webkit-box-shadow: 1px 1px 3px #ccc;
	box-shadow: 1px 1px 3px #ccc;
	float:left;
	margin-right:20px;
	height:180px;
}

.clinic_desc_block dl dt img{
	vertical-align:middle;
}

.clinic_desc_block dl dt span{
	padding:2px 5px;
	background:#FF4F94;
	color:#FFFFFF;
	text-align:center;
	display:inline-block;
	margin-left:10px;
	vertical-align:middle;
	font-size:13px;
}

.clinic_desc_block dl dd{
	padding:10px 10px 0;
	font-size:12px;
	line-height:1.8;

}


/*--- clinic_map_block ---*/

.clinic_map_block{
	border:solid 1px #E4CDEB;
	border-top:none;
	background:#FFF;
	overflow:hidden;
}

.clinic_map_block .clinic_map{
	float:left;
	width:649px;
	height:838px;
	background:url(../images/bg_map.jpg) no-repeat left top;
	position:relative;
}

.clinic_map_block .clinic_right{
	float:right;
	width:270px;
	min-height:790px;
	border:solid 14px #FDF0F4;
	background:#FFF;
	padding:15px;
}


.clinic_map_block .clinic_map .area{
	background:#F0F0F0;
	width:200px;
	letter-spacing:-.4em;
}

.clinic_map_block .clinic_map .area h3{
	background:#FF8BB2;
	color:#FFFFFF;
	font-size:14px;
	padding:2px 5px 2px 10px;
	font-weight:normal;
	letter-spacing:normal;
}

.clinic_map_block .clinic_map .area dl{
	background:#FFF;
	padding:5px;
	border-radius: 5px;
	width:80px;
	font-size:12px;
	margin:6px;
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
}

.clinic_map_block .clinic_map .area dl + dl{
	margin-left:0px;

}


.clinic_map_block .clinic_map .area dl dt{
	text-align:center;
	font-weight:bold;
	color:#666666;
	line-height:1.2;
	height:35px;
}

.clinic_map_block .clinic_map .area dl.beauty dt{
	line-height:35px;
}

.clinic_map_block .clinic_map .area ul li{
	margin-top:4px;
}

.clinic_map_block .clinic_map a{
	display: block;
	width: 80px;
	border-radius: 5px;
	font-size: 13px;
	padding:3px 0;
	text-decoration:none;
	color: #FFF;
	line-height: 1.1;
	text-align: center;
	cursor: pointer;
	background: rgb(255,170,202); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,170,202,1) 0%, rgba(255,140,179,1) 50%, rgba(255,170,202,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,170,202,1)), color-stop(50%,rgba(255,140,179,1)), color-stop(100%,rgba(255,170,202,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,170,202,1) 0%,rgba(255,140,179,1) 50%,rgba(255,170,202,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,170,202,1) 0%,rgba(255,140,179,1) 50%,rgba(255,170,202,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,170,202,1) 0%,rgba(255,140,179,1) 50%,rgba(255,170,202,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,170,202,1) 0%,rgba(255,140,179,1) 50%,rgba(255,170,202,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaaca', endColorstr='#ffaaca',GradientType=0 ); /* IE6-9 */
	border:solid 1px #FF8DB3;
}


.clinic_map_block .clinic_map .skin a{
	background: rgb(222,191,230); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(222,191,230,1) 0%, rgba(208,165,219,1) 50%, rgba(222,191,230,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,191,230,1)), color-stop(50%,rgba(208,165,219,1)), color-stop(100%,rgba(222,191,230,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(222,191,230,1) 0%,rgba(208,165,219,1) 50%,rgba(222,191,230,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(222,191,230,1) 0%,rgba(208,165,219,1) 50%,rgba(222,191,230,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(222,191,230,1) 0%,rgba(208,165,219,1) 50%,rgba(222,191,230,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(222,191,230,1) 0%,rgba(208,165,219,1) 50%,rgba(222,191,230,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#debfe6', endColorstr='#debfe6',GradientType=0 ); /* IE6-9 */
	border:solid 1px #CD9CD7;
}

.clinic_map_block .clinic_map a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}


.clinic_map_block .clinic_map .hokkaido{
	position:absolute;
	left:440px;
	top:17px;
}

.clinic_map_block .clinic_map .tokyo{
	position:absolute;
	left:441px;
	top:211px;
}

.clinic_map_block .clinic_map .kantou{
	position:absolute;
	left:441px;
	top:570px;
}

.clinic_map_block .clinic_map .tyuubu{
	position:absolute;
	left:124px;
	top:37px;
}

.clinic_map_block .clinic_map .kansai{
	position:absolute;
	left:225px;
	top:483px;
}

.clinic_map_block .clinic_map .chugoku{
	position:absolute;
	left:12px;
	top:196px;
}


.clinic_map_block .clinic_map .kyusyu{
	position:absolute;
	left:10px;
	top:522px;
}



.clinic_map_block .clinic_map .tokyo h3{background:#3399CC;}
.clinic_map_block .clinic_map .kantou h3{background:#3399CC;}
.clinic_map_block .clinic_map .tyuubu h3{background:#38B25D;}
.clinic_map_block .clinic_map .kansai h3{background:#99CC00;}
.clinic_map_block .clinic_map .chugoku h3{background:#F5B85A;}
.clinic_map_block .clinic_map .kyusyu h3{background:#EF857D;}


.clinic_map_block .clinic_info h2{
	border-left:solid 4px #FF4D94;
	padding-left:10px;
	color:#FF4D94;
	font-size:15px;
	line-height:1.3;
	margin-bottom:10px;
}


.clinic_map_block .clinic_info .contact_btn{
	margin-bottom:10px;
}

.clinic_map_block .clinic_info .telno{
	font-size:20px;
	color:#FF4D94;
	line-height:1.3;
}
.clinic_map_block .clinic_info .openclose{
	font-size:13px;
	line-height:1.3;
	margin-top:5px;
	margin-bottom:20px;
}

.clinic_map_block .clinic_info .infomation{
	font-size:13px;
	line-height:1.3;
	margin-top:5px;
	margin-bottom:20px;
}

.clinic_map_block .clinic_info .map{
	width:270px;
	height:190px;
	background:#FFF;
}

.clinic_map_block .clinic_info h3{
	font-size:18px;
	padding:5px 0px;
	border-bottom:dashed 1px #AAA;
	margin-bottom:10px;
	font-weight:normal;
}

.clinic_map_block .clinic_info dl.doctor{
	margin:10px 0;
	color:#333333;
	font-size:12px;
	line-height:1.4;
}

.clinic_map_block .clinic_info dl.doctor dt{
	clear:both;
	float:left;
	width:60px;
	font-weight:bold;
}

.clinic_map_block .clinic_info dl.doctor dd{
	padding-left:65px;
	padding-bottom:10px;
}



/*-------doctor_block-------*/
#docter_box{
	width: 100%;
	padding: auto;
	border-top: 2px solid #ec6397;
}

.doctor_block{
	width:600px;
	margin:40px auto;
	overflow:hidden;
}

.doctor_block .photo{
	width:180px;
	float:left;
	text-align:center;
}

.doctor_block .photo p{
	font-size:13px;
	line-height:1.4;
}

.doctor_block .photo img{
	margin-bottom:15px;

}


.doctor_block .right{
	font-size:13px;
	line-height:2;
}

.doctor_block .right table{
	border-left:solid 1px #D4D4D4;
	border-top:solid 1px #D4D4D4;
}


.doctor_block .right table tr th,
.doctor_block .right table tr td{
	border-right:solid 1px #D4D4D4;
	border-bottom:solid 1px #D4D4D4;
	padding:5px;
}
.doctor_block .right table tr th{
	background:#F0F0F0;
	text-indent:10px;
	font-weight:normal;
	text-align:center;
}
.doctor_block .right table tr td{
	padding-left:10px;
}

/*----clearfix----*/
.clearfix:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
.clearfix{display: inline-block;}
.clear{clear:both;}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:block;
    overflow:hidden;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/*-------general-------*/


.alignC{text-align:center;}
.alignR{text-align:right;}
.alignL{text-align:left;}

.mb0{margin-bottom:0px !important;}
.mb10{margin-bottom:10px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}
.mb90{margin-bottom:90px !important;}
.mb100{margin-bottom:100px !important;}

.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px !important;}
.mt70{margin-top:70px !important;}
.mt80{margin-top:80px !important;}
.mt90{margin-top:90px !important;}
.mt100{margin-top:100px !important;}

.pb0{padding-bottom:0px !important;}
.pb10{padding-bottom:10px !important;}
.pb20{padding-bottom:20px !important;}
.pb30{padding-bottom:30px !important;}
.pb40{padding-bottom:40px !important;}
.pb50{padding-bottom:50px !important;}
.pb60{padding-bottom:60px !important;}
.pb70{padding-bottom:70px !important;}
.pb80{padding-bottom:80px !important;}
.pb90{padding-bottom:90px !important;}
.pb100{padding-bottom:100px !important;}

.pt10{padding-top:10px !important;}
.pt20{padding-top:20px !important;}
.pt30{padding-top:30px !important;}
.pt40{padding-top:40px !important;}
.pt50{padding-top:50px !important;}
.pt60{padding-top:60px !important;}
.pt70{padding-top:70px !important;}
.pt80{padding-top:80px !important;}
.pt90{padding-top:90px !important;}
.pt100{padding-top:100px !important;}
.pt110{padding-top:110px !important;}
.pt120{padding-top:120px !important;}

.small{font-size:12px;}
.small2{font-size:20px;}
.em{color:#FF2281}
.purple{color:#9966CC;}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
	margin-top:0;
}


#sidenavi {
	position: fixed;
	bottom: 120px;
	right: 0;
	z-index: 30;
}

#sidenavi ul li{
	margin-top:5px;

}




.floatclear{
clear:both;
}

#sec06
{
background:url(../images/main06.jpg) no-repeat no-repeat;
padding-top:40px;
padding-bottom:40px;
}
#sec06 .left
{
width:200px;
float:left;
text-align:center;
}
#sec06 .right
{
width:400px;
float:left;

}
#sec06 .block
{
width:600px;
margin:0px auto;
}
#sec06 .text1
{
font-size:12px;
line-height:1.2;
margin-top:10px;
}
#sec06 .right
{
font-size:13px;
line-height:2;
}
#sec06 .right table
{
border-left:solid 1px #D4D4D4;
border-top:solid 1px #D4D4D4;

}
#sec06 .right table tr th,
#sec06 .right table tr td
{
border-right:solid 1px #D4D4D4;
border-bottom:solid 1px #D4D4D4;
}
#sec06 .right table tr th
{
background:#F0F0F0;
text-indent:10px;
font-weight:normal;
}
#sec06 .right table tr td
{
padding-left:10px;
}



.petit--kogao table {
	width: 910px;
	border: 1px #c4a281 solid;
	border-collapse: collapse;
}

.petit--kogao h2{
	font-size: 24px;
	text-align: center;
	margin-top: 10px;
}

.petit--kogao td {
	border: 1px #c4a281 solid;
	padding: 15px 15px;
	text-align: right;
	vertical-align: middle;
}

.petit--kogao th {
	border: 1px #c4a281 solid;
	padding: 15px 15px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	width: 180px;
}

.petit--kogao h3{
	background-color: #ffe7f1;
	padding: 20px;
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	border-top: 1px #c4a281 solid;
	border-left: 1px #c4a281 solid;
	border-right: 1px #c4a281 solid;
}

.petit--kogao h4{
	background-color: #ffe7f1;
	padding: 20px;
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	border-left: 1px #c4a281 solid;
	border-right: 1px #c4a281 solid;
}

.fs36{
	font-weight: 700;
	font-size: 36px;
}

.fs24{
	font-weight: 700;
	font-size: 24px;
}

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

20220921 add

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

.header{
	width:980px;
	height:100px;
	margin:0 auto;
	position:relative;
}

.header .logo{
	position:absolute;
	top:20px;
	left: 10px;
}

.header .telno{
	position:absolute;
	top:20px;
	left:400px;
}

.header .btn{
	position:absolute;
	top:20px;
	left:705px;
}



.header .btn ul{
	overflow:hidden;
	zoom:1;

}

.header .btn ul li{
	float:left;
	margin-right:5px;
	margin-bottom:3px;
}

.header .btn ul li a{
	display:block;
	background:#FFF;
}

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

 2022 10 30 add

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


/* bg
------------------------------*/

.bg-pink {
	background-color: #fff0f3;
	width: 980px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.bg-green {
	background-color: #fafff4;
	width: 980px;
	margin: 0 auto;
	padding-bottom: 30px;
}


.bg-purple {
	background-color: #fff7fe;
	width: 980px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.read-box {
	background-color: #fffde0;
	padding: 30px;
	box-sizing: border-box;
	font-size: 24px;
	line-height: 1.3;
}

/* menu01
------------------------------*/

.menu_01 h2{
	background-color: #03898a;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0;
	font-size: 36px;
	font-weight: 500;
}

.menu_01 h3{
	background-color: #03898a;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 36px;
	font-weight: 500;
}

.menu01-list li{
	border: 1px #d8d8d8 solid;
	float: left;
	width: 300px;
	padding: 10px;
	box-sizing: border-box;
	line-height: 1.6;
	min-height: 80px;
	background-color: #FFFFFF;
}

.menu01-list li:nth-child(2){
	margin-left: 20px;
	margin-right: 20px;
}

.menu01-tit{
	font-size: 28px;
	font-weight: 500;
}

.menu_01 h4{
	border: 2px #ff4978 solid;
	text-align: center;
	border-radius: 10px;
	font-size: 30px;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ff4978;
	margin-top: 10px;
}

.txt_pink {
	color: #ff2d55;
}

.txt_pink2 {
	color: #ff2d55;
}


/* menu01-details2
--------------------------------*/

.menu01-details2 li:first-child{
	float: left;
	width: 660px;
	margin-right: 20px;
}

.menu01-details2 li:last-child{
	float: left;
	width: 260px;
}


/* menu02
------------------------------*/

.menu_02 h2{
	background-color: #ff4978;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0;
	font-size: 36px;
	font-weight: 500;
}

.menu_02 h3{
	background-color: #ff4978;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 36px;
	font-weight: 500;
}


/* menu02-detail
--------------------------------*/

.menu02-detail li{
	float: left;
	width: 250px;
}

.menu02-detail li:nth-child(2){
	margin-left: 93px;
	margin-right: 93px;
}


/* menu03
------------------------------*/

.menu_03 h2{
	background-color: #8f82bc;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0;
	font-size: 36px;
	font-weight: 500;
}

.menu_032 h3{
	background-color: #8f82bc;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 36px;
	font-weight: 500;
}


.menu03-details li:first-child{
	float: left;
	width: 660px;
	margin-right: 20px;
}

.menu03-details li:last-child{
	float: left;
	width: 260px;
}

.fb{
	font-weight: 700;
}

/* details-tit01
------------------------------*/

.details-tit01 {
	text-align: center;
	background-color: #03898a;
	color: #FFFFFF;
	font-size: 32px;
	padding: 20px 0;
	margin-bottom: 10px;
}

.details-box01 table {
	width: 910px;
	border: 1px #c4a281 solid;
	border-collapse: collapse;
}

.details-box01 h2{
	font-size: 24px;
	text-align: center;
	margin-top: 10px;
}

.details-box01 td {
	border: 1px #c4a281 solid;
	padding: 15px 15px;
	vertical-align: middle;
}

.details-box01 th {
	border: 1px #c4a281 solid;
	background-color: #e8f7d6;
	padding: 15px 15px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	width: 180px;
}

.details-box01 h3{
	background-color: #e8f7d6;
	padding: 20px;
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	border-top: 1px #c4a281 solid;
	border-left: 1px #c4a281 solid;
	border-right: 1px #c4a281 solid;
}

.details-box01 h4{
	background-color: #ffe7f1;
	padding: 20px;
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	border-left: 1px #c4a281 solid;
	border-right: 1px #c4a281 solid;
}


/* details-tit02
------------------------------*/

.details-tit02 {
	text-align: center;
	background-color: #ff4978;
	color: #FFFFFF;
	font-size: 32px;
	padding: 20px 0;
	margin-bottom: 10px;
}


.details-box02 table {
	width: 910px;
	border: 1px #c4a281 solid;
	border-collapse: collapse;
}

.details-box02 h2{
	font-size: 24px;
	text-align: center;
	margin-top: 10px;
}

.details-box02 td {
	border: 1px #c4a281 solid;
	padding: 15px 15px;

	vertical-align: middle;
}

.details-box02 th {
	border: 1px #c4a281 solid;
	background-color: #ffe7f1;
	padding: 15px 15px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	width: 180px;
}

.details-box02 h3{
	background-color: #ffe7f1;
	padding: 20px;
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	border-top: 1px #c4a281 solid;
	border-left: 1px #c4a281 solid;
	border-right: 1px #c4a281 solid;
}

.details-box02 h4{
	background-color: #ffe7f1;
	padding: 20px;
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	border-left: 1px #c4a281 solid;
	border-right: 1px #c4a281 solid;
}


/* details-tit03
------------------------------*/

.details-tit03 {
	text-align: center;
	background-color: #8f82bc;
	color: #FFFFFF;
	font-size: 32px;
	padding: 20px 0;
	margin-bottom: 10px;
}

.details-box03 table {
	width: 910px;
	border: 1px #c4a281 solid;
	border-collapse: collapse;
}

.details-box03 h2{
	font-size: 24px;
	text-align: center;
	margin-top: 10px;
}

.details-box03 td {
	border: 1px #c4a281 solid;
	padding: 15px 15px;

	vertical-align: middle;
}

.details-box03 th {
	border: 1px #c4a281 solid;
	background-color: #faebf8;
	padding: 15px 15px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	width: 180px;
}

.details-box03 h3{
	background-color: #faebf8;
	padding: 20px;
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	border-top: 1px #c4a281 solid;
	border-left: 1px #c4a281 solid;
	border-right: 1px #c4a281 solid;
}

.details-box03 h4{
	background-color: #faebf8;
	padding: 20px;
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	border-left: 1px #c4a281 solid;
	border-right: 1px #c4a281 solid;
}



 /* �A�R�[�f�B�I��
 --------------------------------*/

 /*�{�b�N�X�S��*/
 .accbox {
     margin: 2em 0;
     padding: 0;
     max-width: 980px;/*�ő啝*/
 }

 /*���x��*/
 .accbox label {
     display: block;
     margin: 1.5px 0;
     padding : 13px 12px;
     color: #FFFFFF;
     font-weight: bold;
 	font-size: 1.6rem;
     background: #aa89bd;
     cursor :pointer;
     transition: all 0.5s;
 }

 /*�A�C�R����\��*/
 .accbox label:before {
     content: '\f107';
     font-family: 'FontAwesome';
     padding-right: 20px;
 	color: #FFED00;
 	font-size: 1.6em;
 }

 /*���x���z�o�[��*/
 .accbox label:hover {
     background :#9160ae;
 }

 /*�`�F�b�N�͉B��*/
 .accbox input {
     display: none;
 }

 /*���g���\���ɂ��Ă���*/
 .accbox .accshow {
     height: 0;
     padding: 0;
     overflow: hidden;
     opacity: 0;
     transition: 0.8s;
 }

 /*�N���b�N�Œ��g�\��*/
 .cssacc:checked + label + .accshow {
     height: auto;
     opacity: 1;
 }

 .accbox .accshow p {
 	margin-top: 15px;
 	margin-bottom: 15px;
 }

 /*�A�C�R�������ւ���*/
 .cssacc:checked + label:before {
     content: '\f106';
 }

 /*���j���[�̒��g*/

 .menu-tit {
 	background-color: #ae5da1;
 	color: #FFFFFF;
 	text-align: center;
 	font-size: 40px;
 	padding: 10px;
 }

 .menu-detail {
 	margin-top: 10px;
 }

 .menu-detail li:first-child{
 	float: left;
 	width: 620px;
 	margin-right: 20px;
 }

 .menu-detail li:last-child{
 	float: left;
 	width: 340px;
 }

 .menu-btn {
 	display: inline-block;
 	padding: 0.3em 1em;
 	text-decoration: none;
 	color: #ae5da1;
 	border: solid 2px #ae5da1;
 	transition: .4s;
 	box-sizing: border-box;
 	text-align: center;
 	font-size: 1.4rem;
 	border-radius: 50px;
 	font-family: 'FontAwesome';
 }

 .menu-btn span{
 	font-size: 30px;
 	font-weight: 800;
 	margin-right: 10px;
 }

 .menu-btn a{
 	text-decoration: none;
 }

 .menu-btn a:visited {
 	color: #ae5da1;
 }

 .menu-btn:hover {
 	background: #ddc8e9;
 	color: white;
 }

 /* menu-list
 --------------------------------*/
 .menu-list li:last-child {
	 margin-left: unset;
 }

 .menu-list li{
 	float: left;
 	width: 320px;
 }

 .menu-list li:nth-child(2){
 	margin-left: 10px;
 	margin-right: 10px;
 }

 /* menu01-point
 --------------------------------*/

 .menu01-point li:first-child{
 	padding-left: 285px;
 	background-image: url(../images/menu01-img02.jpg);
 	background-repeat: no-repeat;
 	height: 190px;
 }

 .menu01-point li:nth-child(2){
 	margin-top: 20px;
 	margin-bottom: 20px;
 	text-align: center;
 }


 .menu01-point li:nth-child(3){
 	padding-left: 285px;
 	background-image: url(../images/menu01-img03.jpg);
 	background-repeat: no-repeat;
 	height: 190px;
 }

 .menu01-point li:nth-child(4){
 	margin-top: 20px;
 	margin-bottom: 20px;
 	text-align: center;
 }



 .menu01-point li:last-child{
 	padding-left: 285px;
 	background-image: url(../images/menu01-img04.jpg);
 	background-repeat: no-repeat;
 	height: 190px;
 }

 .txt_red2 {
 	color: #ff4978;
 	font-weight: 700;
 	font-size: 24px;
 }

 /* menu-box
 --------------------------------*/

 .menu-box01 {
 	background-image: url(../images/snow-img09.gif) ;
 	padding-bottom: 30px;
 }

 .menu-price {
 	background-color: #FFFFFF;
 	padding: 20px;
 	box-sizing: border-box;
 }


 .menu-box02 {
 	background-image: url(../images/snow-img10.gif) ;
 	padding-top: 20px;
 	padding-bottom: 30px;
 }

 /* menu01-details
 --------------------------------*/

 .menu01-details {
 	background-color: #FFFFFF;
 	padding: 20px;
 	box-sizing: border-box;
 	margin-left: 20px;
 }

 .menu01-details p{
 	float: left;
 	width: 520px;
 	margin-right: 20px;
 }

 .menu01-details img{
 	float: left;
 	width: 356px;
 }

 .menu_01 h5{
 	background-color: #c490bf;
 	color: #FFFFFF;
 	text-align: center;
 	padding: 10px;
 	box-sizing: border-box;
 	font-size: 24px;
 }

 /* effect-tit
 --------------------------------*/

 .effect-tit {
 	font-weight: 300;
 	font-size: 28px;
 }

 .effect-tit img{
 	margin-right: 10px;
 	height: 40px;
 }


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

	2022 11 10  add

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

.pinktext {
    color: #FF066A;
    font-size: 26px;
}
/*--contactBox3--*/
.contactBox3{
 padding:20px 0px;
 border:4px solid #ffa6c3;
 border-left: none;
 border-right: none;
 background:#f9e5ec;
 text-align: center;
 width: 100%;
 /*
 -webkit-box-shadow: 0 0 5px 0 #777;
 -moz-box-shadow: 0 0 5px 0 #777;
 box-shadow: 0 0 5px 0 #777;*/
}

.contactBox3 div.telBox{
	background:url(../images/contact3_line.gif) top repeat-x;
	margin-top: 10px;
	padding-top: 13px;
	width: 980px;
}
.contactBox3 .clinicBtn{float: left; margin-right: 7px;}
.contactBox3 .mailBtn{float: left;}
.contactBox3 .telBtn{float: right;}



/* trial_box
--------------------------------*/
.trial_box{
	text-align: center;
}

/* lasertoning_box
--------------------------------*/
#lasertoning_box{
	width: 980px;
	margin: 0 auto;
	background-color: #fbecf1;
	}

.title{
	padding: 15px 0 15px 0;
	text-align: center;
}

.reasonable{
	text-align: center;
	padding: 30px;
}

.txt{
	font-size: 18px;
	padding: 0 20px 30px 20px;
}

/* medlite_box
--------------------------------*/
#medlite_box{
	width: 980px;
	margin: 0 auto;
	background-color: #fbecf1;
}

#medlite_box div{
	width: 980px;
	margin: 0 auto 0 auto;
}

#medlite_box p{
	width: 620px;
	font-size: 18px;
	line-height: 180%;
	float: left;
	margin: 20px 0 0 20px;
}

#medlite_box img{
	float: right;
	margin: 20px 40px 0 0;
}

/* activities_box
--------------------------------*/

#activities_box{
	width: 100%;
	margin: 0;
	padding: 0 auto;
}

#activities_box h3{
	width: 980px;
	margin: 20px 0 15px 40px;
	color: #ff3c6a;
	font-size: 24px;
}

#activities_box div{
	width: 980px;
	margin: 0 auto 0 auto;
}

#activities_box p{
	width: 520px;
	font-size: 18px;
	line-height: 180%;
	float: left;
	margin: 0 0 0 20px;
}

#activities_box img{
	float: left;
	margin: 0 0 50px 30px;
}


#shimi{
	width: 980px;
	margin: 0 auto;
}

#shimi img{
	text-align: center;
}

#shimi p{
	margin: 20px;
	font-size: 18px;
}



#faq{
	width: 980px;
	margin: 0 auto;
	}


.question {
    color: #ffffff;
    font-size: 20px;
    padding: 30px 10px 20px 80px;
	background: url(../images/img--question.png) no-repeat center;
	background-color: #ec6397;
	background-position: 15px 10px;
}

.answer {
    color: #363636;
    font-size: 20px;
    padding: 30px 10px 15px 80px;
	background: url(../images/img--answer.png) no-repeat center;
	background-color: #ffe5f0;
	background-position: 15px 10px;
}

#clinic_list .area .title {
	padding: 0;
}


.main-image {
	background: url(../images/main.webp) no-repeat center center;
	background-size: cover;
	height: 100%;
}
.main-image02 {
	background: url(../images02/main.webp) no-repeat center center;
	background-size: cover;
	height: 100%;
}

/* デザイン変更 */
.wrapper02 img {
	width: 100%;
}
.w1000{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.w800{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.w700{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.w600{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.w520{
	width: 520px;
	margin-left: auto;
	margin-right: auto;
}
.w500{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.w400{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.bg_white {
	background-color: #ffffff;
}
.bg_brown {
	background-color: #eae1dc;
}

.cta_wrapeer {
	text-align: center;
}
.cta_wrapeer a{
	display: block;
}

.about_wrapper {
	position: relative;
}
.menu_block .menu_list {
	display: flex;
	justify-content: space-between;
}
.menu_block .menu_list .menu_item {
	width: 480px;
}
.menu_block .menu_list .menu_item a {
	display: block;
}
.menu_block .menu_list .menu_item a img {
	width: 100%;
}

.trial_wrapper {
	position: relative;
	padding: 40px 0;
}
.trial_wrapper p.photo {
	text-align: center;
}
.trial_wrapper .inner {
	margin: -50px auto;
}

.ttl_block {
	position: relative;
}
.ttl_block .ttl{
	position: absolute;
	top: 160px;
	width: 90%;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.triangle_box {
	width: 200px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
	top: 20px;
	z-index: 2;
}

.about-detail_wrapper {
	position: relative;
	padding-top: 180px;
	padding-bottom: 50px;
}

.cta_box a {
	display: block;
}

.custom-shape-divider-top-1720165983 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
	z-index: 1;
}
.custom-shape-divider-top-1720165983 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 149px;
}
.custom-shape-divider-top-1720165983 .shape-fill {
    fill: #EAE1DC;
}

.custom-shape-divider-top-1720164861 {
	position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 20;
    transform: rotate(180deg);
}
.custom-shape-divider-top-1720164861 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 61px;
}
.custom-shape-divider-top-1720164861 .shape-fill {
    fill: #FFFFFF;
}

.qa_wrapper {
	position: relative;
}

.thought_wrapper .ttl_block {
	position: relative;
}
.thought_wrapper .ttl_block .bg_photo {
	max-height: 500px;
}
.thought_wrapper .ttl_block .ttl {
	position: absolute;
    top: 80px;
    right: 0;
    max-width: 600px;
    left: 0;
    margin: 0 auto;
}
.thought_wrapper .ttl_block .intro {
	position: absolute;
	width: 80%;
	top: 200px;
	right: 0;
	left: 0;
	margin: 0 auto;
	max-width: 550px;
}
.reason_wrapper p {
	max-width: 500px;
	position: relative;
	z-index: 3;
	margin: 0 0 45px auto;
}
.reason_wrapper p:nth-child(even) {
	margin: 0 auto 30px 0;
}

.reason_wrapper .txt {
	position: relative;
	box-sizing: border-box;
	z-index: 3;
}
.reason_wrapper .bg_photo {
	position: absolute;
    top: -25px;
	z-index: 1;
	max-width: 420px;
	opacity: 0.7;
}
.reason_wrapper p:nth-child(even) .bg_photo {
	left: -70px;
}
.reason_wrapper p:nth-child(odd) .bg_photo {
	right: -70px;
}

.promise_wrapper .ttl_block {
	position: relative;
	height: 500px;
	background: url(../images02/bg_ttl.webp) no-repeat top -70px center;
	background-size: cover;
}
.promise_wrapper .ttl_block .ttl {
	position: absolute;
    width: 500px;
    height: 65px;
    inset: 0;
	margin: auto;
}
.promise_wrapper .ttl_block .custom-shape-divider-top-1720164861 {
	bottom: 0;
}

/* fade-up */
.fade-up{
    opacity: 0;
    transition: opacity 1.15s ease-in-out;
}
.fade-in-up{
    opacity: 0;
    transform: translateY(20px);
    transition: transform 1s ease-in-out, opacity 1.3s ease-in-out;
}
.fade-up02 {
    transform: translateY(20px);
    transition: transform 1.15s ease-in-out;
}

.cta_inner,
.tel_inner{
    position: relative;
}
.cta_inner {
    animation: cta 0.7s ease-in-out 0s infinite alternate;
    transform-origin:center;
}


/* anime */ 
@keyframes cta {
	from {
	transform: scale(0.9,0.9);
	}
	to {
	transform: scale(1,1);
	}
}
@keyframes marquee {
	from { transform: translateY(0); }
	to { transform: translateY(-100%); }
}

#clinic_list .select .ceef img {
	width: auto;
}