.container {
  width: calc(100% - 150px - 58px);
  margin-left: calc(150px + 58px);
  margin-top: 86px;
  position: relative;
}

#sanka {
  position: relative;
}

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

#sanka .top-header h2 {
  width: 294px;
  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: 58px;
  height: calc(100vh - 86px);
  position: fixed;
  z-index: 10;
  top: 86px;
  left: 150px;
  background-color: #d7e0e3;
  display: flex;
  gap: 30px 30px;
  flex-direction: column;
}

#sanka .side-menu .item-1 {
  margin-top: 40px;
}

#sanka .side-menu .image {
  width: 17px;
  transition: 0.3s ease;
}
#sanka .side-menu .item-1 .image {
  width: 16px;
}

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

#sanka .side-menu .item .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 10px;
}

#sanka .side-menu .item .line {
  content: "";
  border-left: 2px solid #000;
  width: 2px;
  height: 20px;
  transition: 0.3s ease;
}
#sanka .side-menu .item a:hover .line {
  transform: translate(0, 5px);
  opacity: 0.8;
}
#sanka .side-menu .item a:hover .image {
  opacity: 0.8;
}


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

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

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

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

#schedule {
  position: relative;
}

#schedule .content-wrapper {
  margin-top: 90px;
  width: 963px;
  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: 40px;
  padding-right: 20px;
  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: 30px;
  padding-bottom: 30px;
  height: auto;
}

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

#schedule .hanabi {
  width: 230px;
  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 .map {
  width: 836px;
  height: 467px;
  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: 2.4rem;
  letter-spacing: 0.3rem;
  line-height: 4rem;
  color: #fff;
}

#access {
  position: relative;
  margin-top: 180px;
  margin-bottom: 250px;
}

#access .content-wrapper {
  width: 1117px;
  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 {
  width: 100%;
}

#access .kotsu-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

#access .kotsu-wrapper div {
  width: calc(50% - 17px);
}

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

#access .kotsu-3 {
  width: 100%;
  margin-top: 30px;
}

#access .kotsu-4 {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 90px;
}

#access .chusha-1 {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 90px;
}

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

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

#access .zoom-link {
  position: relative;
  margin-top: -50px;
  margin-bottom: 80px;
  margin-left: auto;
  width: 175px;
  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: 2.4rem;
  letter-spacing: 0.15rem;
  line-height: 4rem;
  transition: opacity 0.1s;
}

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

#access .zoom-link a:hover span {
  transform: translate(8px, 0px);
}

#access .zoom-link a:hover {
  opacity: 0.75;
}

#access .access-wrap {
  display: flex;
  flex-direction: column;
  gap: 45px 45px;
  width: 860px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 130px;
}

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

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

#access .hinan-wrap .group {
  display: flex;
  justify-content: space-between;
}

#access .hinan-wrap .group-item {
  height: 215px;
  width: auto !important;
}

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

#access .hinan-wrap .group-item2 {
  width: calc(50% - 15px);
}

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