/* 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;
}

.print-wrap {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

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: 16.6%;
  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: 22px;
  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:80px !important;
  padding-top: 20px;
  padding-bottom: 10px;
}
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;
}

.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: 658px;
  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: 35%;
  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: 30px;
  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 127px 20px;
  margin-bottom: 20px;
}
.main .side-wrap .sideBar .content h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fd6c93;
  margin-top: 20px;
}
.main .side-wrap .sideBar .content p {
  font-size: 20px;
  color: #3B3B3B;
  line-height: 30px;
}

.main .side-wrap .new_box {
  float: right;
  width: 60%;
  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;
}
/*スタッフ紹介レイアウト*/
  .image-section {
    margin: 0 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .row-left {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-start; 
  }

  .row-left .image-item {
    flex: 0 0 30%;
    max-width: 30%;
    min-width: 150px;
  }

  .row-even {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .image-item {
    text-align: center;
    word-break: break-word;
  }

.image-item img {
  width: 100%;
  padding: 0 8px;
  box-sizing: border-box;
}
.image-label {
    font-size: 14px;
    line-height: 1;
  }

.w70 {
	width: 70%;
}
.event {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    margin-bottom: 25px;
}
	
.event p img {
    margin-bottom: 10px;
    max-width: 260px;
    max-height: 260px;
    border: 3px solid #fff;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
    background: #fff;
}	

@media (max-width: 1024px) {
.w50_U1080 {
		width: 50%;
	}
}

@media (max-width: 420px) {
.row-even {
      grid-template-columns: 1fr;
		
    }
	
.row-left .image-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
.image-item img {
  max-width: 200px;
}	
	
  }


/*印刷用の調整*/
@media only print and (max-width: 2800px) { 
    body{
		width: 1000px!important;
	}
.main .side-wrap .sideBar .content {
  padding: 0 20px 20px 20px;
}
.flowchart tr td {
  display: block;
  width: 100%;
}
.f_arrow {
  margin: 0 auto!important;
}
.top_arrow{
	display: none!important;
	}
	
.crumbs {
	display: none;
  padding: 10px 0 30px 0;
}
	
		
.new_box .support h3 {
    margin-top: 30px;
}
	
/* iframe {
    display: block !important;
    visibility: visible !important;
  }	*/
/*
	
.new_box .support h3 {
    margin-top: 30px;
}*/	
}
@media screen {
	
	
	
  .print-thumbnail {
    display: none;
  }
}

/*プリントアウトのみのレイアウト変更*/
@media print {
  iframe{
    display: none;
  }
  .print-thumbnail {
    display: block;
    width: 100%;
    height: auto;
  }
  .print-none{
    display: none;
  }	
	
.page {
      page-break-before: always; /* 各.pageの前で改ページ */
      break-before: page;        /* 新しい仕様でも対応 */
    }	
.page_top{
	    margin-top: 5px!important;	
	}	
.banner .imgs ul li img {
    width: 50px;
}	
.main .content .banner {
        height: 500px!important;
    }
.print_main .print_side-wrap .print_new_box {
  float: none!important;
  margin: 0 auto!important;
  width: 70%;
  
}	
	
	
	
}
