@charset "utf-8";
/*-----------------------------------------------------------------------------------------------------
ALL SIZE
-------------------------------------------------------------------------------------------------------*/
* {margin: 0; padding: 0;}

html { font-size: 62.5%; } 

body {
font-family: "Noto Sans Japanese", '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif;
-webkit-text-size-adjust: none;
font-size: 1.5rem;
line-height: 1.8;
color: #666;
letter-spacing: 0.05em;
background-color: #fafafa;
}

/*-----------------------navigation */

.header{
	position: relative;
	background: #fff;
}

.header__inner{
	margin: 20px auto;
	box-sizing: border-box;
	position: relative;
	height: 65px;
}

h1.logo{
	position: absolute;
	left: 2%;
	display: block;
	width: 160px;
	float: left;}

h1.logo img{width: 100%; height: auto; display: block;}

.gnavi{
	position: absolute;
	right: 2%;
margin-top: 6px;}

.gnavi ul{float: right;}

.gnavi ul li{display:inline-block;}

.gnavi ul li a{
	float: left;
	margin-right: 3vw;
	font-size: 1.8rem;
	text-decoration: none;
/*	font-weight: bold;*/
}

.gnavi ul li:last-child a{margin-right: 0;}

.gnavi ul li a span{
	display: block;
	font-size: 1.3rem;
	font-weight: normal;
	color: #666;
}

.gnavi ul li a:hover{color: #ff2536;}

.gnavi ul li a:hover span{color:#88d7fa;}

.mobile_menu{display: none;}


@media screen and (min-width: 741px) and (max-width: 1170px) {

h1.logo{
	position: relative;
	margin: 0 auto 20px;
	display: block;
	float: none;
}

.header__inner{margin: 20px auto; height: 160px;}

.gnavi{
	position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
margin-top: 0;}

.gnavi ul{
	margin: 0 auto;
float:left;
margin-top:10px;
	left:50%;
	position:relative;}

.gnavi ul li{
	display:inline-block;
	float:left;
left:-50%;
position:relative;
margin: 0 0;
text-align: center;
font-weight:normal;


}

.gnavi ul li a{
	float: left;
	margin-right: 4.2vw;
	font-size: 1.6rem;
	text-decoration: none;
	font-weight: bold;
}

.gnavi ul li:last-child a{margin-right: 0;}

.gnavi ul li a span{
	display: block;
	font-size: 1.2rem;
	font-weight: normal;
}

}

/*-----------------------mobile navigation */


@media screen and (max-width:920px) {
.mobile_header{
    background: #fff;
    display: flex;
    height: 80px;
    position: relative;
    width: 100%;
    z-index: 50000;
    background: #fff;
}

.mobilelogo{
	display: block;
/*	width: 28%;*/
	max-width: 120px;
	margin: 0 auto;
	position: absolute;
	z-index: 40000;
    top: 15px;
   left: 3%;
}

.mobilelogo img{
	width: 100%;
	height: auto;
}

.mobile_menu {
	display: block;
	position: relative;
	height: 100%;
	background:#fff;
}
.acordion {
	margin: 0;
	padding: 0;
	position: fixed;
	width: 100%;
    top: 19px;
	right: 5%;
	text-align: right;
	width: 40px;
	height: 40px;
}
.acordion ul {
	margin: 0;
	border: none;
}
.acordion ul li {
	font-size: 18px;
	width: 100%;
	text-align: center;
}

.acordion ul li span{
	display:inline-block;
	font-size: 1.2rem;
	margin-left: 10px;
	 color:#a6dff9;}

.acordion ul li a {
	position: relative;
	display: inline-block;
	padding: 5px 0 5px;
	margin-bottom:10px;
	text-decoration: none;
	color:#fff;
}
.acordion ul li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.acordion ul li a:hover {color:#fff;}

.acordion ul li a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);}

.submenu {
	overflow-x: hidden;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	width: 100%;
	height: 100%;
	padding-top: 60px;
	background: rgba(0,160,233,1);
	color: #fff;
}
nav {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000000;
}

ul.menu{
	width: 90%;
	  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.trigger, .trigger span {
	display: inline-block;
	transition: all .2s;
	box-sizing: border-box;
}
.trigger {
	position: relative;
	width: 30px;
	height: 30px;
	z-index: 10000000;
}
.trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #00a0e9;
}
.trigger span:nth-of-type(1) {top: 0;}
.trigger span:nth-of-type(2) {top: 38%;}
.trigger span:nth-of-type(3) {top: 76%;}
.trigger span:nth-of-type(4) {bottom: 0; left:-3px; background:none; font-size: 10px; color: #00a0e9;}

.trigger span:nth-of-type(1),
.trigger span:nth-of-type(3) {
-webkit-transform: translate(-5px,0);
transform: translate(-5px,0);
}
.trigger span:nth-of-type(2) {
-webkit-transform: translate(5px,0);
transform: translate(5px,0);
}

.trigger:hover span:nth-of-type(1),
.trigger:hover span:nth-of-type(2),
.trigger:hover span:nth-of-type(3)
{-webkit-transform: translate(0,0);
transform: translate(0,0);
}

#menu05 span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #00a0e9;
	transition: all .2s;
}
#menu05.active span:nth-of-type(1) {
	transform: translateY(20px) scale(0);
	background-color: #fff;
}
#menu05.active span:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #fff;
}
#menu05.active span:nth-of-type(2)::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background-color: #fff;
}
#menu05.active span:nth-of-type(3) {
	transform: translateY(-20px) scale(0);
	background-color: #fff;
}

#menu05.active span:nth-of-type(4) {color: #fff;}

#header{display: none !important;}

.btnMenu {
	position: fixed;
	z-index: 999;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 65px;
	display: block;
	font-size: 30px;
	text-align: center;
	　overflow: auto;
}
.btnMenu a {
	text-align: center;
	color: #000;
}
.btnMenu a:hover {color: #878787;}

.menuicon{font-size: 12px;
padding-left: 3px;}

.header{display: none;}

}




/*-----------------------wrapper */

.wrapper_all {position: relative; width: 100%;}

.wrapper_s{position: relative; max-width: 1140px; width: 90%; margin:0 auto; padding:90px 0;}

.main__container{padding: 0;}



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

.wrapper_s {width: 90%; margin: 0 auto; padding:60px 0;}

.main__container{padding:0;}

}


/*-----------------------h tag */

h2.htitle{ font-size: 3.2rem;  color: #666666; position: relative; margin-bottom: 60px; line-height: 1.5;}

/*h2.htitle span{ display: block; margin-top: 28px; font-weight:normal; font-size: 1.8rem; color: #2CBCFF;}

h2.htitle::after{ content: ""; height: 1px; background: #BABABA; width: 24px; position: absolute; bottom: 40%;}
*/
.title__head{ position: absolute; left: 0; width: 270px; margin-top: -10px;}


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

h2.htitle{font-size: 2.6rem; color: #808080; position: relative; margin-bottom: 40px;}

/*h2.htitle span{display: block; margin-top: 28px; font-weight:normal; font-size: 1.5rem; color: #2CBCFF;}

h2.htitle::after{content: ""; height: 1px; background: #BABABA; width: 30px; position: absolute; bottom: 38%;}
*/
.title__head{position: relative; width: 100%;}

}

/*-----------------------footer */

footer { font-size:12px; font-weight:normal; position: relative; overflow: hidden;}

ul.footer__logo{margin: 60px auto 50px; float:left; left:50%; position:relative;}

ul.footer__logo li{float:left; left:-50%; position:relative; margin: 0 20px;}

ul.footer__logo li img{height: 36px; width: auto;}

.copyright{font-size: 1.2rem; clear: both; margin: 30px auto; text-align: center;}



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

footer {font-size:12px;  font-weight:normal; position: relative; overflow: hidden;}

ul.footer__logo{ margin: 0 auto; float:none; overflow: hidden; left: 0; position: relative;}

ul.footer__logo li{float:none; position:relative; margin: 30px auto ; width: 70%; left: 0;}

ul.footer__logo li img{ width: auto; margin: 0 auto; display: block; text-align: center; height: 25px;}

.copyright{margin-top: 0; font-size: 1rem;}

}


/*----------------------- title_cover */

.title__cover{ width:100%; height:260px;}

#program .title__cover{background:url(/ommf2018/wp/wp-content/themes/ommf2018/img/title_program.png) no-repeat center center / cover;}

#maker_index .title__cover{background:url(/ommf2018/wp/wp-content/themes/ommf2018/img/title_maker.png) no-repeat center center / cover;}

#maker_single .title__cover{background:url(/ommf2018/wp/wp-content/themes/ommf2018/img/title_maker.png) no-repeat center center / cover;}

#sponsor .title__cover{background:url(/ommf2018/wp/wp-content/themes/ommf2018/img/title_sponsor.png) no-repeat center center / cover;}

#event .title__cover{background:url(/ommf2018/wp/wp-content/themes/ommf2018/img/title_event.png) no-repeat center center / cover;}

#map .title__cover{background:url(/ommf2018/wp/wp-content/themes/ommf2018/img/title_map.png) no-repeat center center / cover;}


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

.title__cover{height:120px;}

}



/*-----------------------PC / SP display */


.sp{display:none;}


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

.pc{display:none;}
.sp{display:block;}
}


/*-----------------------scroll top */

#back-top {position: fixed; bottom: 300px; right:40px;}

#back-top span {width: 4px; height: 51px; display: block;}

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

#back-top {position: fixed; bottom: 2%; right:5%;}
}


/*-----------------------Selected Text */

::selection {background:#CCFFFF;}

::-moz-selection {background:#CCFFFF;}



/*--------------------------------------------------------------------------------------------------------------
TOPページ #top
----------------------------------------------------------------------------------------------------------------*/

/*----------------------------------- main visual */

.mainvisual {position: relative;}

.visual li{ height: 100vh; max-height: 740px;  background: center center / cover no-repeat;}

/* bxslider */
.bxslider{ margin:0; height: 740px;}

.bx-wrapper {position: relative; box-shadow: none; border: none; margin-bottom: 0; background:none;}

.bx-wrapper img {width:100%;}

.bx-viewport {max-height: 740px;}

.mobilelogo{display: none;}


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

.mainvisual {position: relative;}

.visual li{height: 100vh; max-height: 280px; background: center center / cover no-repeat;}

.bxslider{ height: 280px;}

.bx-viewport {max-height: 280px;}

.mobilelogo{display: block;}

}

/*-----------------------sp-head-nav */

/*#sp-head-nav{display:none;}*/

ul.sp-nav{display:none;}



.pamph-banner{
	width:90%;
	max-width:700px;
	margin:60px auto 0;
}

.pamph-banner img{width:100%; height:auto;}

.pamph-banner p{
	background-color:#fff;
	padding:15px 5px;
	text-align:center;
}

.thanks{
	width:90%;
	max-width:1140px;
margin:40px auto 0;
border: 1px solid #ccc;
background:#fff;
}


.thanks p{
	text-align:center;
	padding:20px;
}


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


ul.sp-nav{width:100%; height:auto; overflow:hidden; display:block;}

ul.sp-nav li{
	width:50%;
	box-sizing:border-box;
	float:left;
	text-align:center;
	padding:15px 0;
	background:#fff;
	font-size:1.3rem;
}

ul.sp-nav li a{	color:#808080;}

ul.sp-nav li a i{
	display:block;
	text-align:center;
	font-size:2.8rem;
	color:red;
	margin-bottom: 5px;
}

ul.sp-nav li a:hover{text-decoration:none;}

ul.sp-nav li:nth-child(odd){ border-right:1px solid #e6e6e6;}

ul.sp-nav li:first-child, ul.sp-nav li:nth-child(2){ border-bottom:1px solid #e6e6e6;}


.pamph-banner{
	width:90%;
	margin:30px auto;
}

.pamph-banner img{width:100%; height:auto;}

.pamph-banner p{
	background-color:#fff;
	padding:15px 5px;
	text-align:center;
}


}


/*-----------------------#greeting */

#greeting.wrapper_s{
	padding: 60px 40px;
	box-sizing: border-box;
	width:100%;
	max-width:100%;
	background:#fff;
	 z-index: 3;
	line-height: 2.2;
	position:relative;
}

#greeting h3{ color:#e70010; text-align: center; font-size: 2.4rem; font-weight: bold; line-height: 1.5; margin-bottom: 30px; letter-spacing: 0.1em;}

#greeting p{padding:20px; box-sizing: border-box; max-width: 850px; margin:0 auto;}

.kodomo{position:absolute; top:-54%; left:5%; width:25vw;}

.kodomo img{ width:100%; height:auto; display:block;}




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

#greeting.wrapper_s{padding: 30px 5%; margin-top: -50px;}

#greeting h3{font-size: 1.8rem; letter-spacing: 0.02em; margin-bottom: 20px;}

.kodomo{display:none;}
}


/*-----------------------#event */

#event.wrapper_s{position: relative; max-width: 1140px; box-sizing: border-box;}

#event .container{padding-left: 35%;}

dl.event__info{width: 100%; max-width: 740px; overflow: hidden; border-bottom: 1px solid #ccc;  margin-bottom: 0px;}

dl.event__info dt{ width: 22%;  max-width: 200px; float: left; padding: 12px; border-top: 1px solid #ccc; box-sizing: border-box;}

dl.event__info dd{ margin-left: 22%; padding: 12px 0; border-top: 1px solid #ccc;}

dl.event__info dd:after{display: block; content: ""; clear: both;}

dl.event__info dd span{font-size: 1.3rem;}



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

#event .container{padding-left: 0%;}

dl.event__info dt{ width: 26%; padding-left: 0;}

dl.event__info dd{margin-left: 26%; padding-left: 10px;}

}


/*-----------------------#access */

#access.wrapper_s{position: relative; max-width: 1140px; 	box-sizing: border-box; font-size:1.4rem;}

#access .container{padding-left: 35%;}

#access h4{ margin-bottom:20px; margin-top: 40px; width:30%;}

.access_detail{position:relative; padding-left:40%; width:100%; box-sizing: border-box;  margin-top: -48px; line-height:1.8;}

.google-map {position: relative; width: 100%; height: 0; padding-bottom: 56.25%; overflow: hidden;}

.google-map iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}


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

#access .container{padding-left: 0px;}

#access h4{font-size:1.8rem; margin-bottom:10px; margin-top: 40px;}

.access_detail{position:relative; padding-left:0px; width:100%; box-sizing: border-box;  margin-top: 0px;}

#access h4{ width:100%;}

}


/*-----------------------#sns */



#sns{
	padding: 30px 40px;
	width:100%;
	max-width:100%;
	 z-index: 3;
	line-height: 2.2;
	position:relative;
	background:#eee;
	box-sizing:border-box;
}

#sns .wrapper_s{
max-width:1140px;
width:90%;
	box-sizing: border-box;
margin:0 auto;
padding:40px 0;
}


.flex{
	display:flex;
	flex-wrap: wrap;
    justify-content: space-around;
}

h5.sns-title{
	font-size:2rem;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

.sns_box{width: 33%;}

.sns_box:last-child{
	width:24%;
	background:url(/ommf2018/wp/wp-content/themes/ommf2018/img/kodomo.png) no-repeat;
	background-size:contain;
	background-position:bottom center;
}

.flex2{display:none;}

.kodomo2{display:none;}




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

.flex{display:none;}


.kodomo2{display:block;
width:240px;
height:auto;
margin:0 auto;
position:absolute;
  left: 0;
  right: 0;
  margin:0 auto;
top:-130px;

}

.kodomo2 img{
	width: 100%;
	height: auto;
	display: block;
	margin:0 auto;
}


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

.sns_link{
	max-width:300px;
	width:40%;
	margin:150px 40px 20px;
}

.sns_link img{
	width:100%;
	height:auto;
	display:block;
}

}

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


	.kodomo2{display:none;}

.sns_link{
	    width: 40%;
    max-width: 40%;
    margin: 150px 5% 10px;
    margin: 0;
    margin: 0 30px 0;
}



}

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

	#sns .wrapper_s{padding:0; width:100%;}


	.sns_link{width:100%; max-width:320px; margin:30px auto 0;}

.sns_link:last-child{margin-bottom: 30px;}

}

/*-----------------------#contact */

#contact{
	background: url("/ommf2018/wp/wp-content/themes/ommf2018/img/bg_contact2.png")top center no-repeat;
background-size: cover; 
position:relative;
height:300px;}



#contact .contact_inner{ 
 max-width:1260px; 
width:96%; 
padding:45px 30px;
background:#fff;
box-sizing:border-box;
 position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);

}

#contact .title__head{left:30px;}

#contact h2{color: #333;}

ul.contact__list{padding-left: 35%; color: #333;}

ul.contact__list li {margin-bottom: 4px;}

ul.contact__list::before{ content: ""; height: 150px; background:#e70010; width: 1px; position: absolute; bottom: 15%; left: 28%;}

br.pcclear{display: none;}



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

#contact{height:400px;}

#contact h2.htitle{ margin-bottom: 30px;}

#contact .contact_inner{ max-width:90%;  width:90%;  padding:5% 7%;}

#contact .title__head{left:0px; position: relative; width: 100%; margin-bottom: 20px;}

ul.contact__list{padding-left: 0px; font-size:1.3rem;}

ul.contact__list::before{content: none;}

}

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

br.pcclear{display: block;}

}



/*-----------------------button */
.btn_area {
	margin: 30px auto 0px;
	text-align: center;
}

.button {
	display: inline-block;
	color: #504b4b;
	max-width:450px;
	width: 90%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	z-index: 2;
	border: 1px solid #ff0000;
	background: #ff0000;
	color: #fff;
	overflow: hidden;
	letter-spacing: 0.1em;
	box-sizing: border-box;
}

.button::before, .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button:hover {
	color: #ff0000;
	background-color: #fff;
	text-decoration: none;
		border: 2px solid #ff0000;
}

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

.btn_area {
	margin: 0 auto 30px;
	text-align: center;
	float: none;
}

}


/*-----------------------#photo */

#photo .wrapper_s{max-width:100%; width: 100%;}

ul.slider{margin: 0 auto; width: 100%;}

ul.slider li {display: block;}

ul.slider img {width: 100%; height: auto;}

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

#photo .wrapper_s{max-width:100%;width: 100%;}

}


/*--------------------------------------------------------------------------------------------------------------
スポンサー　#sponsor
----------------------------------------------------------------------------------------------------------------*/

h3.sponsor-title {font-size: 3rem; margin-bottom: 45px; display: flex; align-items: center;}

h3.sponsor-title:before,
h3.sponsor-title:after {content: ""; flex-grow: 1; height: 1px; background: #999; display: block;}

h3.sponsor-title:before {margin-right: 2.3em;}

h3.sponsor-title:after {margin-left: 2.3em;}

.ss__block{margin-bottom: 90px;}

.company{margin-bottom: 80px;}

.ss__block img{max-width:380px; height:auto; width:33%; float:left; border:1px #e9e9e9 solid;}

p.message{font-size:1.4rem; padding-left:38%; text-align: justify; text-justify: inter-ideograph; line-height:2.2; margin-top: -5px;} 

ul.bronze { display: flex;  flex-flow: row wrap; justify-content: center;}

ul.bronze li {width:18%; max-width:206px; margin:0 0.9% 20px;  }

ul.bronze li img{width:100%; }

ul.media {display: flex;   flex-wrap: wrap; justify-content: space-around; }

ul.media li {width:18%; max-width:206px; margin-bottom: 20px;  }

ul.media li img{width:100%; margin-bottom:0;}



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

ul.bronze li {width:23%;  margin-bottom: 20px;}

ul.media li {width:23%;  margin-bottom: 20px;}

}



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

h3.sponsor-title {font-size: 2rem; margin-bottom: 25px;}

h3.sponsor-title:before {margin-right: 1.3em;}

h3.sponsor-title:after {margin-left: 1.3em;}

.company{margin-bottom: 45px;}

.ss__block{width:100%; margin-bottom: 6px;}

.ss__block img{width: 99%; max-width:100%; height: auto; margin-bottom :30px; float: none;}

p.message{font-size:1.3rem; padding-left: 0; margin-top: 0;} 

ul.bronze li {width:30%;  max-width: 380px; margin-bottom: 0px;}

ul.media li {width:30%;  max-width: 380px; margin-bottom: 0px;}

}


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

ul.bronze li {width:45%;  max-width: 350px; margin:0 1.5% 0px};

ul.media li {width:45%;  max-width: 350px; margin:0 1.5% 0px};

}

/*--------------------------------------------------------------------------------------------------------------
プログラム　#program
----------------------------------------------------------------------------------------------------------------*/

#program .main__container{border-bottom:none;}

ul.program_select{border-top:1px solid #999; text-align: center; border-bottom:1px solid #999; padding:20px 0; list-style-type: none;}

ul.program_select li{display:inline-block; margin-right:45px;}

.main_p{margin:-60px auto 60px; padding:60px 0; border-bottom: 1px #999 solid;overflow: hidden;}

.main_p:last-child{border-bottom:none; margin-bottom: 0;}

.program_right{padding-left:27%; width:73%;  float:right;  margin-top: -70px;}

h3.program_title{font-size:1.8rem; margin-bottom: 45px; line-height:1.75; font-weight: bold;}

/* プレゼンテーション */
table.schedule{font-size:1.4rem; border: 1px #999 solid; background: #fff;}

table.schedule th,
table.schedule td{padding:15px 10px; border-bottom: 1px #999 solid; border-right: 1px #999 solid;}

table.schedule th{width:16%;  text-align: center; background: #f4f4f4}

table.schedule td{width:42%;}

table.schedule td.day{font-weight: bold; text-align: center; background: #f4f4f4}

table.schedule td.blank{ text-align: center;}


/* ワークショップ */
table.ws{font-size:1.4rem; border: 1px #999 solid; width: 100%; background: #fff;}

table.ws th,
table.ws td{padding:15px 10px; border-bottom: 1px #999 solid; border-right: 1px #999 solid;}

table.ws th{width:22%;  text-align: center; background: #f4f4f4}

table.ws td.day{font-weight: bold; text-align: center;	background: #f4f4f4;}

.ws_title{font-size:1.6rem; margin-top:5px; font-weight:bold;}

.ws_title span{font-size:1.3rem;}

.ws_name{margin-top: 5px;}

dl.performance{max-width:550px; width:72%; float:right; margin-top: -35px; border-top: 1px #999 solid;}

dl.performance::after{content: ""; clear: both; display: block;}

dl.performance dt{width:200px; float:left;padding:15px 0 15px 10px; border-bottom: 1px #999 solid;}

dl.performance dd{padding:15px 0 15px 200px; border-bottom: 1px #999 solid;}


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

	.program_right{padding-left:0%; width:100%;  float:none;  margin-top: 0px;}

}

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

table.ws th{width:25%;}

dl.performance{max-width:100%; width:100%; float:none; margin-top: 0; font-size:1.4rem;}

dl.performance dt{width:35%;  clear: left; float: left;}

dl.performance dd{width:62%; padding:15px 0 15px 0; float:left;}

}

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

dl.performance{font-size:1.3rem;}

}

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

dl.performance dt{width:100%; border-bottom:none; padding-bottom:0; padding-left:0;}

dl.performance dd{width:100%;padding-top:1px; }

}




/*--------------------------------------------------------------------------------------------------------------
イベント #event
----------------------------------------------------------------------------------------------------------------*/

.event-intro{margin:0 auto 60px; padding-bottom:60px; border-bottom: 1px #999 solid; }

.exhibit-box{margin:0 auto; margin-bottom: 60px; padding-bottom:20px; border-bottom: 1px #999 solid; }

.exhibit-box img{width:100%; height:auto; margin:30px auto 40px; display: block;}

.exhibit-box:last-child{border-bottom: none; padding-bottom:0; margin-bottom:0;}

h4.exhibit-title{font-size:2.6rem; font-weight:bold; margin-bottom: 10px;}

h4.exhibit-title span{font-size:1.8rem; font-weight:bold;}

.exhibit-artist{font-size:1.8rem; margin-bottom: 10px;}

.exhibit-desc{width:100%;}

.exhibit-desc img{width:100%; height:auto; margin: 20px 0;}

.exhibit-area{margin:20px auto 40px; }

.talk-event{padding-bottom:20px; margin-bottom: 60px;}

.talk-event:last-child{border-bottom: none; padding-bottom:0; margin-bottom:0;}

h5.talk-event-heading{font-size:1.8rem; font-weight:bold; margin-bottom:15px;}

.talk-profile{margin-bottom:45px;}

.talk-profile img{max-width:240px; width:28%; float:left;}

p.talk-profile-desc{font-size:1.3rem;  padding-left:32%; margin-top:-6px;}

p.talk-profile-desc span{font-weight: bold; display:block; margin-bottom: 5px; font-size:1.4rem;}

.talk-desc{margin-bottom:30px;}

h4.exhibit-title span.event-category{display:inline-block; vertical-align: middle; font-size:1.2rem; font-weight: normal; padding:4px 20px; margin-right: 15px; text-align: center; box-sizing:border-box; border:1px solid #666; color:#666; }



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

h4.exhibit-title{font-size:2.0rem; line-height:1.5;}

h4.exhibit-title span{font-size:1.4rem; font-weight:bold;}

h4.exhibit-title span.event-category{display:block; width:120px; margin-bottom: 15px; }


h5.talk-event-heading{font-size:1.8rem; margin-bottom: 20px;}

.exhibit-area{margin:20px auto 20px; }

.exhibit-artist{font-size:1.4rem; margin-bottom: 0px;}

.exhibit-desc{font-size:1.4rem; }

.exhibit-desc img{width:100%; height:auto; margin: 20px 0;}

.exhibit-area{font-size:1.4rem; }

.talk-profile{margin-bottom:55px;}

.talk-profile img{max-width:50%; width:50%; float:none; margin:0 auto 20px; display:block;}

p.talk-profile-desc{font-size:1.3rem;  padding-left:0; margin-top:0; margin:0 auto;}


}




/*--------------------------------------------------------------------------------------------------------------
出展者情報　一覧ページ　#Maker_index
----------------------------------------------------------------------------------------------------------------*/
/*#maker_index .wrapper_s{padding:30px 0;}
*/
.search{margin: 0 auto 60px; padding: 0;}

.search__container{ padding:30px 0 20px; border-top:1px solid #999; border-bottom:1px solid #999;}

.search__container:first-child{ border-bottom:none;}

.search_left{font-weight: bold; max-width:220px; width:16%; float:left;}

.search_right{float:right; width:84%; max-width:920px;}

.search_right ul{width:100%; font-size:1.4rem;}

.search_right ul li{display:inline-block; margin:0 3px 8px 0; position:relative;}

.search_right ul li::after{content:"｜"; position:relative; padding-left:8px; color:#c2c2c2;}

.search_right ul li:last-child::after{content:none;}

.maker_index_box{overflow:hidden;}

ul.maker_index{  display: flex; flex-wrap: wrap;   justify-content: space-between; }

ul.maker_index li{  align-self: flex-start; width:31%; margin-bottom:50px;}

ul.maker_index li:nth-child(3n+2):last-child { margin-left: auto; margin-right: 35%;}


ul.maker_index li > a{display: block; height: 100%; text-decoration:none;}

ul.maker_index li img{margin-bottom: 20px; width:100%; height:auto; position:relative;}

h4.maker_name {margin-bottom: 15px; font-size:2rem; letter-spacing:0.02; line-height:1.5;} 

p.maker_title{font-size:1.4rem; color:#919191; }

.term_title{font-size:3rem; margin:10px 0 50px; ;}

.term_title span{font-size:1.8rem;}



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

#maker_index .wrapper_s{padding-top:10px;}

.search_left{max-width:100%; width:100%; float:none; margin-bottom: 20px;}

.search_right{float:none; width:82%; max-width:900px;}

ul.maker_index li{ width:47%; margin:0 0 50px 0;}

ul.maker_index li:nth-child(3n+2):last-child { margin-left: auto; margin-right: 0;}



h4.maker_name {font-size:1.4rem; margin-bottom: 10px;} 

p.maker_title{font-size:1.2rem;}

.term_title{font-size:2rem; margin:10px 0 50px; ;}

.term_title span{font-size:1.2rem;}

/* セレクトボックス */

.cp_ipselect {
	overflow: hidden;
	width: 100%;
	margin: 2em auto;
	text-align: center;
}
.cp_ipselect select {
	font-size:1.6rem;
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {display: none;}

.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 1.2em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {padding: 8px 38px 8px 8px; color: #666666;}

}


/*--------------------------------------------------------------------------------------------------------------
出展者情報　個別ページ　#maker_single
----------------------------------------------------------------------------------------------------------------*/


#maker_single .main__container{padding:40px 0; border-top: 1px solid #666; border-bottom: 1px solid #666;}

/* main */
.main{ width:67%;  float:right;}

h3.single_name{font-size:3.2rem; margin-bottom: 45px; line-height:1.75; font-weight: bold;}

h4.single_title{font-size:2.8rem; margin: 0px 0 0; line-height:1.75; font-weight: normal;}

.post_text {letter-spacing:0.5; line-height:2.2;}

.post_text img{width:100%; height:auto; display:block; margin:45px 0 45px;}

.website{margin:30px 0; word-break: break-all; line-height: 1.8;}


/* youtube */
.movie-wrap {position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin: 40px auto 0;}
 
.movie-wrap iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

/* aside */

.aside{max-width:330px; width:28%; float:left; margin-top: 7px; font-size:1.4rem;}

.category{display:inline-block; vertical-align: middle; font-size:1.2rem; font-weight: normal; padding:4px 20px; margin-left: 15px; text-align: center; box-sizing:border-box; border:1px solid #666; color:#666; }

ul.tag li a{display: block;	margin-bottom: 10px; text-decoration: none; color:#2CBCFF; }

#maker_single .bx-viewport{max-height:100% !important;}



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

#maker_single .wrapper_s{padding-top:30px;}

#maker_single .main__container{margin-top:0px; padding: 0; border-top:none;}

.main{padding-left:0%; width:100%; float:none; }

h3.single_name{font-size:2rem; margin-bottom: 20px; }

h4.single_title{font-size:1.6rem; font-weight: bold; }

.post_text img{margin:30px 0;}

.movie-wrap {margin:30px auto 0;}

.aside{max-width:100%; width:100%; float:none; margin-top: 0px; font-size:1.2rem;}

.category{
margin-bottom: 15px;
    text-align: center;
    display: inline-block;
    margin-left: 15px;
    margin-top: 15px;
    padding: 3px 15px;}

ul.tag {margin:30px 0;}

ul.tag li {display: inline-block; font-size:1.0rem; background:#eee; text-align: center; margin:0 10px 10px 0;}

ul.tag li a{ text-decoration: none; padding:8px 10px;  display:block; margin-bottom: 0; }

}


/*--------------------------------------------------------------------------------------------------------------
wp pagenavi
----------------------------------------------------------------------------------------------------------------*/

.news-nav {
	padding-bottom: 2.3em;
	line-height: 1;
	position: relative;
	max-width:1140px;
	width:100%;
	margin: 40px auto 50px; 
z-index:15;}

	.wp-pagenavi {
		clear: both;
		text-align:center;
		width: 100%;
	}

	.wp-pagenavi a, .wp-pagenavi span {
		padding: 0px 8px;
		margin: 0 2px;
		white-space: nowrap;
		text-align: center;
		text-decoration:none;}

		.wp-pagenavi span.current{text-decoration: color:#5fd0df; }

		.wp-pagenavi a:hover{text-decoration: none; color:#5fd0df;}

		.previouspostslink{float: left; padding: 0 !important;}

		.nextpostslink{float: right;padding: 0  !important;}

		.prev{position: absolute; left: 0;}

		.index{
			position: absolute; left: 50%;
			-webkit-transform: translate(-50%,0%);
			-moz-transform: translate(-50%,0%);
			-ms-transform: translate(-50%,0%);
			-o-transform: translate(-50%,0%);
			transform: translate(-50%,0%);
		}

		.next{position: absolute; right: 0;}

.prev a:hover, .index a:hover, .next a:hover{color:#5FD0DF; text-decoration:none;}

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

.news-nav{font-size:1.3rem;}

}




/*--------------------------------------------------------------------------------------------------------------
GUIDE 駐車場、バスのご案内
----------------------------------------------------------------------------------------------------------------*/

.map_box{margin: 0 auto;}

.map_box img{width:100%; height:auto; margin:30px 0; border:1px solid #e5e5e5;     box-sizing: border-box;}

.text-right{text-align:right; font-size:1.3rem;}

.time_box{margin:0 auto 90px;}

.time_box:last-child{margin:0 auto;}

.transport .table{
	border: 1px solid #c4c4c4;
	text-align: center;
	width:100%;
	margin-bottom:30px;
}

.transport .table > thead > tr > th{
	text-align: center;
	border-bottom: 1px solid #c4c4c4;
padding:2px 0;}

.transport .table > tbody > tr > th{
	text-align: center;
	border-right: 1px solid #c4c4c4;
padding:2px 0;}


.transport .table > thead > tr > th{
	background:#eee;
}
.transport .table > thead > tr > th:nth-child(1),
.transport .table > thead > tr > th:nth-child(2),
.transport .table > tbody > tr > td:nth-child(5){
	border-right: 1px solid #c4c4c4;}

.transport .table-striped > tbody > tr:nth-of-type(2n+1){
	background:#fff;
}

.transport .table-striped > tbody > tr:nth-of-type(2n){
	background:#eee;
}


.plus{background:#fffcad;}
.plusblank{display: inline-block; width: 50px; border:1px solid #c4c4c4;margin-right:10px; background:#fffcad;}


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

	.text-right{text-align:left; margin-bottom:15px;}

}

/*--------------------------------------------------------------------------------------------------------------
Pamphlet パンフレットダウンロード
----------------------------------------------------------------------------------------------------------------*/

ul.pamph-box{
	width:100%;
	height:auto;
	overflow:hidden;
}

ul.pamph-box li{
	max-width:520px;
	width:45%;
	height:auto;
	float:left;
	margin-right:7%;
	box-sizing:border-box;
}

ul.pamph-box li:last-child{
	margin-right: 0;}

ul.pamph-box li h3{
	font-size:2.2rem;
	text-align: center;
	margin-bottom: 30px;
}

ul.pamph-box li img{
	border:1px solid #e5e5e5;
	width:100%;
	height:auto;
	display: block;
	box-sizing:border-box;
	margin:0 auto 30px;}


ul.pamph-box li img.img2{
	width:auto;
	height:370px;
	display: block;
	margin:0 auto 30px ;}




ul.pamph-box li .button{
	width:260px;}

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


ul.pamph-box li{
	max-width:100%;
	width:100%;
	height:auto;
	float:left;
	margin-right:0;
	margin-bottom:90px;
	box-sizing:border-box;
}

ul.pamph-box li img{width:90%;}

ul.pamph-box li img.img2{
	width:60%;
	height:auto;
	display: block;
	margin:0 auto 30px ;}





}

