@charset "utf-8";

/* モーダルウィンドウ設定 */
.dialog_nodisp {
  display: none;
}
.mdl_overlay {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* event */
.mdl_bg01 {
  background: #09BFCC;
}
/* exhibition */
.mdl_bg02 {
  background: #D55778;
}
/* experience */
.mdl_bg03 {
  background: #3F75BB;
}
.mdl_container {
  display: table;
  width: 100%;
  height: 100%;
  padding: 90px 0 60px;
}
.mdl_inner {
  display: table-cell;
  vertical-align: middle;
}
.modal {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 0 20px;
}
.mdl_close {
  /* filter: drop-shadow(1px 1px 0px black); */
  position: fixed;
  top: 10px;
  right: 10px;
  width: 50px;
  cursor: pointer;
}
.modal::after {
  display: table;
  content: '';
  clear: both;
}
@media only screen and (min-width: 769px) {
  .mdl_close {
    top: 28px;
    right: 33px;
    width: 60px;
  }
}

/* コンテンツ部分 */
.mdlcon_wrap {
  width: 100%;
  padding: 23px 28px 29px;
  background: #fff;
}
.mdlcon_wrap_tb img {
	display: none;
}
.mdl_ttl {
  display: flex;
  flex-flow: column;
  gap: 7px 0;
	margin: 0 0 14px;
	font-weight: 500;
	align-items: center;
}
.mdl_main_ttl {
  font-size: 24px;
  line-height: 1.25;
}
.mdl_sub_ttl {
  font-size: 16px;
}
.mdl_col_wrap {
  display: flex;
  flex-direction: column;
}
.mdl_img_box {
	max-width: 400px;
	margin: auto;
}
.mdl_img_box img {
  width: 100%;
}
.mdl_img_box_thumb01 {
  display: flex;
  justify-content: space-between;
}
.mdl_img_box_thumb01 li {
  width: calc(100% / 3 - (5% / 3));
  text-align: center;
}
.mdl_img_box_thumb01 p {
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
}
.mdl_date {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 12px 0 0;
}
.mdl_date_col {
  flex-direction: column;
}
.mdl_date_row {
  flex-direction: column;
}
.mdl_date .date {
  font-family: futura-pt, sans-serif;
  font-size: 35px;
  display: flex;
	align-items: center;
	gap: 10px;
}
.mdl_date_02 .date {
	flex-direction: column;
  align-items: flex-start;
}
.mdl_date .day_wrap {
  flex-shrink: 0;
  line-height: 1;
}
.mdl_date .day {
  font-size: 14px;
  margin: 0 3px 0 0;
  transform: translateY(20%);
}
.mdl_date .sat {
  font-size: 12px;
  background: #09BFCC;
  color: #fff;
  border-radius: 50%;
  width: 26.5px;
  height: 26.5px;
  display: inline-block;
  text-align: center;
  line-height: 26.5px;
  vertical-align: middle;
  margin: -5px 0 0;
  flex-shrink: 0;
}
.mdl_date .sun {
  font-size: 12px;
  background: #E73468;
  color: #fff;
  border-radius: 50%;
  width: 26.5px;
  height: 26.5px;
  display: inline-block;
  text-align: center;
  line-height: 26.5px;
  vertical-align: middle;
  margin: -5px 0 0;
  flex-shrink: 0;
}
.mdl_date .time_slots {
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 500;
  gap: 5px 0;
}
.mdl_date .time_slots li {
  display: flex;
  gap: 4px;
  align-items: center;
  margin: 0 1em 0 0;
}
.mdl_date .time_slots li span {
	margin: 0 0 0 10px;
}
.mdl_date_note {
  padding: 0;
  font-size: 12px;
}
.slot_no {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-align: center;
	background: #222;
  width: 17px;
  height: 17px;
  line-height: 1.5;
  border-radius: 50%;
	font-size: 12px;
}
.mdl_place_box {
  margin: 15px 0;
	display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 10px;
}
.mdl_place_box02 {
  margin: 0 0 15px;
}
.mdl_place {
	font-size: 13px;
	padding: 0;
	font-weight: 500;
	line-height: 1.3;
}
.mdl_place_box .map {
	color: #E73468;
	font-size: 14px;
	margin: 0 0 0 0.8em;
	vertical-align: middle;
}
.mdl_place_box .map_box_mgn {
	margin: 0;
}
.mdl_place_box .map_alph {
	color: #fff;
	font-size: 13px;
	background: #E73468;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	border-radius: 20px;
	vertical-align: middle;
}
.mdl_place_box .map_txt {
	color: #E73468;
	font-size: 12px;
	vertical-align: middle;
	line-height: 2;
	font-weight: bold;
}
.program_icon img {
  width: 29px;
}
.program_icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 0;
  background: #fff;
}
.map_txt_r_ten {
  font-size: 18px;
  margin: 0 -0.5em 0 0.2em;
}
.mdl_detail {
  display: flex;
  align-items: flex-start;
  gap: 0 1em;
  flex-wrap: wrap;
	margin: 10px 0 0;
}
.cost, .necessary {
  display: inline-flex;
  justify-content: center;
  min-width: 5em;
  padding: 0 0.5em;
  font-size: 12px;
  line-height: 1.75;
  font-weight: bold;
  border: 1px solid #E73468;
	letter-spacing: 0.2em;
}
.mdl_detail p {
  font-size: 12px;
  padding: 0;
}
.cost {
  background: #E73468;
  color: #fff;
}
.necessary {
  background: #fff;
  color: #E73468;
}
.mdl_desc_area {
  margin: 15px 0 0;
}
.mdl_desc_area p {
  font-size: 14px;
  line-height: 2;
}
.mdl_desc_area p + p {
  margin: 0.5em 0 0;
}
.mdl_desc_inner {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.experience_03_02_img {
  text-align: center;
}
.mdl_outline {
  background: #ECE2CC;
  border-radius: 24px;
  margin: 25px 0 0;
  padding: 30px 17px;
}
.mdl_outline>dl {
  display: flex;
  flex-wrap: wrap;
}
.mdl_outline>dl>dt {
  font-size: 12px;
  line-height: 1;
  height: 1.6em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  width: 7.6em;
  max-width: 100px;
  background: #222;
  border-radius: 17px;
  padding: .3em 1em;
  margin: 0 0 .5em;
}
.mdl_outline>dl>dd {
  font-size: 13px;
  width: 100%;
  line-height: 1.5;
  font-weight: 500;
  padding: 0 0 0 0.5em;
  margin-bottom: 0.75em;
}
.mdl_outline>dl>dd:last-child {
  margin-bottom: 0;
}
.mdl_outline>dl>dd.apply_hint {
  font-weight: normal;
}
.apply_hint .larger {
  display: block;
  font-size: 13px;
}
.mdl_back_btn {
  padding: 20px 0 0 0;
  cursor: pointer;
}
.mdl_back_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #222;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  width: 200px;
  height: 40px;
  border-radius: 40px;
  margin: 0 auto;
	transition: all .4s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .mdl_container {
    padding: 120px 0;
  }
  .mdlcon_wrap {
    padding: 45px;
  }
	.mdlcon_wrap_tb {
		display: flex;
		justify-content: space-between;
		gap: 0 15px;
	}
	.mdlcon_wrap_tb img {
		display: block;
		width: 162px;
	}
	.mdl_ttl {
    width: calc(100% - 200px);
    gap: 10px 0;
    align-items: flex-start;
  }
  .mdl_main_ttl {
    font-size: clamp(24px, 3.4vw, 44px);
  }
  .mdl_sub_ttl {
    font-size: clamp(16px, 2.2vw, 28px);
  }
  .mdl_col_wrap {
		flex-direction: row;
		justify-content: space-between;
		gap: 0 20px;
  }
  .mdl_col_wrap02 {
    flex-direction: column;
  }
  .mdl_img_box {
		display: none;
  }
  .mdl_date {
    margin: 10px 0 0;
		flex-direction: row;
  }
  .mdl_date .date {
    font-size: clamp(35px, 4vw, 51px);
		gap: 13px;
  }
	.mdl_date_02 .date {
		flex-direction: row;
		gap: 22px;
	}
	.mdl_date_02 .mdl_date .date {
		align-items: flex-start;
		flex-direction: row;
	}
  .mdl_date_col {
    flex-direction: column;
  }
  .mdl_date_row {
    flex-direction: row;
  }
  .mdl_date .day {
    font-size: clamp(14px, 1.6vw, 21px);
  }
  .mdl_date .sat,
  .mdl_date .sun {
    font-size: clamp(12px, 1.48vw, 19px);
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: -10px 0 0;
  }
  .mdl_date .time_slots {
    font-size: clamp(13px, 1.25vw, 16px);
		flex-direction: column;
  }
  .mdl_date_col .time_slots {
		flex-direction: row;
  }
  .mdl_date_note {
    font-size: clamp(13px, 1.4vw, 18px);
  }
	.slot_no {
    font-size: clamp(12px, 1.25vw, 16px);
	}
	.mdl_place {
    font-size: clamp(13px, 1.4vw, 18px);
	}
	.mdl_place_box .map {
		font-size: clamp(14px, 1.6vw, 21px);
	}
	.mdl_place_box .map_alph {
		font-size: clamp(13px, 1.3vw, 17px);
	}
	.mdl_place_box .map_txt {
		font-size: clamp(13px, 1.6vw, 21px);
	}
	.cost, .necessary {
    font-size: clamp(12px, 1.25vw, 16px);
  }
  .mdl_detail p {
    font-size: clamp(12px, 1.5vw, 19px);
  }
  .mdl_desc_area {
    margin: 70px 0 0;
  }
  .mdl_desc_area p {
    font-size: clamp(16px, 1.5vw, 20px);
  }
	.mdl_desc_area_br {
		display: none;
	}
  .mdl_desc_inner {
    flex-direction: row;
    gap: 0 59px;
  }
  .experience_03_02_img {
    min-width: 113px;
    text-align: left;
  }
	.experience_03_02_txt {
		width: calc(100% - 113px);
	}	
  .mdl_outline {
    margin: 45px 0 0;
  }
  .mdl_outline>dl>dt {
    font-size: clamp(14px, 1.4vw, 18px);
    max-width: 110px;
  }
  .mdl_outline>dl>dd {
    font-size: clamp(15px, 1.5vw, 18px);
    width: calc(100% - 110px);
  }
  .apply_hint .larger {
    font-size: clamp(17px, 1.5vw, 20px);
  }
  .mdl_back_btn {
    padding: 50px 0 0 0;
  }
  .mdl_back_btn a {
    font-size: 20px;
    width: 300px;
    height: 60px;
    border-radius: 60px;
  }
  .modal {
    padding: 0 80px;
  }
  .mdl_close {
    top: 28px;
    right: 33px;
    width: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .mdlcon_wrap {
    padding: 60px 55px;
  }
	.mdlcon_wrap_tb {
		display: block;
	}
	.mdlcon_wrap_tb img {
		display: none;
	}
  .mdl_img_box02 {
    width: 300px;
    position: absolute;
    top: 60px;
    right: 60px;
  }
  .mdl_date_col {
    flex-direction: column;
		gap: 15px 0;
  }
	.mdl_date {
		flex-direction: column;
  }
  .mdl_date .sat,
  .mdl_date .sun {
    width: 37px;
    height: 37px;
    line-height: 37px;
  }
	.mdl_col_wrap {
		flex-direction: row-reverse;
	}
	.slot_no {
		width: 20px;
		height: 20px;
	}
  .mdl_img_box {
		display: block;
    width: 350px;
		max-width: unset;
		margin: 0;
  }
  .mdl_col_wrap02 {
    flex-direction: row;
    justify-content: center;
  }
	.mdl_place_box .map_alph {
		width: 26.5px;
		height: 26.5px;
		line-height: 26.5px;
		border-radius: 26.5px;
	}
}
@media only screen and (min-width: 1280px) {
  .mdl_ttl {
    width: 100%;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 0 0.5em;
    color: #978256;
  }
  .mdl_main_ttl {
    font-size: 44px;
  }
  .mdl_sub_ttl {
    font-size: clamp(16px, 3.4em, 28px);
    font-size: 28px;
  }
  .mdl_img_box02 {
    position: relative;
    top: 0;
    right: 0;
    width: 55%;
    max-width: 555px;
  }
  .mdl_img_box_thumb01 p {
    margin: 19px 0 0;
    font-size: 18px;
    font-weight: bold;
  }
  .mdl_date .date {
    font-size: 51px;  
  }
  .mdl_date .day {
    font-size: 21px;
  }
	.mdl_date .sat,
  .mdl_date .sun {
    font-size: 19px;
	}
  .mdl_date .time_slots {
		font-size: 16px;
  }
  .mdl_place_box {
    margin: 30px 0 0;
	}
  .mdl_place_box02 {
    margin: 0;
  }
  .mdl_date_note {
    font-size: 18px;
  }
	.slot_no {
		width: 24px;
		height: 24px;
		font-size: 16px;
	}
	.mdl_place {
		font-size: 18px;
	}
	.mdl_place_box .map {
		font-size: 21px;
	}
	.mdl_place_box .map_alph {
		font-size: 17px;
	}
	.mdl_place_box .map_txt {
		font-size: 21px;
	}
  .cost, .necessary {
    font-size: 16px;
  }
  .necessary {
    font-size: 16px;
  }
  .mdl_detail p {
    font-size: 19px;
  }
  .mdl_desc_area p {
    font-size: 20px;
    line-height: 2;
  }
  .mdl_outline {
    padding: 40px 45px 73px;
    margin: 50px 0 0;
  }
  .mdl_outline>dl>dt {
    font-size: 18px;
    max-width: 137px;
  }
  .mdl_outline>dl>dd {
    font-size: 18px;
    width: calc(100% - 137px);
  }
  .apply_hint .larger {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1436px) {
  .modal {
    width: 1236px;
    margin: 0 auto;
    padding: 0;
  }
  .mdl_img_box {
    width: unset;
  }
  .mdl_img_box img {
    max-width: 428px;
}
}

/* 個別設定
-------------------------*/
/* 人力車 */
.rickshaw_tel {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin: 2em 0 0;
}
.rickshaw_tel .tel_no {
  font-size: 1.5em;
}
.rickshaw_tel .tel_no i {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin: 0 0.2em 0 0;
  background: url(../images/phone.svg)center/cover no-repeat;
}
@media only screen and (min-width: 768px) {
  .rickshaw_tel {
    font-size: clamp(16px, 1.5vw, 20px);
  }
}
@media only screen and (min-width: 1280px) {
  .rickshaw_tel {
    font-size: 20px;
  }
}

/* 出演・演目 */
.mdl_desc_area_02 {
	margin: 20px 0 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.mdl_desc {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
}
.mdl_desc_02 {
	align-items: flex-start;
}
.mdl_desc_ttl {
	font-size: 14px;
	font-weight: bold;
	background: #201C1A;
	border-radius: 30px;
	color: #fff;
	padding: 4px 10px 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 76px;
}
.mdl_desc_area_02 p {
	line-height: 1.5;
	padding: 0;
}
.mdl_desc_txt {
	font-size: 14px;
	font-weight: 500;
}
.mdl_desc_txt_br {
	display: none;
}

/* 日本遺産構成文化財 */
.culture {
	color: #C40015;
	font-weight: bold;
	font-size: 12px;
	padding: 3px 0;
	margin: 10px 0 0;
	border-top: 1px solid #C40015;
	border-bottom: 1px solid #C40015;
	width: 130px;
	line-height: 1.5;
	text-align: center;
}

/* 調整 */
.mdl_place_02 {
	line-height: 1.3;
}
.mdl_place_02 br {
	display: none;
}
.map_box_02 .map_alph_box {
	margin: 0;
}
.up_lift {
	margin: 0 5px 0 0;
}
.mdl_img_txt {
	font-size: 14px;
	text-align: right;
}
.map_alph_box_02 .map_alph {
	margin: 0 -8px 0 0;
}
.br_01 {
	display: none;
}
@media only screen and (min-width: 768px) {
	.mdl_desc_area_02 {
		margin: 40px 0 0;
	}
	.mdl_desc {
		flex-direction: row;
		/* align-items: center; */
		gap: 12px;
	}
	.mdl_desc_02 {
		align-items: flex-start;
	}
	.mdl_desc_ttl {
		font-size: clamp(14px, 1.4vw, 18px);
		padding: 4px 5px 4px;
		min-width: 100px;
	}
	.w_172 {
		min-width: 130px;
	}
	.mdl_desc_txt {
		font-size: clamp(14px, 1.56vw, 20px);
	}
	.mdl_desc_txt_br {
		display: block;
	}
	.culture {
		font-size: 14px;
		padding: 4px 0;
		width: 163px;
	}
	.mdl_place_02 {
		margin: 0 0 10px;
	}
	.mdl_place_02 br {
		display: block;
	}
	.map_alph_box_02 {
		margin: 0;
	}
	.br_01 {
		display: block;
	}
}
@media only screen and (min-width: 1280px) {
	.mdl_desc_ttl {
		font-size: 18px;
		min-width: 138px;
	}
	.w_172 {
		min-width: 172px;
	}
	.mdl_desc_txt {
		font-size: 20px;
	}
	.mdl_img_txt {
		font-size: 18px;
	}
	.map_box_02 {
		margin: 0 0 0 22px;
	}
}

/* 車人形と踊ってあそぶラボ！ */
.member_list_ttl {
	font-weight: bold;
	margin: 0 0 5px;
	color: #09BFCC;
}
.member_item {
  cursor: pointer;
  position: relative;
	border-bottom: 1px solid #C5C5C5;
  padding: 10px 45px 10px 13px;
}
.member_name {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  line-height: 1.5;
}
.member_txt_wrap {
  display: none;
  padding: 10px;
  line-height: 1.5;
	border-bottom: 1px solid #C5C5C5;
	display: flex;
	flex-direction: column;
	gap: 10px 0;
}
.mdl_desc_area .member_txt {
	font-size: 13px;
}
.mdl_desc_area .member_txt a {
	text-decoration: underline!important;
	transition: all .5s ease-out;
}
.member_img {
	width: 115px;
	margin: auto;
}
/* .question-labelを親要素としてアイコン位置を絶対値で指定 */
.open_icon-wrap {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translatey(-50%);
  width: 25px;
  height: 25px;
}
/* .icon-wrapの中でプラスを中央に位置させるために.iconを親要素に設定 */
.open_icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
/* プラスアイコン */
/* 2本の線を.icon-wrapの中央に並行に重ねる */
.open_icon:before,
.open_icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #09BFCC;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  transform: translate(-50%, -50%);
}
/* そのうち1本を縦にする */
.open_icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
/* プラスアイコンクリック後、マイナスにする */
.open_icon.open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.cast_list_wrap,
.mdl_desc_area .cast_list_ttl {
	font-size: 13px;
	line-height: 1.5;
}
.cast_list_item {
	margin: 10px 0 0;
}
.cast_list {
	display: flex;
	margin: 0 0 4px;
}
.cast_list dt {
	width: 50px;
}
.cast_list dd {
	width: calc(100% - 50px);
}
@media only screen and (min-width: 768px) {
  .member_item {
    padding: 15px 70px 15px 17px;
  }
  .member_name {
    font-size: clamp(14px, 1.56vw, 20px);
  }
  .open_icon-wrap {
    width: 30px;
    height: 30px;
  }
  .member_txt_wrap {
    padding: 15px 20px;
		flex-direction: row;
		align-items: flex-start;
		gap: 0 15px;
  }
	.mdl_desc_area .member_txt {
    font-size: clamp(13px, 1.4vw, 18px);
	}
	.member_txt span {
		margin: 0 0 0 3em;
	}
	.member_img {
		margin: 8px 0 0;
	}
	.cast_list_wrap,
	.mdl_desc_area .cast_list_ttl {
    font-size: clamp(13px, 1.4vw, 18px);
	}
	.cast_list {
		gap: 0 0.5em;
	}
}
@media only screen and (min-width: 1024px) {
	.cast_list dt {
		width: 55px;
	}
	.cast_list dd {
		width: calc(100% - 55px);
	}
}
@media only screen and (min-width: 1200px) {
  .member_item {
    padding: 22px 90px 22px 20px;
  }
  .open_icon-wrap {
		width: 40px;
		height: 40px;
  }
  .member_txt_wrap {
    padding: 18px 50px 30px 50px;
		gap: 0 30px;
  }
	.member_img {
		width: 150px;
		margin: 9px 0 0;
	}
	.cast_list dt {
		width: 60px;
	}
	.cast_list dd {
		width: calc(100% - 60px);
	}
}
@media only screen and (min-width: 1280px) {
  .member_name {
    font-size: 20px;
  }
	.mdl_desc_area .member_txt {
    font-size: 18px;
	}
	.member_img {
		width: 180px;
		margin: 11px 0 0;
	}
	.cast_list_wrap,
	.mdl_desc_area .cast_list_ttl {
    font-size: 18px;
	}
}