/* タブレット向けレイアウト */
@media (max-width: 1000px) {
  .top-message {
    width: 100%;
  }
  .top-message h1{
    font-size: 32px;
  }
  .page-warp{
    padding-top: 12.7%;
  }
  .area-warp{
    width: 50%;
  }

  .c-header {
    flex-direction: column;
  }
}



/* スマホ向けレイアウト */

@media screen and (max-width: 750px) {
  .c-hamburger-menu__list {
    background-color: rgb(144 238 144 / 83%); /* カスタマイズしてください */
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    left: 0;
    /*padding-left: 10px; /* カスタマイズしてください */
    position: absolute;
    transform: translateX(-100%);
    transition: 0.3s; /* カスタマイズしてください */
    top: 100%;
    width: 100%;
  }

  #hamburger:checked ~ .c-hamburger-menu__list {
    transform: translateX(0%);
    transition: 0.3s;
  }
}

.c-hamburger-menu__input {
  display: none;
}

.c-hamburger-menu__bg {
  background-color: #000; /* カスタマイズしてください */
  cursor: pointer;
  display: none;
  height: 100vh;
  left: 0;
  opacity: .4; /* カスタマイズしてください */
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

#hamburger:checked ~ .c-hamburger-menu__bg {
  display: block;
  height: 100vh;
  top: 505%;
  width: 100%;
}

.c-hamburger-menu__button {
  display: none;
}

@media screen and (max-width: 750px) {
  .c-hamburger-menu__button {
    align-items: center;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px; /* カスタマイズしてください */
    height: 32px; /* カスタマイズしてください */
    justify-content: center;
    width: 32px; /* カスタマイズしてください */
  }
}

.c-hamburger-menu__button-mark {
  background-color: darkgreen; /* カスタマイズしてください */
  display: block;
  height: 3px; /* カスタマイズしてください */
  transition: 0.3s; /* カスタマイズしてください */
  width: 26px; /* カスタマイズしてください */
}

@media screen and (max-width: 750px) {
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(1) {
    transform: translate(2px, 1px) rotate(45deg); /* カスタマイズしてください */
    transform-origin: 0%; /* カスタマイズしてください */
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(3) {
    transform: translate(2px, 3px) rotate(-45deg); /* カスタマイズしてください */
    transform-origin: 0%; /* カスタマイズしてください */
  }
  .c-header{
    padding: 1rem 2rem;
    flex-direction: row-reverse;
  }
  .c-header__list-item {
    width: 100%;
  }
  .c-header__list-link {
    text-align: left;
    /*color: rgb(3, 62, 255);*/
  }
  .dropmenu li ul {
    position: absolute;
    /*left: 56%;*/
    width: 100%;
  }
  .dropmenu li a {
    padding-left: 25px;
  }
  .top-message h1{
    font-size: 24px;
 }
 /*
  .area-warp{
    width: 100%;
  }
*/
}

@media screen and (max-width: 750px) {
  .c-footer .footer-left {
    display: none;
  }
}

/*タブレット向けpage*/
@media (max-width: 1000px) {
  .index-top {
    display: block;
  }
}
@media (max-width: 1000px) {
  .alljapan_list table {
    border: 0;
    width: 100%;
  }
}
/*スマホ向けpage*/
@media screen and (max-width: 750px) {
  .index-top {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .page-warp {
    width: 100%;
    padding-top: 19.5%;
  }
  .pege-warp p {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .interior {
    max-width: 100%;
  }

  .interior .info-list {
    margin: 20px;
  }

  .interior .info-table {
    width: 100%;
    margin: 10px;
  }
  .interior .info-table th {
    width: 15%;
  }
}
@media screen and (max-width: 750px){
  .aboutbox .listtextbox {
    width: 100%;
  }
  .photobox_1 {
    display: flex;
    flex-direction: column;
    align-items: center
  }
  .photobox_1 .photo{
    width: 100%;
    height: 100%;
    margin: 3px 0;
  }
  .aboutbox {
    flex-direction: column;
  }
  .aboutbox .photobox_2 {
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .aboutbox .photobox_2 .photo {
    width: 49%;
    margin: 1px;
  }
}

@media screen and (max-width: 750px) {
  .youtube iframe {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .mhlw table {
    width: 100%;
  }
  .mhlw table td {
    display: block;
    padding: 1em 1em;
    border: #cece solid 1px;
  }
  .banner {
    width: 100%;
  }
  .mhlw-txt {
    padding-left: 0;
    background-color: mintcream;
  }
}

@media screen and (max-width: 750px) {
  .alljapan_list table {
    border: 0;
    width:100%
  }
  .alljapan_list table th{
    background-color: lightseagreen;
    display: block;
    border-right: none;
  }
  .alljapan_list table th a {
    display: block;
    color: #fff;
    font-weight: bold;
  }
  .alljapan_list table th a:hover {
    text-decoration: none;
  }
  .alljapan_list table th a:visited {
    color: #fff;
  }
  .alljapan_list table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .alljapan_list table tr {
    display: block;
    /*margin-bottom: .625em;*/
    border: 1px solid aquamarine;
  }
  .alljapan_list table td {
    border-bottom: 1px dotted #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: 1.5em 1em 1.5em 4em;
    border-right: none;
  }
  
  .alljapan_list table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #000;
  }
  .alljapan_list table td:last-child {
    border-bottom: 0;
  }
  .alljapan_list table td:nth-of-type(odd) {
    text-align: right;
  }
  .alljapan_list table tbody th {
    color: #fff;
    padding: 1em
  }
  .alljapan_list table tbody tr:nth-child(even){
  background-color: #fff;
  }

  .prefecture {
    background-size: 65%;
    background-position: 50% 50%;
  }
  .japan {
    background-image: url(../page/alljapan/prefecture/japan_map_outline.png);
    background-size: 60%;
  }
}

@media screen and (max-width: 750px) {
  .infoboad table {
    width: 100%;
    margin: 15px 0;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

@media screen and (max-width: 750px) {
  .pastevent_list table {
    border: 0;
    width:100%
  }
  .pastevent_list table th{
    background-color: aquamarine;
    display: block;
    border-right: none;
  }
  .pastevent_list table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .pastevent_list table tr {
    display: block;
    /*margin-bottom: .625em;*/
    border: 1px solid aquamarine;
  }
  .pastevent_list table td {
    border-bottom: 1px dotted #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: 1.5em 1em 1.5em 4em;
    border-right: none;
  }
  .pastevent_list table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #000;
  }
  .pastevent_list table tbody tr:nth-child(even) {
    background-color: #fff;
  }
}

@media screen and (max-width: 750px) {
  .contact-member .info-table {
    width: auto;
  }
}

@media screen and (max-width: 750px) {
  .poster {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .mainposter {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .ivent-cont table,tbody,tr,td,th {
    width: 100%;    /* 幅を100%にする */
    display: block; /* ブロック要素にする */
    background-color: #fff;
  }
  .ivent-cont th {
    text-align: left;
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .button {
    width: 100%;
  }
  .formbutton .button {
    width: 100%;
  }
  .back-top_btn {
    display: flex;
    flex-direction: column;
  }
  .back-top_btn .button {
    width: 100%;
  }
}

/****************************************
	japan_map レスポンシブ

****************************************/
/*
@media screen and (max-width: 776px) {
#japan-map {
	display: flex;
	width: 100%;
  height: auto;
	flex-wrap: wrap;
	justify-content: space-around;
}
#japan-map p.region-title {
	display: inline-block;
	width: 100%;
	font-size: 15px;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 1em;
	color: #000000;
}
#hokkaido-touhoku, #kantou, #tyubu, #kinki, #tyugoku, #shikoku, #kyusyu {
	display: block;
	position: static;
	margin: 0 1em 0 1em;
}
#japan-map div div.region {
	display: block;
	position: relative;
}

#hokkaido-touhoku {
	height: calc(265px + 4.5em);
}
#kantou {
	height: calc(174px + 4.5em);
}
#tyubu {
	height: calc(211px + 4.5em);
}
#kinki {
	height: calc(211px + 4.5em);
}
#tyugoku {
	height: calc(98px + 4.5em);
}
#shikoku {
	height: calc(84px + 4.5em);
}
#kyusyu {
	height: calc(247px + 4.5em);
}

} /* レスポンシブ max-776px */

@media screen and (max-width: 750px) {
#japan-map {
	display: block;
	width: 100%;
	height: auto;
}
#japan-map p.region-title {
	display: inline-block;
	width: 100%;
	font-size: 15px;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 1em;
	color: #000000;
}
#hokkaido-touhoku, #kantou, #chubu, #kinki, #chugoku, #shikoku, #kyusyu {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	position: static;
	margin-left: 0px;
	margin-right: 0px;
}
#japan-map div div.region {
	font-size: 14px;
 	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#japan-map div div.region a {
	height: auto;
	width: 25%;
  text-decoration: none;
}
#japan-map div div.region div {
 	display: block;
	border-radius: 0px;
	position: static;
	height: auto;
	font-size: 16px;
	width: 100%;
	padding: 0.5em 0.3em 0.5em 0.3em;
}
/*
.prefecture {
  background-position: 50% 100px;
}
*/
 /* レスポンシブ max-500px */