@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Kiwi+Maru:300,500|Kaisei+Opti:700|Alatsi:400");
html {
  height: 101%;
  margin-bottom: 1px; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, img {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

body {
  height: 100%;
  font-family: "Kiwi Maru", sans;
  color: #000;
  background: #fff;
  font-size: 20px;
  line-height: 180%; }

img {
  max-width: 100%; }

a {
  color: #00712f;
  text-decoration: underline; }
  a:link, a:visited {
    color: #00712f;
    text-decoration: underline; }
  a:hover, a:active {
    color: #00712f;
    text-decoration: none; }

.sp_only {
  display: none; }

p {
  margin-bottom: 25px; }

br.clear {
  clear: both; }

@keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate(0, -80px); }
  50% {
    opacity: 0;
    transform: translate(0, -80px); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translate(-50px); }
  to {
    opacity: 1;
    transform: translate(0, 0); } }
@keyframes sd-arrow {
  from {
    opacity: 0;
    transform: translateY(-10px); }
  75% {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 0;
    transform: translateY(10px); } }
@keyframes st-arrow {
  from {
    opacity: 0;
    transform: translateY(10px); }
  75% {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 0;
    transform: translateY(-10px); } }
.fadeInUp {
  opacity: 0.1;
  transform: translate(0, 80px);
  transition: all 1000ms; }

.fadeInSlide {
  opacity: 0;
  transform: translate(-500px);
  transition: all 1000ms; }

.zoomIn {
  opacity: 0;
  transform: scale(0, 0);
  transition: all .5s; }

.fadeInUp.on
, .fadeInSlide.on {
  opacity: 1;
  transform: translate(0, 0); }

.zoomIn.on {
  opacity: 1;
  transform: scale(1, 1); }

section#main {
  padding: 0 0 25px; }

section#home_cover {
  position: relative;
  width: 100%;
  background-color: #000;
  background-size: cover; }
  section#home_cover > div {
    position: absolute;
    top: 0;
    background: url("../images/overlay_stripe.png") repeat center center;
    height: 100%;
    width: 100%; }
    section#home_cover > div .wrap {
      position: absolute;
      bottom: 0;
      left: 0;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+0,000000+100&0+0,0.75+100 */
      background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#bf000000',GradientType=0 );
      /* IE6-9 */
      box-sizing: border-box;
      color: #fff;
      width: 100%;
      padding: 30px 5% 40px; }
      section#home_cover > div .wrap h1 {
        margin-bottom: 25px; }
        section#home_cover > div .wrap h1 img {
          width: 350px; }
      section#home_cover > div .wrap h2 {
        line-height: 1.5;
        font-size: 1.25em;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
        margin-bottom: 25px;
        font-weight: bold; }
      section#home_cover > div .wrap h3 {
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
        font-size: .9em;
        margin-bottom: 25px;
        line-height: 1.5;
        position: relative;
        padding-left: 1.25em; }
        section#home_cover > div .wrap h3::before, section#home_cover > div .wrap h3::after {
          content: '～';
          text-shadow: none; }
        section#home_cover > div .wrap h3::before {
          position: absolute;
          top: 0;
          left: 0; }
        section#home_cover > div .wrap h3::after {
          margin: 0 0 0 0.25em; }
      section#home_cover > div .wrap #scrolldown {
        display: inline-block;
        font-family: "Alatsi", "Kiwi Maru", sans;
        color: #fff;
        text-decoration: none;
        font-size: .9em; }
        section#home_cover > div .wrap #scrolldown i.fa {
          animation: sd-arrow 2s ease 1s infinite backwards;
          margin-right: 10px; }

section.home_sec {
  padding: 60px 0; }
  section.home_sec::after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden; }

section#home_sec_start {
  color: #fff;
  background: #00712f url("../images/bg_start.jpg") no-repeat center top/100%;
  position: relative; }
  section#home_sec_start h3 {
    font-family: "Kaisei Opti", sans; }
  section#home_sec_start h4 {
    text-align: right;
    font-size: 1.5em;
    letter-spacing: .1em;
    margin-bottom: 40px; }
    section#home_sec_start h4 span {
      font-size: .5em;
      margin-right: 15px; }
  section#home_sec_start p.buttons {
    margin-bottom: 0; }

section#home_sec_recruit {
  background: #cf914f url("../images/bg_recruit.jpg") no-repeat center top/100%; }
  section#home_sec_recruit h3.common {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.05em; }
    section#home_sec_recruit h3.common small {
      font-size: .5em;
      margin-right: 5px; }
    section#home_sec_recruit h3.common img {
      display: block;
      height: 40px;
      margin: auto; }
    section#home_sec_recruit h3.common span {
      text-shadow: none;
      opacity: .5; }
  section#home_sec_recruit .wrap {
    color: #fff;
    max-width: 800px;
    margin: 0 auto; }
  section#home_sec_recruit dl {
    background: url("../images/paper.jpg");
    border-radius: 0 10px 0 10px;
    padding: 25px;
    font-size: .9em;
    line-height: 1.5; }
    section#home_sec_recruit dl dt {
      color: #e6851c;
      font-weight: normal; }
      section#home_sec_recruit dl dt::before {
        font-family: FontAwesome;
        content: '\f02b';
        margin-right: 5px;
        font-size: .9em; }
    section#home_sec_recruit dl dd {
      color: #000;
      border-bottom: 1px dotted #e6851c;
      margin-bottom: 10px;
      padding: 0 0 5px 1em; }
      section#home_sec_recruit dl dd:last-child {
        margin-bottom: 0; }

section#home_sec_shop {
  background: #00712f url("../images/bg_shop.jpg") no-repeat center center/cover;
  line-height: 1.5; }
  section#home_sec_shop h3.common {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
    section#home_sec_shop h3.common img {
      display: block;
      width: 100px;
      margin: auto; }
    section#home_sec_shop h3.common span {
      text-shadow: none;
      opacity: .5; }
  section#home_sec_shop dl {
    margin-bottom: 25px; }
    section#home_sec_shop dl dt {
      background: #00712f;
      border-radius: 0 10px 0 0;
      color: #fff;
      font-weight: normal;
      font-size: .8em;
      padding: 5px 15px; }
    section#home_sec_shop dl dd {
      background: #fff;
      border-radius: 0 0 0 10px;
      padding: 10px 15px;
      font-size: .9em;
      margin-bottom: 10px; }

p.buttons {
  text-align: center; }
  p.buttons a {
    font-size: .9em;
    display: inline-block;
    line-height: 1;
    color: #fff;
    background: #e6851c;
    padding: 15px 50px;
    border: 1px solid #fff;
    border-radius: 50px;
    text-decoration: none;
    margin: 0 5px;
    position: relative;
    transition: .5s; }
    p.buttons a::after {
      transition: .5s;
      font-family: 'FontAwesome';
      content: '\f0da';
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      opacity: .5; }
    p.buttons a:hover {
      border-color: #e6851c; }
      p.buttons a:hover::after {
        opacity: 1.0; }

footer {
  background: url("../images/bg_footer.jpg") repeat top center;
  display: block;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 14px; }
  footer div.footer_bar {
    height: 40px;
    background: url("../images/wood_bar.jpg") repeat-x center center/auto 100%;
    margin-bottom: 50px;
    position: relative; }
    footer div.footer_bar #scrolltop {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: inline-block;
      font-family: "Alatsi", "Kiwi Maru", sans;
      color: #fff;
      text-decoration: none;
      padding-right: 1.5em; }
      footer div.footer_bar #scrolltop i.fa {
        animation: st-arrow 2s ease 1s infinite backwards;
        margin-right: 10px; }
  footer a {
    color: #fff !important; }
  footer p.footer_add {
    line-height: 140%;
    margin-bottom: 10px; }
  footer p.footer_tel {
    font-family: "Alatsi", "Kiwi Maru", sans;
    font-size: 20px;
    margin-bottom: 10px; }
  footer img.logo {
    width: 250px;
    margin-bottom: 40px; }
  footer p.copyright {
    font-family: "Alatsi", "Kiwi Maru", sans;
    padding: 10px;
    margin: 0;
    font-size: .9em; }

.padd5 {
  padding: 5px; }

.padd10 {
  padding: 10px; }

.padd15 {
  padding: 15px; }

.padd20 {
  padding: 20px; }

.padd0_5 {
  padding: 0 5px; }

.padd0_10 {
  padding: 0 10px; }

.padd0_20 {
  padding: 0 20px; }

.padd10_20 {
  padding: 10px 20px; }

.padd-top5 {
  padding-top: 5px; }

.padd-top10 {
  padding-top: 10px; }

.padd-top15 {
  padding-top: 15px; }

.padd-top20 {
  padding-top: 20px; }

.padd-bottom5 {
  padding-bottom: 5px; }

.padd-bottom10 {
  padding-bottom: 10px; }

.padd-bottom15 {
  padding-bottom: 15px; }

.padd-bottom20 {
  padding-bottom: 20px; }

.marg5 {
  margin: 5px; }

.marg10 {
  margin: 10px; }

.marg20 {
  margin: 20px; }

.marg0_5 {
  margin: 0 5px; }

.marg0_10 {
  margin: 0 10px; }

.marg0_20 {
  margin: 0 20px; }

.marg-top0 {
  margin-top: 0 !important; }

.marg-top5 {
  margin-top: 5px; }

.marg-top10 {
  margin-top: 10px; }

.marg-top15 {
  margin-top: 15px; }

.marg-top20 {
  margin-top: 20px; }

.marg-bottom5 {
  margin-bottom: 5px; }

.marg-bottom10 {
  margin-bottom: 10px; }

.marg-bottom15 {
  margin-bottom: 15px; }

.marg-bottom20 {
  margin-bottom: 20px; }

.st {
  font-weight: bold; }

.reg {
  font-weight: normal; }

.fs150 {
  font-size: 150%;
  letter-spacing: 0.01em; }

.fs120 {
  font-size: 120%; }

.fs110 {
  font-size: 110%; }

.fs90 {
  font-size: 90%; }

.fs80 {
  font-size: 80%;
  line-height: 160%; }

.fs70 {
  font-size: 70%;
  line-height: 160%; }

.fs60 {
  font-size: 60%;
  line-height: 160%; }

.fs50 {
  font-size: 50%;
  line-height: 160%; }

.fsblack {
  color: #000; }

.fsred {
  color: #CC4B5B; }

.fsgray {
  color: #afafaf; }

.must {
  font-weight: bold;
  margin-left: 5px;
  color: red; }

.alignright {
  text-align: right; }

.aligncenter {
  text-align: center; }

hr {
  height: 1px;
  border: none;
  background: #333;
  margin: 10px 0; }

#fb-root {
  display: none; }

.fb_iframe_widget
, .fb_iframe_widget span
, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
  background: #fff !important; }

h3.common {
  font-family: "Kaisei Opti", sans;
  text-align: center;
  line-height: 2;
  margin: 0 0 35px;
  font-size: 1.75em;
  letter-spacing: .25em;
  text-indent: .25em; }
  h3.common span {
    font-family: "Alatsi", "Kiwi Maru", sans;
    font-size: .5em;
    font-weight: normal;
    padding: 0 0 10px;
    display: block;
    letter-spacing: .05em;
    text-indent: .05em; }

h4.common {
  margin: 25px 0 15px;
  font-size: 14px;
  color: #999;
  font-weight: normal;
  border-bottom: 2px solid #ddd;
  line-height: 1; }
  h4.common span {
    background: url("../images/head_line.png") repeat-x bottom left;
    background-size: auto 2px;
    display: inline-block;
    font-family: "Alatsi", "Kiwi Maru", sans;
    font-size: 24px;
    margin: 0 15px -2px 0;
    color: #000;
    padding-bottom: 10px; }

.box {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  margin-bottom: 15px; }

img.photo {
  width: 96%;
  padding: 2%;
  background: rgba(255, 255, 255, 0.8); }

.single-post {
  position: relative;
  margin-bottom: 30px; }
  .single-post h1.post-title {
    margin: 30px 0 10px;
    font-size: 32px;
    line-height: 1.5;
    padding: 0 0 20px;
    color: #00712f; }
    .single-post h1.post-title.nothumbnail {
      margin: 0 0 10px;
      padding: 30px 0 15px; }
  .single-post .date {
    font-family: "Alatsi", "Kiwi Maru", sans;
    font-size: 14px;
    padding: 0 0 25px;
    line-height: 100%;
    text-align: right; }
  .single-post .single-post-content {
    font-size: 16px;
    padding: 25px 0;
    line-height: 180%; }
    .single-post .single-post-content p {
      margin-bottom: 15px; }
    .single-post .single-post-content h3 {
      font-size: 18px; }
    .single-post .single-post-content h4 {
      font-size: 16px; }
    .single-post .single-post-content h5 {
      font-size: 14px; }

ul.paging {
  margin-top: 10px;
  font-size: 12px;
  border-top: 1px dotted #ddd; }
  ul.paging li {
    width: 50%; }
  ul.paging li.prev {
    float: left; }
  ul.paging li.emptynext a {
    border-right: 1px dotted #ddd; }
  ul.paging li.next {
    text-align: right;
    float: right; }
  ul.paging li a {
    display: block;
    position: relative;
    text-decoration: none; }
  ul.paging li.prev a {
    padding: 15px 5px 15px 15px; }
  ul.paging li.next a {
    padding: 15px 15px 15px 5px;
    border-left: 1px dotted #ddd; }
  ul.paging li a i {
    position: absolute;
    top: 21px; }
  ul.paging li.prev a i {
    left: 0; }
  ul.paging li.next a i {
    right: 0; }

.posts {
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 10px; }
  .posts img {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 7px; }
  .posts .date {
    font-family: "Alatsi", "Kiwi Maru", sans;
    font-size: 14px;
    padding: 10px 0;
    line-height: 100%;
    text-align: right; }
    .posts .date.nothumbnail {
      padding: 35px 10px 10px; }
  .posts h3 {
    font-weight: bold;
    margin: 0 0 10px;
    line-height: 150%;
    font-size: 16px; }
  .posts .excerpt {
    font-size: 12px;
    padding: 10px 0 0;
    line-height: 150%; }

.icons {
  position: absolute;
  top: 5px;
  right: 10px;
  line-height: 100%; }
  .icons span, .icons a {
    display: inline-block;
    background: #00712f;
    color: #fff;
    font-size: 10px;
    line-height: 100%;
    padding: 2px 8px;
    margin-right: 0;
    text-decoration: none;
    border-radius: 10px; }
  .icons span.new {
    background: #c53535; }

a.more {
  font-family: "Alatsi", "Kiwi Maru", sans;
  position: relative;
  display: block;
  margin-top: 20px;
  text-align: center;
  text-decoration: none;
  background: #00712f;
  color: #00712f;
  border-radius: 10px;
  padding: 12px 0;
  z-index: 2;
  transition: .5s;
  line-height: 1; }
  a.more::before {
    transition: .5s;
    content: '';
    position: absolute;
    z-index: -1;
    background: #fff;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 9px; }
  a.more::after {
    transition: .3s;
    font-family: 'FontAwesome';
    content: '\f054';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    color: #00712f;
    font-size: 90%; }
  a.more:hover {
    color: #fff; }
    a.more:hover::before {
      opacity: 0;
      transform: scale(0, 0); }
    a.more:hover::after {
      color: #fff;
      transform: translate(5px, -50%); }

header#fixed_header {
  animation: fadeIn 1s ease 1s 1 backwards;
  font-family: "Alatsi", "Kiwi Maru", sans;
  position: fixed;
  top: 25px;
  left: 2%;
  width: 96%;
  z-index: 1000;
  height: 60px;
  background: #fff;
  overflow: hidden;
  border-radius: 100px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  transition: .5s; }
  header#fixed_header.hide {
    transform: translateY(-80%);
    opacity: 0; }
  header#fixed_header a.header_phone {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 50%;
    font-family: "Alatsi", "Kiwi Maru", sans;
    transform: translateY(-50%);
    font-size: 24px;
    line-height: 1;
    padding: 3px 0 5px 40px;
    background: url("../images/icon_phone.png") no-repeat left center/30px;
    text-decoration: none;
    color: #000; }
  header#fixed_header .logo {
    position: absolute;
    display: inline-block;
    float: left;
    height: 60px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1; }
    header#fixed_header .logo a {
      display: inline-block; }
      header#fixed_header .logo a img {
        height: 60px; }
  header#fixed_header #lock_overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 999; }
  header#fixed_header nav#header_menu {
    opacity: 0;
    z-index: 1001;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    transition: .5s;
    height: 100vh;
    padding: 100px 50px 0 50px;
    background: rgba(0, 0, 0, 0.9);
    color: #fff; }
    header#fixed_header nav#header_menu a {
      color: #fff;
      text-decoration: none; }
      header#fixed_header nav#header_menu a:hover {
        color: #00712f; }
    header#fixed_header nav#header_menu.active {
      transform: translateX(0);
      opacity: 1; }
    header#fixed_header nav#header_menu ul > li {
      font-size: 16px;
      line-height: 2;
      border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
      margin-bottom: 10px;
      padding: 0 10px 5px; }
      header#fixed_header nav#header_menu ul > li.outer a::after {
        font-family: 'FontAwesome';
        content: '\f08e';
        margin-left: 5px; }
      header#fixed_header nav#header_menu ul > li > ul {
        margin: 0 0 15px 15px; }
        header#fixed_header nav#header_menu ul > li > ul > li {
          font-size: 14px;
          line-height: 1.8; }
  header#fixed_header span.menu_txt {
    position: absolute;
    left: 90px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    font-family: "Alatsi", "Kiwi Maru", sans; }
  header#fixed_header a#menu_trigger {
    display: inline-block;
    box-sizing: border-box;
    z-index: 1002;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 60px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6e9b44+0,00712f+100 */
    background: #6e9b44;
    /* Old browsers */
    background: -moz-linear-gradient(top, #6e9b44 0%, #00712f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #6e9b44 0%, #00712f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #6e9b44 0%, #00712f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e9b44', endColorstr='#00712f',GradientType=0 );
    /* IE6-9 */ }
    header#fixed_header a#menu_trigger span {
      display: inline-block;
      transition: all .8s;
      box-sizing: border-box;
      position: absolute;
      right: 15px;
      width: 30px;
      height: 3px;
      background-color: #fff;
      border-radius: 3px; }
      header#fixed_header a#menu_trigger span:nth-of-type(1) {
        top: 20px; }
      header#fixed_header a#menu_trigger span:nth-of-type(2) {
        top: 50%;
        transform: translateY(-50%); }
      header#fixed_header a#menu_trigger span:nth-of-type(3) {
        bottom: 20px; }
    header#fixed_header a#menu_trigger.active {
      background: none; }
      header#fixed_header a#menu_trigger.active span:nth-of-type(1) {
        background-color: #fff;
        -webkit-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg); }
      header#fixed_header a#menu_trigger.active span:nth-of-type(2) {
        opacity: 0; }
      header#fixed_header a#menu_trigger.active span:nth-of-type(3) {
        background-color: #fff;
        -webkit-transform: translateY(-9px) rotate(45deg);
        transform: translateY(-9px) rotate(45deg); }

section#pagetitle {
  background-image: url("../images/overlay_stripe.png"), url("../images/title_bg.jpg");
  background-position: right center;
  background-size: auto ,cover;
  padding: 200px 0 50px; }
  section#pagetitle h1, section#pagetitle p {
    font-family: "Kaisei Opti", sans;
    font-weight: bold;
    font-size: 35px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }

h3.disable {
  display: none; }

.sub_right_widget {
  margin-bottom: 25px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
  .sub_right_widget h3 {
    color: #fff;
    font-size: 16px;
    font-family: "Alatsi", "Kiwi Maru", sans;
    font-weight: normal;
    background-color: #00712f;
    padding: 15px;
    line-height: 1; }
  .sub_right_widget ul {
    font-size: 12px; }
    .sub_right_widget ul > li {
      border-bottom: 1px dotted #ddd;
      padding: 12px 15px; }
    .sub_right_widget ul > li:last-child {
      border-bottom: 0; }
    .sub_right_widget ul > li a {
      font-size: 14px;
      margin-right: 3px; }
    .sub_right_widget ul > li ul.children {
      margin: 5px 0 0 10px; }
    .sub_right_widget ul > li ul.children li {
      padding: 2px 0; }

div.tags {
  margin: 0 10px;
  text-align: right; }
  div.tags h4 {
    color: #999;
    font-size: 12px;
    margin-bottom: 5px; }
  div.tags a {
    font-size: 12px;
    display: inline-block;
    background: #fff;
    padding: 2px 10px;
    margin: 0 0 5px 5px;
    border: 1px solid #009ae2;
    border-radius: 3px;
    text-decoration: none; }
  div.tags a:hover {
    background: #009ae2;
    color: #fff; }

ul.gal2
, ul.gal3 {
  margin-left: -1%; }

ul.gal2 li
, ul.gal3 li {
  float: left;
  margin: 0 0 7px 1%; }

ul.gal2 li img
, ul.gal3 li img {
  width: 100%; }

ul.gal2 li {
  width: 49%; }

ul.gal3 li {
  width: 32.3%; }

.pagenation {
  text-align: center;
  margin: 10px 0 30px; }
  .pagenation a
  , .pagenation span {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0 2px;
    padding: 5px 8px;
    border-radius: 3px;
    text-decoration: none; }
  .pagenation .current {
    background: #000;
    border-color: #000;
    color: #fff; }

section.breadcrumb {
  border-bottom: 1px solid #ddd;
  margin: 0 0 40px 0; }
  section.breadcrumb.bottom {
    border-bottom: none;
    border-top: 1px solid #ddd;
    margin: 40px 0 0 0; }
  section.breadcrumb ul {
    display: flex;
    align-items: flex-start;
    line-height: 1; }
    section.breadcrumb ul li {
      font-size: 12px;
      padding: 15px 15px 15px 25px;
      display: inline-block;
      position: relative; }
      section.breadcrumb ul li::after {
        position: absolute;
        left: 0;
        top: 50%;
        display: block;
        content: '';
        width: 1px;
        height: 100%;
        background-color: #ddd;
        transform: rotate(10deg) translateY(-50%); }
      section.breadcrumb ul li span.fa {
        margin-right: 10px; }
      section.breadcrumb ul li:first-child {
        padding: 15px; }
        section.breadcrumb ul li:first-child::before {
          font-family: FontAwesome;
          content: '\f015';
          margin-right: 10px; }
        section.breadcrumb ul li:first-child::after {
          display: none; }

.after_clear::after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden; }

ul.recommend {
  display: flex; }
  ul.recommend li img {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 5px; }
  ul.recommend li p.date {
    font-family: "Alatsi", "Kiwi Maru", sans;
    font-size: 12px;
    padding: 5px 0 10px 0; }
  ul.recommend li h4 {
    font-size: 14px; }

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

ul.menus h4 {
  background: url(../images/border_dash.png) repeat-x left bottom, url(../images/border_dash.png) repeat-x left top;
  background-size: 10px;
  font-family: "Alatsi", "Kiwi Maru", sans;
  line-height: 100%;
  margin-bottom: 30px;
  font-size: 24px;
  padding: 15px 0;
  font-weight: normal;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); }
  ul.menus h4 span {
    display: block;
    font-family: "Kiwi Maru", sans;
    font-size: 12px;
    line-height: 1;
    text-shadow: none;
    margin-top: 5px; }
ul.menus dl {
  margin-top: 15px;
  padding: 0 0 50px; }
  ul.menus dl dt {
    margin-top: 10px;
    font-weight: normal;
    font-size: 16px;
    padding: 0 0 5px;
    border-bottom: 1px dotted #ddd; }
  ul.menus dl dd {
    font-family: "Alatsi", "Kiwi Maru", sans;
    text-align: right;
    padding: 5px 0 0 0; }

h2.common {
  font-family: "Alatsi", "Kiwi Maru", sans;
  line-height: 100%;
  margin-bottom: 30px;
  font-size: 32px;
  color: #00712f;
  border-bottom: double #00712f;
  padding: 0 0 10px 0;
  font-weight: normal;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); }

ul.asterisk {
  border: 1px dotted #ddd;
  padding: 15px 15px 5px;
  font-size: 14px; }
  ul.asterisk li {
    position: relative;
    padding: 0 0 10px 20px; }
    ul.asterisk li::before {
      position: absolute;
      content: '※';
      top: 0;
      left: 0; }

table.common {
  width: 100%;
  font-family: "Alatsi", "Kiwi Maru", sans;
  margin-bottom: 25px; }
  table.common th, table.common td {
    border: 1px solid #00712f; }
  table.common th {
    font-weight: normal;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    background: #00712f; }

.single-page {
  max-width: 850px;
  margin: 0 auto; }

ul.gallery {
  display: flex; }
  ul.gallery li a {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none; }
    ul.gallery li a img {
      width: 100%; }

ul.gal_slick {
  position: relative;
  z-index: 0;
  margin-bottom: 60px;
  line-height: 0; }
  ul.gal_slick li {
    padding-left: 5px;
    padding-right: 5px; }
    ul.gal_slick li img {
      border-radius: 5px; }
  ul.gal_slick .slick-arrow {
    position: absolute;
    top: 0;
    width: 5%;
    height: 100%;
    transition: .5s; }
    ul.gal_slick .slick-arrow.prev {
      left: 0;
      z-index: 1;
      background: rgba(0, 0, 0, 0.3) url("../images/prev.png") no-repeat center left/90%; }
    ul.gal_slick .slick-arrow.next {
      right: 0;
      z-index: 1;
      background: rgba(0, 0, 0, 0.3) url("../images/next.png") no-repeat center right/90%; }
    ul.gal_slick .slick-arrow:hover {
      transition: .5s;
      cursor: pointer;
      background-color: rgba(0, 0, 0, 0.6); }
  ul.gal_slick .slick-dots {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%); }
    ul.gal_slick .slick-dots li {
      display: inline-block;
      margin: 0 8px;
      padding: 0; }
      ul.gal_slick .slick-dots li button {
        width: 15px;
        height: 15px;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 50%;
        text-indent: -9999px;
        outline: none;
        background: rgba(255, 255, 255, 0.75);
        transition: .5s; }
      ul.gal_slick .slick-dots li.slick-active button {
        background: #00712f; }

ul.dot li {
  position: relative;
  padding: 0 0 0 1.25em; }
  ul.dot li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '●';
    color: #00712f; }

.notfound img {
  display: block;
  width: 35%;
  margin: 0 auto 25px; }
.notfound h2 {
  font-size: 1.5em;
  margin-bottom: 25px; }

nav.jump ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 25px -2%; }
  nav.jump ul li {
    width: 31.3%;
    margin: 0 0 2% 2%; }
    nav.jump ul li a {
      display: block;
      text-align: center;
      border: 1px solid #00712f;
      background: #fff;
      font-size: .9em;
      padding: 10px 0 20px 0;
      text-decoration: none !important;
      position: relative;
      border-radius: 3px;
      overflow: hidden;
      transition: .3s; }
      nav.jump ul li a::after {
        transition: .3s;
        position: absolute;
        width: 100%;
        height: 8px;
        bottom: 0;
        left: 0;
        text-align: center;
        font-family: FontAwesome;
        content: '\f0d7';
        color: #fff;
        background: #00712f;
        font-size: 12px;
        line-height: 1; }
      nav.jump ul li a:hover {
        background: #00712f;
        color: #fff; }
        nav.jump ul li a:hover::after {
          height: 15px;
          content: '\f103'; }

@media (min-width: 768px) {
  img.pc_right {
    float: right;
    width: 40%;
    padding: 0 0 30px 25px; }

  img.pc_left {
    float: left;
    width: 40%;
    padding: 0 25px 30px 0; }

  ul.menus {
    margin: 0 0 0 -3%; }
    ul.menus li.col3 {
      width: 30.3%;
      float: left;
      margin: 0 0 3% 3%; }
    ul.menus li.col2 {
      width: 47%;
      float: left;
      margin: 0 0 3% 3%; }

  table.common {
    border-collapse: separate;
    border-spacing: 5px; }
    table.common th {
      padding: 15px;
      width: 30%;
      font-size: 20px; }
    table.common td {
      padding: 15px;
      width: 70%; }

  ul.recommend {
    margin: 0 0 0 -3%; }
    ul.recommend li {
      width: 22%;
      margin-left: 3%; }

  ul.gallery {
    flex-wrap: wrap;
    margin: 0 0 15px -1%; }
    ul.gallery li {
      flex: auto;
      width: 200px;
      margin: 0 0 1% 1%; }
      ul.gallery li a img {
        border-radius: 5px; }
      ul.gallery li a:hover::before {
        animation: fade .5s ease 0s 1 normal;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 5px; }
      ul.gallery li a:hover::after {
        animation: fade .5s ease 0s 1 normal;
        content: '\f00e';
        font-family: FontAwesome;
        position: absolute;
        left: 50%;
        top: 50%;
        color: rgba(255, 255, 255, 0.6);
        font-size: 50px;
        transform: translate(-50%, -50%); }

  a.mouseonzoom {
    overflow: visible;
    display: block; }
    a.mouseonzoom img {
      width: 100%;
      transition-duration: 0.3s; }
      a.mouseonzoom img:hover {
        transform: scale(0.95);
        transition-duration: 0.3s; }

  section#home_sec_start img {
    position: absolute;
    right: 0;
    top: 50%;
    width: 40%;
    z-index: 1;
    transform: translateY(-50%); }
  section#home_sec_start .greeting {
    width: 60%; }
    section#home_sec_start .greeting h3 {
      font-size: 35px;
      margin-bottom: 40px;
      line-height: 1.75; }
    section#home_sec_start .greeting p {
      z-index: 2; }

  dl.common {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap; }
    dl.common dt, dl.common dd {
      border-box: box-sizing; }
    dl.common dt {
      text-align: right;
      width: 30%;
      border-right: 1px solid #00712f;
      padding: 15px 2em 15px 0;
      color: #00712f;
      font-size: 0.9em; }
    dl.common dd {
      width: 70%;
      padding: 15px 0 15px 2em; }

  ul.services > li {
    background: #f0f0f0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 25px;
    border-radius: 10px;
    overflow: hidden; }
    ul.services > li > img {
      display: block;
      width: 35%;
      border-radius: 0 0 10px 0; }
    ul.services > li > div {
      box-sizing: border-box;
      width: 65%; }
      ul.services > li > div p {
        padding: 0 25px; }
      ul.services > li > div h2 {
        margin: 0 0 25px 0;
        line-height: 1;
        background: #00712f;
        font-size: 1em;
        padding: 15px 25px;
        color: #fff; }
      ul.services > li > div dl {
        padding: 0 25px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start; }
        ul.services > li > div dl dt, ul.services > li > div dl dd {
          font-size: .9em;
          box-sizing: border-box; }
        ul.services > li > div dl dt {
          width: 25%;
          color: #e6851c;
          background: #fff;
          border: 1px solid #e6851c;
          border-radius: 3px;
          text-align: center;
          padding: 10px 0;
          font-weight: normal; }
        ul.services > li > div dl dd {
          line-height: 1.75;
          width: 75%;
          padding: 0 0 10px 20px;
          margin-bottom: 10px;
          border-bottom: 1px dotted #999; }
          ul.services > li > div dl dd:last-child {
            border-bottom: none; }

  .contact {
    margin-top: 50px;
    background: #fff url("../images/bg_contact.jpg") no-repeat left top/auto 100%;
    padding: 50px 30px 50px 50%;
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
    .contact h3 {
      font-size: 1.2em;
      font-weight: bold;
      color: #00712f;
      margin-bottom: 25px; }
    .contact p {
      font-size: .9em;
      line-height: 1.75;
      margin-bottom: 15px; }
    .contact p.phone {
      font-family: "Kaisei Opti", sans;
      margin: 0;
      font-size: 2em;
      text-align: right; }
      .contact p.phone i.fa {
        color: #e6851c;
        margin-right: 10px; }
      .contact p.phone span {
        font-family: "Kiwi Maru", sans;
        display: block;
        font-size: .4em; } }
@media (max-width: 767px) {
  body {
    font-size: 16px; }
    body#sub section#main, body#page section#main {
      padding: 15px; }

  .container {
    padding: 0; }

  .sp_only {
    display: inline; }

  .sp_center {
    text-align: center; }

  .pc_only {
    display: none; }

  img.pc_right
  , img.pc_left {
    float: none;
    width: 100%;
    padding: 0 0 20px; }

  header#fixed_header {
    left: 5%;
    width: 90%;
    height: 50px; }
    header#fixed_header a.header_phone {
      font-size: 0;
      display: inline-block;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      padding: 0;
      width: 30px;
      height: 30px;
      background: url("../images/icon_phone.png") no-repeat center center/cover; }
    header#fixed_header .logo a {
      display: inline-block;
      height: 50px; }
      header#fixed_header .logo a img {
        height: 50px; }
    header#fixed_header span.menu_txt {
      display: none; }
    header#fixed_header a#menu_trigger {
      width: 60px;
      height: 50px; }
      header#fixed_header a#menu_trigger span {
        width: 25px; }
        header#fixed_header a#menu_trigger span:nth-of-type(1) {
          top: 15px; }
        header#fixed_header a#menu_trigger span:nth-of-type(2) {
          top: 50%;
          transform: translateY(-50%); }
        header#fixed_header a#menu_trigger span:nth-of-type(3) {
          bottom: 15px; }

  section.home_sec {
    padding: 50px 15px; }

  footer {
    font-size: 12px;
    line-height: 1.5; }
    footer p.footer_tel {
      margin-bottom: 25px; }
    footer img.logo {
      width: 200px; }

  div.tags a {
    font-size: 10px;
    padding: 2px 8px; }

  ul.gal2
  , ul.gal3 {
    margin: 0 0 20px 0; }

  ul.gal2 li
  , ul.gal3 li {
    float: none;
    width: 100%;
    margin: 0 0 10px 0; }

  section.breadcrumb {
    margin: 0 0 30px 0; }
    section.breadcrumb.bottom {
      margin: 30px 0 0 0; }
    section.breadcrumb ul {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      overflow-scrolling: touch; }
      section.breadcrumb ul li {
        white-space: nowrap; }

  section#pagetitle {
    padding: 150px 0 30px;
    background-size: auto ,cover; }
    section#pagetitle h1, section#pagetitle p {
      font-size: 24px; }

  ul.recommend {
    margin: 0 -15px 20px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch; }
    ul.recommend li {
      flex: 0 0 40%;
      padding: 0 20px 20px 0; }

  .single-post h1.post-title {
    padding: 0 0 15px 0;
    font-size: 20px;
    line-height: 1.5; }
    .single-post h1.post-title.nothumbnail {
      padding: 30px 0 15px; }
  .single-post .date {
    padding: 0 0 25px; }
  .single-post .single-post-content {
    padding: 15px 0;
    line-height: 180%;
    font-size: 14px; }

  section#home_cover > div .wrap {
    padding: 25px 25px 35px; }
    section#home_cover > div .wrap h1 {
      margin-bottom: 15px; }
      section#home_cover > div .wrap h1 img {
        width: 200px; }
    section#home_cover > div .wrap h2 {
      margin-bottom: 15px; }

  ul.menus h4 {
    font-size: 24px; }
  ul.menus dl {
    padding: 0 10px 30px; }

  table.common th, table.common td {
    display: block;
    padding: 5px 15px;
    text-align: center;
    line-height: 120%; }
  table.common td {
    padding: 10px 15px; }

  ul.gallery {
    padding-bottom: 15px;
    margin: 0 -15px 15px 0;
    flex-wrap: nowrap;
    overflow-x: auto; }
    ul.gallery li {
      flex: 0 0 85%;
      padding-right: 15px; }
      ul.gallery li a img {
        border-radius: 3px; }

  section#home_sec_start img {
    display: block;
    width: 75%;
    margin: 0 auto 15px; }
  section#home_sec_start .greeting h3 {
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.8em; }

  p.buttons a {
    font-size: 1.0em;
    display: block;
    margin: 0 0 15px; }

  ul.gal_slick {
    margin: 0 -15px 60px; }
    ul.gal_slick .slick-arrow {
      display: none !important; }

  dl.common {
    margin-bottom: 25px; }
    dl.common dt, dl.common dd {
      border-box: box-sizing; }
    dl.common dt {
      color: #00712f;
      font-size: 0.9em; }
    dl.common dd {
      background: #f0f0f0;
      padding: 10px 15px;
      border-radius: 8px;
      margin-bottom: 10px;
      line-height: 1.5; }

  nav.jump ul li {
    width: 48%; }
    nav.jump ul li a {
      padding: 5px 0 15px 0; }

  ul.services li {
    background: #f0f0f0;
    margin-bottom: 25px;
    border-radius: 10px;
    overflow: hidden; }
    ul.services li img {
      display: block;
      width: 100%; }
    ul.services li h2 {
      background: rgba(0, 113, 47, 0.9);
      color: #fff;
      padding: 10px 15px;
      font-size: 1.25em;
      line-height: 1;
      transform: translateY(-100%);
      text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
      margin-bottom: -25px; }
    ul.services li p {
      font-size: .9em;
      line-height: 1.5;
      padding: 0 15px 15px;
      margin-bottom: 0; }
    ul.services li dl {
      font-size: .9em;
      padding: 5px 15px;
      line-height: 1; }
      ul.services li dl dt {
        background: #e6851c;
        color: #fff;
        display: inline-block;
        padding: 5px 10px;
        border-radius: 5px 5px 0 0;
        font-weight: normal;
        line-height: 1; }
      ul.services li dl dd {
        background: #fff;
        padding: 10px 15px;
        margin-bottom: 10px;
        line-height: 1.5; }

  .contact {
    margin: 50px -15px 0;
    background: #fff url("../images/bg_contact_sp.jpg") no-repeat center top/100%;
    padding: 180px 25px 25px 25px; }
    .contact h3 {
      text-align: center;
      font-size: 1.5em;
      font-weight: bold;
      color: #00712f;
      margin-bottom: 20px;
      text-shadow: 0 0 5px white; }
    .contact p {
      font-size: .9em;
      line-height: 1.75;
      margin-bottom: 15px; }
    .contact p.phone {
      text-align: center;
      font-family: "Kaisei Opti", sans;
      margin: 0;
      font-size: 2em; }
      .contact p.phone i.fa {
        color: #e6851c;
        margin-right: 10px; }
      .contact p.phone span {
        font-family: "Kiwi Maru", sans;
        display: block;
        font-size: .4em; } }
