#sanka {
  position: relative;
}

#sanka .top-header {
  width: calc(100% - 60px);
  height: 61px;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 60px;
  background-color: #911d28;
}

#sanka .top-header h2 {
  width: 199px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#sanka .top-header h2 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#sanka .side-menu {
  width: calc(100% - 60px);
  position: fixed;
  z-index: 10;
  top: 61px;
  left: 60px;
  background-color: #d7e0e3;
  display: flex;
  flex-direction: column;
  gap: 20px 20px;
  padding-bottom: 15px;
  padding-top: 15px;
}

#sanka .side-menu .image {
  width: auto;
  height: 16px;
  transition: 0.3s ease;
}

#sanka .side-menu .image img {
  width: auto;
  height: 100%;
  vertical-align: bottom;
}

#sanka .side-menu .item .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px 15px;
}

#sanka .side-menu .item .line {
  content: "";
  border-top: 2px solid #000;
  width: 20px;
  height: 2px;
  transition: 0.3s ease;
}

#sanka .side-menu .item .line.on {
  border-top: 2px solid #911d28;
}

#sanka .side-menu .arrow {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 26px;
}

#sanka .side-menu .arrow .image {
  width: 100%;
}

#sanka .side-menu .arrow .image img {
  width: 26px;
  height: auto;
  vertical-align: bottom;
}

.content-header {
  width: 100%;
  height: 247px;
  background-color: #d59ea5;
}

.content-header h3 {
  width: 39px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#ichi .content-header h3 {
  width: 42px;
}
#access .content-header h3 {
  width: 42px;
}

.content-header h3 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#schedule {
  position: relative;
}

#schedule .content-header {
  margin-top: calc(61px + 118px);
}
#schedule .content-header.off {
  margin-top: calc(61px + 46px);
}

#schedule .content-wrapper {
  margin-top: 90px;
  max-width: 600px;
  width: 96%;
  margin: auto;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 8px 8px;
}

#schedule .toggle {
  display: none;
}

#schedule .label {
  display: block;
  position: relative;
  cursor: pointer;
}

#schedule .label img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#schedule .label img.on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

#schedule .toggle:checked + .label img.on {
  opacity: 1;
}

#schedule .content {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  overflow: hidden;
  height: 0;
  transition: all .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}

#schedule .toggle:checked + .label + .content {
  padding-top: 15px;
  padding-bottom: 15px;
  height: auto;
}

#schedule .content img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#schedule .hanabi {
  width: 160px;
  margin: auto;
  margin-top: 30px;
}

#schedule .hanabi img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#ichi {
  position: relative;
  margin-top: 160px;
}

#ichi .content-wrapper { 
  width: 100%;
}

#ichi .content-wrapper table { 
  border-collapse: collapse; /* 罫線を1本にまとめる */
  width: 100%;             /* テーブルの幅を100%に */
  border: 0px solid #000;
}

#ichi .content-wrapper table td {
  border-bottom: 1px solid #595757;  /* セルの罫線 */
  border-left: 1px solid #595757;  /* セルの罫線 */
  text-align: center;      /* 文字を中央揃えに */
  white-space: nowrap;     /* セル内で改行させない */
  width: calc(100% / 7);
}

#ichi .content-wrapper table td:first-of-type {
  border-left: 0px solid #595757;  /* セルの罫線 */
}

#ichi .content-wrapper table td a {
  display: block;
  width: 100%;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: opacity 0.1s;
}

#ichi .content-wrapper table td a:hover {
  opacity: 0.75;
}

#ichi .content-wrapper table td img {
  height: 20px;
  width: auto;
  vertical-align: bottom;
}

#ichi .content-wrapper .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 0px solid #595757;
  width: 100%;
}

#ichi .content-wrapper .grid > div {
  border-left: 1px solid #595757;
  border-bottom: 1px solid #595757;
  width: 100%;
}

#ichi .content-wrapper .grid > div:last-of-type {
  border-right: 1px solid #595757;
  width: calc(100% + 1px);
}

#ichi .content-wrapper .grid > div a {
  display: block;
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#ichi .content-wrapper .grid > div img {
  height: 16px;
  width: auto;
  vertical-align: bottom;
}

#ichi .content-wrapper .map {
  width: 100%;
  height: 400px;
  margin: auto;
  margin-top: 120px;
  content: "";
  background-color: #bcbdc0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#ichi .content-wrapper .map p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.9rem;
  letter-spacing: 0.3rem;
  line-height: 4rem;
  color: #fff;
}
#access {
  position: relative;
  margin-top: 180px;
  margin-bottom: 150px;
}

#access .content-wrapper {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

#access .content-heading {
  margin-top: 30px;
  width: 100%;
}

#access .content-heading img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#access .map-wrapper {
  width: 100%;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}

#access .map-wrapper .map {
  height: 555px;
  width: auto;
}

#access .map-wrapper .map img {
  height: 100%;
  width: auto;
}

#access .kotsu-wrapper {
  width: 96%;
  max-width: 600px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 30px 30px;
  margin-top: 30px;
}

#access .kotsu-wrapper div {
  width: 100%;
}

#access .item img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#access .kotsu-3 {
  width: 96%;
  max-width: 600px;
  margin: auto;
  margin-top: 30px;
}

#access .kotsu-4 {
  width: 96%;
  max-width: 600px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 90px;
}

#access .chusha-1 {
  width: 90%;
  max-width: calc(600px * 0.9);
  margin: auto;
  margin-top: 30px;
  margin-bottom: 80px;
}

#access .google-map {
  position: relative;
  width: 100%;
  padding-top: calc(143% + 64px);
  margin: auto;
  margin-top: 15px;
  overflow: hidden;
  /*
  overflow-y: auto;
  overflow-x: hidden;
  */
}

#access .google-map iframe {
  position: absolute;
  top: 0;
  left: -4px;
  width: calc(100% + 6px);
  height: 100%;
  margin-top: -64px;
}

#access .zoom-link {
  position: relative;
  margin-top: -50px;
  margin-bottom: 60px;
  margin-left: auto;
  width: 146px;
  z-index: 2;
}

#access .zoom-link a {
  position: relative;
  color: #000;
  text-align: right;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.15rem;
  line-height: 4rem;
  transition: opacity 0.1s;
}

#access .zoom-link a span {
  position: absolute;
  bottom: -4px;
  right: -40px;
  transition: all 0.2s;
}

#access .access-wrap {
  display: flex;
  flex-direction: column;
  gap: 45px 45px;
  width: 100%;
  max-width: 500px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 100px;
}

#access .access-wrap .item:nth-of-type(1) {
  padding-left: 20px;
}
#access .access-wrap .item:nth-of-type(3) {
  padding-left: 20px;
}

#access .map-wrapper.hinan {
  margin-top: 0px;
}

#access .hinan-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px 30px;
  width: 100%;
  max-width: 500px;
  margin: auto;
  margin-top: 30px;
}

#access .hinan-wrap .group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px 20px;
}

#access .hinan-wrap .group-item {
  width: 96%;
  max-width: 500px;
}

#access .hinan-wrap .group-item img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#access .hinan-wrap .group-item2 {
  width: 94%;
  max-width: 500px;
}

#access .hinan-wrap .group-item2 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

