@charset"utf-8";
@import "common.css";

/* header
-------------------------------------------------- */
/*header.top-head{
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
header.top-head.fixed{
	-webkit-box-shadow: 0 0 0.4rem 0.2rem rgb(0 0 0 / 15%);
	box-shadow: 0 0 0.4rem 0.2rem rgb(0 0 0 / 15%);	
}*/
footer{
  margin: 10rem auto 0;
}
/* img-area
-------------------------------------------------- */
div.img-area img{
	width: 100%;
	height: auto;
}

/* titleSec
-------------------------------------------------- */
section.titleSec{
	margin-top: 18rem;
}
@media print, screen and (max-width: 767px) {
	section.titleSec{
		margin-top: 12rem;
	}
}

/* ticketSec
-------------------------------------------------- */
section.ticketSec{
	margin: 5rem auto 0;
}
@media print, screen and (max-width: 767px) {
	section.ticketSec{
		margin: 3rem auto 0;
	}
}

/* txt-block
-------------------------------------------------- */
div.txt-block{
	margin-bottom: 7rem;
}
@media print, screen and (max-width: 767px) {
	div.txt-block{
		margin-bottom: 5rem;
	}
}

/* "h"tag
-------------------------------------------------- */
h2.h2-ttl{
	font-size: 3.2rem;
	line-height: 1.3;
	text-align: center;
	margin: 0 0 5rem;
	color: #63c47a;
}
h2.h2-ttl::before{
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
}
h2.h2-ttl.news::before{
  content: "NEWS";
}
h2.h2-ttl.lecture::before{
  content: "LECTURE";
}
h2.h2-ttl.music::before{
  content: "MUSIC";
}
h2.h2-ttl.inquiry::before{
  content: "INQUIRY";
}
h2.h2-ttl.privacy::before{
  content: "PRIVACY POLICY";
}
h2.h2-ttl.supporter::before{
  content: "SUPPORTER";
}
h2.h2-ttl.food::before{
  content: "FOOD & GOODS";
}
h2.h2-ttl.workshop::before{
	content: "WORKSHOP";
  }
h3.h3-ttl{
	font-size: 2.6rem;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 5rem;
}
h4.h4-ttl{
	font-size: 2.2rem;
	margin-bottom: 3rem;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}
@media print, screen and (max-width: 767px) {
	h2.h2-ttl{
		font-size: 2.6rem;
		margin: 0 0 3rem;
	}
	h3.h3-ttl{
		font-size: 2.2rem;
		margin-bottom: 3rem;
	}	
	h4.h4-ttl{
		font-size: 1.8rem;
	}
}

/* breadcrumbSec
-------------------------------------------------- */
section.breadcrumbSec div.content div.breadcrumb ul li{
	display: inline-block;
}
section.breadcrumbSec div.content div.breadcrumb ul li::after{
	content: '>';
	padding: 0 1.5rem;
}
section.breadcrumbSec div.content div.breadcrumb ul li:last-child::after{
	display: none;
}
section.breadcrumbSec div.content div.breadcrumb ul li a{
	color: #001929;
	text-decoration: underline;
}
section.breadcrumbSec div.content div.breadcrumb ul li a:hover{
	opacity: 0.4;
	transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
	section.breadcrumbSec div.content div.breadcrumb ul li{
		font-size: 1.3rem;
		line-height: 2;
	}
	section.breadcrumbSec div.content div.breadcrumb ul li::after{
		padding: 0 1.0rem;
	}
}

/* newsSec
-------------------------------------------------- */
section.newsSec{
  margin: 5rem auto 0;
}
section.newsSec div.content dl{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #B5B5B5;
  padding: 1.5rem 0;
}
section.newsSec div.content dl:first-child{
  padding: 0 0 1.5rem;
}
section.newsSec div.content dl dt{
  width: 20rem;
}
section.newsSec div.content dl dd{
  width: 100%;
} 
section.newsSec div.content dl dd a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
  section.newsSec div.content dl{
    display: block;
    border-bottom: 1px solid #B5B5B5;
    padding: 1.5rem 0;
  }
  section.newsSec div.content dl.fst{
    padding: 0 0 1.5rem;
  }
  section.newsSec div.content dl dt{
    width: 100%;
    font-weight: bold;
    padding-bottom: 0.5rem;
  }
  section.newsSec div.content dl dd{
    width: 100%;
  }
}

/* pagenationSec
-------------------------------------------------- */
section.pagenationSec{
	margin: 5rem auto 0;
	text-align: center;
}
.wp-pagenavi a, 
.wp-pagenavi span {
	background: #B5B5B5;
	width: 3.5rem;
	line-height: 2.1;
	text-align: center;
	display: inline-block;
	margin-right: 1.0rem;
	border-radius: 50%;
	color: #fff;
}
div.wp-pagenavi span.current{
	background: #63c47a!important;
	cursor: pointer;
}
div.wp-pagenavi span.current:hover{
	opacity: 0.4!important; 
	transition: 0.6s!important; 
}
div.wp-pagenavi a.nextpostslink{
	margin-right: 0!important; 
}
div.wp-pagenavi a:hover{
	opacity: 0.4!important; 
	transition: 0.6s!important; 
}

/* columnSec
-------------------------------------------------- */
section.columnSec{
	margin: 5rem 0 0;
}
section.columnSec div.content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
section.columnSec h3.h3-newstitle{
	font-size: 2.4rem;
	line-height: 1.4;
	border-bottom: 1px solid #C8C8C8;
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 3rem;
}
section.columnSec h4.h4-newsnavi{
	padding-left: 1.5rem;
	font-size: 2rem;
	font-weight: normal;
	line-height: 2.2;
	background-color: #fa983a;
	color: #fff;
	border-radius: 0.5rem;
}
section.columnSec div.content div.column_left{
	width: 66%;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-date{
	text-align: right;
	margin-bottom: 3rem;
}
section.columnSec div.content div.column_left section.newsDetailSec{
	overflow:hidden;
}
section.columnSec div.content div.column_left section.newsDetailSec div.img-area{
	width: 100%;
	margin: 0 auto 2rem;
}
section.columnSec div.content div.column_left section.newsDetailSec div.img-area img{
	width:100%;
	height:auto;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-text,
section.columnSec div.content div.column_left section.newsDetailSec div.news-text p{
	line-height: 1.8;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-text a{
	color: #A2185D;
	text-decoration: underline;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-text img{
	margin: 2rem 0;
	display: block;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-navi{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 2rem 0 3rem;
	color: #6BB9BF;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-navi a{
	color: #6BB9BF;
	text-decoration: underline;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-navi a:hover{
	opacity: 0.4;
	transition: 0.6s;
}
section.columnSec div.content div.column_right{
	width: 30%;
}
section.columnSec div.content div.column_right div.widget{
	margin-bottom: 3rem;
}
section.columnSec div.content div.column_right div.widget ul{
	border-bottom: 1px dotted #C8C8C8;  
}
section.columnSec div.content div.column_right div.widget ul li{
	border-top: 1px dotted #C8C8C8;
	padding: 1.5rem 0;
	line-height: 1.4;
}
section.columnSec div.content div.column_right div.widget ul li:hover{
	opacity: 0.4;
	transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
	section.columnSec h3.h3-newstitle{
    	font-size: 2.0rem;
	}
	section.columnSec h4.h4-newsnavi{
		font-size: 1.8rem;
		line-height: 2.4;
	}
	section.columnSec div.content{
		display: block;
	}
  /* column_left */
	section.columnSec div.content div.column_left{
		display: block;
		width: 100%;
		margin-bottom: 5rem;
	}
	/* column_right */
	section.columnSec div.inner div.column_right{
		display: block;
		width: 100%;
	}
	section.columnSec div.content div.column_right div.widget ul li{
		padding: 1.2rem 0;
	}
}

/* foodArchiveSec
-------------------------------------------------- */
/* htag */
h3.h3-foodgoods{
	font-size: 2.4rem;
	line-height: 1.4;
	margin-bottom: 3rem;
	position: relative;
	text-indent: 2.8rem;
}
h3.h3-foodgoods::before{
	position: absolute;
  top: 51%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
}
h3.h3-foodgoods.food::before{
	border: solid 5px #05a5bd;
}
h3.h3-foodgoods.goods::before{
	border: solid 5px #f15929;
}
/* section */
section.archiveSec {
  margin: 5rem 0 0;
}
section.archiveSec div.goods-area{
	margin-top: 5rem;
}
section.archiveSec div.content div.archivewrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.archiveSec div.content div.archivewrap div.box{
  width: 23.5%;
  margin-bottom: 2rem;
}
section.archiveSec div.content div.archivewrap div.box.blank{
	margin-bottom: inherit;
}
section.archiveSec div.content div.archivewrap div.box div.img img{
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
section.archiveSec div.content div.archivewrap div.box div.img img:hover{
  opacity: 0.5;
  transition: 0.5s;
}
section.archiveSec div.content div.archivewrap div.box dl{
	margin-top: 2rem;
}
section.archiveSec div.content div.archivewrap div.box dl dt{
	text-align: center;
}
section.archiveSec div.content div.archivewrap div.box dl a{
	color: #f15929;
	text-decoration: underline;
}
section.archiveSec div.content div.archivewrap div.box dl a:hover{
	opacity: 0.4;
	transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
	section.archiveSec div.content div.archivewrap div.box{
	  width: 48.5%;
	}
	section.archiveSec div.content div.archivewrap div.box dl{
		margin-top: 1.5rem;
	}
	section.archiveSec div.content div.archivewrap div.box dl dt{
		text-align: center;
		line-height: 1.4;
	}
}

/* singleSec
-------------------------------------------------- */
/* breadcrumbSec */
section.breadcrumbSec.single div.inner{
	max-width: 900px;	
}
/* singleSec */
section.singleSec{
	margin: 5rem 0 0;
}
section.singleSec h3.h3-single-ttl{
	font-size: 2.4rem;
  line-height: 1.4;
  border-bottom: 1px solid #C8C8C8;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 3.5rem;
}
section.singleSec div.inner{
  max-width: 900px;
  margin: 0 auto;
}
section.singleSec div.content div.con-text,
section.singleSec div.content div.con-text p{
	line-height: 1.8;
}
section.singleSec div.content div.con-text a{
	color: #f15929;
	text-decoration: underline;
}
section.singleSec div.content div.con-text a:hover{
	opacity: 0.4;
	transition: 0.6s;
}
section.singleSec div.content div.con-text div.img-area{
	margin: 0 auto 3rem;
	width: 80%;
	display: block;
}
section.singleSec div.content div.con-text div.img-area img{
	border-radius: 1rem;
}
section.singleSec div.content div.button-area{
	margin: 5rem auto 0;
}




/* privacySec
-------------------------------------------------- */
section.privacySec h3.h3-privacy{
	color: #001929;
	font-size: 2.0rem;
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #001929;
}
section.privacySec{
	margin: 5rem 0 0;
}
section.privacySec div.content div.block{
	margin-bottom: 5rem;
}
@media print, screen and (max-width: 767px) {
	section.privacySec h3.h3-privacy{
		font-size: 1.8rem;
		margin-bottom: 1.5rem;
	}
	section.privacySec div.content div.block{
		margin-bottom: 3rem;
	}
}

/*lectureSec
-------------------------------------------------- */
section.lectureSec{
  margin: 5rem 0 0;
}
section.lectureSec div.content div.lecturewrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.lectureSec div.content div.lecturewrap dl{
  width: 32%;
  margin-bottom: 3rem;
}
section.lectureSec div.content div.lecturewrap dl.blank{
  margin-bottom: 0;
}
section.lectureSec div.content div.lecturewrap dl dt.img img{
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
section.lectureSec div.content div.lecturewrap dl dd.name{
	font-size: 1.8rem;
  text-align: center;
  margin: 1rem 0 0;
  font-weight: bold;
}
section.lectureSec div.content div.lecturewrap dl dd.title{
	font-size: 1.5rem;
  margin: 1rem 0 0;
  font-weight: bold;
}
section.lectureSec div.content div.lecturewrap dl dd.profile{
	font-size: 1.5rem;
  margin: 1rem 0 0;
}
section.lectureSec div.content div.lecturewrap dl dd.url{
	word-break: break-all;
	margin-top: 1rem;
}
section.lectureSec div.content div.lecturewrap dl dd.url a{
	color: #fa983a;
	text-decoration: underline;
}
section.lectureSec div.content div.lecturewrap dl dd.url a:hover{
	opacity: 0.4;
	transition: 0.6s;
}
section.lectureSec div.button-area{
	margin: 0 auto;
}
@media print, screen and (max-width: 960px) {
	section.lectureSec div.content div.lecturewrap dl{
    width: 48.5%;
  }
}
@media print, screen and (max-width: 560px) {
  section.lectureSec div.content div.lecturewrap dl{
    width: 100%;
  }
}

/*musicSec
-------------------------------------------------- */
section.musicSec{
  margin: 5rem 0 0;
}
section.musicSec div.content div.musicwrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.musicSec div.content div.musicwrap{
  margin-bottom: 2rem;
}
section.musicSec div.content div.musicwrap dl{
  width: 32%;
  margin-bottom: 3rem;
}
section.musicSec div.content div.musicwrap dl.blank{
  margin-bottom: 0;
}
section.musicSec div.content div.musicwrap dl dt.img img{
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
section.musicSec div.content div.musicwrap dl dd.name{
	font-size: 1.8rem;
  text-align: center;
  margin: 1rem 0 0;
  font-weight: bold;
}
section.musicSec div.content div.musicwrap dl dd.title{
	font-size: 1.5rem;
  margin: 1rem 0 0;
  font-weight: bold;
}
section.musicSec div.content div.musicwrap dl dd.profile{
	font-size: 1.5rem;
  margin: 1rem 0 0;
}
section.musicSec div.content div.musicwrap dl dd.url{
	word-break: break-all;
	margin-top: 1rem;
}
section.musicSec div.content div.musicwrap dl dd.url a{
	color: #f15929;
	text-decoration: underline;
}
section.musicSec div.content div.musicwrap dl dd.url a:hover{
	opacity: 0.4;
	transition: 0.6s;
}
@media print, screen and (max-width: 960px) {
  section.musicSec div.content div.musicwrap dl{
    width: 48.5%;
  }
}
@media print, screen and (max-width: 560px) {
  section.musicSec div.content div.musicwrap dl{
    width: 100%;
  }
}

/*supporterSec
-------------------------------------------------- */
section.supporterSec h3.h3-supporter {
    font-size: 2.4rem;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 3rem;
}
section.supporterSec h4.h4-supporter {
    color: #001929;
    font-size: 2.0rem;
    line-height: 1.3;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #001929;
}
section.supporterSec{
  margin: 5rem 0 0;
}
section.supporterSec div.content div.supporterlist ul li{
	list-style-type: disc;
	margin-left: 2.3rem;
}
section.supporterSec div.content div.mylogo{
	width: 12rem;
	margin: 3rem auto 5rem;
}
section.supporterSec div.content div.mylogo img{
	width: 100%;
	height: auto;
}
section.supporterSec div.content div.supporter-area div.supporterwrap{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3rem;
}
section.supporterSec div.content div.supporter-area div.supporterwrap div.box{
	width: 23.5%;
	margin-bottom: 2rem;
}
section.supporterSec div.content div.supporter-area div.supporterwrap div.box.blank{
	margin-bottom: inherit;
}
section.supporterSec div.content div.supporter-area div.supporterwrap div.box img{
	border: 1px solid #CCC;
}
section.supporterSec div.content div.supporter-area div.supporterwrap div.box p.p-name{
	margin-top: 2rem;
	line-height: 1.3;
	text-align: center;
}
section.supporterSec div.content div.supporter-area div.supporterwrap div.box p.url{
	margin-top: 0.5rem;
	text-align: center;
}
section.supporterSec div.content div.supporter-area div.supporterwrap div.box p.url a{
	color: #05a5bd;
	text-decoration: underline;
	font-size: 1.4rem;
	line-height: 1.3;
}
section.supporterSec div.content div.supporter-area div.supporterwrap div.box p.url a:hover{
	opacity: 0.4;
	transition: 0.6s;
}
section.supporterSec div.content div.volunteer-area{
	margin-top: 3rem;
}
section.supporterSec div.content div.volunteer-area ul{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.supporterSec div.content div.volunteer-area ul li{
	width: 17%;
	margin-bottom: 1rem;
	list-style-type: disc;
	margin-left: 2.1rem;
}
section.supporterSec div.content div.volunteer-area ul li.blank{
	list-style-type: none;
	margin-bottom: inherit;
}
section.supporterSec div.content dl{
	margin-top: 3rem;
}
section.supporterSec div.content dl dt{
	font-weight: bold;
}
section.supporterSec div.content dl dd{
	margin-bottom: 1rem;
}
section.supporterSec div.content dl dd a{
	color: #05a5bd;
	text-decoration: underline;
	font-size: 1.4rem;
	line-height: 1.3;
}
section.supporterSec div.content dl dd:last-child{
	margin-bottom: 0;
}
@media print, screen and (max-width: 767px) {
	section.supporterSec h3.h3-supporter {
    font-size: 2.2rem;
    line-height: 1.4;
	}
	section.supporterSec h4.h4-supporter {
    font-size: 1.8rem;
	}
  section.supporterSec p.p-txt.center{
  	text-align: left;
  }
  section.supporterSec div.content div.mylogo{
		margin: 3rem auto;
	}
  section.supporterSec div.content div.supporter-area div.supporterwrap div.box{
		width: 32%;
	}
	section.supporterSec div.content div.supporter-area div.supporterwrap div.box p.p-name{
		margin-top: 1.5rem;
	}
	section.supporterSec div.content div.supporter-area div.supporterwrap div.box p.url{
		margin-top: 0.5rem;
		text-align: center;
	}
	section.supporterSec div.content div.supporter-area div.supporterwrap div.box p.url a{
		font-size: 1.3rem;
		line-height: 1.3;
	}
	section.supporterSec div.content div.volunteer-area ul li{
		width: 29%;
		margin-bottom: 1rem;
	}
}
@media print, screen and (max-width: 560px) {
  section.supporterSec div.content div.supporter-area div.supporterwrap div.box{
		width: 48.5%;
	}
	section.supporterSec div.content div.volunteer-area ul li{
		width: 42%;
	}
}

/* ==================================================
以下、装飾の指定
================================================== */
/*iPhoneでinput要素にCSSが効かない時 */
input[type="button"],input[type="text"],input[type="email"],input[type="number"],input[type="tel"],input[type="date"],input[type="submit"],textarea{
   -webkit-appearance: none!important;
   border-radius: 0!important;
}