/* font icon */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?7xjsad');
  src: url('../fonts/icomoon.eot?7xjsad#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?7xjsad') format('truetype'), url('../fonts/icomoon.woff?7xjsad') format('woff'), url('../fonts/icomoon.svg?7xjsad#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
input,
textarea,
button {
  outline: none;
}
#wrapper {
  width: 100%;
  margin: auto;
}
/* ヘッダー */
header {
  width: 100%;
  position: relative;
}
header .h-top {
  height: 30px;
  background-color: #EDF1F0;
}
header .h-top .w {
  height: 88px;
}
.h-top .w p {
  font-size: 16px;
  line-height: 30px;
  color: #707070;
}
header .content .left h1 {
  font-size: 20px;
  color: #fff;
  width: 400px;
  height: 50px;
  background: url(../images/logo.png) no-repeat;
  text-indent: -9999px;
}
header .content .right {
  width: 540px;
  line-height: 88px;
}
header .content .right button {
  width: 260px;
  height: 50px;
  background-color: #71ce13;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  clear: both;
}
header .content .right button i {
  font-family: 'icomoon';
  font-size: 20px;
  font-style: normal;
  color: #fff;
}
header .content .right button a {
  font-size: 24px;
  color: #fff;
}
header .content .right em {
  width: 260px;
  height: 50px;
  font-size: 30px;
  font-family: 'icomoon';
  font-style: normal;
  text-align: center;
  color: #fff;
  display: block;
  float: right;
  margin-top: 16px;
  background-color: #fd6c93;
}
header .content .right em a {
  color: #fff;
}
header .content .right em i {
  font-family: 'icomoon';
  font-size: 30px;
  font-style: normal;
  color: #fff;
}
.tel-button {
  display: none;
}
header .nav {
  width: 100%;
  height: 100px;
  background-color: #fd6c93;
}
header .nav ul {
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #fd6c93;
}

header .DropDown li{
  background-color: #F45974;
}

header .nav ul li {
  float: left;
  width: 20%;
  height: 100px;
  line-height: 100px;
  text-align: center;
		position: relative;

}
header .nav ul.navlist li a {
  width: 100%;
  /*height: 100px;*/
  line-height: 100px;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  background: url("../images/line.png") no-repeat right center;

}

header .nav ul.navlist li:first-child a{
	position:relative;
}
header .nav ul.navlist li:first-child a::before{
	background: url("../images/line.png") no-repeat;
	content: " ";
	position: absolute;
	width:1px;
	height:50px;
	top: 25px;
	left: 0px;
	display: inline-block;
}
.DropDown li a::before{
	background-image:none!important;
}

header .nav ul li a.last {
  border-right: none;
}
header .nav ul li a:hover {
  text-decoration: none;
  background-color: #71CE13;
}
header .nav li .DropDown {
  /*width: 200px;*/
  width:initial;
  height: initial !important;
  position: absolute;
  top: 100px;
  left: 0px;
  /* left: 398px;*/
  z-index: 2;
  display: none;
}
header .nav li .DropDown li {
		width: 100%;
	line-height:20px !important;
	height: initial !important;
  /*width: 200px;
  height: auto;*/
}
.DropDown li a {
  background-image: none !important;
  line-height:30px !important;
  padding-top: 30px;
  padding-bottom: 30px;

}
header .nav ul li:hover .DropDown {
  display: block;
}
header .top-img img.Small_leaf_left {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 10%;
}
header .top-img img.Small_leaf_right {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 10%;
  z-index: 1;
}
/* コンテンツエリア -> パンくず */
.crumbs {
  padding: 10px 0 15px 0;
}
.crumbs li {
  display: inline-block;
  list-style: none;
}
.crumbs li:before {
  display: inline-block;
  content: ">";
  margin-right: 5px;
}
.crumbs li:first-child:before {
  display: none;
  content: ">";
  margin-right: 5px;
}
.content p{padding: 5px 0;}
.main {
  width: 100%;
  position: relative;
  background-color: #fff0f4;
  padding-bottom: 50px;
}
.main .Floating_leaves_left {
  position: absolute;
  left: 76px;
  top: 46px;
}
.main .Floating_leaves_right {
  position: absolute;
  right: 10px;
  top: 60px;
}
.main .Big_leaf_left {
  position: absolute;
  left: 0px;
  top: 864px;
}
.main .Big_leaf_right {
  position: absolute;
  right: 0px;
  top: 290px;
  width: 15%;
}
.main .Big_leaf_center {
  display: none;
}
.main .content .banner {
  width: 100%;
  max-width: 1200px;
  height: 450px;
  position: relative;
}
.banner .imgs ul li {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  overflow: hidden;
}
.banner .imgs ul li img {
  width: 1200px;
  /*height: 658px;*/
}
.banner .imgs ul li:first-child {
  display: block;
}
.main .content .banner img {
  margin: 8px 5px;
  cursor: pointer;
}
.content .banner .Left_arrow {
  position: absolute;
  top: 250px;
  left: -75px;
}
.content .banner .Right_arrow {
  position: absolute;
  top: 250px;
  right: -75px;
}
.content .banner .circle {
  width: 120px;
  height: 20px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -60px;
  z-index: 1;
}
.content .banner .circle li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  float: left;
  margin: 0 10px;
  border-radius: 50%;
  cursor: pointer;
}
.content .banner .circle li.active {
  background: red;
}

.main .side-wrap {
  width: 100%;
  position: relative;
}
.sid-box {
  float: right;
  width: 360px;
  border-radius: 40px 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  margin-right: 20px;
  background-color: #FDB204;
}
.main .side-wrap .sideBar {
  float: right;
  width: 30%;
  border-radius: 40px 0;
  padding-bottom: 1px;
}
.main .side-wrap .sideBar-one {
  background-color: #FDB204;
}
.main .side-wrap .sideBar h4 {
  text-align: center;
  padding: 0;
  font-size: 26px;
  color: #fff;
  border-radius: 40px 0;
  background-color: #b2d052;
  margin-top: 30px;
}
.main .side-wrap .sideBar .sidebar-info {
  background-color: #b2d052;
  border-radius: 40px 0;
}
.main .side-wrap .sideBar .content {
  background-color: #fff;
  border-radius: 40px 10px;
  margin: 0 10px;
  border: 1px solid #D6FFAC;
  padding: 0 20px 40px 20px;
  margin-bottom: 20px;
}
.main .side-wrap .sideBar .content h3 {
  font-size: 22px;
  font-weight: bold;
  color: #fd6c93;
  margin-top: 20px;
}
.main .side-wrap .sideBar .content p {
  font-size: 18px;
  color: #3B3B3B;
  line-height: 30px;
}

.main .side-wrap .new_box {
  float: right;
  width: 65%;
  padding-right: 15px;
}
.main .side-wrap .new_box .review {
  width: 100%;
  border-radius: 40px 0;
  padding-bottom: 12px;
  background-color: #F19791;
  overflow: hidden;
  margin-top: 30px;
}
.main .side-wrap .new_box .review h3 {
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
.side-wrap .new_box .review .content {
  background-color: #fff;
  border-radius: 40px 10px;
  margin: 5px 10px 0 ;
}
.side-wrap .new_box .review .content p {
  padding: 20px;
  font-size: 20px;
  text-align: left;
  line-height: 30px;
}
.main .side-wrap .new_box .news {
  padding: 20px;
  border-radius: 40px 0;
  margin-top: 12px;
  background: #fff;
  border: 10px solid #fd6c93;
  text-align: left;
}
.side-wrap .new_box .news h3 {
  font-size: 30px;
  text-align: center;
}
.side-wrap .new_box .news dt {
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
  padding-top: 10px;
}
.side-wrap .new_box .news dd {
  width: 100%;
  display: inline-block;
  font-size: 20px;
  border-bottom: 1px dashed #3B3B3B;
  padding-bottom: 5px;
}
.side-wrap .new_box .news dt i {
  display: inline-block;
  width: 100px;
  height: 30px;
  background-color: #71CE13;
  color: #fff;
  font-style: normal;
  text-align: center;
  font-size: 20px;
  border-radius: 10px;
  margin-right: 10px;
}
.main .side-wrap .new_box .news_yellow {
  padding: 20px;
  border-radius: 40px 0;
  margin-top: 12px;
  background: #fff;
  border: 10px solid #f8e13f;
  text-align: left;
}
.side-wrap .new_box .news_yellow h3 {
  font-size: 30px;
  text-align: center;
}
.side-wrap .new_box .news_yellow dt {
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
  padding-top: 10px;
}
.side-wrap .new_box .news_yellow dd {
  width: 100%;
  display: inline-block;
  font-size: 20px;
  border-bottom: 1px dashed #3B3B3B;
  padding-bottom: 5px;
}
.side-wrap .new_box .news_yellow dt i {
  display: inline-block;
  width: 100px;
  height: 30px;
  background-color: #71CE13;
  color: #fff;
  font-style: normal;
  text-align: center;
  font-size: 20px;
  border-radius: 10px;
  margin-right: 10px;
}
.main .side-wrap .new_box .news_pink {
  padding: 20px;
  border-radius: 40px 0;
  margin-top: 12px;
  background: #fff;
  border: 10px solid #e294b1;
  text-align: left;
}
.side-wrap .new_box .news_pink h3 {
  font-size: 30px;
  text-align: center;
}
.side-wrap .new_box .news_pink dt {
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
  padding-top: 10px;
}
.side-wrap .new_box .news_pink dd {
  width: 100%;
  display: inline-block;
  font-size: 20px;
  border-bottom: 1px dashed #3B3B3B;
  padding-bottom: 5px;
}
.side-wrap .new_box .news_pink dt i {
  display: inline-block;
  width: 100px;
  height: 30px;
  background-color: #71CE13;
  color: #fff;
  font-style: normal;
  text-align: center;
  font-size: 20px;
  border-radius: 10px;
  margin-right: 10px;
}
.adBox {
  width: 100%;
  margin: auto;
}
.adBox .ad {
  width: 350px;
  text-align: center;
  background-color: #fff;
  border-radius: 40px 0;
  border: 2px solid #FDB204;
  padding: 10px 0;
}
.adBox .back {
  width: 820px;
  height: 270px;
  margin-top: 15px;
}
.top_arrow {
  border: 0 none;
  bottom: 150px;
  cursor: pointer;
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 10%;
  width: 60px;
  z-index: 2147483647;
}

/*フッター*/
.footer {
  width: 100%;
  background-color: #fd6c93;
}
.footer01 {
	max-width: 1200px;
	margin: 0 auto;
}
.footer .subNav ul {
  width: 50%;
  margin: auto;
}
.footer .subNav ul li {
  float: left;
  font-size: 16px;
  color: #fff;
  margin: 40px 0;
}
.footer .subNav ul li a {
  width: 100%;
  font-size: 16px;
  color: #fff;
  padding: 0 10px;
  text-align: left;
}
.footer .subNav p {
  float: right;
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
  line-height: 28px;
  text-align: left;
}
#tel-nav {
  display: none;
}
/*お問い合わせフォーム*/
.notice {
  width: 88%;
  color: red;
}
.img70{width: 70%;
margin: 10px 15%;}
.list_ul{list-style:disc}
/* ***************flex****************/
.flex_2col,.flex_3col{display:flex;flex-flow: row wrap;justify-content: space-around;}
.flex_2col li{flex-basis:45%;  margin-bottom:20px; margin-right: 10px; text-align: center; display: inline-block;}
.flex_3col li{flex-basis:30%;  margin-bottom:20px; margin-right: 10px; text-align: center; display: inline-block;}
@media only screen and (max-width: 768px) {
.flex_2col li{flex-basis:100%;  margin-bottom:20px;}
.flex_3col li{flex-basis:45%;  margin-bottom:20px; margin-right: 10px; text-align: center; display: inline-block;}
.img70{width: 100%;
margin: 10px 0;}
}