body{
	margin: 0;
	padding: 0;
}
*{
	font-family: 'Open Sans', Helvetica Neue, Sans-serif;
	color: #252525;
	margin: 0 auto;
	box-sizing: border-box;
}
img{
	max-width: 100%;
	height: auto;
}
.wrap{
	max-width: 1140px;
	margin: auto;	

}
.txt_center{
	text-align: center;
}
.unnder_yerow{
	background: linear-gradient(transparent 60%, #FFFF00 60%);
}
small{
	font-size: 0.75em;
}

/**/
h2{
	color: #595857;
	border-bottom: solid #595857 1px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 19px;
	margin-bottom: 18px;
}
h3{
	letter-spacing: 1.25px;
	text-align: center;
	color: #de005b;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}
h4{
	letter-spacing: 0.75px;
	text-align: center;
	color: #de005b;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
h5{
	letter-spacing: 0.55px;
	font-size: 18px; 
	font-weight: bold;
	color:#545454;
}
/*ヘッダー*/
header{
	margin: 0;
	background: #fff;
	width: 100%;
	padding: 10px 20px;
	width: 100%;
	display: block;
	max-height: 75px;
}
header #logo{
	display: block;
	margin: 0;
}
header #logo img {
    max-height: 55px;
}
/*メインイメージ*/
#main_img_wrap{
    background-image : url(img/main_back.png);
    background-position: top center;
    background-attachment: fixed;
    background-size: auto 100%;
    padding-top:0px;
	width: 100%;
}
#main_img_wrap .main_img{
	max-width: 1140px;
	text-align: center;
	margin: auto;
} 
/*メインイメージ*/
#firstlimited{
	position: relative;
	width: 100%;
	padding: 80px 20px;
}
#firstlimited::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0 ;
	left: 0 ;
	background-image:url("https://ai-medical.co.jp/ad/tanikyu/wp-content/uploads/2019/06/987482b7eb67c283f65fbb64ad96e527.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.25; 
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	background-attachment:fixed;
	z-index: -5;
}
.star_wrap{
	display: inline-block;
	margin:10px auto 15px;
}
.fa-star{
	color: #f0ad4e;
	font-size: 30px;
}
#firstlimited .fl_explanation_wrap{
	overflow: hidden;
	display: block;
}
#firstlimited .fl_explanation,
#firstlimited .fl_explanation_image{
	float: left;
	width: 50%;
}
#firstlimited .fl_explanation{
	padding: 30px 30px;
}
#firstlimited .fl_explanation h5{
	margin-bottom: 5px;
}
#firstlimited .fl_explanation p{
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 26px;
}
#firstlimited .fl_explanation p b{
	font-size: 15px;
	font-family: "Roboto", Sans-serif;
}
#firstlimited .rink_wrap{
	text-align: center;
}
#firstlimited .rink_wrap .rink_btn{
	margin: 30px auto 0;
	display: inline-block;
	width: auto;
	height: auto;
	letter-spacing: 2px;
	border-radius: 50px;
	border:solid 3px #de005b;
	background-color: #fff;
	font-size: 15px;
	padding: 12px 24px;
	font-weight: 500;
	text-decoration: none;
}
#firstlimited .rink_wrap .rink_btn i.fa{
	margin-left: 10px;
}

/**/

#flow{
	padding: 50px;
}
#flow .flow_wrap .flow_image{
	width: 100%;
	text-align: center;
	display: block;
	border-bottom:solid #de005b 1px;
	padding-bottom: 10px;
}
#flow .flow_wrap .flow_image figure{
	max-width: 300px;
	margin:0 auto;
}
#flow .flow_wrap .flow_image span{
	color: #de005b;
}
.flow_wrap p{
	margin: 20px 10px 20px 10px;
	font-size: 15px;
}
/**/
#access{
	margin-bottom: 35px;
}
.about_info{
	margin: 25px 32px 16px;
	padding: 8px 8px 8px;
	position: relative;
	border: 2px solid #de005b;
	border-radius: 8px;
}
.about_info span{
	position: absolute;
	top: -13px;
	background: #fff;
	color: #de005b;
	font-weight: bold;
	font-size: 16px;
	padding: 0 8px;
}
.about_info p{
	margin: 8px 10px 0;
	line-height: 1.75em;
}

/**/

#popup{
	background-color: #f3f1ebe6;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	display: block;
}

.pc_popup_inner{
	overflow: hidden;
	max-width: 980px;
	margin: auto;
	min-height: 80px;
	padding: 17px 0;
}
#popup .btn{
	width: 50%;
	float: left;
	text-align: center;
}
#popup .btn.tel_btn span{
	color: #ff0749;
	font-size: 28px;
	line-height: 26px;
	font-weight: bold;
}
#popup .btn.tel_btn small{
	font-size: 13px;
	color: #424242;

}
#popup .btn.mail_btn a{
	padding: 10px 20px;
	border-radius: 50px;
	display: inline-block;
	margin: auto;
	color: #fff;
	height: 46px;
	width: 240px;
	font-weight: bold;
	text-decoration: none;
	background: #ff0749;
	background: linear-gradient(45deg, #ff0749 0%, #ff675f 100%);
}

.footer-popup {
    position: fixed;
    left: -10.41666666%;
    bottom: 0;
    width: 100%;
}

.footer-popup ul {
    width: 110.41666666%;
    display: table;
    table-layout: fixed;
}

.footer-popup ul li {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
}

.footer-popup ul li a {
    display: block;
     background-color: #ff3300;
}

.footer-popup ul li:first-of-type a {
    background-color: #459ed9;
}

.footer-popup ul li:last-of-type a {
    background-color: #5bd45b;
}

.footer-popup ul li a img {
    margin: auto;
}
	.wrap center img{
	margin-bottom:20px;	
	}	
/**/
@media screen and (max-width: 768px){
  .pc{
    display: none !important;
  }
  #main_img_wrap{
   	background-image : url(img/main-sp-back.png);
  }
  #firstlimited .fl_explanation,
  #firstlimited .fl_explanation_image{
  	width: 100%;
  }
  
  .g_map iframe {
  margin-bottom: 11.71875%;
}
.txt_center{
	text-align:left;
}	
.txt_center br{
	display:none;
}
#firstlimited .fl_explanation {
    padding: 30px 0px;
}
	.fl_explanation h5 br{
		display:none;
	}
	.wrap center img{
	margin-bottom:20px;	
	}	
}
@media screen and (min-width: 769px){
  .sp{
    display: none !important;
  }
}