@charset "UTF-8";
/* Scss Document */
/* -------------------------------------------------- */
/* file   : top.css                                   */
/* update : 2012/04/17 T.S  -2024/10                  */
/* -------------------------------------------------- */
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.blinking {
  -webkit-animation: blink 1s ease-in-out infinite alternate;
          animation: blink 1s ease-in-out infinite alternate;
}

#top .page_top {
  display: none;
}
#top #bnr_side01,
#top .side_title {
  display: none;
}
#top #side_content01 {
  background: none;
  padding: 0;
}
#top #side_content01 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#top #side_content01 ul li {
  width: calc(50% - 7.5px);
}
#top #side_content01 ul li:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
#top #side_content01 ul li:nth-child(3) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
#top #side_content01 ul li:nth-child(4) {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
#top #side_content01 ul li:nth-child(5) {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}
#top #side_content01 ul li:nth-child(6) {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}
#top #side_content01 ul li:nth-child(7) {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}
#top #side_content01 ul li:nth-child(8) {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}
#top .covid_wrap {
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#top .covid_wrap p {
  font-size: 21px;
  background-color: #F4F4EC;
  border-radius: 5px;
  -webkit-box-shadow: #5a5a5a 2px 2px 8px;
          box-shadow: #5a5a5a 2px 2px 8px;
  text-align: center;
  letter-spacing: 0.05em;
}
#top .covid_wrap p a {
  display: block;
  padding: 24px 10px;
}
#top .covid_wrap p a:link,
#top .covid_wrap p a:visited {
  color: #000;
}
#top .flash_bg {
  background-color: #FEFDED;
  width: 100%;
  border-top: solid 2px #E3DBAC;
}
#top .flash_wrap {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  margin-top: -2px;
}
#top .slideshow_wrap {
  max-width: 940px;
  margin: 0 auto;
  max-height: 463.8px;
  position: relative;
}
#top #slideshow {
  max-width: 100%;
}
#top #flash_content {
  margin: 0px auto;
  position: relative;
  width: 100%;
  height: auto;
  height: 463.8px;
  overflow: hidden;
  background-size: cover;
  /* 背景画像をカバーする */
  background-position: center center;
}
#top #flash_content img {
  display: none;
  width: 100%;
  height: 463.8px;
  max-width: inherit;
}
#top #flash_content2 {
  display: none;
  margin: 0px auto;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-size: cover;
  /* 背景画像をカバーする */
  background-position: center center;
}
#top #flash_content2 img {
  display: none;
}
#top #slide1 {
  background-image: url("./images/top_image/1.jpg");
}
#top #slide2 {
  background-image: url("./images/top_image/2.jpg");
}
#top #slide3 {
  background-image: url("./images/top_image/3.jpg");
}
#top .ft-flash_content {
  background-size: cover;
}
#top #slideshowHBtn .prev-button {
  position: absolute;
  width: 46px;
  height: 46px;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
#top #slideshowHBtn .next-button {
  position: absolute;
  width: 46px;
  height: 46px;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
#top #slideshowHBtn img {
  height: 100%;
  width: auto;
}
#top #container {
  margin-top: 25px;
}
#top #main {
  float: none;
  max-width: 980px;
  width: 100%;
}
#top #top_content01 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#top #top_content01_l {
  max-width: 455px;
  width: calc(50% - 15px);
}
#top #top_content01_l img {
  max-width: inherit;
  width: 100%;
}
#top #top_content01_r {
  max-width: 455px;
  width: calc(50% - 15px);
  padding-top: 20px;
}
#top .top_content02 {
  max-width: 455px;
  margin-bottom: 6px;
}
#top .top_content02_l {
  float: left;
  max-width: 220px;
  width: calc(50% - 7.5px);
}
#top .top_content02_r {
  float: right;
  max-width: 220px;
  width: calc(50% - 7.5px);
}
#top .top-heading_flame {
  border-radius: 3px;
  padding: 5px;
  border: solid 1px #EEEEEE;
}
#top .top-heading_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: solid 2px #e40506;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(246, 246, 246)), color-stop(60%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(bottom, rgb(246, 246, 246) 0%, rgb(255, 255, 255) 60%);
  background: linear-gradient(0deg, rgb(246, 246, 246) 0%, rgb(255, 255, 255) 60%);
}
#top .top-heading {
  font-size: 20px;
  letter-spacing: 0.1em;
  padding: 9px 0 8px 10px;
  width: calc(100% - 128px);
}
#top .link_btn {
  width: 128px;
}
#top .link_btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
  color: #000;
  background: url(../img/icon_footer01.svg) no-repeat 10px center/7.5px auto;
}
#top .link_btn a span {
  border-left: dotted 1px #999999;
  font-size: 12px;
  width: 100%;
}
#top #top_content03 {
  border: solid 1px #F8F8F8;
  padding: 20px 15px 14px;
  border-top: none;
  border-radius: 3px;
}
#top #top_content03 dt {
  font-size: 12px;
}
#top #top_content03 dd {
  font-size: 14px;
}
#top #top_content03 dd a {
  text-decoration: underline;
}
#top #top_content03 .icon {
  margin-left: 10px;
  background-color: #e40506;
  color: #fff;
  padding: 2px 12px;
  font-size: 10px;
  letter-spacing: 0.05em;
  vertical-align: middle;
  border-radius: 2px;
}
#top #top_content03 dd {
  border-bottom: 1px dotted #999999;
  margin-bottom: 11px;
  padding-bottom: 12px;
}
#top #top_content03 .bottom_dd {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

@media (hover: hover) {
  #top .link_btn a:hover {
    color: #e40506;
  }
}
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
/* -------------------pc END------------------------------- */
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
@media screen and (max-width: 850px) {
  #top .flash_bg {
    padding-top: 57px;
  }
}
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  #top .flash_bg {
    max-width: inherit;
  }
  #top .flash_wrap {
    max-width: inherit;
  }
  #top #slideshowHBtn {
    max-width: inherit;
  }
  #top #slideshowHBtn .prev-button,
  #top #slideshowHBtn .next-button {
    height: 26px;
    width: 26px;
  }
  #top .covid_wrap {
    padding: 0;
  }
  #top .covid_wrap p {
    font-size: 15px;
    padding: 12px 10px;
    border-radius: 0;
  }
  #top #flash_content {
    display: none;
  }
  #top #flash_content2 {
    display: block;
  }
  #top .ft-flash_content2 {
    background-size: cover;
  }
  #top #top_content01_l {
    width: 100%;
    max-width: inherit;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
  }
  #top #top_content01_r {
    width: 100%;
    max-width: inherit;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  #top .top-heading_flame {
    padding: 0;
    border: none;
  }
  #top #top_content03 {
    border: none;
    padding: 20px 10px 0px;
  }
  #top #main {
    margin-top: 0;
  }
}
/* -------------------sp END------------------------------- */