@charset "UTF-8";

.main_content {
	/*background: none;*/
}

/* -----------------------------------------------------------
	メイン画像
----------------------------------------------------------- */
.main_info {
	position: relative;
	margin-bottom: 110px;
	margin-top: 90px;
}
.main_info::before {
	display: block;
    content: '';
    width: 91%;
    height: calc(100% + 30px);
    position: absolute;
    top: 0;
    right: 0;
    background: #F4E5E8;
}
.main_info_top {
	position: relative;
}
.main_info .dateplace {
	position: absolute;
	width: 55%;
	max-width: 524px;
	padding: 40px 30px 40px;
	background: linear-gradient(to bottom, #B8556C, #7C3A49);
	margin-top: -50px;
}
.main_info .dateplace .date {
	margin-bottom: 28px;
}
.main_info .organizer {
	width: 45%;
	float: right;
	padding: 28px 30px;
	/*background: #F4E5E8;*/
}
.main_info .organizer .mida {
	background: #B8556C;
	color: #fff;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 44px;
	height: 44px;
	margin-bottom: 15px;
}
.main_info .organizer .mane {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 4px;
}
.main_info .organizer .mane span {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
}
.main_info .organizer .syozoku {
	font-size: 14px;
	line-height: 1.45;
	margin-bottom: 20px;
}
.main_info_bottom {
	position: relative;
}
.main_info .executive {
	width: 55%;
	float: left;
	padding-left: 12%;
}
.main_info .executive .mida,
.main_info .caretaker .mida {
	width: 70px;
	height: 44px;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1;
	background: #B8556C;
}
.main_info .executive .conte,
.main_info .caretaker .conte {
	display: table-cell;
	line-height: 1.4;
	padding-left: 10px;
	vertical-align: middle;
}
.main_info .executive .conte a {
	color: #222;
	font-size: 13px;
}
.main_info .caretaker {
	width: 45%;
	float: right;
	padding: 0 30px;
}

.tempo_info {
	background: #F4E5E8;
	padding: 40px 20px;
	margin-bottom: 70px;
}
.tempo_info_item {
	width: 48%;
}
.tempo_info_item:nth-child(1) {
	float: left;
}
.tempo_info_item:nth-child(2) {
	float: right;
}
.tempo_info_item .tempo_info_mida {
	width: 120px;
    height: 44px;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1;
    background: #B8556C;
}
.tempo_info_item .tempo_info_conte {
	display: table-cell;
    line-height: 1.4;
	padding: 8px 0 8px 10px;
    vertical-align: middle;
}
.tempo_info_item .tempo_info_conte a {
	color: #222;
	font-size: 13px;
}
.tempo_info_item .tempo_info_conte .mane {
	font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
	line-height: 20px;
}
.tempo_info_item .tempo_info_conte .syozoku {
	font-size: 14px;
    line-height: 18px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
.main_info {
	margin-top: 30px;
	margin-bottom: 40px;
}
.main_info::before {
	background:none;
}
.main_info .dateplace {
	width: 100%;
	max-width: 100%;
	position: static;
	margin-top: 0;
	padding: 4%;
}
.main_info .dateplace .date,
.main_info .dateplace .place {
	max-width: 400px;
}
.main_info .dateplace .date {
	margin-bottom: 20px;
}
.main_info_bottom {
	padding: 20px 4%;
	background: #F4E5E8;
}
.main_info .executive,
.main_info .caretaker {
	width: 100%;
	float: none;
	padding:0;
}
.main_info .executive,
.main_info .organizer_smp {
	margin-bottom: 20px;
}
.main_info .executive .mida,
.main_info .organizer_smp .mida,
.main_info .caretaker .mida {
	color: #B8556C;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	height: auto;
	display: block;
	text-align: left;
	background: none;
	margin-bottom: 5px;
}
.main_info .executive .conte,
.main_info .caretaker .conte {
	display: block;
	padding-left: 0;
	line-height: 1.6;
}
.main_info .organizer_smp .mane {
    font-weight: bold;
    letter-spacing: 0.05em;
}
.main_info .organizer_smp .mane span {
    font-weight: normal;
	font-size: 95%;
}
.main_info .organizer_smp .syozoku {
    font-size: 95%;
	line-height: 1.4;
}


.tempo_info {
	padding: 20px 10px;
}
.tempo_info_item {
	width: 100%;
}
.tempo_info_item:nth-child(1) {
	float: none;
	margin-bottom: 20px;
}
.tempo_info_item:nth-child(2) {
	float: none;
}
.tempo_info_item .tempo_info_mida {
	font-size: 13px;
	width: 120px;
	line-height: 1.2;
}
.tempo_info_item .tempo_info_conte .mane {
	font-size: 17px;
}
.tempo_info_item .tempo_info_conte .kenk {
	font-size: 14px;
}

}
@media screen and (max-width: 767px) {
.main_info {
	margin-bottom: 40px;
	margin-top: 20px;
}
.main_info::before {
	background:none;
}
.main_info .dateplace {
	width: 100%;
	max-width: 100%;
	position: static;
	margin-top: 0;
	padding: 4%;
}
.main_info .dateplace .date,
.main_info .dateplace .place {
	max-width: 400px;
}
.main_info .dateplace .date {
	margin-bottom: 20px;
}
.main_info_bottom {
	padding: 20px 4%;
	background: #F4E5E8;
}
.main_info .executive,
.main_info .caretaker {
	width: 100%;
	float: none;
	padding:0;
}
.main_info .executive,
.main_info .organizer_smp {
	margin-bottom: 20px;
}
.main_info .executive .mida,
.main_info .organizer_smp .mida,
.main_info .caretaker .mida {
	color: #B8556C;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	height: auto;
	display: block;
	text-align: left;
	background: none;
	margin-bottom: 5px;
}
.main_info .executive .conte,
.main_info .caretaker .conte {
	display: block;
	padding-left: 0;
	line-height: 1.6;
}
.main_info .organizer_smp .mane {
    font-weight: bold;
    letter-spacing: 0.05em;
}
.main_info .organizer_smp .mane span {
    font-weight: normal;
	font-size: 95%;
}
.main_info .organizer_smp .syozoku {
    font-size: 95%;
	line-height: 1.4;
}

.tempo_info {
	padding: 20px 10px;
	margin-bottom: 40px
}
.tempo_info_item {
	width: 100%;
}
.tempo_info_item:nth-child(1) {
	float: none;
	margin-bottom: 20px;
}
.tempo_info_item:nth-child(2) {
	float: none;
}
.tempo_info_item .tempo_info_mida {
	font-size: 13px;
	width: 70px;
	line-height: 1.2;
}
.tempo_info_item .tempo_info_conte .mane {
	font-size: 17px;
}
.tempo_info_item .tempo_info_conte .kenk {
	font-size: 14px;
}
}


/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.index_main {
	width: 94%;
    margin: 0 auto;
}
.index_main_l {
	width: 56%;
	float: left;
}
.index_main_r {
	width: 40%;
	float: right;
}

.news_wrap {
}
.count_box {
	margin-bottom: 16px;
	    margin-top: -45px;
}
.news_ttl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #B8556C;
	line-height: 1.3;
}
.news_con {
	overflow: auto;
	max-height: 270px;
	padding-right: 16px;
}
.news_con ul {
	border-top: 1px solid rgba(184, 85, 108, 0.4);
}
.news_con ul li {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(184, 85, 108, 0.4);
}
.news_con ul li a {
	color: #222;
	text-decoration: underline;
}
.news_con ul li a:hover {
	text-decoration: none;
}
.news_con ul li .date {
	display: block;
}

.index_main .para {
	margin-bottom: 30px;
}
.index_main .para .inner {
	padding-left: 20px;
}
.index_main .index_main_r .para h2 {
	background: #B8556C;
	padding: 2px;
	text-align: center;
	color: #fff;
	font-weight: normal;
}
.index_main .today {
	margin-bottom: 20px;
}
.index_main .today a {
	display: block;
	width: 100%;
	background: rgba(184, 85, 108, 0.05);
	color: #B8556C;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 18px 0;
	border: 2px solid #B8556C;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
}
.index_main .today a:hover {
	opacity: 0.7;
}
.index_main .past {
	margin-bottom: 40px;
}
.latest_past {
	margin-bottom: 10px;
}
.latest_past a {
	display: block;
	color: #B8556C;
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
	border: 1px solid #B8556C;
}
.latest_past a:hover {
	opacity: 0.7;
}
.latest_past_btn {
	text-align: center;
	background: #eee;
	padding: 4px 0;
	border: 1px solid #bbb;
}
.latest_past_btn:hover {
	opacity: 0.7;
	cursor: pointer;
}
.latest_past_list {
	display: none;
	border-bottom: 1px solid #ccc;
}
.latest_past_list li {
	width: 50%;
	float: left;
	border: 1px solid #ccc;
	border-bottom: none;
}
.latest_past_list li:nth-child(2n + 1) {
	border-right: none;
}
.latest_past_list li a {
	display: block;
	text-align: center;
	padding: 5px 0;
	color: #222;
}
.latest_past_list li a:hover {
	opacity: 0.7;
}
.jimukyoku {
	font-size: 96%;
}
.jimukyoku h2 {
	border-bottom: 2px solid #ccc;
	margin-bottom: 4px;
}
.jimukyoku .indent {
	text-indent: -4em;
	padding-left: 4em;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.index_main {
	width: 96%;
}
.index_main_l,
.index_main_r {
	width: 94%;
    margin-left: auto;
    margin-right: auto;
	float: none;
}
.index_main_l {
	margin-bottom: 40px;
}
.index_main .para {
	margin-bottom: 20px;
}
.index_main .para .inner {
	padding: 0;
}
.index_main .index_main_l .para h2 {
	font-size: 21px;
	font-weight: normal;
	letter-spacing: 0;
}
.index_main .today {
	margin-bottom: 20px;
}
.index_main .today a {
	font-size: 100%;
}
.latest_past a,
.latest_past_btn {
	font-size: 100%;
}
.latest_past_btn {
	padding: 8px 0;
}
.latest_past_list li a {
	font-size: 96%;
	padding: 8px 0;
}

.news_wrap {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.count_box {
	margin-top: -20px;
}
.news_ttl {
	width: 100%;
	float: none;
	font-size: 20px;
	margin-bottom: 6px;
	text-align: center;
}
.news_con {
	width: 100%;
	float: none;
	max-height: 180px;
}
.news_con ul li {
	padding-top: 8px;
	padding-bottom: 8px;
	text-indent: 0;
	padding-left: 0;
	padding-right: 0;
	font-size:14px;
}
.news_con ul li .date {
	display: block;
	width: 100%;
}

}
@media screen and (max-width: 767px) {
.index_main {
	width: 100%;
}
.index_main_l,
.index_main_r {
	width: 94%;
    margin-left: auto;
    margin-right: auto;
	float: none;
}
.index_main_l {
	margin-bottom: 40px;
}
.index_main .para {
	margin-bottom: 20px;
}
.index_main .para .inner {
	padding: 0;
}
.index_main .index_main_l .para h2 {
	font-size: 21px;
	font-weight: normal;
	letter-spacing: 0;
}
.index_main .today {
	margin-bottom: 20px;
}
.index_main .today a {
	font-size: 100%;
}
.latest_past a,
.latest_past_btn {
	font-size: 100%;
}
.latest_past_btn {
	padding: 8px 0;
}
.latest_past_list li a {
	font-size: 96%;
	padding: 8px 0;
}

.news_wrap {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.count_box {
	margin-top: -20px;
}
.news_ttl {
	width: 100%;
	float: none;
	font-size: 20px;
	margin-bottom: 6px;
	text-align: center;
}
.news_con {
	width: 100%;
	float: none;
}
.news_con ul li {
	padding-top: 8px;
	padding-bottom: 8px;
	text-indent: 0;
	padding-left: 0;
	padding-right: 0;
	font-size:14px;
}
.news_con ul li .date {
	display: block;
	width: 100%;
}

}

/* -----------------------------------------------------------
	mvbox
----------------------------------------------------------- */
.mvbox {
	margin: 0 auto;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
	background: #ccc;
	background-image: url(../img/tail-spin.svg), url(../img/loading.svg);
    background-position: center;
    background-size: 140px, 90px;
	background-repeat: no-repeat;
}
.mvbox #mylink {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    
    z-index: 2;
}
.mvbox #vimeoPlayer {
	width: 100%;
}
.mvbox iframe {
	position: absolute;
    height: 100% !important;
    right: 0;
    top: 0;
    width: 100% !important;
    border: none;
}

.btn_box {
	margin-top: 60px;
}

.mv_note {
	text-align: center;
    /*font-size: 12px;*/
    /*color: rgba(0, 0, 0, 0.7);*/
	margin-top: 4px;
}


.endtextwrap {
	width: 94%;
	margin: 0px auto 80px;
	padding: 24px;
	border: 2px solid #b8556b;
	background: #fcf7f8;
	clear: both;
}
.endtextwrap .endttl {
	background: #B8556C;
    color: #fff;
    font-size: 16px;
	font-weight: bold;
    letter-spacing: 0.05em;
	padding: 7px 8px;
    margin-bottom: 20px;
}
.endtextwrap .endtext {
	text-align: justify;
    text-justify: distribute;
}
.endtextwrap .endtext a {
	text-decoration: underline;
	
}
.endtextwrap .endtext a:hover {
	text-decoration: none;
}
.endtextwrap .endtext_name {
	text-align: right;
	margin-top: 20px;
}

.demado {
	width: 94%;
    margin: 20px auto;
    padding: 18px 24px 24px;
    border: 2px solid #b8556b;
}
.demado .date {
	margin-bottom: 6px;
}
.demado a {
	color: #000;
	text-decoration: underline;
}
.demado a:hover {
	text-decoration: none;
}

.endtextwrap .nextinfo {
	margin: 0 auto;
	text-align: center;
}
.endtextwrap .nextinfo .text_1 {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 10px;
}
.endtextwrap .nextinfo .text_2 {
	font-weight: bold;
	font-size: 115%;
	margin-bottom: 10px;
	color: #b8556b;
}
.endtextwrap .nextinfo .text_3 {
	font-weight: bold;
	font-size: 106%;
	max-width: 24em;
	margin: 0 auto 25px;
	text-align: left;
}
.endtextwrap .nextinfo .text_5 a {
	display: block;
	width: 200px;
	margin: 20px auto 0;
	background: #b8556b;
	color: #fff;
	text-align: center;
	line-height: 1.8;
}
.endtextwrap .nextinfo .text_5 a:hover {
	opacity: .7;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
.mv_note {
	font-size: 11px;
}
.endtextwrap {
	padding: 10px;
}
.endtextwrap .endtext {
	font-size: 14px;
}
.demado {
	padding: 10px;
	font-size: 14px;
}

.endtextwrap .nextinfo .text_1 {
	font-weight: bold;
	font-size: 108%;
}
.endtextwrap .nextinfo .text_2 {
	font-size: 108%;
}
.endtextwrap .nextinfo .text_3 {
	width: 100%;
	font-size: 14px;
}
.endtextwrap .nextinfo .text_4 {
	text-align: left;
	font-size: 14px;
}
}



/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.mainimg {
	position: relative;
}
.mainimg .mv_01 {
	position: absolute;
	width: 39%;
	bottom: 9.5%;
	right: 2%;
	background: #fff;
	box-shadow: 0 0 8px #000;
}
.mainimg .mv_02 {
	position: absolute;
	width: 24%;
	bottom: 5.5%;
	right: 2%;
	background: #fff;
	box-shadow: 0 0 8px #000;
}
.mainimg .text {
	position: absolute;
	width: 39%;
	bottom: 1%;
	right: 1%;
	color: #fff;
	text-align: center;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 0;
	text-shadow: 0px 1px 1px rgba(0,0,0,1),1px 0px 1px rgba(0,0,0,1);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.mainimg .mv_01,
.mainimg .mv_02 {
	bottom: 14%;
	right: 2%;
}
.mainimg .text {
	font-size: 11px;
}
}
@media screen and (max-width: 767px) {
.mainimg .mv_01 {
	width: 47%;
        bottom: 19%;
        left: 26%;
}
.mainimg .mv_02 {
	width: 47%;
        bottom: 9%;
        left: 28%;
}

.mainimg .text {
	width: 100%;
	right: 0;
	bottom: 13%;
	font-size: 11px;
}
}



/* -----------------------------------------------------------
	
----------------------------------------------------------- */

@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {

}


/* -----------------------------------------------------------
	
----------------------------------------------------------- */

@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {

}







