html {
  border: 0;
  font-size: 16px;
  line-height: 1.8em;
  color: #614d3c;
  font-family: "Rounded Mplus 1c", "ƒqƒ‰ƒMƒmŠÛƒS Pro W4", "ƒqƒ‰ƒMƒmŠÛƒS Pro", "Hiragino Maru Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "HGŠÛºÞ¼¯¸M-PRO", "HGMaruGothicMPRO";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: visible !important;
  overflow-y: visible !important;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background-color: #fff;
}
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, 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, figure, figcaption, img {
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  list-style: none;
  list-style-position: inside;
  border: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  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, 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, figure, figcaption, img {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
body {
  overflow-x: hidden;
}
#system_main {
  text-align: center;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  position: relative;
  height: auto !important; /*IE6‘Îô*/
  height: 100%; /*IE6‘Îô*/
  min-height: 100%;
}
a {
  text-decoration: underline;
}
a, a img {
  color: #1aafe6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #38bff1;
  text-decoration: none;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
img {
  max-width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
/*--------------------------------------------
common
--------------------------------------------*/
header, #mainvnav, footer {
  width: 100%;
}
main {
  margin: 0 auto;
  max-width: 1280px;
  text-align: left;
  position: relative;
  display: block;
}
.wrapper {
  padding: 3em 140px 0;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* table */
table {
  border-collapse: collapse;
  width: 100%;
}
table th, table td {
  padding: 0.5em 0.5em;
  border: 2px solid #fff;
}
#daily .dailyphoto img, .photo img, .blogkiji .photo li img, #contents .goods dd img {
  border-radius: 10px;
}
#daily .dailyphoto img, .blogkiji .photo img {
  width: 100%;
  box-shadow: 0px 0px 5px #999;
  list-style-type: none;
  border: 5px solid #fff;
  background: #fff;
  padding: 0;
  overflow: hidden;
}
.photoframe {
  max-width: 465px;
  border-radius: 10px;
  background: url(images/bg_dot_y02.gif);
  padding: 10px;
  text-align: center;
}
.photoframe img {
  border: 10px solid #fff;
}
/*--------------------------------------------
header
--------------------------------------------*/
.indextop header {
  background-image: url(images/header_bg.png), url(images/slide_bg.jpg);
  background-repeat: repeat-x, repeat;
}
header {
  background-image: url(images/header_bg.png);
  z-index: 1000;
  background-repeat: repeat-x;
  background-position: center bottom, top center;
  padding-top: 1em;
  padding-bottom: 4em;
  position: relative;
}
header .logo {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
header h1 {
  max-width: 400px;
  text-align: center;
  position: relative;
}
.recruit_btn {
  position: absolute;
}
.bg_lft, .bg_rgt {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  background-repeat: repeat-x;
}
.bg_lft {
  background-image: url(images/header_bg_lft.png);
  background-position: center right;
}
.bg_rgt {
  background-image: url(images/header_bg_rgt.png);
  background-position: center left;
}
/* menu */
#mainnav {
  width: 100%;
  margin: 1.5em 0 10px;
}
#mainnav ul {
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
  display: flex;
}
#mainnav ul li {
  margin: 0;
  padding: 0.5em 1.5em;
  letter-spacing: -100em;
  position: relative;
}
#mainnav ul li:after {
  content: "";
  background-image: url(images/menu_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  width: 5px;
  height: 41px;
  position: absolute;
  right: 0;
  top: 0;
}
#mainnav ul li:last-of-type:after {
  display: none;
}
#mainnav ul li a {
  display: block;
}
#mainnav ul li img {
  display: block;
  margin: 0;
}
#mainnav ul li.menu_enphoto img {
  margin-top: -3px;
}
/*single_nav*/
.signle_btn li {
  display: inline-block;
  margin: 0 10px;
}
/*--------------------------------------------
main
--------------------------------------------*/
main > h2 {
  max-width: 1200px;
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 1em auto 0;
}
main > h2 .title {
  margin: 0 1em;
  height: 80px;
  padding-top: 1.5em;
}
main > h2 .bg_lft, main > h2 .bg_rgt {
  background-size: contain;
  background-repeat: no-repeat;
}
main article {
  margin-bottom: 60px;
}
main article > section {
  margin: 0 20px 3em;
}
main article > section:last-of-type {
  margin-bottom: 0;
}
.fontL {
  font-size: 1.2em;
  color: #ff7421;
  font-weight: bold;
}
/* h2 */
main article h2, main article h3, main article h4 {
  font-family: "HGŠÛºÞ¼¯¸M-PRO", "HGMaruGothicMPRO";
  font-weight: bold;
}
main article h2 {
  text-align: center;
  background: #fff9de;
  font-size: 1.6em;
  padding: 0.8em 0;
  border-top: 4px solid #ffde46;
  border-bottom: 4px solid #ffde46;
  position: relative;
  margin-bottom: 1em;
}
main article h2:before, main article h2:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #ffde46;
  position: absolute;
  left: 0;
}
main article h2:before {
  top: 3px;
}
main article h2:after {
  bottom: 3px;
}
/* h3 */
main h3, #point01 dt {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 1em;
  border-radius: 10px;
  color: #fff;
  padding: 0.8em 0;
  position: relative;
}
main h3:before, main h3:after, #point01 dt:before, #point01 dt:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #fff;
  position: absolute;
  left: 0;
}
main h3:before, #point01 dt:before {
  top: 3px;
}
main h3:after, #point01 dt:after {
  bottom: 3px;
}
main.index section h3 {
  text-align: left;
  color: #614d3c;
  border-bottom: dashed 2px #ffde46;
  padding: 5px 0 10px 50px;
  position: relative;
  background: none;
  background-image: none !important;
  border-radius: 0;
}
main.index section h3:before {
  content: "";
  background: url(images/icon_clover.png) no-repeat left top;
  background-size: contain;
  width: 40px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
main section:nth-of-type(even) h3 {
  background-image: -moz-linear-gradient(90deg, rgb(244, 180, 208) 0%, rgb(242, 145, 188) 55%);
  background-image: -webkit-linear-gradient(90deg, rgb(244, 180, 208) 0%, rgb(242, 145, 188) 55%);
  background-image: -ms-linear-gradient(90deg, rgb(244, 180, 208) 0%, rgb(242, 145, 188) 55%);
}
main section:nth-of-type(3n+1) h3, #point01 dt, main .hakozaki h3 {
  background-image: -moz-linear-gradient(90deg, rgb(255, 182, 139) 0%, rgb(255, 143, 76) 55%);
  background-image: -webkit-linear-gradient(90deg, rgb(255, 182, 139) 0%, rgb(255, 143, 76) 55%);
  background-image: -ms-linear-gradient(90deg, rgb(255, 182, 139) 0%, rgb(255, 143, 76) 55%);
}
main section:nth-of-type(3n) h3 {
  background-image: -moz-linear-gradient(90deg, rgb(180, 230, 121) 0%, rgb(148, 213, 72) 55%);
  background-image: -webkit-linear-gradient(90deg, rgb(180, 230, 121) 0%, rgb(148, 213, 72) 55%);
  background-image: -ms-linear-gradient(90deg, rgb(180, 230, 121) 0%, rgb(148, 213, 72) 55%);
}
main h4 {
  font-size: 1.2em;
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}
main h4:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(images/bg_border_g.gif);
  background-repeat: repeat;
}
/* list */
ul.disc li:before {
  content: "œ";
  margin-right: 1em;
  color: rgb(252, 135, 0);
  display: inline-block;
  position: absolute;
  left: -1.5em;
  font-size: 0.6em;
}
ul.disc li {
  position: relative;
  margin-left: 1.5em;
  margin-bottom: 0.8em;
}
ul.disc li:last-of-type, ol li:last-of-type {
  margin-bottom: 0 !important;
}
ol.list {
  margin-left: 30px;
}
ol.list li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-bottom: 0.8em;
}
ul.disc_star li, #policy section:first-of-type li {
  position: relative;
  margin-bottom: 1em;
  padding: 0.2em 0 0 40px;
  font-size: 1.2em;
}
ul.disc_star li:before, #policy li:before {
  content: "";
  width: 40px;
  height: 41px;
  position: absolute;
  left: 0;
  top: 3px;
  background-repeat: no-repeat;
}
ul.disc_star li:nth-child(4n+1):before, #policy li:nth-child(4n+1):before {
  background-image: url(images/icon_star_r.png);
}
ul.disc_star li:nth-of-type(4n+2):before, #policy li:nth-of-type(4n+2):before {
  background-image: url(images/icon_star_y.png);
}
ul.disc_star li:nth-of-type(4n+3):before, #policy li:nth-of-type(4n+3):before {
  background-image: url(images/icon_star_g.png);
}
ul.disc_star li:nth-child(4n):before, #policy li:nth-child(4n):before {
  background-image: url(images/icon_star_p.png);
}
article p {
  margin-bottom: 1em;
}
article p:last-of-type {
  margin-bottom: 0;
}
/* btn */
main article section .btn {
  text-align: right;
  margin-top: 20px;
}
/*--------------------------------------------
index
--------------------------------------------*/
.copy {
  max-width: 980px;
  margin: 0 auto 2em;
  text-align: center;
}
/*ƒXƒ‰ƒCƒ_[*/
.sliderbg {
  background: url(images/slide_bg.jpg);
  padding: 0em 0 1.5em;
  z-index: -1000;
}
.slider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 15px;
}
.slides {
  height: 100%;
  overflow: hidden;
  *zoom: 1;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.slide {
  height: 100%;
  float: left;
  clear: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.slide img {
  width: 100%;
  margin-bottom: 10px;
}
.slider-arrow {
  position: absolute;
  display: block;
  margin-bottom: -20px;
  padding: 20px;
}
.slider-nav {
  position: absolute;
  bottom: 0px;
}
.slider-nav__item {
  width: 10px;
  height: 10px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
  border: 1px solid #fff;
  border-radius: 8px;
}
.slider-nav__item:hover {
  background-color: #fff;
}
.slider-nav__item--current {
  background-color: #fff;
}
#topslide {
  max-width: 1000px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  background: url(images/slide_bg02.jpg);
  padding: 20px 20px 40px 20px;
  margin-bottom: 40px;
}
#topslide:before, #topslide:after {
  content: "";
  bottom: 20px;
  position: absolute;
  z-index: 1000;
}
#topslide:before {
  width: 169px;
  height: 93px;
  background: url(images/slide_flower_lft.png);
  left: 12px;
}
#topslide:after {
  width: 101px;
  height: 120px;
  background: url(images/slide_flower_rgt.png);
  right: 12px;
}
#topimg1 {
  position: absolute;
  top: 0px;
}
#topimg1 img {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
#topimg2 {
  position: absolute;
  bottom: 20px;
}
#topimg2 img {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
/* news */
#news ul li {
  padding: 10px;
  border-bottom: 2px dotted #b3b3b1;
  font-size: 18px;
}
/*  policy*/
#policy dl dt {
  position: relative;
  background: url(images/hr_pen_pnk.png) repeat-x center bottom;
  padding: 0.6em 1em 1em 50px;
  margin-bottom: 0.5em;
  display: inline-block;
}
#policy dl dt:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center top;
}
#policy dl dt:first-of-type:before {
  background-image: url(images/icon_flower01.png);
}
#policy dl dt:nth-of-type(2):before {
  background-image: url(images/icon_flower02.png);
}
#policy dl dt:nth-of-type(3):before {
  background-image: url(images/icon_flower03.png);
}
#policy dd {
  padding-left: 50px;
  margin-bottom: 1em;
}
/* map */
#map section {
  margin: 0;
}
#map .higashihakozaki, #map .hakozaki, #map .hakozaki-s {
  width: 32%;
}
#map .higashihakozaki .photoframe {
  background: url(images/bg_dot_o02.gif);
}
#map .hakozaki .photoframe {
  background: url(images/bg_dot_p02.gif);
}
#map .hakozaki-s .photoframe {
  background: url(images/bg_dot_g.gif);
}
#map .f_2clm .photo {
  max-width: 465px;
  margin: 0 auto 1em;
}
#map h3 {
  font-size: 1.3em;
}
#map [class*="button"] a, main.single [class*="button"] a {
  display: block;
  border-radius: 10px;
  padding: 10px 20px 10px 60px;
  text-decoration: none;
  color: #fff;
  position: relative;
  font-weight: bold;
  text-align: center;
}
main.single [class*="button"] a {
  border-radius: 40px;
  padding: 20px 20px 20px 60px;
  font-size: 1.2em;
}
#map [class*="button"] a:hover, main.single [class*="button"] a:hover {
  opacity: 0.9;
}
#map [class*="button"] a:before, main.single [class*="button"] a:before {
  content: "";
  background: url(images/icon_arrow_c.png) no-repeat left top;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 20px;
  top: 19px;
}
.button_higashihakozaki a {
  background: url(images/bg_dot_b_o.gif) #ff6000;
}
.button_hakozaki a {
  background: url(images/bg_dot_b_p.gif) #e83f8e;
}
.button_hakozaki-s a {
  background: url(images/bg_dot_b_g.gif) #2eaa3d;
}
#map .f_2clm .access, #map .s_2clm .class {}
/*--------------------------------------------
about
--------------------------------------------*/
#outline .photoframe, #support .photoframe {
  max-width: 465px;
}
#outline .textarea, #support .textarea {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}
#outline .name {
  text-align: right;
}
#policy section p {
  font-size: 1.5em;
  margin: 0 auto 1em auto;
  font-weight: bold;
  text-align: center;
  background: url(images/hr_pen_pnk.png) repeat-x center bottom;
  padding-bottom: 0.5em;
  color: #ff7421;
}
#policy section:nth-of-type(2) ol {
  counter-reset: number;
  list-style: none;
}
#policy section:nth-of-type(2) li {
  position: relative;
  margin-bottom: 1em;
  padding: 0.2em 0 0 50px;
  font-size: 1.2em;
}
#policy section:nth-of-type(2) li:before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  width: 2em;
  height: 2em;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  padding: 4px 0 0 0;
}
#policy section:nth-of-type(2) li:nth-of-type(odd):before {
  background: #f084b7;
}
#policy section:nth-of-type(2) li:nth-of-type(even):before {
  background: #ff8f4c;
}
#contents .blogkiji {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 1.5em;
  border-radius: 10px;
  background: url(images/bg_dot_p02.gif) #fff;
}
#contents .blogmidashi {
  font-weight: 500;
  font-size: 1.5em;
  position: relative;
  padding: 1rem 1rem 0.5em;
  border-radius: 10px 10px 0 0;
  background: #fff;
  border-bottom: 1px dotted #614d3c;
}
#contents .blogkiji .blogbox {
  background: #fff;
  padding: 1rem;
  border-radius: 0 0 10px 10px;
}
#contents .blogkiji .blogdate {
  padding-top: 0.5em;
  text-align: right;
  font-size: 0.9em;
  color: #999;
}
#contents .blogkiji .bloghonbun {
  margin-bottom: 20px;
}
/* support */
#support .fontL {
  margin-top: 1em;
}
#support table {
  text-align: center;
  margin: 1em 0 0.5em;
}
#support th {
  background: url(images/bg_dot_y.gif);
  width: 10em;
}
#support td {
  background: #fff9de;
}
/*--------------------------------------------
point
--------------------------------------------*/
.point .wrapper {
  padding-top: 2em;
}
.point h2 span {
  margin-left: 0.5em;
  color: #895a16;
  font-size: 1.3em;
}
.point section:first-of-type {
  margin-bottom: 1.5em;
}
#point01 > p:first-of-type {
  text-align: center;
  margin-bottom: 1em;
}
#point01 .pointlist div {
  margin-bottom: 1em;
  border-radius: 10px;
  background: url(images/bg_dot_y02.gif);
  padding: 10px;
  position: relative;
}
#point01 .pointlist div dl {
  border-radius: 10px;
  background: #fff;
  padding: 20px;
}
#point01 .pointlist div dt {}
#point01 .pointlist div dd:first-of-type {
  margin-bottom: 1em;
  text-align: center;
}
#point01 .pointlist div dd:first-of-type ul li img {
  border-radius: 5px;
}
.point .textarea {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}
#point02 .photoframe {
  background: url(images/bg_dot_g.gif);
}
#point03 .photoframe {
  background: url(images/bg_dot_b.gif);
}
#point04 .photoframe {
  background: url(images/bg_dot_p02.gif);
}
/*--------------------------------------------
daily
--------------------------------------------*/
#daily .age01_title, #daily .age02_title {
  position: relative;
  margin: 0 auto 0.8em;
  text-align: center;
}
#daily .age01_title img, #daily .age02_title img {
  padding: 0 1em 0.5em;
  background: url(images/hr_pen_pnk.png) repeat-x center bottom;
}
#daily table th {
  color: #fff;
  text-align: center;
  width: 6em;
}
#daily #age01 table th {
  background: url(images/bg_dot_o.gif);
}
#daily #age01 table td {
  background: #fff9de;
}
#daily #age02 table th {
  background: url(images/bg_dot_p03.gif);
}
#daily #age02 table td {
  background: #f3f3f3;
}
#daily .photo ul {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#daily .photo ul li img {
  width: 100%;
}
/*--------------------------------------------
yearly
--------------------------------------------*/
.life .wrapper {
  padding-top: 2em;
}
#yearly > p:first-of-type {
  text-align: center;
  margin-bottom: 1em;
}
#yearlybox div {
  margin-bottom: 1em;
  border-radius: 10px;
  background: url(images/bg_dot_y02.gif);
  padding: 10px;
  position: relative;
}
#yearlybox div dl {
  border-radius: 10px;
  background: #fff;
  padding: 110px 20px 20px;
}
#yearlybox div dt {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -60px;
}
#yearlybox div dd:first-of-type {
  margin-bottom: 1em;
}
#yearlybox div dd:first-of-type ul {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
#yearlybox div dd:first-of-type ul li {
  width: 48%;
  text-align: center;
}
#yearlybox div dd:first-of-type ul li:first-of-type {
  margin-right: 2%;
}
#yearlybox div dd:first-of-type ul li img {
  border-radius: 5px;
  width: 100%;
}
/*--------------------------------------------
blog
--------------------------------------------*/
#blogside {
  background: #ffe2e9;
  padding-bottom: 2em;
}
#blogside h3 {
  margin: 0 0 1em;
  padding: 0;
}
#blogside h3:before, #blogside h3:after {
  display: none;
}
#blogside h3:before {
  display: none;
}
#blogside ul {
  padding: 0 1em;
}
#blogside ul li {
  padding: 10px 0 0 1em;
  border-bottom: 2px dotted #fff;
  position: relative;
}
#blogside ul li:before {
  position: absolute;
  content: "œ";
  left: 0;
  top: 10px;
  font-size: 12px;
  color: #fff;
}
#blogmain {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}
#blogmain .blogkiji {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 1.5em;
  border-radius: 10px;
  background: url(images/bg_dot_pp02.gif);
}
#blogmain .blogkiji .blogmidashi {
  font-weight: 500;
  font-size: 1.5em;
  background: url(images/hr_pen_pnk.png) repeat-x center bottom #fff;
  position: relative;
  padding: 1rem 1rem 0.5em;
  color: #e83f8e;
  border-radius: 10px 10px 0 0;
}
#blogmain .blogkiji .blogbox {
  background: #fff;
  padding: 1rem;
  border-radius: 0 0 10px 10px;
}
#blogmain .blogkiji .bloghonbun {
  margin-bottom: 20px;
}
.blogkiji .photo img {
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.blogkiji .photo ul, #contents .photo {
  width: 100%;
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blogkiji .photo li, .blogkiji .photo dl {
  width: 32%;
  margin: 10px 0;
}
.blogkiji .photo dd {
  text-align: center;
  margin-top: 5px;
  color: #999;
  line-height: 1.7;
}
#blogmain .blogkiji .blogdate {
  border-top: 1px dotted #ccc;
  padding-top: 5px;
  text-align: right;
  font-size: 0.9em;
  color: #999;
}
.pdf a {
  display: inline-block;
  position: relative;
  margin: 0.5em 0;
  height: 54px;
  padding: 20px 0 0 64px;
}
.pdf a:before {
  content: "";
  background: url(images/icon_pdf.png);
  width: 54px;
  height: 54px;
  position: absolute;
  left: 0;
  top: 0;
}
#blogmain #next {
  text-align: center;
}
/*--------------------------------------------
jouhoukaiji
--------------------------------------------*/
#info li {
  position: relative;
  margin-bottom: 10px;
  padding: 0.5em 0 0 53px;
  font-size: 1.2em;
  height: 58px;
  background: url(images/hr_pen_pnk.png) repeat-x center bottom;
}
#info li:before {
  content: "";
  width: 43px;
  background: url(images/icon_arrow.png);
  height: 43px;
  position: absolute;
  left: 0;
  top: 3px;
}
#info li:hover:before {
  background: url(images/icon_arrow_on.png);
}
/*--------------------------------------------
info
--------------------------------------------*/
#first .figure {
  margin-bottom: 1rem;
  align-items: center;
}
#first .figure dt {
  max-width: 311px;
  text-align: center;
  margin: 0 auto;
}
#first .figure dd {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  margin-top: 1em;
}
#first .textarea {
  margin-bottom: 1.2em;
}
#first table {
  font-size: 1.2em;
  line-height: 1.7;
  margin-bottom: 1.2em;
}
#first th {
  background: url(images/bg_dot_y.gif);
  font-weight: 500;
}
#first th {
  width: 10em;
}
#first th.bg01 {
  background: url(images/bg_dot_o.gif);
  color: #fff;
}
#first td {
  background: #fff9de;
}
#first h4 {
  font-family: "Rounded Mplus 1c", "ƒqƒ‰ƒMƒmŠÛƒS Pro W4", "ƒqƒ‰ƒMƒmŠÛƒS Pro", "Hiragino Maru Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "HGŠÛºÞ¼¯¸M-PRO", "HGMaruGothicMPRO";
  font-size: 1.2em;
  font-weight: 500;
  border-left: 10px solid #614d3c;
  padding: 0.1em 0 0 0.5em;
}
#first h4:after {
  display: none;
}
#houkoku .blogkiji {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 1.5em;
  border-radius: 10px;
  background: url(images/bg_dot_y02.gif) #fff;
}
#houkoku .blogmidashi {
  font-weight: 500;
  font-size: 1.5em;
  position: relative;
  padding: 1rem 1rem 0.5em;
  border-radius: 10px 10px 0 0;
  background: #fff;
  border-bottom: 1px dotted #614d3c;
}
#houkoku .blogkiji .blogbox {
  background: #fff;
  padding: 1rem;
  border-radius: 0 0 10px 10px;
}
#houkoku .blogkiji .blogdate {
  padding-top: 0.5em;
  text-align: right;
  font-size: 0.9em;
  color: #999;
}
/*--------------------------------------------
single
--------------------------------------------*/
.single .mainvisual {
  text-align: center;
  margin: 0 auto 2em;
}
.single .mainvisual_img {
  position: relative;
  max-width: 700px;
  display: inline-block;
}
.single .mainvisual img {
  padding: 20px;
}
.single .mainvisual_img:before, .single .mainvisual_img:after {
  content: "";
  width: 115px;
  height: 70px;
  position: absolute;
  background-repeat: no-repeat;
}
.single .mainvisual_img:before {
  right: -10px;
  top: -10px;
}
.single .mainvisual_img:after {
  left: -10px;
  bottom: -10px;
}
.single #freearea {
  padding: 15px;
}
.freeareamidashi, .freeareabox {
  background: #fff;
  padding: 20px;
}
.freeareamidashi {
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: dashed 2px #ccc;
}
.single #freearea .imgarea {
  -js-display: flex;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.single #freearea .imgarea li {
  margin: 10px;
  text-align: center;
  max-width: 48%;
}
#blogbutton {
  padding: 20px 0px;
  border-radius: 10px;
}
/* higashihakozaki */
/*
.higashihakozaki .bg_lft {
background-image: url(images/higashihakozaki_h2_lft.png);
}
.higashihakozaki .bg_rgt {
background-image: url(images/higashihakozaki_h2_rgt.png);
}
*/
.higashihakozaki .mainvisual img {
  background: url(images/higashihakozaki_mv_bg.jpg);
}
.higashihakozaki .mainvisual_img:before {
  background-image: url(images/higashihakozaki_mv_flower_top.png);
}
.higashihakozaki .mainvisual_img:after {
  background-image: url(images/higashihakozaki_mv_flower_btm.png);
}
main.higashihakozaki article h2 {
  background: #ffe9bf;
  border-top: 4px solid #f6c158;
  border-bottom: 4px solid #f6c158;
}
main.higashihakozaki article h2:before, main.higashihakozaki article h2:after {
  background: #f6c158;
}
main.higashihakozaki .button_higashihakozaki {
  max-width: 500px;
  margin: 0 auto;
}
main.higashihakozaki #freearea {
  background: url(images/bg_dot_o02.gif);
}
main.higashihakozaki #blogbutton {
  background: #ffebc5;
  padding: 20px 0px;
  border-radius: 10px;
}
/* hakozaki */
/*
.hakozaki .bg_lft {
background-image: url(images/hakozaki_h2_lft.png);
}
.hakozaki .bg_rgt {
background-image: url(images/hakozaki_h2_rgt.png);
}
*/
.hakozaki .mainvisual img {
  background: url(images/hakozaki_mv_bg.jpg);
}
.hakozaki .mainvisual_img:before {
  background-image: url(images/hakozaki_mv_flower_top.png);
}
.hakozaki .mainvisual_img:after {
  background-image: url(images/hakozaki_mv_flower_btm.png);
}
main.hakozaki article h2 {
  background: #f9dfe7;
  border-top: 4px solid #fab6cd;
  border-bottom: 4px solid #fab6cd;
}
main.hakozaki article h2:before, main.hakozaki article h2:after {
  background: #fab6cd;
}
main.hakozaki .button_hakozaki {
  max-width: 500px;
  margin: 0 auto;
}
main.hakozaki th {
  background: url(images/bg_dot_p.gif);
}
main.hakozaki td {
  background: #fffbe6;
}
main.hakozaki #freearea {
  background: url(images/bg_dot_p02.gif);
}
main.hakozaki #blogbutton {
  background: #fff2f8;
  padding: 20px 0px;
  border-radius: 10px;
}
/* hakozaki-s */
/*
.hakozaki-s .bg_lft {
background-image: url(images/hakozaki-s_h2_lft.png);
}
.hakozaki-s .bg_rgt {
background-image: url(images/hakozaki-s_h2_rgt.png);
}
*/
.hakozaki-s .mainvisual img {
  background: url(images/hakozaki-s_mv_bg.jpg);
}
.hakozaki-s .mainvisual_img:before {
  background-image: url(images/hakozaki-s_mv_flower_top.png);
}
.hakozaki-s .mainvisual_img:after {
  background-image: url(images/hakozaki-s_mv_flower_btm.png);
}
main.hakozaki-s article h2 {
  background: #d8f5b4;
  border-top: 4px solid #afe46d;
  border-bottom: 4px solid #afe46d;
}
main.hakozaki-s article h2:before, main.hakozaki-s article h2:after {
  background: #afe46d;
}
main.hakozaki-s .button_hakozaki-s {
  max-width: 500px;
  margin: 0 auto;
}
main.hakozaki-s th {
  background: url(images/bg_dot_g.gif);
}
main.hakozaki-s td {
  background: #f8fbc4;
}
main.hakozaki-s #freearea {
  background: url(images/bg_dot_g.gif);
}
main.hakozaki-s #blogbutton {
  background: #effbd3;
  padding: 20px 0px;
  border-radius: 10px;
}
#map .f_2clm .access th {
  width: 5em;
}
#map .f_2clm .access th, #map .f_2clm .access td {
  border: none;
  border-bottom: 2px solid #d3d3d2;
}
#map .f_2clm .access th:first-of-type, #map .f_2clm .access td:first-of-type {
  border-top: 2px solid #d3d3d2;
}
#map .s_2clm .teiin {
  text-align: center;
}
.higashihakozaki th {
  background: url(images/bg_dot_y.gif);
}
.higashihakozaki td {
  background: #fff9de;
}
#map .s_2clm .teiin th {
  width: 6em;
}
.googlemap {
  margin-top: 2em;
}
/*--------------------------------------------
footer
--------------------------------------------*/
footer {
  position: absolute;
  margin-top: 150px;
  background: url(images/footer_bg.jpg) repeat-x center top;
  position: relative;
  left: 0;
  bottom: 0;
}
footer small {
  display: block;
  font-size: 0.95em;
  text-align: center;
  padding: 5em 0 3em;
  color: #fff;
}
/* page_top */
#page_top {
  position: absolute;
  right: 50px;
  top: -120px;
  z-index: 1000;
}
@media print, screen and (min-width: 1100px) {
  .recruit_btn {
    width: 1000px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -80px;
    text-align: right;
  }
  .recruit_btn img {
    width: 140px;
  }
}
@media print, screen and (min-width: 1200px) {
  .recruit_btn {
    width: 1200px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .wrapper {
    padding: 3em 20px 0;
  }
  header {
    padding: 2em 0 2em;
  }
  .signle_btn li {
    width: 30%;
    margin: 0 5px;
  }
  .recruit_btn {
    width: 120px;
    right: 10px;
    top: 20px;
  }
  main > h2 {
    margin: 0;
  }
  #map .f_2clm .photo, #outline .photoframe, #support .photoframe, .point .photoframe, #first .figure dt {
    max-width: 50%;
  }
}
@media print, screen and (min-width: 768px) {
  .hidePc {
    display: none !important;
  }
  header {
    min-height: 354px;
  }
  #first .figure {
    -js-display: flex;
    display: flex;
    justify-content: space-between;
  }
  #map .s_2clm {
    margin-top: 1em;
  }
  /* buttonarea */
  .buttonarea {
    -js-display: flex;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .buttonarea li, #daily #age01, #daily #age02, #yearlybox div, #point01 .pointlist div {
    width: 49%;
  }
  #map section, #outline section, #support section, #daily section, #yearlybox, #point01 section, #point02 section, #point03 section, #point04 section, #blogbox {
    -js-display: flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .photoframe, #first .figure dt {
    margin-right: 1em;
  }
  #blogside {
    width: 220px;
    margin-right: 1.5em;
  }
}
@media screen and (max-width:767px) {
  body {
    font-size: 15px;
  }
  .hideSp {
    display: none !important;
  }
  header {
    background-position: bottom center;
    height: auto;
    padding-bottom: 2em;
  }
  header h1 {
    max-width: 450px;
  }
  .signle_btn {
    margin-top: -5px;
  }
  .signle_btn li {
    display: inline-block;
    margin: 0;
  }
  .signle_btn li img {
    height: 60px;
  }
  .recruit_btn {
    width: 80px;
    right: 0px;
    top: 1em;
  }
  #mainnav {
    margin: 1em 0 0;
    padding-bottom: 0em;
  }
  #mainnav ul {
    display: block;
  }
  #mainnav ul li {
    width: 23%;
    padding: 0 12px 0 0;
    margin-bottom: 0.5em;
    display: inline-block;
  }
  #mainnav ul li:nth-of-type(4):after {
    display: none;
  }
  #mainnav ul li:after {
    height: 20px;
  }
  #mainnav ul li.menu_enphoto {
    width: 41%;
    padding-left: 5px;
  }
  main {
    width: auto;
    border-radius: 0;
    margin: 0;
  }
  .wrapper {
    padding: 10px;
  }
  main article {
    margin-bottom: 30px;
  }
  main article > section {
    margin: 0 0 2em;
  }
  main > h2 {
    margin: 1em auto;
  }
  main > h2 .title {
    height: auto;
    padding: 0;
  }
  #topslide {
    width: 100%;
    height: auto;
    padding: 10px 10px 40px;
  }
  #topslide:before, #topslide:after {
    display: none;
  }
  #news ul li, #outline section p, #outline section li, #outline section table {
    font-size: 15px;
  }
  .single .mainvisual img {
    padding: 10px;
  }
  #map table th, #nursery_outline table th {
    width: 25%;
  }
  #map .f_2clm .access {
    margin: 0 0 2em;
  }
  #map [class*="button"] a, main.single [class*="button"] a {
    padding: 20px 20px 20px 50px;
  }
  #map [class*="button"] a:before, main.single [class*="button"] a:before {
    width: 20px;
    height: 20px;
    left: 20px;
    top: 23px;
  }
  .freeareamidashi, .freeareabox {
    padding: 15px;
  }
  main.higashihakozaki #blogbutton, main.hakozaki #blogbutton, main.hakozaki-s #blogbutton {
    background: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
  }
  .buttonarea li {
    margin-bottom: 0.5em;
    text-align: center;
  }
  #yearlybox div dl {
    padding: 60px 10px 10px;
  }
  #yearlybox div dt {
    width: 70px;
    text-align: center;
    margin-left: -35px;
  }
  ul.disc_star li {
    padding: 5px 0 0 35px;
    margin-bottom: 0;
  }
  ul.disc_star li:before {
    width: 25px;
    height: 25px;
    background-size: 25px;
  }
  .photoframe {
    margin: 0 auto 1em auto;
  }
  #daily table {
    margin-bottom: 1em;
  }
  #daily .photo ul li {
    width: 48%;
    margin-bottom: 1em;
  }
  #blogside {
    margin-bottom: 1em;
  }
  .blogkiji .photo li {
    width: 48%;
  }
  .blogkiji .photo dd {
    font-size: 0.8em;
  }
  #info ul {
    padding: 10px;
  }
  #info li {
    font-size: 18px;
    padding: 5px 0 5px 40px;
  }
  #info li:before {
    width: 30px;
    height: 30px;
    background-size: 100%;
  }
  #page_top {
    width: 200px;
    right: 10px;
    top: -86px;
  }
  footer small {
    font-size: 10px;
    line-height: 1.7;
  }
}
@media screen and (max-width:480px) {
  header h1 {
    width: 70%;
  }
  main > h2 .title {
    height: auto;
    padding: 0;
    margin: 0 0.5em;
  }
  main > h2 .title img {
    max-height: 20px;
  }
}
@media print {
  body {
    width: 1305px;
  }
  .googlemap {
    width: 465px;
  }
  footer {
    margin-top: 150px;
  }
}
#daily .photo ul {
  width: 100%;
}
main.hakozaki-s #daily section {
  display: block;
  background-image: url(images/hakozaki-s_daily_bg_lft.png), url(images/hakozaki-s_daily_bg_rgt.png);
  background-repeat: no-repeat;
  background-position: left center, right center;
  background-size: auto 90%;
}
main.hakozaki-s #daily section #age01 {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  main.hakozaki-s #daily section {
    background: none;
  }
  main.hakozaki-s #daily section #age01 {
    width: auto;
  }
}