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


body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

a{
    text-decoration: none;
   color: #905d47;
}

a:hover{
    color:#DB7953 !important;
    text-decoration: none;
      -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.mg-t5 {
    margin-top: 5px;
}
.mg-t10 {
    margin-top: 10px;
}
.mg-b5 {
    margin-bottom: 5px;
}
.mg-b10 {
    margin-bottom: 10px;
}

/*FontSize*/
.txt-size150{font-size:1.5rem !important;}
.txt-size140{font-size:1.4rem !important;}
.txt-size130{font-size:1.3rem !important;}
.txt-size120{font-size:1.2rem !important;}
.txt-size110{font-size:1.1rem !important;}
.txt-size100{font-size:1rem !important;}
.txt-size90{font-size:0.9rem !important;}
.txt-size80{font-size:0.8rem !important;}



/*黄色とブルーの下線タイトル　中央寄せ*/
.facebook_title{
  position: relative;
  padding-bottom: .5em;
  border-bottom: 4px solid #73ccd6;
    width: 270px;
text-align: center;
    display: block;
    margin: 0 auto 30px;
}
.facebook_title::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #ffa543;
}

/*黄色とブルーの下線タイトル　左寄せ*/
.blueyellow_title_left{
  position: relative;
    padding-left: 5px;
  padding-bottom: .5em;
  border-bottom: 4px solid #73ccd6;
    width: 100%;
text-align: left;
    display: block;
    margin: 0 auto 30px;
}
.blueyellow_title_left::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #ffa543;
}
/*黄色とブルーの下線タイトル　左寄せ  葉っぱ付き*/
.blueyellow_title_leaf{
    font-size: 16px;
    font-weight: bold;
    background-image: url(../img/orange_leaf.png);
    background-repeat: no-repeat;
    height: 32px;
    padding-bottom: 5px;
    padding-left: 12px;
}


/*「詳しく見る」リンク*/
.service_link a{
    display: block;
  color: #905d47;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-size: 0.8em;
    float: right;
    font-weight: bold;
}

.gray_kakoi{
    border: #bfbfbf 1px solid;
    padding: 20px;
    font-size: 0.9em
}


/*ナビ*/
.navbar {
    z-index: 1000
}
@media screen and (max-width: 361px) { 
    .navbar-brand {
    margin-top: 5px;
    background: url("../img/logo.svg") no-repeat left center;
    min-width: 200px;
    height: 40px;
}
}
@media screen and (min-width: 362px) { 
.navbar-brand {
    margin-top: 5px;
    background: url("../img/logo.svg") no-repeat left center;
    min-width: 270px;
    height: 43px;
    }}

/*トップ 大きい画面　右側　お問い合わせボタン等*/

.top_right_navi {
    float: right;
    box-sizing: border-box;
    display: block;
    min-height: 38px;
    margin-top: 15px;
    margin-bottom: 15px;
}
/*トップ右・お問い合わせボタン・グラデーション*/
.inqure_btn > a {
    display: block;
    width: 150px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: -moz-linear-gradient(left, #ffa059, #f88989);
    background: -webkit-linear-gradient(left, #ffa059, #f88989);
    background: linear-gradient(to right, #ffa059, #f88989);
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 0.9em;
    vertical-align: middle;
    margin-right:6px;
}
.inqure_btn > a:hover {
    background: -moz-linear-gradient(left, #ffa059, #f88989);
    background: -webkit-linear-gradient(left, #ffa059, #f88989);
    background: linear-gradient(to right, #ffa059, #f88989);
    color: #ffffff !important;
    text-decoration: none;
    opacity: 0.5;
}
.header_btn {
    margin-right: 14px
}
/*トップスライドショーと託児ボタン*/


 
.carousel-inner .top_slideshow {
    width: 100%;
    position: relative;
    z-index: 1;
}

@media screen and (max-width:700px) {
#takuji img {
    width: 100px;
    position: absolute;
    right: 5%;
    bottom: -10%;
    z-index: 2
}
/*#takuji img:hover {
    content: url(../img/takuji_btn_hover.png)
}*/
}

@media screen and (min-width:700px) {
#takuji img {
    width: 150px;
    position: absolute;
    right: 5%;
    bottom: -3%;
    z-index: 2
}
/*#takuji img:hover {
    content: url(../img/takuji_btn_hover.png)
}*/
}


/*サブメニューパソコン*/
.sub_menu{
    background: url(../img/submenu_bg.png);
    width: 100%;
    min-height: 30px;
    padding: 10px 0;
    font-size: 0.9em;
}

.submenu_btn a{
    background-color:rgba(255,255,255,0.60);
    border: 1px solid #905C47;
    width: 100%;
    height: 54px;
    color: #905C47;
    display: block;
    padding: 0 10px;
    text-align: center;
    border-radius:4px;
    vertical-align: middle;
    line-height: 54px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    text-decoration: none;
    margin-top: 5px;
    font-weight: bold;
    letter-spacing: 0.1em
}
.submenu_btn a:hover{
    text-decoration: none;
    color: #905C47 !important;
    background-color: rgba(173,103,75,0.30);
}
.submenu_btn img{
    height: 80%;
}
/*
.submenu_btn a{
    line-height: 1.1em;
    background-color: #905C47;
    width: 100%;
    height: 54px;
    color: #fff;
    display: block;
    padding: 0 10px;
    text-align: center;
    border-radius:8px;
    vertical-align: middle;
    line-height: 54px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    text-decoration: none;
    margin-top: 5px;
}
.submenu_btn a:hover{
    text-decoration: none;
    color: #fff;
    background-color: #BC785D
}
.submenu_btn img{
    height: 80%;
}*/
/*indexページ　サービス紹介*/

.service_title1{
    background: url(../img/index/sub1.png) no-repeat;
    background-size: contain;
    background-position: bottom;
    width: 100%;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #3c2a22;
    padding-bottom: 5px;
}

.service_title2{
    background: url(../img/index/sub2.png) no-repeat;
    background-size: contain;
    background-position: bottom;
    width: 100%;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #3c2a22;
    padding-bottom: 5px;
}
.service_title3{
    background: url(../img/index/sub3.png) no-repeat;
    background-size: contain;
    background-position: bottom;
    width: 100%;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #3c2a22;
    padding-bottom: 5px;
}
.service_title4{
    background: url(../img/index/sub4.png) no-repeat;
    background-size: contain;
    background-position: bottom;
    width: 100%;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #3c2a22;
    padding-bottom: 5px;
}
.service_photo img{
    width: 100%;
    margin: 10px 0;
}

.service_title_long{
    background: url(../img/sub_long.png) no-repeat;
    background-size: contain;
    background-position: bottom;
    width: 100%;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #3c2a22;
    padding: 5px;
}



/* スタッフ紹介 */
.title_pink{
    padding: .4em .8em!important;
  border-bottom: 4px solid rgba(255,123,171,0.60) !important;
    font-size: 18px !important;
}


.yellow_bk{
    background-color: #fffbf5;
    width: 100%;
    margin: 50px 0;
    padding: 50px 0; 
}

.pink_bk{
    background-color: #fff5f9;
    width: 100%;
    margin: 50px 0;
    padding: 50px 0; 
}


.pink_suki{
    display: inline-block;
    font-size: 9px;
    border: 1px solid #f092b5;
    padding: 0 15px;
    color: #f092b5;
    font-weight: bold;
    position: relative;
    bottom:2px;
    margin-right: 5px;
}
.brown_text{
        color: #53370d;
    font-size: 0.9em
}

.hoikushi_blue{
        display: inline-block;
    font-size: 11px;
    background: #73ccd6;
    padding: 0 15px;
    color: #fff;
    font-weight: bold;
    position: relative;
    bottom:2px;
    margin-left: 10px;
    letter-spacing: 0.1em
}
/*news*/

#detail{
    font-size: 16px !important
}
ul#newsList{
	margin:0 0 15px;
	padding:0;
}
ul#newsList li{
	color:#333;
	margin:0;
	padding:20px 0;
	border-bottom:1px dotted #ccc;
	list-style-type:none;
}
ul#newsList li a{color:#905d47;
    text-decoration:none;}
ul#newsList li a:hover{color:#DB7953;
    text-decoration:none;}

.pNav, .pNav a{
    font-size: 14px;
    color: #905c47;
    text-decoration: none;
}
.pNav a:hover{
    text-decoration: none;
}
.up_ymd{
    font-size:14px;
    margin: 5px 0;
}

.detail_text{
    font-size: 16px !important;
}


.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}
.newMark{
    color: #333;
	display:inline-block;
	border:1px solid #ccc;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	border-radius:8px;
	font-style:italic;
}

.detailUpfile img{
    margin: 0 auto;
    display: block;
}

@media screen and (max-width:768px) {
.comment{
	display:block;
	float:left;
	overflow:hidden;
	width:50%;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */

}
.comment a{
    color: #333 !important; 
    text-decoration: none;
} 
.comment a:hover{
    color:#DB7953 !important;
    text-decoration: none;
}     
   

.thumbNailWrap{
	display:block;
	width:45%;
	float:left;
	min-height:100px;
	overflow:hidden;
    margin: 0 3% 0 2%;
    
    }
}

@media screen and (min-width:769px) {
    .comment{
	display:block;
	float:left;
	overflow:hidden;
	width:60%;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */

}
.comment a{
    color: #333 !important;
    text-decoration: none;
} 
.comment a:hover{
    color:#DB7953 !important;
    text-decoration: none;
} 

.thumbNailWrap{
	display:block;
	width:30%;
	float:left;
	min-height:100px;
	overflow:hidden;
    margin: 0 5%;
    
    }
}
.thumbNailWrap img{
    display: block;
    margin: 0 auto;
}
.thumbNail{
    width: 100%;
}
.news_comment{
    font-size: 0.9em
}

.news_title{
    font-weight: bold !important;
    color: #333;
}

/*ブログfeed*/
.feed_img a{
    color: #333;
    font-size: 0.8em
}

.feed_img img{
    width: 100%;
}
.feed_date{
    font-size: 12px;
}
h3.feed_title{
    line-height: 0.7em !important
}
h3.feed_title a{
    line-height: 0.7em !important;
    font-size: 14px !important;
    font-weight: bold;
    color: #333;
}
.feed_text a{
    font-size: 14px;
    color: #333 
}

.mb_50{
    margin-bottom:50px;
}
.mb_100{
    margin-bottom:100px;
}
/*ブログ、応援していますタイトル幅270px*/
.title_270{
    width: 270px;
    display: block;
    margin: 0 auto;
}

.title_440{
    width: 440px;
    display: block;
    margin: 0 auto;
}

/*facebook インスタグラム*/




.footer_bk{
    background: url(../img/submenu_bg.png);
    width: 100%;
    min-height: 50px;
    padding: 50px 0;
    font-size: 0.9em
}

.footer_logo{
        margin-bottom: 20px;
}


/*フッター・お問い合わせボタン・グラデーション*/
.footer_btn > a {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: -moz-linear-gradient(left, #ffa059, #f88989);
    background: -webkit-linear-gradient(left, #ffa059, #f88989);
    background: linear-gradient(to right, #ffa059, #f88989);
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 1.1em;
    vertical-align: middle;
    margin: 5px 0;
}
.footer_btn > a:hover {
    background: -moz-linear-gradient(left, #ffa059, #f88989);
    background: -webkit-linear-gradient(left, #ffa059, #f88989);
    background: linear-gradient(to right, #ffa059, #f88989);
    color: #ffffff !important;
    text-decoration: none;
    opacity: 0.5;
}

.footer_address a{
    color: #333
}

.footer_menu a{
    color: #333333
}
.footer_triangle{
    color: #333333
}
.footer_onegai p{
    margin-top: 10px;
    line-height: 1.6em;

}


/*下層ページトップバナー*/
.topbanner_bk_sm{
    min-height: 100px;
    background: #fff1fb;  /* fallback for old browsers */
    background: -moz-linear-gradient(bottom left, #fffaec 30%, #fff6fc 80%, #f3fdfe);
    background: -webkit-linear-gradient(bottom left, #fffaec 30%, #fff6fc 80%, #f3fdfe);
    background: linear-gradient(to top right, #fffaec 30%, #fff6fc 80%, #f3fdfe);
   border-bottom: 1px solid #f2e7d7
}


/*全国のマタニティ整体学校*/
.font_black a{
    color: #333;
    text-decoration: none;
    font-size: 0.9em
}


    .faqs{
        width: 100%;
        margin: 0 auto;
        display: block
    }
    .f-clums{
	position: relative;
    width: 100%;
    margin: 5px auto;
    padding: 10px;
    border: solid #DDD 1px;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    font-weight: normal !important
        
}
.f-clums:hover{
	cursor: pointer;
    background-color: rgba(236,119,162,0.10)
}

    .q-num {
    color: #905c47;
        margin-right: 10px;
}
.q-txt {

    padding-top: 10px;
    cursor: pointer;
}
.answer{
    width: 100%;
    margin: 10px auto;
    padding: 15px;
    background-color: rgba(236,119,162,0.10);
	position: relative;
}


/*revew*/
.review_yellow_bk{
        background-color: #fffbf5;
    width: 100%;
    padding: 50px; 
}

.review_pink_bk{
        background-color: #fff5f9;
    width: 100%;
    padding: 50px; 
}


/*maternity*/
.sejutsu{
    position: relative;
}
.sejutsu_img{
    position: absolute;
    right: 20%;
    top:-150px;
    z-index: 5;
    display: none
}

.nagare_box{
    border: 1px solid #ddd;
    padding: 15px;
    background: rgba(255,255,255,0.70)
}

.nagare_pnk{
    display: block;
    position: relative;
}

.pink_btn{
    display: inline-block;
    font-size: 9px;
    margin-left: 10px;
    background: #f092b5;
    padding: 0 15px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 5px;
}


.pink_btn2{
    display: inline-block;
    font-size: 9px;
    background: #f092b5;
    padding: 0 15px;
    color: #fff;
    font-weight: bold;
}




.table_left {
    float: left;
    margin-right: 20px;
}


.fee {
    width: 100%;
}
.fee tr {
    border: 1px solid #000;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

.fee th {
    font-size: 0.9em;
    line-height: 1.4em;
    border: 1px solid #000;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal !important
}

.fee td {
    font-size: 0.9em;
    border: 1px solid #000;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal !important
}
.tax {
    font-size: 0.8em;
}

#yoyakusei {
    font-size: 18px;
    color: #603813;
    padding: 10px;
    margin-left: 20px;
}


#onegai_bk {
    width: 100%;
    padding: 100px 0px;
    background-color: rgba(244,160,70,0.15);
    border-bottom: #EEE 1px solid;
}
#onegai {
    border: #f4a046 1px solid;
    background-color: #fff;
    margin: 50px auto;
    position: relative;
    padding: 50px;
    box-sizing: border-box;
}
#onegai h2 {
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -168px;

}


/*ベビマ*/

.warabe th{
    padding-right: 10px;
}
.warabe td{
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left
}



.maru1{
  vertical-align: middle;
  border-radius: 50%;
  background-color: rgb(115, 204, 214);
  width: 44px;
  height: 44px;
    color: #fff;
    font-weight: bold;
    line-height: 44px;
    font-size: 18px;
    text-align: center;
    display: block;
}

.maru2{
    display: block;
      border-radius: 50%;
  background-color: #ffa543;
  width: 44px;
  height: 44px;
    color: #fff;
    font-weight: bold;
    line-height: 44px;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
}

.maru3{
    display: block;
      border-radius: 50%;
  background-color: #ea68a2;
  width: 44px;
  height: 44px;
    color: #fff;
    font-weight: bold;
    line-height: 44px;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
}


.kaijo th, td{
     padding: 10px;
    text-align: center;
    vertical-align: middle;
}

.kaijo table{
    margin: 15px 0;
}

.access_phone{
    font-size: 1.8em;
    font-weight: 500;
    letter-spacing: 0.1em
}

.access_btn > a {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: -moz-linear-gradient(left, #ffa059, #f88989);
    background: -webkit-linear-gradient(left, #ffa059, #f88989);
    background: linear-gradient(to right, #ffa059, #f88989);
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    vertical-align: middle;
    margin: 5px 0;
}
.access_btn > a:hover {
    background: -moz-linear-gradient(left, #ffa059, #f88989);
    background: -webkit-linear-gradient(left, #ffa059, #f88989);
    background: linear-gradient(to right, #ffa059, #f88989);
    color: #ffffff !important;
    text-decoration: none;
    opacity: 0.5
}

.privacy h2{
    font-size: 16px;
    font-weight: bold;
}
