@charset "utf-8";

/*全体設定*/
body {
	color:#474747;
	font-size: 16px;
	line-height: 1.6em;
	font-family: "メイリオ", "Meiryo", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color:#474747;
	text-decoration:none;
}

/*上の帯*/
.top-obi {
   display: none;    /*スマホ版は隠れている*/
}

/*ヘッダー*/
header h1 {
   font-size: 24px;
   margin: 20px;
}

#menu {
   display: none;
}

/*トップページの画像*/
.topimg img {
   max-width: 100%;
   height: auto;
}

/*トップページの３記事リンク*/
section.top3 div.img-back {
   width: 100px;
   height: 100px;
   border-radius: 50%;
   background-color: #81d742;
   margin: 10px auto;
   position: relative;
}
section.top3 img {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translateY(-50%) translateX(-50%);
   -webkit- transform: translateY(-50%) translateX(-50%);
}
section.top3 h2 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0;
  margin: 0;
  border: 0;
}
section.top3 p {
  text-align: center;
}
section.top3 p:hover {
  text-decoration: underline;
}

/*下の帯*/
.bottom-obi {
   border-top: 3px solid #81d742;
   margin-top: 50px;
   background-color: #f7f7f7;
}

.contact {
   width: 300px;
   text-align: center;
   margin: 10px auto;
   padding: 20px;
   background-color: #fff;
   box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
   border-radius: 10px;
}
.tel {
   padding: 10px 0;
}
.tel a {
   font-size: 24px;
   font-weight: bold;
   color: #81d742;
}
.mail {
   width: 250px;
   padding: 10px 0;
   margin: 0 auto;
   background-color: #81d742;
   border-radius: 10px;
}
.mail a {
   font-size: 18px;
   font-weight: bold;
   color: #fff;
}

.logo {
   text-align: center;
   margin: 10px auto;
}

.bottom-obi span {
   margin-top: 20px;
   border-top: 1px solid #e0e0e0;
   line-height: 50px;
   font-size: 12px;
   display: block;
   text-align: center;
}

/*ページトップへ*/
#page_top img {
   position: fixed;
   right: 20px;
   bottom: 20px;
   opacity: 0.6;
}

/*パンくずリスト*/
.breadcrumbs {
    width: 100%;
    margin: 10px auto 0;
}
.breadcrumbs ul {
    display: table;
    font-size: 13px;
    list-style-type: none;
}
.breadcrumbs ul li {
    margin: 0 10px 0 0;
    font-size: 13px;
    float: left;
}
.breadcrumbs ul li:first-child::before {
    padding: 0 3px 0 0;
    content: "\f015";
    font-family: FontAwesome;
    font-size: 14px;
}
.breadcrumbs ul li::before {
    padding: 0 10px 0 0;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 14px;
}

/*各ページの設定*/
article {
   margin: 0 10px;
}
article h1 {
  margin-top: 30px;
  padding-left: 10px;
  line-height: 50px;
  font-size: 24px;
  font-weight: normal;
  background-color: #e8fad9;
  border-top: 1px solid #81d742;
  border-bottom: 1px solid #81d742;
}
article h2 {
   margin: 20px auto;  
   font-size: 20px;
   font-weight: normal;
   border-left: 10px solid #81d742;
   border-bottom: 10px solid #81d742;
   padding-left: 10px;
}
article h3 {
  font-size: 18px;
  font-weight: normal;
  border-bottom: 2px solid #81d742;
}
article p {
   margin: 20px auto;
}
article span.bold {
  font-weight: bold;
}
article span.aka {
  color: #f00;
}

article section.kobe {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #ccc;
}
article img.semi {
  width: 100%;
  height: auto;
}
article section.kobe h2 {
  padding: 0;
  border: 0;
}
article section.kobe p:hover {
  text-decoration: underline;
}

table.table01 th {
   background-color: #66ff66;
   padding: 15px;
   vertical-align: middle;
}
table.table01 td {
   background-color: #ccffcc;
   padding: 15px;
   vertical-align: middle;
}
table.table01 tr:nth-child(odd) td {
   background-color: #e3fae3;
}
table.table02 th {
   background-color: #ffff00;
   padding: 15px;
   vertical-align: middle;
}
table.table02 td {
   background-color: #ffff99;
   padding: 15px;
   vertical-align: middle;
}
table.table02 tr:nth-child(odd) td {
   background-color: #ffffdd;
}
table.table03 th {
   background-color: #00bfff;
   padding: 15px;
   vertical-align: middle;
}
table.table03 td {
   background-color: #afeeee;
   padding: 15px;
   vertical-align: middle;
}
table.table03 tr:nth-child(odd) td {
   background-color: #deffff;
}
table.table04 th {
   background-color: #db7093;
   padding: 15px;
   vertical-align: middle;
}
table.table04 td {
   background-color: #ffc0cb;
   padding: 15px;
   vertical-align: middle;
}
table.table04 tr:nth-child(odd) td {
   background-color: #ffe6ea;
}
table.table05 th {
   background-color: #b8b8b8;
   padding: 15px;
   vertical-align: middle;
}
table.table05 td {
   background-color: #e3e3e3;
   padding: 15px;
   vertical-align: middle;
}
table.table05 tr:nth-child(odd) td {
   background-color: #f5f5f5;
}
table.table06 td {
   padding: 15px;
   vertical-align: middle;
   border-bottom: 1px solid #ccc;
}
img {
  max-width: 100%;
  height: auto;
}

/*メールフォーム*/
label {
  display: block;
}
input[type="text"], 
textarea {
  width: 100%;
  margin-bottom: 20px;
  padding: 5px;
  font-size: 110%;
  display: block;
  box-sizing: border-box;
}
textarea {
  height: 100px;
}

/*PC版*/
@media (min-width : 800px) {


/*上の帯*/
.top-obi {
   display: block;
   background-color: #f7f7f7;
   line-height: 30px
}
.top-obi span {
   font-size: 12px;
   margin-left: 20px;
}

/*ヘッダー*/
#menu {
   display: block;
}
.slicknav_menu {
   display: none;
}

/*メニューの装飾*/
ul.ddmenu {
   background-color: #81d742;    /*メニューの背景色*/
}
ul.ddmenu li {
   width: 130px;                 /*親メニューの幅*/
   display: inline-block;
   list-style-type: none;
   position: relative;
}
ul.ddmenu a {
   background-color: #81d742;    /*メニュー　リンクの背景色*/
   color: #fff;
   line-height: 40px;
   text-align: center;
   text-decoration: none;
   font-weight: bold;
   display: block;
}
ul.ddmenu a:hover {
   background-color: #e8fad9;    /*親メニュー　マウスオーバー時の背景色*/
   color: #474747;          　   /*親メニュー　マウスオーバー時の文字色*/
}
/*サブメニューの装飾*/
ul.ddmenu ul {
   display: none;
   position: absolute;
}
ul.ddmenu ul li {
   width: 170px;                 /*子孫メニューの幅*/
   border-top: 1px solid #74ff00;
}
ul.ddmenu ul li a {
   line-height: 35px;
   text-align: left;
   padding-left: 5px;
   font-weight: normal;
}
ul.ddmenu ul li a:hover {
   background-color: #e8fad9;    /*子孫メニュー　マウスオーバー時の背景色*/
   color: #474747;               /*子孫メニュー　マウスオーバー時の文字色*/
}
ul.ddmenu ul ul {
   display: none;
   position: absolute;
   top: -1px;
   left: 100%;
   border-left: 1px solid #74ff00;
}

/*トップページの３記事リンク*/
article {
   width: 800px;
   margin: 0 auto;
}
.flex {
  display: flex;
  justify-content: space-between;
}
section.top3 {
   width: 250px;
}

article img.semi {
  width: 250px;
  height: auto;
  float: left;
  padding-right: 10px;
}
div.clear {
  clear: both;
}

/*メールフォーム*/
input[type="text"], 
textarea {
  width: 80%;
}

}