@charset "utf-8";

a {
  text-decoration: none;                                    /* リンクのアンダーライン消去 */
}

a:link{
  color: #FFFFFF;                                           /* リンクをまだ押してません色 */
}

a:visited{
  color: #DDDDDD;                                           /* リンクをすでに押しました色 */
}

a:hover{
  color: #EEBB00;                                           /* リンクにポインタ乗ってます色 */
}


html{
  width: 1000px;
  margin: auto;
  background-color: #FAF5EE;
}

.pagebox {
   min-height: 100%;
}



/*　ハンバーガーメニューボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 400;
  right : 100px;
  top   : 30px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 80px;
  height  : 6px ;
  left    : 6px;
  background : #007700;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 45px;
}
.hamburger span:nth-child(3) {
  top: 80px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 34px;
  left: 6px;
  background :#007700;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 34px;
  background :#007700;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

/* メニュー背景　*/
nav.globalMenuSp {
  position: fixed;
  z-index : 300;
  top  : 0;
  left : 0;
  color: #FFFFFF;
  background: rgba( 255,255,200,0.9 );
  text-align: center;
  width: 100%;
  transform: translateX(100%);
  transition: all 0.6s;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
  font-size: 50px;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#FFFFAA;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #007700;
  padding: 1em 0;
  text-decoration :none;
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
   transform: translateX(0%);
}



body {
  width: 100%;                                              /* Webの横幅の指定 */
		height: 100%;                                             /* Webの縦幅の指定 */
  text-align: center;                                       /* 要素をセンター揃えに */
  font-size: normal;                                        /* フォントサイズ指定 */
  font-family: 'M PLUS Rounded 1c', serif;                  /* Webフォントを「M PLUS Rounded 1c」に指定*/
  font-weight: normal;                                      /* フォントを通常の太さにする */
  line-height: 1.25;                                        /* Webの行間指定 */
  background: #FFFFFF;                                      /* body要素内の色設定 */
}
 
header {
  z-index: 100;                                             /* CSS重なり順設定 */
  top: 0px;                                                 /* ヘッダーの上位置設定 */
  left: 0px;                                                /* ヘッダーの左位置設定 */
		height: 100%;                                             /* ヘッダーの縦幅設定 */
  width: 1000px;                                            /* ヘッダーの横幅設定 */
}

#home{
  width: 1000px;                                            /* Webの横幅設定 */
  margin: auto;                                             /* TOP画とメニューの重なり具合を調整 */
  background-color: #FFFFFF;                                /* 背景画像を設定 */
  background-size: cover;                                   /* 元画像の縦横比を保持し要素をちょうどよく覆うサイズに設定 */
  text-align: center;                                       /* 水平方向を中央配置に設定 */
}

#index {
	 z-index: 200;                                             /* CSS重なり順設定 */
  width: 1000px;                                            /* Webの横幅の指定 */
	 height: 152px;                                            /* Webの縦幅の指定 */
  color: #FFFFFF;
  background-color: #7CB561;
}

#minori_contents01 {
		clear:both;
  height: 100%;
		width: 1000px;
	 text-align: center;
	 vertical-align: top;
}

#minori_contents02 {
		clear:both;
  height: 100%;
		width: 1000px;
	 text-align: center;
	 vertical-align: top;
}

.uneishisetsu_backcolor {
	 height: 400px;
		width: 1000px;
  background-color: #7CB561;
}

.uneishisetsu_nav {
	 z-index: 200;                                             /* CSS重なり順設定 */
	 clear:both;
	 height: 35px;
  margin-bottom: 95px;

  color: #FFFFFF;
}

.uneishisetsu_nav table {
	 clear:both;
	 height: 140px;
 	width: 1000px;
	 padding: 15px 10px 15px 10px;
}

.uneishisetsu_nav td {
	 clear:both;
	 text-align: center;
	 outline: 3px solid #FFFFFF;
}

.uneishisetsu_nav a {
  color: #FFFFFF;
  font-size: 60px;
	 vertical-align: middle;
	 height: 90px;
  width: 900px;
  margin: 0px auto 0px auto;
	 padding-top: 15px;
		display: block;
  font-weight: bold;

}

.uneishisetsu_nav a:hover {
  background-color: #A5E5C2;
  margin: auto;
		padding-top: 15px;
	 width: 974px;
	 outline: 1px solid #A5E5C2;
}

.uneishisetsu {
	 clear: both;
		height: 400px;
	 width: 1000px;
}

.uneishisetsu table{
		text-align: center;
	 width: 1000px;
}

.uneishisetsu td{
		text-align: center;
}

#setsumeigaki{
  width: 1000px;
		padding: 0px 0px 30px 0px;
  font-size: 28px;
}

.title {
	 clear: both;
		height: 80px;
		width: 800px;
	 text-align: left;
  margin: 50px 0px 60px 25px;
}

.sub_title {
		clear: both;
		width: 900px;
	 margin-left: 45px;
  font-weight: bold;                                        /* フォントを太字にする */
  font-size: 45px;                                          /* フォントのサイズを45pxに設定 */
  text-align: left;                                         /* フォントを左揃えに設定 */
  line-height: 1;                                           /* サブタイトルの行間指定 */
  color: #006934;
 	border-block-end: solid;
  border-block-end-color: #7CB561;
}

.shisetsuriyou_contents {
		clear: both;
	 margin-bottom: 60px;
}

.shisetsuriyou_contents th {
  font-size: 40px;
  text-align: left;
  color: #EEBB00;
	 padding-left: 45px;
}

.shisetsuriyou_contents td{
	 width: 850px;
  font-size: 40px;
  text-align: left;
}

.minoridayori {
  clear: both;
  text-align: center;
	 width: 955px;
		height: 100%;
  margin-left: 45px;
		padding: 10px 0px;
}

.minoridayori td{
	 border: solid ;
	 border: 1px dotted;
		width: 900px;
}

.backnumber-btn a {
  background-color: #7CB561;
  color: #FFFF00;
  font-size: 38px;
  font-weight: bold;                                        /* フォントを太字にする */
  width: 800px;
  height: 80px;
  display: block;
  margin-top: 30px;
  padding-top: 30px;
  border-radius: 10px;
}

.backnumber-btn a:hover {
  text-decoration: none;
  background-color: #AFE894;
  color: #FFFFAA;
}

#otoiawase {
	 clear: both;
	 background-color: #7CB561;
	 text-align: center;
		width: 800px;
		height: 250px;
  margin: 10px auto 100px auto;
  border-radius: 10px;
}

#otoiawase td {
	 clear: both;
  font-size: 40px;                                          /* フォントのサイズを40pxに設定 */
  font-weight: bold;                                        /* フォントを太字にする */
  line-height: 1.6;                                         /* お問い合わせの行間指定 */
	 text-align: center;
  color: #FFFF00;
		padding: 25px 45px;
}

.contents {
		clear: both;
	 width: 1000px;
	 margin-bottom: 50px;
}

.contents td{
	 width: 890px;
  font-size: 40px;
  text-align: left;
	 padding-left: 55px;
}

.kojinjoho_contents {
		clear: both;
	 width: 1000px;
	 margin-bottom: 50px;
}

.kojinjoho_contents th {
  font-size: 40px;
  text-align: left;
  color: #0000000;
	 padding-left: 45px;
}

.kojinjoho_contents td{
	 width: 850px;
  font-size: 40px;
  text-align: left;
		padding: auto;
}

footer {
  clear:both;
  font-size: 20px;
  text-align: center;
  color: #000000;
  height: 91px;
  width: 1000px;
  margin-top: 150px;
}