@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* 追加設定
----------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

/* 共通設定
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

body {
  font-family: "Noto Sans JP", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 0.18em;
}

.jp {
  font-weight: 100;
}

img {
  max-width: 100%;
}

p {
  font-size: 15px;
  color: #515151;
  line-height: 1.8em;
}

a {
  color: #515151;
  text-decoration: none;
}

li {
  list-style-type: none;
}

/* 英語フォント
----------------------------------------------- */
.en {
  font-family: "Lato", "Century Gothic", "Helvetica Neue", "Helvetica", "Arial", "Avenir-Roman", "Noto Sans JP", メイリオ, sans-serif;
}

/* ハンバーガーボタン
----------------------------------------------- */
.spNavBtn {
  padding: 10px 8px;
  border: solid 1px #09876d;
  background: white;
  position: fixed;
  width: 46px;
  height: 46px;
  top: 20px;
  right: 18px;
  cursor: pointer;
  z-index: 101;
  /* ボタンの切り替えアニメーション */
}

.spNavBtn .wrap {
  position: relative;
}

.spNavBtn .wrap span {
  background: #09876d;
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  left: 0;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.spNavBtn .wrap span:nth-child(1) {
  top: 0;
}

.spNavBtn .wrap span:nth-child(2) {
  top: 11px;
}

.spNavBtn .wrap span:nth-child(3) {
  top: 22px;
}

.spNavBtn .fixbody {
  position: fixed;
  width: 100%;
  height: 100%;
}

.spNavBtn.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.spNavBtn.open span:nth-child(2) {
  width: 0;
  left: 50%;
}

.spNavBtn.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

/* ヘッダー
----------------------------------------------- */
header {
  background: white;
  /* PC */
  /* グローバルナビ
  ----------------------------------------------- */
}

@media print, screen and (min-width: 768px) {
  header {
    position: fixed;
    max-width: 280px;
    width: 25%;
    height: 100%;
    z-index: 9999;
  }
}

header nav.global {
  background: white;
  position: relative;
  max-width: 380px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

header nav.global a.logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background: white;
  width: 100%;
  padding: 25px 0;
  display: block;
  text-align: center;
  color: #09876d;
  font-size: 18px;
  /* mobile */
}

@media screen and (max-width: 767px) {
  header nav.global a.logo {
    display: none;
  }
}

header nav.global ul.main {
  padding-top: 25px;
  background: white;
  position: absolute;
  top: 140px;
  left: 0;
  max-width: 380px;
  width: 100%;
  z-index: 9999;
  height: 100%;
}

header nav.global ul.main li a {
  line-height: 1em;
  color: #303030;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 16px;
  font-weight: 900;
  padding: 15px 0 8px 25px;
  display: block;
  /* PC */
}

header nav.global ul.main li a .en {
  font-size: 10px;
  color: #c0c0c0;
  font-weight: normal;
}

@media print, screen and (min-width: 768px) {
  header nav.global ul.main li a:hover {
    color: white;
    background: #6d9586;
  }
}

header nav.global ul.sub_supplies {
  z-index: 9998;
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #6d9586;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 170px;
}

header nav.global ul.sub_supplies li a {
  color: white;
  display: block;
  padding: 15px 0 15px 25px;
  /* PC */
}

@media print, screen and (min-width: 768px) {
  header nav.global ul.sub_supplies li a:hover {
    color: white;
    background: #1b4d48;
  }
}

header nav.global .slide {
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
}

header nav.global .accept {
  background: white;
  max-width: 380px;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 1000;
  z-index: 9999;
  color: #515151;
}

header nav.global .accept .tel {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

header nav.global .accept .time {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6em;
  margin-bottom: 15px;
}

header nav.global .accept a.smap {
  font-size: 12px;
  /* PC */
}

@media print, screen and (min-width: 768px) {
  header nav.global .accept a.smap:hover {
    color: white;
    background: #0d0d0d;
  }
}

@media screen and (max-width: 767px) {
  header nav.global {
    background: white;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-right: 1px solid #26876c;
    width: 300px;
    height: 100%;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 9999;
  }
  header nav.global ul.main {
    top: 0;
  }
  header nav.global ul.main li a {
    font-size: 16px;
    color: #26876c;
    display: block;
    padding: 20px 0 20px 15px;
    border-bottom: solid 1px #26876c;
  }
  header nav.global.open {
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  header .tel {
    display: none;
  }
}

/* パンくずナビ
----------------------------------------------- */
section.breadcrumbs {
  margin-bottom: 90px;
  padding: 20px 0;
}

section.breadcrumbs .container {
  font-size: 12px;
  color: #969696;
}

section.breadcrumbs .container a {
  font-size: 12px;
  color: #2c8f47;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

@media print, screen and (min-width: 768px) {
  section.breadcrumbs .container a:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 767px) {
  section.breadcrumbs {
    padding: 10px;
    margin-bottom: 20px;
  }
}

/* 各セクションとコンテンツ部分の囲み
----------------------------------------------- */
article,
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

article .content_wrap,
article .content_wrapTop,
footer .content_wrap,
footer .content_wrapTop {
  width: calc(100% - 280px);
  /* pc */
  /* mobile */
}

@media screen and (max-width: 1520px) {
  article .content_wrap,
  article .content_wrapTop,
  footer .content_wrap,
  footer .content_wrapTop {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  article .content_wrap,
  article .content_wrapTop,
  footer .content_wrap,
  footer .content_wrapTop {
    width: 100%;
    padding: 0 10px;
  }
}

article .content_wrap section .container,
article .content_wrapTop section .container,
footer .content_wrap section .container,
footer .content_wrapTop section .container {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}

article .content_wrapTop,
footer .content_wrapTop {
  /* mobile */
}

@media screen and (max-width: 767px) {
  article .content_wrapTop,
  footer .content_wrapTop {
    width: 100%;
    padding: 0;
  }
}

.container_640,
.container_720 {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .container_640,
  .container_720 {
    padding: 10px 0;
  }
}

.container_720 {
  max-width: 720px;
}

.container_640 {
  max-width: 640px;
}

/* サブページ共通
----------------------------------------------- */
section.index {
  border-bottom: solid 3px #08876d;
}

section.index h1.sub {
  padding: 60px 0;
}

section.index h1.sub .en {
  font-size: 48px;
  margin-bottom: 50px;
}

section.index h1.sub .jp {
  font-size: 16px;
}

h2.en {
  font-size: 36px;
  font-weight: 100;
}

h2.en span.small {
  font-size: 20px;
}

/* フッター
----------------------------------------------- */
.front_footer {
  font-size: 12px;
  width: 100%;
  color: white;
  position: fixed;
  bottom: 15px;
  text-align: center;
}

.sub_footer {
  text-align: center;
}

.sub_footer .content_wrap .map {
  margin-bottom: 75px;
  position: relative;
  height: 0;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .sub_footer .content_wrap .map {
    padding: 0 0 25%;
  }
}

@media screen and (max-width: 767px) {
  .sub_footer .content_wrap .map {
    padding: 0 0 80%;
  }
}

.sub_footer .content_wrap .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.sub_footer .content_wrap .logo {
  line-height: 1.8em;
  color: #09876d;
  margin-bottom: 35px;
}

.sub_footer .content_wrap .address {
  font-size: 14px;
  margin-bottom: 55px;
}

.sub_footer .content_wrap .tel {
  margin-bottom: 25px;
}

.sub_footer .content_wrap .tel a {
  font-size: 24px;
  font-weight: 900;
  /* PC */
}

@media print, screen and (min-width: 768px) {
  .sub_footer .content_wrap .tel a {
    pointer-events: none;
  }
}

.sub_footer .content_wrap .hours {
  line-height: 1.6em;
  margin-bottom: 85px;
  font-size: 14px;
}

.sub_footer .content_wrap .hours .small {
  font-size: 11px;
}

.sub_footer .content_wrap section.copy {
  padding: 25px 0;
  font-size: 12px;
  color: #09876d;
}

/* ページトップボタン
----------------------------------------------- */
#btn-block {
  position: fixed;
  bottom: 35px;
  right: 35px;
  z-index: 9999;
}

#btn-block .page_top {
  border: solid 1px #dfdfdf;
  font-weight: 100;
  color: #09876d;
  background: white;
  width: 55px;
  height: 55px;
  cursor: pointer;
  text-align: center;
  padding-top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#btn-block .page_top span {
  font-size: 12px;
}

@media print, screen and (min-width: 768px) {
  #btn-block .page_top:hover {
    padding-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  #btn-block {
    bottom: 0;
    right: 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #btn-block .btn_contact {
    max-width: calc(100% - 70px);
    width: 100%;
    height: 55px;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #btn-block .btn_contact a {
    text-align: center;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    padding-top: 10px;
    font-size: 12px;
    display: block;
    width: 49%;
    height: 55px;
    line-height: 1.7em;
  }
  #btn-block .btn_contact a i.fa {
    font-size: 16px;
  }
  #btn-block .btn_contact a.tel {
    background: #09876d;
    color: white;
  }
  #btn-block .btn_contact a.reserve {
    background: #1b4d48;
    color: white;
  }
}

/* ページナビ
----------------------------------------------- */
.page_nav {
  text-align: center;
  color: #34bbb0;
  margin-bottom: 125px;
  /* mobile */
}

.page_nav a,
.page_nav .current {
  color: white;
  margin-right: 5px;
  height: 35px;
  display: inline-block;
  padding-top: 10px;
  border-radius: 5px;
}

.page_nav a {
  background: #34bbb0;
  width: 35px;
}

.page_nav a.last,
.page_nav a.first {
  width: 65px;
}

.page_nav .current {
  background-color: #17887e;
  width: 35px;
}

@media screen and (max-width: 767px) {
  .page_nav {
    margin-bottom: 55px;
  }
}

/* 入力フォーム
----------------------------------------------- */
section.form .form_tbl input,
section.form .form_tbl textarea,
section.form .form_tbl select {
  -webkit-appearance: none;
  width: 100%;
  padding: 12px 0 12px 10px;
  background: #fafafa;
  border: 1px solid #ebebeb;
  font-size: 16px;
}

section.form .form_tbl .size_m {
  font-size: 16px;
}

section.form .form_tbl .size_m {
  width: 65%;
}

section.form .form_tbl .size_s {
  width: 30%;
}

section.form .form_tbl .size_sp {
  width: 45%;
}

section.form .form_tbl .req:after {
  font-family: FontAwesome;
  content: " \f069";
  font-size: 0.5em;
  color: #e1ad25;
}

section.form .form_tbl .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

section.form .form_tbl .tr .th {
  font-size: 14px;
  color: #515151;
  width: 25%;
  padding-top: 15px;
}

section.form .form_tbl .tr .th i.fa {
  color: #e1ad25;
  margin-left: 5px;
  font-size: 10px;
}

section.form .form_tbl .tr .th .small {
  font-size: 10px;
}

section.form .form_tbl .tr .td {
  width: 75%;
}

section.form .form_tbl .tr .td select {
  color: #3b3b3b;
}

section.form .form_tbl .tr .td .small {
  font-size: 10px;
}

section.form .form_tbl .tr .td .child_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  color: #515151;
}

section.form .form_tbl .tr .td .child_wrap .th_child {
  width: 25%;
}

section.form .form_tbl .tr .td .child_wrap .td_child {
  width: 25%;
}

section.form .form_tbl .tr .td .note {
  color: #414c8e;
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4em;
}

section.form .form_tbl .btn-box input.submit,
section.form .form_tbl .btn-box input.back {
  cursor: pointer;
  display: block;
  max-width: 320px;
  width: 100%;
  margin: 0 auto 15px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  padding: 20px 0;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 4px #dedede;
          box-shadow: 2px 2px 4px #dedede;
}

section.form .form_tbl .btn-box input.submit {
  color: #414c8e;
  border: solid #414c8e 2px;
}

section.form .form_tbl .btn-box input.back {
  color: white;
  border: solid grey 2px;
}

.map {
  position: relative;
  height: 0;
  overflow: hidden;
  margin-bottom: 45px;
  padding-bottom: 20%;
  /* mobile */
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 767px) {
  .map {
    margin-bottom: 20px;
    padding-bottom: 70%;
  }
}

/* PC */
/* mobile */
/*# sourceMappingURL=common.css.map */