<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
resetcss
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;
}

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;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

/* 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;
}

/**************************************
                CSS
**************************************/
a {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  color: black;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  color: skyblue;
}

a:active {
  opacity: 0.6;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  color: skyblue;
}
body {
  font-family: "Noto Sans Japanese", sans-serif;
}

@media screen and (min-width: 1025px) {
  .pc_part {
    display: block;
  }
  .sp_part {
    display: none;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  a {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  a:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  header {
    width: 100%;
    margin: 0 auto;
    height: 80px;
    position: fixed;
    top: 0;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 1;
  }
  .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .container img {
    width: 131px;
    height: 62px;
    position: absolute;
    top: 8px;
  }
  nav {
    line-height: 80px;
  }
  nav ul {
    position: absolute;
    right: 330px;
  }
  nav ul li {
    padding-left: 30px;
    list-style: none;
    font-size: 14px;
    font-weight: bold;
  }
  nav ul li a {
    color: black;
  }
  nav ul li a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #00a0e9;
            text-decoration-color: #00a0e9;
    text-underline-position: 5px;
  }
  .moji {
    line-height: 25px;
    position: absolute;
    right: 5px;
    top: 23px;
  }
  .moji p {
    color: #00479d;
    font-size: 16px;
  }
  .moji button {
    border: solid 1px black;
    background-color: #00479d;
    color: white;
    margin: 0 5px;
  }

  .main_title{
    width: 100%;
    height: 200px;
    margin-top: 100px;
    background-color: #F8B551;
    position: relative;
  }

  .main_title h1{
    text-align: center;
    color: white;
    font-size: 2rem;
    width: 70%;
    float:left;
    margin-left: 15%;
    margin-top: 60px;
  }
  .main_title img{
    position: absolute;
    top: 20%;
    right: 30%;
  }

  .route{
    margin-top: 20px;
    margin-left: 10%;
  }

  .main_contents{
    width: 80%;
    margin-top: 10%;
    margin-left: 10%;
    margin-bottom: 5%;
  }

  .main_table_space{
      margin-top: 10%;
  }

  table{
    width: 100%;
    margin-top: 2.5%;
    border: 2px solid #A3A3A3;
  }

  table th {
      border: 2px solid #A3A3A3;
      background-color: #E5E5E5;
      color: #4D4D4D;
      font-weight: normal;
      padding: 15px 0px;
  }

  .th_loc{
      width: 30%;
  }

  .th_tel{
      width: 45%;
  }

  .th_about{
      width: 25%;
  }

  table td {
      border: 2px solid #A3A3A3;
      color: #000000;
      padding-top: 25px;
      padding-bottom: 50px;
      line-height: 2.0em;
      font-size: 0.9rem;
  }

  .td_loc{
      padding-left: 1.5%;
      padding-right: 1.5%;
  }

  .td_tel{
      padding-left: 5%;
      padding-right: 5%;
      position: relative;
  }

  .td_about{
      padding-left: 2%;
      padding-right: 2%;
      display: table-cell;
      vertical-align: middle;
  }

  .tel_num{
      pointer-events: none;
  }

  .icon_copy::after {
    content: url(../images21/copy.png);
  }

  .icon_tel::before{
      content: url(../images21/phone.png);
      position: absolute;
      left: 5%;
  }

  .icon_mail::before{
      content: url(../images21/mail.png);
      position: absolute;
      left: 5%;
  }

    .btns1 img {
        margin-top: 15%;
        width: 20%;
        margin-left: 40%;
    }

    .btns1 a {
        padding-right: 10%;
    }

    .btns2 img {
        margin-top: 5%;
        width: 20%;
        margin-left: 40%;
    }

   .btns2 a {
      padding-right: 10%;
   }

  footer {
    width: 100%;
    height: 130px;
    margin-top: 160px;
    background-color: #32b16c;
  }
  footer p {
    text-align: center;
    color: white;
    padding-top: 10px;
  }
  .decoration {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .decoration .woods img {
    position: absolute;
    top: -143px;
    left: -20px;
    width: 275px;
    height: 119px;
  }
  .decoration .page-top {
    max-width: 1024px;
    width: 100%;
  }
  .decoration .page-top img {
    position: absolute;
    top: -100px;
    right: 30px;
    width: 178px;
    height: 117px;
  }

  #pagetop {
    position: fixed;
    bottom: 50px;
    right: 10px;
  }
}




/**************************************
                タブレット
**************************************/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pc_part {
    display: none;
  }
  .sp_part {
    display: block;
  }
  header {
    width: 100%;
    margin: 0 auto;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1;
    position: fixed;
    top:0;
  }
  #gloval-navi {
    position: relative;
  }
  #gloval-navi img {
    position: absolute;
    left: 0;
  }
  #wrapper nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    background: #00a4e4;
    font-size: 32px;
    line-height: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 2;
    text-align: center;
  }
  ul.menu {
    padding-top: 100px;
  }
  #wrapper nav ul li {
    display: block;
    padding: 30px 10px;
  }
  #wrapper nav ul li.border {
    border: 1px solid white;
    border-radius: 10px;
    padding: 10px 10px;
    width: 80%;
    margin: 20px auto;
    background-color: white;
    color: #59d0ff;
  }
  .nav-logo img {
    width: 131px;
    height: 62px;
    position: absolute;
    left: 15px;
  }


    .nav-logo_dismiss img {
    width: 52px;
    height: 52px;
    position: absolute;
    right: 15px;
  }

  .nav-bottom {
    border-top: 2px solid white;
    margin-top: 50px;
  }
  .nav-bottom ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav-bottom li {
    padding: 30px;
  }
  .nav-bottom a {
    font-size: 24px;
  }
  #wrapper nav ul li a {
    text-decoration: none;
    color: #000;
  }
  #wrapper nav ul li a.color {
    color: #000;
  }
  #wrapper .btn-gnavi {
    position: fixed;
    top: 20px;
    right: 40px;
    width: 30px;
    height: 24px;
    z-index: 3;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
  #wrapper .btn-gnavi span {
    position: absolute;
    width: 50px;
    height: 4px;
    background: red;
    border-radius: 10px;
    -webkit-transition: all 600ms;
    transition: all 600ms;
  }
  #wrapper .btn-gnavi span:nth-child(1) {
    top: 0;
  }
  #wrapper .btn-gnavi span:nth-child(2) {
    top: 15px;
  }
  #wrapper .btn-gnavi span:nth-child(3) {
    top: 30px;
  }
  #wrapper .btn-gnavi.open span {
    background: #fff;
  }
  #wrapper .btn-gnavi.open span {
    width: 24px;
  }
  #wrapper .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
  }
  #wrapper .contents section:nth-child(odd) p {
    left: 10%;
  }
  #wrapper .contents section:nth-child(even) p {
    right: 10%;
  }
  .container {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .container img {
    width: 131px;
    height: 62px;
    position: absolute;
    top: 8px;
    left: 10px;
  }
  .main_title{
    width: 100%;
    height: 180px;
    margin-top: 100px;
    background-color: #F8B551;
    position: relative;
  }

  .main_title h1{
    text-align: center;
    color: white;
    font-size: 2.3rem;
    width: 60%;
    float:left;
    margin-left: 15%;
    margin-top: 30px;
  }
  .main_title img{
    position: absolute;
    top: 15%;
    right: 15%;
  }
  .main_contents{
    width: 80%;
    margin-top: 10%;
    margin-left: 10%;
    margin-bottom: 5%;
  }

  .main_table_space{
      margin-top: 10%;
  }
  .table_title{
    font-size: 1.3rem;
  }

  table{
    width: 100%;
    margin-top: 2.5%;
    border: 2px solid #A3A3A3;
  }

  table th {
      border: 2px solid #A3A3A3;
      border-bottom: none;
      color: #4D4D4D;
      font-weight: normal;
      padding: 15px 0px;
      text-align: left;
  }

  table th p{
    border: 2px solid #A3A3A3;
    padding: 10px;
    width: 25%;
    text-align: center;
    background-color: #E5E5E5;
    color: #4D4D4D;
    margin-left: 5%;
    font-size: 0.8rem;
  }


  table td {
      border: 2px solid #A3A3A3;
      border-top: none;
      color: #000000;
      padding-top: 25px;
      padding-bottom: 50px;
      line-height: 2.0em;
      font-size: 1rem;
  }

  .td_loc{
      padding-left: 1.5%;
      padding-right: 1.5%;
  }

  .td_tel{
      padding-left: 6%;
      padding-right: 5%;
      position: relative;
  }
  .td_tel_br{
    display: none;
  }

  .td_about{
      padding-left: 2%;
      padding-right: 2%;
      display: table-cell;
      vertical-align: middle;
  }

  .tel_number{
    font-size: 1.2rem;
    color: orange;
    border-bottom: 1px solid orange;
  }

  .icon_copy::after {
    content: url(../images21/copy.png);
  }

  .icon_tel::before{
      content: url(../images21/phone.png);
      position: absolute;
      left: 2%;
  }

  .icon_mail::before{
      content: url(../images21/mail.png);
      position: absolute;
      left: 2%;
  }

    .btns1 img {
        margin-top: 15%;
        width: 60%;
        margin-left: 20%;
    }

    .btns1 a {
        padding-right: 10%;
    }

    .btns2 img {
        margin-top: 5%;
        width: 60%;
        margin-left: 20%;
    }

   .btns2 a {
      padding-right: 10%;
   }
  footer {
    width: 100%;
    height: 200px;
    margin-top: 160px;
    background-color: #32b16c;
  }
  footer p {
    font-size: 20px;
    text-align: center;
    color: white;
    padding-top: 10px;
  }
  .decoration {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .decoration .woods img {
    position: absolute;
    top: -143px;
    left: 27px;
    width: 225px;
    height: 115px;
  }
  .decoration .page-top {
    max-width: 1024px;
    width: 100%;
  }
  .decoration .page-top img {
    position: absolute;
    top: -135px;
    right: 30px;
    width: 154px;
    height: 97px;
  }

    #pagetop_sp {
    position: fixed;
    bottom: 50px;
    right: 10px;
}

}

/**************************************
                スマートフォン
**************************************/
@media screen and (max-width: 767px) {
  .pc_part {
    display: none;
  }
  .sp_part {
    display: block;
  }
  header {
    width: 100%;
    margin: 0 auto;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1;
    position: fixed;
    top: 0;
  }
  #gloval-navi {
    position: relative;
  }
  #gloval-navi img {
    position: absolute;
    left: 0;
  }
  #wrapper nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #00a4e4;
    font-size: 0.8rem;
    line-height: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 2;
    text-align: center;
  }
  ul.menu {
    padding-top: 50px;
  }
  #wrapper nav ul li {
    display: block;
    padding: 5px 10px;
  }
  #wrapper nav ul li.border {
    border: 1px solid white;
    border-radius: 10px;
    padding: 10px 10px;
    width: 80%;
    margin: 20px auto;
    background-color: white;
    color: #59d0ff;
  }
  .nav-logo img {
    position: absolute;
    top: 3%;
    left: 2%;
    width: 20%;
  }


    .nav-logo_dismiss img {
    position: absolute;
    top: 3%;
    right: 2%;
    width: 10%;
  }

  .nav-bottom {
    border-top: 2px solid white;
    margin-top: 50px;
  }
  .nav-bottom ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav-bottom li {
    padding: 30px;
  }
  .nav-bottom a {
    font-size: 24px;
  }
  #wrapper nav ul li a {
    text-decoration: none;
    color: #000;
  }
  #wrapper nav ul li a.color {
    color: #000;
  }
  #wrapper .btn-gnavi {
    position: fixed;
    top: 15px;
    right: 30px;
    width: 25px;
    height: 18px;
    z-index: 3;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
  #wrapper .btn-gnavi span {
    position: absolute;
    width: 36px;
    height: 4px;
    background: red;
    border-radius: 8px;
    -webkit-transition: all 600ms;
    transition: all 600ms;
  }
  #wrapper .btn-gnavi span:nth-child(1) {
    top: 0;
  }
  #wrapper .btn-gnavi span:nth-child(2) {
    top: 12px;
  }
  #wrapper .btn-gnavi span:nth-child(3) {
    top: 24px;
  }
  #wrapper .btn-gnavi.open span {
    background: #fff;
  }
  #wrapper .btn-gnavi.open span {
    width: 24px;
  }
  #wrapper .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
  }
  #wrapper .contents section:nth-child(odd) p {
    left: 10%;
  }
  #wrapper .contents section:nth-child(even) p {
    right: 10%;
  }
  .container {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .container img {
    position: absolute;
    margin-top: 3%;
    left: 2%;
    width: 20%;
  }
  .main_title{
    width: 100%;
    height: 130px;
    margin-top: 50px;
    background-color: #F8B551;
    position: relative;
  }

  .main_title h1{
    text-align: center;
    color: white;
    font-size: 1.7rem;
    width: 60%;
    float:left;
    margin-left: 10%;
    margin-top: 30px;
  }
  .main_title img{
    position: absolute;
    top: 30%;
    right: 15%;
    width: 15%;
  }
  .main_contents{
    width: 90%;
    margin-top: 10%;
    margin-left: 5%;
    margin-bottom: 5%;
  }

  .main_table_space{
      margin-top: 10%;
  }
  .table_title{
    font-size: 1.3rem;
  }

  table{
    width: 100%;
    margin-top: 2.5%;
    margin-bottom: 20%;
    border: 2px solid #A3A3A3;
  }

  table th {
      border: 2px solid #A3A3A3;
      border-bottom: none;
      color: #4D4D4D;
      font-weight: normal;
      padding: 15px 0px;
      text-align: left;
  }

  table th p{
    border: 2px solid #A3A3A3;
    padding: 5px;
    width: 35%;
    text-align: center;
    background-color: #E5E5E5;
    color: #4D4D4D;
    margin-left: 5%;
    font-size: 0.6rem;
  }


  table td {
      border: 2px solid #A3A3A3;
      border-top: none;
      color: #000000;
      padding-top: 25px;
      padding-bottom: 50px;
      line-height: 2.0em;
      font-size: 1rem;
  }

  .td_loc{
      padding-left: 1.5%;
      padding-right: 1.5%;
  }

  .td_tel{
    display: none;
  }
  .td_tel_br{
      padding-left: 10%;
      padding-right: 5%;
      width: 80%;
      position: relative;
  }
  .td_about{
      padding-left: 2%;
      padding-right: 2%;
      display: table-cell;
      vertical-align: middle;
  }

  .tel_number{
    font-size: 1.2rem;
    color: orange;
    border-bottom: 1px solid orange;
  }
  .td_tel a{
    width: 100%;
  }
  .icon_copy::after {
    content: url(../images21/copy.png);
  }

  .icon_tel::before{
      content: url(../images21/phone.png);
      position: absolute;
      left: 2%;
  }

  .icon_mail::before{
      content: url(../images21/mail.png);
      position: absolute;
      left: 2%;
  }

    .btns1 img {
        margin-top: 15%;
        width: 80%;
        margin-left: 10%;
    }

    .btns1 a {
        padding-right: 10%;
    }

    .btns2 img {
        margin-top: 5%;
        width: 80%;
        margin-left: 10%;
    }

   .btns2 a {
      padding-right: 10%;
   }
  footer {
    width: 100%;
    height: 140px;
    margin-top: 160px;
    background-color: #32b16c;
  }
  footer p {
    font-size: 12px;
    text-align: center;
    color: white;
    padding-top: 10px;
  }
  .decoration {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .decoration .woods img {
    position: absolute;
    top: -99px;
    left: 27px;
    width: 135px;
    height: 70px;
  }
  .decoration .page-top {
    max-width: 600px;
    width: 100%;
  }
  .decoration .page-top img {
    position: absolute;
    top: -110px;
    right: 60px;
    width: 90px;
    height: 70px;
  }

  #pagetop_sp {
    position: fixed;
    bottom: 50px;
    right: 10px;
}
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>