* {
  padding: 0;
  -moz-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}
html {
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  width: 100%;
  min-height: 100vh;
  background: #f7f8fa;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.6rem;
  line-height: 2.0rem;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
  color: #333;
}
a {
  transition: all 0.96s;
  display: inline-block;
}
a:hover {
  text-shadow: 0.1rem 0.1rem 9.2rem #6667ab;
  opacity: 0.7;
}
a:visited {
  color: #008690;
}
h2 {
  width: 100%;
  font-size: 3.0rem;
  text-align: center;
}
@media(max-width:519px) {
  h2 {
    font-size: 2.4rem;
  }
}
.fc_red {
  color: #f00;
}
.fl_l {
  float: left !important;
}
.fl_r {
  float: right;
}
.fl_n {
  float: none !important;
}
/*▽▽▽.clerafix for modern browsers(IE-,Android5-)*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.none {
  display: none;
}
/*///////////////////////////////////////////////////////////////////////////////////*/
.bnner_txt {
  font-size: 2.6rem;
  line-height: 5.2rem;
  font-weight: 600;
}
.bnner button a {
  display: block;
  position: relative;
  width: 84.0rem;
  height: 7.2rem;
  padding: 0;
  font-size: 2.4rem;
  line-height: 6.4rem;
  color: #0f0;
  font-weight: 600;
  text-align: center;
  background: #00331a;
  border: 0.3rem solid #fff;
  border-radius: 1.2rem;
  box-shadow: 0.6rem 0.6rem 0.9rem 0 rgba(0, 64, 0, 1.00);
}
.bnner .fa-location-arrow {
  transform: rotate(45deg);
  display: inline-block;
  padding: 0;
  font-size: 2.8rem;
  color: #fff;
  vertical-align: middle;
  width: 50px;
}
.bnner span {
  font-family: "ink_free", serif;
  font-size: 4.0rem;
  font-weight: 100;
  vertical-align: middle;
  color: #ffe43a;
  -webkit-text-stroke: 0 #ffe43a;
}
.bnner strong {
  display: inline;
}
.bnner br {
  display: none;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media(max-width:519px) {
  a[href^="tel:"] {position: relative;z-index: 999;
    pointer-events: auto;
  }
  .bnner_txt {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .bnner button a {
    display: block;
    position: relative;
    width: 32.0rem;
    height: 7.2rem;
    padding: 0.6rem 3.4rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: left;
  }
  .bnner .fa-location-arrow {
    padding: 0.8rem 0 0 0.8rem;
  }
  .bnner span {
    font-size: 2.4rem;
    vertical-align: middle;
    -webkit-text-stroke: 0.1rem #ffe43a;
  }
  .bnner strong {
    display: none;
  }
  .bnner br {
    display: block;
  }
}
/*///////////////////////////////////////////////////////////////////////////////////*/
header {
  position: relative;
  height: 54px;
  background: #f7f8fa;
}
header h1 {
  position: absolute;
  top: 0.3rem;
  left: 24px;
  width: 15.0rem;
  height: 5.0rem;
}
header nav {
  display: none;
}
@media (min-width:480px) {
  header {
    box-sizing: border-box;
    max-width: 1040px;
    min-height: 50px;
    margin: 0 auto;
    padding: 14px;
  }
  header h1 {
    font-size: 2.0rem;
  }
  header nav {
    display: block;
    text-align: right;
  }
  header nav li {
    display: inline-block;
    margin-left: 40px;
  }
  header nav a {
    text-decoration: none;
    font-size: 2.0rem;
    font-weight: 600;
    color: #333;
  }
}
/*///////////////////////////////////////////////////////////////////////////////////*/
main {
  position: relative;
  width: 100%;
  max-width: 127.2rem;
  background-color: #f6f8f9;
  margin: 0 auto;
  padding: 0 0 6.0rem;
  z-index: -9;
}
@media(min-width:1040px) {
  main {
    padding-bottom: 120px;
  }
}
/*///////////////////////////////////////////////////////////////////////////////////*/
#top_sec {
  margin-bottom: 4.0rem;
}
#top_sec .top_img {
  position: relative;
  height: 388px;
  margin-bottom: 40px;
  background-image: url("../img/bg_top_mobi.jpg");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  font-weight: 600;
  z-index: -1;
}
#top_sec .top_img h2 {
  position: absolute;
  top: 23.0rem;
  font-size: 1.6rem;
  color: #004234;
}
#top_sec a {
  position: absolute;
  left: 0;
  top:37.0rem;
  width: 100%;
  height: 4.0rem;
  font-family: "Radio Canada", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

#top_sec .top_txt {
  margin: 0 24px;
}
@media(min-width:480px) {
  #top_sec .top_img {
    width: 100%;
    max-width: 144.0rem;
    height: 65.0rem;
    margin: -4.6rem auto 6.0rem;
    background-image: url("../img/bg_top_pc.jpg");
  }
  #top_sec .top_img h2 {
    position: absolute;
    top: 46.0rem;
    left: 0;
    width: 100%;
    margin: 0 auto;
    font-size: 4.0rem;
    text-align: center;
  }
  #top_sec a {display: block;
    top: 56.0rem;
width: 100%;
    font-size: 5.2rem;
	text-align: center;
}
  #top_sec a strong {
    font-size: 4.0rem;
  }
  #top_sec a span {
    font-size: 7.0rem;
  }
  #top_sec .top_txt {
    font-size: 3.0rem;
    line-height: 4.0rem;
    font-weight: 600;
  }
  #top_sec .top_txt div {
    font-size: 2.6rem;
  }
}
/*///////////////////////////////////////////////////////////////////////////////////*/
#menu_sec {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3.6rem;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 6.0rem 0;
}
#menu_sec h2 {
  width: 100%;
  font-size: 3.0rem;
  line-height: 5.2rem;
  padding-bottom: 40px;
}
#menu_sec h2 span {
  display: block;
  font-size: 2.6rem;
}
#menu_sec div {
  max-width: 32.0rem;
  margin: 0 auto;
  background: #fff;
  border-radius: 0.9rem;
  text-align: left;
  border: 0.1px solid #333;
}
#menu_sec img {
  width: 100%;
  height: 18.6rem;
  border-radius: 0.9rem 0.9rem 0 0;
  object-fit: cover;
  object-position: 0 0;
}
#menu_sec h3 {
  font-size: 2.0rem;
  padding: 1.4rem 2.0rem 0.6rem;
}
#menu_sec h3 div {
  font-size: 1.2rem;
  border: none;
}
#menu_sec ul {
  padding: 0 2.0rem 2.0rem 4.0rem;
}
#menu_sec ul li {
  list-style: outside;
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin: 0.6rem 0;
}
@media(max-width:519px) {
  #menu_sec {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3.6rem;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 4.4rem 0 2.4rem;
  }
  #menu_sec h2 {
    font-size: 2.4rem;
    line-height: 4.0rem;
    padding-bottom: 3.0rem;
  }
  #menu_sec h2 span {
    padding: 0 1.8rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  #menu_sec div {
    margin: 0 auto 4.0rem;
  }
  #menu_sec h3 div {
    margin-bottom: 0;
  }
}
/*///////////////////////////////////////////////////////////////////////////////////*/
#example_sec {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  column-gap: 11.0rem;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 4.0rem;
  padding: 5.0rem 6.5rem;
  background: #fff;
}
#example_sec h2 {
  width: 100%;
  padding-bottom: 40px;
  border-bottom: solid 0.1rem #bbb;
}
#example_sec p {
  width: 100%;
  margin: 4.0rem 0;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: left;
}
#example_sec p br {
  display: none;
  margin: 0 1.8rem;
}
#example_sec .fa-location-arrow {
  display: block;
  position: absolute;
  top: 34.0rem;
  left: calc(50% - 2.8rem);
  width: 5.6rem;
  height: 5.6rem;
  font-size: 5.6rem;
  color: #00331a;
  transform: rotate(45deg);
}
@media(max-width:519px) {
  #example_sec {
    display: block;
    padding: 4.2rem 2.4rem;
  }
  #example_sec h2 {
    padding-bottom: 2.0rem;
  }
  #example_sec p {
    margin: 1.8rem 0;
    font-size: 1.6rem;
    line-height: 3.2rem;
    text-align: center;
  }
  #example_sec p br {
    display: block;
  }
  #example_sec .fa-location-arrow {
    position: relative;
    top: 0;
    left: calc(50% - 2.8rem);
    margin-bottom: 2.2rem;
    font-size: 4.2rem;
    color: #00331a;
    transform: rotate(135deg);
  }
}
/*///////////////////////////////////////////////////////////////////////////////////*/
#faq_sec {
  width: 100%;
  max-width: 104.0rem;
  margin: 6.0rem auto 12.0rem;
  padding: 6.0rem 3.6rem 2.0rem;
  background: #fff;
  text-align: left;
}
#faq_sec h2 {
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: solid 0.1rem #bbb;
}
#faq_sec dl {
  width: 100%;
  margin: 3.5rem 0;
  padding: 0 6.0rem;
}
#faq_sec dt {
  margin-bottom: 0.8rem;
  font-size: 2.0rem;
  line-height: 4.6rem;
  font-weight: 500;
  color: #00331a;
}
#faq_sec dd {
  margin-left: 5.0rem;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 400;
}
#faq_sec dd::first-letter {
  font-weight: 500;
}
@media(max-width:519px) {
  #faq_sec {
    margin: 6.0rem auto 8.0rem;
    padding: 3.0rem 2.4rem 1.4rem;
  }
  #faq_sec h2 {
    margin-bottom: 1.0rem;
    padding-bottom: 2.0rem;
  }
  #faq_sec dl {
    margin: 3.5rem 0;
    padding: 0;
  }
  #faq_sec dt {
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
    line-height: 3.0rem;
  }
  #faq_sec dd {
    margin-left: 0;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
/*///////////////////////////////////////////////////////////////////////////////////*/
#access_sec {
  background: #fff;
  margin-bottom: 2.0rem;
  padding: 4.0rem 2.4rem 4.0rem;
}
#access_sec h2 {
  margin-bottom: 40px;
}
#access_sec address {
  margin-bottom: 40px;
  font-style: normal;
  line-height: 3.0rem;
}
#access_sec .google_map {
  height: 330px;
}
#access_sec .google_map iframe {
  width: 100%;
  height: 100%;
  border: solid 1px #ccc;
}
@media(min-width:1040px) {
  #access_sec {
    box-sizing: border-box;
    max-width: 1040px;
    margin: 0 auto 3.0rem;
    padding: 60px 36px;
  }
  #access_sec h2 {
    margin-bottom: 30px;
    padding-bottom: 40px;
    border-bottom: solid 1px #ccc;
  }
  #access_sec address {
    font-size: 1.8rem;
    line-height: 3.8rem;
  }
  #access_sec .google_map {
    max-width: 840px;
    height: 340px;
    margin: 0 auto;
  }
}
/*///////////////////////////////////////////////////////////////////////////////////*/
footer {
  position: relative;
  min-height: 228px;
  padding: 46px 0 20px;
  background: #d6e0e5;
  font-weight: 600;
}
footer nav {
  margin-bottom: 30px;
}
footer nav h2 {
  display: none;
}
footer nav li {
  display: inline-block;
  margin: 0 5px;
}
footer nav a {
  text-decoration: none;
  color: #008690;
}
footer nav a:visited {
  color: #cad0d2;
}
footer .sns {
  margin-bottom: 80px;
}
footer .sns li {
  display: inline-block;
  width: 20px;
  margin: 0 10px;
}
footer .sns img {
  width: 100%;
}
footer small {
  font-size: 1.6rem;
  color: #00331a;
}
@media(min-width:1040px) {
  footer {
    margin: 0;
    padding: 0;
  }
  footer .f_container {
    max-width: 1040px;
    margin: 0 auto;
    padding-top: 40px;
    text-align: left;
  }
  footer nav {
    float: left;
  }
  footer nav h2 {
    display: inline-block;
    width: 120px;
    vertical-align: top;
    color: #FFF;
  }
  footer nav ul {
    display: inline-block;
    margin-left: 4.0rem;
  }
  footer nav li {
    display: block;
    margin: 0.8rem 0;
    font-size: 1.6rem;
  }
  footer .sns {
    float: right;
  }
  footer small {
    display: block;
    position: absolute;
    bottom: 4.0rem;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
@media (max-width:480px) {
  #hamburger {
    position: relative;
    padding: 16px 24px 0 0;
    text-align: right;
  }
  #hamburger #open {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 22px;
  }
  #hamburger #open span, #open span:before, #open span:after {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 3px;
    background: #777;
  }
  #hamburger #open span:before {
    bottom: -8px;
  }
  #hamburger #open span:after {
    bottom: -16px;
  }
  #hamburger #close {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 999;
  }
  #hamburger .bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    padding: 15px 0 0 24px;
    background: #fff;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.25);
    text-align: left;
    transform: translateX(-105%);
    transition: 0.3s ease-in-out;
    z-index: 9999;
  }
  #hamburger h1 {
    position: static;
    display: block;
    margin-bottom: 46px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fa6980;
  }
  #hamburger .top_link {
    display: block;
  }
  #hamburger .bg li {
    margin-bottom: 36px;
  }
  #hamburger .bg a {
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
    color: #333333;
  }
  #hamburger #input:checked ~ #close {
    display: block;
  }
  #hamburger #input:checked ~ .bg {
    transform: translateX(0%);
  }
}