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

home_wide.css 

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



/***********************************
481px以上のときg-naviの高さ調整
************************************/
@media screen and (min-width:481px) {
	.main {
		margin-top: -30px;
	}	
}


/***********************************
640px以上でPC用
************************************/
@media screen and (min-width:640px) {

	.gnavi{
		display: block;
	}
	
	
	
	
	

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

.content .inner{
	background: none;
}

.content h2.en{
	color: #000;
}
.content h2.ja{
	width: 10em;
	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-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%;
	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;*/
	margin-top: 75px;
/*	height: 450px;*/
/*	border: 1px solid #f0f;*/
	max-height: 550px;
}
.content1 .bg-inner{
	background: url(/images/home_title_bg@2x.png?1) no-repeat;
	background-size: cover;
	background-position: top 0 left -130px;
	height: 495px;
	z-index: 50;
	max-width: 1200px;
}
.content1 .inner{
	max-width: 980px;
	margin: auto;
	padding: 50px 1em;
}

.content1 h2{
	width: 280px;
	float: none;
}

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

.link-boxies{

}
.link-box{
/*	height: 200px;*/
/*	background-color: #555;*/
	padding: 60px 20px;
/*	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){
}

.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;
}

/*
.btn_surgery{
	width: 47.5%;
	background-color: #8f82bc;
	background-size: 20%;
}
.btn_aging{
	width: 47.5%;
	background-color: #be5faa;
	background-size: 20%;
}
*/
.btn_face{
	width: 22.5%;
	background-color: #b18f81;
	background-size: 40%;
}
.btn_body{
	width: 22.5%;
	background-color: #be5faa;
	background-size: 40%;
}
.btn_skin{
	width: 22.5%;
	background-color: #b18f81;
	background-size: 40%;
}
.btn_other{
	width: 22.5%;
	background-color: #8f82bc;
	background-size: 40%;
}
.btn_all-operation{
/*	width: 47.5%;*/
	width: 95%;
/*	background-color: #8f82bc;*/
	background-color: #be5faa;
/*	background-size: 20%;*/
	background-size: 10%;
}
.btn_all-price{
	width: 47.5%;
	background-color: #be5faa;
	background-size: 20%;
}

[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;}
	
.h2_small.pc_normal,
.ls05.pc_normal{
	font-size: 2.4rem;
	letter-spacing: 0;
}

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

	.content3 .inner{/*sp*/
		width: auto;
		float: none;
	}
	
.content3 h2.ja{
	color: #555;
}

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

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

	}
.content5 .section1 h2.ja{
	color: #be5faa;
}
.content5 .section1 h2.en{
	color: #fff;
}
	
	/* ========================= content5b 　女性医師　========================= */
/* ====== content5 section2 ======= */
.content5b .section2{
	margin: 80px auto 50px;
	max-width: 600px;
	background: #ddd;
	padding: 40px 30px 0px;
}
.content5b .section2 h2{
	border: none;
	width: 100%;
	margin: 0;
}
.content5b .section2 .col1{
	float: right;
	width: 60%;
}
.content5b .section2 .col2{
	float: left;
	width: 40%;
	text-align: center;
}
.content5b .section2 img{
	display: inline;
	width: 150px;
	height: 150px;
	border-radius: 150px;
	border: 1px solid #fff;
	}
.content5b .detail-link{
	width: 70%;
	min-width: 250px;
}

/* ========================= 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;
} 
.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: 50%;
  margin: 0 auto;

	}


/* ========================= content7 カレンダー　========================= */
.content7{}
.content7 .inner{
	padding: 0 50px 50px;
	background: #eaf4fb;
}



/* ========================= content8　アクセス　 ========================= */
.content8{}
.content8 .inner{
	padding: 50px;
	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: 50px;
	background: #eee;
}
.content9 .profile,
.content9 .career{
	max-width: 450px;
	margin: 50px auto;
	overflow: hidden;
}
.content9 .col1{
	float: right;
	width: 45%;
}
.content9 .col2{
	float: left;
	width: 45%;
	height: 200px;
	overflow: hidden;
}
.content9 h3{
	text-align: left;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #333;
}
.content9 .name{
	
}
.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: 1em;/*sp*/
	padding-right: 1em;/*sp*/
}

/* ========================= content10 コンタクト　========================= */
.content10{}
.content10 .bg-inner{
	background: url(/images/contact-borer.svg) no-repeat;
	background-position:  top 50px center;
	background-size: 15%;
	padding-top: 50px;
}
.content10 .inner{
	padding: 50px;
/*	background: #fff;*/
	text-align: center;
}
.content10 h2.ja{
	width: 20em;
}
.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: 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;*/
}


.content10 .adult{
	max-width: 450px;
	margin: 50px auto;
	overflow: hidden;
}
    
/* ========================= footer-navi フッターナビ　========================= */
.footer-navi{}
.footer-nav .footer-nav_outer{
	padding: 50px;
	background: #eee;
}

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








	
	/* ========================= 改定　========================= */

	h1.ulysses{
		color: #000;
		font-size: 18px;
		text-align: left;
		padding-top: 10px;
	}
}

@media screen and (max-width:640px) {
	
	h1.ulysses {
		background: #B18F81;
		color: #fff;
		font-size: 12px;
		text-align: center;
		margin: 0;
		padding: 8px;
		position: absolute;
		width: 100%;
		top:100%;
		right:0;
		z-index: 100;
	}
}

@media screen and (min-width:960px) {
	.content1 .bg-inner{
		background-position: top right;
	}
	.content3 .bg-inner{
		background-position: top right;
	}
	
}