/***********************************

home.css 

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

/* font */
@font-face {
    font-family: 'GENJ';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/GenJyuuGothic-Medium.eot');
    src: url('../fonts/GenJyuuGothic-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GenJyuuGothic-Medium.ttf') format('truetype'),
    url('../fonts/GenJyuuGothic-Medium.woff') format('woff');
	
}
@import url('https://fonts.googleapis.com/css?family=Roboto:500i&display=swap');
/*@import url('https://fonts.googleapis.com/css?family=Roboto:500i&display=swap');*/

/*font-family: 'Roboto', sans-serif;*/

.hidden{
	display: none;
}

a.link-btn{
	display: block;
	box-sizing: border-box;
}

/* main */
.main {
/*	background: #ec6d7b;*/
	margin-top: -70px;
}

.inner{
	padding: .6em 0;
}

.gnavi{
	display: none;
}


.content .inner{
	background: none;
}

/*
.content h1.en{
	color: #000;
}
*/
@media screen and (max-width:639px) {
	.content h2.ja span{
		letter-spacing: 0;
	}
}
.content h2.ja{
	width: 10em;
/*	width: 80%;*/
	font-size: 2.0rem;
	font-weight: normal;
	text-align: center;
/*	color: #be5faa;*/
	color: #000;
	margin: 20px auto;
	padding: 20px 0;
	/*	border-bottom: 1px solid #be5faa;*/
/*	border-image:url(/images/home_h1_border@2x.png);*/
	border-image-slice:33.333%;
	border-image-width:5;
	/*	border-image-outset:5px;*/
	/*	border-image-repeat:repeat;*/
	border-style:solid;
	border-width:5px;
}
.content h2.en{
	font-family: 'Roboto', sans-serif;
/*	font-size: 6.0rem;*/
	font-size: 3.0rem; /*sp*/
	font-style: italic;
	/*	font-weight: 500;*/
	/*	font-weight: bold;*/
	text-align: center;
	color: #000;
	margin: 20px auto;
}
.content .detail-link{
	display: block;
	box-sizing: border-box;
	background: #be5faa;
	color: #fff;
	border-radius: 30px;
	height: 60px;
/*	width: 40%; sp*/
	padding-top: 20px;
	margin: 10px auto 20px;
	font-size: 2.0rem;
	line-height: 1em;
	text-align: center;
}

/* ========================= content1 タイトル　========================= */
.content1{}
.content1{
	position: relative;
	margin-top: 30px;
/*	height: 450px;*/
/*	border: 1px solid #f0f;*/
	max-height: 550px;
}
.content1 .bg-inner{
	background: url(/images/home_title_bg.png?1) no-repeat;	/*sp*/
	background-size: cover;
	background-position: top 0 left 0;	/*sp*/
/*	height: 495px;*/
	height: 250px;
	z-index: 50;
	max-width: 1200px;
}
.content1 .inner{
	max-width: 980px;
	margin: auto;
/*	padding: 50px 1em;*/
	padding: 20px 1em;
}

.content1 h2{
	margin-top: 10px;	/*sp*/
	width: 180px;	/*sp*/
	float: right;	/*sp*/
}

.caution{
    text-align: center;
    color: aliceblue;
    font-size: 120%;
}

/* ========================= content2 治療内容　========================= */
.content2{}
.content2{
	margin-top: -5%;
	margin-bottom: 0;
/*	background: #000;*/
}
.content2 .bg-inner{
	background: #000;
	padding-top: 5%;
/*	padding-bottom: 150px;*/
	padding-bottom: 50px;/*sp*/
}
.content2 h2.ja{
/*	color: #be5faa;*/
}
.content2 h2.en{
	color: #fff;
}
.h2_small{
	font-size: 65%;
}

.link-boxies{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-around;
}
.link-box{
/*	height: 200px;*/
/*	background-color: #555;*/
	padding: 40px 20px;/*sp*/
/*	margin: 20px;*/
/*	float: left;*/
	background: #be5faa;
	margin: 1.25%;
}
.link-box h3{
	color: #fff;
	margin-top: 15px;
	line-height: 1em;
	font-weight: normal;
}
.link-boxies link-box:nth-child(2),
.link-boxies link-box:nth-child(6){
}




/*
.btn_surgery{
	width: 47.5%;
	background-color: #be5faa;
	background-size: 40%;
}
.btn_aging{
	width: 47.5%;
	background-color: #8f82bc;
	background-size: 40%;
}
*/

.btn_face{
	width: 47.5%;/*sp*/
	background-color: #be5faa;
	background-size: 40%;
}
.btn_body{
	width: 47.5%;/*sp*/
	background-color: #b18f81;
	background-size: 40%;
}
.btn_skin{
	width: 47.5%;/*sp*/
	background-color: #b18f81;
	background-size: 40%;
}
.btn_other{
	width: 47.5%;/*sp*/
	background-color: #8f82bc;
	background-size: 40%;
}


.btn_all-operation{
/*	width: 47.5%;*/
	width: 100%;
/*	background-color: #8f82bc;*/
	background-color: #be5faa;
/*	background-size: 40%;*/
	background-size: 20%;
}
.btn_all-price{
	width: 47.5%;
	background-color: #b18f81;
	background-size: 40%;/*sp*/
}

.borderTypeA{
	/*	background-size: 20%;*/
	background-image:
		url(/images/border-a_top-left.svg),
		url(/images/border-a_top-right.svg),
		url(/images/border-a_bottom-left.svg),
		url(/images/border-a_bottom-right.svg);
	background-repeat:
		no-repeat,
		no-repeat,
		no-repeat,
		no-repeat;
	background-position: 
		top 10px left 10px,
		top 10px right 10px,
		bottom 10px left 10px,
		bottom 10px right 10px;
}
.borderTypeA2{
	/*	background-size: 20%;*/
	background-image:
		url(/images/border-a_top-right.svg),
		url(/images/border-a_bottom-left.svg);
	background-repeat:
		no-repeat,
		no-repeat;
	background-position:
		top 10px right 10px,
		bottom 10px left 10px;
}
.borderTypeB{
	/*	background-size: 15%;*/
	background-image:
		url(/images/border-b_top-left.svg),
		url(/images/border-b_top-right.svg),
		url(/images/border-b_bottom-left.svg),
		url(/images/border-b_bottom-right.svg);
	background-repeat:
		no-repeat,
		no-repeat,
		no-repeat,
		no-repeat;
	background-position:
		top 10px left 10px,
		top 10px right 10px,
		bottom 10px left 10px,
		bottom 10px right 10px;
}


[class^="icon_"]{
	display: block;
	margin: 0 auto 20px;
	width: 50px;
	height: 50px;
	background-image: url(/images/home_icons@2x.png);
	background-repeat: no-repeat;
	background-position: -100px 0px;
	background-size: 600%;
}
.icon_a{	background-position:    0px 0px;}
.icon_b{	background-position:  -50px 0px;}
.icon_c{	background-position: -100px 0px;}
.icon_d{	background-position: -150px 0px;}
.icon_e{	background-position: -200px 0px;}
.icon_f{	background-position: -250px 0px;}

/* ========================= content3 モニター募集　========================= */
.content3{
	
}
.content3{
/*	margin-top: -100px;*/
	margin-top: 50px;/*sp*/
	background: none;
}
.content3 .bg-inner{
	background: none;
	max-width: 1200px;
	margin: auto;
/*	height: 289px;*/
	height: 250px;/*sp*/
/*	border: 1px solid #faa;*/
	background-image: url(/images/wanted.png?1);
	background-repeat: no-repeat;
	background-size: cover;
/*	background-position: top 0 left -170px;*/
	background-position: top 0 left -750px;/*sp*/
	padding: 0;
}
.content3 .inner{/*sp*/
/*	width: 60%;*/
	width: 70%;/*sp*/
	float: right;
}
.content3 h2.ja{
	color: #555;
}

/* ========================= content4 オススメ治療　カルーセル　========================= */
.content4{
	
}
.content4{
/*	margin-top: 150px;*/
	margin-top: 50px;/*sp*/
}
.content4 .bg-inner{/*sp*/
	background: #efefef;
	padding-bottom: 50px;
}
.content4 ul.slider{
	overflow: hidden;
	margin-top: 1em;
}
.content4 li{
	float: left;
	margin: 0;
	padding: 0;
/*	width:33.3%;*/
}
.content4 li img{
	width:100%;
}

/* ========================= content5 ユリシスのこだわり　女性医師　========================= */
.content5{}
.content5{
	background: #dddddd;
/*	padding: 80px 0;*/
	padding: 0px 0;/*sp*/
}
.content5 .bg-inner{
	background: #fff;
	background-image: url(/images/ulysses-shop.png);
	background-repeat: no-repeat;
	background-position: top 0px left 0;/*sp*/
	background-size: 100%;
}
/* ====== content5 section1 ======= */
.content5 .section1{
/*	border: 1px solid #000;*/
	background: #000;
	padding: 20px;
	width: 80%;	/*sp*/
	margin-right: 0;
}
.content5 .bg-inner{
	padding-top: 150px;	/*sp*/

}
.content5 .section1 h2.ja{
	color: #be5faa;
}
.content5 .section1 h2.en{
	color: #fff;
}
/* ====== content5 section2 ======= */
.content5 .section2{
/*	margin-top: 200px; sp*/
	max-width: 600px;
/*	background: #fff;*/
	background: #f2f2f2;/*sp*/
	border: 1px solid #eee;
/*	padding: 30px;*/
	padding: 10px;/*sp*/
}
.content5 .section2 h2{
	border: none;
	width: 100%;
	margin: 0;
}
.content5 .section2 .col1{
/*	float: right;*/
/*	width: 60%;*/
}
.content5 .section2 .col2{
/*	float: left;*/
/*	width: 40%;*/
	text-align: center;
}
.content5 .section2 img{
	display: inline;
	width: 150px;
	height: 150px;
	border-radius: 150px;
}
.content5 .detail-link{
	width: 70%;
/*	min-resolution: res;n-width: 250px;*/
/*	sp*/
}

/* ========================= content6 インスタ　========================= */
.content6{}
.content6{
/*	border: 1px solid #f00;*/
}
.content6 .inner{
	max-width: 630px;
	margin: auto;
/*	background: #faa;*/
	padding: 0 0 100px;
}
.content6 ul{
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
}
.content6 li{
	max-width: 200px;
	max-height: 200px;
	margin: 5px;
	width: 45%;
} 
.content6 li img{
	width: 100%;
	object-fit: cover;
}
/* ========================= content6 LINE　========================= */	
.content6 p.line_txt{
	display: block;
	margin: auto;
	text-align: center;		
	font-weight: 700;
	font-size: 1.5em;
	margin-bottom: 30px;
	}	

	.content6 .qr{
  max-width: 100%;
  background-color: #ffffff;
  margin: 0 auto;
	}	



/* ========================= content7 カレンダー　========================= */
.content7{}
.content7 .inner{
	padding: 10px;/*sp*/
	background: #eee;
}



/* ========================= content8　アクセス　 ========================= */
.content8{}
.content8 .inner{
/*	padding: 50px;*/
	padding: 10px;/*sp*/
	background: #fff;
}
.content8 .map_outer{
	max-width: 900px;
	margin: 0 auto;
}
.content8 p{
	text-align: center;
	margin: 1em auto;
}
.content8 .catch{
	margin-top: 2em;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: .1em;
}
.content8 .catch strong{
	font-size: 28px;
}
.content8 .access{
	color: #8f82bc;
	padding: 1em;
	border-top: 1px dotted #555;
	border-bottom: 1px dotted #555;
	margin: 1em auto;
	max-width: 600px;
}
.content8 .address{
	font-size: 16px;
}


/* ========================= content9 ドクター紹介　========================= */
.content9{}
.content9 .inner{
	padding: 10px;/*sp*/
	background: #eee;
}
.content9 .profile,
.content9 .career{
	max-width: 450px;
/*	margin: 50px auto;*/
	margin: 20px auto;/*sp*/
	overflow: hidden;
	font-size: 14px;
}
@media screen and (max-width:374px) {
	.content9 .profile,
	.content9 .career{
		font-size: 12px;
	}
}

.content9 .col1{
	float: right;
/*	width: 45%;*/
	width: 60%;/*sp*/
}
.content9 .col2{
	float: left;
/*	width: 45%;*/
	width: 35%;/*sp*/
	height: 150px;
	overflow: hidden;
}
.content9 h3{
	text-align: left;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #333;
}
.content9 .name{
	font-size: 21px;
}
.content9 .yomi{
	display: block;
	font-size: 1.6rem;
}
.content9 img{
	width: 100%;
}
.content9 .no-border{
	width: 100%;
/*	border-collapse: collapse;*/
}
.no-border th,
.no-border td{
	border: none;
}
.no-border th{
	width: 35%;
	text-align: left;
	color: #8f82bc;
	vertical-align: top;
	padding-left: 0;
}
.no-border th:before{
	content: "●";
}
.no-border td{
	width: 65%;
	padding-left: 0;/*sp*/
	padding-right: 0;/*sp*/
}

/* ========================= content10 コンタクト　========================= */
.content10{}
.content10 .bg-inner{
	background: url(/images/contact-borer.svg) no-repeat;
	background-position:  top 50px center;
/*	background-size: 15%;*/
	background-size: 40%;
	padding-top: 50px;
}
.content10 .inner{
	padding: 10px;/*sp*/
/*	background: #fff;*/
	text-align: center;
}
.content10 h2.ja{
	width: 10em;/*sp*/
}
.content10 .sns{
	text-align: center;
}
.content10 li{
	display: inline-block;
	font-size: 60px;
	margin: 5px;
}
.content10 a{
	color: #888;
}

.content10 .tel{
	text-align: center;
	
}
.content10 .tel img{
	display: inline-block;
	width: 100%;/*sp*/
	max-width: 400px;
	line-height: 1em;
}
.content10 .time{
	font-size: 1.6rem;
	line-height: 2em;
}
.content10 .time:before{
	content: "\A";
	white-space: pre;
}
.content10 .minors{
	text-align: center;
	font-size: 1.2rem;
	color: #f55;
}
.content10 .minors a{
	color: #00f;
/*	text-decoration: underline;*/
}
/* ========================= footer-navi フッターナビ　========================= */
.footer-navi{}
.footer-nav .footer-nav_outer{
	padding: 50px;
	background: #eee;
}

h3.treatment_content {
	font-size: 1.5em;
}
.subtit_ft{
	font-size: 1.3em;
	color: #8f82bc;
 padding-bottom: 0px;
	border-bottom: 1px solid #8f82bc;
}

