@charset "UTF-8";
/* Webフォント */
@font-face {
  font-family: "Roboto";
  font-weight: normal;
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: bold;
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "YakuHanJP";
  font-weight: normal;
  src: url("../fonts/YakuHanJP-DemiLight.woff2") format("woff2"), url("../fonts/YakuHanJP-DemiLight.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-weight: bold;
  src: url("../fonts/YakuHanJP-Medium.woff2") format("woff2"), url("../fonts/YakuHanJP-Medium.woff") format("woff");
}
/* reset */
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;
}

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

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: 0;
  padding: 0;
}

/* Custom reset */
* {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

button,
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
}

ul {
  list-style: none;
}

ol {
  padding-left: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* font */
body,
button,
input,
textarea {
  font-family: "Roboto", "YakuHanJP", "Noto Sans JP", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

/* html & body */
html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333333;
  background: #ffffff;
  min-width: 320px;
}

/* anchor */
a:link,
a:visited {
  color: #333333;
  text-decoration: none;
}

a:hover,
a:active {
  color: #57977a;
  text-decoration: none;
}

a:focus {
  outline: none;
}

/* clearfix */
.cf::after {
  content: "";
  display: table;
  clear: both;
}

/* ------------------------------------------
 Common
------------------------------------------ */
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #F4FFF4;
  color: #333;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt10 {
  margin-top: 10px;
}

.mt30 {
  margin-top: 30px;
}

.pr5 {
  padding-right: 5px;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* ------------------------------------------
 SP
------------------------------------------ */
@media screen and (max-width: 640px) {
  .sp {
    display: block !important;
  }
  .tb {
    display: none !important;
  }
  .sp_i {
    display: inline !important;
  }
  .tb_i {
    display: none !important;
  }
  body {
    font-size: 1.4rem;
  }
  .h2_wrap {
    text-align: center;
  }
  .h2_wrap h2 {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-bottom: 30px;
    color: #119a5c;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 2px;
  }
  .h2_wrap h2::after {
    display: block;
    content: "";
    height: 4px;
    background: linear-gradient(to right, rgb(17, 173, 103), transparent);
  }
  .h3_wrap {
    text-align: center;
  }
  .h3_wrap h3 {
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    padding: 0 60px;
    font-size: 1.8rem;
    letter-spacing: 2px;
    font-weight: bold;
    color: #119a5c;
  }
  .h3_wrap h3::before, .h3_wrap h3::after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: #119a5c;
  }
  .h3_wrap h3::before {
    left: 0;
  }
  .h3_wrap h3::after {
    right: 0;
  }
  h4 {
    margin-bottom: 15px;
    padding: 5px 0;
    font-size: 1.6rem;
    letter-spacing: 2px;
    font-weight: bold;
    text-align: center;
    background-color: #EDE79A;
    border-bottom: 1px #c4bf7f solid;
  }
  .common_wrap {
    width: 100%;
    padding: 40px 0;
  }
  .common_wrap .common_inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 1.7;
  }
  /* お申し込みボタン */
  .application_button {
    padding: 40px 0 0;
    text-align: center;
    box-sizing: border-box;
  }
  .application_button > a {
    display: inline-block;
    padding: 10px 50px;
    text-decoration: none;
    background-color: #11AD67;
    color: #fff;
    font-weight: bold;
    letter-spacing: 4px;
  }
  /* header */
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 1px 1px 1px rgba(204, 204, 204, 0.4);
  }
  header > div {
    box-sizing: border-box;
  }
  header > .header_fixed_logo {
    text-align: center;
  }
  header > .header_fixed_logo > a {
    display: inline-block;
  }
  header > .header_fixed_logo > a > span {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 1px;
    padding-left: 1px;
    margin-bottom: 2px;
  }
  header > .header_fixed_logo > a > img {
    max-width: 180px;
    vertical-align: bottom;
  }
  header > .header_fixed_button {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 0;
    width: 50px;
    box-sizing: border-box;
  }
  /* sp メニュー */
  .sp_menu_navi {
    position: relative;
    top: 2px;
    left: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .sp_menu_navi > .navi_button {
    position: relative;
  }
  .sp_menu_navi > .navi_button > span {
    position: absolute;
    top: 10px;
    right: 0;
    display: block;
    width: 40px;
    height: 4px;
    background-color: #EA535D;
    transition: 0.3s;
  }
  .sp_menu_navi > .navi_button:before, .sp_menu_navi > .navi_button:after {
    content: "";
    position: absolute;
    left: 0;
    width: 40px;
    height: 4px;
    background-color: #EA535D;
    transition: 0.3s;
  }
  .sp_menu_navi > .navi_button:before {
    top: 0;
  }
  .sp_menu_navi > .navi_button:after {
    top: 20px;
  }
  .sp_menu_navi > .navi_button_close > span {
    opacity: 0;
  }
  .sp_menu_navi > .navi_button_close:before, .sp_menu_navi > .navi_button_close:after {
    width: 34px;
    top: 8px;
    left: 4px;
  }
  .sp_menu_navi > .navi_button_close:before {
    transform: rotate(45deg);
  }
  .sp_menu_navi > .navi_button_close:after {
    transform: rotate(-45deg);
  }
  .sp_menu_navi > .navi_text {
    position: absolute;
    top: 27px;
    left: 0;
    font-size: 10px;
    color: #333;
    transform: scale(0.9);
    transform-origin: left top;
    width: 50px;
  }
  .sp_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
  }
  .sp_menu > .menu {
    padding: 10px 10px 10px 20px;
    background-color: #11AD67;
    border-bottom: 1px #14ce7a dotted;
  }
  .sp_menu > .menu > a {
    display: block;
    text-decoration: none;
    text-align: left;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.4px;
    transition: 0.3s;
  }
  .sp_menu > .menu > a:hover {
    opacity: 0.7;
  }
  .sp_menu > .menu > a > i {
    padding-right: 10px;
    font-size: 12px;
  }
  /* お問い合わせ */
  .inquiry {
    display: table;
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #11AD67;
  }
  .inquiry > div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
  }
  .inquiry > div > a {
    text-decoration: none;
    color: #fff;
  }
  .inquiry > div > i {
    padding-right: 5px;
    font-size: 18px;
    color: #fff;
  }
  /* footer */
  .footer_map {
    padding: 20px 0;
    background-image: url("../img/1038648.png");
    background-size: cover;
  }
  .footer_map .footer_map_tb > .footer_map_left {
    font-size: 12px;
    text-align: center;
  }
  .footer_map .footer_map_tb > .footer_map_left > .footer_map_logo {
    display: inline-block;
    margin-bottom: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 50px;
    padding: 10px 30px;
  }
  .footer_map .footer_map_tb > .footer_map_left > .footer_map_logo > span {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    letter-spacing: 1px;
    padding-left: 1px;
    color: #333;
  }
  .footer_map .footer_map_tb > .footer_map_left > .footer_map_logo > img {
    max-width: 180px;
  }
  .footer_map .footer_map_tb > .footer_map_left .mb0 {
    margin-bottom: 0;
  }
  .footer_map .footer_map_tb > .footer_map_left > .footer_map_add {
    margin-bottom: 10px;
    text-align: center;
  }
  .footer_map .footer_map_tb > .footer_map_left > .footer_map_add_p {
    padding-bottom: 20px;
    text-align: center;
  }
  .footer_map .access_center {
    text-align: center;
  }
  .footer_map .access_center > .footer_map_logo_access {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    background-color: #fff;
    border-radius: 50px;
    padding: 10px 30px;
  }
  .footer_map .access_center > .footer_map_logo_access > span {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    letter-spacing: 1px;
    padding-left: 1px;
    color: #333;
  }
  .footer_map .access_center > .footer_map_logo_access > img {
    max-width: 200px;
  }
  .footer_logo {
    background-color: #fff;
  }
  .footer_logo .footer_copy {
    padding: 3px;
    background-color: #fff;
    text-align: center;
  }
  .footer_logo .footer_copy > small {
    color: #5C8C84;
    font-size: 10px;
  }
}
/* ------------------------------------------
 TB
------------------------------------------ */
@media print, screen and (min-width: 641px) {
  .sp {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  .sp_i {
    display: none !important;
  }
  .tb_i {
    display: inline !important;
  }
  body {
    font-size: 1.6rem;
  }
  .h2_wrap {
    text-align: center;
  }
  .h2_wrap h2 {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-bottom: 30px;
    color: #119a5c;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 2px;
  }
  .h2_wrap h2::after {
    display: block;
    content: "";
    height: 4px;
    background: linear-gradient(to right, rgb(17, 173, 103), transparent);
  }
  .h3_wrap {
    text-align: center;
  }
  .h3_wrap h3 {
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    padding: 0 60px;
    font-size: 2rem;
    letter-spacing: 2px;
    font-weight: bold;
    color: #119a5c;
  }
  .h3_wrap h3::before, .h3_wrap h3::after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: #119a5c;
  }
  .h3_wrap h3::before {
    left: 0;
  }
  .h3_wrap h3::after {
    right: 0;
  }
  h4 {
    margin-bottom: 15px;
    padding: 5px 0;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    background-color: #EDE79A;
    letter-spacing: 2px;
    border-bottom: 1px #c4bf7f solid;
  }
  .common_wrap {
    width: 100%;
    padding: 40px 0;
  }
  .common_wrap .common_inner {
    width: 94%;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    line-height: 1.5;
  }
  /* お申し込みボタン */
  .application_button {
    padding: 40px 0 0;
    text-align: center;
    box-sizing: border-box;
  }
  .application_button > a {
    display: inline-block;
    padding: 10px 50px;
    text-decoration: none;
    background-color: #11AD67;
    color: #fff;
    font-weight: bold;
    letter-spacing: 4px;
  }
  /* header */
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 1px 1px 1px rgba(204, 204, 204, 0.5);
  }
  header > div {
    box-sizing: border-box;
  }
  header > .header_fixed_logo {
    text-align: center;
  }
  header > .header_fixed_logo > a {
    display: inline-block;
  }
  header > .header_fixed_logo > a > span {
    display: block;
    font-size: 1.3rem;
    letter-spacing: 2px;
    padding-left: 2px;
    margin-bottom: 2px;
  }
  header > .header_fixed_logo > a > img {
    max-width: 180px;
    vertical-align: bottom;
  }
  header > .header_fixed_button {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 0;
    width: 50px;
    box-sizing: border-box;
  }
  /* sp メニュー */
  .sp_menu_navi {
    position: relative;
    top: 2px;
    left: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .sp_menu_navi > .navi_button {
    position: relative;
  }
  .sp_menu_navi > .navi_button > span {
    position: absolute;
    top: 10px;
    right: 0;
    display: block;
    width: 40px;
    height: 4px;
    background-color: #EA535D;
    transition: 0.3s;
  }
  .sp_menu_navi > .navi_button:before, .sp_menu_navi > .navi_button:after {
    content: "";
    position: absolute;
    left: 0;
    width: 40px;
    height: 4px;
    background-color: #EA535D;
    transition: 0.3s;
  }
  .sp_menu_navi > .navi_button:before {
    top: 0;
  }
  .sp_menu_navi > .navi_button:after {
    top: 20px;
  }
  .sp_menu_navi > .navi_button_close > span {
    opacity: 0;
  }
  .sp_menu_navi > .navi_button_close:before, .sp_menu_navi > .navi_button_close:after {
    width: 34px;
    top: 8px;
    left: 4px;
  }
  .sp_menu_navi > .navi_button_close:before {
    transform: rotate(45deg);
  }
  .sp_menu_navi > .navi_button_close:after {
    transform: rotate(-45deg);
  }
  .sp_menu_navi > .navi_text {
    position: absolute;
    top: 27px;
    left: 0;
    font-size: 10px;
    color: #333;
    transform: scale(0.9);
    transform-origin: left top;
    width: 50px;
  }
  .sp_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
  }
  .sp_menu > .menu {
    padding: 10px 10px 10px 20px;
    background-color: #11AD67;
    border-bottom: 1px #14ce7a dotted;
  }
  .sp_menu > .menu > a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    text-align: left;
    transition: 0.3s;
  }
  .sp_menu > .menu > a:hover {
    opacity: 0.7;
  }
  .sp_menu > .menu > a > i {
    padding-right: 5px;
    font-size: 12px;
  }
  /* お問い合わせ */
  .inquiry {
    display: table;
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #11AD67;
  }
  .inquiry > div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
  }
  .inquiry > div > a {
    text-decoration: none;
    color: #fff;
  }
  .inquiry > div > i {
    padding-right: 5px;
    font-size: 18px;
    color: #fff;
  }
  /* footer */
  .footer_map {
    padding: 20px 0;
    background-image: url("../img/1038648.png");
    background-size: cover;
  }
  .footer_map .footer_map_tb {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .footer_map .footer_map_tb > div {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
  .footer_map .footer_map_tb > .footer_map_left {
    padding-right: 20px;
    text-align: center;
    font-size: 12px;
  }
  .footer_map .footer_map_tb > .footer_map_left > .footer_map_logo {
    display: inline-block;
    margin-bottom: 20px;
    box-sizing: border-box;
    text-align: center;
    background-color: #fff;
    border-radius: 80px;
    padding: 10px 30px;
  }
  .footer_map .footer_map_tb > .footer_map_left > .footer_map_logo > span {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    letter-spacing: 1px;
    padding-left: 1px;
    color: #333;
  }
  .footer_map .footer_map_tb > .footer_map_left > .footer_map_logo > img {
    max-width: 200px;
  }
  .footer_map .footer_map_tb > .footer_map_left > .footer_map_add {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .footer_map .footer_map_tb > .footer_map_left > .footer_map_add_p {
    font-size: 1.6rem;
  }
  .footer_map .access_center {
    text-align: center;
  }
  .footer_map .access_center > .footer_map_logo_access {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    background-color: #fff;
    border-radius: 80px;
    padding: 10px 30px;
  }
  .footer_map .access_center > .footer_map_logo_access > span {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    letter-spacing: 1px;
    padding-left: 1px;
    color: #333;
    font-size: 1.2rem;
  }
  .footer_map .access_center > .footer_map_logo_access > img {
    max-width: 200px;
  }
  .footer_logo {
    background-color: #fff;
  }
  .footer_logo .footer_copy {
    padding: 3px;
    background-color: #fff;
    text-align: center;
  }
  .footer_logo .footer_copy > small {
    color: #5C8C84;
    font-size: 12px;
  }
}