@charset "utf-8";

/*
追加定義
*/


.tr1 {
	border: 1px solid #09F;
}

.tr2 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #09F;
	border-bottom-color: #09F;
	border-left-color: #09F;
}

.td1 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #09F;
	text-align: center;
	padding: 5px;
}

.td2 {
	text-align: center;
	padding: 5px;
}


/* 角丸　影（タイトル）4 */
.kakomi-maru4 {
	position: relative;
	padding: 1.2em;
	width: 50%;
	border: 2px solid #DB7093; /* 枠線の太さ・色 */
	color: #555555; /* 文字色 */
	background-color: #fff;
	box-shadow: 2px 2px 1px #c7c7c7;/* 影の色 */
	/*border-radius: 8px;*/ /* 角の丸み */
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	font-size: 9px;
	text-align: left;
}
.title-maru4 {
 position: absolute;
 right: 20px; /*（left）に変更すると左 */
 top: -15px;
 padding: 0 .5em;
 font-weight: bold;
 font-size: 1.1em;
 color: #ff9ece; /* タイトル色 */
 background-color: #fff;
}

/*分娩囲み*/

.box9 {
	color: #DC7092;
	background: #F1F0FF;
	border-top: solid 10px #DC7092;
	width: 90%;
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}
.box9 p {
    margin: 0; 
    padding: 0;
}

/*ボックス*/


.box9 {
/*    padding: 0.5em 1em;
    margin: 2em 0;*/
/*    color:  #DC7092;
    background: #F1F0FF;
    border-top: solid 10px #DC7092;*/
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}

/*.box9 p {
    margin: 0; 
    padding: 0;
}*/

.underline {
	text-decoration: underline;
}

.cont_txt {
	padding: 3%;
}

.cont_txt2 {
	padding: 3%;
	color: #D87092;	
	background-color: #F5F5FF;
}

.cont_txt3 {
	color: #D87092;	
}

.menu-container {
  margin: 0;
}

.menu-container .menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-container .menu .menu-item {
  flex: 1;
}

.menu-container .menu .menu-item a {
  background: #fff;
  border: 1px solid #ccc;
  border-right: none;
  color: #333;
  display: block;
  padding: 0.6em 0.4em;
  text-align: center;
  text-decoration: none;
}

.menu-container .menu .menu-item a:hover {
  background: #ccc;
  color: #ffffff;
}

.menu-container .menu .menu-item:last-child a {
  border-top: none;
}

@media screen and (max-width: 768px) {
  .menu-container .menu {
    flex-wrap: wrap;
    width: 100%;
  }
  .menu-container .menu .menu-item {
    flex: auto;
    width: 50%;
  }
  .menu-container .menu .menu-item:nth-child(3n) a {
    border-top: none;
  }
  .menu-container .menu .menu-item:nth-child(n + 4) a {
    border-top: none;
  }
}

.box6 {
    padding: 0.5em 1em;
    margin: 2em 0;
    background: #f0f7ff;
    border: dashed 2px #5b8bd0;/*点線*/
}
.box6 p {
    margin: 0; 
    padding: 0;
}

.abortion_tile {
	background: #FCD5B8;/*文字周りの余白*/
	color: #666666;/*文字を白に*/
	border-radius: 0.5em;/*角の丸み*/
	letter-spacing: 2px;
	width: 80%;
	font-size: 14px;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 15px;
}

.abortion_tile2 {
	background: #FCD5B8;/*文字周りの余白*/
	color: #666666;/*文字を白に*/
	border-radius: 0.5em;/*角の丸み*/
	letter-spacing: 2px;
	width: 80%;
	font-size: 14px;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 15px;
}


.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #c58668;
}

.square_btn:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

.danraku10 ul {
	position: relative;
	padding-left: 15px;
}

.danraku10 ul li {
	line-height: 1.5;
	padding: 0.5em 0;
	list-style-type: disc;
}

.pink-c {
	color: #EB6C54;
}

.red-c {
	color: #F00;
}

.ab_pink {
	color: #D87092;
}

.box27 {
	position: relative;
	border: solid 3px #62c1ce;
	margin-top: 2em;
	margin-right: 1em;
	margin-bottom: 3em;
	margin-left: 1em;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}

.box27 .box-title {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-size: 14px;
	background: #62c1ce;
	color: #ffffff;
	font-weight: lighter;
	border-radius: 5px 5px 0 0;
	font-variant: normal;
}

.box27 p {
    margin: 0; 
    padding: 0;
}

.clear_both{
	clear: both;
}

.waku_5{
	padding: 5px;
}

.waku5{
	padding: 3px;
	text-align: right;
}

.waku15 {
	padding-right: 15px;
	padding-left: 40px;
}

.waku15-15 {
	padding-right: 15px;
	padding-left: 15px;
}

.waku53{
	padding: 3px;
}

.waku52{
	padding: 5px;
	background-color: #E4EDF5;
}

.maintetitle {
	font-weight: bold;
}

.maintetextbc {
	background-color: #EAFFFF;
	height: 40px;
}

.maintetextboxbc {
	background-color: #EAFFFF;
	height: 80px;
}

.title_pink{
	font-weight: bold;
	color: #F19C8C;
}

.table_haikei {
	color: #666;
	background-color: #CCC;
	text-align: center;
}

.table_content {
	color: #666;
	text-align: center;
}

.dotline {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #03C;
}

.spc5 {
	height: 5px;
}

.spc3 {
	height: 3px;
}

.spc5 {
	height: 5px;
}

.tr1 {
	border: 1px solid #09F;
}

.tr2 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #09F;
	border-bottom-color: #09F;
	border-left-color: #09F;
}

.td1 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #09F;
	text-align: center;
	padding: 5px;
}

.td2 {
	text-align: center;
	padding: 5px;
}

/*見出し*/


.h_1{
	position: relative;
	background: #FAB37E;
	box-shadow: 0px 0px 0px 5px #FAB37E;
	border: dashed 2px white;
	color: #666666;
	letter-spacing: 3px;
	width: 50%;
	padding-top: 0.3em;
	padding-right: 0.3em;
	padding-bottom: 0.2em;
	padding-left: 0.7em;
	font-size: 16px;
}

.h_1:after{
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: #EEEEEE #EEEEEE #FF9933;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}


.h_2{
	position: relative;
	letter-spacing: 2px;
	/*width: 50%;*/
	padding-top: 0.25em;
	padding-right: 0;
	padding-bottom: 0.25em;
	padding-left: 0;
}

.h_2:after {
	content: "";
	display: block;
	height: 4px;
	background: -moz-linear-gradient(to right, rgb(255, 128, 64), transparent);
	background: -webkit-linear-gradient(to right, rgb(255, 128, 64), transparent);
	background: linear-gradient(to right, rgb(255, 128, 64), transparent);
}


.h_3 {
	background: #FCD5B8;/*文字周りの余白*/
	color: #666666;/*文字を白に*/
	border-radius: 0.5em;/*角の丸み*/
	letter-spacing: 2px;
	width: 27%;
	font-size: 15px;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 15px;
}

.moji_16 {
	font-size: 16px;
	line-height: 20px;
}

.touhaba{
	font-family: "Osaka－等幅", Osaka-mono, monospace;
}

/*
基本定義
*/


input[type="text"] {
   font-size: 150%;
}

select{
	width: 200px;
	height:30px;
	font-size:16px;
}

checkbox{
	width:20px;
	height:20px;
}

textarea{
   width: 98%;
}


/*スライダー*/

#main-image-gallery{
  margin-bottom: 30px;
  background:#eee;
}

#main-image-gallery img {
  display: block;
  height: 200px;
}
 
@media screen and ( min-width: 768px ) {
  #main-image-gallery img {
    height: 400px;
  }
}

/*
独自定義
*/

.top_info {
	color: #FFF;
	background-color: #A67000;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
}

.danraku {
}

#title_page{
	font-size: 14px;
	color: #FFFFFF;
	background-color: #686BFB;
	height: 25px;
	width: 250px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-left-style: double;
	border-top-color: #000080;
	border-bottom-color: #000080;
	border-left-color: #000080;
	padding-left: 8px;
	border-right-width: 8px;
	border-right-style: double;
	border-right-color: #000080;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 4px;
}

.danraku5 {
	padding: 5px;
}

.danraku10 {
	padding: 10px;
}

.danraku15 {
	padding: 15px;
}

.danraku20 {
	padding: 20px;
}

.brwn_txt {
	font-weight: bolder;
	color: #960;	
}

.red_txt {
	color: #F00;	
}

.txt_orrange {
	color: #F60;	
}

.txt_orrange16 {
	font-size:16px;
	color: #F60;	
}

.form_title {
	font-size: 13px;
	font-weight: bolder;
	color: #C30;	
}

.mojisize16{
	font-size:16px;
}

.leftside{
	text-align: left;
}

#----------------------------------------------{
}


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    /*background-color: #FE6FBF;*/
}


:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body {
	color: #666;
	font-size: small;
	font-family: verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.3;
	-webkit-text-size-adjust: none;
}


/* リンク設定
------------------------------------------------------------*/
a{color:#7D5F00;text-decoration:none;}
a:hover{color:#B28500;}
a:active, a:focus {outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
	width: 98%;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/*padding-top: 7%;*/
	padding-bottom: 10%;
	background-color: #FFF;
}

.inner{
margin:0 auto;
width:100%;
}


/*************
/* ヘッダー
*************/
#header{
height:110px;
}

#header h1{
padding:5px 0 10px;
font-size:12px;
font-weight:normal;
}

#head-title{
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
	line-height: 12px;
	text-align: center;
	padding-bottom: 5px;
	background-color: #FFF;
}


/*************
/* ロゴ
*************/
.logo{
	float:left;
}

.logo span{display:block;}

/*************
/* 電話番号
*************/
.info{
float:right;
text-align:right;
}

.info_pc{
text-align:right;
}

.info_tel{
	float: right;
	text-align: center;
	line-height: 16px;
}

.info .open{font-size:11px;}


/*************
/* ロゴ+電話番号
*************/
.logo,.info .tel{
	/*margin-top: 6px;*/
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
}

.logo span,.info span{
font-size:.6em;
font-weight:normal;
}

/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
margin:30px auto;
padding:0;
position:relative;
line-height:0;
border-top:2px solid #ebebeb;
border-bottom:2px solid #ebebeb;
text-align:center;
}

#mainBanner img{
max-width:100%;
height:auto;
}

.slogan{
position:absolute;
max-width:100%;
height:auto;
bottom:10px;
left:0;
padding:5px 10px;
line-height:1.4;
text-align:left;
}

.slogan h2{
padding-bottom:5px;
font-size:20px;
}

#subpage #mainBanner{margin-top:0;}


/**************************
/* グリッド
**************************/
.gridWrapper{
padding-bottom:20px;
overflow: hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
}

.box{
padding:10px;
text-align:center;
}

.box img{
max-width:100%;
height:auto;
}

.box h3{padding:10px 0 5px;}

.box h3, .box p{text-align:left;}

.box p.readmore{
padding:10px 5px 5px;
text-align:right;
}

.box p.readmore a{
padding:3px 7px;
border-radius:3px;
color:#fff;
background:#d1ad93;
}

.box p.readmore a:hover{background:#ad8a71;}


/*************
メイン コンテンツ
*************/
section.content article{
padding:20px;
margin-bottom:20px;
border:1px solid #ebebeb;
overflow:hidden;
}

* html section.content article{height:1%;}

section.content p{margin-bottom:5px;}

h3.heading{
font-weight:normal;
padding:10px 0;
margin-bottom:5px;
border-top:3px double #ebebeb;
border-bottom:3px double #ebebeb;
}

section.content img{
max-width:90%;
height:auto;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}

#gallery .grid{background:transparent;}

#gallery .grid img,.border{box-shadow:0 0 3px #ccc;}


/*************
テーブル
*************/
table.table{
border-collapse:collapse;
margin:5px auto 15px auto;
}

table.table td{
border-collapse:collapse;
background-color:#F9F9F9;
text-align:left;
padding:8px;
border:1px solid #D6D6D6;
line-height:20px;
}

table.table th{
background-color:#F5F5F5;
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}


/*************
/* サイドバー
*************/
#sidebar ul{padding:10px;}

#sidebar li{
margin-bottom:10px;
padding-bottom:10px;
list-style:none;
border-bottom:1px dashed #ebebeb;
}

#sidebar li:last-child{
border:0;
margin-bottom:0px;
}

#sidebar li a{
display:block;
}

#sidebar ul.list li{
clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
border:0;
}

ul.list li{height:1%;}

ul.list li img{
float:left;
margin-right:10px;
}

ul.list li{
font-size:12px;
line-height:1.35;
}


/*************
/* フッター
*************/
#footer{
	clear:both;
}

#footer .inner{
	border-top:2px solid #ebebeb;
	border-bottom:2px solid #ebebeb;
	overflow:hidden;
	padding-top: 5%;
}

* html #footer .inner{height:1%;}

#footer .grid{
margin:0;
}

#footer #info .logo, #footer #info .info{float:none;}

#footer #info .info{
clear:both;
text-align:left;
}

#footer .logo{font-size:18px;}

#footer .info .tel,#footer .info .tel span,#footer #info .open{
font-size:12px;
}

ul.footnav{
float:right;
width:630px;
padding:10px 0;
}

ul.footnav li{
float:left;
margin-bottom:10px;
padding:0 7px 0 8px;
border-right:1px solid #ebebeb;
}

address{
clear:both;
padding:20px 0;
text-align:center;
font-style:normal;
font-size:12px;
color:#555;
}


/* PC用
------------------------------------------------------------*/

@media only screen and (max-width:959px){

	
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0.5, #f0f0f0), color-stop(0.00, #f7f7f7));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	border:1px solid #e4e4e4;
	}

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	}

	nav#mainNav a#menu span{padding-left:10px;}
	nav#mainNav a.menu span:before{content: "▶︎ ";}
	nav#mainNav a.menuOpen span:before{content: "▼ ";}

	nav#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	}
	
	nav#mainNav ul li a span{padding-left:10px;}
	
	nav#mainNav ul li:first-child a{
	border-top:1px solid #e4e4e4;
	}
	
	nav#mainNav ul li:last-child a{border:0;}
	
	nav#mainNav ul li.active a{color:#ad8a71;}

	nav div.panel{float:none;}
	
	#subpage #mainBanner{margin-top:20px;}
	
	#sidebar{padding-bottom:30px;}
	
	#sidebar article{padding:7px 0;}
	
	#footer .grid,#footer ul.footnav{
	float:none;
	width:100%;
	text-align:center;
	}

	ul.footnav li{float:none;display:inline-block;}
	
	.grid{
	width:32%;
	margin:10px 0 0 1%;
	}
	
	#gallery .grid{
	float:left;
	width:31%;
	margin:0 0 0 1%;
	}
	
	#footer .grid img, #footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .info{float:none;text-align:center;}
	
	#footer.logo,#footer .info{
	width:100%;
	float:none;
	}

}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#header{
	height:auto;
	padding-bottom:20px;
	}
	
	#header h1,.logo,.info{text-align:center;}
	
	.logo,.info{
	clear:both;
	width:100%;
	float:none;
	margin:0;
	}
	
	.box img{
	float:left;
	margin-right:5px;
	}
	
	.box h3{padding-top:0;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#gallery .grid{float:left;}
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	.grid{width:100%;}
	.box img{max-width:100px;}
	#mainBanner h2,#mainBanner p{font-size:80%;}
	#sidebar p{text-align:center;}
}


/*インフォメーションエリア*/


.info_area {
	font-size: 14px;
	line-height: 21px;
	background-color: #f0f8ff;
	padding: 15px;
	height: auto;

	color: #333;
	margin: 0px;
	
	
}

.line_white {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-right: 40px;
	margin-left: 40px;	
}


/*システム料金*/


.waku_danraku {
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
}
