@charset "UTF-8";
/*ALL Settings*/
/*-----------------------------------------------*/
html, body {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',"MS PGothic",sans-serif;
  vertical-align: baseline;
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
}

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',"MS PGothic",sans-serif;
  vertical-align: baseline;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* HTML5 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* a */
/*--------------------------------------------------------*/
a {
  text-decoration: none;
  color: #000;
}
a.decoration {
  text-decoration: underline;
  color: #000;
}
a.decoration:visited, a.decoration:focus, a.decoration:active {
  text-decoration: underline;
  color: #000;
  outline: 0px;
}
a:visited, a:focus, a:active {
  text-decoration: none;
  color: #000;
  outline: 0px;
}

/* table */
/*--------------------------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}

/* clearfix */
/*--------------------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
/*-----------------------------------------------*/
/*ALL Settings*/
html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

#main {
  font-size: 14px;
}

a {
  color: #333;
}
a:visited, a:focus, a:active {
  color: #333;
}

img {
  height: auto;
  vertical-align: top;
}

/* common */
/*------------------------------------------------*/
.inner {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .inner {
    width: 90%;
  }
}

@media only screen and (min-width: 769px) {
  .flL {
    float: left;
  }

  .flR {
    float: right;
  }

  .hoverOpacity {
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  .hoverOpacity:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }

  .pcH {
    display: none !important;
  }
}
@media only screen and (max-width: 769px) {
  .spTabH {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .spH {
    display: none !important;
  }
}
.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

.tableDl {
  display: table;
}
.tableDl dt, .tableDl dd {
  display: table-cell;
  vertical-align: top;
}

/* font */
/* ------------------------------------------------- */
.required {
  color: #c00;
  font-size: 10px;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

/* list */
/* ------------------------------------------------- */
.listUl li {
  padding-left: 1em;
  margin-top: 10px;
  text-indent: -1em;
}
.listUl li:first-child {
  margin-top: 0;
}

.numberUl li {
  padding-left: 1.2em;
  margin-top: 10px;
  text-indent: -1.2em;
  list-style: decimal;
  list-style-position: inside;
}
.numberUl li:first-child {
  margin-top: 0;
}

/* tab */
/*------------------------------------------------*/
.tabBox {
  width: 100%;
  display: none;
}
.tabBox.active {
  display: block;
}

/* box */
/*------------------------------------------------*/
.column3Box {
  font-size: 0px;
}
.column3Box li {
  width: -webkit-calc( (100% - (20px * 2)) / 3 );
  width: calc( (100% - (20px * 2)) / 3 );
  margin-top: 20px;
  margin-left: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 14px;
}
.column3Box li:first-child {
  margin-top: 0;
  margin-left: 0;
}
.column3Box li:nth-child(2), .column3Box li:nth-child(3) {
  margin-top: 0;
}
.column3Box li:nth-child(3n+1) {
  margin-left: 0;
}

.column4Box {
  font-size: 0px;
}
.column4Box li {
  width: -webkit-calc( (100% - (25px * 3)) / 4 );
  width: calc( (100% - (25px * 3)) / 4 );
  margin-top: 25px;
  margin-left: 25px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 14px;
}
.column4Box li:first-child {
  margin-top: 0;
  margin-left: 0;
}
.column4Box li:nth-child(2), .column4Box li:nth-child(3), .column4Box li:nth-child(4) {
  margin-top: 0;
}
.column4Box li:nth-child(4n+1) {
  margin-left: 0;
}

h7 {
  background-color: cadetblue;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 30px;
  display: block;
}

#main {
  padding-bottom: 30px;
}
#main .contentBlock {
  margin-bottom: 70px;
  padding: 0 13px;
}
#main .contentBlock.last {
  margin-bottom: 0px;
}
#main a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#main p {
  font-size: 12px;
  line-height: 160%;
}

#main h3 {
  margin-bottom: 20px;
}

.title {
	color:#6a3906;
	font-size:18px;
}

#main h4 {
  font-weight: bold;
  font-size: 20px;
  color: #ec6d88;
  letter-spacing: 0.1m;
  margin-bottom: 20px;
}

.attention {
  margin-top: 10px;
  font-size: 10px;
}

.basic {
  font-size: 12px;
}
.basic th {
  width: 284px;
  vertical-align: top;
  padding: 10px 0;
  text-align: left;
  border-bottom: 1px dotted #4b403b;
  line-height: 200%;
}
.basic td {
  padding: 10px 0;
  text-align: left;
  border-bottom: 1px dotted #4b403b;
  line-height: 200%;
}
.basic td p {
  text-align: right;
}

.mb40 {
  margin-bottom: 40px;
}

.titleWrap {
  padding: 15px 0;
  background-color: #feebc8;
  border-top: 10px solid #7fbe26;
}
.titleWrap .titleInner {
  margin: 0 auto;
  width: 870px;
}
.titleWrap .titleInner h2 {
  font-size: 28px;
  color: #604a3c;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  padding-top: 5px;
  float: left;
}
.titleWrap .titleInner ul {
  float: left;
}
.titleWrap .titleInner ul p {
  margin-bottom: 5px;
  line-height: 100%;
  padding-left: 23px;
  color: #604a3c;
}
.titleWrap .titleInner ul li {
  float: left;
  font-size: 17px;
  padding-left: 23px;
}
.titleWrap .titleInner ul li a {
  background-image: url(../img/flower_icon.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
  color: #604a3c;
}

/*top*/
/*slider*/
/* スライドショー */
#slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

#sliderInner {
  position: relative;
  left: 50%;
  width: 3040px;
  margin-left: -1520px;
}

#sliderInner li {
  width: 1000px;
}

#slideFilterL, #slideFilterR {
  position: absolute;
  top: 0;
  width: 1000px;
  height: 250px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background: #fff;
}

#slideFilterL {
  left: 0;
}

#slideFilterR {
  right: 0;
}

.bx-wrapper {
  margin: 0 auto;
  position: relative;
}

.bx-wrapper .bx-pager {
  margin: 0 auto;
  width: 1000px;
}

/* コントローラー */
.bx-wrapper .bx-prev {
  left: 730px;
  background: url(../img/top/prev.png) no-repeat;
}

.bx-wrapper .bx-next {
  right: 730px;
	background: url(../img/top/next.png) no-repeat;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 190px;
  outline: 0;
  width: 73px;
  height: 72px;
  text-indent: -9999px;
  z-index: 9999;
}

/* ページャー */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  margin-top: 15px;
  color: #666;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  outline: 0;
  text-indent: -9999px;
  background-image: url(../img/pager.png);
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-image: url(../img/pager_active.png);
}

.read {
  text-align: center;
  color: #604a3c;
  background-image: url(../img/top/read.png);
  background-position: top center;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 160%;
  height: 81px;
  padding-top: 31px;
  letter-spacing: 0.1em;
  margin-top: -20px;
}

.topbnr {
  float: right;
  width: 383px;
  margin-top: 30px;
}
.topbnr li {
  margin-bottom: 10px;
}

.news {
  width: 433px;
  float: left;
  margin-bottom: 45px;
}
.news .newsTitle h3 {
  float: left;
}
.news .newsTitle p {
  float: right;
}
.news #newsBlock {
  background-image: url(../img/top/news_back.png);
  background-position: top left;
  background-repeat: no-repeat;
  height: 280px;
  width: 413px;
  padding-left: 20px;
  padding-top: 20px;
}
.news #newsBlock li {
  display: block;
  background-image: url(../img/top/line.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  width: 387px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.news #newsBlock li .date {
  background-color: #facd89;
  font-size: 13px;
  padding: 5px;
  width: 82px;
  text-align: center;
  float: left;
}
.news #newsBlock li .icon {
	width: 20px;
	margin: 0 15px;
	text-align: center;
	float: left;
}
.news #newsBlock li .title {
  float: right;
  width: 240px;
}
.news .iconDetail{
	margin-top: 10px;
}


.topEnjoyBlock {
  background-image: url(../img/top/enjoy_back.png);
  background-position: bottomleft;
  background-repeat: no-repeat;
  height: 470px;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}
.topEnjoyBlock h4 {
  position: absolute;
  left: 0;
  top: 0;
}
.topEnjoyBlock p {
  position: absolute;
}
.topEnjoyBlock .text01 {
  z-index: 10;
  left: 164px;
  top: 302px;
}
.topEnjoyBlock .text02 {
  z-index: 10;
  left: 469px;
  top: 15px;
}
.topEnjoyBlock .text03 {
  z-index: 10;
  left: 695px;
  top: 195px;
}
.topEnjoyBlock .btn01 {
  z-index: 1;
  left: 32px;
  top: 201px;
}
.topEnjoyBlock .btn02 {
  z-index: 1;
  left: 302px;
  top: 82px;
}
.topEnjoyBlock .btn03 {
  z-index: 1;
  left: 570px;
  bottom: 0px;
}

.contactBlock {
  background-color: #59a943;
  padding: 15px;
}
.contactBlock .contactHeader {
  margin-bottom: 10px;
}
.contactBlock .contactHeader .catch {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.contactBlock .contactHeader .tel {
  margin-bottom: 15px;
}
.contactBlock .contactHeader .add {
  float: left;
  font-size: 13px;
  color: #fff;
  padding-top: 8px;
}
.contactBlock .contactHeader .bigMap {
  float: right;
}

/*about*/
.about .titleWrap {
  padding: 15px 0;
  background-color: #fce6cd;
  border-top: 10px solid #fcb500;
}
.about h3 {
  margin-bottom: 20px;
}
.about .greet {
  background-image: url(../img/about/greet_back.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
.about .greet p {
  float: right;
  width: 680px;
}
.about .greet .person {
  float: left;
  width: 135px;
}
.about .greet .person img {
  margin-bottom: 20px;
}
.about .greet .person p {
  float: right;
  width: 100%;
  text-align: right;
}

.houshinBlock {
  background-image: url(../img/about/houshin_back.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-left: 136px;
}

.houshiki .text {
  width: 246px;
  float: left;
}
.houshiki .text h4 {
  margin-bottom: 15px;
}
.houshiki .img {
  width: 160px;
  float: right;
}
.houshiki .left {
  width: 412px;
  float: left;
  padding-left: 5px;
}
.houshiki .right {
  width: 412px;
  float: right;
}

.gaiyo {
  font-size: 12px;
  border-top: 1px solid #a4a4a4;
}
.gaiyo .borderLeft {
  border-left: 1px solid #a4a4a4;
}
.gaiyo th {
  text-align: center;
  vertical-align: middle;
  width: 140px;
  background-color: #dcdddd;
  border-bottom: 1px solid #a4a4a4;
  padding: 20px 0;
}
.gaiyo td {
  padding: 20px 0 20px 15px;
  border-bottom: 1px solid #a4a4a4;
  line-height: 160%;
}

.mapBlock {
  padding-top: 35px;
  background-image: url(../img/about/back01.png);
  background-position: top right;
  background-repeat: no-repeat;
}
.mapBlock ul li {
  margin-top: 25px;
}
.mapBlock .map {
  padding: 15px;
  background-color: #59a943;
}
.mapBlock .map .clearfix {
  margin-top: 15px;
}
.mapBlock .map .clearfix p {
  float: left;
  width: 650px;
  font-size: 23px !important;
  color: #fff;
}
.mapBlock .map .clearfix p span {
  font-size: 18px;
}
.mapBlock .map .clearfix .mapbt {
  float: right;
  width: 156px;
}

/*園の様子*/
.appearance .titleWrap {
  padding: 15px 0;
  background-color: #fbe9e6;
  border-top: 10px solid #ff9695;
}
.appearance .ensha {
  text-align: center;
  margin-bottom: 30px;
}
.appearance .date {
  background-image: url(../img/appearance/date_back.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 85px;
  height: 1326px;
}
.appearance .date ul li {
  margin-bottom: 20px;
}
.appearance .date ul li .textBlock {
  float: left;
  width: 375px;
}
#main.appearance .date ul li .textBlock h4 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 13px;
  letter-spacing: 0.1em;
}
#main.appearance .date ul li .textBlock p {
  font-size: 14px;
	line-height: 110%;
}
.appearance .date ul li .imgBlock {
  float: right;
  width: 365px;
  text-align: right;
}
.appearance .year {
  width: 100%;
}
.appearance .year .section {
  padding-bottom: 20px;
}
.appearance .year th {
  text-align: left;
  vertical-align: middle;
  width: 125px;
  padding-bottom: 20px;
}
.appearance .year td {
  vertical-align: middle;
}
.appearance .year td.photo {
  width: 170px;
  padding-left: 20px;
  padding-bottom: 20px;
}
.appearance .year td.photo p {
  text-align: center;
}
.appearance .year td.photo img {
  margin-bottom: 5px;
}

/*園の特徴*/
.feature .titleWrap {
  padding: 15px 0;
  background-color: #ecf3cf;
  border-top: 10px solid #b7d321;
}
.feature .right {
  float: right;
  width: 409px;
  text-align: center;
}
.feature .left {
  float: left;
  width: 432px;
}
.feature .left.kongo {
	background-image: url(../img/feature/img05.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 300px;
}
.feature .left p {
  margin-bottom: 65px;
  line-height: 130%;
}

/*入園案内*/
.entering .titleWrap {
  padding: 15px 0;
  background-color: #eaf5fe;
  border-top: 10px solid #78aecd;
}
.entering .contactRead {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #6a3906;
}

.extended .titleWrap {
  padding: 15px 0;
  background-color: #eefed8;
  border-top: 10px solid #7fbe26;
}
.extended .mbText {
  margin-bottom: 40px;
}
.extended .gallery {
  margin-bottom: 40px;
  margin-top: 40px;
}
.extended .bnr {
  text-align: center;
  margin-top: 70px;
}
