@charset "UTF-8";
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	変数設定

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* color */
/* trans */
/* margin */
/* 固定ページ */
#homePage h2 {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(90deg, rgb(32, 122, 155) 0%, rgb(36, 147, 143) 100%);
  padding: 10px;
}
#homePage #selectLanguageList {
  margin: 40px auto 100px;
}
#homePage #selectLanguageList li {
  width: 40%;
  min-width: 150px;
  margin: 0 auto 20px;
}

#selectAreaPage {
  margin-bottom: 50px;
}
#selectAreaPage #mapBlock {
  margin: 15px auto;
}
#selectAreaPage #selectAreaList li:not(:last-child) {
  margin-bottom: 20px;
}

#selectSegmentPage #explanationBlock {
  width: 86%;
  margin: 30px auto 60px;
  text-align: left;
}
#selectSegmentPage #mapBlock {
  margin-bottom: 30px;
}
#selectSegmentPage h4 {
  position: relative;
  display: inline-block;
  font-weight: 900;
  padding-bottom: 15px;
}
#selectSegmentPage h4::before,
#selectSegmentPage h4::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
#selectSegmentPage h4::before {
  height: 1px;
  bottom: 6px;
}
#selectSegmentPage h4::after {
  height: 3px;
}
#selectSegmentPage button.but_2 {
  width: 100%;
  margin: 15px 0 60px;
  font-size: 18px;
}
#selectSegmentPage h5 {
  font-weight: 700;
  margin-bottom: 30px;
}
#selectSegmentPage #selectSegmentList li button {
  display: flex;
  text-align: left;
  padding-left: 30px;
}
#selectSegmentPage #selectSegmentList li button * {
  font-size: 18px;
}
#selectSegmentPage #selectSegmentList li button div {
  width: 50px;
}
#selectSegmentPage #selectSegmentList li button h6 {
  width: calc(100% - 50px);
}
#selectSegmentPage #selectSegmentList li:not(:last-child) {
  margin-bottom: 20px;
}
#selectSegmentPage #audioGuidanceBlock {
  padding: 50px 0;
  /*
  #playBut { position:relative; padding:20px; border-radius:50px; background:$main_color; border:1px solid #fff; width:100%; 
  	#audioIcon { position:absolute; top:calc(50% - 20px); left:25px; width:40px; height:40px; background:url(../img/common/icon_audio.svg) no-repeat center; background-size:cover; }
  	#butText { font-size:18px; font-weight:800; color:#fff; line-height:1.4; }
  }
  #playBut:hover { @include bg_gura_1; }
  */
}
#selectSegmentPage #audioGuidanceBlock h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
#selectSegmentPage #audioGuidanceBlock audio {
  width: 100%;
}

#selectSectionPage #mapBlock {
  border: 1px solid #17bbef;
  margin: 15px 2% 30px;
}
#selectSectionPage .but_1 {
  margin-bottom: 30px;
}
#selectSectionPage .headline_1 {
  margin: 0 2%;
}
#selectSectionPage .segment_list_title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}

#selectSectionPage #selectSegmentList li,
#searchResultPage #selectSegmentList li {
  border-top: 1px dotted #fff;
}
#selectSectionPage #selectSegmentList li button,
#selectSectionPage #selectSegmentList li a,
#searchResultPage #selectSegmentList li button,
#searchResultPage #selectSegmentList li a {
  display: flex;
  gap: 15px;
  width: 100%;
  padding: 20px;
  border: none;
  padding-right: 40px;
  background: url(../img/common/arrow_exhibit.svg) no-repeat center right 10px;
  background-size: 20px;
}
#selectSectionPage #selectSegmentList li button .img_box,
#selectSectionPage #selectSegmentList li a .img_box,
#searchResultPage #selectSegmentList li button .img_box,
#searchResultPage #selectSegmentList li a .img_box {
  width: 110px;
  height: 75px;
  overflow: hidden;
}
#selectSectionPage #selectSegmentList li button .data_box,
#selectSectionPage #selectSegmentList li a .data_box,
#searchResultPage #selectSegmentList li button .data_box,
#searchResultPage #selectSegmentList li a .data_box {
  width: calc(100% - 115px);
  text-align: left;
  color: #fff;
}
#selectSectionPage #selectSegmentList li button .data_box .exhibit_type,
#selectSectionPage #selectSegmentList li a .data_box .exhibit_type,
#searchResultPage #selectSegmentList li button .data_box .exhibit_type,
#searchResultPage #selectSegmentList li a .data_box .exhibit_type {
  display: inline-block;
  border: 1px solid #fff;
  padding: 0 5px;
  margin-bottom: 15px;
  margin-right: 10px;
}
#selectSectionPage #selectSegmentList li button .data_box .exhibit_no,
#selectSectionPage #selectSegmentList li a .data_box .exhibit_no,
#searchResultPage #selectSegmentList li button .data_box .exhibit_no,
#searchResultPage #selectSegmentList li a .data_box .exhibit_no {
  font-size: 16px;
  font-weight: 600;
}
#selectSectionPage #selectSegmentList li button .data_box h1,
#selectSectionPage #selectSegmentList li a .data_box h1,
#searchResultPage #selectSegmentList li button .data_box h1,
#searchResultPage #selectSegmentList li a .data_box h1 {
  font-size: 16px;
  font-weight: 700;
}
#selectSectionPage #selectSegmentList li:last-child,
#searchResultPage #selectSegmentList li:last-child {
  border-bottom: 1px dotted #fff;
}

#aboutBlock {
  text-align: left;
  border: 1px solid #17bbef;
  padding: 10px;
  width: 92%;
  margin: 0 auto;
}
#aboutBlock .img_box {
  margin-bottom: 15px;
}
#aboutBlock h4 {
  position: relative;
  font-size: 14px;
  padding: 0 0 10px 12px;
  margin-bottom: 20px;
  border-bottom: 2px solid #fff;
}
#aboutBlock h4::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 7px;
  height: 10px;
  background: linear-gradient(90deg, rgb(32, 122, 155) 0%, rgb(36, 147, 143) 100%);
}
#exhibitPage #explanationBlock {
  width: 86%;
  margin: 30px auto 60px;
  text-align: left;
}
#exhibitPage #mapBlock {
  border: 1px solid #17bbef;
  margin: 15px 2% 30px;
}

.exhibit_list,
.swiper-wrapper {
  margin-top: 30px;
}
.exhibit_list .exhibit_box,
.swiper-wrapper .exhibit_box {
  text-align: left;
  border: 1px solid #17bbef;
  padding: 10px;
}
.exhibit_list .exhibit_box .img_box,
.swiper-wrapper .exhibit_box .img_box {
  margin-bottom: 15px;
}
.exhibit_list .exhibit_box .exhibit_type,
.swiper-wrapper .exhibit_box .exhibit_type {
  display: inline-block;
  border: 1px solid #fff;
  padding: 0 5px;
  margin-bottom: 15px;
}
.exhibit_list .exhibit_box h1,
.swiper-wrapper .exhibit_box h1 {
  position: relative;
  font-size: 14px;
  padding: 0 0 10px 12px;
  margin-bottom: 20px;
  border-bottom: 2px solid #fff;
}
.exhibit_list .exhibit_box h1::before,
.swiper-wrapper .exhibit_box h1::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 7px;
  height: 10px;
  background: linear-gradient(90deg, rgb(32, 122, 155) 0%, rgb(36, 147, 143) 100%);
}
.exhibit_list li:not(:last-child),
.swiper-wrapper li:not(:last-child) {
  margin-bottom: 20px;
}

.explanation_c {
  position: relative;
  text-align: left;
  padding: 40px 2% 60px;
}

.line_c {
  position: relative;
  margin-top: 20px;
}

.explanation_c::before,
.explanation_c::after,
.line_c::before,
.line_c::after {
  position: absolute;
  content: "";
  left: -10vw;
  width: 120vw;
  background: #fff;
}

.explanation_c::before {
  bottom: 4px;
  height: 2px;
}

.explanation_c::after {
  bottom: 0;
  height: 1px;
}

.line_c::before {
  bottom: 4px;
  height: 1px;
}

.line_c::after {
  bottom: 0;
  height: 2px;
}

.swiper {
  position: relative;
  padding: 30px 0 70px;
  margin-top: 40px;
}

.swiper-button-prev.top {
  position: absolute;
  top: 20px;
  left: 10px;
}

.swiper-button-prev.bottom {
  position: absolute;
  top: auto;
  bottom: 5px;
}

.swiper-button-prev {
  width: 40px;
}

.swiper-button-prev::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/common/arrow_circle_back_g.svg) no-repeat center;
  background-size: 30px;
}

.swiper-button-next.top {
  position: absolute;
  top: 20px;
  right: 10px;
}

.swiper-button-next.bottom {
  position: absolute;
  top: auto;
  bottom: 5px;
}

.swiper-button-next {
  width: 40px;
}

.swiper-button-next::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/common/arrow_circle_next_g.svg) no-repeat center;
  background-size: 30px;
}

.swiper-pagination.top {
  position: absolute;
  top: 15px;
}

.swiper-pagination-bullet {
  border: 1px solid #fff;
  background: none;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

#searchPage .area_name {
  margin: 50px 0;
}
#searchPage .serch_box .select_box {
  display: flex;
  gap: 15px;
}
#searchPage .serch_box .select_box section {
  width: 33%;
}
#searchPage .serch_box .select_box section h4 {
  font-size: 12px;
  font-weight: 500;
  text-align: left;
}
#searchPage .serch_box .select_box section select {
  width: 100%;
}
#searchPage .serch_box input {
  width: 100%;
}
#searchPage .serch_box .but_1 {
  width: 150px;
  padding: 10px;
  margin-top: 30px;
}
#searchPage .error_message {
  margin-top: 20px;
  color: #ffee00;
}

#searchResultPage .area_name {
  margin-bottom: 40px;
}
#searchResultPage .key_text {
  margin: 20px 0;
}

#surveyPage #selectLanguageList {
  margin: 40px auto;
}
#surveyPage #selectLanguageList li {
  width: 40%;
  min-width: 150px;
  margin: 0 auto 20px;
}
#surveyPage #contactFormBlock table {
  text-align: left;
  width: 96%;
  margin: 0 auto;
}
#surveyPage #contactFormBlock table tr {
  border-bottom: 1px solid #999;
}
#surveyPage #contactFormBlock table tr th {
  display: flex;
  padding: 20px 0px 10px 0px;
}
#surveyPage #contactFormBlock table tr th p:first-child {
  width: 30px;
  font-weight: bold;
}
#surveyPage #contactFormBlock table tr th p:last-child {
  width: calc(100% - 30px);
  font-weight: bold;
}
#surveyPage #contactFormBlock table tr td {
  display: block;
  padding: 0 0 30px 0;
  line-height: 40px;
}
#surveyPage #contactFormBlock table tr td input[type=text],
#surveyPage #contactFormBlock table tr td textarea {
  width: calc(100% - 20px);
  margin-left: 10px;
}
#surveyPage #contactFormBlock table tr td p.other {
  margin-left: 10px;
}
#surveyPage #contactFormBlock table tr td .evaluation_type {
  line-height: 1.2;
  margin: 10px 0 20px;
}
#surveyPage #contactFormBlock table tr td .evaluation_type br {
  display: none;
}
#surveyPage #contactFormBlock table tr td .evaluation_type > p {
  display: flex;
  justify-content: center;
  align-items: center;
}
#surveyPage #contactFormBlock table tr td .evaluation_type > p span.height,
#surveyPage #contactFormBlock table tr td .evaluation_type > p span.low {
  font-size: 9px;
  background: #1c3041;
  line-height: 1.6;
}
#surveyPage #contactFormBlock table tr td .evaluation_type > p span.height {
  text-align: right;
}
#surveyPage #contactFormBlock table tr td .evaluation_type > p span.form_radio {
  text-align: center;
  margin-right: 10px;
  white-space: nowrap;
}
#surveyPage #contactFormBlock table tr td .evaluation_type > p span.form_radio label .wpcf7-list-item-label {
  margin: 0;
  padding-left: 25px;
}
#surveyPage #contactFormBlock #but_send {
  margin: 50px auto;
}
#surveyPage #contactFormBlock #but_send input[type=submit] {
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  border-radius: 50px;
  padding: 20px;
  background: linear-gradient(90deg, rgb(32, 122, 155) 0%, rgb(36, 147, 143) 100%);
  width: 130px;
  cursor: pointer;
}
#surveyPage #contactFormBlock #but_send input[type=submit]:hover,
#surveyPage #contactFormBlock #but_send input[type=submit]:active {
  color: #1c3041;
  background: #fff;
}
#surveyPage #contactThanksBlock h4 {
  font-size: 2rem;
  margin: 50px auto 20px;
}/*# sourceMappingURL=page.css.map */