@charset "UTF-8";

/* ===================================
	File Name   : top.css
	Description : Top Page Layout CSS
	Editor      : Bface Saeki
	Last Editor : Bface Chiba
	
	Update Description :
　[2019/6/24] optionの調整
  [2019/1/25] To Exhibit修正
	[2017/09/13] お知らせ高さ調整
	[2017/08/24] 説明会バナー削除
	[2017/07/05] 新規作成

====================================== */

/*========== Style Contents ==========

	1. Share Elements
	2. Top Notice Area
	3. Section [top_about] Setting
	4. Section [top_exhibition] Setting
	5. Section [top_information] Setting
	6. Section [top_report] Setting
	*. Clear Fix
	
====================================== */



/*===== ■1. Share Elements =====*/
main > div.wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}

main > div.wrapper section {
	max-width: 560px;
	width: 46.5%;
	margin: 0 10px 40px;
}

main h2 {
	margin-bottom: 15px;
	padding: 0 10px 17px;
	background: url(img/common/bg-line-ttl.png) no-repeat left bottom;
	color: #d8a63c;
	font-weight: bold;
	font-size: 3.0rem;
	font-family: 'Open Sans', 'Noto Sans Japanese';
	line-height: 1.2;
	letter-spacing: 0.05em;
}

main h2 b { font-size: 2.0rem;}

main h2 b:before {
	margin: 0 5px;
	content:'／';
}

main h3 {
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	color: #d8a63c;
	line-height: 1;
	font-family: 'Noto Sans Japanese';
}

main h3 span {
	display: inline-block;
	margin-bottom: -1px;
	padding: 0 10px 15px;
	border-bottom: 1px solid #d8a63c;
	font-weight: bold;
	font-size: 1.8rem;
}

@media screen and (min-width: 641px) and (max-width: 860px){
	#entirety:before {
		height: 250px;
	}
	#entirety:after {
		height: 250px;
	}
}

@media screen and (max-width:640px) {
	#entirety:before,
	#entirety:after { height: 440px;}
	
	main > div.wrapper {
		display: block;
		margin: 0 auto;
	}

	main > div.wrapper section {
		max-width: none;
		width: auto;
		margin: 0 5px 30px;
	}

	main h2 {
		margin-bottom: 10px;
		padding: 0 10px 15px;
		font-size: 1.6rem;
		letter-spacing: 0em;
	}

	main h2 b { font-size: 1.0rem;}

	main h2 b:before {
		margin: 0 5px;
		content:'／';
	}
	
	main h3 {
		margin-bottom: 15px;
		padding: 12px 0;
		background: #d8a63c;
		border-bottom: none;
		color: #fff;
		text-align: center;
	}

	main h3 span {
		display: inline;
		margin-bottom: 0;
		padding: 0;
		border-bottom: none;
		font-size: 1.4rem;
	}
	
	#sp_pagetop { margin-top: 40px;}
}

@media screen and (max-width:320px) {
	#entirety:before,
	#entirety:after { height: 420px;}
}



/*===== ■2. Top Notice Area =====*/
#top_notice {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 20px;
}

#top_notice > div { margin: 0 10px 35px;}

#top_notice #visual {
	width: 850px;
	box-shadow: 0 0 5px rgba(0,0,0,.15), inset 0 0 4px #fff;
}

.gallery-cell {
  width: 100%;
  height: auto;
	background: #fff;
	line-height: 0;
}

#top_notice #visual img {
	width: 100%;
	height: auto;
}

#top_notice > #visual > ul > li:not(:first-child)  img { display: none;}

#top_notice #option {
	position: relative;
	width: 300px;
	padding: 10px 15px 15px;
	box-sizing: border-box;
	box-shadow: 0 4px 8px rgba(0,0,0,.15);
	background: linear-gradient(to bottom, rgba(255,255,255,.8) 0%, rgba(255,255,255,1) 100%);
}

#top_notice #option:before {
	position: absolute;
	top: -10px;
	left: -10px;
	margin: -50px 0 0 -50px;
	border: 50px solid transparent;
	border-bottom: 50px solid #ffff00;
	transform: rotate(-45deg);
	content: '';
}

#top_notice #option dt {
    padding: 15px 0 10px;
    /* border-bottom: 1px dotted #999; */
    color: #c00;
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 1.4;
    text-align: center;
    /* background: url(img/top/bg-bomb.png) no-repeat center center / contain; */
}

    #top_notice #option dt br{
        display: block;
    }

#top_notice #option dd p {
    margin: 0px 0px 12px;
    /* color: #c00; */
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
    padding-bottom: 12px;
    border-bottom: 1px dotted #999;
    text-align: left;
}

#top_notice #option dd p em {
	display: block;
	color: #d8a63c;
	font-weight: bold;
	font-size: 1.6rem;
}

#top_notice #option dd figure { line-height: 0;}

#top_notice #option dd figure a {display: block;}


@media screen and (max-width:640px) {
	#top_notice {
		display: block;
		margin-bottom: 55px;
	}

	#top_notice > div { margin: 0 5px 35px;}
	
	#top_notice #visual {
		width: auto;
		box-shadow: none;
	}
	
	.gallery-cell { background: none;}

	#top_notice #option {
		position: relative;
		width: auto;
		margin: 0 10px;
		padding: 10px;
	}

	#top_notice #option:before {
		position: absolute;
		top: -5px;
		left: -5px;
		margin: -30px 0 0 -30px;
		border: 30px solid transparent;
		border-bottom: 30px solid #ffff00;
		transform: rotate(-45deg);
		content: '';
	}

	#top_notice #option:after {
		position: absolute;
		top: -5px;
		right: -35px;
		margin: -30px 0 0 0px;
		border: 30px solid transparent;
		border-bottom: 30px solid #ffff00;
		transform: rotate(45deg);
		content: '';
	}

	#top_notice #option dt {
		margin-bottom: 0px;
		padding: 10px 0 5px;
		font-size: 1.6rem;
		line-height: 1.2;
         background: none;
	}
    
    #top_notice #option dt br{
        display: none;
    }
    
	#top_notice #option dd p {
		margin-bottom: 10px;
		font-size: 1.4rem;
	}

	#top_notice #option dd p em {
		display: inline;
		margin-right: 10px;
		font-size: 1.4rem;
	}
	
	/*#top_notice #option dd figure {
		display: flex;
		justify-content: center;
	}
	
	#top_notice #option dd figure a { width: 48%; margin: 0 8px}
	#top_notice #option dd figure a:first-child { margin-bottom: 0;}*/
    
    top_notice #option dd figure a { width: 100%; margin: 0 8px}
    
    top_notice #option dd figure:first-child a{
        }
}



/*===== ■3. Section [top_about] Setting =====*/
#top_about p { margin: 0 10px;}

#top_about p b {
	display: block;
	margin-top: 10px;
}


@media screen and (max-width:640px) {
	#top_about p { margin: 0 10px;}
	
	#top_about a {
		display: block;
		padding: 10px;
		border: 1px solid #d8a63c;
		text-align: center;
		text-decoration: none;
	}
}



/*===== ■4. Section [top_exhibition] Setting =====*/
#top_exhibition > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 10px;
}

#top_exhibition > ul li {
	width: 49%;
	margin-bottom: 10px;
}

#top_exhibition > ul li a {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 12px 10px;
	box-sizing: border-box;
	font-size: 1.4rem;
	text-align: left;
}

#top_exhibition > ul li a i.icon_arrow {
	position: absolute;
	top: 50%;
	left: 0;
	border: 6px solid transparent;
	border-left: 6px solid #d8a63c;
	transform: translateY(-50%);
	content: '';
}

#top_exhibition > ul li a.soon {
	position: relative;
	padding: 11px 10px;
	border: 1px solid #d8a63c;
	color: #d8a63c;
	line-height: 1.2;
	text-decoration: none;
	opacity: .5;
}
#top_exhibition > ul li a.soon:hover { color: #d8a63c;}

#top_exhibition > ul li a br { display: none;}


@media screen and (max-width:640px) {
	#top_exhibition > ul li { margin-bottom: 5px;}
	
	#top_exhibition > ul li a {
		min-height:50px;
		justify-content: center;
		padding: 9px 10px;
		font-size: 1.3rem;
		text-align: center;
	}
	
	#top_exhibition > ul li a.soon { padding: 8px 10px;}

	#top_exhibition > ul li:nth-child(1) a.soon,
	#top_exhibition > ul li:nth-child(3) a { padding: 18px 10px 10px;}
	
	#top_exhibition > ul li a br { display: block;}
}



/*===== ■5. Section [top_information] Setting =====*/
#top_information ul {
	overflow: auto;
	margin: 0 10px;
	max-height: 350px;
}

#top_information li {
	display: flex;
	align-content: flex-start;
	margin-bottom: 15px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #ccc;
}

#top_information li time { min-width: 90px;}

#top_information li div b {
	display: inline-block;
	min-width: 120px;
	margin-bottom: 5px;
	padding: 3px 5px;
	border-radius: 4px;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
}
#top_information li div b.info { background: #2c9999;}
#top_information li div b.press { background: #73a808;}

#top_information li a.cation-text { color: #c00; }


@media screen and (max-width:640px) {
	#top_information { margin-bottom: 40px;}
	
	#top_information ul { max-height: 500px;}
	
	#top_information li {
		display: block;
		margin-bottom: 10px;
		padding-bottom: 5px;
	}

	#top_information li time {
		min-width: 80px;
		font-size: 1.1rem;
	}
	
	#top_information li div { display: inline;}
	
	#top_information li div b {
		display: inline-block;
		min-width: 100px;
		margin-bottom: 0;
		font-size: 1.0rem;
	}
	
	#top_information li div p a {
		display: block;
		padding: 10px 0;
	}
}



/*===== ■6. Section [top_report] Setting =====*/
#top_report div {
	display: flex;
	justify-content: space-between;
	margin: 0 10px;
}

#top_report p { width: 50%;}

#top_report p span {
	display: block;
	margin-bottom: 10px;
}

#top_report figure { width: 44%;}


@media screen and (max-width:640px) {
	#top_report div {
		flex-wrap: wrap;
		margin: 0 10px;
	}

	#top_report p {
		order: 2;
		width: 100%;
	}

	#top_report p span {
		display: block;
		margin-bottom: 0;
	}

	#top_report figure {
		order: 1;
		width: 100%;
		margin-bottom: 10px;
	}
	
	#top_report a {
		display: block;
		margin-top: 10px;
		padding: 10px;
		border: 1px solid #d8a63c;
		text-align: center;
		text-decoration: none;
	}
}