@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Modern+Antiqua);
/* ========================== */
/*         RESET START        */
/* ========================== */
/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

object, embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

body {
  font: 14px/1.9 "Noto Sans JP", Arial, Verdana, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  color: #333339;
  background: #fff;
}

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

a:hover, .active {
  text-decoration: underline;
}

a:active, a:focus, input:active, input:focus {
  outline: 0;
}

h1, h2 {
  font-family: "Modern Antiqua", "Noto Sans JP", serif;
}

img {
  /*max-width: 100%;*/
  width: 100%;
  height: auto;
}

section {
  clear: both;
}

section h2 {
  width: 60%;
  margin: 70px auto;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
}

section h2 span {
  padding-bottom: 20px;
  border-bottom: 3px solid #000;
}

#mainnav a {
  color: #000;
  font-family: "Modern Antiqua", "Noto Sans JP", serif;
}

.inner {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.innerS {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 10px;
}

.top-img {
  max-height: 100vh;
}

.imgbox {
  position: relative;
}

.svg-logo {
  position: absolute;
  top: 10px;
  left: 10px;
}

.logo-size {
  height: 120px;
  width: 120px;
}

.logo-back {
  fill: #1d809f;
}

.logo-color {
  fill: #ffffff;
}

#footer {
  clear: both;
  padding: 50px 10px 50px 0;
  text-align: center;
  font-size: 12px;
}

.footer-icon {
  width: 200px;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 640px) {
  .svg-logo {
    top: 80px;
    left: 10px;
  }

  .logo-size {
    height: 30px;
    width: 30px;
  }
}
/* RESPONSIVE 設定
------------------------------------------------------------*/
@media only screen and (min-width: 800px) {
  body {
    font-size: 14px;
  }

  #wrapper {
    width: 100%;
  }

  #content {
    width: 80%;
  }

  #sidebar {
    width: 12%;
    position: fixed;
    top: 0;
    right: 4%;
    background: #fff;
  }

  a#menu {
    display: none;
  }

  .panel {
    display: block !important;
    min-width: 250px;
  }

  #sidebar h1 {
    padding: 30px 0;
  }

  #mainnav li {
    font-size: 14px;
    padding: 10px 0;
  }

  #sns {
    margin-top: 50px;
  }

  #sns li {
    display: inline-block;
    padding-right: 10px;
  }

  #sns a:hover img {
    opacity: 0.8;
  }

  /* SEC03 BRAND
  -----------------*/
  .col4 {
    text-align: center;
  }

  .col4 li {
    display: inline-block;
    width: 18%;
    padding: 0 3%;
    vertical-align: top;
    text-align: left;
  }

  #footer {
    padding: 30px 10px 70px 0;
  }
}
@media only screen and (min-width: 641px) {
  .col2 li {
    width: 60%;
    vertical-align: top;
  }

  .col2 li:first-child {
    width: 35%;
    padding-right: 4%;
  }
}
@media only screen and (max-width: 640px) {
  .inner {
    width: 94%;
    padding-bottom: 30px;
  }

  #gallery li {
    float: none;
    width: 100%;
  }

  .article img {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }

  .map iframe {
    width: 96% !important;
    left: 2%;
  }
}
@media only screen and (max-width: 799px) {
  #sidebar {
    position: fixed;
    width: 100%;
    z-index: 500;
  }

  #sidebarWrap {
    position: relative;
    width: 100%;
    height: 60px;
    background: #fff;
    border-bottom: 1px solid #ccc;
  }

  #sidebar h1 {
    text-align: center;
    padding-top: 15px;
  }

  #sidebar h1 img {
    width: auto !important;
    max-height: 25px;
  }

  a#menu {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 10px;
  }

  #menuBtn {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #000;
    transition: 0.2s;
  }

  #menuBtn:before, #menuBtn:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 2px;
    background: #000;
    transition: 0.3s;
  }

  #menuBtn:before {
    margin-top: -7px;
  }

  #menuBtn:after {
    margin-top: 5px;
  }

  a#menu .close {
    background: transparent;
  }

  a#menu .close:before, a#menu .close:after {
    margin-top: 0;
  }

  a#menu .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  a#menu .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  .panel {
    width: 100%;
    display: none;
    overflow: hidden;
    position: relative;
    left: 0;
    top: -10px;
    z-index: 100;
  }

  #mainnav {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
  }

  #mainnav ul {
    border-bottom: 1px solid #ccc;
    background: #fff;
    text-align: left;
  }

  #mainnav li a {
    position: relative;
    display: block;
    padding: 15px 25px;
    border-bottom: 1px solid #ccc;
    color: #333339;
    font-weight: 400;
  }

  #mainnav li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #mainnav #sns li {
    display: inline-block;
  }

  #mainnav #sns li a {
    position: relative;
    display: inline-block;
    padding: 15px 10px 0;
    border: 0;
  }

  #mainnav #sns li a:before {
    border: 0;
  }
}
/* CONTACT(PHP)
------------------------------------------------------------*/
/* connect */
.contact p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}

.contact table {
  margin: 20px auto;
}

.contact th {
  background: #ffffff;
  border: solid 1px #ccc;
  color: #333339;
  padding: 5px 10px 5px 10px;
  /*width: 140px;*/
  vertical-align: middle;
  background-color: rgba(162, 162, 162, 0.1);
}

.contact td {
  border: solid 1px #ccc;
  padding: 5px 10px 5px 10px;
  /*padding: 10px;*/
}

.contact {
  width: 100%;
}

.ws {
  height: 100%;
  width: 98%;
  border: solid 0px #ccc;
  font-size: 1.3em;
}

.wl {
  height: 100%;
  width: 98%;
  border: solid 0px #ccc;
  font-size: 1.3em;
}

.conf-font {
  font-size: 2em;
}

.btn.cn {
  width: 100%;
  max-width: 340px;
  padding: 13px 8px;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
  border: 2px solid #a2a2a2;
  background-color: #1d809f;
  border-radius: 10px 10px 10px 10px;
  font-size: 1.5em;
}

.btn-frame {
  margin-top: 10px;
  text-align: center;
}

.tbl-r02 caption {
  font-size: 1.5em;
}

/* table */
.tbl-r02 p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}

.tbl-r02 table {
  margin: 20px auto;
}

.tbl-r02 th {
  background: #ffffff;
  border: solid 1px #ccc;
  color: #333339;
  padding: 10px;
  width: 250px;
  background-color: rgba(162, 162, 162, 0.1);
}

.tbl-r02 td {
  border: solid 1px #ccc;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }

  .contact {
    width: 100%;
  }

  .contact th,
  .contact td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}
.fi-title{
  font-size:1.5em;
}