@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, address, em, img, small, strong, var, dl, dt, dd, ol, ul, li,  form, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, figcaption, footer, header,  nav, section, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	border-style: none;
}
body {
font-size: 16px;
line-height: 1.5em;
font-family: "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
width: 100%;
}

h1,h2,h3,h4,br,p,div,span,a,hr {
transition: 0.5s;
}

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

body {
width: 800px;
margin: auto;
color: #333;
font-feature-settings: "palt";
}

.top {
padding: 20px 0px 15px 0px;
display: flex;
justify-content: space-between;
}

.btn h3 {
background: #1c7f40;
padding: 15px 20px 13px 20px;
border-radius: 10px;
font-size: 25px;
font-weight: 900;
color: #fff;
border: solid 2px #1c7f40;
transition: 0.5s;
opacity: 1;
margin-top: 20px;
}


.btn h3:hover {
background: #fff;
border-radius: 10px;
border: solid 2px #1c7f40;
opacity: 1;
font-size: 25px;
font-weight: 900;
color: #1c7f40;
transition: 0.5s;
}

/*--メインビジュアル--*/
.main-visiual {
background-image: url(../img/main-visual.png);
width: 100vw;
position: relative;
left: 50%;
transform: translateX(-50%);
height: 300px;
display: flex;
justify-content: center;
align-items: center;
}

.main-visiual h2 {
font-size: 35px;
font-family: serif;
font-weight: 500;
text-shadow: #fff 0 0 5px,#fff 0 0 5px,#fff 0 0 5px;
}


/*--ヘッダーボタン--*/
.content-btn {
margin: 20px 0px;
}
.content-btn img {
width: 195px;
}

.content-title {
text-align: center;
display: block;
margin: 30px 0 10px 0;
}
.content-title h2 {
font-size: 23px;
border-bottom: 2px  solid #333;
display: inline-block;
padding: 5px;
font-weight: 900;
}



/*--背景色--*/
.back-color {
background-color: rgba(28, 127, 64, 0.2);
width: 100vw;
position: relative;
left: 50%;
transform: translateX(-50%);
}

.back-color-inner {
background-color: #fff;
width: 800px;
position: relative;
left: 50%;
transform: translateX(-50%);
}

.back-color-inner-b {
background-color: #fff;
width: 800px;
position: relative;
left: 50%;
transform: translateX(-50%);
}

/*--沿革--*/
.enkaku table {
margin: auto;
}

.enkaku tr {
padding: 5px;
display: block;
}

.enkaku .day {
padding-right: 20px;
}

.enkaku .day-a {
padding-right: 45px;
}

/*--組織図--*/
.sosikizu {
margin-bottom: 30px;
}

.sosikizu .content-title {
margin-bottom: 10px;
color: #1c7f40;
}

.sosikizu .content-title h2 {
border-bottom: solid 2px #1c7f40;
}

.sosikizu img {
width: 80%;
margin: auto;
display: block;
margin: auto;
}

.link {
display:flex; 
justify-content:space-around;
}

.link h3 {
font-weight: 900;
font-size: 18px;
}

.link a{
text-decoration:underline;
color:#1c7f40;
}

.link a:hover {
text-decoration:none;
opacity:1;
}
/*--アクセス--*/

.access {
width: 600px;
margin: auto;
}

iframe {
width: 600px;
}

.access h3 {
font-weight: 900;
font-size: 18px;
}

.access p {
margin: 10px 0 15px;
}

/*--フォーム--*/
form {
width: 300px;
margin: 10px auto 0;
padding-bottom: 20px;
}

form span {
font-size: 15px;
padding: 2px;
margin-left: 10px;
background: rgba(28, 127, 64, 0.2);
color: #1c7f40;
border-radius: 5px;
}

label {
width: 300px;
margin: 20px 0 5px;
float: left;
position: relative;
font-weight: 900;
}

input,textarea {
max-width: 300px;
min-width: 300px;
}

button {
width: 300px;
display: block;
margin: 20px auto 10px;
}

button {
    padding: 10px 13px 11px;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
    font-weight: bold;
    border-radius: 4px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #1c7f40;
    color: #ffffff;
    background: #1c7f40;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.28), inset 0px 2px 0px -1p
}

/*--フッター--*/
footer {
color: #fff;
font-size: 14px;
padding:10px 0 10px 0px;
text-align: center;
background: #1c7f40;
width: 100vw;
position: relative;
left: 50%;
transform: translateX(-50%);
}

/*--その他--*/
.br-max {
display: none;
}

.br-mobile {
display: none;
}

.font-s {
font-size: 0.9em;
}

.font-b {
font-weight: 900;
line-height: 40px;
}

.font-l {
font-weight: 900;
font-size: 1.2em;
}

html{
scroll-behavior: smooth;
}

/*--タブレット--*/
@media screen and (max-width: 850px) {

body {
width: 600px;
}

.content-btn img {
width: 145px;
}

.back-color-inner {
width: 500px;
}

.back-color-inner-b {
width: 500px;
}

.br-max {
display:block;
}

.link {
max-width:470px;
margin:0 auto;
}

.link div{
width:100%;
}

.link h3 {
font-size:16px
}

.access {
width: 400px;
}

iframe {
width: 400px;
}

.min {
display: none;
}
}

/*--スマホ--*/
@media screen and (max-width: 650px) {
body {
width: 420px;
}

.top {
display: block;
}

.top h1 {
text-align: center;
}

.btn h3 {
width: 250px;
margin: auto;
}

.sosikizu img {
width: 90%;
}

.link {
flex-direction:column;
font-size: 15px;
max-width:380px;
margin:0 auto;
}

.link div{
width:100%;
margin-bottom:10px;
}

.link h3{
font-size: 15px;
}

.content-btn {
text-align: center;
}

.content-btn img {
width: 195px;
}

.back-color-inner {
width: 420px;
}

.back-color-inner-b {
width: 420px;
}

iframe {
width: 400px;
}

footer p {
letter-spacing: -0.04em;
transform: scale(0.9, 1);
font-size: 12px;
}

}


/*--スマホ--*/
@media screen and (max-width: 450px) {

.top {
display: block;
}

.top h1 {
text-align: center;
}

.main-visiual h2 {
font-size: 25px;
}

body {
width: 300px;
}

.content-btn img {
width: 145px;
}

.matter {
font-size: 15px;
}

.enkaku .day {
padding-right: 15px;
}

.enkaku .day-a {
padding-right: 40px;
}

.text-narrow {
letter-spacing: -0.07em;
transform: scale(0.95, 1);
display: block;
transform-origin: top left;
}

.back-color-inner {
width: 300px;
}

.back-color-inner-b {
width: 300px;
}

.br-max {
display:none;
}

.br-mobile {
display: block;
}

.sosikizu img {
width: 100%;
}

.link {
flex-direction:column;
font-size: 15px;
max-width:300px;
margin:0 auto;
}

.link div{
width:100%;
}

.link h3{
font-size: 15px;
}

.access {
width: 280px;
}

.access-mobile{
font-size: 15px;
line-height: 18px;
}

iframe {
width: 280px;
}

input,textarea {
max-width: 245px;
min-width: 245px;
}

button {
width: 250px;
}

label {
width: 250px;
}

form {
width: 250px;
}
footer {
line-height: 18px;
}

.font-l {
border-bottom: solid 1px #fff;
padding: 0 0 5px 0;
line-height: 20px;
display: block;
margin-bottom: 5px;
}

footer p {
letter-spacing: 0.00em;
transform: scale(1, 1);
font-size: 12px;
}
}


/*--トップへ戻る--*/

#page_top{
  position: fixed;
  width: 10px;
  height: auto;
  right: -2px;
  bottom: 60px;
  background: #fff;
  box-shadow: 0px 0px 20px rgb(0,0,0,0.3);
  padding: 10px 20px;
  border-radius: 10px 0 0 10px;
  border: solid 2px #1c7f40;
  color: #1c7f40;
  line-height: 18px;
}

#page_top a{
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-weight: 900;
  color: #1c7f40;
}


#page_top:hover {
  background: #1c7f40;
  color: #fff;
  opacity: 1.0;
}


#page_top a:hover {
  color: #fff;
  opacity: 1.0;
}