@charset "utf-8";
/* CSS Document */

/* ピンク　#ff5eb1 */
/* 濃いピンク　#e4007f */
/* 薄いピンク　#ffb6dc */

/*===============================================

    共通

===============================================*/

body {
	background:url(/gyne/images/contents_bg.jpg) repeat;
}
/****** wrap ******/
.wrap {
	max-width:1080px;
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
}
.ie8 .wrap{
	width:960px;
}
.wrap:after{
     content: "";
     display: block;
     clear: both;
}
/******* ヘッダー *******/
.header_inner {
	width:100%;
	height:70px;
	padding:8px 0 8px 0;
	background-color:rgba(255,255,255,0.8);
	z-index:2;
	border-bottom:1px solid #ccc;
}
.ie8 .header_inner {
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);/*IE8以下用*/
}
#header h1{
	display: inline-block;
	*display:inline;
	*zoom:1;
	vertical-align: top;
	width: 270px;
	height: 70px;
	background: url(/gyne/images/logo.png) no-repeat;
	background-size: cover;
	text-indent: -9999px;
}
#g_nav_sp{
	display:none;
}
#header nav{
	width:680px;
	width:70.8333333%;
	float:right;
}
#header nav ul{
	text-align:right;
}
#header nav li{	
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size:0.9em;
	font-weight:bold;
	letter-spacing:0.08em;
	vertical-align:top;
	margin:24px 0 0 30px;
}
#header nav li:first-child{
	margin-left:0;
}
#header nav li a{
	color:#333;
	display:block;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
#header nav li a:hover{
	color:#aaa;
}
#header nav li a:active{
	background-color:#FFF;
}
#header nav li a:after{
	content:"";
	display:block;
	width:100%;
	height:2px;
	background-color:#ff5eb1;
	transform:scale(0,1);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#header nav li a:hover:after{
	transform:scale(1,1);
}
/******* 下部ナビ *******/
.btm_nav ul {
	width:100%;
	height:auto;
}
.btm_nav ul li {
	width:32%;
	height:auto;
	margin:0 2% 20px 0;
	float:left;
	box-sizing:border-box;
	border:5px solid #ff5eb1;
	position:relative;
}
.btm_nav ul li:nth-child(3n) {
	margin-right:0;
}
.ie8 .btm_nav ul > *:first-child + * + *,
.ie8 .btm_nav ul > *:first-child + * + * + * + * + * {
	margin-right:0;
}
.btm_nav ul li div {
	position: relative;
	overflow: hidden;
}
.btm_nav ul li div figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 90%;
	height: 90%;
	padding:5%;
	background: rgba(255,255,255,.7);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
.ie8 .btm_nav ul li div figcaption {
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);/*IE8以下用*/
}
.btm_nav ul li div figcaption p span {
	display:block;
	font-weight:bold;
	font-size:1.4em;
}
.btm_nav ul li:hover figcaption {
	opacity: 1;
}
.btm_nav ul li div img{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btm_nav ul li:hover div img {
	-webkit-transform: scale(1.1);
			transform: scale(1.1);
}
.btm_nav ul li .btm_nav_menu {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	padding:12px 0 7px 0;
	text-align:center;
	font-size:1.4em;
	color:#fff;
	background:#ff5eb1;
	z-index:2;
}
.btm_nav ul li .btm_nav_menu:before {
	font-size:26px;
}
.contact_area {
	margin-top:10px;
	text-align:center;
}
.contact_area .balloon-p-bottom {
  width: auto;
  padding:10px;
}
.contact_area .balloon-p-bottom p {
	line-height:1.2em;
	padding:15px;
}
.contact_area .balloon-p-bottom p:first-child {
	font-size:1.2em;
	font-weight:bold;
}
.contact_area .balloon-p-bottom p:nth-child(2),
.contact_area .balloon-p-bottom p:last-child{
	margin-bottom:10px;
	padding:0;
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.5;
}
.ie8 .contact_area .balloon-p-bottom > *:first-child + *,
.ie8 .contact_area .balloon-p-bottom > *:first-child + * + * {
	margin-bottom:10px;
	padding:0;
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.5;
}

.contact_area .balloon-p-bottom p span {
	width:100px;
}
.btn_contact {
	width:50%;
	height:auto;
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
	margin: 20px auto 70px auto;
	box-sizing:border-box;
	border:5px solid #ff5eb1;
}
.btn_contact a {
	padding:15px;
	display:block;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn_contact a:hover {
	background: rgba(255,94,177,0.4);
}
.call_img {
	width:120px;
	height:auto;
	margin: 25px auto 0 auto;
}
/******** トップへ戻る ********/
.btn_top {
	width: 100%;
	display: inline-block;
	*display:inline;
	*zoom:1;
	margin-top:50px;
	text-align:right;
}

.btn_top a {
	padding-top:50px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-weight:bold;
	color:#333;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn_top a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ff5eb1;
  transform: scale(0,1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_top a {
	background:url(/gyne/images/gotop.png) no-repeat;
	background-size:35%;
	background-position:top center;
}
.ie8 .btn_top a {
	background:url(/gyne/images/ie8gotop.png) no-repeat center 0;
}
.btn_top a:hover {
	color:#aaa;
}
.btn_top a:hover:after {
	transform: scale(1,1);
}

/******** フッター ********/
.ft_img {
	max-width:600px;
	width:100%;
	height:auto;
	margin:30px auto 0 auto;
}
#footer {
	display:block;
	border-top:5px solid #ff5eb1;
	background-color:rgba(255,255,255,0.8);
}
.ie8 #footer {
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);/*IE8以下用*/
}
#footer ul,
#footer div,
#footer p {
	text-align:center;
}
#footer ul li {
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:20px 30px 5px 0;
	color:#e4007f;
	font-size:0.9em;
}
#footer ul.ft_btn li {
	border: 1px solid #ff5eb1;
	border-radius:3px;
}
#footer ul.ft_btn li a {
	display:block;
	padding:10px 40px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#footer ul.ft_btn li a:hover {
	color:#fff;
	background:#ff5eb1;
}
#footer .ft_logo {
	width:190px;
	height:auto;
	margin: 0 auto 10px auto;
}
#copy {
	padding:10px 0 50px 0;
	color:#ccc;
	font-size:0.9em;
}
.social {
	width:50px;
	height:50px;
	display: inline-block;
	*display:inline;
	*zoom:1;
	line-height:50px;
	margin:20px auto;
	color:#fff;
	border-radius:25px;
	background:#ff5eb1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.social:hover {
	background: rgba(255,94,177,0.4);
}
.ie8 .social:hover{
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ff5eb1,EndColorStr=#99ff5eb1);/*IE8以下用*/
}
.social .icon_tw,
.social .icon_gp {
	color:#fff;
	font-size:30px;
}
/******** ページタイトル ********/
.title {
	width:480px;
	height:auto;
	margin-top:-90px;
	padding:12px 20px;
	color:#fff;
	text-align:center;
	background:#ff5eb1;
	border-radius:10px 10px 0 0;
}
.title p {
	font-size:1.4em;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
.main_contents {
	width:94%;
	padding:3%;
	background:#fff;
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.1);
	margin-bottom:40px;
}
.inner {
	margin:20px 0;
	padding:20px;
	background:#faf6ef;
}
.ribbon {
	width:260px;
	height:auto;
	text-align:center;
	position: relative;
	color: #fff;
	background: #ff5eb1;
	font-size: 1.2em;
	line-height: 1;
	margin: 0px 0px 20px -30px;
	padding: 10px 5px;
	letter-spacing:0.2em;
}
.ribbon:after,h4:before {
	content: "";
	position: absolute;
	top: 100%;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top: 5px solid #e4007f;
}
.ribbon:after {
	left: 0;
	border-right: 5px solid #e4007f;
}
.ribbon:before {
	right: 0;
	border-left: 5px solid #ff96d1;
}

/******** 見出し ********/
.main_contents h2 {
	font-size:1.8em;
	color:#ff5eb1;
	margin:10px 0 20px 0;
}
.main_contents h2:before {
	display: inline-block;
	*display:inline;
	*zoom:1;
	width:54px;
	height:54px;
	line-height:54px;
	color:#fff;
	font-size:30px;
	text-align:center;
	border-radius:27px;
	background:#ff5eb1;
	vertical-align: middle;
	margin-right:10px;
}

/******** 画像配置 ********/
.img_a li {
	width:49%;
	height:auto;
	float:left;
	margin:0 2% 20px 0;
}
.img_a li:nth-child(2n){
	margin-right:0;
}
.ie8 .img_a > *:first-child + *,
.ie8 .img_a > *:first-child + * + * + *,
.ie8 .img_a > *:first-child + * + * + * + * + * ,
.ie8 .img_a > *:first-child + * + * + * + * + * + * + *,
.ie8 .img_a > *:first-child + * + * + * + * + * + * + * + * + * {
	margin-right:0;
}

.img_a li img {
	border:5px solid #fff;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.2);
}
/******** ボタン ********/
.top_btn {
	margin:20px 0;
}
.top_btn a {
	width:32%;
	height:auto;
	float:left;
	margin-right:2%;
	font-weight:bold;
	text-align:center;
	display:block;
	padding:15px 0;
	border:2px solid #ff5eb1;
	box-sizing:border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.top_btn a:last-child {
	margin-right:0;
}
.top_btn a:hover {
	background: rgba(255,94,177,0.4);
}
/******** icon ********/
.menu_staff:before {
	content:"\f0f0";
	font-family:FontAwesome;
	margin-right:10px;
	font-weight:normal;
}
.menu_day:before {
	content:"\f017";
	font-family:FontAwesome;
	margin-right:10px;
	font-weight:normal;
}
.menu_facility:before {
	content:"\f0f8";
	font-family:FontAwesome;
	margin-right:10px;
	font-weight:normal;
}
/* add start */
.menu_fukushima:before {
	content:"\f182";
	font-family:FontAwesome;
	margin-right:10px;
	font-weight:normal;
}
/* add end */
.menu_service:before {
	content:"\f21e";
	font-family:FontAwesome;
	margin-right:10px;
}
.menu_voice:before {
	content:"\f0e6";
	font-family:FontAwesome;
	margin-right:10px;
	font-weight:normal;
}
.menu_kenshin:before {
	content:"\f00c";
	font-family:FontAwesome;
	margin-right:10px;
	font-weight:normal;
}
.arrow1:before {
	content:"\f138";
	font-family:FontAwesome;
	margin-right:10px;
	font-weight:normal;
}
.arrow1_a:after {
	content:"\f138";
	font-family:FontAwesome;
	margin-right:10px;
	font-weight:normal;
}
.arrow2_a:after {
	content:"\f054";
	font-family:FontAwesome;
}
.arrow3:before {
	content:"\f0da";
	font-family:FontAwesome;
	margin-right:10px;
}
.arrow4:before {
	content:"\f13a";
	font-family:FontAwesome;
	margin-right:10px;
}
.icon_tw:after {
	content:"\f099";
	font-family:FontAwesome;
}
.icon_gp:after {
	content:"\f0d5";
	font-family:FontAwesome;
}
.icon_sun:after {
	content:"\185";
	font-family:FontAwesome;
}
.icon_moon:after {
	content:"\186";
	font-family:FontAwesome;
}
.icon_map:before {
	content:"\f041";
	font-family:FontAwesome;
	margin-right:10px;
}
.icon_eat:before {
	content:"\f0f5";
	font-family:FontAwesome;
	margin-right:10px;
	font-weight:normal;
}
.icon_check:before {
	content:"\f046";
	font-family:FontAwesome;
	margin-right:10px;
	font-weight:normal;
}
.icon_tel:after {
	content:"\f095";
	font-family:FontAwesome;
	margin-left:10px;
}
.icon_fax:after {
	content:"\f1ac";
	font-family:FontAwesome;
	margin-left:10px;
}
.icon_star:after {
	content:"\f005";
	font-family:FontAwesome;
	margin-left:3px;	
}
.icon_pro:after {
	content:"\f0f1";
	font-family:FontAwesome;
	margin-left:3px;
	font-weight:normal;	
}

/*add S*/
.icon_heart:after {
	content:"\f004";
	font-family:FontAwesome;
	margin-left:3px;	
}

.icon_question:before {
	content:"\f059";
	font-family:FontAwesome;
	margin-left:3px;
	margin-right:3px;
	font-weight:normal;
}

/*add E*/


/******** 吹き出し ********/
.fukidashi {
	display: table;
}
/* 吹き出し　下向きピンク */
.balloon-p-bottom {
	position: relative;
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding: 12px 0;
	width: 100%;
	height: auto;
	color: #333;
	line-height: 40px;
	text-align: center;
	background: #ffb6dc;
	z-index: 0;
}
.balloon-p-bottom:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #ffb6dc transparent transparent transparent;
}
/* 吹き出し　左向きピンク */
.balloon-p-left {
	position: relative;
	display: table-cell;
	padding: 15px;
	width: 100%;
	height: auto;
	color: #333;
	background: #ffd3ec;
	z-index: 0;
	vertical-align: middle;
}
.balloon-p-left:after {
	content: "";
	position: absolute;
	top: 50%; left: -10px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #ffd3ec transparent transparent;
}
/* 吹き出し　左向き白 */
.balloon-w-left {
	position: relative;
	display: inline-block;
	*display:inline;
	*zoom:1;
	padding: 10px;
	width: auto;
	height: auto;
	color: #19283C;
	background: #fff;
	border: 1px solid #ff5eb1;
	z-index: 0;
}
.balloon-w-left:before {
	content: "";
	position: absolute;
	top: 50%; left: -8px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #fff transparent transparent;
	z-index: 0;
}
.balloon-w-left:after {
	content: "";
	position: absolute;
	top: 50%; left: -9px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #ff5eb1 transparent transparent;
	z-index: -1;
}
/* 吹き出し　下向き白 */
.balloon-w-top {
	position: relative;
	display: inline-block;
	*display:inline;
	*zoom:1;
	padding: 10px;
	width: auto;
	height: auto;
	background: #fff;
	border: 1px solid #ff5eb1;
	z-index: 0;
}
.balloon-w-top:before {
	content: "";
	position: absolute;
	top: -8px; left: 50%;
	margin-left: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #fff transparent;
	z-index: 0;
}
.balloon-w-top:after {
	content: "";
	position: absolute;
	top: -9px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #ff5eb1 transparent;
	z-index: -1;
}
/* しゃべる人 */
.fukidashi_icon {
	width:70px;
	height:auto;
	margin-right:20px;
	vertical-align: middle;
}

/* ピンクフラットボタン */
.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #FF76BD;
  border: solid 2px #FF76BD;
  border-radius: 3px;
  transition: .4s;
}
.btn-flat-border:hover {
  background: #FF76BD;
  color: white;
}

/******** 文字の装飾 ********/
strong {
	color:#ff3aa0;
}
.tl1 {
	display:block;
	font-size:1.2em;
	font-weight:bold;
	color:#ff5eb1;
}
.text_link {
	font-weight:bold;
	color:#e4007f;
	padding:0 5px;
}
.text_link:hover {
	color:#e4007f;
	opacity:0.7;
	text-decoration:underline;
}
.tag {
	margin-right:5px;
	padding:1px 5px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size:0.8em;
	font-weight:bold;
	color:#e4007f;
	background:#fff;
	border-radius:3px;
}
.tag_w {
	color:#e4007f;
	background:#fff;
}
.tag_p {
	color:#fff;
	background:#ff5eb1;
}
.tag_b {
	color:#fff;
	background:#5abfff;
}
.tag_point:before {
	content:"ポイント";
}
.tag_point:after {
	font-weight:normal;
	font-size:16px;
	content:"\f0eb";
	font-family:FontAwesome;
	margin-left:5px;
}
.tag_voice:before {
	content:"わたしの感想";
}
.tag_voice:after {
	content:"\f075";
	font-family:FontAwesome;
	margin-left:5px;
	font-weight:normal;
}
.tag_kenshin:before {
	content:"検査内容";
}
.tag_kenshin:after {
	content:"\f00C";
	font-family:FontAwesome;
	margin-left:5px;
	font-weight:normal;
}
.tag_josan:before {
	content:"助産師外来";
}
.tag_josan:after {
	content:"\f004";
	font-family:FontAwesome;
	margin-left:5px;
	font-weight:normal;
}
.tag_memo:before {
	content:"お知らせ";
}
.tag_memo:after {
	content:"\f0f6";
	font-family:FontAwesome;
	margin-left:5px;
	font-weight:normal;
}
.tag_babysize:before {
	content:"胎児の大きさ";
}
.tag_babysize:after {
	content:"\f1ae";
	font-family:FontAwesome;
	margin-left:5px;
	font-weight:normal;
}
/******** 文字のサイズ ********/
.font_s {
	font-size:0.8em;
}
.font_m {
	font-size:1.2em;
}
.font_l {
	font-size:1.4em;
}
.font_ll {
	font-size:1.8em;
}

/*===============================================

    トップページ

===============================================*/
/******** メインヴィジュアル ********/
#main_visual {
	width:100%;
	height: 723px;
	display:block;
	background: url(/gyne/images/top_bg.jpg) repeat;
	margin-bottom:20px;
}
#main_visual #ground {
	height: 723px;
	background: url(/gyne/images/top_bg_ground.png) no-repeat center bottom;
}
#main_visual #curtain {
	height: 723px;
	background: url(/gyne/images/top_bg_curtain.gif) no-repeat center bottom;
}
#main_visual #cloud {
	height: 723px;
	background: url(/gyne/images/top_bg_cloud.png) no-repeat center 320px;
}
#main_visual .wrap {
	position: relative;
	height: 723px;
}
#main_visual h1 {
	width: 400px;
	height: 362px;
	margin: 0 auto;
	padding-top:45px;
	position: relative;
	background: url(/gyne/images/top_catch.gif) no-repeat left center;
	background-size: 100% auto;
	text-indent: -9999px;
}
#main_visual ul {
	width: 618px;
	margin-left: -309px;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 30px;
}
#main_visual ul li {
	display: inline-block;
	*display:inline;
	*zoom:1;
	width: 170px;
	vertical-align: bottom;
	position: relative;
	text-align: left;
}

/******** 下部コンテンツ ********/
.btm_contents {
	margin-top:40px;
}
.btm_contents ul {
	width:51%;
	height:auto;
	float:left;
	margin-right:2%;
}
/******** twitter ********/
.btm_contents .twitter {
	width:47%;
	height:auto;
	float:left;
}
.ie8 .btm_contents .twitter {
	display:none;
	/* ie7,8はサポート終了しているので非表示 */
}
.twitter .balloon-p-bottom {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:25px;
}
.twitter .balloon-p-bottom p{
		padding:0 5px;
}		
.twitter .balloon-p-bottom p:before {
	content:"check";
	color:#fff;
	margin-right:10px;
	padding:3px 8px;
	font-size:0.9em;
	font-weight:bold;
	border-radius:3px;
	background:#ff5eb1;
}
.twitter .balloon-p-bottom p:after {
	margin-left:10px;
	color:#ff5eb1;
}
/******** バナー ********/
.btm_contents .banner li {
	width:48.5%;
	height:auto;
	float:left;
	margin-right:3%;
	font-weight:bold;
	font-size:1.4em;
	box-sizing:border-box;
}
.btm_contents .banner a {
	display:block;
	padding:15px 0;
	text-align:center;
}
.btm_contents .banner .arrow1_a:after {
	margin-right: 0;
}
.btm_contents .banner li:nth-child(2n) {
	margin-right:0;
}
.ie8 .btm_contents .banner > *:first-child + * {
	margin-right:0;
}
.btm_contents .banner_kamma {
	border:5px solid #6ad996;
}
.btm_contents .banner_kamma a {
	color:#6ad996;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btm_contents .banner_kamma a:hover {
	background:rgba(106,217,150,0.4);
}
.ie8 .btm_contents .banner_kamma a:hover{
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#996ad996,EndColorStr=#996ad996);/*IE8以下用*/
}
.btm_contents .banner_kamma a p:before {
	width:110px;
	height:auto;
	display:block;
	margin:10px auto;
	text-align:center;
	content: url(/gyne/images/bnr_kamma.gif);
    position: relative;
    top: 8px;
}
.btm_contents .banner_hakuai {
	border:5px solid #eeb24b;
}
.btm_contents .banner_hakuai a {
	color:#eeb24b;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btm_contents .banner_hakuai a:hover {
	background:rgba(238,178,75,0.4);
}
.ie8 .btm_contents .banner_hakuai a:hover{
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99eeb24b,EndColorStr=#99eeb24b);/*IE8以下用*/
}
.btm_contents .banner_hakuai a p:before {
	width:110px;
	height:auto;
	display:block;
	margin:10px auto;
	text-align:center;
	content: url(/gyne/images/bnr_hakuai.gif);
    position: relative;
    top: 8px;
}
.btm_contents .banner a p:after {
	display:block;
	margin:10px auto;
	text-align:center;
}
/******** 受付時間 ********/
.btm_contents .banner li.consultation {
	width:100%;
	height:auto;
	display: inline-block;
	*display:inline;
	*zoom:1;
	margin-top:20px;
	background:#fff;
	border:1px solid #ff5eb1;
	font-weight:normal;
	font-size:1em;
}
.btm_contents .consultation h6 {
	padding:10px 0;
	text-align:center;
	color:#fff;
	font-weight:bold;
	background:#ff5eb1;
}
.btm_contents .consultation p {
	line-height:1.7;
	padding:10px;
}
/******** マップ ********/
.map .balloon-p-bottom {
	margin:20px 0 25px 0;
	font-size:1.2em;
	font-weight:bold;
}
.map .icon_map:before {
	color:#ff5eb1;
	font-size:1.3em;
}


/*add S*/
/*===============================================

    news

===============================================*/
.news {
	width:100%;
	padding-bottom:30px;
	margin-bottom:30px;
	display:table;
	border-bottom:1px solid #ffd3ec;
}
.news:last-child {
	margin-bottom:40px;
}
.news .news_img {
	width:430px;
	height:auto;
	margin-right:15px;
	position:relative;
	display: inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	border:1px solid #ff5eb1;
	box-sizing:border-box;
}
.news_name {
	display:table-cell;
	position:absolute;
	bottom:0;
	left:0;
	width:96%;
	height:auto;
	padding:2%;
	font-size:0.9em;
	text-align:center;
	color:#fff;
	background:rgba(255,58,160,0.7);
}
.ie8 .news_name {
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ff5eb1,EndColorStr=#99ff5eb1);/*IE8以下用*/
}
.news_name p {
	margin-top:5px;
}
.news_msg {
	width:100%;
	display: table-cell;
	vertical-align: top;
}
.news_profile {
	margin-top:15px;
	padding:10px;
	border-radius:3px;
	background:#ffeef8;
}
.news_profile li {
	margin-bottom:10px;
	font-size:0.9em;
}
.news_profile dl {
	display:table;
	margin-bottom:5px;
}
.news_profile dl dt,
.news_profile dl dd {
	display:table-cell;
}
.news_profile dl dt {
	width:100px;
}
#news .img_a {
	margin-bottom:15px; 
}
/* add E*/
/*===============================================

    スタッフ紹介

===============================================*/
.header_staff {
	display:block;
	height:370px;
	background:url(/gyne/images/bg_staff.jpg) no-repeat;
	background-size:cover;
	background-position:center top;
}
.intro {
	width:100%;
	padding-bottom:30px;
	margin-bottom:30px;
	display:table;
	border-bottom:1px solid #ffd3ec;
}
.intro:last-child {
	margin-bottom:40px;
}
.intro .intro_img {
	width:225px;
	height:auto;
	margin-right:15px;
	position:relative;
	display: inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	border:1px solid #ff5eb1;
	box-sizing:border-box;
}
.intro_name {
	display:table-cell;
	position:absolute;
	bottom:0;
	left:0;
	width:96%;
	height:auto;
	padding:2%;
	font-size:0.9em;
	text-align:center;
	color:#fff;
	background:rgba(255,58,160,0.7);
}
.ie8 .intro_name {
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ff5eb1,EndColorStr=#99ff5eb1);/*IE8以下用*/
}
.intro_name p {
	margin-top:5px;
}
.intro_msg {
	width:100%;
	display: table-cell;
	vertical-align: top;
}
.intro_profile {
	margin-top:15px;
	padding:10px;
	border-radius:3px;
	background:#ffeef8;
}
.intro_profile li {
	margin-bottom:10px;
	font-size:0.9em;
}
.intro_profile dl {
	display:table;
	margin-bottom:5px;
}
.intro_profile dl dt,
.intro_profile dl dd {
	display:table-cell;
}
.intro_profile dl dt {
	width:100px;
}
#staff .img_a {
	margin-bottom:15px;
} 

/*===============================================

    病院での１日

===============================================*/
.header_day {
	display:block;
	height:370px;
	background:url(/gyne/images/bg_day.jpg) no-repeat;
	background-size:cover;
	background-position:center top;
}
/* スケジュール */
.timeline dl {
	background:url(/gyne/images/bg_timeline.png) repeat-y 9px 5px;
	padding-bottom:40px;
}
.timeline dl.last {
	background:#faf6ef;
	padding-bottom:0;
}
.timeline dt,
.timeline dd {
	margin-top:-10px;
	float:left;
}
.timeline dt {
	width:16%;
}
.timeline dt:before {
	content: "";
	display: inline-block;
	*display:inline;
	*zoom:1;
	width: 20px;
	height: 20px;
	margin: 0 15px 0 0;
	position: relative;
	top: 1px;
}
.timeline dd {
	width:28%;
}
.timeline .time,
.timeline .time_tl {
	font-size:1.2em;
	font-weight:bold;
	color:#ff5eb1;
}
.timeline .time_noimg {
	height:80px;
}
.timeline .time_img img {
	width:86%;
	padding:0 7% ;
}
.timeline .time_memo {
	width:26%;
	padding:1%;
	font-size:0.9em;
	box-sizing:border-box;
}

/******** 各時刻 ********/
.timeline .time_100:before{
	background:url(/gyne/images/day/icon_time.png) no-repeat -200px top;
	background-size:auto 20px;
}
.timeline .time_130:before{
	background:url(/gyne/images/day/icon_time.png) no-repeat -220px top;
	background-size:auto 20px;
}
.timeline .time_200:before{
	background:url(/gyne/images/day/icon_time.png) no-repeat -240px top;
	background-size:auto 20px;
}
.timeline .time_230:before{
	background:url(/gyne/images/day/icon_time.png) no-repeat -260px top;
	background-size:auto 20px;
}
.timeline .time_300:before{
	background:url(/gyne/images/day/icon_time.png) no-repeat -280px top;
	background-size:auto 20px;
}
.timeline .time_330:before{
	background:url(/gyne/images/day/icon_time.png) no-repeat -300px top;
	background-size:auto 20px;
}
.timeline .time_400:before{
	background:url(/gyne/images/day/icon_time.png) no-repeat -320px top;
	background-size:auto 20px;
}
.timeline .time_430:before{
	background:url(/gyne/images/day/icon_time.png) no-repeat -340px top;
	background-size:auto 20px;
}
.timeline .time_500:before{
	background:url(/gyne/images/day/icon_time.png) no-repeat -360px top;
	background-size:auto 20px;
}
.timeline .time_530:before{
	background:url(/gyne/images/day/icon_time.png) no-repeat -380px top;
	background-size:auto 20px;
}
.timeline .time_600:before{
	background:url(/gyne/images/day/icon_time.png) no-repeat -400px top;
	background-size:auto 20px;
}
.timeline .time_630:before{
	background:url(/gyne/images/day/icon_time.png) no-repeat -420px top;
	background-size:auto 20px;
}
.timeline .time_700:before{
	background:url(/gyne/images/day/icon_time.png) no-repeat -440px top;
	background-size:auto 20px;
}
.timeline .time_730:before{
	background:url(/gyne/images/day/icon_time.png) no-repeat -460px top;
	background-size:auto 20px;
}
.timeline .time_800:before{
	background:url(/gyne/images/day/icon_time.png) no-repeat 0px top;
	background-size:auto 20px;
}
.timeline .time_830:before{
	background:url(/gyne/images/day/icon_time.png) no-repeat -20px top;
	background-size:auto 20px;
}
.timeline .time_900:before{
	background:url(/gyne/images/day/icon_time.png) no-repeat -40px top;
	background-size:auto 20px;
}
.timeline .time_930:before{
	background:url(/gyne/images/day/icon_time.png) no-repeat -60px top;
	background-size:auto 20px;
}
.timeline .time_1000:before{
	background:url(/gyne/images/day/icon_time.png) no-repeat -80px top;
	background-size:auto 20px;
}
.timeline .time_1030:before{
	background:url(/gyne/images/day/icon_time.png) no-repeat -100px top;
	background-size:auto 20px;
}
.timeline .time_1100:before{
	background:url(/gyne/images/day/icon_time.png) no-repeat -120px top;
	background-size:auto 20px;
}
.timeline .time_1130:before{
	background:url(/gyne/images/day/icon_time.png) no-repeat -140px top;
	background-size:auto 20px;
}
.timeline .time_1200:before{
	background:url(/gyne/images/day/icon_time.png) no-repeat -160px top;
	background-size:auto 20px;
}
.timeline .time_1230:before{
	background:url(/gyne/images/day/icon_time.png) no-repeat -180px top;
	background-size:auto 20px;
}
/******** ie8 ********/
.timeline .time_100:before{
	background:url(/gyne/images/day/ie8icon_time.png) no-repeat -200px top;
	background-size:auto 20px;
}
.timeline .time_130:before{
	background:url(/gyne/images/day/ie8icon_time.png) no-repeat -220px top;
	background-size:auto 20px;
}
.timeline .time_200:before{
	background:url(/gyne/images/day/ie8icon_time.png) no-repeat -240px top;
	background-size:auto 20px;
}
.timeline .time_230:before{
	background:url(/gyne/images/day/ie8icon_time.png) no-repeat -260px top;
	background-size:auto 20px;
}
.timeline .time_300:before{
	background:url(/gyne/images/day/ie8icon_time.png) no-repeat -280px top;
	background-size:auto 20px;
}
.timeline .time_330:before{
	background:url(/gyne/images/day/ie8icon_time.png) no-repeat -300px top;
	background-size:auto 20px;
}
.timeline .time_400:before{
	background:url(/gyne/images/day/ie8icon_time.png) no-repeat -320px top;
	background-size:auto 20px;
}
.timeline .time_430:before{
	background:url(/gyne/images/day/ie8icon_time.png) no-repeat -340px top;
	background-size:auto 20px;
}
.timeline .time_500:before{
	background:url(/gyne/images/day/ie8icon_time.png) no-repeat -360px top;
	background-size:auto 20px;
}
.timeline .time_530:before{
	background:url(/gyne/images/day/ie8icon_time.png) no-repeat -380px top;
	background-size:auto 20px;
}
.timeline .time_600:before{
	background:url(/gyne/images/day/ie8icon_time.png) no-repeat -400px top;
	background-size:auto 20px;
}
.timeline .time_630:before{
	background:url(/gyne/images/day/ie8icon_time.png) no-repeat -420px top;
	background-size:auto 20px;
}
.timeline .time_700:before{
	background:url(/gyne/images/day/ie8icon_time.png) no-repeat -440px top;
	background-size:auto 20px;
}
.timeline .time_730:before{
	background:url(/gyne/images/day/ie8icon_time.png) no-repeat -460px top;
	background-size:auto 20px;
}
.timeline .time_800:before{
	background:url(/gyne/images/day/ie8icon_time.png) no-repeat 0px top;
	background-size:auto 20px;
}
.timeline .time_830:before{
	background:url(/gyne/images/day/ie8icon_time.png) no-repeat -20px top;
	background-size:auto 20px;
}
.timeline .time_900:before{
	background:url(/gyne/images/day/ie8icon_time.png) no-repeat -40px top;
	background-size:auto 20px;
}
.timeline .time_930:before{
	background:url(/gyne/images/day/ie8icon_time.png) no-repeat -60px top;
	background-size:auto 20px;
}
.timeline .time_1000:before{
	background:url(/gyne/images/day/ie8icon_time.png) no-repeat -80px top;
	background-size:auto 20px;
}
.timeline .time_1030:before{
	background:url(/gyne/images/day/ie8icon_time.png) no-repeat -100px top;
	background-size:auto 20px;
}
.timeline .time_1100:before{
	background:url(/gyne/images/day/ie8icon_time.png) no-repeat -120px top;
	background-size:auto 20px;
}
.timeline .time_1130:before{
	background:url(/gyne/images/day/ie8icon_time.png) no-repeat -140px top;
	background-size:auto 20px;
}
.timeline .time_1200:before{
	background:url(/gyne/images/day/ie8icon_time.png) no-repeat -160px top;
	background-size:auto 20px;
}
.timeline .time_1230:before{
	background:url(/gyne/images/day/ie8icon_time.png) no-repeat -180px top;
	background-size:auto 20px;
}

/*===============================================

    福島県の妊婦さんへ

===============================================*/
.header_fukushima {
	display:block;
	height:370px;
	background:url(/gyne/images/bg_fukushima.jpg) no-repeat;
	background-size:cover;
	background-position:center top;
}
#fukushima .img_a {
	margin-bottom:20px;
}
#fukushima .img_a p.tl1 {
	margin:10px 0 0 0;
}
/*.textbox {
	width:100%;
	height:auto;
	margin-top:20px;
	padding:2%;
	border:1px solid #ff5eb1;
	box-sizing:border-box;
	vertical-align:top;
}
.textbox .textbox_img {
	width:49%;
	height:auto;
	float:left;
	margin-right:2%;
	border:1px solid #ff5eb1;
	vertical-align: top;
}
.textbox p {
	width:48%;
	float:right;
	height:auto;
	font-size:0.9em;
}
.textbox p span {
	font-weight:16px;
	margin-bottom:5px;
	font-weight:bold;
	display:block;
}
.textbox p span.underline {
	display:inline-block;
	*display:inline;
	*zoom:1;
	border-bottom:1px solid #ff5eb1;
}*/
#fukushima .textbox5 {
	margin-bottom:20px;
}

/*#fukushima .img_a {
	margin-bottom:20px;
}
#fukushima .img_a p.tl1 {
	margin:10px 0 0 0;
}
.textbox {
	width:100%;
	height:auto;
	margin-top:20px;
	padding:2%;
	border:1px solid #ff5eb1;
	box-sizing:border-box;
	vertical-align:top;
}
.textbox .textbox_img {
	width:49%;
	height:auto;
	float:left;
	margin-right:2%;
	border:1px solid #ff5eb1;
	vertical-align: top;
}
.textbox p {
	width:48%;
	float:right;
	height:auto;
	font-size:0.9em;
}
.textbox p span {
	font-weight:16px;
	margin-bottom:5px;
	font-weight:bold;
	display:block;
}
.textbox p span.underline {
	display:inline-block;
	*display:inline;
	*zoom:1;
	border-bottom:1px solid #ff5eb1;
}*/
#fukushima .textbox5 {
	margin-bottom:20px;
}


/*===============================================

    どんなところ？

===============================================*/
.header_facility {
	display:block;
	height:370px;
	background:url(/gyne/images/bg_facility.jpg) no-repeat;
	background-size:cover;
	background-position:center top;
}
#facility .img_a {
	margin-bottom:20px;
}
#facility .img_a p.tl1 {
	margin:10px 0 0 0;
}
.textbox {
	width:100%;
	height:auto;
	margin-top:20px;
	padding:2%;
	border:1px solid #ff5eb1;
	box-sizing:border-box;
	vertical-align:top;
}
.textbox .textbox_img {
	width:49%;
	height:auto;
	float:left;
	margin-right:2%;
	border:1px solid #ff5eb1;
	vertical-align: top;
}
.textbox p {
	width:48%;
	float:right;
	height:auto;
	font-size:0.9em;
}
.textbox p span {
	font-weight:16px;
	margin-bottom:5px;
	font-weight:bold;
	display:block;
}
.textbox p span.underline {
	display:inline-block;
	*display:inline;
	*zoom:1;
	border-bottom:1px solid #ff5eb1;
}
#facility .textbox2 {
	margin-bottom:20px;
}


/*===============================================

    サービス

===============================================*/
.header_service {
	display:block;
	height:370px;
	background:url(/gyne/images/bg_service.jpg) no-repeat;
	background-size:cover;
	background-position:center top;
}
#service .img_a {
	margin-bottom:20px;
}
#service .img_a p.tl1 {
	margin:10px 0 0 0;
}
#service h5 {
	margin:30px 0 10px 0;
	font-size:1.2em;
	color:#ff5eb1;
	border-bottom:1px solid #ff5eb1;
}
.meal {
	margin-bottom:20px;
}
.meal li {
	width:24.25%;
	height:auto;
	float:left;
	margin:0 1% 10px 0;
	position:relative;
}
.meal li:nth-child(4n) {
	margin-right:0;
}
.ie8 .meal > *:first-child + * + * + * {
	margin-right:0;
}
.meal li p {
	display:table-cell;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:auto;
	padding:3px 0;
	font-size:0.9em;
	text-align:center;
	color:#fff;
	background:rgba(255,58,160,0.7);
}
.ie8 .meal li p {
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ff5eb1,EndColorStr=#99ff5eb1);/*IE8以下用*/
}
#service .balloon-w-top {
	margin-top:5px;
}
#service .point {
	margin:10px 0;
}
#service .point p span {
	margin-right:10px;
	font-weight:bold;
}
#service .point p {
	margin-top:5px;
	font-size:0.9em;
}
.textbox2 {
	width:96%;
	height:auto;
	font-size:0.9em;
	padding:2%;
	background:#fff;
}
.textbox2 p span {
	display:block;
}

/*===============================================

    患者さんの声

===============================================*/
.header_voice {
	display:block;
	height:370px;
	background:url(/gyne/images/bg_voice.jpg) no-repeat;
	background-size:cover;
	background-position:center top;
}
.textbox3 {
	width:100%;
	height:auto;
	display:table;
	margin:20px 0;
	padding:2%;
	border:1px solid #ff5eb1;
	box-sizing:border-box;
}
.textbox3 .voice_img {
	width:300px;
	height:auto;
	padding-right:20px;
	display:table-cell;
	vertical-align:top;
}
.textbox3 .textarea {
	width:auto;
	height:auto;
	display:table-cell;
	vertical-align:top;
}
.textbox3 ul li:first-child {
	border-bottom:1px solid #ff5eb1;
}
.textbox3 ul li:nth-child(2) {
/*	font-weight:bold;下線の下の行が太字になっているのを解除するためコメントアウト*/
	margin:10px 0;
}


/*===============================================

    妊婦健診について

===============================================*/
.header_kenshin {
	display:block;
	height:370px;
	background:url(/gyne/images/bg_kenshin.jpg) no-repeat;
	background-size:cover;
	background-position:center top;
}
.textbox3 {
	width:100%;
	height:auto;
	display:table;
	margin:20px 0;
	padding:2%;
	border:1px solid #ff5eb1;
	box-sizing:border-box;
}
.textbox3 .kenshin_img {
	width:300px;
	height:auto;
	padding-right:20px;
	display:table-cell;
	vertical-align:top;
}
.textbox3 .textarea {
	width:auto;
	height:auto;
	display:table-cell;
	vertical-align:top;
}
.textbox3 ul li:first-child {
	border-bottom:1px solid #ff5eb1;
}
/*.textbox3 ul li:nth-child(2) {
	font-weight:bold;
	margin:10px 0;
}*/

/*===============================================

    PCサイズのみ

===============================================*/
@media only screen and (min-width: 641px) {
.sp {
	display:none;
}
}

/*===============================================

    1000px以下

===============================================*/
@media only screen and (max-width:1000px) {
.wrap {
	width: 96%;
	height: auto;
	padding: 0 2% ;
}

#g_nav_sp{
	display:block;
	width:30px;
	color:#ff5eb1;
	height:30px;
	border:1px solid #ff5eb1;
	border-radius:3px;
	position:absolute;
	top:18px;
	right:15px;
	cursor:pointer;
}
#g_nav_sp span{
	display:none;
}
#g_nav_sp:after{
	font-family:'FontAwesome';
	content:"\f0c9";
	display:block;
	line-height:30px;
	text-align:center;
	font-size:18px;
}
#g_nav_sp.active:after{
	content:"\f00d";
}
#header nav{
	display:none;
	width:100%;
	float:none;
	position:absolute;
	top:78px;
	left:0;
}
#header nav ul{
	text-align:left;
	border-top:1px solid #ff5eb1;
}
#header nav li{
	display:block;
	font-size:13px;
	margin:0;
	border-bottom:1px solid #ff5eb1;
	position:relative;
	z-index:1000;
}
#header nav li a{
	display:block;
	color:#ff3aa0;
	padding:8px 15px;
	background-color:#FFF;
}
#header nav li a:hover{
	color:#e4007f;
	background-color:#ffeef8;
}
#header nav li a:after{
	font-family:'FontAwesome';
	content:"\f054";
	color:#ff5eb1;
	display:block;
	width:auto;
	height:auto;
	background-color:transparent;
	transform:none;
	-webkit-transition:none;
	transition:none;
	position:absolute;
	top:13px;
	right:15px;
	transition: all 0.4s;
}
#header nav li a:hover:after{
	transform:none;
	right:12px;
}
.btm_contents .twitter .icon_tw {
	font-size:14px;
}
}
/*===============================================

    800px以下

===============================================*/
@media only screen and (max-width:1000px) {
.timeline .time{
	width:35%;
}
.timeline .time_tl {
	width:65%;
}
.timeline .time_img {
	width:65%;
	margin-top:0;
	margin:5px 0 0 35%;
}
.timeline .time_img img {
	width: 100%;
	padding:10px 0;
}
.timeline .time_noimg {
	height: 0px;
}
.timeline .time_memo {
	width: 65%;
	margin:5px 0 0 35%;
}
#day .balloon-w-left:before {
	top: -8px;
	left: 10%;
	margin-top:0;
	margin-left:-8px;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #fff transparent;
}
#day .balloon-w-left:after {
	top: -9px;
	left: 10%;
	margin-top:0;
	margin-left:-9px;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #ff5eb1 transparent;
}
}

/*===============================================

    スマホサイズ

===============================================*/
@media only screen and (max-width: 640px) {
.pc {
	display:none;
}
body {
	font-size:80%;
}
.inner {
	padding: 10px;
}
/******** ヘッダー ********/
.header_inner {
	width: 100%;
	height: 49px;
}
#header h1 {
	width: 189px;
	height: 49px;
	background: url(/gyne/images/logo.png) no-repeat;
	background-size: cover;
	text-indent: -9999px;
}
#g_nav_sp {
	top: 10px;
}
#header nav {
	top: 57px;
}
/******** リボン ********/
.ribbon {
	max-width:260px;
	width:100%;
	margin: 0px 0px 20px -16px;
}
.ribbon:after {
	border: 3px solid transparent;
	border-top: 3px solid #e4007f;
	border-right: 3px solid #e4007f;
}
.ribbon:before {
  border-left: 3px solid #ff96d1;
}
/******** タイトル ********/
.header_staff,
.header_day,
.header_facility,
.header_fukushima,
.header_service,
.header_kenshin,
.header_voice {
	height: 250px;
}
.title {
	width: 80%;
	height: auto;
	margin: -90px auto 0 auto;
	padding: 12px 20px;
	color: #fff;
	text-align: center;
	background: #ff5eb1;
	border-radius: 10px 10px 0 0;
}
.main_contents h2 {
	font-size: 1.3em;
	color: #ff5eb1;
	margin: 10px 0 20px 0;
}
.main_contents h2:before {
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size:20px;
}
/******** ボタンナビ ********/
.btm_nav ul li {
 	width: 48%;
	height:auto;
	border: 3px solid #ff5eb1;
}
.btm_nav ul li .btm_nav_menu {
	font-size: 1.2em;
	padding: 9px 0 6px 0;
}
.btm_nav ul li:nth-child(3n) {
	margin-right: 2%;
}
.btm_nav ul li:nth-child(2n) {
	margin-right: 0;
}
.btn_contact {
	width: 100%;
	height: auto;
	margin: 20px auto 0 auto;
	font-size: 1.2em;
	border: 3px solid #ff5eb1;
}
/******** フッター ********/
#footer .wrap {
	width:100%;
	padding:0;
}
#footer ul li {
	display:block;
	margin:0;
	text-align:left;
	font-size:100%;
	font-weight:bold;
	border-bottom:1px solid #ff5eb1;
	position:relative;
}
#footer ul li a,
#footer ul.ft_btn li a {
	display:block;
	padding:8px;
}
#footer ul.ft_btn li {
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom:1px solid #fff;
	border-radius:0;
}
#footer ul.ft_btn li a {
	color:#fff;
	background:#ff5eb1;
}
#footer .arrow3:before {
	content: "";
}
#footer .arrow3:after{
	font-family: 'FontAwesome';
	content: "\f054";
	color: #ff5eb1;
	display: block;
	width: auto;
	height: auto;
	background-color: transparent;
	transform: none;
	-webkit-transition: none;
	transition: none;
	position: absolute;
	top: 13px;
	right: 15px;
	transition: all 0.4s;
 }
#footer ul.ft_btn li .arrow3:after{
	color:#fff;
}

/******** 画像配置 ********/
.img_a li {
	width: 100%;
	height: auto;
	margin-right: 0;
}
/******** ボタン ********/
.top_btn a {
	width: 49%;
	height: auto;
}
.top_btn a
/******** テキストボックス ********/
.textbox .textbox_img {
	width: 100%;
	height: auto;
	margin-right: 0;
}
.textbox p {
	width: 100%;
	margin-top:10px;
	font-size: 0.9em;
}
/******** 吹き出し ********/
.nurse_balloon,
.doctor_balloon,
.mama_balloon {
	width: 50px;
	height: auto;
}
.balloon-p-left {
	padding:8px;
}
/*===============================================
    トップページ
===============================================*/
/******** メインヴィジュアル ********/
#main_visual {
	height: 400px;
}
#main_visual #ground {
	height: 400px;
	background-size:1000px auto;
}
#main_visual #curtain {
	height: 400px;
	background:none;
}
#main_visual #cloud {
	height: 400px;
	background: url(/gyne/images/top_bg_cloud.png) no-repeat center 170px;
	background-size: 330px auto;
}
#main_visual .wrap {
	height: 400px;
}
#main_visual h1 {
	width: 200px;
	height: 181px;
	margin: 0 auto;
	padding-top: 45px;
	position: relative;
	background: url(/gyne/images/top_catch.gif) no-repeat left center;
	background-size: 100% auto;
	text-indent: -9999px;
}
#main_visual ul {
	width:100%;
	bottom: 10px;
	margin-left:0;
	left:0;
}
#main_visual ul li {
	width: 28%;
	max-width: 100px;
}
/******** 下部バナー ********/
.btm_contents {
	margin-top:20px;
}
.btm_contents ul {
	width: 100%;
	height: auto;
	margin:0 0 20px 0;
}
/******** twitter ********/
.btm_contents .twitter {
	width: 100%;
	height: auto;
}
.btm_contents .twitter .icon_tw {
	font-size:12px;
}
.twitter .balloon-p-bottom {
	margin-bottom: 20px;
}


/* add S */
/*===============================================
    news
===============================================*/
.news {
	display:block;
}
.news .news_img {
	width: 180px;
	height: auto;
	margin:0 auto;
	display:block;
}
.news_msg {
	margin-top:15px;
	display: block;
}
.news_name p {
	margin-top:0;
}
#staff .balloon-w-left:before {
	top: -8px;
	left: 50%;
	margin-top:0;
	margin-left:-8px;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #fff transparent;
}
#staff .balloon-w-left:after {
	top: -9px;
	left: 50%;
	margin-top:0;
	margin-left:-9px;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #ff5eb1 transparent;
}
#staff .tag_w {
	margin-bottom:5px;
}
#staff .font_ll {
	font-size:1.6em;
}
/* add E */


/*===============================================
    スタッフ紹介
===============================================*/
.intro {
	display:block;
}
.intro .intro_img {
	width: 180px;
	height: auto;
	margin:0 auto;
	display:block;
}
.intro_msg {
	margin-top:15px;
	display: block;
}
.intro_name p {
	margin-top:0;
}
#staff .balloon-w-left:before {
	top: -8px;
	left: 50%;
	margin-top:0;
	margin-left:-8px;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #fff transparent;
}
#staff .balloon-w-left:after {
	top: -9px;
	left: 50%;
	margin-top:0;
	margin-left:-9px;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #ff5eb1 transparent;
}
#staff .tag_w {
	margin-bottom:5px;
}
#staff .font_ll {
	font-size:1.6em;
}
.pro_btn_sp {
	content:"プロフィールをみる";
	margin-top:10px;
	padding:15px;
	font-size: 1.2em;
	font-weight:bold;
	text-align:center;
	color:#fff;
	cursor:pointer;
	background:#ff5eb1;
}
.pro_btn_sp span:before {
	content:"プロフィールをみる";
}
.pro_btn_sp span:after {
	font-family: 'FontAwesome';
	content: "\f055";
	font-weight:normal;
	margin-left:5px;
}
.pro_btn_sp.active span:before {
	content:"プロフィールをとじる";
}
.pro_btn_sp.active span:after {
	font-family: 'FontAwesome';
	content: "\f056";
	font-weight:normal;
	margin-left:5px;
}
.intro_profile {
	display:none;
}
/*===============================================
    病院での１日
===============================================*/


/*===============================================
    どんなところ？
===============================================*/
.textbox .textbox_img {
	width: 60%;
	height: auto;
	margin:0 auto;
	float:none;
}
.textbox p span {
	text-align:center;
}
/*===============================================
    サービス
===============================================*/
.meal {
	margin-bottom:10px;
}
.meal li {
	width: 49%;
	height: auto;
	margin-right: 2%;
}
.meal li:nth-child(2n) {
	margin-right: 0%;
}

/*===============================================
    患者さんの声
===============================================*/
.textbox3 .voice_img {
	width: 50%;
	height: auto;
	display:block;
	margin: 10px auto;
	float:none;
	padding-right: 0;
}
.textbox3 .textarea {
	width: 100%;
	height: auto;
	display:block;
}
.textbox3 .textarea ul li.tl1 span {
	display:block;
}
.textbox3 .tag_p {
	display: table;
}
/*===============================================
     妊婦健診について
===============================================*/
.textbox3 .kenshin_img {
	width: 50%;
	height: auto;
	display:block;
	margin: 10px auto;
	float:none;
	padding-right: 0;
}
.textbox3 .textarea {
	width: 100%;
	height: auto;
	display:block;
}
/*.textbox3 .textarea ul li.tl1 span {
	display:block;
}*/
.textbox3 .tag_p {
	display: table;
}
}