/*----------------------------------------------------------------------------------------------------------------------
ALL SIZE
------------------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------common */

* {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	overflow-x: hidden;
}
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4em;
	line-height: 1.7;
	color: #231815;
	letter-spacing: 0.1em;
	position: relative;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*----------------------------------hタグ */

h1, h2, h3, h4, h5, h6 {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.1em;
	font-weight : normal;
	display: block;
	text-align: center;
	line-height: 1;
}
h2 {
	font-size: 1.8rem;
	color: #fff;
	text-align: left;
	margin: 0 auto;
	padding: 30px 0 10px 0;
}
h2.schdule {
	text-align: center;
}
h3 {
	color: #001c71;
	font-size: 1.8rem;
	text-align: left;
	margin-bottom: 30px;
	line-height: 1.3;
}
/*-----------------------------------画像 */
img {
	max-width: 100%;
	vertical-align: top;
	box-shadow: #000 0 0 0;
}
 img, x:-moz-any-link, x:default {
box-shadow: #000 0 0 0;
}
/*-----------------------------------リンク */
a {
	cursor: pointer;
	color: #947151;
	-webkit-backface-visibility: hidden; /* Chromeで画像マウスオーバーで1pxずれるバグを回避 */
	backface-visibility: hidden; /* Chromeで画像マウスオーバーで1pxずれるバグを回避 */
	font-weight: nomal;
	text-decoration: underline;
}
a:hover {
	color: #747998;
	text-decoration: underline;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-backface-visibility: hidden; /* Chromeで画像マウスオーバーで1pxずれるバグを回避 */
	backface-visibility: hidden; /* Chromeで画像マウスオーバーで1pxずれるバグを回避 */
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/*-----------------------------------block要素 */

.ContentsBlock {
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	max-width: 100%;
	word-break: break-all;
}
.textBlock {
	padding: 0;
	max-width: 960px;
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
}
.titleBlock {
	background: #9D9D9F;
	width: 100%;
}
.titleBlock_red {
	background: #ff4612;
	width: 100%;
}
.cont {
	margin: 0 auto 55px;
}
.cont:last-child {
	margin-bottom: 0;
}
/*-----------------------text */

.time {
	margin-bottom: 35px;
	line-height: 1;
}
.description {
	margin-bottom: 20px;
}
ul.way li {
	margin-bottom: 20px;
}
/*-----------------------scrolltop */
#back-top {
	overflow: hidden;
	text-align: center;
	margin: 0px auto;
}
#back-top span {
	display: inline-block;
	padding: 0 0.5em;
	position: relative;
	height: auto;
	padding-bottom: 20px;
}
/*----------------------header */

header {
	position: relative;
	height: auto;
	overflow: hidden;
}
header h1 {
	z-index: 1000;
	position: absolute;
	top: 48%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	max-width: 1000px;
	width: 85%;
}
/*----------------------navigation */

#navigation {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#navigation ul {
	float: left;
	left: 50%;
	position: relative;
	padding: 20px 0;
}
#navigation li {
	float: left;
	margin: 0 0 0 25px;
	left: -50%;
	position: relative;
	display: inline-block;
	font-size: 1.8rem;
}
#navigation li a {
	text-decoration: none;
	color: #ff4612;
}
#navigation li a:hover {
	color: #747998;
}
#navigation li:after {
	content: "｜";
	display: inline;
	padding-left: 25px;
	color: #ff4612;
}
#navigation li:last-child:after {
	content : none;
}
/*----------------------slider */
.bx-viewport {
	left: 0;
	box-shadow: none;
	border: none;
}
#slider li {
	height: 100vh;
	max-height: 700px;
	background: center / cover no-repeat;
}
/*-------------------exhibit*/

.pj_block {
	padding-bottom: 35px;
	border-bottom: dotted 1px #9d9d9e;
	margin-bottom: 35px;
}
.pj_block:last-child {
	border-bottom: none;
}
.pj_block img {
	margin-bottom: 25px;
}
h4.pj_title {
	text-align: left;
	line-height: 1.3;
	font-size: 18px;
	margin-bottom: 20px;
}
.pj_time {
	margin-bottom: 20px;
}

.p_box{
	overflow: hidden;
	position: relative;
}

span.pj_label{
	position: absolute;
	top:0;
	left:0;
	background: #897F80;
	z-index: 10000;
	font-size:12px;
	color:#fff;
	    background-color: rgba(20,20,20,0.7); 
	padding:3px 7px;
}

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

.accessbox {
	margin-bottom: 30px;
}


.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*-------------------footer*/
.footer {
	background: #9D9D9F;
	width: 100%;
	height: 90px;
}
.footer img {
	display: block;
	padding-top: 28px;
	margin: 0 auto;
	width: 30px;
	height: auto;
}

/*----------------------------------------------------------------------------------------------------------------------
under 767px sp
------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:767px) {
/*-----------------------------------block要素*/
.ContentsBlock {
	max-width: 100%;
}
.textBlock {
	width: 70%;
	margin: 0 auto 45px;
	padding-top: 45px;
}
#access h3 {
	margin-bottom: 20px;
}
#access .cont {
	margin-bottom: 50px;
}
.left, .right {
	float: none;
	margin: 0 auto 50px;
	display: block;
}
/*-----------------------------------header*/
header h1 {
	width: 85%;
}
#slider li {
	max-height: 400px; /*高さの指定*/
}
/*-----------------------------------navigation*/

#navigation ul {
	float: left;
	position: relative;
	padding: 20px 0;
}
#navigation li {
	margin: 0 0 0 15px;
	font-size: 12px;
}
#navigation li:after {
	padding-left: 15px;
}
/*-----------------------------------hタグ*/

h2 {
	width: 70%;
}
h2.schdule {
	width: 90%;
	padding: 25px 0 25px;
	line-height: 1.5;
}
/*-------------------timetable*/

table.time_table {
	width: 100%;
	overflow: hidden;
}
	
	
table.time_table tr {
border-bottom: solid 1px #939393;
}
table.time_table tr.dotted {
border-bottom: dotted 1px #cbcbcb;
}
table.time_table td {
	padding: 15px 0 25px;
	width:100%;
	display: block;
}
	table.time_table td.blank {
display: none;
}
	table.time_table td.title {
	font-size: 16px;
}
	
	
/******	削除ここから********/
dl.timetable {
	width: 100%;
	overflow: hidden;
}
dl.timetable dt, dl.timetable dd {
	height: auto;
}
dl.timetable dt {
	width: 100%;
	display: block;
	padding: 25px 0 15px;
}
dl.timetable dd {
	width: 100%;
	display: block;
	border-bottom: solid 1px #939393;
	padding: 0 0 35px;
}
dl.timetable span.title {
	float: left;
	font-size: 16px;
	display: block;
	margin-bottom: 15px;
	width: 100%;
}
dl.timetable span.date {
	text-align: left;
	display: block;
	font-size: 12px;
	margin: 45px 0 0;
}
	
	/******	削除ここまで********/


	/*-------------------consultation*/

	h5.c_title{
		font-size:14px;
		background-color:#eee;
		text-align: center;
		display: block;
		width:100%;
		padding:10px 0;
		margin-bottom:15px;

	}
	table.consultation{
		width:100%;
		font-size:13px;
		margin-bottom:25px;
	}
	
	table.consultation tr{
	border-bottom: dotted 1px #cbcbcb;
	}
	
	table.consultation td{padding:10px 5px;
	height: 165px;}
	
	table.consultation td.c_time{
		width:28%;
		text-align: center;
	border-right: dotted 1px #cbcbcb;


	}	
	
	
	
	
/*----------------------access */
#access img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
/*-----------------------pc - mobile */

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

/*----------------------------------------------------------------------------------------------------------------------
over 768px
------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:768px) {
/*-----------------------------------block要素*/
.textBlock {
	margin: 0 auto 60px;
	padding-top: 45px;
}
.left, .right {
	max-width: 450px;
	width: 45%;
}
.left {
	float: left;
}
.right {
	float: right;
}
/*-----------------------------------hタグ*/
h2 {
	max-width: 960px;
	width: 80%;
}
/*-----------------------------------text*/
#theme p {
	columns: 2;
	column-gap: 6em;
	letter-spacing: 0.1;
	color:#001c71;
}
/*-------------------timetable*/

table.time_table {
	width: 100%;
	max-width: 960px;
	overflow: hidden;
}
table.time_table tr {
	border-bottom: solid 1px #939393;
}
table.time_table tr.dotted {
	border-bottom: dotted 1px #cbcbcb;
}

	table.time_table tr.none {
	border-bottom:none;
}

	
	table.time_table td {
	padding: 20px 0;
}
table.time_table td.title {
	width: 26%;
	max-width: 255px;
	padding-right: 10px;
	font-size: 16px;
}
table.time_table td.date {
	max-width: 260px;
	width: 27%;
	padding-right: 10px;
}


	/*-------------------consultation*/

	h5.c_title{
		font-size:14px;
		background-color:#eee;
		text-align: center;
		display: block;
		width:100%;
		padding:10px 0;
		margin-bottom:15px;

	}
	table.consultation{
	/*border: dotted 1px #cbcbcb;*/
		width:100%;
		font-size:13px;
		margin-bottom:45px;
	}
	
	table.consultation tr{
	border-bottom: dotted 1px #cbcbcb;
	}
	
	table.consultation td{padding:20px 10px 20px 10px;
	height: 165px;}
	
	table.consultation td.c_time{
		width:28%;
		text-align: center;
	border-right: dotted 1px #cbcbcb;


	}	
	
	table.consultation td ul li{
		margin-bottom:3px;
	}

	
	.floatleft{
		float: left;
		width:46%;
	}
	
	.floatright{
		float: right;
		width:46%;
	}
/*-------------------exhibit*/
	
	
.pj_block {
	padding-bottom: 35px;
	margin-bottom: 50px;
}

	.p_box{
	overflow: hidden;
	position: relative;
	width: 46%;
	max-width: 450px;
	float: left;
	margin-bottom: 0;

}

	
	.pj_block img {
	display: block;
		width:100%;
	/*float: left;
	width: 46%;
	max-width: 450px;*/
}
.pj_info {
	max-width: 450px;
	width: 46%;
	float: right;
}
/*----------------------access */
#access img {
 width;
100%;
	max-width: 720px;
	display: block;
	margin: 0 auto;
}
/*-----------------------pc - mobile */
.pc {
	display: block;
}
.sp {
	display: none;
}
}

/*----------------------------------------------------------------------------------------------------------------------
over 640px
------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:768px)and (max-width:840px) {

	
	
}

/*----------------------------------------------------------------------------------------------------------------------
横向きの場合のスタイル 
------------------------------------------------------------------------------------------------------------------------*/
@media screen and (orientation: landscape) {
header h1 {
	width: 75%;
}
}
