@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Ultra&display=swap");
html {
  height: 100%;
  font-size: 10px; }

body {
  background-color: #fff !important;
  margin: 0;
  min-height: 100%;
  font-family: "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  top: 0;
  height: 100%;
  font-size: 1.4rem;
  line-height: 1.8em;
  color: #333; }

.bg-color {
  background-color: #ecf9f2; }

@media (min-width: 900px) {
  .container {
    max-width: 900px; } }
section {
  position: relative; }

a {
  color: #124f2a;
  text-decoration: none;
  display: block; }

a:hover {
  opacity: 0.7;
  text-decoration: none; }

i {
  font-style: normal; }

.hd_landscape {
  height: 30px;
  background: url("../img/head_illust.png") repeat-x top;
  background-size: contain; }

@media screen and (min-width: 768px) {
  .hd_landscape {
    height: 40px; } }
header {
  background-color: #124f2a;
  color: #fff; }

.navbar-brand {
  max-width: 100px;
  margin: 5px 10px 5px 0; }

.name {
  font-size: 120%;
  margin-bottom: 0;
  font-weight: bold; }

@media screen and (min-width: 768px) {
  .navbar-brand {
    max-width: 150px;
    margin: 5px 10px 5px 0; }

  .name {
    font-size: 140%;
    margin-bottom: 0; } }
#top-img {
  width: 100%; }

h2 {
  font-family: "Ultra", "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  width: 100%;
  text-align: center;
  font-size: 2em;
  padding-bottom: 0;
  color: #124f2a; }

h2 span {
  background: linear-gradient(transparent 60%, #FFFE03 60%);
  padding: 0 10px; }

.h2_ja {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 100%;
  margin-bottom: 2em; }

@media screen and (min-width: 768px) {
  h2 {
    font-size: 3em; }

  .h2_ja {
    font-size: 120%; } }
h3 {
  position: relative;
  padding: 1.5rem 0 0.6rem;
  text-align: center;
  margin-bottom: 1.4em; }

h3:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 20px);
  width: 40px;
  height: 2px;
  content: '';
  border-radius: 1px;
  background: #333; }

h4 {
  font-size: 150%;
  font-weight: bold;
  margin-top: .6em;
  margin-bottom: 1em; }

.circle_number {
  width: 50px;
  height: 50px;
  padding-top: 10px;
  border: 3px solid #124f2a;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  color: #124f2a;
  font-family: "Ultra", "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2em; }

.whitebox {
  background-color: #FFF8F1;
  padding: 1.6em; }

.table_hl {
  width: 100%;
  text-align: center;
  color: #124f2a;
  margin-bottom: 0; }

.tbl_simple {
  width: 100%; }

.tbl_simple th {
  background: #ecf9f2;
  text-align: center;
  padding: 2px 4px; }

.tbl_simple td {
  border-bottom: 1px solid #124f2a;
  padding: 4px 0; }

.tbl_simple td:first-child {
  padding-right: 1em;
  white-space: nowrap; }

.last td:last-child {
  border-bottom: 1px solid #124f2a; }

.tbl_simple a {
  color: #124f2a; }

.tbl_outline {
  width: 100%;
  background-color: #fff; }

.tbl_outline th {
  text-align: center;
  padding: 10px 10px;
  border-top: 1px solid #124f2a;
  border-bottom: 1px solid #124f2a; }

.tbl_outline td {
  border-top: 1px solid #124f2a;
  border-bottom: 1px solid #124f2a;
  padding: 10px 0; }

@media screen and (max-width: 640px) {
  .tbl_outline {
    width: 100%;
    line-height: 1.2em; }

  .tbl_outline th {
    border-top: 4px solid #ecf9f2;
    border-bottom: none;
    padding-bottom: 0; }

  .tbl_outline td {
    text-align: center;
    padding: 10px;
    border-bottom: none;
    border-top: none; }

  .tbl_outline th,
  .tbl_outline td {
    display: block;
    width: 100%; }

  .tbl_special td {
    display: block;
    width: 100%; }

  .tbl_special td:first-child {
    border-bottom: 0;
    padding-bottom: 0; }

  .tbl_special td:last-child {
    padding-top: 0; } }
.tousi_img {
  height: auto;
  object-fit: cover;
  object-position: right; }

@media screen and (min-width: 768px) {
  .tousi_img {
    height: 100%; } }
.map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden; }

.map iframe {
  position: absolute;
  top: -150px;
  height: calc(100% + 150px + 150px);
  left: 0;
  width: 100%; }

#contact a {
  display: inline-block;
  color: #000; }

#totop {
  width: 20px;
  height: 20px;
  position: fixed;
  left: 50%;
  bottom: 10px;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

footer {
  background-color: #124f2a;
  color: #fff;
  padding: .5em;
  text-align: center; }

.copy {
  font-size: 0.8em;
  color: #fff;
  margin-bottom: 0; }
