@charset "UTF-8";
/*common.css*/
#header-top {
  position: relative;
  /*background-image: url("/images/slider/top-photo001.jpg");
  background-position:center center;
  background-size: cover;
  background-repeat: no-repeat;*/
  /*display: flex;
  justify-content: center;*/
  background-color: #fefefe;
  min-height: 150px;
}

#top-slider {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 240px;
  /*background-color:#000;*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.btn-slide {
  display: contents;
  width: 100vw;
}
.btn-slide .btn-slide-box {
  display: flex;
  margin: 0 auto;
  z-index: 200;
}
.btn-slide .btn-slide-box .p-box {
  width: 50%;
  position: absolute;
  left: 0;
  text-align: left;
  top: 50%;
  bottom: 50%;
}
.btn-slide .btn-slide-box .n-box {
  width: 50%;
  text-align: right;
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 50%;
}
.btn-slide .btn-slide-box .prev {
  color: #fff;
  cursor: pointer;
  padding: 10px;
  font-size: 1.6rem;
  font-weight: 600;
}
.btn-slide .btn-slide-box .next {
  color: #fff;
  cursor: pointer;
  padding: 10px;
  font-size: 1.6rem;
  font-weight: 600;
}

.top-kokuchi {
  width: 100%;
  text-align: left;
  z-index: 100;
  display: flex;
  justify-content: flex-end;
  padding: 10px;
}
.top-kokuchi h2 {
  position: absolute;
  top: 70px;
  right: 20px;
  font-size: 1rem;
  color: #fff;
  line-height: 1.2rem;
  text-shadow: black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;
}
.top-kokuchi h2 .shadan {
  font-size: 0.8rem;
  line-height: 0.4rem;
}

#sliderinner {
  margin: 40px auto 0 auto;
  position: absolute !important;
  right: 20px;
  bottom: 0px;
}

.slider-bottun {
  color: #fff;
  font-size: 1rem;
  padding: 5px 10px;
  margin: 20px 0 20px 20px;
  line-height: 1.4rem;
  text-align: right;
  background-color: rgba(50, 50, 50, 0.5);
  text-shadow: #000;
  border-radius: 2px;
}
.slider-bottun a, .slider-bottun a:visited {
  color: #fff;
  font-size: 0.8rem;
  padding: 2px 5px;
  max-width: 300px;
}
.slider-bottun a:hover {
  opacity: 0.8;
  color: #aaa;
}

.oshirase_list p {
  line-height: 1.8rem;
}
.oshirase_list hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1rem 0;
  padding: 0;
  background: none;
}

@media screen and (min-width: 576px) {
  /* 576px以上に適用されるCSS（タブレット用） */
}
@media screen and (min-width: 768px) {
  /* 768px以上に適用されるCSS（PC用） */
  #top-slider {
    height: calc(100vh - 80px);
    min-height: 200px;
  }
  .top-kokuchi h2 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .slider-bottun {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  /* 992px以上に適用されるCSS（タブレット用） */
  /*#top-slider{
  	height:450px;
  }*/
  .top-kokuchi h2 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  /* 120px以上に適用されるCSS（PC用） */
  #top-slider {
    height: calc(100vh - 80px);
    min-height: 380px;
  }
  #sliderinner {
    margin: 40px auto 0 auto;
    position: absolute !important;
    right: 40px;
    bottom: 0px;
  }
  .top-kokuchi h2 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .top-kokuchi h2 .shadan {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1400px) {
  /* 1400px以上に適用されるCSS（PC用） */
}
/* ===== content ===== */
#frontmenu_frame {
  padding: 20px 10px;
  margin-bottom: 20px;
}

#fmenu_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
}

#fmenu_list li {
  max-width: 300px;
  width: 100%;
  text-align: center;
  margin: 5px auto;
  padding: 5px;
}

#fmenu_list li a {
  min-width: 200px;
  padding: 10px 0px;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #03a808;
  color: #fff;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  border-radius: 3px;
}
#fmenu_list li a:hover {
  background-color: #10bd16;
  color: #bce1a0;
}

#fmenu_list li a img {
  border-radius: 3px;
}

#fmenu_list .sns_logo a {
  min-width: 50px;
  padding: 5px;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: inherit;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
}

#company {
  display: flex;
  background-color: #eee;
  background-image: url("/images/contents/img_ac_st0003_s.jpg");
  background-position: right;
  background-size: 50%;
  background-repeat: no-repeat;
}
#company .text_fild {
  max-width: 960px;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 10px auto;
  padding: 10px;
}

#info_frame .info_title {
  display: flex;
  justify-content: space-between;
  background-color: #ADC68D;
  color: #4F5E47;
  padding: 10px;
  text-shadow: 0px 0px 4px #fefefe;
}
#info_frame .info_rtitle a {
  background-color: #996600;
  text-shadow: none;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
}
#info_frame .info_rtitle a:hover {
  background-color: #CC9966;
}
#info_frame .di_date {
  font-size: 0.8rem;
}
#info_frame h3 {
  line-height: 2rem;
}

.top-cat-ichiran {
  padding: 5px 10px;
  background-color: #fffdf3;
  border-radius: 5px;
}

.top-cat-ichiran ul {
  line-height: 2rem;
  display: flex;
}

.blog_inframe .title {
  display: flex;
  justify-content: space-between;
}
.blog_inframe ul {
  display: inherit;
  margin: 0 auto;
}
.blog_inframe ul li {
  width: 100%;
  text-align: center;
}
.blog_inframe ul img {
  height: 300px;
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

#b_link_frame {
  background-color: rgb(245, 239, 228);
  padding: 10px 10px;
  margin-bottom: 20px;
}

#b_link_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
}

#b_link_list li {
  max-width: 300px;
  text-align: center;
  margin: 5px auto;
}

#b_link_list li a {
  min-width: 200px;
  padding: 5px;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
}

.kyoukai-link li a {
  border-radius: 3px;
}

@media screen and (min-width: 576px) {
  /* 576px以上に適用されるCSS（タブレット用） */
}
@media screen and (min-width: 768px) {
  /* 768px以上に適用されるCSS（PC用） */
  #fmenu_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    margin: 0 auto;
  }
  #frontmenu_frame {
    padding: 10px 10px;
  }
  #frontmenu_frame li {
    text-align: center;
    margin: 0 10px;
  }
  #fmenu_list li {
    max-width: 220px;
    min-width: inherit;
    text-align: center;
    margin: 5px auto;
  }
  #fmenu_list li a {
    min-width: inherit;
  }
  #fmenu_list .sns_logo a {
    max-width: 50px;
  }
  #info_frame .info_title {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  /* 992px以上に適用されるCSS（タブレット用） */
  .blog_inframe .title {
    display: flex;
    justify-content: space-between;
  }
  .blog_inframe ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .blog_inframe ul li {
    width: 33.3333333333%;
  }
  .blog_inframe ul li img {
    height: 300px;
    width: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/*# sourceMappingURL=top.css.map */