@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 14px;
}
body, table, input, textarea, select, option {
  font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
}
a, a:link {
  color: #fff;
  text-decoration: none;
}
a:visited {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #fff;
}
a:active {
  color: #fff;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  font-size: 16px;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  width: 100%;
}
.weight100 {
  font-weight: 100
}
.weight300 {
  font-weight: 300
}
.weight400 {
  font-weight: 400
}
.weight500 {
  font-weight: 500
}
.weight600 {
  font-weight: 600
}
.weight700 {
  font-weight: 700
}
.weight900 {
  font-weight: 900
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
  zoom: 1;
}
* + html .clearfix {
  zoom: 1;
}
.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
.wrapp {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
/*menu*/
.gnav__btn {
  background: #a8d151;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 99;
}
.menu {
  height: 20px;
  position: absolute;
  right: 10px;
  top: 15px;
  width: 30px;
  z-index: 99;
}
.menu__line {
  background: #fff;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform .3s;
  width: 100%;
}
.menu__line--center {
  top: 9px;
}
.menu__line--bottom {
  bottom: 0;
}
.menu__line--top.active {
  top: 8px;
  transform: rotate(45deg);
}
.menu__line--center.active {
  transform: scaleX(0);
}
.menu__line--bottom.active {
  bottom: 10px;
  transform: rotate(135deg);
}
/*gnav*/
.gnav {
  background: #fff;
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 98;
}
.gnav__wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
}
.gnav__wrap .gnav__menu {
  margin: 0 0 0 -5%;
}
.gnav__menu__item {
  margin: 30px 0;
}
.gnav__menu__item a {
  color: #272727;
  font-size: 1.3em;
  font-weight: bold;
  text-decoration: none;
  transition: .5s;
}
.gnav__menu__item a:hover {}
.gnav__menu li {
  width: 100%;
}
.gnav__menu li:nth-child(1), .gnav__menu li:nth-child(5), .gnav__menu li:nth-child(9) {
  background: url(../images/icon1.png) no-repeat 10px;
  padding-left: 20%;
}
.gnav__menu li:nth-child(2), .gnav__menu li:nth-child(6) {
  background: url(../images/icon2.png) no-repeat 10px;
  padding-left: 20%;
}
.gnav__menu li:nth-child(3), .gnav__menu li:nth-child(7) {
  background: url(../images/icon3.png) no-repeat 10px;
  padding-left: 20%;
}
.gnav__menu li:nth-child(4), .gnav__menu li:nth-child(8) {
  background: url(../images/icon4.png) no-repeat 10px;
  padding-left: 20%;
}
/* header */
#head, #wrapp {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
#logo {
  position: absolute;
  z-index: 10;
}
#logo a {
  z-index: 20;
  background: url(../images/logo.png) no-repeat center center #fff;
  display: block;
  width: 230px;
  height: 180px;
}
#mainimg {
  position: relative;
}
#mainimg #mainvisual {
  text-align: right;
  margin-left: 12%;
  display: block;
}
#mainimg #mainvisual img {
  width: 100%;
  max-width: 1300px;
}
#mainimg #mainvisual02 {
  display: none;
}
#mainimg #maincopy {
  position: absolute;
  left: 6%;
      bottom: 20%;
	z-index: 10;
}
#mainimg #maincopy img{
	width: .6vw;
}
#head #bg1 {
  position: absolute;
  left: 0;
  bottom: -60px;
  z-index: -1;
}
#head .button {
  display: none;
}
#sec1 {
  width: 80%;
    position: relative;
    padding: 15% 0 15%;
    display: flex;
    margin: 0 auto;
}
#sec1 h2 {
	width: 50%;
    margin-right: 5%;
}
#sec1 h2 img{
	width: 100%;
}
#sec1 .text {
	width: 50%;
  max-width: 490px;
}
#sec2 {
  padding: 5% 0;
  background: url(../images/sec2_bg.jpg) no-repeat center;
  background-size: cover;
}
#sec2 .sp {
  display: none;
}
#sec2 h2 {
  color: #fff;
  text-align: center;
  line-height: 3.5em;
}
#sec2 h2 p {
  line-height: 25px;
  margin: 6% 0;
}
#sec2 ul {
  max-width: 1068px;
  width: 80%;
  display: flex;
  margin: 2% auto 0;
}
#sec2 ul li {
  padding: 0 2.5%;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
#sec2 ul li img {
  width: 100%;
  max-width: 200px;
}
#sec2 ul li p{
  margin-top: 20px;
}
#sec3 {
  padding: 7% 0;
  position: relative;
}
#sec3 h2 {
  text-align: center;
  line-height: 3.5em;
}
#sec3 p {
  max-width: 600px;
  width: 90%;
  margin: 2% auto;
  line-height: 1.8em;
}
#sec3 #bg4 {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  z-index: -1;
}
#sec3 #bg5 {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  z-index: -1;
}
#sec4 {
  position: relative;
  text-align: center;
  background: url(../images/sec4_bg.jpg) no-repeat center;
  background-size: cover;
}
#sec4 h2 {
  margin-bottom: 5%;
}
#sec4 p span {
  color: #fff;
  line-height: 3em;
  font-size: 16px;
  background: linear-gradient(transparent 60%, #a1ca4a 60%);
}
#sec4 div {
  padding: 6% 0 6% 55%;
}
#sec5 {
  padding: 7% 0;
  position: relative;
}
#sec5 h2 {
  text-align: center;
  line-height: 3.5em;
}
#sec5 h3 {
  text-align: center;
  margin: 3% 0;
}
#sec5 .txt {
  max-width: 600px;
  width: 90%;
  margin: 2% auto;
  line-height: 1.8em;
}
#sp_faciimg {
  display: none;
}
#faciimg {
  width: 100%;
  max-width: 801px;
  margin: 0 auto;
  display: block;
}
#faciimg img{
	width: 100%;
}
#floormap {
  width: 100%;
  max-width: 1166px;
  margin: 5% auto;
  display: block;
}
#floormap img {
  width: 100%;
}
#floormap02 {
  display: none;
}
#sec5 ul {
  width: 90%;
  max-width: 1220px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
#sec5 ul li {
  width: 50%;
  max-width: 285px;
  margin-bottom: 3%;
  margin-right: 1.5%;
}
#sec5 ul li img {
  width: 100%;
}
#sec5 ul li p {
  margin-top: 7%;
  line-height: 1.7em;
}
#sec7 ul li:nth-child(4n) {
  margin-right: 0;
}
#sec6 {
  background: #fff6c5;
  padding: 7% 7% .5%;
}
#kyusyoku {
  display: flex;
}    
#kyusyoku p{
	margin: auto;
}
#kyusyoku p img{
	width: 100%;
}
#kyusyoku h2 {
  text-align: center;
  margin-bottom: 8%;
}
#kyusyoku div {
   padding: 0 5%;
   max-width: 45%;
}
#kyusyoku div p {
  font-size: 15px;
  line-height: 1.5em;
  margin-bottom: 5%;
}
#sec6 #point {
  color: #f89565;
}
#menuwrapp {
  margin: 7% auto;
  position: relative;
  background: #fffbe2;
  border-radius: 15px;
  padding: 5% 4%;
}
#menuwrapp h3 {
  position: absolute;
  top: -30px;
  left: 40%
}
#menu {
  display: flex;
}
.menu1, .menu2 {
  width: 48%;
  margin: 0 1%;
  display: flex;
}
#menu .image {
	width: 48%;
  max-width: 320px;;
  margin-right: 15px;
}
#menu .image img {
  width: 100%;
}
#menu .textwrap {
  width: 50%;
}
#menu .textwrap .tit {
  font-size: 20px;
  border-bottom: 1px solid #ffb97a;
  padding: 5px 15px;
  margin-bottom: 15px;
}
#menu .textwrap dl {
  padding: 0 15px;
}
#menu .textwrap dt {
  color: #f67c2b;
  position: absolute;
  margin-bottom: 10px;
}
#menu .textwrap dd {
  padding-left: 20%;
  margin-bottom: 10px;
}
#menu .textwrap .coment {
  padding: 0 15px;
}
#sec7 {
  padding: 3% 10%;
  position: relative;
}
#sec7 .wrap {
  background: #90b939;
  text-align: center;
  border-radius: 15px;
  width: 90%;
  max-width: 1200px;
  margin: 10% auto;
  padding: 3%;
  display: block;
}
#sec7 .wrap02 {
  display: none;
}
#sec7 h2 {
  text-align: center;
  line-height: 3.5em;
}
#sec7 ul {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  margin: 5% auto 7%;
}
#sec7 ul li {
  width: 23%;
  margin-bottom: 3%;
  margin-right: 1.5%;
}
#sec7 ul li img{
	width: 100%;
}
#sec8 {
  padding: 7% 10%;
  background: url(../images/sec8_bg.jpg) no-repeat center;
  background-size: cover;
}
#sec8 .wrap {
  background: #fff;
  padding: 3%;
  max-width: 455px;
  border-radius: 15px;
}
#sec8 .wrap h2 {
  text-align: center;
}
#sec8 .wrap p {
  margin: 3% 0;
}
#sec8 .wrap dl {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 3%;
}
#sec8 .wrap dt {
  margin-top: 4px;
  position: absolute;
  background: #f6a2b9;
  color: #fff;
  width: 3.5%;
  border-radius: 8px;
  text-align: center;
  padding: 3px;
}
#sec8 .wrap dd {
  padding: 0 0 0 15%;
  font-size: 20px;
}
#sec8 #contacttit {
  width: 90%;
  margin: 0 auto;
  background: #f6a2b9;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  padding: 2% 0;
  position: relative;
}
/* 色付きの半円 */
#sec8 #contacttit::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(225deg);
  right: 22px;
  bottom: -16px;
  border-left: 20px solid #f6a2b9;
  border-top: 20px solid #f6a2b9;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
#sec8 #contacttit::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(225deg);
  right: 35px;
  bottom: -20px;
  border-left: 20px solid #ffffff;
  border-top: 20px solid #ffffff;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
#sec8 .wrap #tel {
  text-align: center;
  margin: 1% 0 0 0;
  font-size: 24px;
}
#sec8 .wrap #tel span {
  letter-spacing: 0.1em;
  font-size: 36px;
}
#sec8 .wrap #time {
  margin: 0;
  text-align: center;
}
#sec9 {
  padding: 8% 0;
  color: #fff;
  position: relative;
}
#sec9 .wrap {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  background: #90b939;
  padding: 3% 3%;
  border-radius: 10px;
  display: flex;
}
#sec9 .textwrap {
  margin-right: 6%;
max-width: 560px;
  width: 50%;
}
#sec9 .textwrap .weight300{
	margin-right: 9%;
}
#sec9 .textwrap .weight300 img{
	width: 100%;
}
#sec9 .textwrap p {
  margin-top: 3%;
  line-height: 1.5em;
}
#sec9 .imgwrap {
  background: #fff;
  padding: 8% 11%;
  text-align: center;
  max-width: 430px;
  border-radius: 10px;
	width: 30%;
}
.banner {
  margin: 0 auto 50px;
  max-width: 1284px;
}
.banner img {
  width: 100%;
}
.banner .banner_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banner .banner_list li {
  margin-bottom: 30px;
}
.banner .banner_list .wide {
  flex-shrink: 2;
  max-width: 627px;
  width: calc(100%/2 - 15px);
}
#footerweap {
  display: flex;
}
footer #logo2 a {
  z-index: 20px;
  background: url(../images/footer_loho.png) no-repeat;
  display: block;
  width: 361px;
  height: 57px;
  margin: 2% 0;
}
footer .textwrap {
  max-width: 650px;
  width: 100%;
  padding: 40px 0 0 2%;
}
footer .textwrap p {
  margin-left: 2%;
}
footer .goolemap {
  /* position: absolute; */
  display: block;
	width: 100%;
}
footer .goolemap02 {
  /* position: absolute; */
  display: none;
}
small {
  display: block;
  background: #90b939;
  color: #fff;
  text-align: center;
  padding: .5% 0;
  width: 100%;
}
#bg2 {
  position: absolute;
  right: 0;
  top: 16%;
  z-index: -1;
}
#bg3 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#bg6 {
  position: absolute;
  left: 5%;
  top: 2%;
  z-index: -1;
}
#bg7 {
  position: absolute;
  right: 0%;
  top: 5%;
  z-index: -1;
}
#bg8 {
  position: absolute;
  left: 0%;
  top: 15%;
  z-index: -1;
}
#bg9 {
  position: absolute;
  right: 4%;
  top: 20%;
  z-index: -1;
}
#bg10 {
  position: absolute;
  left: 0%;
  bottom: 50%;
  z-index: -1;
}
#bg11 {
  position: absolute;
  right: 0%;
  top: 30%;
  z-index: -1;
}
#bg12 {
  position: absolute;
  left: 0;
  bottom: 2%;
  z-index: -1;
}
#bg13 {
  position: absolute;
  right: 2%;
  bottom: 5%;
  z-index: -1;
}
#bg14 {
  position: absolute;
  right: 8%;
  top: 0;
  z-index: -1;
}
#bg15 {
  position: absolute;
  left: 0;
  top: 14%;
  z-index: -1;
}
#bg16 {
  position: absolute;
  right: 0%;
  top: 20%;
  z-index: -1;
}
#bg17 {
  position: absolute;
  left: 0%;
  top: 53%;
  z-index: -1;
}
#bg18 {
  position: absolute;
  right: 0;
  bottom: 13%;
  z-index: -1;
}
#bg19 {
  position: absolute;
  left: 2%;
  bottom: 0;
  z-index: -1;
}
#bg20 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#bg21 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
/* 追尾ボタン */
.fixed_btn {
  position: fixed;
  bottom: 0%;
  right: 0px;
  display: block;
}
.fixed_btn li {
  text-align: right;
}
/* footerバナー */
.fban {
  display: flex;
  margin-top: 20px;
}
.fban li {
  margin-right: 10px;
}
.fban li:last-of-type {
  margin-right: 0;
}
.fban li img {
  width: 100%;
}
@media screen and (max-width: 1024px){
	footer .textwrap{
		width: 100%;
	}
	#sec3{
		padding: 10% 0 16%;
	}
	#sec7 .wrap img{
		width: 100%;
	}
	#sec7 ul{
		width: 100%;
	}
	#menu .textwrap dd{
		padding-left: 35%;
	}
	#kyusyoku div{
		padding: 0 7%;
	}
  .banner {
    width: 95%;
  }
  .banner .banner_list li {
    margin-bottom: 20px;
  }
  .banner .banner_list .wide {
    width: calc(100%/2 - 10px);
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	 #sec8 .wrap dd{
		padding: 10px 0px 15px 50px;
	}
}
@media screen and (max-width: 415px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #logo a {
    width: 130px;
    height: 120px;
    background-size: 70%;
  }
	#mainimg #maincopy img{
		width: auto;
	}
  #head #bg1 {
    bottom: -25px;
  }
  #head #bg1 img {
    width: 60%;
  }
  #sec1 {
    display: inline-block;
    width: 96%;
    margin: 2% 2% 0;
  }
  #sec1 h2 {
    margin: 0 auto;
    padding: 0;
    width: 80%;
  }
  #sec1 h2 img {
    width: 100%;
  }
  #sec1 .text {
    width: 80%;
    margin: 6% auto 0;
  }
  #bg2 {
    top: 5%;
    right: -18%;
  }
  #bg2 img {
    width: 40%;
  }
  #sec2 {
    background: url(../images/sp_sec2_bg.jpg) no-repeat center;
  }
  #sec2 .sp {
    display: block;
  }
  #sec2 h2 {
    width: 80%;
    margin: 0 auto;
  }
  #sec2 ul {
    display: block;
    width: 70%;
  }
  #sec2 ul li {
    width: 100%;
    float: left;
    padding: 0;
    margin-right: 8%;
    margin-bottom: 30px;
  }
  #sec2 ul li p {
    margin-top: 15px;
  }
  #sec2 ul li:nth-child(even) {
    margin-right: 0;
  }
  #sec3 {
    padding: 10% 0 12%;
  }
  #sec3 p {
    width: 80%;
  }
  #bg3 img {
    width: 40%;
  }
  #sec3 #bg4 {
    right: 29%;
  }
  #sec3 #bg4 img {
    width: 60%;
  }
  #sec3 #bg5 {
    left: 45%;
  }
  #sec3 #bg5 img {
    width: 60%;
  }
  #sec4 {
    position: relative;
    text-align: center;
    background: url(../images/sp_sec4_bg.jpg) no-repeat center;
    background-size: 100%;
  }
  #sec4 div {
    padding: 10% 0 130%;
    width: 81%;
    margin: 0 auto;
  }
  #sec5 .txt {
    margin: 7% auto;
    width: 80%;
  }
  #faciimg img {
    width: 100%;
  }
  #floormap02 {
    width: 80%;
    margin: 5% auto;
    display: block;
  }
  #sec5 ul {
    width: 85%;
  }
  #sec5 ul li {
    width: 48%;
    margin-right: 4%;
  }
  #sec5 ul li:nth-child(even) {
    margin-right: 0;
  }
  #sec5 h3 {
    margin: 10% 0 4%;
	}
  #faciimg {
    display: none;
  }
  #sp_faciimg {
    width: 80%;
    max-width: 801px;
    margin: 0 auto;
    display: block;
  }
  #sp_faciimg img {
    width: 100%;
  }
  #kyusyoku {
    flex-direction: column;
  }
  #kyusyoku p {
    order: 2;
  }
  #kyusyoku p img {
    width: 100%;
    margin: 10% 0;
  }
  #kyusyoku div {
    padding: 0 5%;
    order: 1;
	max-width: 100%;
  }
  #kyusyoku h2 {
    margin: 10% 0;
  }
  #menuwrapp {
    padding: 5% 4%;
    margin: 17% auto;
  }
  #menuwrapp h3 {
    left: 10%;
    top: -35px;
  }
  #menu {
    display: block;
  }
  .menu1, .menu2 {
    display: initial;
  }
  #menu .image, .menu2 {
    max-width: 350px;
    width: auto;
    margin: 10% 0 2%;
  }
  #menu .textwrap {
    width: 100%;
  }
  #sec7 .wrap02 {
    background: #90b939;
    text-align: center;
    border-radius: 15px;
    width: 95%;
    margin: 10% auto;
    padding: 3%;
    display: block;
  }
  #sec7 .wrap02 img {
    width: 95%;
  }
  #sec7 .wrap {
    display: none;
  }
  #sec7 ul {
    width: auto;
    display: block;
    flex-wrap: inherit;
    margin: 8% auto 7%;
  }
  #sec7 ul li {
	 width: auto;
    float: left;
    max-width: 48%;
    margin-right: 4%;
  }
  #sec7 ul li img {
    width: 100%;
  }
  #sec7 ul li:nth-child(even) {
    margin-right: 0;
  }
  #sec8 {
    padding: 15% 10% 92%;
    background: url(../images/sp_sec8_bg.jpg) no-repeat bottom;
    background-size: 100%;
  }
  #sec8 .wrap {
    padding: 5%;
  }
  #sec8 .wrap p {
    margin: 8% 0;
  }
  #sec8 .wrap dl {
    margin-bottom: 8%;
  }
  #sec8 #contacttit {
    margin: 0 auto 5%;
  }
  #sec8 .wrap h2 img {
    width: 90%;
  }
  #sec9 .wrap {
    display: block;
    padding: 10% 3%;
    width: 75%;
  }
  #sec9 .textwrap {
    margin: 0;
    width: 100%;
  }
  #sec9 .weight300 img {
    width: 100%;
  }
  #sec9 .imgwrap {
    margin: 5% 0 0;
	  width: 75%;
  }
	#sec9 .imgwrap img{
		width: 100%;
	}
  #floormap02 img {
    width: 100%;
    margin-top: 10%;
  }
  #floormap {
    display: none;
  }
  #mainimg #mainvisual {
    display: none;
  }
  #mainimg #mainvisual02 {
    text-align: right;
    margin-left: 12%;
    display: block;
  }
  #mainimg #mainvisual02 img {
    width: 100%;
    max-width: 700px;
  }
  .banner .banner_list li {
    margin-bottom: 10px;
  }
  .banner .banner_list .wide {
    width: calc(100%/2 - 5px);
  }
  #footerweap {
    display: block;
  }
  footer .textwrap {
    width: 90%;
    padding: 0;
    margin: 7% auto;
  }
  #logo2 {
    text-align: center;
  }
  footer #logo2 a {
    background-size: 90%;
    width: 350px;
    height: 50px;
    margin: 3% auto;
  }
  footer .goolemap02 {
    /* position: absolute; */
    display: block;
    margin: 5% auto;
    width: 350px;
  }
  footer .goolemap {
    /* position: absolute; */
    display: none;
  }
  .fixed_btn {
    display: none;
  }
  #container {
    overflow: hidden;
    padding-bottom: 52px;
  }
  #head .button {
    display: block;
    width: 100%;
    position: fixed;
    z-index: 100;
    bottom: 0;
    background-color: #fff;
  }
  #head .button li {
    width: 49.8%;
    float: left;
    margin-right: 0.4%;
  }
  #head .button li:nth-child(2) {
    margin-right: 0;
  }
  #head .button li img {
    width: 100%;
  }
  .fban {
    margin-top: 15px;
  }
}