/*基本設定*/
html{
  overflow-x: hidden;
  font-size:62.5%;
}

body{
	background-color:rgb(147,205,221);
	font-family: "Rounded Mplus 1c";
  /*font-family: "Noto Sans JP",sans-serif;*/
  line-height: 1.6;
  font-size: 1.6rem;
  color:#627373;
  box-sizing:border-box;	
}

img {
    max-width: 100%;
    height: auto;
    margin:0 auto;
}
.pc-hid{
    display: block;
}
.sp-hid {
    display: none;
  }
.underline{
  text-decoration: underline;
}
.bold{
    font-weight: bold;
}
.indent{
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.mgt-s{
  margin-top:1em;
}
.mgt-m{
  margin-top:30px;
}
.mgb-s{
  margin-bottom:1em;
}
.mgb-m{
  margin-bottom:30px;
}
.pdl-m{
  padding-left:2em;
}
.txt-right{
  text-align: right;
}

@media screen and (min-width:992px) {
  .sp-hid{
    display: block;
  }
  .pc-hid {
    display: none;
  }
}

.container{
  max-width: 1280px;
  margin:0 auto;
  width: 95%;
  position: relative;
}

@media(min-width:992px){
  body{
    font-size:2.4rem;
  }
}

/*header*/

header{
	width:100%;
  height: 96px;
	background-image: url(../img/pink5.svg);
  background-size: contain;
	background-repeat:repeat-x;
}

header h1{
  position: relative;	
	font-size: 2.4rem;
	color:#fff;
	text-align: center;
  height: 96px;
  padding:14px 0 0;
  box-sizing: border-box;
}

header h1:before{
  position: absolute;
  content:'';
  display: inline-block;
  width: 50px;
  height: 34px;
  margin-left: -50px;
  background-image:url("../img/shuchou2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition: all 0.5s 0s ease;
  }
header h1:hover:before{
  transform: scale(1.2);
}

.tel{
  margin:10px auto;
  padding:2px 10px 2px 2px;
  width: 200px;
  height: 44px; 
  background-color:#ffc000;
  font-size: 1.8rem;
  font-weight:400;  
  border-radius: 8px;
  color: #fff;
  line-height:44px;
  text-align: center;
  box-shadow: inset 0px 0px 8px 0px;
  transition: all 0.5s 0s ease;
  cursor: pointer;
}

.tel:hover {
    background-color:#f7cc4a;
}

.header_tel{
    text-align: center;
}
.tel a{
  color: #fff;
  font-weight:500;   

}

.tel:before{
  content:'';
  display: inline-block;
  width:22px;
  height: 22px;
  background: url(../img/w-tel.png);
  background-size:contain;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 4px;
}
@media(min-width:992px){

header{
  height: 192px;/*96pxの倍*/
  background-size:auto;
  background-color:#5C6C65;
  z-index:200;
}
header h1{
  position: relative; 
  font-size: 2.8rem;
  }
header h1:before{
  width: 72px;
  height: 56px;
  margin-left: -80px;
  }

.tel{
  margin:10px auto;
  width: 200px;
}
.header_tel{
  position: absolute;
  top: 5px;
  right: 20px;
  padding: 5px;
  height: 30px;
  line-height: 30px;
}

}

/*ここからハンバーガーメニュー*/
.btn {
    background:transparent url(../img/menu1.svg) no-repeat 0 0;
    display: block;
    width:36px;
    height: 36px;
    position: absolute;
    top:10px;
    right:10px;
    cursor: pointer;
    z-index: 200;
}
.peke {
    background-position: -36px 0;
}
.drawr {
    display: none;
    background-color:rgba(106,133,181,0.9);
    position: absolute;
    top: 0;
    right:0;
    width:100%;
    padding:20px 0 40px 20px;
    z-index: 100;
}
ul#menu{
	padding:20px 10%;
}

#menu li {
    height: 50px;
    line-height: 50px;
    font-size: 120%;
    color: #fff;
    border-bottom:dotted 2px #fff;
}

#menu li a {
    color:#fff;
    display: block;
}

@media(min-width:992px){
.btn {
    display: none;
    background:transparent url(../img/menu1.svg) no-repeat 0 0;
    width:36px;
    height: 36px;
    position: absolute;
    top:10px;
    right:10px;
    cursor: pointer;
    z-index: 200;
}
.peke {
    background-position: -36px 0;
}
.drawr {
    display:inline-block;
    font-size: 80%;
    position:relative;
    top: 0;
    left:0;
    width:100%;
    height:50px;
    padding:20px 0;
    margin:0 auto;
    background: #5C6C65;
}

ul#menu{
  padding:0;
}

#menu{
  overflow: hidden;
}

#menu li {
    width:20%;
    height: 30px;
    line-height:30px;
    font-size:100%;
    color: #fff;
    border-style: none;
    /*border-bottom:dotted 2px #fff;*/
    float: left;
    text-align: center;
}
#menu li a {
  position: relative;
    color:#fff;
    display: inline-block;

}
#menu li a::after{
  position: absolute;
  bottom:2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background:#fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
#menu li a:hover::after{
  transform: scale(1, 1);
}
  }
/*ここまでハンバーガーメニュー*/

/*-----------main-----------*/
.slider{
  margin-top:70px;
}

.catch{
	font-size:1.6rem;
	padding:2%;
	margin:2% 0;
	background-color: rgb(49,133,156);
	color: #fff;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#news h2{
	color: #505050;
  font-size:2rem;
	padding: 1% 3% 1% 1%;
	margin:3% 0 20px;
	display: inline-block;
	line-height: 1.3;
	background: #dbebf8;
	vertical-align: middle;
	border-radius: 8px 8px 8px 8px;
}

#news h2:before{
	content:url(../img/baby23.svg);
	margin:8px;
	vertical-align:middle;
}


#news .information dl{
font-size:1.6rem;
font-family: 'Noto Sans Japanese', "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
background-color:#fffcf4;
    border: 2px dashed rgb(49,133,156);
    border-radius: 8px;
    box-shadow: 0 0 0 8px #fffcf4;
    color:#373636;
    margin:0 1rem 0.5rem;
    padding:1em;
}

#news .information dt{
  	padding:0.5rem 0;
  }
#news .information dd{
	display: inline;
	line-height: 1.7;
	background: linear-gradient(transparent 60%, #FFEBE6 60%);
}
#news .information dd span.txt-right{
	display: block;
	text-align: right;
}
#news .blog .feed{
 font-size: 90%;
 font-family: 'Noto Sans Japanese', "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
 /*background-color: #fffcf4;*/
 border: 2px dashed rgb(49,133,156);
 border-radius: 8px;
 box-shadow: 0 0 0 8px #fbf1d2;
 color: #373636;
 margin: 0 1rem 0.5rem;
 padding: 1em;
 line-height: 1.6;
 background-color:#fbf1d2;
}
#news .blog .feed ul li a{
	color:#277BAB;
}

#container_box h2{
  font-size:2rem;
  color:#fff;
  margin:40px 0 40px;
  padding-bottom:2rem;
  padding-top:2rem;
  width: 100%;
  text-align: center;
  background:url(../img/bg_pink.svg) repeat-x;
  background-size:cover;
}

@media(min-width:768px) and (max-width: 991px){
  .slider{
  max-width: 990px;/*画像の大きさ*/
  width:95%;
  margin:70px auto 0;
}
}

@media(min-width:992px){

.slider{
  width: 90%;/*画像の大きさ*/
  margin:20px auto 0;
}
.slider img{
  width: 570px;
}
.slider .slick-slide:not(.slick-center) {
-webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-filter: blur(5px);
  -moz-filter:blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.catch{
  width: 600px;
  margin:0 auto;
  text-align: center;
}
#news{
  width:90%;
  margin:0 auto;
  overflow:hidden;
}

#news .information{
  float: left;
  width:58%;
  max-width:800px; 
}
#news .information dl{
  font-size:70%;
}


#news .blog{
  width:40%;
  /*max-width:600px;*/
  float:right;
}
#news .blog .feed{
  font-size:70%;
  line-height: 1.7;
  }

#container_box h2{
  font-size:2.4rem;
    width:80%;
    background:#FF9694;
    border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
    margin: 1em auto;
    padding: 1em;
}
#container_box h2:before{
  content:url(../img/baby.png);
  margin:5px;
  vertical-align: -10px;
  }
}




/*ここからabout*/
#about h2:before{
  content:url(../img/baby.png);
  margin:5px;
  vertical-align: -10px;
}

#about h3{
	width:60%;
  max-width: 250px;
	font-size:2rem;	
	margin:8% auto 6%;
	padding: 1%;
	text-align: center;
  background-color:#fbf1d2;
  border: 2px dashed rgb(49,133,156);
  border-radius: 8px;
  box-shadow: 0 0 0 8px #fbf1d2;

}
 .rinen p,.housin ul li{
 	width: 80%;
  max-width: 500px;
 	font-size: 1.6rem;
	background-color: #fff;
	margin:4% auto;
	padding:2% 5%;
	border-radius: 8px;
}

/*PC版aboutここから*/
@media(min-width:992px){

#about h3{
  width:20%;
  margin:4% auto 2%;
  padding: 1rem;
  text-align: center;
}
  .rinen p,.housin ul li{
  width: 60%;
  line-height: 2;
  text-align: center;
}
}

 /*ここからkatudou*/
#katudou h2:before{
  content:url(../img/honyuu.png);
  margin:5px;
  vertical-align: -10px;
}

#katudou h3{
  width:80%;
  max-width: 250px;
  font-size:2rem;
  text-align: center;
  background-color: #fbf1d2;
  padding:1%;
  margin:4% auto 0;
  border-radius: 50px 50px 0 0;
  background-color:#fbf1d2;
  border: 2px dashed rgb(49,133,156);
  border-bottom:0;
  box-shadow: 0 0 0 8px #fbf1d2;
}

#katudou .ryoukin span{
	background: linear-gradient(transparent 50%, #FFEBE6 50%);
}
#katudou li:before{
  content:'';
  display: inline-block;
  width: 36px;
  height: 20px;	
  background-size: contain;
	margin:4px;
	vertical-align:middle;
}
#katudou .ryoukin:before{
  background:url(../img/ryoukin.svg) no-repeat;
  background-size: contain;
  }
#katudou .naiyou:before{
  background:url(../img/naiyou.svg) no-repeat;
  background-size: contain;
}
#katudou .jikan:before{
  background:url(../img/jikan.svg) no-repeat;
  background-size: contain;
}
#katudou .koutuuhi:before{
  background:url(../img/koutuuhi.svg) no-repeat;
  background-size: contain;
}


#katudou .indent{
	text-indent: 2.5em;
}

#katudou img{
	display:block;
	margin:4% auto 6%;
  width: 30%; 
}


#katudou ul{
	width: 90%;
  max-width: 600px;
	font-size:1.6rem;
	background-color: #fff;
	margin:0 auto;
	padding:4%;
	border-radius: 8px 8px 0 0;
}
#katudou ul li{
	margin-bottom:0.5em;
  text-indent: -2.8em;
  padding-left: 3em;
}
#katudou .sango_list li:last-child{
  margin-bottom:0;
}
#katudou .small_list{
	margin:0 0 1rem 2rem;
	padding:0;

}
#katudou .small_list{
  margin:1% 0 4% 4%;
}
#katudou .small_list li{
	margin:0 0 0 -11%;
	padding:1% 0;
  text-indent:-1.1em;
}

#katudou .small_list li:before{
	content:'';
  /*content:url(../img/heartpink.png);*/
  display: inline-block;
  background-image:url(../img/baby_list.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
	margin:0;
	vertical-align:middle;
}

#sango h3{
	line-height: 1.2;
}
@media(min-width:768px) and (max-width: 991px){
#katudou img{
  display:block;
  width: 200px; 
}
}
/*PC版ここからkatudou*/
 @media(min-width:992px){

#katudou h3{
  width:300px;
  margin:60px auto 0;
}

#sango h3{
  line-height: 25px;
  margin:100px auto 0;
}
#katudou ul{
  background-color: #fff;
  margin:0 auto;
  padding:20px;
  border-radius: 25px;
}
#katudou ul li{
  line-height: 2;
  text-indent: -4.4em;
  padding-left:4em;
}
#katudou li:before{
  width: 61px;
  height: 30px;
  }
#katudou .small_list li:before{
  width: 40px;
  height: 30px;
}
#katudou img{
  display:block;
  margin:4% auto 6%;
  width: 200px;
}
#katudou figure{
  background:#FBF4E5;
  width: 200px;
  height: 200px;
  margin:40px auto;
  border-radius:50%;
}
}

/*ここまでkatudou*/

/*ここからprofile*/

#profile h2:before{
  content:url(../img/profile.png);
  margin:5px;
  vertical-align: -10px;
}

#profile #name img{
	display:block;
	margin:1rem auto;
	border-radius: 50%;
  width: 30%; 
}

#profile h3{
	font-size:1.8rem;
	margin-left:1rem;
	width:60%;
  max-width: 250px;
	padding: 0.5rem;
	border-radius: 8px;
	margin:6% auto;
	text-align: center;
  background-color: #fbf1d2;
  border: 2px dashed rgb(49,133,156);
  box-shadow: 0 0 0 8px #fbf1d2;
}

#profile dl{
font-size:1.6rem;
background: #fff;
border-radius :8px;/*角の丸み*/
box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
padding: 2%;
margin:0.5rem 1rem 1rem 1rem;
}

#profile ul{
font-size:1.6rem;
background: #fffcf4;
border-radius :8px;/*角の丸み*/
box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
padding: 2%;
margin:0.5rem 1rem 1rem 1rem;
}

#profile dt{
  	padding-top:0.5rem;
  }

/*PC版profileここから*/
@media(min-width:992px){

#profile h3{
  font-size:1.8rem;
  width:40%;
  padding: 0.5rem;
  border-radius: 8px;
  margin:4% auto;
}
#profile ul{
border-radius :8px;/*角の丸み*/
box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
padding: 2%;
margin:1rem auto;
width:50%;
}
#profile dl{
  width:50%;
  margin:1rem auto;
}

#profile dt{
    padding-top:0.5rem;
  }
#profile dd{
    background-color: #fff;
    border-bottom: 2px dashed rgb(49,133,156);
    box-shadow: 0 0 0 8px #fff;
    margin: 0 1em 2%;
}
 #profile #name img{
  display:block;
  width:200px; 
}
}
/*PC版profileここまで*/

/*ここからcalender*/
/*#calender{
	background:url(../img/bg_pink.svg) no-repeat;
}
#calender h2{
	font-size:120%;
	color:#fff;
	/*border-bottom:dotted 4px #fff;
	width:5em;
	margin:96px auto 40px auto;
	padding-bottom:0.5rem;
	padding-top:40px;
}
*/
#calender h2:before{
  content:url(../img/calender.png);
  margin:5px;
  vertical-align: -10px;
}
#calender h3{
	font-size: 1.8rem;
	width: 80%;
  max-width: 400px;
	background-color: #fbf1d2;
	padding: 0.5rem;
	border-radius: 8px 8px 8px 8px;
	margin:0.5rem auto;
	text-align: center;
  margin: 4% auto;
  text-align: center;
  background-color: #fbf1d2;
  border: 2px dashed rgb(49,133,156);
  box-shadow: 0 0 0 8px #fbf1d2;

}

#calender p{
	font-size:1.6rem;
	width: 95%;
	line-height: 1.5;
	padding:2%;
	border-radius: 8px 8px 8px 8px;
	margin:2em auto 1em;
	background-color:#fffcf4;
}

.googlecal {
		position: relative!important;
		/*width: 100%;*/
		height: 600px;
		padding-bottom:20px;
    	/*padding-bottom:100%;/*縦横比
    	height: 0;*/
    	max-width: 100%;
    	}
.googlecal iframe, .googlecal object, .googlecal embed {
	position: absolute!important;
    top:0px;
    /*left: 50%;
  	margin-left: -160px;/*320pxの半分 calender中央にするために*/
    max-width: 100%!important;
    /*height: 100%!important;*/
	 }
	 
iframe[src*="calendar"] {
		max-width:100%;
        /*width: 320px!important;
        height: 320px!important;*/
    }
.attention{
  font-size:1.2rem;
  display: block;
}
/*PC版calenderここから*/
 @media(min-width:992px){


 #calender h3{
  font-size: 90%;
  background-color: #fbf1d2;
  padding: 0.5rem;
  border-radius: 8px 8px 8px 8px;
  margin:4% auto 2%;
  text-align: center;
}
 #calender p{
  padding:1%;
  width: 60%;
  }
.googlecal {
    position: relative!important;
    width: 100%;
      padding-bottom:100%;/*縦横比*/
      height: 0;
      max-width: 100%;
      padding-bottom:800px;
      }
.googlecal iframe, .googlecal object, .googlecal embed {
  position: absolute!important;
    top:0px;
    left: 50%;
    margin-left: -400px;/*400pxの半分 calender中央にするために*/
    width: 100%!important;
    height: 100%!important;
   }
   
iframe[src*="calendar"] {
        width: 800px!important;
        height: 800px!important;
    }
  }
/*PC版calenderここまで*/

/*@media screen and (max-width: 320px) {
    iframe[src*="calendar"] {
        width: 320px!important;
        height: 320px!important;
    }
}*/

 /*ここからotoiawase*/
 /*#otoiawase{
 	background:url(../img/bg_pink.svg) no-repeat;
 }
 #otoiawase h2{
 	font-size:120%;
	color:#fff;
	/*border-bottom:dotted 4px #fff;
	width:6em;
	margin:96px auto 40px auto;
	padding-bottom:0.5rem;
	padding-top:40px;
 } 
*/
 #otoiawase h2:before{
  content:url(../img/denwa.png);
  margin:5px;
  vertical-align: -10px;
}
 #otoiawase h3{
 	font-size:1.8rem;
 	color: #fff;
 	background-color: #20388F;
 	width: 40%;
 	padding: 1%;
  margin:2% auto 6%;
	border-radius: 8px 8px 8px 8px;
	text-align: center;
  border: 2px dashed #fff;
  box-shadow: 0 0 0 8px #20388f;
 }

 #otoiawase p{
 	font-size:1.6rem;
 	background-color: #fff;
 	width: 95%;
 	line-height: 1.5;
 	padding: 2%;
	border-radius: 8px 8px 8px 8px;
	margin:2% auto;

 }
 #otoiawase p span{
 	background: linear-gradient(transparent 50%, #FFEBE6 50%);
  font-weight: 500;	
 }
 .shucchou {
    margin-bottom: 4%;
  }
 .shucchou img{
	display:block;
	margin:1rem auto;
    width: 30%; 
}
.otoiawase .tel{
	display:block;
	margin:2% auto;
}
.otoiawase .tel:hover {
    transform: scale(1);
}
.otoiawase .Line img{
	height: 50px;
	width:auto;
	display: block;
	margin:2% auto;
}

.otoiawase .form{
	width:100%;
	height:1000px;
	overflow:hidden;
  margin-top: 4%;
}
@media(min-width:992px){
  /*PC版otoiawaseここから*/


#otoiawase h3{
  font-size:90%;
  color: #fff;
  background-color: #20388F;
  width:25%;
  padding: 0.5rem;
  border-radius: 8px 8px 8px 8px;
  margin:0.5rem auto;
  text-align: center;
 }

 #otoiawase p{
  width: 60%;
 }
 .otoiawase .tel{
  width: 300px;
  display:block;
}
.otoiawase .Line img{
  height: 50px;
  width:auto;
  display: block;
}
.otoiawase .form{
  width:60%;
  overflow:hidden;
  margin:0 auto;
}
.shucchou img{
  display:block;
  margin:1rem auto;
  width: 200px; 
}
}
/*PC版otoiawaseここまで*/

/*ここからQA*/

#QA h2:before{
  content:url(../img/nakiaka.png);
  margin:5px;
  vertical-align: -10px;
}
#acMenu dt{
    display:block;
    width:90%;
    height:50px;
    line-height:50px;
    text-align:center;
    color: #fff;
    font-size:1.8rem;
    margin: 0 auto;
    /*border-bottom: dotted #FFF 4px;*/
    cursor:pointer;
    }
#acMenu dd{
    background:#f2f2f2;
    width:80%;
    height:100%;
    line-height: 1.5;
    margin: 0 auto;
    padding:0.4rem 5% 0.4rem 5%;
    font-size:90%;
    color:#373333;
    display:none;
    }

#acMenu dt:before{
	content: url(../img/sankaku.png);
	margin:4px;
}

#acMenu dt:hover{
	background-color:#277BAB;
}

/*ここまでQA*/


/*ここから母乳育児相談室*/
 #soudan h2:before{
  content:url(../img/nenneaka.png);
  margin:5px;
  vertical-align: -10px;
}
#soudan .sec_ttl,#sei .sec_ttl{
	width: 90%;
	font-size:1.4rem;
	line-height: 1.5;
	padding:2%;
	background-color:#F8F6EA;
	border-radius: 5px;
	margin:0 auto;
  box-sizing: border-box;
}
#soudan dt,#sei dt{
    display:block;
    width:90%;
    height:auto;
    line-height:1.5;
    color: #fff;
    font-size:1.6rem;
    margin:2rem auto 0;
    padding:1% 2%;
    cursor:pointer;
    border:1px solid #fff;
    }
#soudan dd,#sei dd{
    background:#f2f2f2;
    width:90%;
    height:100%;
    line-height:1.8;
    margin: 0 auto;
    padding:1% 2%;
    font-size:1.4rem;
    color:#373333;
    display:none;
    border:1px solid #f2f2f2;
    }

#soudan dt:before,#sei dt:before{
	content: url(../img/q1.png);
	margin:4px 4px 0;
}
#soudan dd:before,#sei dd:before{
	content: url(../img/a1.png);
	margin:4px 4px 0;
}
#soudan dt:hover,#sei dt:hover{
	background-color:#277BAB;
	border:1px solid #277BAB;
}
#soudan dd a,#sei dd a{
	color:#FC9C05;
}

/*ここまで母乳育児相談室*/
/*ここから性教育*/
#sei dd .txt_bold{
	font-weight: bold;
}
#sei ul li{
	list-style: inside;
  padding-left:1em;
}
#sei ol{
	list-style: decimal;
  padding-left: 2em;
}
.sub_list {
   margin-left: 1.5em;
 }
.qa_table{
	width: 100%;
	margin-bottom:0.5em;
}
.qa_table td{
	border:1px solid #999;
	padding:1%;
}
.ol_none li{
	list-style: none;
	padding-left:1em;
}
.col_3 td{
  width: 31%;
}
.qa_table.w40 {
    width: 40%;
    margin: 2% auto;
    text-align: center;
    }
.frame{
  border:1px solid #000;
  padding-left: 1em;
}
.fill{
  background:#cfd9e6;
  display: inline-block;
}

/*ここまで性教育*/
 

/*ここからおすすめリンク*/

#link h2:before{
  content:url(../img/oshaburi.png);
  margin:5px;
  vertical-align: -10px;
}

#link .link_list li{
	width:70%;
	font-size:1.4rem;
	color: #fff;
	background-color:#C8BF2D;
	margin:4% auto;
	padding: 2%;
	text-align: center;
	border-radius: 8px 8px 8px 8px;
}

#link .link_list li a{
color: #fff;
}
#link .link_list li:hover{
	background-color:#EDD614;
}

/*ここまでおすすめリンク*/
/*footerここから*/
footer .share{
	display: flex;
	justify-content: center;
	width:80%;
	margin:10px auto;
}
footer .share li{
	margin:0 10px 0 0;
}
footer .share li iframe{
  height: auto!important;
}

footer .share li:nth-child(2){
	margin-right:0;
}

footer .sns li{
	width: 30px;
	margin:10px;
	float:right;		
}
footer .sns .fb img{
	width:30px;
	height:30px;
} 
footer .navi_list{
	clear:right;
	margin:30px 0 0 0;
	background-color:#A49A9A;
	padding:0.5rem;
	text-align: center;
}


footer .navi_list li{
	display: inline-block;
	font-size:1.2rem;
	margin:1%;
}
footer .navi_list li a{
	color: #fff;
}



/*footerここまで*/




/*タブレット用css*/
@media(min-width:768px) and (max-width: 991px){

.googlecal {
		position: relative!important;
		width: 100%;
    	padding-bottom:100%;/*縦横比*/
    	height: 0;
    	max-width: 100%;
    	}
.googlecal iframe, .googlecal object, .googlecal embed {
	position: absolute!important;
    top:0px;
    left: 50%;
  	margin-left: -320px;/*320pxの半分 calender中央にするために*/
    width: 100%!important;
    height: 100%!important;
	 }
	 
iframe[src*="calendar"] {
        width: 640px!important;
        height: 640px!important;
    }


.shucchou img{
	display:block;
	margin:1rem auto;
    width: 200px; 
}
#container_box h2{
	font-size:120%;
	color:#fff;
	margin:40px 0 40px;
	padding-bottom:2rem;
	padding-top:2rem;
	width: 100%;
	text-align: center;
	background:url(../img/bg_pink.svg);
	background-repeat: no-repeat;
	background-size:100%;
}

}


/*PC版contentsここから*/
@media(min-width:992px){

/*PC版QAここから*/

#acMenu dt{
    display:block;
    width:60%;
    height:50px;
    line-height:50px;
    text-align:center;
    color: #fff;
    font-size:2rem;
    margin: 0 auto;
    /*border-bottom: dotted #FFF 4px;*/
    cursor:pointer;
    }
#acMenu dd{
    background:#f2f2f2;
    width:50%;
    height:100%;
    line-height: 1.5;
    margin: 0 auto;
    padding:1rem 5%;
    font-size:70%;
    color:#373333;
    display:none;
    }

#acMenu dt:before{
	content: url(../img/sankaku.png);
	margin:4px;
}

#acMenu dt:hover{
	background-color:#277BAB;
}

/*PC版QAここまで*/

/*PC版soudanここから*/

#soudan .sec_ttl,#sei .sec_ttl{
	width: 80%;
	font-size:1.6rem;
	line-height: 1.5;
	padding:1rem;
	background-color:#F8F6EA;
	border-radius: 5px;
	margin:4% auto;
}
#soudan dt,#sei dt{
    display:block;
    width:70%;
    height:auto;
    line-height:1.5;
    color: #fff;
    font-size:2rem;
    margin:2rem auto 0;
    padding:0.4rem 5%;
    cursor:pointer;
    border:1px solid #fff;
    }
#soudan dd,#sei dd{
    background:#f2f2f2;
    width:70%;
    height:100%;
    line-height:1.8;
    margin: 0 auto;
    padding:0.4rem 5%;
    font-size:1.8rem;
    color:#373333;
    display:none;
    border:1px solid #f2f2f2;
    }

#soudan dt:before{
	content: url(../img/q1.png);
	margin:4px 4px 0;
}
#soudan dd:before{
	content: url(../img/a1.png);
	margin:4px 4px 0;
}
#soudan dt:hover{
	background-color:#277BAB;
	border:1px solid #277BAB;
}
#soudan dd a{
	color:#FC9C05;
}

/*PC版soudanここまで*/

/*PC版seiここから*/

/*PC版seiここまで*/
/*PC版linkここから*/

#link .link_list li{
	width:50%;
	font-size:1.6rem;
	color: #fff;
	background-color:#C8BF2D;
	margin:2% auto;
	padding:1%;
	text-align: center;
	border-radius: 8px 8px 8px 8px;
}

#link .link_list li a{
color: #fff;
}
#link .link_list li:hover{
	background-color:#EDD614;
}

/*PC版linkここまで*/

/*PC版footerここから*/

footer .share{
	width:300px;
	margin:10px auto;
	overflow: hidden;
}
footer .share li{
	float: left;
	margin:0 10px 0 0;
  height: 20px;
}

footer .sns{
	position:absolute;
	top:140px;
	right:5%;
	z-index: 500;
}
/*PC版footerここまで*/
}


/*ここからTOPへ戻るボタンCSS*/
#page-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    font-size: 1.4rem;
}
#page-top a {
    background: #666;
    opacity: 0.8;
    text-decoration: none;
    color: #fff;
    width: 66px;
    height: 66px;
    padding:0;
    text-align: center;
    display: block;
    border-radius: 50%;
    line-height: 66px;
    font-weight: 500;
    box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.4);
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
/*ここまでTOPへ戻るボタンCSS*/








