@charset "utf-8";
/*=======================================================
	style
=======================================================*/
#elice_shoujou * {
	box-sizing: border-box;
}
#elice_shoujou .txtCenter {
	text-align: center;
}
#elice_shoujou .only_smp {
	display: none;
}

.mt_10 { margin-top: 10px; }
.mt_20 { margin-top: 20px; }
.mt_30 { margin-top: 30px; }
.mt_40 { margin-top: 40px; }
.mt_50 { margin-top: 50px; }
.mt_60 { margin-top: 60px; }
.mt_70 { margin-top: 70px; }
.mt_80 { margin-top: 80px; }

/* メインビジュアル */
#elice_shoujou .mv {
	width: 100%;

	text-align: center;
}
#elice_shoujou .mv_read {
	width: 1000px;
	margin: 40px auto 20px;
	text-align: center;
}
#elice_shoujou .mv_txt {
	width: 800px;
	margin: 40px auto 0 auto;
	font-size: 20px;
	line-height: 1.8;
	text-align: center;
	color: #423488;
}

#elice_shoujou .menu {
	width: 800px;
 	margin: 40px auto;
	text-align: center;
}
#elice_shoujou .menu_Box {
	display: flex;
	overflow: hidden;
}
#elice_shoujou .menu_Box .list {
	width: 240px;
	height: 120px;
	text-align: center;
	border: 2px #c3b274 solid;
	border-radius: 20px;
	background: #e2f1f1;
	margin: 40px 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.8;
	padding: 30px 20px 20px;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	position: relative;
}
#elice_shoujou .menu_Box .list .num {
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
}
#elice_shoujou .menu_Box .middle {
	margin: 40px;
}
#elice_shoujou .menu_Box .list a {color: #000000;}
#elice_shoujou .menu_Box .list a:hover {color: #000000;}
#elice_shoujou .menu_Box .list a:visited {color: #000000;}

#elice_shoujou .main_conts {
	width: 1000px;
	margin: 0 auto;
	background: #67b5b7;
	border-top: 8px #c3b274 solid;
	border-bottom: 8px #c3b274 solid;
	padding: 30px 0 50px 0;
}
#elice_shoujou .main_conts_middle {
	width: 1000px;
	margin: 60px auto;
	background: #67b5b7;
	border-top: 8px #c3b274 solid;
	border-bottom: 8px #c3b274 solid;
	padding: 30px 0 50px 0;
}
#elice_shoujou .main_conts,.main_conts_middle h2 { text-align: center;}

#elice_shoujou .cont_Box {
	display: flex;
	width: 900px;
	margin: 20px auto 0;
	border: 3px #c3b274 solid;
	border-radius: 20px;
	background: #ffffff;
	box-sizing: border-box;
	padding: 20px 0;
}
#elice_shoujou .cont_Box .cont_Img {
	width: 320px;
	text-align: center;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#elice_shoujou .cont_Box .cont_txt {
	width: 560px;
	margin-left: 20px;
	padding: 20px 40px 20px 20px;
	text-align: left;
}
#elice_shoujou .cont_Box .cont_txt h3 {
	font-size: 20px;
	color: #df0074;
	line-height: 1.8;
	font-weight: normal;
}
#elice_shoujou .cont_Box .cont_txt p {
	margin-top: 20px;
	line-height: 160%;
}
#elice_shoujou .cont_Box .cont_txt ul.sq {
	list-style: none;
	margin: 20px 0 30px;
}
#elice_shoujou .cont_Box .cont_txt ul.sq li {
	background: url("../img/conts_li_sq.png") no-repeat 0 -2px;
	padding-left: 30px;
	margin: 5px 0;
}
#elice_shoujou .cont_Box .cont_txt ul.dot {
	width: 95%;
	list-style: none;
	margin: 20px 0 30px; 
}
#elice_shoujou .cont_Box .cont_txt ul.dot li {
	background: url("../img/conts_li_dot.png") no-repeat 0 -3px;
	padding-left: 30px;
	margin: 5px 0;
}
#elice_shoujou .notes {
	font-size: 80%;
	margin-top: 20px;
}
#elice_shoujou .kiji_link {
	width: 900px;
	color: #ffffff;
	margin: 20px auto 0;
	text-align: left;
}
#elice_shoujou .kiji_link p {
	margin-bottom: 5px;
}
#elice_shoujou .kiji_link span {
	font-size: 20px;
}
#elice_shoujou .kiji_link a { color: #ffffff; text-decoration: underline; }
#elice_shoujou .kiji_link a:hover { color: #ffffff; }
#elice_shoujou .kiji_link a:visited { color: #ffffff; }


#elice_shoujou .ossm_conts {
	width: 1000px;
	margin: 80px auto;
}
#elice_shoujou .ossm_conts p {
	text-align: center;
}
#elice_shoujou .ossm_conts h3 {
	margin: 40px auto 0;
}
#elice_shoujou .ossm_conts h4 {
	width: 100%;
	text-align: center;
	margin: 50px auto 40px;
}
#elice_shoujou .ossm_item {
	margin: 60px auto 40px;
	text-align: center;
}
#elice_shoujou .ossm_conts .ossm_Box {
	display: flex;
	width: 100%;
	overflow: auto;
}
#elice_shoujou .ossm_conts .ossm_Box .ossm_desc {
	width: 50%;
	padding: 20px;
}
#elice_shoujou .ossm_conts .ossm_Box p {
	margin: 20px 0;
	text-align: left;
}
#elice_shoujou .ossm_conts .ossm_tt {
	font-size: 20px;
	color: #df0074;
	text-align: left;
}

#elice_shoujou .kckm_conts {
	width: 1000px;
	margin: 0 auto;
	background: #67b5b7;
	padding: 50px 0 50px 0;
}
#elice_shoujou .kckm_conts h2 {
	width: 100%;
	text-align: center;
}
#elice_shoujou .kckm_conts .notes {
	font-size: 80%;
	text-align: center;
	margin: 20px auto 40px;
}

#elice_shoujou .kckm_conts .kuchi_Cover {
	display: flex;
	flex-wrap: wrap;
	width: 900px;
	margin: 0 auto;
}
#elice_shoujou .kckm_conts .kuchi_Cover .kuchi_Box {
	display: flex;
	width: 50%;
}
#elice_shoujou .kckm_conts .kuchi_Cover .kuchi_Box .k_img {
	width: 100px;
	margin-right: 0;
	text-align: center;
	margin-top: 40px; 
}

#elice_shoujou .kckm_conts .kuchi_Cover .kuchi_Box .k_txt {
	width: 350px;
}
#elice_shoujou .balloon1 {
	position: relative;
	display: inline-block;
	margin: 1.5em 0 1.5em 15px;
	padding: 15px;
	min-width: 120px;
	max-width: 90%;
	color: #555;
	font-size: 14px;
	background: #FFF;
	border: solid 1px #555;
	box-sizing: border-box;
	border-radius: 20px;
}
#elice_shoujou .balloon1:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border-top: 12px solid transparent;
	border-left: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 20px solid #FFF;
	z-index: 2;
}
#elice_shoujou .balloon1:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -32px;
	margin-top: -15px;
	border: 12px solid transparent;
	border-left: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 20px solid #555;
	z-index: 1;
}
#elice_shoujou .balloon1 p {
  margin: 0;
  padding: 0;
}

#elice_shoujou .bnr_area_page {
	width: 1000px;
	margin: 80px auto;
	text-align: center;
}
#elice_shoujou .bnr_area_buy {
	width: 1000px;
	margin: 40px auto;
	text-align: center;
}

#elice_shoujou .dr_area {
	width: 1000px;
	margin: 0 auto 100px;
	padding: 40px 0;
	background: #c8e9e3;
}
#elice_shoujou .dr_area .profile_Box {
	display: flex;
	overflow: auto;
	width: 800px;
	margin: 0 auto;
}
#elice_shoujou .dr_area .profile_Box .pr_img {
	width: 200px;
}
#elice_shoujou .dr_area .profile_Box .pr_name {
	width: 560px;
	font-size: 140%;
	font-weight: bold;
	margin-left: 40px;
	padding-top: 20px;
}
#elice_shoujou .dr_area .profile_Box .pr_name span {
	font-size: 160%;
}
#elice_shoujou .dr_area .pr_txt {
	font-weight: normal;
	font-size: 16px;
	line-height: 180%;
	margin: 40px auto 0;
}
#elice_shoujou .dr_area .clinic_link {
	margin: 40px 0 0 0;
	text-align: center
}


/* ===========================================
	モーダル
=========================================== */
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
}
.modal__bg{
    background: rgba(201,241,251,0.9);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    max-width:900px;
}
.modal .link{
  background-color: #fff;
  margin:0 auto;
  padding:5%;
  border:2px solid #71d5ee; 
  text-align: center;
}
.modal .link a{display: inline-block;margin-bottom:1%;}
.modal .close-btn{
  width:200px;
  color:#1da1f3;
  padding:1.5%;
  border:1px solid #71d5ee; 
  font-size:18px;
  border-radius:5px;
  background:url(/elis/asamade/moyamoya/img/icon_close.png) no-repeat;
  background-position: 90% center;
  background-size: 15px;
  margin-top:2%;
}




/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media screen and (min-width: 768px){
  #elice_shoujou .smp{display:none!important;}
}
/* スマホ----------------------------- */
@media screen and (max-width: 767px){
	#brand_wrap.brand_wrap_btm{padding-bottom: 40px;}
	#elice_shoujou .pc{display:none!important;}
	#elice_shoujou { width: 100%; margin: 0 auto;}

#elice_shoujou img {
	max-width: 100%;
	height: auto;
}
#elice_shoujou .only_pc {
	display: none;
}
#elice_shoujou .only_smp {
	display: block;
}
#elice_shoujou .mv_read {
	width: 100%;
}
#elice_shoujou .mv_txt {
	width: 90%;
	margin: 40px auto 0 auto;
	font-size: 20px;
	line-height: 1.4;
	text-align: left;
	color: #423488;
}
#elice_shoujou .menu {
	width: 100%;
 	margin: 20px auto;
 	padding: 20px 0;
}
#elice_shoujou .menu_Box {
	width: 100%;
	margin: 0 auto;
	display: block;
}

#elice_shoujou .menu_Box .list {
	width: 92%;
	height: 80px;
	border: 2px #c3b274 solid;
	border-radius: 20px;
	background: #e2f1f1;
	margin: 20px auto;
	font-size: 18px;
	line-height: 140%;
	padding: 10px 20px 10px 40px;
	text-align: left;
	-webkit-justify-content: normal; 
	justify-content: normal;
	position: relative;
}
#elice_shoujou .menu_Box .list .num {
	max-width: 50px;
	position: absolute;
	top: 15%;
	bottom: 0;
	left: -96%;
	margin: auto;
	z-index: 999;
}
	
#elice_shoujou .main_conts {
	width: 100%;
	margin: 0 auto;
	background: #67b5b7;
	border-top: 8px #c3b274 solid;
	border-bottom: 8px #c3b274 solid;
	padding: 30px 0 50px 0;
	text-align: center;
}
#elice_shoujou .main_conts_middle {
	width: 100%;
	margin: 60px auto;
	background: #67b5b7;
	border-top: 8px #c3b274 solid;
	border-bottom: 8px #c3b274 solid;
	padding: 30px 0 50px 0;
	text-align: center;
}
#elice_shoujou .cont_Box {
	width: 90%;
	display: block;
	margin: 20px auto 0;
	border: 3px #c3b274 solid;
	border-radius: 20px;
	background: #ffffff;
	box-sizing: border-box;
	padding: 20px 0;
}
#elice_shoujou .cont_Box .cont_Img {
	width: 80%;
	text-align: center;
	margin: 0 auto;
}
#elice_shoujou .cont_Box .cont_txt {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
}	
#elice_shoujou .kiji_link {
	width: 90%;
	color: #ffffff;
	margin: 20px auto 0;
	text-align: left;
}	
		
#elice_shoujou .ossm_conts {
	width: 100%;
	margin: 80px auto 60px;
}
#elice_shoujou .ossm_conts h4 {
	width: 100%;
	text-align: center;
	margin: 50px auto 20px;
}
#elice_shoujou .ossm_conts .item_img img {
	width: 60%;
}
#elice_shoujou .ossm_conts .ossm_Box {
	display: block;
	width: 90%;
	overflow: auto;
	margin: 0 auto;
}
#elice_shoujou .ossm_conts .ossm_Box .ossm_desc {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}
	
#elice_shoujou .kckm_conts {
	width: 100%;
	margin: 0 auto;
	background: #67b5b7;
	padding: 50px 0 50px 0;
}
#elice_shoujou .kckm_conts h2 {
	width: 95%;
	margin: 0 auto;
	text-align: left;
}	
#elice_shoujou .kckm_conts .kuchi_Cover {
	width: 90%;
	margin: 0 auto;
}
#elice_shoujou .kckm_conts .kuchi_Cover .kuchi_Box {
	display: flex;
	width: 100%;
	margin: 0 auto;
}
#elice_shoujou .kckm_conts .kuchi_Cover .kuchi_Box .k_img {
	width: 20%;
	margin-right: 0;
	text-align: center;
	margin-top: 40px; 
}

#elice_shoujou .kckm_conts .kuchi_Cover .kuchi_Box .k_txt {
	width: 80%;
}
#elice_shoujou .balloon1 {
	position: relative;
	display: inline-block;
	margin: 1.5em 0 1.5em 15px;
	padding: 15px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 14px;
	background: #FFF;
	border: solid 1px #555;
	box-sizing: border-box;
	border-radius: 20px;
}
#elice_shoujou .balloon1:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border-top: 12px solid transparent;
	border-left: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 20px solid #FFF;
	z-index: 2;
}
#elice_shoujou .balloon1:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -32px;
	margin-top: -15px;
	border: 12px solid transparent;
	border-left: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 20px solid #555;
	z-index: 1;
}
	
#elice_shoujou .dr_area {
	width: 100%;
	margin: 0 auto 40px;
	background: #c8e9e3;
}
#elice_shoujou .dr_area .profile_Box {
	display: block;
	width: 90%;
	margin: 0 auto;
}
#elice_shoujou .dr_area .profile_Box .pr_img {
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
}
#elice_shoujou .dr_area .profile_Box .pr_name {
	width: 90%;
	margin: 0 auto;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
}
#elice_shoujou .dr_area .pr_txt {
	width: 100%;
	font-weight: normal;
	font-size: 16px;
	line-height: 180%;
	text-align: left;
}

	
#elice_shoujou .bnr_area_page {
	width: 98%;
	margin: 40px auto;
	text-align: center;
}
#elice_shoujou .bnr_area_buy {
	width: 95%;
	margin: 40px auto 80px;
	text-align: center;
}

	
}
