@charset "UTF-8";
/*----■ 基本の色  ■-----*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  position: relative;
  margin: 0px;
  padding: 0px;
  color: #000;
  text-align: center;
  z-index: 0;
  font-family: ヒラギノ角ゴ ProN W3;
  background-color: #F8F5E4;
  background: linear-gradient(180deg, #582b09 250px, #f1eaca 0%, #f1eaca);
}

li {
  padding: 0;
}

/*----■ cssのイニシャライズ 終わり ■-----*/
/*----■ 基本の色  ■-----*/
/****　トップページのメニューリスト　*******
************************************/
.TopMenu #Menu-List-At-Top-Page {
  display: block;
  max-width: 600px;
  width: 100%;
  margin: 0rem auto 0rem;
}
.TopMenu #Menu-List-At-Top-Page .gold_ttl {
  display: none;
}
.TopMenu #Menu-List-At-Top-Page #menu_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.5em;
  margin-bottom: 0em;
  background-color: #F8F5E4;
}
.TopMenu #Menu-List-At-Top-Page #menu_list a {
  width: 62px;
  height: 87px;
  text-align: center;
  text-shadow: none;
  margin: 1px;
  text-decoration: none;
  margin-bottom: 2px;
  overflow: hidden;
}
.TopMenu #Menu-List-At-Top-Page #menu_list a.home, .TopMenu #Menu-List-At-Top-Page #menu_list a.concert {
  color: #666;
}
.TopMenu #Menu-List-At-Top-Page #menu_list a.menu-contents {
  color: #660101;
}
.TopMenu #Menu-List-At-Top-Page #menu_list a.menu-contents h4 {
  background-color: #fadddd;
}
.TopMenu #Menu-List-At-Top-Page #menu_list a.other-contents {
  color: #330694;
}
.TopMenu #Menu-List-At-Top-Page #menu_list a figure {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid hsl(24, 60%, 58%);
  overflow: hidden;
  margin: auto;
  margin-bottom: 0px;
}
.TopMenu #Menu-List-At-Top-Page #menu_list a figure img {
  height: 100%;
  width: 100%;
}
.TopMenu #Menu-List-At-Top-Page #menu_list a h4 {
  width: 100%;
  height: 32px;
  border-radius: 4px;
  overflow: hidden;
  font-weight: normal;
  line-height: 1.1;
}
.TopMenu #Menu-List-At-Top-Page #menu_list a h4 span {
  display: block;
  white-space: nowrap;
  width: 100%;
}
.TopMenu #Menu-List-At-Top-Page #menu_list a:hover {
  border: 2px solid #f00;
}
.TopMenu #Menu-List-At-Top-Page #menu_list a:hover img {
  opacity: 1;
}
.TopMenu #Menu-List-At-Top-Page #menu_list .icon-img {
  display: none;
  width: 41px;
  height: 30px;
  padding: 0px;
  overflow: hidden;
}

#特集-List-At-Top-Page h1.gold_ttl_特集 {
  background-color: #582b01;
  border: 6px double #fff;
  color: #fff;
  padding: 9px 22px;
  max-width: 224px;
  font-size: 1.3em;
}

/*******メニューリストページ *************
**************************************/
/*----■ フッタ ■-----*/
footer {
  display: block;
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: block;
  max-width: 800px;
  width: 100%;
  margin: auto;
  background-color: #633103;
}
footer .close-box {
  display: none;
}
footer .batu {
  display: none;
}
footer p.recocon {
  display: none;
}
footer h3 {
  color: #edb00a;
  text-shadow: 3px 0px 0px #555555;
  font-size: 1.4em;
}
footer a:link,
footer a:visited {
  display: block;
  background-image: none;
  color: #fff;
  text-decoration: none;
}
footer #top {
  width: 100%;
  margin-bottom: 3rem;
}
footer #top a {
  width: 48%;
  display: inline-block;
  max-width: 220px;
}
footer #top a img {
  width: 100%;
}
footer #middle {
  width: 100%;
  text-align: center;
}
footer #middle h2.gold_ttl {
  display: inline-block;
  max-width: 259px;
  width: 8em;
  border: 6px double #fff;
  border-radius: 50%;
  background-color: #582b01;
  font-size: 1.6rem;
  color: #fff;
}
footer #middle #menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
  text-align: center;
}
footer #middle #menu_list .icon-img {
  width: 50px;
  height: 30px;
  padding: 2px;
  border-radius: 50px;
  overflow: hidden;
}
footer #middle #menu_list a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 3px;
  color: #3B1F04;
  width: 96px;
  height: 42px;
  background-color: #fff8eb;
  border-radius: 20px 0 0 20px;
  box-shadow: inset 0 0em 0.4em rgb(71, 0, 0);
}
footer #middle #menu_list a.home {
  color: #2365e0;
}
footer #middle #menu_list a.concert {
  color: #044102;
  border-left: 3px solid #05a43d;
}
footer #middle #menu_list a.menu-contents {
  color: #810202;
  border-left: 3px solid #f11f1f;
}
footer #middle #menu_list a.other-contents {
  color: #011d50;
  border-left: 3px solid #4040fa;
}
footer #middle #menu_list a img {
  display: none;
  width: 40px;
}
footer #middle #menu_list a h4 {
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.1;
  word-wrap: wrap;
  position: absolute;
  text-align: center;
}
footer #middle #menu_list a h4 span {
  display: block;
}
footer #middle #menu_list a:hover {
  color: #aa0303;
}
footer #bottom {
  display: block;
  padding: 10px;
  background-color: #af790c;
  color: #fff;
  text-align: center;
  line-height: 1.2em;
}
footer #bottom span {
  padding: 0.2em 0.5em;
  white-space: nowrap;
}

#特集 .gold_ttl_特集 {
  padding: 4px 30px;
  max-width: 180px;
  width: 90%;
  margin: auto;
  margin-bottom: 0.7em;
  background-color: gold_color;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #ffffff;
}
#特集 a {
  display: table;
  max-width: 350px;
  width: 90%;
  margin: 5px auto;
}
#特集 a img {
  display: table-cell;
  width: 70px;
  height: 45px;
}
#特集 a div.text {
  display: table-cell;
  border: 1px solid rgb(170, 170, 170);
  vertical-align: middle;
  width: 100%;
  padding-left: 0.5em;
  text-align: left;
  background-color: #FFF8EB;
  color: #930101;
  font-size: 1.8rem;
}
#特集 a div.text span {
  display: block;
  margin-left: 2em;
  font-weight: normal;
  font-size: 0.8em;
  color: #403737;
}
#特集 nav.pm25 {
  display: table;
  width: 90%;
  max-width: 350px;
  padding: 0px;
  margin: auto;
}
#特集 nav.pm25 img {
  display: table-cell;
  width: 70px;
  height: 69px;
}
#特集 nav.pm25 .text {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  font-size: 1.4rem;
  background-color: #FFF8EB;
  border: 1px solid rgb(170, 170, 170);
}
#特集 nav.pm25 .text ul {
  padding: 0;
  width: 90%;
  margin: 0;
}
#特集 nav.pm25 .text ul li {
  margin: 0.5em 0;
  font-size: 1.8rem;
}
#特集 nav.pm25 .text ul li a {
  color: #9d0a0a;
}

#edit {
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 100;
  padding: 9px 9px 3px 9px;
  cursor: pointer;
  color: #fff;
  border-radius: 10px;
  border: 2px solid #fff;
  background-color: #0c7036;
  font-size: 1rem;
  box-shadow: 3px 3px 10px 4px #a5a5a5;
}
#edit div {
  width: 20px;
  margin: 0 auto;
  border-top: 2px solid #fff;
  margin-bottom: 4px;
}
#edit div::nth-of-type(3) {
  margin-bottom: 0px;
}
#edit span {
  padding: 0;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: normal;
}

#edit_rekishi {
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 100;
  padding: 9px 9px 3px 9px;
  cursor: pointer;
  color: #fff;
  border-radius: 10px;
  border: 2px solid #fff;
  background-color: #0c7036;
  font-size: 1rem;
  box-shadow: 3px 3px 10px 4px #a5a5a5;
}
#edit_rekishi div {
  width: 20px;
  margin: 0 auto;
  border-top: 2px solid #fff;
  margin-bottom: 4px;
}
#edit_rekishi div::nth-of-type(3) {
  margin-bottom: 0px;
}
#edit_rekishi span {
  padding: 0;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: normal;
}

#cover {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  min-width: 100%;
  min-height: 100%;
  background: rgba(255, 255, 255, 0.185);
  z-index: 150;
}

#modal {
  display: none;
  z-index: 200;
  position: fixed;
  right: 20px;
  top: 2%;
  width: 90%;
  max-width: 350px;
  height: 95%;
  padding-top: 3px;
  background: #e0e0e0;
  overflow-y: scroll;
  border: 2px solid #fff;
  box-shadow: -3px -3px 8px 2px #dddddd;
  background-color: #fff;
  border-radius: 10px;
}
#modal .batu {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #bbb;
  line-height: 1;
  font-size: 4rem;
  color: #bbb;
}
#modal #menu_list h3 {
  color: #a56703;
  font-size: 13rem;
  margin: 0em auto 0.6em;
}
#modal #menu_list a {
  text-align: left;
  display: flex;
  width: 90%;
  height: 42px;
  margin: auto;
  margin-bottom: 4px;
  overflow: hidden;
  border: 2px solid #e9e9e9;
  border-radius: 3px;
}
#modal #menu_list a figure {
  margin: 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: 1px solid #b1b0b0;
  border-radius: 50%;
}
#modal #menu_list a figure img {
  width: 100%;
  height: 100%;
}
#modal #menu_list a h4 {
  flex: 1;
  text-align: left;
  padding: 5px;
  padding-left: 1em;
  line-height: 1.8;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
}
#modal #menu_list a h4::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  -webkit-mask-image: url("/part_img/arrow_dainari.png");
          mask-image: url("/part_img/arrow_dainari.png");
  background-color: #6d6767;
  -webkit-mask-size: contain;
          mask-size: contain;
  margin-right: 1em;
  border: 1px solid #000;
}
#modal #menu_list a:link, #modal #menu_list a:visited {
  color: #3c3c3c;
  text-shadow: 0.5px 0.5px 0px #fff;
}
#modal #特集 nav > a {
  width: 95%;
}
#modal #特集 nav > a .text {
  font-size: 1.4rem;
}
#modal #特集 nav > a .text span {
  font-weight: normal;
}