@charset "UTF-8";
/* Init */
html, body, div,
section, nav, article, aside, hgroup, heade, footer,
applet, object, iframe, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, figure, figcaption,
fieldset, form, label, legend, menu,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

img {
  border: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body {
  height: 100%;
  min-height: 100%;
}

body {
  font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Helvetica, Arial, sans-serif;
  font-size: 14px/21px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

th {
  font-weight: normal;
}

br {
  height: 0px;
  line-height: 10px;
  margin-top: 10px;
}

hr {
  background: none;
  border: none;
  border-top: 1px solid #ccc;
  width: 100%;
}

a {
  color: #333;
}
a:hover {
  color: #666666;
}

address {
  font-style: normal;
}

.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clear {
  clear: both;
}

body {
  background-color: #eeeeee;
}

#contents {
  border-radius: 5px;
  background-color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px;
  background-image: url("../images/top_bg.jpg");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}

/* Header */
header#header {
  padding-bottom: 30%;
  box-sizing: border-box;
}

/* Footer */
footer#footer {
  width: 100%;
  height: 40px;
  position: relative;
  background: #AA8148;
  border-radius: 0px 0px 5px 5px;
}
footer#footer #foot_copy {
  display: block;
  text-align: center;
  padding-top: 10px;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
}

/* Frontpage */
.head_01 {
  width: 100%;
  height: auto;
  padding: 5px;
  border-left-color: #004901;
  border-left-style: solid;
  border-left-width: 10px;
  box-shadow: 2px 1px 3px #ccc;
  box-sizing: border-box;
}

#top_head_info {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 8px;
  color: #ffffff;
  background: #E4007B;
  font-size: 18px;
  border-radius: 10px;
}
#top_head_info i {
  margin-right: 5px;
}

#top_info_more {
  text-align: right;
}
#top_info_more a {
  font-size: 16px;
  color: #AA8148;
}

#top_desc {
  background: #F6F6F6;
  box-shadow: 0px 1px 3px #999;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
}
#top_desc h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
#top_desc h3 span {
  font-size: 25px;
  color: #E4007B;
  font-weight: bold;
}
#top_desc p {
  font-size: 18px;
  line-height: 27px;
}
#top_desc #top_desc_img_wrap {
  width: 100%;
  margin-top: 10px;
}
#top_desc #top_desc_img_wrap img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Info */
#info {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
}
#info .info_posts {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
#info .info_posts:last-child {
  border-bottom: none;
}
#info .info_posts h4 {
  line-height: 27px;
}
#info .info_posts h4 span.info_date {
  display: block;
  font-size: 18px;
  color: #666;
  margin-right: 40px;
  margin-bottom: 5px;
}
#info .info_posts h4 span.info_title {
  color: #AA8148;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
#info .info_posts .info_comment {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
#info .info_posts .info_comment a {
  color: #AA8148;
}
#info .info_posts .info_comment a:hover {
  color: #ffb400;
}
#info .info_posts .info_posts_in_left {
  float: left;
}
#info .info_posts .info_posts_in_right {
  float: left;
  min-height: 150px;
}
#info .info_posts .info_posts_in_right p {
  width: auto;
  margin-left: 15px;
  line-height: 24px;
  font-size: 15px;
}
#info .info_posts .info_posts_in_right a {
  color: #AA8148;
}
#info .info_posts .info_posts_foot {
  width: 100%;
  margin-top: 5px;
  border-top: 1px solid #ccc;
  clear: both;
}
#info .info_posts .info_posts_foot p {
  margin-top: 5px;
  float: right;
  color: #999;
}
#info .info_posts .edit-link {
  display: inline-block;
  margin-top: 5px;
}

/* Banners */
#top_banners {
  padding-top: 10px;
  padding: 5px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
}
#top_banners p.banner_desc {
  margin-bottom: 15px;
  text-align: left;
}
#top_banners p.banner_desc span.caution {
  display: block;
  color: red;
}
#top_banners a {
  display: inline-block;
  max-width: 300px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
#top_banners a img {
  width: 100%;
  -moz-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
#top_banners a:hover img {
  -moz-transform: scale3d(1.03, 1.03, 1.03);
  -ms-transform: scale3d(1.03, 1.03, 1.03);
  -o-transform: scale3d(1.03, 1.03, 1.03);
  -webkit-transform: scale3d(1.03, 1.03, 1.03);
  transform: scale3d(1.03, 1.03, 1.03);
}

@media (max-width: 575px) {
  #top_desc #top_desc_img_wrap img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #top_desc #top_desc_img_wrap img {
    width: auto;
  }
}
