/* CSS Document */
html{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#221;
}
*{
	font-size:100%;
	margin:0;
	padding:0;
	line-height:100%;
}
section{
	width:100%;
}
section div.wrap{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
}

@media (min-width: 760px) {
	section div.wrap{
		width:980px;
	}
}



.mybgcolor{
	background-color:#c9bc9c;
}
.mybgcolor2{
	background-color:#E4DDCD;
}
.mybgcolor3{
	background-color:#EDE9DE;
}
a,a:link,a:visited{
	color: #c9bc9c;
}
a:hover{
	color: #333;
}


@media (min-width: 760px) {
	.pc_flex{
		display:flex;
	}
}
/*
メイン
*/
#main{
	text-align:center;
}
#main .main_img{
	background: url(../img/main_img.jpg) no-repeat center center;
	background-size:cover;
	height:80vh;
}
#main .img_main_title{
	margin-top:20px;
	width: 90%;
}
#main .img_main_date{
	width:70%;
	margin-top:10px;
}
#main .img_top_text{
	width: 200px;
	margin-bottom: -10px;
}

@media (min-width: 760px) {
	#main .main_img{
		height:80vh;
		min-height:560px;
		background-size:contain;
	}
	#main .img_main_title{
		margin-top:40px;
		width: 480px;
	}
	#main .img_main_date{
		width: 380px;
		margin-top:20px;
	}
	#main .img_top_text{
		width: 240px;
		margin-bottom: -40px;
	}
}
/*

*/

.information{
	text-align:left;
	padding-top:0px;
	padding-bottom:10px;
	border-top:1px solid #ddd;
	
	width:95%;
	margin:40px auto;
}
.free{
	width: 6em;
	border: 1px solid #666;
	color: #666;
	padding: 5px 10px;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}
.information p{
	font-size:100%;
	line-height:130%;
	text-align: center;
}
.information p span{
	font-size:85%;
	color:#333;
}
.information p.shinagawaku span{
	font-weight: 700;
	font-size:22px;
line-height:100%;
}
.information p.shinagawaku img{
display:inline-block;
margin-top:3px;
}
.information p.caution{
	font-size:90%;
	color:#000;
	font-weight: 700;
}
.information .pc_flex{
	margin-bottom:20px;
}
.information h2{
	text-align:center;
	margin-top: 40px;
	margin-left:5%;
	margin-right:5%;
	margin-bottom: 15px;
	font-size:100%;
	line-height:130%;
}
.information .logo_shinagawa{
	width: 90%;
}
.information .logo_o{
	width:120px;
}
.letterspace{
    letter-spacing: 0.75em;
}
.sp_on{
	display: block;
}
@media (min-width: 760px) {
	.sp_on{
		display: none;
	}
	.information{
		width:60%;
		padding-top:40px;
	}
	.information h2{
		margin-top: 0px;
		margin-left:10%;
		margin-right:5%;
		width:5em;
		text-align:right;
	}
	.information p{
		text-align: left;
	}
	.information .logo_shinagawa{
		width: 300px;
		height:18.3px;
	}
	.information .logo_o{
		width:80px;
		height:21.5px;
	}
}

/*

*/
.topics{
	padding:80px 20px 40px;
}
.topics h2{
	color:#fff;
	text-align:center;
	font-size:150%;
}
.topics h3{
	margin:0 10px 30px;
	font-size:130%;
}
.topics h4{
	width:100%;
	font-size:100%;
	text-align: center;
	padding-bottom: 15px;
}
.topics .talk_item{
	width:100%;
}
.topics .talk_item img{
	width:33%;
	border-radius:50%;
	margin-right:5px;
	margin-top:5px;
}
.topics .information{
	padding-top:30px;
	padding-bottom:0px;
	border-top:1px solid #fff;
	margin-top:30px;
}
.topics .caution ul{
	padding-left:5%;
	margin-bottom:20px;
}
.topics .caution li{
	list-style:none;
	position:relative;
	font-size:90%;
	line-height:130%;
}
.topics .caution li:before{
	content:"※";
	display:block;
	position:absolute;
	left:-20px;
}
.topics .profile{
	font-size:80%;
	line-height:130%;
	margin-top:10px;
	border:1px solid #E4DDCD;
	padding:15px;
}
.topics a,.topics a:link,.topics a:visited{
	color: #fff;
}
.topics a:hover{
	color: #333;
}
@media (min-width: 760px) {
	.topics h4{
		width:20%;
		text-align: left;
		padding-bottom: 0px;
	}
	.topics .talk_item{
		width:80%;
	}
	.topics .talk_item img{
		width:25%;
	}
	.topics .caution ul{
		padding-left:24%;
	}
}

/**/
.about{
	padding:60px 15px;
	max-width:680px;
}
.about h2{
	text-align:center;
	font-size:110%;
	line-height: 180%;
	margin-bottom:30px;
}
.about p{
	font-size:90%;
	line-height:230%;
}
@media (min-width: 760px) {
	.about{
		padding:80px 0;
	}
	.about h2{
		font-size:150%;
	}
}

/*
展示
*/
.tenji{
	padding:60px 15px;
	max-width:680px;
}
.tenji h2{
	text-align:center;
	font-size:150%;
	margin-bottom:30px;
}
.tenji p{
	font-size:90%;
	line-height:230%;
}
.tenji h3{
	margin-top:40px;
	margin-bottom:10px;
	display:flex;
	align-items: center;
	line-height: 150%;
}
.tenji h3 span{
	font-size:300%;
	padding-right:0px;
	width:60px;
	color:#c9bc9c;
}
.tenji p.detail{
	margin-left:60px;
	line-height:180%;
}
@media (min-width: 760px) {
	.tenji{
		padding:80px 60px;
		max-width:680px;
	}
}


.profile{
	padding:80px 0;
}
.profile h2{
	text-align:center;
	font-size:150%;
	margin-bottom:30px;
}
.profilewrap{


	margin:0 auto;
}
.prorilewrap_item_img{
	width:100%;
	padding-top:10px;
	text-align: center;
}
.prorilewrap_item_text{
	margin-top: 20px;
	width:100%;
}
@media (min-width: 760px) {
	.profilewrap{
		display:flex;
		width:680px;
	}
	.prorilewrap_item_img{
		width:220px;
		text-align: left;
	}
	.prorilewrap_item_text{
		margin-top: 0px;
		width:460px;
	}
}

.profile th{
	white-space:nowrap;
	font-size:85%;
	padding:0 10px;
	line-height:200%;
	font-weight:400;
	vertical-align:top;
	text-align:right;
}
.profile td{
	font-size:85%;
	line-height:200%;
	padding:0 10px;
}


#map .logo_o{
	width: 200px;
	margin-bottom: 15px;
}
.map{
	padding-top: 30px;
}
.map p{
	text-align: center;
	margin-bottom: 10px;
	line-height: 150%;
}
.map .caution{
	font-size: 80%;
	margin-bottom: 30px;
}

footer{
	font-size: 90%;
	margin-top: 100px;
	padding: 50px 0;
	text-align: center;
	color: #fff;
}
footer p{
	line-height: 140%;
}

