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

#wrapper{
	min-width: 1280px;
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
	background-color: #ffffff;
}

body{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	color: #3e3a39;
}

.all{
	background-image: url("img/背景.jpg");
	background-size: 1280px 4000px;
	margin: 0px;
}

.top img{
	text-align: center;
	vertical-align: top;
	padding-top: 30px;
	margin-top: 0;
}

.what{
	text-align: center;
}

.about h1{
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 50px;
}

.about img{
	display: block;
	margin: 0 auto;
}

.what_img{
	margin-bottom: 15px;
	margin-top: 10px;
}

.what_text p{
	font-size: 20px;
	margin: 0px;
}

.matsuri_t {
	color: #c55134;
}

.utage_t {
	color: #6cb5d8;
}

.chika_t {
	color: #e8b2cc;
}

.KishiMen{
	text-align: center;
	margin-top: 115px;
}

.men h1{
	font-size: 20px;
	margin-bottom: 5px;
}

.men img{
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
}

.men h2{
	font-size: 35px;
	margin-top: 5px;
}

.member{
	display: flex;
	justify-content: center;
	align-items: center;
}

.member div{
　　margin: 0 10px;
}

.matsuri, .chika, .utage{
	display: flex;
	align-items: center;
} 

.matsuri img, .chika img, .utage img {
	max-width: 100%;
	height: auto;
}

.susume{
	text-align: center;
}

.omatsuri h1{
	font-size: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.omatsuri h2{
	font-size: 35px;
	padding-top: 0;
	margin-top: 10px;
}

.open {
	cursor:pointer; 
}

.open img:hover{
	filter: drop-shadow(4px 8px 8px #adadad);
	transform: translate(0, -5px);
}

.open img{
	transition: all 0.5s;
}


/*高街まつり*/
#matsuripopup {
	display: none;
}

.overlay {
	display: none;
}

#matsuripopup:checked + .overlay {
	display: block;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

.window_m {
	width: 90vw;
	max-width: 740px;
	height: 600px;
	background-color: #f6dfd2;
	border: 10px solid #cf5234;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.image_m{
	position: absolute;
	top: 5px;
	left: 35px;
}

.m_text{
	text-align: left;
	color: #cf5234;
}

.name_m{
	border: solid 1.6px #cf5234;
	border-radius: 4px;
	padding: 4px;
	font-size: 20px;
}

.takamachi_matsuri{
	font-size: 27px;
	font-weight: 500;
	margin: 0;
}

.MT{
	font-size: 22px;
	margin: 0;
}

.name_matsuri{
	padding-top: 0;
	position: absolute;
	top: 45px;
	right: 100px;
}

.profile_matsuri{
	position: absolute;
	top: 185px;
	right: 115px;
	font-size: 17px;
}

.Profile_m{
	border: solid 1.6px #cf5234;
	border-radius: 4px;
	padding: 4px;
	font-size: 20px;
}

.nui_m{
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 0;
}

.yazirushi_1{
	position: absolute;
	right: 110px;
}

.matsurinui{
	position: absolute;
	bottom: -50px;
	right: -50px;
	width: 237px;
	height: 237px;
	background-color: #f6dfd2;
	border: 10px solid #cf5234;
	border-radius: 50%;
	
}

.close_m {
	width: 55px;
	height: 55px;
	background-color: #cf5234;
	border: 4px solid #FFFFFF;
	border-radius: 50%;
	cursor:pointer;
	position: absolute;
	top: -30px;
	right: -30px;
	font-size: 32px;
	color: #FFFFFF;
}

/*高街チカ*/
#chikapopup {
	display: none;
}

.overlay {
	display: none;
}

#chikapopup:checked + .overlay {
	display: block;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

.window_c {
	width: 90vw;
	max-width: 740px;
	height: 600px;
	background-color: #fef8fa;
	border: 10px solid #efb5d1;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.image_c{
	position: absolute;
	top: 15px;
	left: 80px;
}

.c_text{
	text-align: left;
	color: #efb5d1;
}

.name_chika{
	padding-top: 0;
	position: absolute;
	top: 45px;
	right: 130px;
}

.name_c{
	border: solid 1.6px #efb5d1;
	border-radius: 4px;
	padding: 4px;
	font-size: 20px;
}

.takamachi_chika{
	font-size: 27px;
	font-weight: 500;
	margin: 0;
}

.CT{
	font-size: 22px;
	margin-top: 11px;
}

.profile_chika{
	position: absolute;
	top: 185px;
	right: 85px;
	font-size: 17px;
}

.Profile_c{
	border: solid 1.6px #efb5d1;
	border-radius: 4px;
	padding: 4px;
	font-size: 20px;
}

.yazirushi_2{
	position: absolute;
	right: 130px;
}

.nui_c{
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 0;
}

.chikanui{
	position: absolute;
	bottom: -50px;
	right: -50px;
	width: 237px;
	height: 237px;
	background-color: #fef8fa;
	border: 10px solid #efb5d1;
	border-radius: 50%;
	
}

.close_c {
	width: 55px;
	height: 55px;
	background-color: #efb5d1;
	border: 4px solid #FFFFFF;
	border-radius: 50%;
	cursor:pointer;
	position: absolute;
	top: -30px;
	right: -30px;
	font-size: 32px;
	color: #FFFFFF;
}



/*酣うたげ*/
#utagepop {
	display: none;
}

.overlay {
	display: none;
}

#utagepop:checked + .overlay {
	display: block;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}


.window_u {
	width: 100%;
	max-width: 740px;
	height: 600px;
	background-color: #e8f3fb;
	border: 10px solid #6dbde4;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.image_u{
	position: absolute;
	right: 70px;
	top: 5px;
}

.u_text{
	text-align: left;
	position: absolute;
	top: 45px;
	left: 110px;
	color: #6dbde4;
}

.name_u{
	border: solid 1.6px #6dbde4;
	border-radius: 4px;
	padding: 4px;
	font-size: 20px;
}

.takenawa_utage{
	font-size: 27px;
	font-weight: 500;
	margin: 0;
}

.UT{
	font-size: 22px;
	margin: 0px;
}

.profile_utage{
	font-size: 17px;
}

.Profile_u{
	border: solid 1.6px #6dbde4;
	border-radius: 4px;
	padding: 4px;
	font-size: 20px;
}

.nui_u{
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 0;
	position: absolute;
	left: 120px;
}

.yazirushi_3{
	position: absolute;
	left: 115px;
	bottom: -80px;
}

.utagenui{
	position: absolute;
	bottom: -50px;
	left: -50px;
	width: 237px;
	height: 237px;
	background-color: #e8f3fb;
	border: 10px solid #6dbde4;
	border-radius: 50%;
}



.close_u {
	width: 55px;
	height: 55px;
	background-color: #6dbde4;
	border: 4px solid #FFFFFF;
	border-radius: 50%;
	cursor:pointer;
	position: absolute;
	top: -30px;
	right: -30px;
	font-size: 32px;
	color: #FFFFFF;
}


.omatsuri_item {
	margin-top: 50px;
}

.omatsuri_item p{
	font-weight: bold;
	color: #E51892;
}

.omatsuri_item img:hover{
	filter: drop-shadow(4px 5px 5px #adadad);
	transform: translate(0, -5px);
	transition: all 0.5s;
}





/* 推祭のすゝめ*/

.susume{
	margin-top: 115px;
}

.omatsuri h1{
	margin-bottom: 5px;
}

.omatsuri img{
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
}

.omatsuri h2{
	margin-top: 5px;
}

   /* ポップアップ */

.susume_img {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.omatsuri_s {
	width: calc(25% - 22px);
	margin: 10px;
	padding: 10px;
}

.ptitle a{
	font-size: 15px;
	color: #000000;
}

.ptitle a:hover{
	color: #4A9BEF;
}

#popup1, #popup2, #popup3, #popup4, #popup5, #popup6, #popup7, #popup8, #popup9, #popup10 {
  display: none; /* label でコントロールするので input は非表示に */
}

.popup-open {
  cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}

.popup-overlay {
  display: none; /* input にチェックが入るまでは非表示に */
}

#popup1:checked + .popup-overlay , #popup2:checked + .popup-overlay , #popup3:checked + .popup-overlay , #popup4:checked + .popup-overlay , #popup5:checked + .popup-overlay , #popup6:checked + .popup-overlay , #popup7:checked + .popup-overlay, #popup8:checked + .popup-overlay , #popup9:checked + .popup-overlay , #popup10:checked + .popup-overlay {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}


.popup-window {
  max-width: 100%;
  height: auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 6px;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-window img{
	max-width: 100%;
	height: auto;
	text-align: center;
}

.popup-close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 30px
}

/* フッター */

.info_social {
	text-align: center;
}

.infomation a{
	font-size: 18px;
	text-align: center;
}

.infomation p{
	font-size: 16px;
	text-align: center;
}

.kishis{
	font-size: 19px;
}

.kishis a{
	text-decoration: none;
}

.kishis a:hover{
	color: #4A9BEF;
}

.infomation a{
	color: #000000;
}

.infomation{
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
	padding-top: 130px;
}

.infomation ul{
	list-style: none;
}
  
.social ul{
	display: flex;
	justify-content: center;
	padding: 20px;
	list-style: none;
}

.social img{
	padding-right: 20px;
}

.copyrlight{
	text-align: center;
}



