@charset "UTF-8";

/* =======================================================================================
トップページ全体構造
======================================================================================= */
#main_wrapper {
  padding-top: 20px;
}

/* =======================================================================================
ヘッダ
======================================================================================= */
header {
  position: inherit;
  height: 130px;
  margin-bottom: 20px;
  border-radius: 14px;
  background-image: url(../images-assets/top_header.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

header a {
  visibility: hidden;
}

/* =======================================================================================
上部右ブロック
======================================================================================= */
#upper_right {
  width: 738px;
  float: right;
  border-radius: 15px;
  border: 1px solid hsl(0, 0%, 80%);
  margin-bottom: 20px;
  font-size: 0;
}

/* =======================================================================================
上部左ブロック
======================================================================================= */
#upper_left {
  width: 440px;
  float: left;
  margin-right: 10px;
  height: 500px;
}

#twitter {
  height: 900px;
  border-radius: 14px;
  background-color: hsl(0, 0%, 90%);
}

/* =======================================================================================
開催情報ボックス
======================================================================================= */
#open_info {
  font-size: 16px;
  width: 718px;
  height: 80px;
  padding: 10px 10px;
  color: hsla(0, 0%, 30%, 1);
  background-color: #deeff2;
  border-radius: 14px 14px 0 0;
}

#open_info_leftblock {
  float: left;
  text-align: right;
  width: 610px;
  padding-top: 5px;
}

#open_info_button {
  font-size: 14px;
  float: right;
  margin: 0;
  width: 7em;
  padding: 12px 3px;
  line-height: 56px;
  color: hsla(0, 100%, 100%, 1);
  text-shadow: 0px 0px 2px #103010;
  border: none;
  border-radius: 7px;
}

#open_info_logo {
  float: right;
  height: 40px;
  margin: 0px 9px 0 2px;
}

.open_info_day,
.open_info_kaijyo {
  line-height: 21px;
  text-align: right;
  float: right;
}

.open_info_kaijyo {
  padding-right: 12px;
}

.open_info_deadline {
  color: black;
  /* float: right; */
  font-weight: bold;
  display: inline-block;
  margin-top: 8px;
  margin-right: 8px;
}

/* =======================================================================================
チラシ画像
======================================================================================= */
#flier img {
  width: 738px;
  height: 1042px;
  border-radius: 0 0 14px 14px;
}

/* =======================================================================================
下部右ブロック
======================================================================================= */
#lower_right {
  width: 740px;
  float: right;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

/* =======================================================================================
下部左ブロック（不使用）
======================================================================================= */
/* #lower_left {
} */

/* =======================================================================================
お知らせリスト
======================================================================================= */
.top_infolist {
  margin: 0 0 10px;
}

.top_infolist dt {
  padding: 5px 5px 2px 40px;
  margin: 0;
  background-color: #deeff2;
  background-image: url(../images-assets/title_head1.png);
  background-size: 30px 52px;
  background-repeat: no-repeat;
}

.top_infolist h4 {
  margin: 0;
  text-align: left;
  color: hsla(23, 48%, 28%, 1);
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
}

.top_infolist h5 {
  text-align: left;
  margin: 10px 0 5px;
}

.top_infolist dd {
  transition: 0.06s;
  margin: 0px;
  padding: 10px 5px 5px 30px;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: hsla(0, 0%, 90%, 1);
}

.top_infolist dd h5:before {
  font-size: 10px;
  color: #a0c900;
  display: inline-block;
  position: relative;
  top: -1px;
  width: 15px;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f10c";
  margin-left: -17px;
}

.top_infolist dd.date {
  display: inline-block;
  width: 95px;
}

.top_infolist dd:hover:has(a) {
  background-color: hsla(0, 0%, 98%, 1);
}

.top_infolist dd a:link,
.top_infolist dd a:visited,
.top_infolist dd a:hover {
  text-decoration: none;
}

.top_infolist dd>a:link,
.top_infolist dd>a:visited {
  color: hsla(0, 0%, 20%, 1);
}

.top_infolist dd:hover>a {
  transition: 0.06s;
  color: #00a1c1;
}

/* =======================================================================================
下部右ブロックのアコーディオン折りたたみ
======================================================================================= */
/* .accordion_box *,
.accordion_box *:before,
.accordion_box *:after {
  box-sizing: border-box;
}

.accordion_box {
  position: relative;
}

.accordion_box label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 140px;
  cursor: pointer;
  text-align: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.95));
}

.accordion_box input:checked+label {
  background: inherit;
}

.accordion_box label:after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 50%;
  width: 16rem;
  font-family: FontAwesome;
  content: "\f13a";
  font-weight: bold;
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 20px;
  background-color: #8dc500;
}

.accordion_box input {
  display: none;
}

.accordion_box .accordion_container {
  overflow: hidden;
  height: 800px;
  transition: all 0.5s;
}


.accordion_box input:checked+label:after {
  font-family: FontAwesome;
  content: "\f139";
}

.accordion_box input:checked~.accordion_container {
  height: auto;
  padding-bottom: 55px;
  transition: all 0.5s;
} */

/* =======================================================================================
ここから下レスポンシブ対応
======================================================================================= */
@media screen and (max-width: 750px) {

  /* =======================================================================================
  トップページ全体構造
  ======================================================================================= */
  #main_wrapper {
    width: 100%;
    min-width: 320px;
    padding: 0;
  }

  /* =======================================================================================
  ヘッダ
  ======================================================================================= */
  header {
    position: fixed;
    /* position: inherit; */
    z-index: 999;
    left: 0;
    top: 0;
    margin-bottom: 0;
    width: 100%;
    height: 60px;
    background-image: url(../images-assets/header_logo_mini.png);
    background-size: 847px 60px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: #a3d325;
    border-radius: 0;
  }

  header a {
    visibility: visible;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    text-indent: -999px;
  }

  /* =======================================================================================
  上下左右全ブロック
  ======================================================================================= */
  #upper_right,
  #upper_left,
  #lower_right,
  #lower_left {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
  }

  #upper_right {
    margin-top: 60px;
    border: none;
  }

  /* =======================================================================================
  開催情報ボックス
  ======================================================================================= */
  #open_info {
    width: 100%;
    padding: 20px 0 10px;
    height: auto;
    border-radius: 0;
  }

  #open_info_leftblock {
    width: 100%;
    text-align: center;
    float: none;
  }

  #open_info_button,
  #open_info_logo,
  .open_info_day,
  .open_info_kaijyo,
  .open_info_deadline {
    display: block;
    float: none;
    text-align: center;
  }

  #open_info_logo {
    height: 30px;
    margin: 10px auto 10px;
  }

  .open_info_deadline {
    margin-top: 18px;
    line-height: 5px;
  }

  #open_info_button {
    font-size: 14px;
    margin: 30px auto 20px;
    padding: 0 60px;
  }

  /* =======================================================================================
  チラシ画像
  ======================================================================================= */
  #flier img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
  }

  /* =======================================================================================
  トップメニュー
  ======================================================================================= */
  #top_menu {
    width: 100%;
    margin: 0;
    border-radius: 0;
    height: initial;
    font-size: 15px;
  }

  #top_menu div {
    width: calc(50% - 1px);
    padding: 15px 0px 20px 0px;
    line-height: 38px;
  }

  #side_banner {
    margin: 20px auto 20px;
    max-width: 300px;
  }

  /* =======================================================================================
  お知らせリスト
  ======================================================================================= */
  .top_infolist h5 {
    text-align: left;
    margin: 10px 0 5px;
  }

  .top_infolist dd {
    transition: 0.06s;
    margin: 0px;
    padding: 10px 15px 5px 30px;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: hsla(0, 0%, 90%, 1);
    display: block;
    top: 0;
    left: 0;
  }

  .top_infolist dd.date {
    display: block;
    line-height: 20px;
    margin: 0%;
  }

  /* =======================================================================================
  Twitterとフッターを非表示にする
  ======================================================================================= */
  #twitter,
  footer {
    display: none;
  }

  /* =======================================================================================
  下部右ブロックのアコーディオン折りたたみ
  ======================================================================================= */
  /* .accordion_box label {
    display: none;
  }

  .accordion_box .accordion_container {
    height: initial;
  } */
}