@charset "utf-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
}
h1 {
	border-bottom: solid 3px #3AA695;
	position: relative;
	font-size: 200%;
}

h3 {
    font-size: 160%;
    font-weight: normal;
}
h5 {
	padding: 0.5em;
	color: #63AA4C;
	background-color: #F8F8F3;
	border-bottom: 3px solid #63AA4C;
	margin-top: 30px;
	font-weight: bold;
}
h6 {
    padding: 0;
    color: #48B5A3;
    font-weight: bold;
    margin: 0;
    font-size: 18px;
}
a img {
	transition: 1.0s ;
}
a:hover img {
	opacity: 0.5 ;
}
a:link {
    color: #3AA695;
    text-decoration: underline;
}
a:visited {
  color: #3AA695;
    text-decoration: underline;
}
a:hover {
    color: #3AA695;
    text-decoration: none;
}
a:active {
  color: #3AA695;
    text-decoration: underline;
}
.g_title {
    color: #3AA695;
    font-weight: bold;
    font-size: 160%;
}
.button {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    color: #FFFFFF;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
  background-color: #3AA695;
  color: #fff;
}
.button:hover {
  background-color: #40C7B2;
    color: #FFFFFF;
}
.button a:link {
    color: #FFFFFF;
    text-decoration: none;
}

#menu_area .linkbox {
	position: relative;
}
#menu_area .linkbox a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	line-height: 60px;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	color: #222222;
}
#menu_area .linkbox a:hover{
	color: #FFFFFF;
	background-color: #3AA695;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}
.full_area {
	width: 100%;
}
#header_area {
    width: 100%;
    border-bottom: 2px solid #3AA695;
    padding-bottom: 5px;
    padding-top: 20px;
}
#menu_area {
	width: 100%;
	border-bottom: 1px solid #C3C3C3;
	text-align: center;
}
#tbmenu_area {
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 18px;
}
#footer_area {
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-top: 50px;
	background-color: #F8F8F8;
}
.contents {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.contents a {
	color: #1EAD4C;
}
.contents a:hover {
	color: #1EAD4C;
	text-decoration: none;
}
.contents a:visited {
	color: #1EAD4C;
}
#menu_area a {
	color: #000000;
	text-decoration: none;
}
#menu_area a:hover {
	color: #1EAD4C;
	text-decoration: none;
}
#menu_area a:visited {
	color: #000000;
	text-decoration: none;
}
.m_line_1 {
	border-left: 1px solid #D0D0D0;
	padding-bottom: 35px;
	padding-top: 18px;
}
.m_line_2 {
	border-right: 1px solid #D0D0D0;
}
.slider {
	padding: 0;
}

.tu_g {
    border-bottom: 2px solid #3AA695;
    margin-bottom: 10px;
}
.tu_g_t {
	border-bottom: 2px solid #1EAD4C;
	margin-bottom: 10px;
	font-size: 160%;
}
.tu_g_l {
	border-bottom: 2px solid #1EAD4C;
	margin-bottom: 10px;
	font-size: 130%;
}
.f_address {
	padding-top: 12px;
}

.gnav {
    display: flex;
    height: 2rem;
    margin: 0 auto;
    width: 1000px;
}
.gnav > li {/*親階層のみ幅を25%にする*/
    width: 25%;
}
/*全てのリスト・リンク共通*/
.gnav li {
    list-style: none;
    position: relative;
}
.gnav li a {
    background: #001b34;
    border-right: 1px solid #eee;
    color: #fff;
    display: block;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
/*子階層以降共通*/
.gnav li li {
    height: 0;
    overflow: hidden;
    transition: .5s;
}
.gnav li li a {
    border-top: 1px solid #eee;
}
.gnav li:hover > ul > li {
    height: 2rem;
    overflow: visible;
}
.h_gide {
	padding-left: 6px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 1px;
	line-height: normal;
}
.h_gide_area {
	line-height: 30px;
}
.bg_green {
    background-color: #48B5A3;
}
.navbar-dark .navbar-nav .nav-link {
    color: #FFFFFF;
}
.navbar-dark .navbar-brand {
    color: #fff;
    text-decoration: none;
}
.topics dl {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

.topics dt {
    padding-bottom: 5px;
    font-weight: normal;
}

@media screen and (min-width: 768px) {
.topics dt {
clear: left;
float: left;
width: 15%;
}
.topics dd {
margin-left: 16%;
}
}
