@charset "UTF-8";

.site-header {
  display: block;
  background-color: #009eaf;
  width: 100%;
  left: 0;
}

@font-face {
  font-family: "web_font01";
    src: url("./font/brwazmw0.ttf");
}

@font-face {
  font-family: "web_font02";
    src: url("./font/brmismw0.ttf");
}



*{
	margin:0;
	padding:0;
}

.wdp_area {
    width: auto;
    font-size: 16px;
    display: block;
    line-height: 1.5em;
    
}

.ttl_main_wp {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
    line-height: 1.5em;
    
} 


.ttl_wp {
    color: #f26666;
    font-size: 1.1em;
    font-weight: bold;
    margin: 1em 0 0.5em 0;
    
} 


.waku {
    margin: 10px 0px 20px 0px;
    padding: 20px;
    font-size: 16px;
    border-radius: 5px;
    border: 1.5px solid #f79646;
    text-align: left;
}


h4 {
    position: relative;
    /* background: #fac2c2; */
    font-size: 20px;
    line-height: 27px;
    margin: 20px 0;
    padding: 5px 20px;
    font-weight: normal;    
}
h4:after {
	content: '';
	position: absolute;
	/* border-top: 10px solid #fac2c2; */
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 30px;
	border-radius: 2px;
}
h4:before {
	content: '';
	position: absolute;
	/* border-top: 10px solid #fac2c2; */
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 30px;
}


.mgn_lft01 {
    margin-left: 1em;
    
}
.mgn_lft02 {
    margin-left: 2em;
    
}

.mgn_b01{
    margin-bottom:1em;
    
}

.mgn_b02{
    margin-bottom:2em !important;
    
}

.red{
    color: #ff0000;
}

.bold{
    font-weight: bold;
}

.table_wp01{
	width:100%;
	margin:1em 0;
}

.table_wp01 th{
	width:33%;
	padding:10px 20px;
	border:1px #CCCCCC solid;
	background-color:#EFEFEF;
	font-weight:normal;
	text-align:left;
}

.table_wp01 td{
	padding:10px 20px;
	border:1px #CCCCCC solid;
	background-color:#fff;
	font-weight:normal;
	text-align:left;
}


/*-------------- 分娩予約　--------*/
.menu_bun{
	padding: .25em 0 .25em .25em;
 	border-left: 6px solid #000080;
	border-bottom: 1px solid #d3d3f3;
	margin:10px 10px 10px 10px;
	font-size:18px;
	width:180px;
	float:left;
  	color: #494949;
  	background: #ebebff;
  	transition: all 0.3s ease 0s;
}

.menu_bun:hover {
	opacity: 0.6;
	transform: translateY(0.1875em);
}



.contents_bun {
	margin:1em 0 1em 1em;
	font-size: 16px
}

.list_style_bun{
	list-style: none;
	font-size: 16px;
	margin-left:1em;
}

.list_style_bun  li{
	margin-bottom:0.5em;
}

.list_style_bun div{
	margin-left:1em;
	margin-bottom:2.5em;
}


.list_style01{
	list-style: lower-roman;
	font-size: 16px;
	margin-left:1.5em;
}

.list_style01  li{
	margin-bottom:0.5em;
}


    .list_dot{
	list-style-type: none;
    line-height: 1.5em;
}
    .list_dot li{
	margin-left: 10px;
}
    .list_dot li:before {
    content: '';
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 100%;
    background-color: #5A6566;
    position: relative;
    left: -15px;
    top: -3px;
}

.list_item01 {
	padding: 0 0 0 1em;
}
.list_item01 li {
	list-style-type: none;
	padding: 0 0 0.5em 0;
	position: relative;
} 
.list_item01 li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	//color: #ff9dac;	/* アイコンの色 */
	content: "\f096";
	position: absolute;
	top: .3em;	/* アイコンの上側位置調整 */
	left: -.8em;	/* アイコンの左側位置調整 */
}

.list_item02 {
	padding: 0 0 0 1em;
}
.list_item02 li {
	list-style-type: none;
	padding: .1em .5em;
	position: relative;
} 

/***
.list_item02 li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	color: #ff9dac;	/* アイコンの色 */
	content: "\f004";
	position: absolute;
	top: .1em;	/* アイコンの上側位置調整 */
	left: -.8em;	/* アイコンの左側位置調整 */
}
***/

.list_style02{
	font-size: 16px;
	margin-left: 2em;
}
.list_style02 li{
    list-style: decimal;
    margin-bottom: 1em;
}



.bnnr_big{
	margin:5em 0 ;

}

.mgn_b01{
        margin-bottom:1em;
}

.mgn_b02{
        margin-bottom:2em;
}


.mgn_b03{
        margin-bottom:3em;
}
.mgn_lft00{
        margin-left:0.5em;
}

.table01_bun{
	width:100%;
	margin:0 0 2em 0;
	font-size:16px;
}

.table01_bun th{
	width:35%;
	padding:10px 8px;
	border:1px #CCCCCC solid;
	background-color:#EFEFEF;
	font-weight:normal;
	text-align:left;
}


/**** 桶谷式母乳外来　****/
.table01_bun td{
	padding:10px 5px;
	border:1px #CCCCCC solid;
	background-color:#fff;
	font-weight:normal;
	text-align:left;
}

.oktn_150 {
    width:150px;
    margin:0 0px 5px 0;
    float:left;
}

.oktn_220 {
    width:220px;
    margin:0 0px 5px 0;
    float:left;
}
/****** プチマルシェ カフェテリア ******/

.gallery {
    width: 100%;
    text-align: center;
}

.g_box {
    float: left;
    margin: 10px 5px 10px 5px;
    padding: 3px 2px 0 2px;
    width: 155px;
    height: 260px;
    font-size: 0.7em;
    border: 0.5px dashed #BCBCBC;
}



/************ 妊婦健診の予定と費用  ************/


.cost_table01 {
	width:100%;
	margin:1em 0;
}

.cost_table01 th{
	width:25%;
	padding:5px 10px;
	border:1px #CCCCCC solid;
	background-color:#EFEFEF;
	font-weight:normal;
	text-align:left;
}

.cost_table01 td{
	padding:5px 10px;
	border:1px #CCCCCC solid;
	text-align:left;
}

.cost_btn {
  position: relative;
  display: inline-block;
  margin: 0.8em 0.4em;
  padding: 5px 6px;
  width: 95px;
  font-size: 16px;
  background: #fac2c2;
  text-align: center;
    float: left;

}

.cost_btn:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #fac2c2;
}


/****** 駐車場 ******/


.mapbox {
  width: 60% !important;
  height: auto;
  margin: 0 5px 5px 0;
  padding: 0;
  float: left;
}

.mapbox_txt {
    width: 250px !important;
    float: left;
    border: 1px #CCCCCC solid;
    margin-top: 0;
    margin-right: 0px;
    margin-left: 3px;
    margin-bottom: 3px;
    padding: 10px;
    font-size: 14px;
    height: auto;
}

.mapbox_txt02 {
    width: 250px !important;
    float: left;
    border: 1px #CCCCCC solid;
    margin-top: 0;
    margin-right: 0px;
    margin-left: 3px;
    margin-bottom: 3px;
    padding: 10px;
    font-size: 14px;
    height: auto;
}

.mapbox_txt_l {
    width: 250px !important;
    float: left;
    border: 1px #E73462 solid;
    margin-top: 0;
    margin-right: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 10px;
    font-size: 16px;
    height: auto;
}

.park_table {
  width: 100%;
  margin: 15px 0 0 0px;
}

.park_table th {
  width: 25%;
  padding: 10px 20px;
  border: 1px #CCCCCC solid;
  background-color: #EFEFEF;
  font-weight: normal;
  text-align: left;
}

.park_table td {
  padding: 10px 20px;
  border: 1px #CCCCCC solid;
  text-align: left;
}


/****** ホットトリートメント ******/

.hot_table{
	width:100%;
	font-size:16px;
}

.hot_table th{
	width:35%;
	padding:10px 8px;
	border:1px #CCCCCC solid;
	background-color:#f6d1ac;
	font-weight:normal;
    text-align: center;
    vertical-align: middle;
}

.hot_table td{
	padding:10px 5px;
	border:1px #CCCCCC solid;
	background-color:#fff;
	font-weight:normal;
	text-align:left;
}


@media screen and (max-width: 769px){
.table_wp01{
	width:100%;
	margin:10px 0 10px 0;
}

.table_wp01 th{
	width:33%;
	padding:10px 10px;
	border:1px #CCCCCC solid;
	background-color:#EFEFEF;
	font-weight:normal;
	text-align:left;
}

.table_wp01 td{
	padding:10px 10px;
	border:1px #CCCCCC solid;
	background-color:#fff;
	font-weight:normal;
	text-align:left;
}

 
/****** プチマルシェ カフェテリア ******/   
.g_box {
    float: left;
    margin: 10px 5px 10px 0px;
    padding: 3px 2px 0 2px;
    width: 150px;
    height: 260px;
    font-size: 0.7em;
    border: 0.5px dashed #BCBCBC;
}


/********* 駐車場 *********/
  .mapbox {
      width: 100% !important;
  }
  .mapbox_txt {
      width: 95% !important;
  }
  .mapbox_txt02 {
      width: 95% !important;
  }
  .mapbox_txt_l {
      width: 95% !important;
  }
    
    
}

/******--- 20210126 add ---******/
/*
p:not(.site-title) {
  display: none;
}
*/
p {
 // display: none;
}
.site-branding .site-title, #colophon p {
  display: block;
}
.site-branding .site-title a {
  text-decoration: none;
}

/******-------産後の食生活について-------*******/
.flt_right{
    float: right;
    display: block;
    text-align: center;
    padding: 10px;
    
}

/* ----------↓ CLEARFIX ↓---------- */
.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0px;
  visibility: hidden;
}

.clearfix:after { /*floatの解除、ここがポイント*/
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content:".";
}

.clearfix {
    min-height: 1px; /*IE6、7対策*/
}

* html .clearfix {
    height: 1px;
    /*¥*//*/ /*MAC IE5.x対策*/
    height: auto;
    overflow: hidden;
    /**/
}


table.eat {
//	width:100%;
	border-collapse:collapse;
	border-spacing:0px;
	margin:15px;
	border:solid 1px #d6ac75!important;
}
.eat th {
	width:10%;
	background: #fef6f2!important;
	padding: 5px 10px;
	font-weight:normal!important;
	text-align:left!important;
	border:solid 1px #d6ac75 !important;
}
.eat td {
	padding: 5px 10px;
	text-align:left;
	border:solid 1px #d6ac75;
}
        
.f-container{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content:center;
    align-items: flex-start;    
     
} 

    .f-item {
        text-align: left;
        margin: 10px;
    } 
    .f-item01 {
        width: 145px;
        text-align: center;
        margin: 10px 0 ;
        padding: 10px 3px;
        color: #6e4f4f;
    }  
    .f-item02 {
        width: 300px;
        text-align: center;
        padding: 0px 3px;
    } 

.list_02 {
     list-style-type:none;
     margin-left:20px !important;
     padding:0;
     font-size: 16px;
}
.list_02 li {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  margin-top: 0.8em;
}


table.shop {
font-size:16px !important;
	width:100%;
	border-collapse:collapse;
	border-spacing:0px;
	margin-bottom:15px;
	border:solid 1px #d6ac75!important;
}

.shop th {
	width:70%;
	background: #fef6f2!important;
	padding: 5px 20px!important;
	font-weight:normal!important;
	text-align:left!important;
	border:solid 1px #d6ac75 !important;
}

.shop td {
	padding: 5px 20px;
	font-weight:normal;
	text-align:right;
	border:solid 1px #d6ac75;
}
        
